Sep 04 08:37:01.211 INFO checking rug-0.9.3 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 08:37:01.211 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 08:37:01.211 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:37:01.443 INFO blam! 8a83b20c163416ba7bb28f49af86acd6bf3efba1295cd419409ea2f6c2cc6e00 Sep 04 08:37:01.446 INFO running `"docker" "start" "-a" "8a83b20c163416ba7bb28f49af86acd6bf3efba1295cd419409ea2f6c2cc6e00"` Sep 04 08:37:02.304 INFO kablam! Compiling rug v0.9.3 (file:///source) Sep 04 08:37:07.034 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 08:37:07.034 INFO kablam! --> src/float/big.rs:35:5 Sep 04 08:37:07.034 INFO kablam! | Sep 04 08:37:07.034 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 04 08:37:07.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:37:07.035 INFO kablam! | Sep 04 08:37:07.035 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 08:37:07.035 INFO kablam! Sep 04 08:37:07.037 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 08:37:07.037 INFO kablam! --> src/complex/traits.rs:26:5 Sep 04 08:37:07.037 INFO kablam! | Sep 04 08:37:07.037 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 04 08:37:07.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:37:07.037 INFO kablam! Sep 04 08:37:08.236 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 08:37:08.236 INFO kablam! --> src/float/big.rs:35:5 Sep 04 08:37:08.236 INFO kablam! | Sep 04 08:37:08.236 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 04 08:37:08.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:37:08.236 INFO kablam! | Sep 04 08:37:08.237 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 08:37:08.237 INFO kablam! Sep 04 08:37:08.240 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 08:37:08.240 INFO kablam! --> src/complex/traits.rs:26:5 Sep 04 08:37:08.240 INFO kablam! | Sep 04 08:37:08.240 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 04 08:37:08.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:37:08.240 INFO kablam! Sep 04 08:37:18.980 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 08:37:18.980 INFO kablam! --> src/integer/division.rs:822:35 Sep 04 08:37:18.981 INFO kablam! | Sep 04 08:37:18.981 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 04 08:37:18.981 INFO kablam! | ^^^^^^^ Sep 04 08:37:18.981 INFO kablam! | Sep 04 08:37:18.981 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 08:37:18.981 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 08:37:18.981 INFO kablam! = note: for more information, see issue #48919 Sep 04 08:37:18.981 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 04 08:37:18.981 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 04 08:37:18.981 INFO kablam! Sep 04 08:37:19.021 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 08:37:19.021 INFO kablam! --> src/integer/division.rs:860:35 Sep 04 08:37:19.021 INFO kablam! | Sep 04 08:37:19.021 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 04 08:37:19.021 INFO kablam! | ^^^^^^^ Sep 04 08:37:19.021 INFO kablam! | Sep 04 08:37:19.021 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 08:37:19.021 INFO kablam! = note: for more information, see issue #48919 Sep 04 08:37:19.021 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 04 08:37:19.021 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 04 08:37:19.021 INFO kablam! Sep 04 08:37:28.935 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 04 08:37:28.935 INFO kablam! --> src/rand.rs:963:9 Sep 04 08:37:28.935 INFO kablam! | Sep 04 08:37:28.935 INFO kablam! 963 | rand1.clone(); Sep 04 08:37:28.935 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 08:37:28.936 INFO kablam! | Sep 04 08:37:28.936 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 08:37:28.936 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 04 08:37:28.936 INFO kablam! Sep 04 08:37:29.125 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.91s Sep 04 08:37:29.129 INFO kablam! su: No module specific data is present Sep 04 08:37:29.598 INFO running `"docker" "rm" "-f" "8a83b20c163416ba7bb28f49af86acd6bf3efba1295cd419409ea2f6c2cc6e00"` Sep 04 08:37:29.728 INFO blam! 8a83b20c163416ba7bb28f49af86acd6bf3efba1295cd419409ea2f6c2cc6e00