Oct 27 05:51:48.031 INFO checking derricw/rustrsa against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:51:48.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:48.475 INFO blam! 6a1586029572daa664b73101b0a66afdb51321553dcd0c9ea77daa8cfb136e8c Oct 27 05:51:48.487 INFO running `"docker" "start" "-a" "6a1586029572daa664b73101b0a66afdb51321553dcd0c9ea77daa8cfb136e8c"` Oct 27 05:51:50.355 INFO kablam! usermod: no changes Oct 27 05:51:50.543 INFO kablam! Compiling num-iter v0.1.37 Oct 27 05:51:50.543 INFO kablam! Compiling rustc-cfg v0.2.0 Oct 27 05:51:50.544 INFO kablam! Checking ieee754 v0.2.2 Oct 27 05:51:50.544 INFO kablam! Compiling num-integer v0.1.39 Oct 27 05:51:50.544 INFO kablam! Checking num-complex v0.2.0 Oct 27 05:51:50.545 INFO kablam! Checking num-rational v0.2.1 Oct 27 05:51:54.668 INFO kablam! Compiling num-bigint v0.1.44 Oct 27 05:51:56.059 INFO kablam! Checking num v0.2.0 Oct 27 05:51:56.623 INFO kablam! Checking mod_exp v1.0.0 Oct 27 05:51:58.579 INFO kablam! Compiling ramp v0.5.0 Oct 27 05:52:02.538 INFO kablam! Checking rustrsa v0.1.0 (/source) Oct 27 05:52:03.614 INFO kablam! warning: unused import: `math` Oct 27 05:52:03.615 INFO kablam! --> src/crypt.rs:6:5 Oct 27 05:52:03.615 INFO kablam! | Oct 27 05:52:03.615 INFO kablam! 6 | use math; Oct 27 05:52:03.616 INFO kablam! | ^^^^ Oct 27 05:52:03.616 INFO kablam! | Oct 27 05:52:03.616 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:52:03.617 INFO kablam! Oct 27 05:52:03.617 INFO kablam! warning: unused import: `ramp::Int` Oct 27 05:52:03.619 INFO kablam! --> src/crypt.rs:8:5 Oct 27 05:52:03.619 INFO kablam! | Oct 27 05:52:03.619 INFO kablam! 8 | use ramp::Int; Oct 27 05:52:03.619 INFO kablam! | ^^^^^^^^^ Oct 27 05:52:03.619 INFO kablam! Oct 27 05:52:03.675 INFO kablam! warning: unused import: `math` Oct 27 05:52:03.675 INFO kablam! --> src/crypt.rs:6:5 Oct 27 05:52:03.675 INFO kablam! | Oct 27 05:52:03.675 INFO kablam! 6 | use math; Oct 27 05:52:03.675 INFO kablam! | ^^^^ Oct 27 05:52:03.675 INFO kablam! | Oct 27 05:52:03.675 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:52:03.675 INFO kablam! Oct 27 05:52:03.675 INFO kablam! warning: unused import: `ramp::Int` Oct 27 05:52:03.675 INFO kablam! --> src/crypt.rs:8:5 Oct 27 05:52:03.675 INFO kablam! | Oct 27 05:52:03.675 INFO kablam! 8 | use ramp::Int; Oct 27 05:52:03.675 INFO kablam! | ^^^^^^^^^ Oct 27 05:52:03.675 INFO kablam! Oct 27 05:52:03.723 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 27 05:52:03.723 INFO kablam! --> src/crypt.rs:10:1 Oct 27 05:52:03.723 INFO kablam! | Oct 27 05:52:03.723 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 27 05:52:03.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:03.723 INFO kablam! | Oct 27 05:52:03.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:52:03.723 INFO kablam! Oct 27 05:52:03.723 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 27 05:52:03.723 INFO kablam! --> src/crypt.rs:11:1 Oct 27 05:52:03.723 INFO kablam! | Oct 27 05:52:03.723 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 27 05:52:03.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:03.723 INFO kablam! Oct 27 05:52:03.723 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:03.723 INFO kablam! --> src/lib.rs:1:12 Oct 27 05:52:03.723 INFO kablam! | Oct 27 05:52:03.723 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 27 05:52:03.723 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:52:03.723 INFO kablam! | Oct 27 05:52:03.723 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:52:03.723 INFO kablam! Oct 27 05:52:03.799 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 27 05:52:03.799 INFO kablam! --> src/crypt.rs:10:1 Oct 27 05:52:03.800 INFO kablam! | Oct 27 05:52:03.800 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 27 05:52:03.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:03.801 INFO kablam! | Oct 27 05:52:03.801 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:52:03.801 INFO kablam! Oct 27 05:52:03.802 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 27 05:52:03.802 INFO kablam! --> src/crypt.rs:11:1 Oct 27 05:52:03.802 INFO kablam! | Oct 27 05:52:03.802 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 27 05:52:03.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:52:03.803 INFO kablam! Oct 27 05:52:03.803 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:03.804 INFO kablam! --> src/lib.rs:1:12 Oct 27 05:52:03.804 INFO kablam! | Oct 27 05:52:03.804 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 27 05:52:03.804 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:52:03.805 INFO kablam! | Oct 27 05:52:03.805 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:52:03.805 INFO kablam! Oct 27 05:52:03.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.47s Oct 27 05:52:03.864 INFO kablam! su: No module specific data is present Oct 27 05:52:05.183 INFO running `"docker" "rm" "-f" "6a1586029572daa664b73101b0a66afdb51321553dcd0c9ea77daa8cfb136e8c"` Oct 27 05:52:05.495 INFO blam! 6a1586029572daa664b73101b0a66afdb51321553dcd0c9ea77daa8cfb136e8c