Oct 12 22:42:39.177 INFO checking derricw/rustrsa against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 22:42:39.177 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 22:42:39.552 INFO blam! b1085379bf081034ffdd08afc70750d1092031e02e739e4c03b30faba40922e1 Oct 12 22:42:39.564 INFO running `"docker" "start" "-a" "b1085379bf081034ffdd08afc70750d1092031e02e739e4c03b30faba40922e1"` Oct 12 22:42:41.096 INFO kablam! usermod: no changes Oct 12 22:42:41.295 INFO kablam! Compiling num-iter v0.1.37 Oct 12 22:42:41.304 INFO kablam! Compiling rustc-cfg v0.2.0 Oct 12 22:42:41.305 INFO kablam! Checking ieee754 v0.2.2 Oct 12 22:42:41.324 INFO kablam! Compiling num-integer v0.1.39 Oct 12 22:42:41.340 INFO kablam! Checking num-rational v0.2.1 Oct 12 22:42:45.419 INFO kablam! Compiling num-bigint v0.1.44 Oct 12 22:42:46.391 INFO kablam! Checking num v0.2.0 Oct 12 22:42:47.152 INFO kablam! Checking mod_exp v1.0.0 Oct 12 22:42:50.204 INFO kablam! Compiling ramp v0.5.0 Oct 12 22:42:54.448 INFO kablam! Checking rustrsa v0.1.0 (/source) Oct 12 22:42:55.420 INFO kablam! warning: unused import: `math` Oct 12 22:42:55.420 INFO kablam! --> src/crypt.rs:6:5 Oct 12 22:42:55.420 INFO kablam! | Oct 12 22:42:55.420 INFO kablam! 6 | use math; Oct 12 22:42:55.420 INFO kablam! | ^^^^ Oct 12 22:42:55.420 INFO kablam! | Oct 12 22:42:55.420 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:42:55.420 INFO kablam! Oct 12 22:42:55.420 INFO kablam! warning: unused import: `ramp::Int` Oct 12 22:42:55.420 INFO kablam! --> src/crypt.rs:8:5 Oct 12 22:42:55.420 INFO kablam! | Oct 12 22:42:55.420 INFO kablam! 8 | use ramp::Int; Oct 12 22:42:55.420 INFO kablam! | ^^^^^^^^^ Oct 12 22:42:55.420 INFO kablam! Oct 12 22:42:55.532 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 12 22:42:55.532 INFO kablam! --> src/crypt.rs:10:1 Oct 12 22:42:55.532 INFO kablam! | Oct 12 22:42:55.532 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 12 22:42:55.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:42:55.532 INFO kablam! | Oct 12 22:42:55.532 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:42:55.532 INFO kablam! Oct 12 22:42:55.532 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 12 22:42:55.532 INFO kablam! --> src/crypt.rs:11:1 Oct 12 22:42:55.532 INFO kablam! | Oct 12 22:42:55.532 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 12 22:42:55.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:42:55.532 INFO kablam! Oct 12 22:42:55.532 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 22:42:55.532 INFO kablam! --> src/lib.rs:1:12 Oct 12 22:42:55.532 INFO kablam! | Oct 12 22:42:55.532 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 12 22:42:55.532 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:42:55.532 INFO kablam! | Oct 12 22:42:55.532 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 22:42:55.533 INFO kablam! Oct 12 22:42:55.736 INFO kablam! warning: unused import: `math` Oct 12 22:42:55.736 INFO kablam! --> src/crypt.rs:6:5 Oct 12 22:42:55.736 INFO kablam! | Oct 12 22:42:55.736 INFO kablam! 6 | use math; Oct 12 22:42:55.736 INFO kablam! | ^^^^ Oct 12 22:42:55.736 INFO kablam! | Oct 12 22:42:55.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:42:55.736 INFO kablam! Oct 12 22:42:55.736 INFO kablam! warning: unused import: `ramp::Int` Oct 12 22:42:55.736 INFO kablam! --> src/crypt.rs:8:5 Oct 12 22:42:55.736 INFO kablam! | Oct 12 22:42:55.736 INFO kablam! 8 | use ramp::Int; Oct 12 22:42:55.736 INFO kablam! | ^^^^^^^^^ Oct 12 22:42:55.736 INFO kablam! Oct 12 22:42:55.837 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 12 22:42:55.837 INFO kablam! --> src/crypt.rs:10:1 Oct 12 22:42:55.837 INFO kablam! | Oct 12 22:42:55.837 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 12 22:42:55.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:42:55.837 INFO kablam! | Oct 12 22:42:55.837 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:42:55.838 INFO kablam! Oct 12 22:42:55.838 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 12 22:42:55.838 INFO kablam! --> src/crypt.rs:11:1 Oct 12 22:42:55.838 INFO kablam! | Oct 12 22:42:55.838 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 12 22:42:55.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:42:55.838 INFO kablam! Oct 12 22:42:55.838 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 22:42:55.838 INFO kablam! --> src/lib.rs:1:12 Oct 12 22:42:55.838 INFO kablam! | Oct 12 22:42:55.838 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 12 22:42:55.838 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:42:55.838 INFO kablam! | Oct 12 22:42:55.838 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 22:42:55.838 INFO kablam! Oct 12 22:42:55.877 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.75s Oct 12 22:42:55.880 INFO kablam! su: No module specific data is present Oct 12 22:42:56.748 INFO running `"docker" "rm" "-f" "b1085379bf081034ffdd08afc70750d1092031e02e739e4c03b30faba40922e1"` Oct 12 22:42:57.184 INFO blam! b1085379bf081034ffdd08afc70750d1092031e02e739e4c03b30faba40922e1