Oct 15 10:35:08.910 INFO testing Givup/rust_cards against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:35:08.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.419 INFO blam! 49ea534b2cbbbc45e9e3a88bec3c793bb14b63b6f4d05509ce2a36d151233ad0 Oct 15 10:35:09.421 INFO running `"docker" "start" "-a" "49ea534b2cbbbc45e9e3a88bec3c793bb14b63b6f4d05509ce2a36d151233ad0"` Oct 15 10:35:11.199 INFO kablam! usermod: no changes Oct 15 10:35:11.392 INFO kablam! Compiling pool_barrier v0.1.1 Oct 15 10:35:12.110 INFO kablam! Compiling rust_cards v0.1.0 (/source) Oct 15 10:35:13.401 INFO kablam! warning: unused variable: `passwd` Oct 15 10:35:13.402 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:35:13.402 INFO kablam! | Oct 15 10:35:13.402 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:35:13.403 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:35:13.403 INFO kablam! | Oct 15 10:35:13.403 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:35:13.404 INFO kablam! Oct 15 10:35:13.536 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:35:13.537 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:35:13.537 INFO kablam! | Oct 15 10:35:13.537 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:35:13.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:13.538 INFO kablam! | Oct 15 10:35:13.538 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:35:13.539 INFO kablam! Oct 15 10:35:13.539 INFO kablam! warning: field is never used: `password` Oct 15 10:35:13.539 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:35:13.540 INFO kablam! | Oct 15 10:35:13.540 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:35:13.540 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:35:13.541 INFO kablam! Oct 15 10:35:13.541 INFO kablam! warning: field is never used: `deck` Oct 15 10:35:13.541 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:35:13.542 INFO kablam! | Oct 15 10:35:13.542 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:35:13.542 INFO kablam! | ^^^^^^^^^^ Oct 15 10:35:13.543 INFO kablam! Oct 15 10:35:13.543 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:35:13.543 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:35:13.544 INFO kablam! | Oct 15 10:35:13.545 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:35:13.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:13.545 INFO kablam! Oct 15 10:35:13.545 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:35:13.545 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:35:13.546 INFO kablam! | Oct 15 10:35:13.546 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:35:13.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:13.547 INFO kablam! Oct 15 10:35:16.707 INFO kablam! warning: unused import: `std::time::Instant` Oct 15 10:35:16.707 INFO kablam! --> src/main.rs:18:5 Oct 15 10:35:16.708 INFO kablam! | Oct 15 10:35:16.708 INFO kablam! 18 | use std::time::Instant; Oct 15 10:35:16.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:35:16.708 INFO kablam! | Oct 15 10:35:16.709 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:35:16.709 INFO kablam! Oct 15 10:35:17.106 INFO kablam! warning: unused variable: `passwd` Oct 15 10:35:17.107 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:35:17.107 INFO kablam! | Oct 15 10:35:17.107 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:35:17.107 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:35:17.107 INFO kablam! | Oct 15 10:35:17.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:35:17.107 INFO kablam! Oct 15 10:35:17.247 INFO kablam! warning: variant is never constructed: `Error` Oct 15 10:35:17.247 INFO kablam! --> src/input_thread.rs:9:2 Oct 15 10:35:17.247 INFO kablam! | Oct 15 10:35:17.247 INFO kablam! 9 | Error, Oct 15 10:35:17.247 INFO kablam! | ^^^^^ Oct 15 10:35:17.247 INFO kablam! | Oct 15 10:35:17.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:35:17.247 INFO kablam! Oct 15 10:35:17.247 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:35:17.247 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:35:17.247 INFO kablam! | Oct 15 10:35:17.247 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:35:17.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:17.247 INFO kablam! Oct 15 10:35:17.247 INFO kablam! warning: field is never used: `password` Oct 15 10:35:17.247 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:35:17.247 INFO kablam! | Oct 15 10:35:17.247 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:35:17.247 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:35:17.247 INFO kablam! Oct 15 10:35:17.247 INFO kablam! warning: field is never used: `deck` Oct 15 10:35:17.247 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:35:17.248 INFO kablam! | Oct 15 10:35:17.248 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:35:17.248 INFO kablam! | ^^^^^^^^^^ Oct 15 10:35:17.248 INFO kablam! Oct 15 10:35:17.248 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:35:17.248 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:35:17.248 INFO kablam! | Oct 15 10:35:17.248 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:35:17.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:17.248 INFO kablam! Oct 15 10:35:17.248 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:35:17.248 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:35:17.248 INFO kablam! | Oct 15 10:35:17.248 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:35:17.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:17.248 INFO kablam! Oct 15 10:35:17.248 INFO kablam! warning: method is never used: `draw` Oct 15 10:35:17.248 INFO kablam! --> src/deck.rs:115:5 Oct 15 10:35:17.248 INFO kablam! | Oct 15 10:35:17.248 INFO kablam! 115 | pub fn draw(&mut self) -> Card { Oct 15 10:35:17.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:17.248 INFO kablam! Oct 15 10:35:19.694 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.46s Oct 15 10:35:19.719 INFO kablam! su: No module specific data is present Oct 15 10:35:20.238 INFO running `"docker" "rm" "-f" "49ea534b2cbbbc45e9e3a88bec3c793bb14b63b6f4d05509ce2a36d151233ad0"` Oct 15 10:35:20.469 INFO blam! 49ea534b2cbbbc45e9e3a88bec3c793bb14b63b6f4d05509ce2a36d151233ad0 Oct 15 10:35:20.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:20.843 INFO blam! b671b8d8eb3207320d64ecb771c2ea747c74e5b1dbdccc924d08d3d9a16a9992 Oct 15 10:35:20.847 INFO running `"docker" "start" "-a" "b671b8d8eb3207320d64ecb771c2ea747c74e5b1dbdccc924d08d3d9a16a9992"` Oct 15 10:35:21.959 INFO kablam! usermod: no changes Oct 15 10:35:22.219 INFO kablam! Compiling criterion-plot v0.2.5 Oct 15 10:35:22.219 INFO kablam! Compiling itertools-num v0.1.2 Oct 15 10:35:22.219 INFO kablam! Compiling criterion-stats v0.2.5 Oct 15 10:35:22.235 INFO kablam! Compiling simplelog v0.5.2 Oct 15 10:35:22.235 INFO kablam! Compiling handlebars v0.32.4 Oct 15 10:35:32.386 INFO kablam! Compiling criterion v0.2.5 Oct 15 10:35:46.699 INFO kablam! Compiling rust_cards v0.1.0 (/source) Oct 15 10:35:47.931 INFO kablam! warning: unused import: `std::time::Instant` Oct 15 10:35:47.931 INFO kablam! --> src/main.rs:18:5 Oct 15 10:35:47.931 INFO kablam! | Oct 15 10:35:47.931 INFO kablam! 18 | use std::time::Instant; Oct 15 10:35:47.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:35:47.931 INFO kablam! | Oct 15 10:35:47.931 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:35:47.931 INFO kablam! Oct 15 10:35:48.627 INFO kablam! warning: unused variable: `passwd` Oct 15 10:35:48.627 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:35:48.627 INFO kablam! | Oct 15 10:35:48.627 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:35:48.627 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:35:48.647 INFO kablam! | Oct 15 10:35:48.647 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:35:48.647 INFO kablam! Oct 15 10:35:48.835 INFO kablam! warning: unused variable: `passwd` Oct 15 10:35:48.835 INFO kablam! --> src/server/process_request.rs:68:50 Oct 15 10:35:48.836 INFO kablam! | Oct 15 10:35:48.837 INFO kablam! 68 | LobbyToken::Join(id, passwd) => { Oct 15 10:35:48.838 INFO kablam! | ^^^^^^ help: consider using `_passwd` instead Oct 15 10:35:48.838 INFO kablam! | Oct 15 10:35:48.839 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:35:48.840 INFO kablam! Oct 15 10:35:48.912 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:35:48.912 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:35:48.912 INFO kablam! | Oct 15 10:35:48.912 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:35:48.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:48.912 INFO kablam! | Oct 15 10:35:48.914 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:35:48.914 INFO kablam! Oct 15 10:35:48.914 INFO kablam! warning: field is never used: `password` Oct 15 10:35:48.914 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:35:48.914 INFO kablam! | Oct 15 10:35:48.914 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:35:48.914 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:35:48.914 INFO kablam! Oct 15 10:35:48.914 INFO kablam! warning: field is never used: `deck` Oct 15 10:35:48.914 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:35:48.914 INFO kablam! | Oct 15 10:35:48.914 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:35:48.914 INFO kablam! | ^^^^^^^^^^ Oct 15 10:35:48.914 INFO kablam! Oct 15 10:35:48.914 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:35:48.914 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:35:48.914 INFO kablam! | Oct 15 10:35:48.914 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:35:48.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:48.914 INFO kablam! Oct 15 10:35:48.914 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:35:48.914 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:35:48.914 INFO kablam! | Oct 15 10:35:48.914 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:35:48.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:48.914 INFO kablam! Oct 15 10:35:49.318 INFO kablam! warning: variant is never constructed: `Error` Oct 15 10:35:49.319 INFO kablam! --> src/input_thread.rs:9:2 Oct 15 10:35:49.319 INFO kablam! | Oct 15 10:35:49.320 INFO kablam! 9 | Error, Oct 15 10:35:49.321 INFO kablam! | ^^^^^ Oct 15 10:35:49.321 INFO kablam! | Oct 15 10:35:49.322 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:35:49.323 INFO kablam! Oct 15 10:35:49.323 INFO kablam! warning: variant is never constructed: `InvalidArgumentError` Oct 15 10:35:49.324 INFO kablam! --> src/client/mod.rs:197:5 Oct 15 10:35:49.324 INFO kablam! | Oct 15 10:35:49.325 INFO kablam! 197 | InvalidArgumentError(&'static str, u32), Oct 15 10:35:49.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:49.326 INFO kablam! Oct 15 10:35:49.327 INFO kablam! warning: field is never used: `password` Oct 15 10:35:49.328 INFO kablam! --> src/server/lobby.rs:7:5 Oct 15 10:35:49.328 INFO kablam! | Oct 15 10:35:49.328 INFO kablam! 7 | password: String, // Currently passwords are stored as-is cleartext Oct 15 10:35:49.328 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:35:49.328 INFO kablam! Oct 15 10:35:49.328 INFO kablam! warning: field is never used: `deck` Oct 15 10:35:49.328 INFO kablam! --> src/server/lobby.rs:10:5 Oct 15 10:35:49.328 INFO kablam! | Oct 15 10:35:49.328 INFO kablam! 10 | deck: Deck, // Deck that is used to play Oct 15 10:35:49.328 INFO kablam! | ^^^^^^^^^^ Oct 15 10:35:49.328 INFO kablam! Oct 15 10:35:49.328 INFO kablam! warning: method is never used: `get_lobby` Oct 15 10:35:49.328 INFO kablam! --> src/server/mod.rs:126:5 Oct 15 10:35:49.328 INFO kablam! | Oct 15 10:35:49.328 INFO kablam! 126 | fn get_lobby(&self, lobby_id: u32) -> Option<&Lobby> { Oct 15 10:35:49.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:49.335 INFO kablam! Oct 15 10:35:49.335 INFO kablam! warning: method is never used: `remove_client_from_lobby` Oct 15 10:35:49.335 INFO kablam! --> src/server/mod.rs:151:5 Oct 15 10:35:49.335 INFO kablam! | Oct 15 10:35:49.335 INFO kablam! 151 | fn remove_client_from_lobby(&mut self, pid: u32, lid: u32) { Oct 15 10:35:49.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:49.335 INFO kablam! Oct 15 10:35:49.335 INFO kablam! warning: method is never used: `draw` Oct 15 10:35:49.335 INFO kablam! --> src/deck.rs:115:5 Oct 15 10:35:49.335 INFO kablam! | Oct 15 10:35:49.335 INFO kablam! 115 | pub fn draw(&mut self) -> Card { Oct 15 10:35:49.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:35:49.335 INFO kablam! Oct 15 10:35:50.121 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.11s Oct 15 10:35:50.143 INFO kablam! su: No module specific data is present Oct 15 10:35:51.887 INFO running `"docker" "rm" "-f" "b671b8d8eb3207320d64ecb771c2ea747c74e5b1dbdccc924d08d3d9a16a9992"` Oct 15 10:35:52.279 INFO blam! b671b8d8eb3207320d64ecb771c2ea747c74e5b1dbdccc924d08d3d9a16a9992 Oct 15 10:35:52.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:35:52.782 INFO blam! 5f575bb82171c7f1334d7d699f32d2df707292e36e8a279740af223abc62d97d Oct 15 10:35:52.785 INFO running `"docker" "start" "-a" "5f575bb82171c7f1334d7d699f32d2df707292e36e8a279740af223abc62d97d"` Oct 15 10:35:55.119 INFO kablam! usermod: no changes Oct 15 10:35:55.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 10:35:55.401 INFO kablam! Running /target/debug/deps/rust_cards-57809133bd96e7b4 Oct 15 10:35:55.408 INFO blam! Oct 15 10:35:55.408 INFO blam! running 0 tests Oct 15 10:35:55.408 INFO blam! Oct 15 10:35:55.408 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:35:55.409 INFO blam! Oct 15 10:35:55.410 INFO kablam! Running /target/debug/deps/rust_cards-ec764c96fa8a347e Oct 15 10:35:55.414 INFO blam! Oct 15 10:35:55.414 INFO blam! running 0 tests Oct 15 10:35:55.414 INFO blam! Oct 15 10:35:55.414 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:35:55.414 INFO blam! Oct 15 10:35:55.416 INFO kablam! Doc-tests rust_cards Oct 15 10:35:56.609 INFO blam! Oct 15 10:35:56.609 INFO blam! running 0 tests Oct 15 10:35:56.609 INFO blam! Oct 15 10:35:56.609 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:35:56.609 INFO blam! Oct 15 10:35:56.619 INFO kablam! su: No module specific data is present Oct 15 10:35:58.216 INFO running `"docker" "rm" "-f" "5f575bb82171c7f1334d7d699f32d2df707292e36e8a279740af223abc62d97d"` Oct 15 10:35:58.579 INFO blam! 5f575bb82171c7f1334d7d699f32d2df707292e36e8a279740af223abc62d97d