Oct 27 05:51:46.049 INFO checking derricw/rustrsa against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:51:46.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 05:51:46.673 INFO blam! 186b01524a18963d4ca5b283a3dd48e67c31288b0810fc5a7d11f0b12b73b955 Oct 27 05:51:46.675 INFO running `"docker" "start" "-a" "186b01524a18963d4ca5b283a3dd48e67c31288b0810fc5a7d11f0b12b73b955"` Oct 27 05:51:47.919 INFO kablam! usermod: no changes Oct 27 05:51:48.063 INFO kablam! Compiling num-iter v0.1.37 Oct 27 05:51:48.063 INFO kablam! Compiling rustc-cfg v0.2.0 Oct 27 05:51:48.063 INFO kablam! Checking ieee754 v0.2.2 Oct 27 05:51:48.099 INFO kablam! Compiling num-integer v0.1.39 Oct 27 05:51:48.099 INFO kablam! Checking num-complex v0.2.0 Oct 27 05:51:48.099 INFO kablam! Checking num-rational v0.2.1 Oct 27 05:51:52.011 INFO kablam! Compiling num-bigint v0.1.44 Oct 27 05:51:53.535 INFO kablam! Checking num v0.2.0 Oct 27 05:51:54.180 INFO kablam! Checking mod_exp v1.0.0 Oct 27 05:51:56.693 INFO kablam! Compiling ramp v0.5.0 Oct 27 05:52:00.747 INFO kablam! Checking rustrsa v0.1.0 (/source) Oct 27 05:52:01.605 INFO kablam! warning: unused import: `math` Oct 27 05:52:01.605 INFO kablam! --> src/crypt.rs:6:5 Oct 27 05:52:01.605 INFO kablam! | Oct 27 05:52:01.605 INFO kablam! 6 | use math; Oct 27 05:52:01.605 INFO kablam! | ^^^^ Oct 27 05:52:01.606 INFO kablam! | Oct 27 05:52:01.606 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:52:01.606 INFO kablam! Oct 27 05:52:01.606 INFO kablam! warning: unused import: `ramp::Int` Oct 27 05:52:01.606 INFO kablam! --> src/crypt.rs:8:5 Oct 27 05:52:01.606 INFO kablam! | Oct 27 05:52:01.606 INFO kablam! 8 | use ramp::Int; Oct 27 05:52:01.615 INFO kablam! | ^^^^^^^^^ Oct 27 05:52:01.615 INFO kablam! Oct 27 05:52:01.668 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 27 05:52:01.668 INFO kablam! --> src/crypt.rs:10:1 Oct 27 05:52:01.668 INFO kablam! | Oct 27 05:52:01.668 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 27 05:52:01.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:01.668 INFO kablam! | Oct 27 05:52:01.668 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:52:01.668 INFO kablam! Oct 27 05:52:01.668 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 27 05:52:01.669 INFO kablam! --> src/crypt.rs:11:1 Oct 27 05:52:01.669 INFO kablam! | Oct 27 05:52:01.669 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 27 05:52:01.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:01.669 INFO kablam! Oct 27 05:52:01.671 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 05:52:01.671 INFO kablam! --> src/lib.rs:1:12 Oct 27 05:52:01.671 INFO kablam! | Oct 27 05:52:01.671 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 27 05:52:01.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:52:01.671 INFO kablam! | Oct 27 05:52:01.671 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:52:01.671 INFO kablam! Oct 27 05:52:01.859 INFO kablam! warning: unused import: `math` Oct 27 05:52:01.859 INFO kablam! --> src/crypt.rs:6:5 Oct 27 05:52:01.859 INFO kablam! | Oct 27 05:52:01.859 INFO kablam! 6 | use math; Oct 27 05:52:01.859 INFO kablam! | ^^^^ Oct 27 05:52:01.859 INFO kablam! | Oct 27 05:52:01.859 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:52:01.859 INFO kablam! Oct 27 05:52:01.859 INFO kablam! warning: unused import: `ramp::Int` Oct 27 05:52:01.859 INFO kablam! --> src/crypt.rs:8:5 Oct 27 05:52:01.859 INFO kablam! | Oct 27 05:52:01.859 INFO kablam! 8 | use ramp::Int; Oct 27 05:52:01.859 INFO kablam! | ^^^^^^^^^ Oct 27 05:52:01.859 INFO kablam! Oct 27 05:52:01.954 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 27 05:52:01.954 INFO kablam! --> src/crypt.rs:10:1 Oct 27 05:52:01.954 INFO kablam! | Oct 27 05:52:01.954 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 27 05:52:01.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:01.954 INFO kablam! | Oct 27 05:52:01.954 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:52:01.954 INFO kablam! Oct 27 05:52:01.954 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 27 05:52:01.954 INFO kablam! --> src/crypt.rs:11:1 Oct 27 05:52:01.954 INFO kablam! | Oct 27 05:52:01.954 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 27 05:52:01.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:01.954 INFO kablam! Oct 27 05:52:01.954 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 05:52:01.954 INFO kablam! --> src/lib.rs:1:12 Oct 27 05:52:01.954 INFO kablam! | Oct 27 05:52:01.954 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 27 05:52:01.954 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:52:01.954 INFO kablam! | Oct 27 05:52:01.954 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:52:01.954 INFO kablam! Oct 27 05:52:01.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.05s Oct 27 05:52:02.000 INFO kablam! su: No module specific data is present Oct 27 05:52:02.811 INFO running `"docker" "rm" "-f" "186b01524a18963d4ca5b283a3dd48e67c31288b0810fc5a7d11f0b12b73b955"` Oct 27 05:52:03.091 INFO blam! 186b01524a18963d4ca5b283a3dd48e67c31288b0810fc5a7d11f0b12b73b955