Oct 15 11:43:23.980 INFO testing CryptArchy/babylon against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:43:23.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:43:24.271 INFO blam! fc4bd2963a47fb2e0f96c18a999580cd143b3685374e15f94607075319eb1e47 Oct 15 11:43:24.276 INFO running `"docker" "start" "-a" "fc4bd2963a47fb2e0f96c18a999580cd143b3685374e15f94607075319eb1e47"` Oct 15 11:43:24.738 INFO kablam! usermod: no changes Oct 15 11:43:24.848 INFO kablam! Compiling serde v0.7.15 Oct 15 11:43:24.848 INFO kablam! Compiling redux v0.1.0 Oct 15 11:43:24.849 INFO kablam! Compiling version v2.0.1 Oct 15 11:43:24.851 INFO kablam! Compiling data-encoding v1.1.2 Oct 15 11:43:24.851 INFO kablam! Compiling error-type v0.1.2 Oct 15 11:43:24.851 INFO kablam! Compiling term_size v0.2.1 Oct 15 11:43:24.851 INFO kablam! Compiling humantime v0.1.3 Oct 15 11:43:24.851 INFO kablam! Compiling ordered-float v0.1.0 Oct 15 11:43:25.507 INFO kablam! Compiling clap v2.18.0 Oct 15 11:43:25.512 INFO kablam! Compiling chrono v0.2.25 Oct 15 11:43:34.315 INFO kablam! Compiling toml v0.1.30 Oct 15 11:43:34.315 INFO kablam! Compiling serde-value v0.2.1 Oct 15 11:43:39.940 INFO kablam! Compiling log4rs v0.4.8 Oct 15 11:43:57.187 INFO kablam! Compiling babylon v0.1.0 (/source) Oct 15 11:43:58.825 INFO kablam! warning: unused import: `SeedableRng` Oct 15 11:43:58.825 INFO kablam! --> src/text_generator.rs:1:25 Oct 15 11:43:58.825 INFO kablam! | Oct 15 11:43:58.826 INFO kablam! 1 | use rand::{Rng, StdRng, SeedableRng}; Oct 15 11:43:58.826 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:43:58.827 INFO kablam! | Oct 15 11:43:58.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:43:58.827 INFO kablam! Oct 15 11:43:59.028 INFO kablam! warning: function is never used: `gen_rand_text` Oct 15 11:43:59.029 INFO kablam! --> src/generate.rs:30:1 Oct 15 11:43:59.029 INFO kablam! | Oct 15 11:43:59.029 INFO kablam! 30 | pub fn gen_rand_text<'a>() -> String { Oct 15 11:43:59.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.030 INFO kablam! | Oct 15 11:43:59.030 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:43:59.030 INFO kablam! Oct 15 11:43:59.031 INFO kablam! warning: constant item is never used: `BASE_16_CHARSET` Oct 15 11:43:59.031 INFO kablam! --> src/text_generator.rs:3:1 Oct 15 11:43:59.031 INFO kablam! | Oct 15 11:43:59.031 INFO kablam! 3 | const BASE_16_CHARSET: &'static [u8] = b"abdhjklmnprstvw_"; Oct 15 11:43:59.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.032 INFO kablam! Oct 15 11:43:59.032 INFO kablam! warning: constant item is never used: `BASE_28_CHARSET` Oct 15 11:43:59.033 INFO kablam! --> src/text_generator.rs:5:1 Oct 15 11:43:59.033 INFO kablam! | Oct 15 11:43:59.033 INFO kablam! 5 | const BASE_28_CHARSET: &'static [u8] = b"abcdefghijklmnopqrstuvwxyz ."; Oct 15 11:43:59.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.034 INFO kablam! Oct 15 11:43:59.034 INFO kablam! warning: constant item is never used: `BASE_38_CHARSET` Oct 15 11:43:59.039 INFO kablam! --> src/text_generator.rs:7:1 Oct 15 11:43:59.039 INFO kablam! | Oct 15 11:43:59.039 INFO kablam! 7 | const BASE_38_CHARSET: &'static [u8] = b"abcdefghijklmnopqrstuvwxyz .0123456789"; Oct 15 11:43:59.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.040 INFO kablam! Oct 15 11:43:59.040 INFO kablam! warning: constant item is never used: `BASE_62_CHARSET` Oct 15 11:43:59.040 INFO kablam! --> src/text_generator.rs:9:1 Oct 15 11:43:59.040 INFO kablam! | Oct 15 11:43:59.041 INFO kablam! 9 | / const BASE_62_CHARSET: &'static [u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZ\ Oct 15 11:43:59.041 INFO kablam! 10 | | abcdefghijklmnopqrstuvwxyz\ Oct 15 11:43:59.041 INFO kablam! 11 | | 0123456789"; Oct 15 11:43:59.041 INFO kablam! | |______________________________________________________^ Oct 15 11:43:59.042 INFO kablam! Oct 15 11:43:59.042 INFO kablam! warning: struct is never constructed: `TextGenerator` Oct 15 11:43:59.042 INFO kablam! --> src/text_generator.rs:13:1 Oct 15 11:43:59.043 INFO kablam! | Oct 15 11:43:59.043 INFO kablam! 13 | pub struct TextGenerator<'a, R: 'a + Rng> { Oct 15 11:43:59.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.043 INFO kablam! Oct 15 11:43:59.044 INFO kablam! warning: method is never used: `new` Oct 15 11:43:59.044 INFO kablam! --> src/text_generator.rs:34:5 Oct 15 11:43:59.044 INFO kablam! | Oct 15 11:43:59.044 INFO kablam! 34 | pub fn new(rng: &'a mut R, chars: &'static [u8]) -> TextGenerator<'a, R> { Oct 15 11:43:59.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.045 INFO kablam! Oct 15 11:43:59.045 INFO kablam! warning: method is never used: `base_16` Oct 15 11:43:59.046 INFO kablam! --> src/text_generator.rs:41:5 Oct 15 11:43:59.046 INFO kablam! | Oct 15 11:43:59.046 INFO kablam! 41 | pub fn base_16(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 15 11:43:59.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.047 INFO kablam! Oct 15 11:43:59.047 INFO kablam! warning: method is never used: `base_28` Oct 15 11:43:59.047 INFO kablam! --> src/text_generator.rs:45:5 Oct 15 11:43:59.048 INFO kablam! | Oct 15 11:43:59.048 INFO kablam! 45 | pub fn base_28(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 15 11:43:59.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.048 INFO kablam! Oct 15 11:43:59.049 INFO kablam! warning: method is never used: `base_38` Oct 15 11:43:59.049 INFO kablam! --> src/text_generator.rs:49:5 Oct 15 11:43:59.049 INFO kablam! | Oct 15 11:43:59.050 INFO kablam! 49 | pub fn base_38(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 15 11:43:59.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.050 INFO kablam! Oct 15 11:43:59.051 INFO kablam! warning: method is never used: `base_62` Oct 15 11:43:59.051 INFO kablam! --> src/text_generator.rs:53:5 Oct 15 11:43:59.051 INFO kablam! | Oct 15 11:43:59.051 INFO kablam! 53 | pub fn base_62(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 15 11:43:59.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:43:59.052 INFO kablam! Oct 15 11:44:00.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.05s Oct 15 11:44:00.807 INFO kablam! su: No module specific data is present Oct 15 11:44:01.359 INFO running `"docker" "rm" "-f" "fc4bd2963a47fb2e0f96c18a999580cd143b3685374e15f94607075319eb1e47"` Oct 15 11:44:01.583 INFO blam! fc4bd2963a47fb2e0f96c18a999580cd143b3685374e15f94607075319eb1e47 Oct 15 11:44:01.587 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:44:01.993 INFO blam! d010a257916a3c753384717e438adbb0d7980ff3a39c334f4695c6c73fdd7438 Oct 15 11:44:01.994 INFO running `"docker" "start" "-a" "d010a257916a3c753384717e438adbb0d7980ff3a39c334f4695c6c73fdd7438"` Oct 15 11:44:03.258 INFO kablam! usermod: no changes Oct 15 11:44:03.342 INFO kablam! Compiling babylon v0.1.0 (/source) Oct 15 11:44:04.692 INFO kablam! warning: constant item is never used: `BASE_16_CHARSET` Oct 15 11:44:04.692 INFO kablam! --> src/text_generator.rs:3:1 Oct 15 11:44:04.693 INFO kablam! | Oct 15 11:44:04.693 INFO kablam! 3 | const BASE_16_CHARSET: &'static [u8] = b"abdhjklmnprstvw_"; Oct 15 11:44:04.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:44:04.693 INFO kablam! | Oct 15 11:44:04.693 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:44:04.693 INFO kablam! Oct 15 11:44:04.693 INFO kablam! warning: method is never used: `base_16` Oct 15 11:44:04.693 INFO kablam! --> src/text_generator.rs:41:5 Oct 15 11:44:04.693 INFO kablam! | Oct 15 11:44:04.693 INFO kablam! 41 | pub fn base_16(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 15 11:44:04.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:44:04.693 INFO kablam! Oct 15 11:44:05.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.36s Oct 15 11:44:05.650 INFO kablam! su: No module specific data is present Oct 15 11:44:06.387 INFO running `"docker" "rm" "-f" "d010a257916a3c753384717e438adbb0d7980ff3a39c334f4695c6c73fdd7438"` Oct 15 11:44:06.597 INFO blam! d010a257916a3c753384717e438adbb0d7980ff3a39c334f4695c6c73fdd7438 Oct 15 11:44:06.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:44:07.095 INFO blam! f0491a54f31845e72e43ba149b3b3f5f0566647952181628d08fa897d01f356b Oct 15 11:44:07.103 INFO running `"docker" "start" "-a" "f0491a54f31845e72e43ba149b3b3f5f0566647952181628d08fa897d01f356b"` Oct 15 11:44:07.701 INFO kablam! usermod: no changes Oct 15 11:44:07.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 11:44:07.799 INFO kablam! Running /target/debug/deps/babylon-d39186b6ad754b53 Oct 15 11:44:07.800 INFO blam! Oct 15 11:44:07.800 INFO blam! running 7 tests Oct 15 11:44:07.801 INFO blam! test text_generator::base62_should_generate_text ... ok Oct 15 11:44:07.801 INFO blam! test text_generator::base38_should_generate_text ... ok Oct 15 11:44:07.801 INFO blam! test text_generator::base28_should_generate_text ... ok Oct 15 11:44:07.807 INFO blam! test text_generator::gen_text_should_generate_text ... ok Oct 15 11:44:07.807 INFO blam! test text_generator::new_should_generate_text ... ok Oct 15 11:44:07.808 INFO blam! test generate::gen_text_produces ... ok Oct 15 11:44:07.810 INFO blam! test generate::encode_decode_should_invert ... ok Oct 15 11:44:07.810 INFO kablam! su: No module specific data is present Oct 15 11:44:07.810 INFO blam! Oct 15 11:44:07.810 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:44:07.810 INFO blam! Oct 15 11:44:08.183 INFO running `"docker" "rm" "-f" "f0491a54f31845e72e43ba149b3b3f5f0566647952181628d08fa897d01f356b"` Oct 15 11:44:08.329 INFO blam! f0491a54f31845e72e43ba149b3b3f5f0566647952181628d08fa897d01f356b