Sep 19 19:28:03.814 INFO checking rug-0.9.3 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:28:03.814 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:28:03.814 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:28:04.128 INFO blam! 7646d25f58e854fbd27cbc9d3ddffc210e8fb218471314327d275ff9770cb81c Sep 19 19:28:04.130 INFO running `"docker" "start" "-a" "7646d25f58e854fbd27cbc9d3ddffc210e8fb218471314327d275ff9770cb81c"` Sep 19 19:28:05.531 INFO kablam! usermod: no changes Sep 19 19:28:05.623 INFO kablam! Compiling gmp-mpfr-sys v1.1.8 Sep 19 19:28:05.626 INFO kablam! Compiling rug v0.9.3 (/source) Sep 19 19:31:29.155 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:31:29.155 INFO kablam! --> src/float/big.rs:35:5 Sep 19 19:31:29.155 INFO kablam! | Sep 19 19:31:29.155 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 19 19:31:29.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:31:29.155 INFO kablam! | Sep 19 19:31:29.155 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:31:29.155 INFO kablam! Sep 19 19:31:29.155 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:31:29.155 INFO kablam! --> src/complex/traits.rs:26:5 Sep 19 19:31:29.155 INFO kablam! | Sep 19 19:31:29.155 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 19 19:31:29.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:31:29.155 INFO kablam! Sep 19 19:31:30.148 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:31:30.148 INFO kablam! --> src/float/big.rs:35:5 Sep 19 19:31:30.148 INFO kablam! | Sep 19 19:31:30.148 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 19 19:31:30.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:31:30.148 INFO kablam! | Sep 19 19:31:30.148 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:31:30.148 INFO kablam! Sep 19 19:31:30.148 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:31:30.148 INFO kablam! --> src/complex/traits.rs:26:5 Sep 19 19:31:30.148 INFO kablam! | Sep 19 19:31:30.148 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 19 19:31:30.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:31:30.148 INFO kablam! Sep 19 19:31:34.843 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 19:31:34.843 INFO kablam! --> src/integer/division.rs:822:35 Sep 19 19:31:34.843 INFO kablam! | Sep 19 19:31:34.843 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 19 19:31:34.843 INFO kablam! | ^^^^^^^ Sep 19 19:31:34.843 INFO kablam! | Sep 19 19:31:34.844 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 19 19:31:34.844 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 19:31:34.844 INFO kablam! = note: for more information, see issue #48919 Sep 19 19:31:34.844 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 19 19:31:34.844 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 19 19:31:34.844 INFO kablam! Sep 19 19:31:34.864 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 19:31:34.864 INFO kablam! --> src/integer/division.rs:860:35 Sep 19 19:31:34.864 INFO kablam! | Sep 19 19:31:34.864 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 19 19:31:34.864 INFO kablam! | ^^^^^^^ Sep 19 19:31:34.864 INFO kablam! | Sep 19 19:31:34.864 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 19:31:34.864 INFO kablam! = note: for more information, see issue #48919 Sep 19 19:31:34.864 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 19 19:31:34.864 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 19 19:31:34.864 INFO kablam! Sep 19 19:31:39.475 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 19 19:31:39.475 INFO kablam! --> src/rand.rs:963:9 Sep 19 19:31:39.475 INFO kablam! | Sep 19 19:31:39.475 INFO kablam! 963 | rand1.clone(); Sep 19 19:31:39.475 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:31:39.475 INFO kablam! | Sep 19 19:31:39.475 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 19:31:39.475 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 19 19:31:39.475 INFO kablam! Sep 19 19:31:39.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3m 34s Sep 19 19:31:39.647 INFO kablam! su: No module specific data is present Sep 19 19:31:40.140 INFO running `"docker" "rm" "-f" "7646d25f58e854fbd27cbc9d3ddffc210e8fb218471314327d275ff9770cb81c"` Sep 19 19:31:40.242 INFO blam! 7646d25f58e854fbd27cbc9d3ddffc210e8fb218471314327d275ff9770cb81c