Oct 11 07:10:58.395 INFO testing CryptArchy/babylon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:10:58.395 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:10:58.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:10:58.876 INFO blam! fd340708f127ca6ce5af22010f66ec1accca75fb36e974d904840767cef95271 Oct 11 07:10:58.883 INFO running `"docker" "start" "-a" "fd340708f127ca6ce5af22010f66ec1accca75fb36e974d904840767cef95271"` Oct 11 07:10:59.795 INFO kablam! usermod: no changes Oct 11 07:10:59.932 INFO kablam! Compiling data-encoding v1.1.2 Oct 11 07:10:59.932 INFO kablam! Compiling redux v0.1.0 Oct 11 07:10:59.932 INFO kablam! Compiling error-type v0.1.2 Oct 11 07:10:59.932 INFO kablam! Compiling humantime v0.1.3 Oct 11 07:10:59.932 INFO kablam! Compiling toml v0.1.30 Oct 11 07:10:59.932 INFO kablam! Compiling ordered-float v0.1.0 Oct 11 07:11:03.308 INFO kablam! Compiling serde-value v0.2.1 Oct 11 07:11:06.345 INFO kablam! Compiling log4rs v0.4.8 Oct 11 07:11:14.195 INFO kablam! Compiling babylon v0.1.0 (/source) Oct 11 07:11:16.964 INFO kablam! warning: unused import: `SeedableRng` Oct 11 07:11:16.964 INFO kablam! --> src/text_generator.rs:1:25 Oct 11 07:11:16.964 INFO kablam! | Oct 11 07:11:16.964 INFO kablam! 1 | use rand::{Rng, StdRng, SeedableRng}; Oct 11 07:11:16.964 INFO kablam! | ^^^^^^^^^^^ Oct 11 07:11:16.964 INFO kablam! | Oct 11 07:11:16.964 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:11:16.964 INFO kablam! Oct 11 07:11:17.081 INFO kablam! warning: function is never used: `gen_rand_text` Oct 11 07:11:17.081 INFO kablam! --> src/generate.rs:30:1 Oct 11 07:11:17.081 INFO kablam! | Oct 11 07:11:17.081 INFO kablam! 30 | pub fn gen_rand_text<'a>() -> String { Oct 11 07:11:17.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.081 INFO kablam! | Oct 11 07:11:17.081 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:11:17.081 INFO kablam! Oct 11 07:11:17.081 INFO kablam! warning: constant item is never used: `BASE_16_CHARSET` Oct 11 07:11:17.081 INFO kablam! --> src/text_generator.rs:3:1 Oct 11 07:11:17.081 INFO kablam! | Oct 11 07:11:17.081 INFO kablam! 3 | const BASE_16_CHARSET: &'static [u8] = b"abdhjklmnprstvw_"; Oct 11 07:11:17.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.081 INFO kablam! Oct 11 07:11:17.081 INFO kablam! warning: constant item is never used: `BASE_28_CHARSET` Oct 11 07:11:17.081 INFO kablam! --> src/text_generator.rs:5:1 Oct 11 07:11:17.081 INFO kablam! | Oct 11 07:11:17.081 INFO kablam! 5 | const BASE_28_CHARSET: &'static [u8] = b"abcdefghijklmnopqrstuvwxyz ."; Oct 11 07:11:17.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.081 INFO kablam! Oct 11 07:11:17.081 INFO kablam! warning: constant item is never used: `BASE_38_CHARSET` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:7:1 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 7 | const BASE_38_CHARSET: &'static [u8] = b"abcdefghijklmnopqrstuvwxyz .0123456789"; Oct 11 07:11:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:17.082 INFO kablam! warning: constant item is never used: `BASE_62_CHARSET` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:9:1 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 9 | / const BASE_62_CHARSET: &'static [u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZ\ Oct 11 07:11:17.082 INFO kablam! 10 | | abcdefghijklmnopqrstuvwxyz\ Oct 11 07:11:17.082 INFO kablam! 11 | | 0123456789"; Oct 11 07:11:17.082 INFO kablam! | |______________________________________________________^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:17.082 INFO kablam! warning: struct is never constructed: `TextGenerator` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:13:1 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 13 | pub struct TextGenerator<'a, R: 'a + Rng> { Oct 11 07:11:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:17.082 INFO kablam! warning: method is never used: `new` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:34:5 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 34 | pub fn new(rng: &'a mut R, chars: &'static [u8]) -> TextGenerator<'a, R> { Oct 11 07:11:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:17.082 INFO kablam! warning: method is never used: `base_16` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:41:5 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 41 | pub fn base_16(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 11 07:11:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:17.082 INFO kablam! warning: method is never used: `base_28` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:45:5 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 45 | pub fn base_28(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 11 07:11:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:17.082 INFO kablam! warning: method is never used: `base_38` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:49:5 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 49 | pub fn base_38(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 11 07:11:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:17.082 INFO kablam! warning: method is never used: `base_62` Oct 11 07:11:17.082 INFO kablam! --> src/text_generator.rs:53:5 Oct 11 07:11:17.082 INFO kablam! | Oct 11 07:11:17.082 INFO kablam! 53 | pub fn base_62(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 11 07:11:17.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:17.082 INFO kablam! Oct 11 07:11:18.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.69s Oct 11 07:11:18.521 INFO kablam! su: No module specific data is present Oct 11 07:11:19.376 INFO running `"docker" "rm" "-f" "fd340708f127ca6ce5af22010f66ec1accca75fb36e974d904840767cef95271"` Oct 11 07:11:19.551 INFO blam! fd340708f127ca6ce5af22010f66ec1accca75fb36e974d904840767cef95271 Oct 11 07:11:19.556 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:11:19.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:11:19.999 INFO blam! d2f2d3e24aa7196ce32c3e57d9f70b313cf9956c8d1b4f7fb9764815cee780a5 Oct 11 07:11:20.001 INFO running `"docker" "start" "-a" "d2f2d3e24aa7196ce32c3e57d9f70b313cf9956c8d1b4f7fb9764815cee780a5"` Oct 11 07:11:21.952 INFO kablam! usermod: no changes Oct 11 07:11:22.102 INFO kablam! Compiling babylon v0.1.0 (/source) Oct 11 07:11:25.064 INFO kablam! warning: constant item is never used: `BASE_16_CHARSET` Oct 11 07:11:25.064 INFO kablam! --> src/text_generator.rs:3:1 Oct 11 07:11:25.064 INFO kablam! | Oct 11 07:11:25.064 INFO kablam! 3 | const BASE_16_CHARSET: &'static [u8] = b"abdhjklmnprstvw_"; Oct 11 07:11:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:25.064 INFO kablam! | Oct 11 07:11:25.064 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:11:25.064 INFO kablam! Oct 11 07:11:25.064 INFO kablam! warning: method is never used: `base_16` Oct 11 07:11:25.064 INFO kablam! --> src/text_generator.rs:41:5 Oct 11 07:11:25.064 INFO kablam! | Oct 11 07:11:25.064 INFO kablam! 41 | pub fn base_16(rng: &'a mut R) -> TextGenerator<'a, R> { Oct 11 07:11:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:11:25.064 INFO kablam! Oct 11 07:11:26.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.54s Oct 11 07:11:26.524 INFO kablam! su: No module specific data is present Oct 11 07:11:27.126 INFO running `"docker" "rm" "-f" "d2f2d3e24aa7196ce32c3e57d9f70b313cf9956c8d1b4f7fb9764815cee780a5"` Oct 11 07:11:27.408 INFO blam! d2f2d3e24aa7196ce32c3e57d9f70b313cf9956c8d1b4f7fb9764815cee780a5 Oct 11 07:11:27.420 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:11:27.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:11:27.894 INFO blam! ef0f3abbb118cdeb8d524e885730ec70602ddd4961fdf2a65d94c22db9e7433d Oct 11 07:11:27.898 INFO running `"docker" "start" "-a" "ef0f3abbb118cdeb8d524e885730ec70602ddd4961fdf2a65d94c22db9e7433d"` Oct 11 07:11:29.064 INFO kablam! usermod: no changes Oct 11 07:11:29.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 07:11:29.220 INFO kablam! Running /target/debug/deps/babylon-b6a8c9cdd3f58385 Oct 11 07:11:29.227 INFO blam! Oct 11 07:11:29.227 INFO blam! running 7 tests Oct 11 07:11:29.232 INFO blam! test generate::encode_decode_should_invert ... ok Oct 11 07:11:29.233 INFO blam! test generate::gen_text_produces ... ok Oct 11 07:11:29.233 INFO blam! test text_generator::base28_should_generate_text ... ok Oct 11 07:11:29.234 INFO blam! test text_generator::base38_should_generate_text ... ok Oct 11 07:11:29.234 INFO blam! test text_generator::base62_should_generate_text ... ok Oct 11 07:11:29.240 INFO blam! test text_generator::gen_text_should_generate_text ... ok Oct 11 07:11:29.240 INFO blam! test text_generator::new_should_generate_text ... ok Oct 11 07:11:29.240 INFO blam! Oct 11 07:11:29.240 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:11:29.240 INFO blam! Oct 11 07:11:29.249 INFO kablam! su: No module specific data is present Oct 11 07:11:30.050 INFO running `"docker" "rm" "-f" "ef0f3abbb118cdeb8d524e885730ec70602ddd4961fdf2a65d94c22db9e7433d"` Oct 11 07:11:30.261 INFO blam! ef0f3abbb118cdeb8d524e885730ec70602ddd4961fdf2a65d94c22db9e7433d