Oct 14 20:48:35.068 INFO testing fennekki/cbLIA against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:48:35.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 20:48:35.449 INFO blam! 11b3d8caff522cf0f79005f645e3f2c8177f5a2d2d197f32b2379ca534977f8f Oct 14 20:48:35.459 INFO running `"docker" "start" "-a" "11b3d8caff522cf0f79005f645e3f2c8177f5a2d2d197f32b2379ca534977f8f"` Oct 14 20:48:37.258 INFO kablam! usermod: no changes Oct 14 20:48:37.371 INFO kablam! Compiling memchr v0.1.11 Oct 14 20:48:37.383 INFO kablam! Compiling thread-id v2.0.0 Oct 14 20:48:37.707 INFO kablam! Compiling thread_local v0.2.7 Oct 14 20:48:38.159 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 20:48:39.483 INFO kablam! Compiling regex v0.1.80 Oct 14 20:48:49.899 INFO kablam! Compiling docopt v0.6.86 Oct 14 20:48:55.679 INFO kablam! Compiling cbLIA v0.0.1 (/source) Oct 14 20:48:56.175 INFO kablam! warning: unused import: `std::io::Bytes` Oct 14 20:48:56.175 INFO kablam! --> src/tokenizer.rs:1:5 Oct 14 20:48:56.175 INFO kablam! | Oct 14 20:48:56.175 INFO kablam! 1 | use std::io::Bytes; Oct 14 20:48:56.175 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 20:48:56.175 INFO kablam! | Oct 14 20:48:56.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:48:56.175 INFO kablam! Oct 14 20:48:56.183 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 20:48:56.183 INFO kablam! --> src/parser.rs:2:5 Oct 14 20:48:56.183 INFO kablam! | Oct 14 20:48:56.183 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 14 20:48:56.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:48:56.183 INFO kablam! | Oct 14 20:48:56.183 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 20:48:56.183 INFO kablam! Oct 14 20:48:56.335 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 20:48:56.335 INFO kablam! --> src/parser.rs:2:5 Oct 14 20:48:56.335 INFO kablam! | Oct 14 20:48:56.335 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 14 20:48:56.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:48:56.335 INFO kablam! Oct 14 20:48:56.335 INFO kablam! warning: unused import: `std::io::Read` Oct 14 20:48:56.335 INFO kablam! --> src/main.rs:11:5 Oct 14 20:48:56.335 INFO kablam! | Oct 14 20:48:56.335 INFO kablam! 11 | use std::io::Read; Oct 14 20:48:56.335 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:48:56.335 INFO kablam! Oct 14 20:48:56.419 INFO kablam! warning: struct is never constructed: `ByteResultIterator` Oct 14 20:48:56.419 INFO kablam! --> src/tokenizer.rs:55:1 Oct 14 20:48:56.419 INFO kablam! | Oct 14 20:48:56.419 INFO kablam! 55 | struct ByteResultIterator { Oct 14 20:48:56.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:48:56.419 INFO kablam! | Oct 14 20:48:56.419 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:48:56.419 INFO kablam! Oct 14 20:48:56.419 INFO kablam! warning: method is never used: `new` Oct 14 20:48:56.419 INFO kablam! --> src/tokenizer.rs:60:5 Oct 14 20:48:56.419 INFO kablam! | Oct 14 20:48:56.419 INFO kablam! 60 | pub fn new + 'static>(iter: T) -> Self { Oct 14 20:48:56.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:48:56.419 INFO kablam! Oct 14 20:48:56.419 INFO kablam! warning: method is never used: `from_bytes` Oct 14 20:48:56.419 INFO kablam! --> src/tokenizer.rs:87:5 Oct 14 20:48:56.419 INFO kablam! | Oct 14 20:48:56.419 INFO kablam! 87 | pub fn from_bytes(bytes: &[u8]) -> TokenIterator { Oct 14 20:48:56.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:48:56.419 INFO kablam! Oct 14 20:48:56.419 INFO kablam! warning: crate `cbLIA` should have a snake case name such as `cb_lia` Oct 14 20:48:56.419 INFO kablam! | Oct 14 20:48:56.419 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 20:48:56.419 INFO kablam! Oct 14 20:48:58.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.75s Oct 14 20:48:58.036 INFO kablam! su: No module specific data is present Oct 14 20:48:58.825 INFO running `"docker" "rm" "-f" "11b3d8caff522cf0f79005f645e3f2c8177f5a2d2d197f32b2379ca534977f8f"` Oct 14 20:48:59.215 INFO blam! 11b3d8caff522cf0f79005f645e3f2c8177f5a2d2d197f32b2379ca534977f8f Oct 14 20:48:59.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 20:48:59.909 INFO blam! 9266c1bb8cc13a24adca36bef6163a25c3b5c11d0e81c00074dd53bf87d516fe Oct 14 20:48:59.927 INFO running `"docker" "start" "-a" "9266c1bb8cc13a24adca36bef6163a25c3b5c11d0e81c00074dd53bf87d516fe"` Oct 14 20:49:00.891 INFO kablam! usermod: no changes Oct 14 20:49:00.990 INFO kablam! Compiling cbLIA v0.0.1 (/source) Oct 14 20:49:01.487 INFO kablam! warning: unused import: `std::io::Bytes` Oct 14 20:49:01.487 INFO kablam! --> src/tokenizer.rs:1:5 Oct 14 20:49:01.487 INFO kablam! | Oct 14 20:49:01.487 INFO kablam! 1 | use std::io::Bytes; Oct 14 20:49:01.487 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 20:49:01.487 INFO kablam! | Oct 14 20:49:01.487 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:49:01.487 INFO kablam! Oct 14 20:49:01.507 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 20:49:01.507 INFO kablam! --> src/parser.rs:2:5 Oct 14 20:49:01.507 INFO kablam! | Oct 14 20:49:01.507 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 14 20:49:01.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:49:01.507 INFO kablam! | Oct 14 20:49:01.507 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 20:49:01.507 INFO kablam! Oct 14 20:49:01.663 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 20:49:01.663 INFO kablam! --> src/parser.rs:2:5 Oct 14 20:49:01.664 INFO kablam! | Oct 14 20:49:01.664 INFO kablam! 2 | use std::ascii::AsciiExt; Oct 14 20:49:01.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 20:49:01.665 INFO kablam! Oct 14 20:49:01.665 INFO kablam! warning: unused import: `std::io::Read` Oct 14 20:49:01.665 INFO kablam! --> src/main.rs:11:5 Oct 14 20:49:01.666 INFO kablam! | Oct 14 20:49:01.666 INFO kablam! 11 | use std::io::Read; Oct 14 20:49:01.666 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 20:49:01.666 INFO kablam! Oct 14 20:49:01.751 INFO kablam! warning: struct is never constructed: `ByteResultIterator` Oct 14 20:49:01.751 INFO kablam! --> src/tokenizer.rs:55:1 Oct 14 20:49:01.752 INFO kablam! | Oct 14 20:49:01.752 INFO kablam! 55 | struct ByteResultIterator { Oct 14 20:49:01.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:49:01.753 INFO kablam! | Oct 14 20:49:01.753 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:49:01.753 INFO kablam! Oct 14 20:49:01.753 INFO kablam! warning: method is never used: `new` Oct 14 20:49:01.754 INFO kablam! --> src/tokenizer.rs:60:5 Oct 14 20:49:01.754 INFO kablam! | Oct 14 20:49:01.754 INFO kablam! 60 | pub fn new + 'static>(iter: T) -> Self { Oct 14 20:49:01.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:49:01.755 INFO kablam! Oct 14 20:49:01.755 INFO kablam! warning: method is never used: `from_bytes` Oct 14 20:49:01.756 INFO kablam! --> src/tokenizer.rs:87:5 Oct 14 20:49:01.756 INFO kablam! | Oct 14 20:49:01.756 INFO kablam! 87 | pub fn from_bytes(bytes: &[u8]) -> TokenIterator { Oct 14 20:49:01.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:49:01.757 INFO kablam! Oct 14 20:49:01.757 INFO kablam! warning: crate `cbLIA` should have a snake case name such as `cb_lia` Oct 14 20:49:01.757 INFO kablam! | Oct 14 20:49:01.758 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 20:49:01.758 INFO kablam! Oct 14 20:49:02.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 20:49:02.215 INFO kablam! su: No module specific data is present Oct 14 20:49:02.790 INFO running `"docker" "rm" "-f" "9266c1bb8cc13a24adca36bef6163a25c3b5c11d0e81c00074dd53bf87d516fe"` Oct 14 20:49:03.109 INFO blam! 9266c1bb8cc13a24adca36bef6163a25c3b5c11d0e81c00074dd53bf87d516fe Oct 14 20:49:03.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 20:49:03.761 INFO blam! f9037f5969d6174cbc95bedc097d0285e7cef76b7a4e951f215b34eb883b7940 Oct 14 20:49:03.763 INFO running `"docker" "start" "-a" "f9037f5969d6174cbc95bedc097d0285e7cef76b7a4e951f215b34eb883b7940"` Oct 14 20:49:05.187 INFO kablam! usermod: no changes Oct 14 20:49:05.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 20:49:05.323 INFO kablam! Running /target/debug/deps/cbLIA-5e36e40e30d2d628 Oct 14 20:49:05.329 INFO blam! Oct 14 20:49:05.329 INFO blam! running 0 tests Oct 14 20:49:05.329 INFO blam! Oct 14 20:49:05.330 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:49:05.330 INFO blam! Oct 14 20:49:05.335 INFO kablam! su: No module specific data is present Oct 14 20:49:06.059 INFO running `"docker" "rm" "-f" "f9037f5969d6174cbc95bedc097d0285e7cef76b7a4e951f215b34eb883b7940"` Oct 14 20:49:06.287 INFO blam! f9037f5969d6174cbc95bedc097d0285e7cef76b7a4e951f215b34eb883b7940