Oct 15 10:35:17.095 INFO testing Givup/rust_cards against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:35:17.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 10:35:17.617 INFO blam! 4e8ca6e6efe09eba1bf85c138e3821f0a494c788c61e538a792d7b5fccaeb696 Oct 15 10:35:17.618 INFO running `"docker" "start" "-a" "4e8ca6e6efe09eba1bf85c138e3821f0a494c788c61e538a792d7b5fccaeb696"` Oct 15 10:35:18.776 INFO kablam! usermod: no changes Oct 15 10:35:18.931 INFO kablam! Compiling pool_barrier v0.1.1 Oct 15 10:35:19.599 INFO kablam! Compiling rust_cards v0.1.0 (/source) Oct 15 10:35:20.943 INFO kablam! warning: unused variable: `passwd` Oct 15 10:35:20.944 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:35:20.944 INFO kablam! | Oct 15 10:35:20.944 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:35:20.944 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:35:20.945 INFO kablam! | Oct 15 10:35:20.945 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:35:20.945 INFO kablam! Oct 15 10:35:21.067 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:35:21.067 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:35:21.068 INFO kablam! | Oct 15 10:35:21.068 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:35:21.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:21.069 INFO kablam! | Oct 15 10:35:21.069 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:35:21.069 INFO kablam! Oct 15 10:35:21.070 INFO kablam! warning: field is never used: `password` Oct 15 10:35:21.070 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:35:21.070 INFO kablam! | Oct 15 10:35:21.071 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:35:21.071 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:35:21.071 INFO kablam! Oct 15 10:35:21.072 INFO kablam! warning: field is never used: `deck` Oct 15 10:35:21.072 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:35:21.072 INFO kablam! | Oct 15 10:35:21.072 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:35:21.074 INFO kablam! | ^^^^^^^^^^ Oct 15 10:35:21.074 INFO kablam! Oct 15 10:35:21.075 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:35:21.075 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:35:21.076 INFO kablam! | Oct 15 10:35:21.076 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:35:21.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:21.076 INFO kablam! Oct 15 10:35:21.076 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:35:21.076 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:35:21.076 INFO kablam! | Oct 15 10:35:21.076 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:35:21.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:21.076 INFO kablam! Oct 15 10:35:23.883 INFO kablam! warning: unused import: `std::time::Instant` Oct 15 10:35:23.883 INFO kablam! --> src/main.rs:18:5 Oct 15 10:35:23.883 INFO kablam! | Oct 15 10:35:23.883 INFO kablam! 18 | use std::time::Instant; Oct 15 10:35:23.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:35:23.883 INFO kablam! | Oct 15 10:35:23.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:35:23.883 INFO kablam! Oct 15 10:35:24.248 INFO kablam! warning: unused variable: `passwd` Oct 15 10:35:24.248 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:35:24.248 INFO kablam! | Oct 15 10:35:24.249 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:35:24.249 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:35:24.249 INFO kablam! | Oct 15 10:35:24.249 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:35:24.249 INFO kablam! Oct 15 10:35:24.382 INFO kablam! warning: variant is never constructed: `Error` Oct 15 10:35:24.382 INFO kablam! --> src/input_thread.rs:9:2 Oct 15 10:35:24.382 INFO kablam! | Oct 15 10:35:24.382 INFO kablam! 9 | Error, Oct 15 10:35:24.382 INFO kablam! | ^^^^^ Oct 15 10:35:24.382 INFO kablam! | Oct 15 10:35:24.382 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:35:24.382 INFO kablam! Oct 15 10:35:24.382 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:35:24.382 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:35:24.382 INFO kablam! | Oct 15 10:35:24.382 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:35:24.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:24.382 INFO kablam! Oct 15 10:35:24.382 INFO kablam! warning: field is never used: `password` Oct 15 10:35:24.382 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:35:24.382 INFO kablam! | Oct 15 10:35:24.382 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:35:24.382 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:35:24.382 INFO kablam! Oct 15 10:35:24.382 INFO kablam! warning: field is never used: `deck` Oct 15 10:35:24.382 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:35:24.382 INFO kablam! | Oct 15 10:35:24.382 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:35:24.382 INFO kablam! | ^^^^^^^^^^ Oct 15 10:35:24.382 INFO kablam! Oct 15 10:35:24.382 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:35:24.382 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:35:24.382 INFO kablam! | Oct 15 10:35:24.383 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:35:24.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:24.383 INFO kablam! Oct 15 10:35:24.383 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:35:24.383 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:35:24.383 INFO kablam! | Oct 15 10:35:24.383 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:35:24.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:24.383 INFO kablam! Oct 15 10:35:24.383 INFO kablam! warning: method is never used: `draw` Oct 15 10:35:24.383 INFO kablam! --> src/deck.rs:115:5 Oct 15 10:35:24.383 INFO kablam! | Oct 15 10:35:24.383 INFO kablam! 115 | pub fn draw(&mut self) -> Card { Oct 15 10:35:24.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:24.383 INFO kablam! Oct 15 10:35:26.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.87s Oct 15 10:35:26.687 INFO kablam! su: No module specific data is present Oct 15 10:35:27.524 INFO running `"docker" "rm" "-f" "4e8ca6e6efe09eba1bf85c138e3821f0a494c788c61e538a792d7b5fccaeb696"` Oct 15 10:35:27.835 INFO blam! 4e8ca6e6efe09eba1bf85c138e3821f0a494c788c61e538a792d7b5fccaeb696 Oct 15 10:35:27.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 10:35:28.431 INFO blam! aab47a94e363cdb0d8a70ac0da0814222c0f3e6c1c86f75f69fc2b84c6e3c5dc Oct 15 10:35:28.435 INFO running `"docker" "start" "-a" "aab47a94e363cdb0d8a70ac0da0814222c0f3e6c1c86f75f69fc2b84c6e3c5dc"` Oct 15 10:35:29.747 INFO kablam! usermod: no changes Oct 15 10:35:30.023 INFO kablam! Compiling criterion-stats v0.2.5 Oct 15 10:35:30.024 INFO kablam! Compiling itertools-num v0.1.2 Oct 15 10:35:30.029 INFO kablam! Compiling csv v1.0.1 Oct 15 10:35:30.029 INFO kablam! Compiling chrono v0.4.6 Oct 15 10:35:30.029 INFO kablam! Compiling handlebars v0.32.4 Oct 15 10:35:30.030 INFO kablam! Compiling failure v0.1.2 Oct 15 10:35:37.919 INFO kablam! Compiling simplelog v0.5.2 Oct 15 10:35:45.955 INFO kablam! Compiling criterion v0.2.5 Oct 15 10:36:00.559 INFO kablam! Compiling rust_cards v0.1.0 (/source) Oct 15 10:36:01.951 INFO kablam! warning: unused import: `std::time::Instant` Oct 15 10:36:01.951 INFO kablam! --> src/main.rs:18:5 Oct 15 10:36:01.951 INFO kablam! | Oct 15 10:36:01.951 INFO kablam! 18 | use std::time::Instant; Oct 15 10:36:01.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:36:01.951 INFO kablam! | Oct 15 10:36:01.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:36:01.951 INFO kablam! Oct 15 10:36:02.467 INFO kablam! warning: unused variable: `passwd` Oct 15 10:36:02.467 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:36:02.467 INFO kablam! | Oct 15 10:36:02.467 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:36:02.467 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:36:02.467 INFO kablam! | Oct 15 10:36:02.467 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:36:02.467 INFO kablam! Oct 15 10:36:02.703 INFO kablam! warning: unused variable: `passwd` Oct 15 10:36:02.703 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:36:02.703 INFO kablam! | Oct 15 10:36:02.703 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:36:02.703 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:36:02.703 INFO kablam! | Oct 15 10:36:02.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:36:02.703 INFO kablam! Oct 15 10:36:02.811 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:36:02.811 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:36:02.811 INFO kablam! | Oct 15 10:36:02.811 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:36:02.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:36:02.811 INFO kablam! | Oct 15 10:36:02.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:36:02.811 INFO kablam! Oct 15 10:36:02.811 INFO kablam! warning: field is never used: `password` Oct 15 10:36:02.811 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:36:02.811 INFO kablam! | Oct 15 10:36:02.811 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:36:02.811 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:36:02.811 INFO kablam! Oct 15 10:36:02.811 INFO kablam! warning: field is never used: `deck` Oct 15 10:36:02.811 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:36:02.811 INFO kablam! | Oct 15 10:36:02.811 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:36:02.811 INFO kablam! | ^^^^^^^^^^ Oct 15 10:36:02.811 INFO kablam! Oct 15 10:36:02.811 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:36:02.811 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:36:02.811 INFO kablam! | Oct 15 10:36:02.811 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:36:02.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:36:02.811 INFO kablam! Oct 15 10:36:02.811 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:36:02.811 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:36:02.811 INFO kablam! | Oct 15 10:36:02.811 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:36:02.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:36:02.811 INFO kablam! Oct 15 10:36:02.843 INFO kablam! warning: variant is never constructed: `Error` Oct 15 10:36:02.843 INFO kablam! --> src/input_thread.rs:9:2 Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! 9 | Error, Oct 15 10:36:02.843 INFO kablam! | ^^^^^ Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:36:02.843 INFO kablam! Oct 15 10:36:02.843 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:36:02.843 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:36:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:36:02.843 INFO kablam! Oct 15 10:36:02.843 INFO kablam! warning: field is never used: `password` Oct 15 10:36:02.843 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:36:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:36:02.843 INFO kablam! Oct 15 10:36:02.843 INFO kablam! warning: field is never used: `deck` Oct 15 10:36:02.843 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:36:02.843 INFO kablam! | ^^^^^^^^^^ Oct 15 10:36:02.843 INFO kablam! Oct 15 10:36:02.843 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:36:02.843 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:36:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:36:02.843 INFO kablam! Oct 15 10:36:02.843 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:36:02.843 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:36:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:36:02.843 INFO kablam! Oct 15 10:36:02.843 INFO kablam! warning: method is never used: `draw` Oct 15 10:36:02.843 INFO kablam! --> src/deck.rs:115:5 Oct 15 10:36:02.843 INFO kablam! | Oct 15 10:36:02.843 INFO kablam! 115 | pub fn draw(&mut self) -> Card { Oct 15 10:36:02.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:36:02.843 INFO kablam! Oct 15 10:36:03.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.10s Oct 15 10:36:03.909 INFO kablam! su: No module specific data is present Oct 15 10:36:05.163 INFO running `"docker" "rm" "-f" "aab47a94e363cdb0d8a70ac0da0814222c0f3e6c1c86f75f69fc2b84c6e3c5dc"` Oct 15 10:36:05.555 INFO blam! aab47a94e363cdb0d8a70ac0da0814222c0f3e6c1c86f75f69fc2b84c6e3c5dc Oct 15 10:36:05.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 10:36:06.072 INFO blam! 1d2477e47f265b3356654c2dc251278826091963c6d53bc16b38c743758a6f23 Oct 15 10:36:06.079 INFO running `"docker" "start" "-a" "1d2477e47f265b3356654c2dc251278826091963c6d53bc16b38c743758a6f23"` Oct 15 10:36:07.603 INFO kablam! usermod: no changes Oct 15 10:36:07.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 10:36:07.841 INFO kablam! Running /target/debug/deps/rust_cards-a14d94f74c16da37 Oct 15 10:36:07.852 INFO blam! Oct 15 10:36:07.852 INFO blam! running 0 tests Oct 15 10:36:07.852 INFO blam! Oct 15 10:36:07.852 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:36:07.852 INFO blam! Oct 15 10:36:07.853 INFO kablam! Running /target/debug/deps/rust_cards-fbb841abadc783e3 Oct 15 10:36:07.854 INFO blam! Oct 15 10:36:07.854 INFO blam! running 0 tests Oct 15 10:36:07.854 INFO blam! Oct 15 10:36:07.854 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:36:07.854 INFO blam! Oct 15 10:36:07.855 INFO kablam! Doc-tests rust_cards Oct 15 10:36:08.915 INFO blam! Oct 15 10:36:08.915 INFO blam! running 0 tests Oct 15 10:36:08.915 INFO blam! Oct 15 10:36:08.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:36:08.915 INFO blam! Oct 15 10:36:08.931 INFO kablam! su: No module specific data is present Oct 15 10:36:09.804 INFO running `"docker" "rm" "-f" "1d2477e47f265b3356654c2dc251278826091963c6d53bc16b38c743758a6f23"` Oct 15 10:36:10.115 INFO blam! 1d2477e47f265b3356654c2dc251278826091963c6d53bc16b38c743758a6f23