Oct 11 00:17:21.155 INFO testing derricw/rustrsa against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:17:21.155 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:17:21.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:17:21.613 INFO blam! 3a50c54fd4a8177ea2a0689a80239a0e9097b5ac093f38660b69c7200feb2fc1 Oct 11 00:17:21.615 INFO running `"docker" "start" "-a" "3a50c54fd4a8177ea2a0689a80239a0e9097b5ac093f38660b69c7200feb2fc1"` Oct 11 00:17:22.847 INFO kablam! usermod: no changes Oct 11 00:17:22.964 INFO kablam! Compiling rustc-cfg v0.2.0 Oct 11 00:17:22.971 INFO kablam! Compiling num-complex v0.2.0 Oct 11 00:17:22.971 INFO kablam! Compiling num-bigint v0.1.44 Oct 11 00:17:22.972 INFO kablam! Compiling num-iter v0.1.37 Oct 11 00:17:22.972 INFO kablam! Compiling num-rational v0.2.1 Oct 11 00:17:25.607 INFO kablam! Compiling num v0.2.0 Oct 11 00:17:26.169 INFO kablam! Compiling mod_exp v1.0.0 Oct 11 00:17:27.268 INFO kablam! Compiling ramp v0.5.0 Oct 11 00:17:32.076 INFO kablam! Compiling rustrsa v0.1.0 (/source) Oct 11 00:17:33.168 INFO kablam! warning: unused import: `math` Oct 11 00:17:33.168 INFO kablam! --> src/crypt.rs:6:5 Oct 11 00:17:33.168 INFO kablam! | Oct 11 00:17:33.168 INFO kablam! 6 | use math; Oct 11 00:17:33.168 INFO kablam! | ^^^^ Oct 11 00:17:33.168 INFO kablam! | Oct 11 00:17:33.168 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:17:33.168 INFO kablam! Oct 11 00:17:33.168 INFO kablam! warning: unused import: `ramp::Int` Oct 11 00:17:33.168 INFO kablam! --> src/crypt.rs:8:5 Oct 11 00:17:33.168 INFO kablam! | Oct 11 00:17:33.168 INFO kablam! 8 | use ramp::Int; Oct 11 00:17:33.168 INFO kablam! | ^^^^^^^^^ Oct 11 00:17:33.168 INFO kablam! Oct 11 00:17:33.232 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 11 00:17:33.232 INFO kablam! --> src/crypt.rs:10:1 Oct 11 00:17:33.232 INFO kablam! | Oct 11 00:17:33.232 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 11 00:17:33.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:17:33.232 INFO kablam! | Oct 11 00:17:33.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:17:33.232 INFO kablam! Oct 11 00:17:33.232 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 11 00:17:33.232 INFO kablam! --> src/crypt.rs:11:1 Oct 11 00:17:33.232 INFO kablam! | Oct 11 00:17:33.232 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 11 00:17:33.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:17:33.232 INFO kablam! Oct 11 00:17:33.232 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 00:17:33.232 INFO kablam! --> src/lib.rs:1:12 Oct 11 00:17:33.233 INFO kablam! | Oct 11 00:17:33.233 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 11 00:17:33.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:17:33.233 INFO kablam! | Oct 11 00:17:33.233 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 00:17:33.233 INFO kablam! Oct 11 00:17:33.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.54s Oct 11 00:17:33.436 INFO kablam! su: No module specific data is present Oct 11 00:17:33.874 INFO running `"docker" "rm" "-f" "3a50c54fd4a8177ea2a0689a80239a0e9097b5ac093f38660b69c7200feb2fc1"` Oct 11 00:17:34.140 INFO blam! 3a50c54fd4a8177ea2a0689a80239a0e9097b5ac093f38660b69c7200feb2fc1 Oct 11 00:17:34.152 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:17:34.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:17:34.548 INFO blam! e9ab89ef17114f98d195d7155544b6362fa57ed0fecbddaa8806ab6b738dbed5 Oct 11 00:17:34.554 INFO running `"docker" "start" "-a" "e9ab89ef17114f98d195d7155544b6362fa57ed0fecbddaa8806ab6b738dbed5"` Oct 11 00:17:35.424 INFO kablam! usermod: no changes Oct 11 00:17:35.504 INFO kablam! Compiling rustrsa v0.1.0 (/source) Oct 11 00:17:36.779 INFO kablam! warning: unused import: `math` Oct 11 00:17:36.780 INFO kablam! --> src/crypt.rs:6:5 Oct 11 00:17:36.780 INFO kablam! | Oct 11 00:17:36.781 INFO kablam! 6 | use math; Oct 11 00:17:36.781 INFO kablam! | ^^^^ Oct 11 00:17:36.781 INFO kablam! | Oct 11 00:17:36.781 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:17:36.782 INFO kablam! Oct 11 00:17:36.782 INFO kablam! warning: unused import: `ramp::Int` Oct 11 00:17:36.782 INFO kablam! --> src/crypt.rs:8:5 Oct 11 00:17:36.784 INFO kablam! | Oct 11 00:17:36.785 INFO kablam! 8 | use ramp::Int; Oct 11 00:17:36.785 INFO kablam! | ^^^^^^^^^ Oct 11 00:17:36.785 INFO kablam! Oct 11 00:17:36.856 INFO kablam! warning: constant item is never used: `DEFAULT_EXP` Oct 11 00:17:36.856 INFO kablam! --> src/crypt.rs:10:1 Oct 11 00:17:36.856 INFO kablam! | Oct 11 00:17:36.857 INFO kablam! 10 | const DEFAULT_EXP: u32 = 65537; // standard Oct 11 00:17:36.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:17:36.857 INFO kablam! | Oct 11 00:17:36.857 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:17:36.857 INFO kablam! Oct 11 00:17:36.857 INFO kablam! warning: constant item is never used: `DEFAULT_BLOCK_SIZE` Oct 11 00:17:36.858 INFO kablam! --> src/crypt.rs:11:1 Oct 11 00:17:36.858 INFO kablam! | Oct 11 00:17:36.858 INFO kablam! 11 | const DEFAULT_BLOCK_SIZE: u32 = 128; // bytes Oct 11 00:17:36.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:17:36.858 INFO kablam! Oct 11 00:17:36.859 INFO kablam! warning: the feature `extern_prelude` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 00:17:36.859 INFO kablam! --> src/lib.rs:1:12 Oct 11 00:17:36.859 INFO kablam! | Oct 11 00:17:36.859 INFO kablam! 1 | #![feature(extern_prelude)] // has to go in crate root. this is lib.rs for libraries Oct 11 00:17:36.859 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:17:36.860 INFO kablam! | Oct 11 00:17:36.860 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 00:17:36.860 INFO kablam! Oct 11 00:17:37.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 11 00:17:37.577 INFO kablam! su: No module specific data is present Oct 11 00:17:38.083 INFO running `"docker" "rm" "-f" "e9ab89ef17114f98d195d7155544b6362fa57ed0fecbddaa8806ab6b738dbed5"` Oct 11 00:17:38.252 INFO blam! e9ab89ef17114f98d195d7155544b6362fa57ed0fecbddaa8806ab6b738dbed5 Oct 11 00:17:38.255 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:17:38.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:17:38.702 INFO blam! 8ceaeb55bc6674b6295e53bbcb91739297318e1d6207e351380b1d8023eded18 Oct 11 00:17:38.704 INFO running `"docker" "start" "-a" "8ceaeb55bc6674b6295e53bbcb91739297318e1d6207e351380b1d8023eded18"` Oct 11 00:17:39.817 INFO kablam! usermod: no changes Oct 11 00:17:39.888 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 00:17:39.920 INFO kablam! Running /target/debug/deps/rustrsa-459458bdd4adc5e9 Oct 11 00:17:39.920 INFO blam! Oct 11 00:17:39.920 INFO blam! running 4 tests Oct 11 00:17:39.920 INFO blam! test math::tests::simple_is_prime_works ... ok Oct 11 00:17:40.924 INFO blam! test math::tests::find_random_prime_works ... ok Oct 11 00:17:41.612 INFO blam! test math::tests::is_prime_works ... ok Oct 11 00:17:41.744 INFO blam! test math::tests::rabin_miller_works ... ok Oct 11 00:17:41.744 INFO kablam! Doc-tests rustrsa Oct 11 00:17:41.744 INFO blam! Oct 11 00:17:41.744 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:17:41.744 INFO blam! Oct 11 00:17:43.687 INFO blam! Oct 11 00:17:43.687 INFO kablam! su: No module specific data is present Oct 11 00:17:43.687 INFO blam! running 0 tests Oct 11 00:17:43.688 INFO blam! Oct 11 00:17:43.688 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:17:43.688 INFO blam! Oct 11 00:17:44.472 INFO running `"docker" "rm" "-f" "8ceaeb55bc6674b6295e53bbcb91739297318e1d6207e351380b1d8023eded18"` Oct 11 00:17:44.756 INFO blam! 8ceaeb55bc6674b6295e53bbcb91739297318e1d6207e351380b1d8023eded18