Oct 21 18:26:42.979 INFO checking derricw/rustrsa against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:26:42.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 18:26:43.518 INFO blam! 6cce1eb86374a03cf587f357c79131f54e92315ef04121a05eff3e61d8cc92d9 Oct 21 18:26:43.526 INFO running `"docker" "start" "-a" "6cce1eb86374a03cf587f357c79131f54e92315ef04121a05eff3e61d8cc92d9"` Oct 21 18:26:45.454 INFO kablam! usermod: no changes Oct 21 18:26:45.568 INFO kablam! Compiling num-iter v0.1.37 Oct 21 18:26:45.568 INFO kablam! Compiling rustc-cfg v0.2.0 Oct 21 18:26:45.576 INFO kablam! Checking ieee754 v0.2.2 Oct 21 18:26:45.600 INFO kablam! Compiling num-integer v0.1.39 Oct 21 18:26:45.600 INFO kablam! Checking num-complex v0.2.0 Oct 21 18:26:45.604 INFO kablam! Checking num-rational v0.2.1 Oct 21 18:26:50.678 INFO kablam! Compiling num-bigint v0.1.44 Oct 21 18:26:50.972 INFO kablam! Checking num v0.2.0 Oct 21 18:26:51.560 INFO kablam! Checking mod_exp v1.0.0 Oct 21 18:26:54.561 INFO kablam! Compiling ramp v0.5.0 Oct 21 18:26:58.734 INFO kablam! Checking rustrsa v0.1.0 (/source) Oct 21 18:26:59.709 INFO kablam! warning: unused import: `math` Oct 21 18:26:59.710 INFO kablam! --> src/crypt.rs:6:5 Oct 21 18:26:59.710 INFO kablam! | Oct 21 18:26:59.710 INFO kablam! 6 | use math; Oct 21 18:26:59.710 INFO kablam! | ^^^^ Oct 21 18:26:59.711 INFO kablam! | Oct 21 18:26:59.711 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:26:59.711 INFO kablam! Oct 21 18:26:59.711 INFO kablam! warning: unused import: `ramp::Int` Oct 21 18:26:59.712 INFO kablam! --> src/crypt.rs:8:5 Oct 21 18:26:59.712 INFO kablam! | Oct 21 18:26:59.712 INFO kablam! 8 | use ramp::Int; Oct 21 18:26:59.712 INFO kablam! | ^^^^^^^^^ Oct 21 18:26:59.713 INFO kablam! Oct 21 18:26:59.721 INFO kablam! warning: unused import: `math` Oct 21 18:26:59.722 INFO kablam! --> src/crypt.rs:6:5 Oct 21 18:26:59.722 INFO kablam! | Oct 21 18:26:59.722 INFO kablam! 6 | use math; Oct 21 18:26:59.722 INFO kablam! | ^^^^ Oct 21 18:26:59.723 INFO kablam! | Oct 21 18:26:59.723 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:26:59.723 INFO kablam! Oct 21 18:26:59.723 INFO kablam! warning: unused import: `ramp::Int` Oct 21 18:26:59.724 INFO kablam! --> src/crypt.rs:8:5 Oct 21 18:26:59.728 INFO kablam! | Oct 21 18:26:59.728 INFO kablam! 8 | use ramp::Int; Oct 21 18:26:59.729 INFO kablam! | ^^^^^^^^^ Oct 21 18:26:59.729 INFO kablam! Oct 21 18:26:59.812 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 21 18:26:59.812 INFO kablam! --> src/crypt.rs:10:1 Oct 21 18:26:59.812 INFO kablam! | Oct 21 18:26:59.812 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 21 18:26:59.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:59.812 INFO kablam! | Oct 21 18:26:59.812 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:26:59.812 INFO kablam! Oct 21 18:26:59.812 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 21 18:26:59.812 INFO kablam! --> src/crypt.rs:11:1 Oct 21 18:26:59.812 INFO kablam! | Oct 21 18:26:59.812 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 21 18:26:59.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:59.812 INFO kablam! Oct 21 18:26:59.812 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 18:26:59.812 INFO kablam! --> src/lib.rs:1:12 Oct 21 18:26:59.812 INFO kablam! | Oct 21 18:26:59.812 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 21 18:26:59.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 18:26:59.812 INFO kablam! | Oct 21 18:26:59.812 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 18:26:59.812 INFO kablam! Oct 21 18:26:59.865 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 21 18:26:59.865 INFO kablam! --> src/crypt.rs:10:1 Oct 21 18:26:59.865 INFO kablam! | Oct 21 18:26:59.865 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 21 18:26:59.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:59.865 INFO kablam! | Oct 21 18:26:59.865 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:26:59.865 INFO kablam! Oct 21 18:26:59.865 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 21 18:26:59.865 INFO kablam! --> src/crypt.rs:11:1 Oct 21 18:26:59.868 INFO kablam! | Oct 21 18:26:59.868 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 21 18:26:59.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:26:59.868 INFO kablam! Oct 21 18:26:59.868 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 18:26:59.868 INFO kablam! --> src/lib.rs:1:12 Oct 21 18:26:59.868 INFO kablam! | Oct 21 18:26:59.868 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 21 18:26:59.868 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 18:26:59.868 INFO kablam! | Oct 21 18:26:59.868 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 18:26:59.868 INFO kablam! Oct 21 18:26:59.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.44s Oct 21 18:26:59.921 INFO kablam! su: No module specific data is present Oct 21 18:27:00.873 INFO running `"docker" "rm" "-f" "6cce1eb86374a03cf587f357c79131f54e92315ef04121a05eff3e61d8cc92d9"` Oct 21 18:27:01.200 INFO blam! 6cce1eb86374a03cf587f357c79131f54e92315ef04121a05eff3e61d8cc92d9