Oct 12 17:03:08.466 INFO testing zyxw59/formatting against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:03:08.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 17:03:09.089 INFO blam! 5a39618907cab546d3eeb51403426d6e97c12d4b11710fa1c92243ea279344dd Oct 12 17:03:09.091 INFO running `"docker" "start" "-a" "5a39618907cab546d3eeb51403426d6e97c12d4b11710fa1c92243ea279344dd"` Oct 12 17:03:10.882 INFO kablam! usermod: no changes Oct 12 17:03:11.007 INFO kablam! Compiling unicode-xid v0.0.4 Oct 12 17:03:11.007 INFO kablam! Compiling cc v1.0.13 Oct 12 17:03:11.007 INFO kablam! Compiling quote v0.3.15 Oct 12 17:03:11.007 INFO kablam! Compiling libc v0.2.40 Oct 12 17:03:11.007 INFO kablam! Compiling rustc-demangle v0.1.7 Oct 12 17:03:11.007 INFO kablam! Compiling cfg-if v0.1.2 Oct 12 17:03:12.079 INFO kablam! Compiling synom v0.11.3 Oct 12 17:03:13.347 INFO kablam! Compiling syn v0.11.11 Oct 12 17:03:15.816 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 17:03:20.073 INFO kablam! Compiling synstructure v0.6.1 Oct 12 17:03:23.214 INFO kablam! Compiling failure_derive v0.1.1 Oct 12 17:03:32.314 INFO kablam! Compiling backtrace v0.3.6 Oct 12 17:03:33.528 INFO kablam! Compiling failure v0.1.1 Oct 12 17:03:34.227 INFO kablam! Compiling formatting v0.1.0 (/source) Oct 12 17:03:34.388 INFO kablam! warning: unused imports: `Backtrace`, `Context`, `Fail`, `ResultExt` Oct 12 17:03:34.388 INFO kablam! --> src/parser/mod.rs:1:15 Oct 12 17:03:34.388 INFO kablam! | Oct 12 17:03:34.388 INFO kablam! 1 | use failure::{Backtrace, Context, Fail, ResultExt}; Oct 12 17:03:34.388 INFO kablam! | ^^^^^^^^^ ^^^^^^^ ^^^^ ^^^^^^^^^ Oct 12 17:03:34.388 INFO kablam! | Oct 12 17:03:34.388 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:03:34.388 INFO kablam! Oct 12 17:03:34.388 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 12 17:03:34.388 INFO kablam! --> src/parser/mod.rs:3:14 Oct 12 17:03:34.388 INFO kablam! | Oct 12 17:03:34.388 INFO kablam! 3 | use errors::{Error, ErrorKind}; Oct 12 17:03:34.388 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 12 17:03:34.388 INFO kablam! Oct 12 17:03:34.388 INFO kablam! warning: unused imports: `Backtrace`, `Context`, `Fail` Oct 12 17:03:34.388 INFO kablam! --> src/parser/bufread.rs:3:15 Oct 12 17:03:34.388 INFO kablam! | Oct 12 17:03:34.388 INFO kablam! 3 | use failure::{Backtrace, Context, Fail, ResultExt}; Oct 12 17:03:34.388 INFO kablam! | ^^^^^^^^^ ^^^^^^^ ^^^^ Oct 12 17:03:34.388 INFO kablam! Oct 12 17:03:34.540 INFO kablam! warning: method is never used: `kind` Oct 12 17:03:34.541 INFO kablam! --> src/errors.rs:12:5 Oct 12 17:03:34.541 INFO kablam! | Oct 12 17:03:34.541 INFO kablam! 12 | pub fn kind(&self) -> ErrorKind { Oct 12 17:03:34.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.541 INFO kablam! | Oct 12 17:03:34.541 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:03:34.541 INFO kablam! Oct 12 17:03:34.541 INFO kablam! warning: variant is never constructed: `EndOfInput` Oct 12 17:03:34.541 INFO kablam! --> src/errors.rs:50:5 Oct 12 17:03:34.541 INFO kablam! | Oct 12 17:03:34.541 INFO kablam! 50 | EndOfInput, Oct 12 17:03:34.541 INFO kablam! | ^^^^^^^^^^ Oct 12 17:03:34.541 INFO kablam! Oct 12 17:03:34.541 INFO kablam! warning: variant is never constructed: `UnclosedVerbatim` Oct 12 17:03:34.541 INFO kablam! --> src/errors.rs:52:5 Oct 12 17:03:34.541 INFO kablam! | Oct 12 17:03:34.541 INFO kablam! 52 | UnclosedVerbatim(usize, usize), Oct 12 17:03:34.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.541 INFO kablam! Oct 12 17:03:34.541 INFO kablam! warning: variant is never constructed: `Unicode` Oct 12 17:03:34.541 INFO kablam! --> src/errors.rs:54:5 Oct 12 17:03:34.541 INFO kablam! | Oct 12 17:03:34.542 INFO kablam! 54 | Unicode(usize), Oct 12 17:03:34.542 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 17:03:34.542 INFO kablam! Oct 12 17:03:34.542 INFO kablam! warning: variant is never constructed: `Io` Oct 12 17:03:34.542 INFO kablam! --> src/errors.rs:56:5 Oct 12 17:03:34.542 INFO kablam! | Oct 12 17:03:34.542 INFO kablam! 56 | Io(usize), Oct 12 17:03:34.542 INFO kablam! | ^^^^^^^^^ Oct 12 17:03:34.542 INFO kablam! Oct 12 17:03:34.542 INFO kablam! warning: method is never used: `from_io` Oct 12 17:03:34.542 INFO kablam! --> src/errors.rs:60:5 Oct 12 17:03:34.542 INFO kablam! | Oct 12 17:03:34.542 INFO kablam! 60 | pub fn from_io(err: &io::Error, line: usize) -> ErrorKind { Oct 12 17:03:34.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.542 INFO kablam! Oct 12 17:03:34.542 INFO kablam! warning: struct is never constructed: `BufReadIter` Oct 12 17:03:34.542 INFO kablam! --> src/parser/bufread.rs:12:1 Oct 12 17:03:34.542 INFO kablam! | Oct 12 17:03:34.542 INFO kablam! 12 | pub struct BufReadIter { Oct 12 17:03:34.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.542 INFO kablam! Oct 12 17:03:34.542 INFO kablam! warning: method is never used: `new` Oct 12 17:03:34.543 INFO kablam! --> src/parser/bufread.rs:22:5 Oct 12 17:03:34.543 INFO kablam! | Oct 12 17:03:34.543 INFO kablam! 22 | pub fn new(input: R) -> BufReadIter { Oct 12 17:03:34.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.543 INFO kablam! Oct 12 17:03:34.543 INFO kablam! warning: method is never used: `column` Oct 12 17:03:34.543 INFO kablam! --> src/parser/bufread.rs:33:5 Oct 12 17:03:34.543 INFO kablam! | Oct 12 17:03:34.543 INFO kablam! 33 | pub fn column(&self) -> usize { Oct 12 17:03:34.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.543 INFO kablam! Oct 12 17:03:34.543 INFO kablam! warning: method is never used: `line` Oct 12 17:03:34.543 INFO kablam! --> src/parser/bufread.rs:38:5 Oct 12 17:03:34.543 INFO kablam! | Oct 12 17:03:34.543 INFO kablam! 38 | pub fn line(&self) -> usize { Oct 12 17:03:34.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.543 INFO kablam! Oct 12 17:03:34.543 INFO kablam! warning: method is never used: `fill_buffer` Oct 12 17:03:34.543 INFO kablam! --> src/parser/bufread.rs:43:5 Oct 12 17:03:34.543 INFO kablam! | Oct 12 17:03:34.543 INFO kablam! 43 | fn fill_buffer(&mut self) -> Result<(), Error> { Oct 12 17:03:34.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.543 INFO kablam! Oct 12 17:03:34.544 INFO kablam! warning: method is never used: `next` Oct 12 17:03:34.544 INFO kablam! --> src/parser/bufread.rs:55:5 Oct 12 17:03:34.544 INFO kablam! | Oct 12 17:03:34.544 INFO kablam! 55 | pub fn next(&mut self) -> Result, Error> { Oct 12 17:03:34.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.544 INFO kablam! Oct 12 17:03:34.544 INFO kablam! warning: method is never used: `expect_next` Oct 12 17:03:34.544 INFO kablam! --> src/parser/bufread.rs:66:5 Oct 12 17:03:34.544 INFO kablam! | Oct 12 17:03:34.544 INFO kablam! 66 | pub fn expect_next(&mut self) -> Result { Oct 12 17:03:34.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.544 INFO kablam! Oct 12 17:03:34.544 INFO kablam! warning: method is never used: `current` Oct 12 17:03:34.544 INFO kablam! --> src/parser/bufread.rs:72:5 Oct 12 17:03:34.544 INFO kablam! | Oct 12 17:03:34.544 INFO kablam! 72 | pub fn current(&self) -> Option<&char> { Oct 12 17:03:34.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.544 INFO kablam! Oct 12 17:03:34.544 INFO kablam! warning: method is never used: `peek` Oct 12 17:03:34.544 INFO kablam! --> src/parser/bufread.rs:78:5 Oct 12 17:03:34.544 INFO kablam! | Oct 12 17:03:34.544 INFO kablam! 78 | pub fn peek(&self) -> Option<&char> { Oct 12 17:03:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.545 INFO kablam! Oct 12 17:03:34.545 INFO kablam! warning: struct is never constructed: `Parser` Oct 12 17:03:34.545 INFO kablam! --> src/parser/mod.rs:10:1 Oct 12 17:03:34.545 INFO kablam! | Oct 12 17:03:34.545 INFO kablam! 10 | pub struct Parser { Oct 12 17:03:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:34.545 INFO kablam! Oct 12 17:03:34.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.99s Oct 12 17:03:34.935 INFO kablam! su: No module specific data is present Oct 12 17:03:35.814 INFO running `"docker" "rm" "-f" "5a39618907cab546d3eeb51403426d6e97c12d4b11710fa1c92243ea279344dd"` Oct 12 17:03:36.159 INFO blam! 5a39618907cab546d3eeb51403426d6e97c12d4b11710fa1c92243ea279344dd Oct 12 17:03:36.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 17:03:36.695 INFO blam! f76ab14eb7e5cc22c49959674c60562af58bc11aeaae4e665454082257e04988 Oct 12 17:03:36.696 INFO running `"docker" "start" "-a" "f76ab14eb7e5cc22c49959674c60562af58bc11aeaae4e665454082257e04988"` Oct 12 17:03:38.571 INFO kablam! usermod: no changes Oct 12 17:03:38.691 INFO kablam! Compiling formatting v0.1.0 (/source) Oct 12 17:03:38.897 INFO kablam! warning: unused imports: `Backtrace`, `Context`, `Fail`, `ResultExt` Oct 12 17:03:38.898 INFO kablam! --> src/parser/mod.rs:1:15 Oct 12 17:03:38.898 INFO kablam! | Oct 12 17:03:38.898 INFO kablam! 1 | use failure::{Backtrace, Context, Fail, ResultExt}; Oct 12 17:03:38.898 INFO kablam! | ^^^^^^^^^ ^^^^^^^ ^^^^ ^^^^^^^^^ Oct 12 17:03:38.899 INFO kablam! | Oct 12 17:03:38.899 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:03:38.899 INFO kablam! Oct 12 17:03:38.900 INFO kablam! warning: unused imports: `ErrorKind`, `Error` Oct 12 17:03:38.900 INFO kablam! --> src/parser/mod.rs:3:14 Oct 12 17:03:38.900 INFO kablam! | Oct 12 17:03:38.901 INFO kablam! 3 | use errors::{Error, ErrorKind}; Oct 12 17:03:38.901 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 12 17:03:38.901 INFO kablam! Oct 12 17:03:38.901 INFO kablam! warning: unused imports: `Backtrace`, `Context`, `Fail` Oct 12 17:03:38.902 INFO kablam! --> src/parser/bufread.rs:3:15 Oct 12 17:03:38.902 INFO kablam! | Oct 12 17:03:38.902 INFO kablam! 3 | use failure::{Backtrace, Context, Fail, ResultExt}; Oct 12 17:03:38.902 INFO kablam! | ^^^^^^^^^ ^^^^^^^ ^^^^ Oct 12 17:03:38.903 INFO kablam! Oct 12 17:03:39.063 INFO kablam! warning: method is never used: `kind` Oct 12 17:03:39.064 INFO kablam! --> src/errors.rs:12:5 Oct 12 17:03:39.064 INFO kablam! | Oct 12 17:03:39.065 INFO kablam! 12 | pub fn kind(&self) -> ErrorKind { Oct 12 17:03:39.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.065 INFO kablam! | Oct 12 17:03:39.065 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:03:39.066 INFO kablam! Oct 12 17:03:39.066 INFO kablam! warning: variant is never constructed: `EndOfInput` Oct 12 17:03:39.071 INFO kablam! --> src/errors.rs:50:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 50 | EndOfInput, Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: variant is never constructed: `UnclosedVerbatim` Oct 12 17:03:39.071 INFO kablam! --> src/errors.rs:52:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 52 | UnclosedVerbatim(usize, usize), Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: variant is never constructed: `Unicode` Oct 12 17:03:39.071 INFO kablam! --> src/errors.rs:54:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 54 | Unicode(usize), Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: variant is never constructed: `Io` Oct 12 17:03:39.071 INFO kablam! --> src/errors.rs:56:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 56 | Io(usize), Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: method is never used: `from_io` Oct 12 17:03:39.071 INFO kablam! --> src/errors.rs:60:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 60 | pub fn from_io(err: &io::Error, line: usize) -> ErrorKind { Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: struct is never constructed: `BufReadIter` Oct 12 17:03:39.071 INFO kablam! --> src/parser/bufread.rs:12:1 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 12 | pub struct BufReadIter { Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: method is never used: `new` Oct 12 17:03:39.071 INFO kablam! --> src/parser/bufread.rs:22:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 22 | pub fn new(input: R) -> BufReadIter { Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: method is never used: `column` Oct 12 17:03:39.071 INFO kablam! --> src/parser/bufread.rs:33:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 33 | pub fn column(&self) -> usize { Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: method is never used: `line` Oct 12 17:03:39.071 INFO kablam! --> src/parser/bufread.rs:38:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 38 | pub fn line(&self) -> usize { Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: method is never used: `fill_buffer` Oct 12 17:03:39.071 INFO kablam! --> src/parser/bufread.rs:43:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 43 | fn fill_buffer(&mut self) -> Result<(), Error> { Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.071 INFO kablam! warning: method is never used: `next` Oct 12 17:03:39.071 INFO kablam! --> src/parser/bufread.rs:55:5 Oct 12 17:03:39.071 INFO kablam! | Oct 12 17:03:39.071 INFO kablam! 55 | pub fn next(&mut self) -> Result, Error> { Oct 12 17:03:39.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.071 INFO kablam! Oct 12 17:03:39.072 INFO kablam! warning: method is never used: `expect_next` Oct 12 17:03:39.072 INFO kablam! --> src/parser/bufread.rs:66:5 Oct 12 17:03:39.072 INFO kablam! | Oct 12 17:03:39.072 INFO kablam! 66 | pub fn expect_next(&mut self) -> Result { Oct 12 17:03:39.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.072 INFO kablam! Oct 12 17:03:39.072 INFO kablam! warning: method is never used: `current` Oct 12 17:03:39.072 INFO kablam! --> src/parser/bufread.rs:72:5 Oct 12 17:03:39.072 INFO kablam! | Oct 12 17:03:39.072 INFO kablam! 72 | pub fn current(&self) -> Option<&char> { Oct 12 17:03:39.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.072 INFO kablam! Oct 12 17:03:39.072 INFO kablam! warning: method is never used: `peek` Oct 12 17:03:39.072 INFO kablam! --> src/parser/bufread.rs:78:5 Oct 12 17:03:39.072 INFO kablam! | Oct 12 17:03:39.072 INFO kablam! 78 | pub fn peek(&self) -> Option<&char> { Oct 12 17:03:39.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.072 INFO kablam! Oct 12 17:03:39.072 INFO kablam! warning: struct is never constructed: `Parser` Oct 12 17:03:39.072 INFO kablam! --> src/parser/mod.rs:10:1 Oct 12 17:03:39.072 INFO kablam! | Oct 12 17:03:39.072 INFO kablam! 10 | pub struct Parser { Oct 12 17:03:39.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:03:39.072 INFO kablam! Oct 12 17:03:39.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 12 17:03:39.659 INFO kablam! su: No module specific data is present Oct 12 17:03:40.597 INFO running `"docker" "rm" "-f" "f76ab14eb7e5cc22c49959674c60562af58bc11aeaae4e665454082257e04988"` Oct 12 17:03:40.819 INFO blam! f76ab14eb7e5cc22c49959674c60562af58bc11aeaae4e665454082257e04988 Oct 12 17:03:40.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 17:03:41.280 INFO blam! 08bcd0555646d38ca12228d18beed0c70fb65f988ac7c5a6c445810269b97c62 Oct 12 17:03:41.281 INFO running `"docker" "start" "-a" "08bcd0555646d38ca12228d18beed0c70fb65f988ac7c5a6c445810269b97c62"` Oct 12 17:03:42.631 INFO kablam! usermod: no changes Oct 12 17:03:42.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 17:03:42.767 INFO kablam! Running /target/debug/deps/formatting-b60da6903e6e5aeb Oct 12 17:03:42.767 INFO blam! Oct 12 17:03:42.767 INFO blam! running 0 tests Oct 12 17:03:42.767 INFO blam! Oct 12 17:03:42.767 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:03:42.767 INFO blam! Oct 12 17:03:42.768 INFO kablam! su: No module specific data is present Oct 12 17:03:43.861 INFO running `"docker" "rm" "-f" "08bcd0555646d38ca12228d18beed0c70fb65f988ac7c5a6c445810269b97c62"` Oct 12 17:03:44.131 INFO blam! 08bcd0555646d38ca12228d18beed0c70fb65f988ac7c5a6c445810269b97c62