Sep 21 04:15:13.228 INFO checking rug-0.9.3 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:15:13.228 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:15:13.228 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:15:13.392 INFO blam! 9171dfe4c9384ce3ea5f166c4e69ea8a1ed77c03279c3cbf63d660f9507dcc7b Sep 21 04:15:13.393 INFO running `"docker" "start" "-a" "9171dfe4c9384ce3ea5f166c4e69ea8a1ed77c03279c3cbf63d660f9507dcc7b"` Sep 21 04:15:14.974 INFO kablam! usermod: no changes Sep 21 04:15:15.052 INFO kablam! Compiling rug v0.9.3 (/source) Sep 21 04:15:19.672 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:15:19.672 INFO kablam! --> src/float/big.rs:35:5 Sep 21 04:15:19.672 INFO kablam! | Sep 21 04:15:19.673 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 21 04:15:19.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:15:19.673 INFO kablam! | Sep 21 04:15:19.674 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 04:15:19.674 INFO kablam! Sep 21 04:15:19.676 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:15:19.676 INFO kablam! --> src/complex/traits.rs:26:5 Sep 21 04:15:19.676 INFO kablam! | Sep 21 04:15:19.677 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 21 04:15:19.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:15:19.677 INFO kablam! Sep 21 04:15:20.969 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:15:20.969 INFO kablam! --> src/float/big.rs:35:5 Sep 21 04:15:20.970 INFO kablam! | Sep 21 04:15:20.970 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 21 04:15:20.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:15:20.971 INFO kablam! | Sep 21 04:15:20.972 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 04:15:20.972 INFO kablam! Sep 21 04:15:20.974 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 04:15:20.974 INFO kablam! --> src/complex/traits.rs:26:5 Sep 21 04:15:20.975 INFO kablam! | Sep 21 04:15:20.975 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 21 04:15:20.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 04:15:20.976 INFO kablam! Sep 21 04:15:27.941 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 04:15:27.942 INFO kablam! --> src/integer/division.rs:822:35 Sep 21 04:15:27.942 INFO kablam! | Sep 21 04:15:27.943 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 21 04:15:27.943 INFO kablam! | ^^^^^^^ Sep 21 04:15:27.943 INFO kablam! | Sep 21 04:15:27.944 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 21 04:15:27.944 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 04:15:27.945 INFO kablam! = note: for more information, see issue #48919 Sep 21 04:15:27.945 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 21 04:15:27.946 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 21 04:15:27.946 INFO kablam! Sep 21 04:15:27.978 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 04:15:27.979 INFO kablam! --> src/integer/division.rs:860:35 Sep 21 04:15:27.979 INFO kablam! | Sep 21 04:15:27.980 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 21 04:15:27.980 INFO kablam! | ^^^^^^^ Sep 21 04:15:27.980 INFO kablam! | Sep 21 04:15:27.981 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 04:15:27.981 INFO kablam! = note: for more information, see issue #48919 Sep 21 04:15:27.982 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 21 04:15:27.982 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 21 04:15:27.982 INFO kablam! Sep 21 04:15:34.995 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 21 04:15:34.995 INFO kablam! --> src/rand.rs:963:9 Sep 21 04:15:34.995 INFO kablam! | Sep 21 04:15:34.995 INFO kablam! 963 | rand1.clone(); Sep 21 04:15:34.995 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 04:15:34.995 INFO kablam! | Sep 21 04:15:34.995 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 04:15:34.995 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 21 04:15:34.995 INFO kablam! Sep 21 04:15:35.193 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.20s Sep 21 04:15:35.197 INFO kablam! su: No module specific data is present Sep 21 04:15:36.261 INFO running `"docker" "rm" "-f" "9171dfe4c9384ce3ea5f166c4e69ea8a1ed77c03279c3cbf63d660f9507dcc7b"` Sep 21 04:15:36.364 INFO blam! 9171dfe4c9384ce3ea5f166c4e69ea8a1ed77c03279c3cbf63d660f9507dcc7b