Oct 13 02:55:07.332 INFO testing renato-zannon/rust-project_euler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:55:07.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 02:55:07.683 INFO blam! cc1af1923a35ff55b94cd518aa649b9c26d3efd87caa926ed09cb47bbb07742f Oct 13 02:55:07.689 INFO running `"docker" "start" "-a" "cc1af1923a35ff55b94cd518aa649b9c26d3efd87caa926ed09cb47bbb07742f"` Oct 13 02:55:08.299 INFO kablam! usermod: no changes Oct 13 02:55:08.564 INFO kablam! Compiling ascii v0.9.0 Oct 13 02:55:08.565 INFO kablam! Compiling enum-set v0.0.7 Oct 13 02:55:08.576 INFO kablam! Compiling num-integer v0.1.39 Oct 13 02:55:08.576 INFO kablam! Compiling num-complex v0.2.0 Oct 13 02:55:08.576 INFO kablam! Compiling enum_primitive v0.1.1 Oct 13 02:55:08.576 INFO kablam! Compiling rayon-core v1.4.1 Oct 13 02:55:09.747 INFO kablam! Compiling num-bigint v0.2.0 Oct 13 02:55:09.747 INFO kablam! Compiling num-iter v0.1.37 Oct 13 02:55:11.031 INFO kablam! Compiling rayon v1.0.2 Oct 13 02:55:13.867 INFO kablam! Compiling num-rational v0.2.1 Oct 13 02:55:16.581 INFO kablam! Compiling num v0.2.0 Oct 13 02:55:16.971 INFO kablam! Compiling shared v0.0.1 (/source/shared) Oct 13 02:55:19.251 INFO kablam! Compiling project_euler v0.0.1 (/source) Oct 13 02:56:33.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 13 02:56:33.782 INFO kablam! su: No module specific data is present Oct 13 02:56:37.788 INFO running `"docker" "rm" "-f" "cc1af1923a35ff55b94cd518aa649b9c26d3efd87caa926ed09cb47bbb07742f"` Oct 13 02:56:38.199 INFO blam! cc1af1923a35ff55b94cd518aa649b9c26d3efd87caa926ed09cb47bbb07742f Oct 13 02:56:38.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 02:56:38.741 INFO blam! a6291ae169b0f316a99621444e6e2510aaacdc5c392013ca5a7c6337d172211d Oct 13 02:56:38.741 INFO running `"docker" "start" "-a" "a6291ae169b0f316a99621444e6e2510aaacdc5c392013ca5a7c6337d172211d"` Oct 13 02:56:40.579 INFO kablam! usermod: no changes Oct 13 02:56:40.963 INFO kablam! Compiling project_euler v0.0.1 (/source) Oct 13 02:56:55.191 INFO kablam! warning: unused imports: `FractionType`, `divide_square` Oct 13 02:56:55.191 INFO kablam! --> src/bin/64.rs:44:34 Oct 13 02:56:55.191 INFO kablam! | Oct 13 02:56:55.191 INFO kablam! 44 | use shared::continued_fraction::{divide_square, FractionType}; Oct 13 02:56:55.191 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 13 02:56:55.191 INFO kablam! | Oct 13 02:56:55.191 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:56:55.191 INFO kablam! Oct 13 02:56:55.279 INFO kablam! warning: constant item is never used: `MAX_N` Oct 13 02:56:55.279 INFO kablam! --> src/bin/64.rs:46:1 Oct 13 02:56:55.279 INFO kablam! | Oct 13 02:56:55.279 INFO kablam! 46 | const MAX_N: u32 = 10_000; Oct 13 02:56:55.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:56:55.311 INFO kablam! | Oct 13 02:56:55.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:56:55.311 INFO kablam! Oct 13 02:57:37.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.68s Oct 13 02:57:37.335 INFO kablam! su: No module specific data is present Oct 13 02:57:38.179 INFO running `"docker" "rm" "-f" "a6291ae169b0f316a99621444e6e2510aaacdc5c392013ca5a7c6337d172211d"` Oct 13 02:57:38.390 INFO blam! a6291ae169b0f316a99621444e6e2510aaacdc5c392013ca5a7c6337d172211d Oct 13 02:57:38.392 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 02:57:38.856 INFO blam! e2cc1061e7568f21a0a6e081848b9197bda088ee41ae462f0ae673065de31e01 Oct 13 02:57:38.858 INFO running `"docker" "start" "-a" "e2cc1061e7568f21a0a6e081848b9197bda088ee41ae462f0ae673065de31e01"` Oct 13 02:57:40.421 INFO kablam! usermod: no changes Oct 13 02:57:40.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.37s Oct 13 02:57:40.840 INFO kablam! Running /target/debug/deps/01-429677e64abacf0b Oct 13 02:57:40.842 INFO blam! Oct 13 02:57:40.842 INFO blam! running 0 tests Oct 13 02:57:40.842 INFO blam! Oct 13 02:57:40.842 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.842 INFO blam! Oct 13 02:57:40.847 INFO kablam! Running /target/debug/deps/02-f751a2a31460c0ee Oct 13 02:57:40.851 INFO blam! Oct 13 02:57:40.851 INFO blam! running 0 tests Oct 13 02:57:40.851 INFO blam! Oct 13 02:57:40.851 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.851 INFO blam! Oct 13 02:57:40.851 INFO kablam! Running /target/debug/deps/03-fa4d961010220e58 Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.859 INFO blam! running 0 tests Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.859 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.859 INFO blam! running 0 tests Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.859 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.862 INFO kablam! Running /target/debug/deps/04-da8a76de83230bfa Oct 13 02:57:40.862 INFO kablam! Running /target/debug/deps/05-955ecfc67f210887 Oct 13 02:57:40.873 INFO blam! Oct 13 02:57:40.873 INFO blam! running 0 tests Oct 13 02:57:40.879 INFO blam! Oct 13 02:57:40.879 INFO kablam! Running /target/debug/deps/06-40a98e36738f0b28 Oct 13 02:57:40.879 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.880 INFO kablam! Running /target/debug/deps/07-e43633ded6f0a628 Oct 13 02:57:40.880 INFO blam! Oct 13 02:57:40.880 INFO blam! Oct 13 02:57:40.880 INFO blam! running 0 tests Oct 13 02:57:40.881 INFO blam! Oct 13 02:57:40.881 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.881 INFO blam! Oct 13 02:57:40.891 INFO blam! Oct 13 02:57:40.891 INFO kablam! Running /target/debug/deps/08-a8bbf039ed95a0bb Oct 13 02:57:40.891 INFO blam! running 0 tests Oct 13 02:57:40.891 INFO blam! Oct 13 02:57:40.891 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.891 INFO blam! Oct 13 02:57:40.907 INFO blam! Oct 13 02:57:40.907 INFO blam! running 0 tests Oct 13 02:57:40.907 INFO blam! Oct 13 02:57:40.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.907 INFO blam! Oct 13 02:57:40.919 INFO kablam! Running /target/debug/deps/09-cd19037d61c49927 Oct 13 02:57:40.923 INFO blam! Oct 13 02:57:40.923 INFO blam! running 0 tests Oct 13 02:57:40.924 INFO blam! Oct 13 02:57:40.924 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.924 INFO blam! Oct 13 02:57:40.927 INFO kablam! Running /target/debug/deps/10-9ce265a80d33c8c3 Oct 13 02:57:40.931 INFO blam! Oct 13 02:57:40.931 INFO blam! running 0 tests Oct 13 02:57:40.931 INFO blam! Oct 13 02:57:40.931 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.931 INFO blam! Oct 13 02:57:40.931 INFO kablam! Running /target/debug/deps/11-ba5f94192b8da57d Oct 13 02:57:40.936 INFO blam! Oct 13 02:57:40.936 INFO blam! running 0 tests Oct 13 02:57:40.936 INFO blam! Oct 13 02:57:40.936 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.936 INFO blam! Oct 13 02:57:40.937 INFO kablam! Running /target/debug/deps/12-fb41790c2da7e299 Oct 13 02:57:40.938 INFO blam! Oct 13 02:57:40.938 INFO blam! running 0 tests Oct 13 02:57:40.938 INFO blam! Oct 13 02:57:40.938 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.939 INFO blam! Oct 13 02:57:40.943 INFO kablam! Running /target/debug/deps/13-9872de647a1fcca2 Oct 13 02:57:40.944 INFO blam! Oct 13 02:57:40.944 INFO blam! running 0 tests Oct 13 02:57:40.944 INFO blam! Oct 13 02:57:40.944 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.944 INFO blam! Oct 13 02:57:40.944 INFO kablam! Running /target/debug/deps/14-1a8a148577089e99 Oct 13 02:57:40.952 INFO blam! Oct 13 02:57:40.952 INFO blam! running 0 tests Oct 13 02:57:40.954 INFO blam! Oct 13 02:57:40.954 INFO kablam! Running /target/debug/deps/15-a4034cf025f98ffa Oct 13 02:57:40.954 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.954 INFO blam! Oct 13 02:57:40.959 INFO blam! Oct 13 02:57:40.959 INFO kablam! Running /target/debug/deps/16-7786e3b00983560c Oct 13 02:57:40.959 INFO blam! running 0 tests Oct 13 02:57:40.959 INFO blam! Oct 13 02:57:40.959 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.959 INFO blam! Oct 13 02:57:40.971 INFO blam! Oct 13 02:57:40.971 INFO kablam! Running /target/debug/deps/17-8031f32ef8e80c14 Oct 13 02:57:40.971 INFO blam! running 0 tests Oct 13 02:57:40.971 INFO blam! Oct 13 02:57:40.971 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.971 INFO blam! Oct 13 02:57:40.983 INFO blam! Oct 13 02:57:40.983 INFO kablam! Running /target/debug/deps/18-10dbea1f2f202e25 Oct 13 02:57:40.983 INFO blam! running 0 tests Oct 13 02:57:40.983 INFO kablam! Running /target/debug/deps/19-7bf0c1611949dbd5 Oct 13 02:57:40.983 INFO blam! Oct 13 02:57:40.983 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.983 INFO blam! Oct 13 02:57:40.983 INFO blam! Oct 13 02:57:40.983 INFO blam! running 0 tests Oct 13 02:57:40.983 INFO blam! Oct 13 02:57:40.983 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.983 INFO blam! Oct 13 02:57:40.984 INFO blam! Oct 13 02:57:40.984 INFO blam! running 0 tests Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO kablam! Running /target/debug/deps/20-2562d0663b23ea7e Oct 13 02:57:40.991 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.991 INFO kablam! Running /target/debug/deps/21-b8ccff29cc219f7c Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO blam! running 0 tests Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO blam! running 0 tests Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.991 INFO blam! Oct 13 02:57:40.991 INFO kablam! Running /target/debug/deps/22-f09067a29a52195f Oct 13 02:57:41.003 INFO kablam! Running /target/debug/deps/23-8c492a701c1a496f Oct 13 02:57:41.003 INFO blam! Oct 13 02:57:41.003 INFO kablam! Running /target/debug/deps/24-91e23365233f0faf Oct 13 02:57:41.003 INFO blam! running 0 tests Oct 13 02:57:41.003 INFO blam! Oct 13 02:57:41.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.003 INFO blam! Oct 13 02:57:41.003 INFO blam! Oct 13 02:57:41.003 INFO blam! running 0 tests Oct 13 02:57:41.003 INFO blam! Oct 13 02:57:41.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.003 INFO blam! Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO kablam! Running /target/debug/deps/25-081053f96c619310 Oct 13 02:57:41.015 INFO blam! running 0 tests Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO kablam! Running /target/debug/deps/26-e31b322cafa188b5 Oct 13 02:57:41.015 INFO blam! running 0 tests Oct 13 02:57:41.015 INFO kablam! Running /target/debug/deps/27-de9f9dfbfe606d42 Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO blam! running 0 tests Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.015 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.015 INFO blam! Oct 13 02:57:41.023 INFO blam! Oct 13 02:57:41.023 INFO kablam! Running /target/debug/deps/28-5aa69724768714a0 Oct 13 02:57:41.023 INFO blam! running 0 tests Oct 13 02:57:41.023 INFO blam! Oct 13 02:57:41.023 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.023 INFO blam! Oct 13 02:57:41.031 INFO blam! Oct 13 02:57:41.031 INFO blam! running 4 tests Oct 13 02:57:41.031 INFO blam! test tests::test_width_1 ... ok Oct 13 02:57:41.031 INFO blam! test tests::test_width_3 ... ok Oct 13 02:57:41.031 INFO blam! test tests::test_width_5 ... ok Oct 13 02:57:41.039 INFO blam! test tests::test_width_7 ... ok Oct 13 02:57:41.039 INFO blam! Oct 13 02:57:41.039 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.039 INFO blam! Oct 13 02:57:41.040 INFO kablam! Running /target/debug/deps/29-0e33e7244f34aa99 Oct 13 02:57:41.059 INFO kablam! Running /target/debug/deps/30-56c5a0d1d27136e9 Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO kablam! Running /target/debug/deps/31-f10080328ded62b1 Oct 13 02:57:41.059 INFO blam! running 0 tests Oct 13 02:57:41.059 INFO kablam! Running /target/debug/deps/31_2-ae3586335f92bb0b Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO blam! running 0 tests Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO blam! running 0 tests Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.059 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.059 INFO blam! Oct 13 02:57:41.079 INFO blam! Oct 13 02:57:41.079 INFO kablam! Running /target/debug/deps/32-2e2e6599366514c2 Oct 13 02:57:41.079 INFO blam! running 0 tests Oct 13 02:57:41.079 INFO blam! Oct 13 02:57:41.079 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.079 INFO blam! Oct 13 02:57:41.082 INFO blam! Oct 13 02:57:41.083 INFO kablam! Running /target/debug/deps/33-940e3ca2ef973218 Oct 13 02:57:41.083 INFO blam! running 0 tests Oct 13 02:57:41.083 INFO blam! Oct 13 02:57:41.083 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.083 INFO blam! Oct 13 02:57:41.086 INFO blam! Oct 13 02:57:41.087 INFO kablam! Running /target/debug/deps/34-994f626797657bb7 Oct 13 02:57:41.087 INFO blam! running 0 tests Oct 13 02:57:41.087 INFO blam! Oct 13 02:57:41.087 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.087 INFO blam! Oct 13 02:57:41.090 INFO blam! Oct 13 02:57:41.091 INFO kablam! Running /target/debug/deps/35-3309678a22396c73 Oct 13 02:57:41.091 INFO blam! running 0 tests Oct 13 02:57:41.091 INFO blam! Oct 13 02:57:41.091 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.091 INFO blam! Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO kablam! Running /target/debug/deps/36-604ee097ca6eca69 Oct 13 02:57:41.103 INFO blam! running 0 tests Oct 13 02:57:41.103 INFO kablam! Running /target/debug/deps/37-c624d0c61c3e7a57 Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO blam! running 0 tests Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO blam! running 0 tests Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.103 INFO blam! Oct 13 02:57:41.106 INFO kablam! Running /target/debug/deps/38-7dbfea27c155573b Oct 13 02:57:41.118 INFO kablam! Running /target/debug/deps/39-01189eaac2f53cc1 Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO kablam! Running /target/debug/deps/39_2-8a091dfe57aada54 Oct 13 02:57:41.119 INFO blam! running 0 tests Oct 13 02:57:41.119 INFO kablam! Running /target/debug/deps/40-01c26ccdc1026260 Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! running 1 test Oct 13 02:57:41.119 INFO blam! test tests::test_example_solution_count ... ok Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! running 0 tests Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! running 0 tests Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.119 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.119 INFO blam! Oct 13 02:57:41.131 INFO blam! Oct 13 02:57:41.131 INFO kablam! Running /target/debug/deps/41-b0e6dd96525e5959 Oct 13 02:57:41.131 INFO blam! running 0 tests Oct 13 02:57:41.131 INFO blam! Oct 13 02:57:41.131 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.131 INFO blam! Oct 13 02:57:41.143 INFO kablam! Running /target/debug/deps/42-44fdfaf158c01322 Oct 13 02:57:41.146 INFO kablam! Running /target/debug/deps/43-82eaaecf5ef0a9f2 Oct 13 02:57:41.147 INFO blam! Oct 13 02:57:41.147 INFO blam! running 2 tests Oct 13 02:57:41.147 INFO kablam! Running /target/debug/deps/44-1c4804b552121984 Oct 13 02:57:41.147 INFO blam! test test_triangular_word ... ok Oct 13 02:57:41.147 INFO blam! test test_triangular_index ... ok Oct 13 02:57:41.147 INFO blam! Oct 13 02:57:41.147 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.147 INFO blam! Oct 13 02:57:41.147 INFO blam! Oct 13 02:57:41.147 INFO blam! running 0 tests Oct 13 02:57:41.147 INFO blam! Oct 13 02:57:41.147 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.147 INFO blam! Oct 13 02:57:41.163 INFO kablam! Running /target/debug/deps/45-4149b0331a83b241 Oct 13 02:57:41.163 INFO blam! Oct 13 02:57:41.163 INFO blam! running 0 tests Oct 13 02:57:41.163 INFO blam! Oct 13 02:57:41.163 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.163 INFO blam! Oct 13 02:57:41.163 INFO blam! Oct 13 02:57:41.163 INFO blam! running 0 tests Oct 13 02:57:41.163 INFO blam! Oct 13 02:57:41.163 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.163 INFO blam! Oct 13 02:57:41.178 INFO blam! Oct 13 02:57:41.179 INFO kablam! Running /target/debug/deps/46-96d7ca65923bd10e Oct 13 02:57:41.179 INFO blam! running 0 tests Oct 13 02:57:41.179 INFO blam! Oct 13 02:57:41.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.179 INFO blam! Oct 13 02:57:41.186 INFO blam! Oct 13 02:57:41.187 INFO kablam! Running /target/debug/deps/47-6fbcaf74b7dbcc71 Oct 13 02:57:41.187 INFO blam! running 0 tests Oct 13 02:57:41.187 INFO kablam! Running /target/debug/deps/47_2-f6e17a589702c9fb Oct 13 02:57:41.187 INFO blam! Oct 13 02:57:41.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.187 INFO blam! Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO kablam! Running /target/debug/deps/48-7fad1d61ad17a166 Oct 13 02:57:41.192 INFO blam! running 0 tests Oct 13 02:57:41.192 INFO kablam! Running /target/debug/deps/49-84537d44f3bdfb0f Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO kablam! Running /target/debug/deps/50-51ec472c00cd59cd Oct 13 02:57:41.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO blam! running 0 tests Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO blam! running 0 tests Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.192 INFO blam! Oct 13 02:57:41.198 INFO blam! Oct 13 02:57:41.199 INFO kablam! Running /target/debug/deps/51-883fa59aaa410ec0 Oct 13 02:57:41.199 INFO blam! running 0 tests Oct 13 02:57:41.199 INFO kablam! Running /target/debug/deps/52-b7bd81ba7447df29 Oct 13 02:57:41.199 INFO blam! Oct 13 02:57:41.199 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.199 INFO blam! Oct 13 02:57:41.199 INFO blam! Oct 13 02:57:41.199 INFO blam! running 0 tests Oct 13 02:57:41.199 INFO blam! Oct 13 02:57:41.199 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.199 INFO blam! Oct 13 02:57:41.215 INFO blam! Oct 13 02:57:41.215 INFO kablam! Running /target/debug/deps/53-aea8f97579bf3513 Oct 13 02:57:41.215 INFO blam! running 0 tests Oct 13 02:57:41.215 INFO blam! Oct 13 02:57:41.215 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.215 INFO blam! Oct 13 02:57:41.215 INFO blam! Oct 13 02:57:41.215 INFO blam! running 0 tests Oct 13 02:57:41.215 INFO blam! Oct 13 02:57:41.215 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.215 INFO blam! Oct 13 02:57:41.218 INFO blam! Oct 13 02:57:41.218 INFO kablam! Running /target/debug/deps/54-251eab39f77529c6 Oct 13 02:57:41.218 INFO blam! running 12 tests Oct 13 02:57:41.218 INFO blam! test tests::test_high_card ... ok Oct 13 02:57:41.218 INFO blam! test tests::test_four_of_a_kind ... ok Oct 13 02:57:41.218 INFO blam! test tests::test_flush ... ok Oct 13 02:57:41.218 INFO blam! test tests::test_straight ... ok Oct 13 02:57:41.231 INFO blam! test tests::test_straight_flush ... ok Oct 13 02:57:41.231 INFO blam! test tests::test_royal_flush ... ok Oct 13 02:57:41.231 INFO blam! test tests::test_three_of_a_kind ... ok Oct 13 02:57:41.231 INFO blam! test tests::test_one_pair ... ok Oct 13 02:57:41.231 INFO blam! test tests::test_rank_beats ... ok Oct 13 02:57:41.231 INFO blam! test tests::test_two_pairs ... ok Oct 13 02:57:41.232 INFO blam! test tests::test_full_house ... ok Oct 13 02:57:41.232 INFO blam! test tests::test_hand_beats ... ok Oct 13 02:57:41.232 INFO blam! Oct 13 02:57:41.232 INFO kablam! Running /target/debug/deps/55-5b2eb5879a73f607 Oct 13 02:57:41.232 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.232 INFO blam! Oct 13 02:57:41.237 INFO blam! Oct 13 02:57:41.237 INFO blam! running 0 tests Oct 13 02:57:41.237 INFO blam! Oct 13 02:57:41.237 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.237 INFO blam! Oct 13 02:57:41.238 INFO kablam! Running /target/debug/deps/56-d6eaf0843c800207 Oct 13 02:57:41.240 INFO blam! Oct 13 02:57:41.240 INFO blam! running 0 tests Oct 13 02:57:41.240 INFO blam! Oct 13 02:57:41.240 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.240 INFO blam! Oct 13 02:57:41.247 INFO kablam! Running /target/debug/deps/57-01a935e0d07e77bc Oct 13 02:57:41.256 INFO kablam! Running /target/debug/deps/58-a3a916373e5492bf Oct 13 02:57:41.256 INFO blam! Oct 13 02:57:41.256 INFO blam! running 0 tests Oct 13 02:57:41.256 INFO blam! Oct 13 02:57:41.256 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.256 INFO blam! Oct 13 02:57:41.258 INFO blam! Oct 13 02:57:41.258 INFO blam! running 1 test Oct 13 02:57:41.258 INFO blam! test tests::test_square_growth ... ok Oct 13 02:57:41.258 INFO blam! Oct 13 02:57:41.258 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.258 INFO blam! Oct 13 02:57:41.263 INFO kablam! Running /target/debug/deps/59-31dc4797d7248fa2 Oct 13 02:57:41.271 INFO blam! Oct 13 02:57:41.271 INFO blam! running 0 tests Oct 13 02:57:41.271 INFO blam! Oct 13 02:57:41.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.271 INFO blam! Oct 13 02:57:41.275 INFO kablam! Running /target/debug/deps/60-7e32bee3489c654d Oct 13 02:57:41.279 INFO kablam! Running /target/debug/deps/61-fa5e886c87b4d37e Oct 13 02:57:41.279 INFO blam! Oct 13 02:57:41.279 INFO kablam! Running /target/debug/deps/62-1c80cae96810b816 Oct 13 02:57:41.279 INFO blam! running 0 tests Oct 13 02:57:41.279 INFO blam! Oct 13 02:57:41.279 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.279 INFO blam! Oct 13 02:57:41.279 INFO blam! Oct 13 02:57:41.279 INFO blam! running 0 tests Oct 13 02:57:41.279 INFO blam! Oct 13 02:57:41.279 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.279 INFO blam! Oct 13 02:57:41.283 INFO blam! Oct 13 02:57:41.283 INFO kablam! Running /target/debug/deps/63-5a9269dc52b6acae Oct 13 02:57:41.283 INFO blam! running 0 tests Oct 13 02:57:41.283 INFO kablam! Running /target/debug/deps/64-de94c8409dd4e9b1 Oct 13 02:57:41.283 INFO blam! Oct 13 02:57:41.283 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.283 INFO blam! Oct 13 02:57:41.283 INFO blam! Oct 13 02:57:41.283 INFO blam! running 0 tests Oct 13 02:57:41.283 INFO blam! Oct 13 02:57:41.283 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.283 INFO blam! Oct 13 02:57:41.287 INFO blam! Oct 13 02:57:41.287 INFO kablam! Running /target/debug/deps/65-bf4c069a4ed0b740 Oct 13 02:57:41.287 INFO blam! running 0 tests Oct 13 02:57:41.287 INFO blam! Oct 13 02:57:41.287 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.287 INFO blam! Oct 13 02:57:41.295 INFO blam! Oct 13 02:57:41.295 INFO kablam! Running /target/debug/deps/66-cddeaca700c3fdc4 Oct 13 02:57:41.295 INFO blam! running 0 tests Oct 13 02:57:41.295 INFO blam! Oct 13 02:57:41.295 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.295 INFO blam! Oct 13 02:57:41.299 INFO blam! Oct 13 02:57:41.299 INFO kablam! Running /target/debug/deps/67-cb1fd0f88f20b200 Oct 13 02:57:41.299 INFO blam! running 0 tests Oct 13 02:57:41.299 INFO blam! Oct 13 02:57:41.299 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.299 INFO blam! Oct 13 02:57:41.303 INFO blam! Oct 13 02:57:41.303 INFO kablam! Running /target/debug/deps/68-4ff1e850a9d909c6 Oct 13 02:57:41.303 INFO blam! running 0 tests Oct 13 02:57:41.303 INFO blam! Oct 13 02:57:41.303 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.303 INFO blam! Oct 13 02:57:41.303 INFO blam! Oct 13 02:57:41.303 INFO blam! running 0 tests Oct 13 02:57:41.303 INFO blam! Oct 13 02:57:41.303 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.303 INFO blam! Oct 13 02:57:41.307 INFO kablam! Running /target/debug/deps/69-2974762d041144c1 Oct 13 02:57:41.323 INFO kablam! Running /target/debug/deps/70-1d73737b28030739 Oct 13 02:57:41.323 INFO blam! Oct 13 02:57:41.323 INFO blam! running 0 tests Oct 13 02:57:41.323 INFO blam! Oct 13 02:57:41.323 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.323 INFO blam! Oct 13 02:57:41.327 INFO blam! Oct 13 02:57:41.327 INFO blam! running 0 tests Oct 13 02:57:41.327 INFO blam! Oct 13 02:57:41.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.327 INFO blam! Oct 13 02:57:41.327 INFO kablam! Running /target/debug/deps/71-bbb791d787583cad Oct 13 02:57:41.336 INFO blam! Oct 13 02:57:41.336 INFO blam! running 0 tests Oct 13 02:57:41.336 INFO blam! Oct 13 02:57:41.336 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.336 INFO blam! Oct 13 02:57:41.347 INFO kablam! Running /target/debug/deps/72-eedf554a3f7dd669 Oct 13 02:57:41.351 INFO kablam! Running /target/debug/deps/73-4b8fa8538735abde Oct 13 02:57:41.351 INFO blam! Oct 13 02:57:41.351 INFO blam! running 0 tests Oct 13 02:57:41.351 INFO blam! Oct 13 02:57:41.351 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.351 INFO blam! Oct 13 02:57:41.358 INFO blam! Oct 13 02:57:41.359 INFO blam! running 0 tests Oct 13 02:57:41.359 INFO blam! Oct 13 02:57:41.359 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.359 INFO blam! Oct 13 02:57:41.362 INFO kablam! Running /target/debug/deps/74-8a347784c52b2a28 Oct 13 02:57:41.364 INFO blam! Oct 13 02:57:41.364 INFO blam! running 0 tests Oct 13 02:57:41.364 INFO blam! Oct 13 02:57:41.364 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:41.364 INFO blam! Oct 13 02:57:41.370 INFO kablam! su: No module specific data is present Oct 13 02:57:41.897 INFO running `"docker" "rm" "-f" "e2cc1061e7568f21a0a6e081848b9197bda088ee41ae462f0ae673065de31e01"` Oct 13 02:57:42.292 INFO blam! e2cc1061e7568f21a0a6e081848b9197bda088ee41ae462f0ae673065de31e01