Oct 15 08:51:37.895 INFO testing MarvinKlemp/fs-totp-client against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:51:37.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 08:51:38.280 INFO blam! 6e2575b4ce4faa7f2e0c94820728580c488c3fdc7757b7364b5e5dc378b4995d Oct 15 08:51:38.282 INFO running `"docker" "start" "-a" "6e2575b4ce4faa7f2e0c94820728580c488c3fdc7757b7364b5e5dc378b4995d"` Oct 15 08:51:39.819 INFO kablam! usermod: no changes Oct 15 08:51:39.915 INFO kablam! Compiling fs-totp-client v0.1.0 (/source) Oct 15 08:51:40.591 INFO kablam! warning: unused import: `std::env` Oct 15 08:51:40.591 INFO kablam! --> src/main.rs:4:5 Oct 15 08:51:40.592 INFO kablam! | Oct 15 08:51:40.592 INFO kablam! 4 | use std::env; Oct 15 08:51:40.592 INFO kablam! | ^^^^^^^^ Oct 15 08:51:40.592 INFO kablam! | Oct 15 08:51:40.593 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:51:40.593 INFO kablam! Oct 15 08:51:40.593 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 08:51:40.594 INFO kablam! --> src/command/command_handler.rs:1:5 Oct 15 08:51:40.594 INFO kablam! | Oct 15 08:51:40.594 INFO kablam! 1 | use std::collections::HashMap; Oct 15 08:51:40.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:40.594 INFO kablam! Oct 15 08:51:40.595 INFO kablam! warning: unused imports: `SecureRandom`, `SystemRandom` Oct 15 08:51:40.595 INFO kablam! --> src/command/decrypt.rs:7:18 Oct 15 08:51:40.595 INFO kablam! | Oct 15 08:51:40.595 INFO kablam! 7 | use ring::rand::{SystemRandom, SecureRandom}; Oct 15 08:51:40.596 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 15 08:51:40.596 INFO kablam! Oct 15 08:51:40.596 INFO kablam! warning: unused import: `command::Command` Oct 15 08:51:40.596 INFO kablam! --> src/main.rs:7:5 Oct 15 08:51:40.597 INFO kablam! | Oct 15 08:51:40.597 INFO kablam! 7 | use command::Command; Oct 15 08:51:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:51:40.597 INFO kablam! Oct 15 08:51:40.598 INFO kablam! warning: unused import: `command::encrypt::EncryptCommand` Oct 15 08:51:40.598 INFO kablam! --> src/main.rs:8:5 Oct 15 08:51:40.598 INFO kablam! | Oct 15 08:51:40.598 INFO kablam! 8 | use command::encrypt::EncryptCommand; Oct 15 08:51:40.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:40.599 INFO kablam! Oct 15 08:51:40.599 INFO kablam! warning: unused import: `command::decrypt::DecryptCommand` Oct 15 08:51:40.599 INFO kablam! --> src/main.rs:9:5 Oct 15 08:51:40.600 INFO kablam! | Oct 15 08:51:40.600 INFO kablam! 9 | use command::decrypt::DecryptCommand; Oct 15 08:51:40.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:40.600 INFO kablam! Oct 15 08:51:40.731 INFO kablam! warning: unused variable: `password` Oct 15 08:51:40.731 INFO kablam! --> src/main.rs:25:9 Oct 15 08:51:40.731 INFO kablam! | Oct 15 08:51:40.731 INFO kablam! 25 | let password: String = read!("{}\n"); Oct 15 08:51:40.731 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 15 08:51:40.731 INFO kablam! | Oct 15 08:51:40.731 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:40.731 INFO kablam! Oct 15 08:51:40.771 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:51:40.771 INFO kablam! --> src/main.rs:36:13 Oct 15 08:51:40.771 INFO kablam! | Oct 15 08:51:40.771 INFO kablam! 36 | command_handler.handle(command_name, arguments); Oct 15 08:51:40.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:40.771 INFO kablam! | Oct 15 08:51:40.771 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:51:40.771 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:51:40.771 INFO kablam! Oct 15 08:51:42.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Oct 15 08:51:42.011 INFO kablam! su: No module specific data is present Oct 15 08:51:43.115 INFO running `"docker" "rm" "-f" "6e2575b4ce4faa7f2e0c94820728580c488c3fdc7757b7364b5e5dc378b4995d"` Oct 15 08:51:43.456 INFO blam! 6e2575b4ce4faa7f2e0c94820728580c488c3fdc7757b7364b5e5dc378b4995d Oct 15 08:51:43.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 08:51:43.827 INFO blam! 664215ca3f8b20144870e83f68074ea16476a920887e1c2685e75acbf56996cb Oct 15 08:51:43.839 INFO running `"docker" "start" "-a" "664215ca3f8b20144870e83f68074ea16476a920887e1c2685e75acbf56996cb"` Oct 15 08:51:45.523 INFO kablam! usermod: no changes Oct 15 08:51:45.651 INFO kablam! Compiling fs-totp-client v0.1.0 (/source) Oct 15 08:51:46.224 INFO kablam! warning: unused import: `std::env` Oct 15 08:51:46.224 INFO kablam! --> src/main.rs:4:5 Oct 15 08:51:46.224 INFO kablam! | Oct 15 08:51:46.224 INFO kablam! 4 | use std::env; Oct 15 08:51:46.224 INFO kablam! | ^^^^^^^^ Oct 15 08:51:46.224 INFO kablam! | Oct 15 08:51:46.225 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:51:46.225 INFO kablam! Oct 15 08:51:46.225 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 08:51:46.225 INFO kablam! --> src/command/command_handler.rs:1:5 Oct 15 08:51:46.225 INFO kablam! | Oct 15 08:51:46.225 INFO kablam! 1 | use std::collections::HashMap; Oct 15 08:51:46.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:46.225 INFO kablam! Oct 15 08:51:46.225 INFO kablam! warning: unused imports: `SecureRandom`, `SystemRandom` Oct 15 08:51:46.225 INFO kablam! --> src/command/decrypt.rs:7:18 Oct 15 08:51:46.225 INFO kablam! | Oct 15 08:51:46.225 INFO kablam! 7 | use ring::rand::{SystemRandom, SecureRandom}; Oct 15 08:51:46.225 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 15 08:51:46.225 INFO kablam! Oct 15 08:51:46.225 INFO kablam! warning: unused import: `command::Command` Oct 15 08:51:46.225 INFO kablam! --> src/main.rs:7:5 Oct 15 08:51:46.225 INFO kablam! | Oct 15 08:51:46.225 INFO kablam! 7 | use command::Command; Oct 15 08:51:46.225 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 08:51:46.225 INFO kablam! Oct 15 08:51:46.225 INFO kablam! warning: unused import: `command::encrypt::EncryptCommand` Oct 15 08:51:46.225 INFO kablam! --> src/main.rs:8:5 Oct 15 08:51:46.225 INFO kablam! | Oct 15 08:51:46.225 INFO kablam! 8 | use command::encrypt::EncryptCommand; Oct 15 08:51:46.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:46.225 INFO kablam! Oct 15 08:51:46.225 INFO kablam! warning: unused import: `command::decrypt::DecryptCommand` Oct 15 08:51:46.225 INFO kablam! --> src/main.rs:9:5 Oct 15 08:51:46.225 INFO kablam! | Oct 15 08:51:46.225 INFO kablam! 9 | use command::decrypt::DecryptCommand; Oct 15 08:51:46.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:46.225 INFO kablam! Oct 15 08:51:46.360 INFO kablam! warning: unused variable: `password` Oct 15 08:51:46.360 INFO kablam! --> src/main.rs:25:9 Oct 15 08:51:46.361 INFO kablam! | Oct 15 08:51:46.361 INFO kablam! 25 | let password: String = read!("{}\n"); Oct 15 08:51:46.362 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 15 08:51:46.362 INFO kablam! | Oct 15 08:51:46.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:46.363 INFO kablam! Oct 15 08:51:46.406 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:51:46.406 INFO kablam! --> src/main.rs:36:13 Oct 15 08:51:46.407 INFO kablam! | Oct 15 08:51:46.407 INFO kablam! 36 | command_handler.handle(command_name, arguments); Oct 15 08:51:46.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:46.408 INFO kablam! | Oct 15 08:51:46.408 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:51:46.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:51:46.409 INFO kablam! Oct 15 08:51:46.861 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 08:51:46.864 INFO kablam! su: No module specific data is present Oct 15 08:51:48.314 INFO running `"docker" "rm" "-f" "664215ca3f8b20144870e83f68074ea16476a920887e1c2685e75acbf56996cb"` Oct 15 08:51:48.623 INFO blam! 664215ca3f8b20144870e83f68074ea16476a920887e1c2685e75acbf56996cb Oct 15 08:51:48.626 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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" "-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 15 08:51:49.027 INFO blam! 66b23c1a3f616d205c14b1fe526d02201c10bdc530ac079cf4c6529383a6ac8f Oct 15 08:51:49.029 INFO running `"docker" "start" "-a" "66b23c1a3f616d205c14b1fe526d02201c10bdc530ac079cf4c6529383a6ac8f"` Oct 15 08:51:50.319 INFO kablam! usermod: no changes Oct 15 08:51:50.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 08:51:50.439 INFO kablam! Running /target/debug/deps/fs_totp_client-f4e127bb7e827116 Oct 15 08:51:50.439 INFO blam! Oct 15 08:51:50.439 INFO blam! running 0 tests Oct 15 08:51:50.439 INFO blam! Oct 15 08:51:50.439 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:51:50.439 INFO blam! Oct 15 08:51:50.447 INFO kablam! su: No module specific data is present Oct 15 08:51:51.377 INFO running `"docker" "rm" "-f" "66b23c1a3f616d205c14b1fe526d02201c10bdc530ac079cf4c6529383a6ac8f"` Oct 15 08:51:51.698 INFO blam! 66b23c1a3f616d205c14b1fe526d02201c10bdc530ac079cf4c6529383a6ac8f