Oct 11 06:33:50.088 INFO testing Givup/rust_cards against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:33:50.088 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:33:50.088 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 06:33:50.276 INFO blam! da1ca6ff21f0801e53b595bb21459bc985fa730ba7553b191da2e670de25f8ce Oct 11 06:33:50.277 INFO running `"docker" "start" "-a" "da1ca6ff21f0801e53b595bb21459bc985fa730ba7553b191da2e670de25f8ce"` Oct 11 06:33:51.138 INFO kablam! usermod: no changes Oct 11 06:33:51.292 INFO kablam! Compiling pool_barrier v0.1.1 Oct 11 06:33:51.808 INFO kablam! Compiling rust_cards v0.1.0 (/source) Oct 11 06:33:52.852 INFO kablam! warning: unused variable: `passwd` Oct 11 06:33:52.852 INFO kablam! --> src/server/process_request.rs:68:50 Oct 11 06:33:52.852 INFO kablam! | Oct 11 06:33:52.852 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 11 06:33:52.852 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 11 06:33:52.852 INFO kablam! | Oct 11 06:33:52.852 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:33:52.852 INFO kablam! Oct 11 06:33:52.963 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 11 06:33:52.963 INFO kablam! --> src/client/mod.rs:197:5 Oct 11 06:33:52.963 INFO kablam! | Oct 11 06:33:52.963 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 11 06:33:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:33:52.963 INFO kablam! | Oct 11 06:33:52.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:33:52.963 INFO kablam! Oct 11 06:33:52.963 INFO kablam! warning: field is never used: `password` Oct 11 06:33:52.963 INFO kablam! --> src/server/lobby.rs:7:5 Oct 11 06:33:52.963 INFO kablam! | Oct 11 06:33:52.963 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 11 06:33:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:33:52.963 INFO kablam! Oct 11 06:33:52.963 INFO kablam! warning: field is never used: `deck` Oct 11 06:33:52.963 INFO kablam! --> src/server/lobby.rs:10:5 Oct 11 06:33:52.963 INFO kablam! | Oct 11 06:33:52.963 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 11 06:33:52.963 INFO kablam! | ^^^^^^^^^^ Oct 11 06:33:52.963 INFO kablam! Oct 11 06:33:52.963 INFO kablam! warning: method is never used: `get_lobby` Oct 11 06:33:52.963 INFO kablam! --> src/server/mod.rs:126:5 Oct 11 06:33:52.963 INFO kablam! | Oct 11 06:33:52.963 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 11 06:33:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:33:52.963 INFO kablam! Oct 11 06:33:52.963 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 11 06:33:52.963 INFO kablam! --> src/server/mod.rs:151:5 Oct 11 06:33:52.963 INFO kablam! | Oct 11 06:33:52.963 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 11 06:33:52.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:33:52.963 INFO kablam! Oct 11 06:33:54.781 INFO kablam! warning: unused import: `std::time::Instant` Oct 11 06:33:54.781 INFO kablam! --> src/main.rs:18:5 Oct 11 06:33:54.781 INFO kablam! | Oct 11 06:33:54.781 INFO kablam! 18 | use std::time::Instant; Oct 11 06:33:54.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:33:54.781 INFO kablam! | Oct 11 06:33:54.781 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:33:54.781 INFO kablam! Oct 11 06:33:55.130 INFO kablam! warning: unused variable: `passwd` Oct 11 06:33:55.130 INFO kablam! --> src/server/process_request.rs:68:50 Oct 11 06:33:55.130 INFO kablam! | Oct 11 06:33:55.130 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 11 06:33:55.130 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 11 06:33:55.130 INFO kablam! | Oct 11 06:33:55.130 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:33:55.130 INFO kablam! Oct 11 06:33:55.274 INFO kablam! warning: variant is never constructed: `Error` Oct 11 06:33:55.274 INFO kablam! --> src/input_thread.rs:9:2 Oct 11 06:33:55.274 INFO kablam! | Oct 11 06:33:55.274 INFO kablam! 9 | Error, Oct 11 06:33:55.274 INFO kablam! | ^^^^^ Oct 11 06:33:55.274 INFO kablam! | Oct 11 06:33:55.274 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:33:55.274 INFO kablam! Oct 11 06:33:55.274 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 11 06:33:55.275 INFO kablam! --> src/client/mod.rs:197:5 Oct 11 06:33:55.275 INFO kablam! | Oct 11 06:33:55.275 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 11 06:33:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:33:55.275 INFO kablam! Oct 11 06:33:55.275 INFO kablam! warning: field is never used: `password` Oct 11 06:33:55.275 INFO kablam! --> src/server/lobby.rs:7:5 Oct 11 06:33:55.275 INFO kablam! | Oct 11 06:33:55.275 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 11 06:33:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:33:55.275 INFO kablam! Oct 11 06:33:55.275 INFO kablam! warning: field is never used: `deck` Oct 11 06:33:55.275 INFO kablam! --> src/server/lobby.rs:10:5 Oct 11 06:33:55.275 INFO kablam! | Oct 11 06:33:55.275 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 11 06:33:55.275 INFO kablam! | ^^^^^^^^^^ Oct 11 06:33:55.275 INFO kablam! Oct 11 06:33:55.275 INFO kablam! warning: method is never used: `get_lobby` Oct 11 06:33:55.275 INFO kablam! --> src/server/mod.rs:126:5 Oct 11 06:33:55.275 INFO kablam! | Oct 11 06:33:55.275 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 11 06:33:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:33:55.275 INFO kablam! Oct 11 06:33:55.275 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 11 06:33:55.275 INFO kablam! --> src/server/mod.rs:151:5 Oct 11 06:33:55.275 INFO kablam! | Oct 11 06:33:55.275 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 11 06:33:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:33:55.275 INFO kablam! Oct 11 06:33:55.275 INFO kablam! warning: method is never used: `draw` Oct 11 06:33:55.275 INFO kablam! --> src/deck.rs:115:5 Oct 11 06:33:55.275 INFO kablam! | Oct 11 06:33:55.275 INFO kablam! 115 | pub fn draw(&mut self) -> Card { Oct 11 06:33:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:33:55.275 INFO kablam! Oct 11 06:33:57.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.98s Oct 11 06:33:57.172 INFO kablam! su: No module specific data is present Oct 11 06:33:57.563 INFO running `"docker" "rm" "-f" "da1ca6ff21f0801e53b595bb21459bc985fa730ba7553b191da2e670de25f8ce"` Oct 11 06:33:57.759 INFO blam! da1ca6ff21f0801e53b595bb21459bc985fa730ba7553b191da2e670de25f8ce Oct 11 06:33:57.761 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:33:57.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 06:33:58.162 INFO blam! f344270c6afe9345407663ce13b822759a255d4c1ec883fac2b127534d7c71a3 Oct 11 06:33:58.168 INFO running `"docker" "start" "-a" "f344270c6afe9345407663ce13b822759a255d4c1ec883fac2b127534d7c71a3"` Oct 11 06:33:59.233 INFO kablam! usermod: no changes Oct 11 06:33:59.433 INFO kablam! Compiling csv-core v0.1.4 Oct 11 06:33:59.433 INFO kablam! Compiling itertools-num v0.1.2 Oct 11 06:33:59.433 INFO kablam! Compiling criterion-stats v0.2.5 Oct 11 06:33:59.448 INFO kablam! Compiling chrono v0.4.6 Oct 11 06:33:59.468 INFO kablam! Compiling regex v1.0.5 Oct 11 06:34:01.228 INFO kablam! Compiling csv v1.0.1 Oct 11 06:34:03.518 INFO kablam! Compiling simplelog v0.5.2 Oct 11 06:34:10.077 INFO kablam! Compiling handlebars v0.32.4 Oct 11 06:34:17.812 INFO kablam! Compiling criterion v0.2.5 Oct 11 06:34:28.056 INFO kablam! Compiling rust_cards v0.1.0 (/source) Oct 11 06:34:28.876 INFO kablam! warning: unused import: `std::time::Instant` Oct 11 06:34:28.876 INFO kablam! --> src/main.rs:18:5 Oct 11 06:34:28.876 INFO kablam! | Oct 11 06:34:28.876 INFO kablam! 18 | use std::time::Instant; Oct 11 06:34:28.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:34:28.876 INFO kablam! | Oct 11 06:34:28.876 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:34:28.876 INFO kablam! Oct 11 06:34:29.217 INFO kablam! warning: unused variable: `passwd` Oct 11 06:34:29.217 INFO kablam! --> src/server/process_request.rs:68:50 Oct 11 06:34:29.217 INFO kablam! | Oct 11 06:34:29.218 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 11 06:34:29.218 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 11 06:34:29.218 INFO kablam! | Oct 11 06:34:29.219 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:34:29.219 INFO kablam! Oct 11 06:34:29.308 INFO kablam! warning: unused variable: `passwd` Oct 11 06:34:29.309 INFO kablam! --> src/server/process_request.rs:68:50 Oct 11 06:34:29.309 INFO kablam! | Oct 11 06:34:29.310 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 11 06:34:29.310 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 11 06:34:29.310 INFO kablam! | Oct 11 06:34:29.310 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:34:29.311 INFO kablam! Oct 11 06:34:29.446 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 11 06:34:29.453 INFO kablam! --> src/client/mod.rs:197:5 Oct 11 06:34:29.453 INFO kablam! | Oct 11 06:34:29.453 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 11 06:34:29.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:34:29.454 INFO kablam! | Oct 11 06:34:29.454 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:34:29.454 INFO kablam! Oct 11 06:34:29.455 INFO kablam! warning: field is never used: `password` Oct 11 06:34:29.455 INFO kablam! --> src/server/lobby.rs:7:5 Oct 11 06:34:29.455 INFO kablam! | Oct 11 06:34:29.456 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 11 06:34:29.456 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:34:29.456 INFO kablam! Oct 11 06:34:29.456 INFO kablam! warning: field is never used: `deck` Oct 11 06:34:29.457 INFO kablam! --> src/server/lobby.rs:10:5 Oct 11 06:34:29.457 INFO kablam! | Oct 11 06:34:29.457 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 11 06:34:29.457 INFO kablam! | ^^^^^^^^^^ Oct 11 06:34:29.458 INFO kablam! Oct 11 06:34:29.458 INFO kablam! warning: method is never used: `get_lobby` Oct 11 06:34:29.458 INFO kablam! --> src/server/mod.rs:126:5 Oct 11 06:34:29.458 INFO kablam! | Oct 11 06:34:29.459 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 11 06:34:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:34:29.459 INFO kablam! Oct 11 06:34:29.459 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 11 06:34:29.460 INFO kablam! --> src/server/mod.rs:151:5 Oct 11 06:34:29.460 INFO kablam! | Oct 11 06:34:29.460 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 11 06:34:29.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:34:29.461 INFO kablam! Oct 11 06:34:29.482 INFO kablam! warning: variant is never constructed: `Error` Oct 11 06:34:29.482 INFO kablam! --> src/input_thread.rs:9:2 Oct 11 06:34:29.483 INFO kablam! | Oct 11 06:34:29.483 INFO kablam! 9 | Error, Oct 11 06:34:29.483 INFO kablam! | ^^^^^ Oct 11 06:34:29.483 INFO kablam! | Oct 11 06:34:29.484 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:34:29.484 INFO kablam! Oct 11 06:34:29.484 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 11 06:34:29.485 INFO kablam! --> src/client/mod.rs:197:5 Oct 11 06:34:29.485 INFO kablam! | Oct 11 06:34:29.485 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 11 06:34:29.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:34:29.486 INFO kablam! Oct 11 06:34:29.486 INFO kablam! warning: field is never used: `password` Oct 11 06:34:29.486 INFO kablam! --> src/server/lobby.rs:7:5 Oct 11 06:34:29.486 INFO kablam! | Oct 11 06:34:29.487 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 11 06:34:29.487 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:34:29.487 INFO kablam! Oct 11 06:34:29.488 INFO kablam! warning: field is never used: `deck` Oct 11 06:34:29.488 INFO kablam! --> src/server/lobby.rs:10:5 Oct 11 06:34:29.488 INFO kablam! | Oct 11 06:34:29.488 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 11 06:34:29.489 INFO kablam! | ^^^^^^^^^^ Oct 11 06:34:29.489 INFO kablam! Oct 11 06:34:29.489 INFO kablam! warning: method is never used: `get_lobby` Oct 11 06:34:29.490 INFO kablam! --> src/server/mod.rs:126:5 Oct 11 06:34:29.490 INFO kablam! | Oct 11 06:34:29.490 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 11 06:34:29.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:34:29.491 INFO kablam! Oct 11 06:34:29.491 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 11 06:34:29.491 INFO kablam! --> src/server/mod.rs:151:5 Oct 11 06:34:29.491 INFO kablam! | Oct 11 06:34:29.492 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 11 06:34:29.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:34:29.492 INFO kablam! Oct 11 06:34:29.492 INFO kablam! warning: method is never used: `draw` Oct 11 06:34:29.493 INFO kablam! --> src/deck.rs:115:5 Oct 11 06:34:29.493 INFO kablam! | Oct 11 06:34:29.493 INFO kablam! 115 | pub fn draw(&mut self) -> Card { Oct 11 06:34:29.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:34:29.494 INFO kablam! Oct 11 06:34:30.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.85s Oct 11 06:34:30.152 INFO kablam! su: No module specific data is present Oct 11 06:34:30.820 INFO running `"docker" "rm" "-f" "f344270c6afe9345407663ce13b822759a255d4c1ec883fac2b127534d7c71a3"` Oct 11 06:34:30.976 INFO blam! f344270c6afe9345407663ce13b822759a255d4c1ec883fac2b127534d7c71a3 Oct 11 06:34:30.977 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:34:30.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 06:34:31.151 INFO blam! 61e44d9a69b1c5a5ef890d17be7b401bf0d0b937b714aad72d8354c2223a50b8 Oct 11 06:34:31.153 INFO running `"docker" "start" "-a" "61e44d9a69b1c5a5ef890d17be7b401bf0d0b937b714aad72d8354c2223a50b8"` Oct 11 06:34:31.711 INFO kablam! usermod: no changes Oct 11 06:34:31.846 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 06:34:31.852 INFO kablam! Running /target/debug/deps/rust_cards-a14d94f74c16da37 Oct 11 06:34:31.858 INFO blam! Oct 11 06:34:31.858 INFO kablam! Running /target/debug/deps/rust_cards-fbb841abadc783e3 Oct 11 06:34:31.858 INFO blam! running 0 tests Oct 11 06:34:31.858 INFO blam! Oct 11 06:34:31.858 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:34:31.858 INFO blam! Oct 11 06:34:31.860 INFO blam! Oct 11 06:34:31.860 INFO blam! running 0 tests Oct 11 06:34:31.861 INFO blam! Oct 11 06:34:31.861 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:34:31.861 INFO blam! Oct 11 06:34:31.861 INFO kablam! Doc-tests rust_cards Oct 11 06:34:32.473 INFO blam! Oct 11 06:34:32.473 INFO blam! running 0 tests Oct 11 06:34:32.473 INFO blam! Oct 11 06:34:32.473 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:34:32.473 INFO blam! Oct 11 06:34:32.474 INFO kablam! su: No module specific data is present Oct 11 06:34:32.914 INFO running `"docker" "rm" "-f" "61e44d9a69b1c5a5ef890d17be7b401bf0d0b937b714aad72d8354c2223a50b8"` Oct 11 06:34:33.164 INFO blam! 61e44d9a69b1c5a5ef890d17be7b401bf0d0b937b714aad72d8354c2223a50b8