Oct 14 19:14:02.177 INFO testing h3nnn4n/rusty-rsa against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:14:02.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 19:14:02.896 INFO blam! fd0b79aa2891eba7af8ac00b5473b09dd259c031270324d7f824e47929060863 Oct 14 19:14:02.899 INFO running `"docker" "start" "-a" "fd0b79aa2891eba7af8ac00b5473b09dd259c031270324d7f824e47929060863"` Oct 14 19:14:04.098 INFO kablam! usermod: no changes Oct 14 19:14:04.211 INFO kablam! Compiling gmp-mpfr-sys v1.1.5 Oct 14 19:14:04.214 INFO kablam! Compiling rug v1.1.0 Oct 14 19:14:04.214 INFO kablam! Compiling clap v2.31.2 Oct 14 19:18:40.699 INFO kablam! Compiling rsa_lixo v0.1.0 (/source) Oct 14 19:18:41.255 INFO kablam! warning: unused import: `self::gmp_mpfr_sys::gmp` Oct 14 19:18:41.255 INFO kablam! --> src/big_lenstra.rs:6:5 Oct 14 19:18:41.255 INFO kablam! | Oct 14 19:18:41.255 INFO kablam! 6 | use self::gmp_mpfr_sys::gmp; Oct 14 19:18:41.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:18:41.255 INFO kablam! | Oct 14 19:18:41.255 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:18:41.255 INFO kablam! Oct 14 19:18:41.255 INFO kablam! warning: unused imports: `Rng`, `thread_rng` Oct 14 19:18:41.255 INFO kablam! --> src/big_lenstra.rs:7:18 Oct 14 19:18:41.255 INFO kablam! | Oct 14 19:18:41.255 INFO kablam! 7 | use self::rand::{thread_rng, Rng}; Oct 14 19:18:41.255 INFO kablam! | ^^^^^^^^^^ ^^^ Oct 14 19:18:41.255 INFO kablam! Oct 14 19:18:41.255 INFO kablam! warning: unused import: `self::rug::rand::RandState` Oct 14 19:18:41.255 INFO kablam! --> src/big_lenstra.rs:9:5 Oct 14 19:18:41.255 INFO kablam! | Oct 14 19:18:41.255 INFO kablam! 9 | use self::rug::rand::RandState; Oct 14 19:18:41.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:18:41.255 INFO kablam! Oct 14 19:18:41.255 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 19:18:41.255 INFO kablam! --> src/big_lenstra.rs:11:5 Oct 14 19:18:41.255 INFO kablam! | Oct 14 19:18:41.255 INFO kablam! 11 | use std::collections::HashMap; Oct 14 19:18:41.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:18:41.255 INFO kablam! Oct 14 19:18:41.623 INFO kablam! warning: unused variable: `rng` Oct 14 19:18:41.623 INFO kablam! --> src/big_lenstra.rs:102:13 Oct 14 19:18:41.623 INFO kablam! | Oct 14 19:18:41.623 INFO kablam! 102 | let mut rng = rand::thread_rng(); Oct 14 19:18:41.623 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 14 19:18:41.623 INFO kablam! | Oct 14 19:18:41.623 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:18:41.623 INFO kablam! Oct 14 19:18:41.623 INFO kablam! warning: value assigned to `pp` is never read Oct 14 19:18:41.623 INFO kablam! --> src/big_lenstra.rs:126:13 Oct 14 19:18:41.623 INFO kablam! | Oct 14 19:18:41.623 INFO kablam! 126 | let mut pp = Integer::from(2); Oct 14 19:18:41.623 INFO kablam! | ^^ Oct 14 19:18:41.623 INFO kablam! | Oct 14 19:18:41.623 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:18:41.623 INFO kablam! Oct 14 19:18:41.651 INFO kablam! warning: variable does not need to be mutable Oct 14 19:18:41.651 INFO kablam! --> src/big_lenstra.rs:102:9 Oct 14 19:18:41.651 INFO kablam! | Oct 14 19:18:41.651 INFO kablam! 102 | let mut rng = rand::thread_rng(); Oct 14 19:18:41.651 INFO kablam! | ----^^^ Oct 14 19:18:41.651 INFO kablam! | | Oct 14 19:18:41.651 INFO kablam! | help: remove this `mut` Oct 14 19:18:41.651 INFO kablam! | Oct 14 19:18:41.651 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:18:41.651 INFO kablam! Oct 14 19:18:44.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4m 39s Oct 14 19:18:44.079 INFO kablam! su: No module specific data is present Oct 14 19:18:44.871 INFO running `"docker" "rm" "-f" "fd0b79aa2891eba7af8ac00b5473b09dd259c031270324d7f824e47929060863"` Oct 14 19:18:45.098 INFO blam! fd0b79aa2891eba7af8ac00b5473b09dd259c031270324d7f824e47929060863 Oct 14 19:18:45.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 19:18:45.572 INFO blam! 399e13721aa0498031ada93f318ad2fb7561859e4aecb01542828c64c488e33e Oct 14 19:18:45.587 INFO running `"docker" "start" "-a" "399e13721aa0498031ada93f318ad2fb7561859e4aecb01542828c64c488e33e"` Oct 14 19:18:47.071 INFO kablam! usermod: no changes Oct 14 19:18:47.207 INFO kablam! Compiling rsa_lixo v0.1.0 (/source) Oct 14 19:18:47.859 INFO kablam! warning: unused import: `self::gmp_mpfr_sys::gmp` Oct 14 19:18:47.859 INFO kablam! --> src/big_lenstra.rs:6:5 Oct 14 19:18:47.859 INFO kablam! | Oct 14 19:18:47.859 INFO kablam! 6 | use self::gmp_mpfr_sys::gmp; Oct 14 19:18:47.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:18:47.859 INFO kablam! | Oct 14 19:18:47.859 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:18:47.859 INFO kablam! Oct 14 19:18:47.859 INFO kablam! warning: unused imports: `Rng`, `thread_rng` Oct 14 19:18:47.859 INFO kablam! --> src/big_lenstra.rs:7:18 Oct 14 19:18:47.859 INFO kablam! | Oct 14 19:18:47.859 INFO kablam! 7 | use self::rand::{thread_rng, Rng}; Oct 14 19:18:47.859 INFO kablam! | ^^^^^^^^^^ ^^^ Oct 14 19:18:47.859 INFO kablam! Oct 14 19:18:47.859 INFO kablam! warning: unused import: `self::rug::rand::RandState` Oct 14 19:18:47.859 INFO kablam! --> src/big_lenstra.rs:9:5 Oct 14 19:18:47.859 INFO kablam! | Oct 14 19:18:47.859 INFO kablam! 9 | use self::rug::rand::RandState; Oct 14 19:18:47.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:18:47.859 INFO kablam! Oct 14 19:18:47.859 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 19:18:47.859 INFO kablam! --> src/big_lenstra.rs:11:5 Oct 14 19:18:47.859 INFO kablam! | Oct 14 19:18:47.859 INFO kablam! 11 | use std::collections::HashMap; Oct 14 19:18:47.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:18:47.859 INFO kablam! Oct 14 19:18:48.453 INFO kablam! warning: unused variable: `rng` Oct 14 19:18:48.455 INFO kablam! --> src/big_lenstra.rs:102:13 Oct 14 19:18:48.455 INFO kablam! | Oct 14 19:18:48.455 INFO kablam! 102 | let mut rng = rand::thread_rng(); Oct 14 19:18:48.455 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 14 19:18:48.455 INFO kablam! | Oct 14 19:18:48.455 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:18:48.455 INFO kablam! Oct 14 19:18:48.455 INFO kablam! warning: value assigned to `pp` is never read Oct 14 19:18:48.455 INFO kablam! --> src/big_lenstra.rs:126:13 Oct 14 19:18:48.455 INFO kablam! | Oct 14 19:18:48.455 INFO kablam! 126 | let mut pp = Integer::from(2); Oct 14 19:18:48.455 INFO kablam! | ^^ Oct 14 19:18:48.455 INFO kablam! | Oct 14 19:18:48.455 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:18:48.455 INFO kablam! Oct 14 19:18:48.458 INFO kablam! warning: unused variable: `inverse` Oct 14 19:18:48.463 INFO kablam! --> src/tests.rs:35:24 Oct 14 19:18:48.463 INFO kablam! | Oct 14 19:18:48.463 INFO kablam! 35 | Ok(inverse) => true, Oct 14 19:18:48.463 INFO kablam! | ^^^^^^^ help: consider using `_inverse` instead Oct 14 19:18:48.463 INFO kablam! Oct 14 19:18:48.496 INFO kablam! warning: variable does not need to be mutable Oct 14 19:18:48.499 INFO kablam! --> src/big_lenstra.rs:102:9 Oct 14 19:18:48.499 INFO kablam! | Oct 14 19:18:48.499 INFO kablam! 102 | let mut rng = rand::thread_rng(); Oct 14 19:18:48.499 INFO kablam! | ----^^^ Oct 14 19:18:48.499 INFO kablam! | | Oct 14 19:18:48.499 INFO kablam! | help: remove this `mut` Oct 14 19:18:48.499 INFO kablam! | Oct 14 19:18:48.499 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:18:48.499 INFO kablam! Oct 14 19:18:51.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.40s Oct 14 19:18:51.522 INFO kablam! su: No module specific data is present Oct 14 19:18:52.522 INFO running `"docker" "rm" "-f" "399e13721aa0498031ada93f318ad2fb7561859e4aecb01542828c64c488e33e"` Oct 14 19:18:52.799 INFO blam! 399e13721aa0498031ada93f318ad2fb7561859e4aecb01542828c64c488e33e