Oct 26 16:55:22.452 INFO checking zyxw59/conlang_fmt against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 16:55:22.452 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 16:55:22.976 INFO blam! fbccf2a96fd7717fd1c2a0a225616be8baec9a952416863878e7cf52f538e4b6 Oct 26 16:55:22.979 INFO running `"docker" "start" "-a" "fbccf2a96fd7717fd1c2a0a225616be8baec9a952416863878e7cf52f538e4b6"` Oct 26 16:55:24.331 INFO kablam! usermod: no changes Oct 26 16:55:24.403 INFO kablam! Compiling cc v1.0.15 Oct 26 16:55:24.411 INFO kablam! Compiling unicode-xid v0.0.4 Oct 26 16:55:24.415 INFO kablam! Compiling quote v0.3.15 Oct 26 16:55:24.415 INFO kablam! Checking libc v0.2.41 Oct 26 16:55:24.419 INFO kablam! Checking rustc-demangle v0.1.8 Oct 26 16:55:24.419 INFO kablam! Checking cfg-if v0.1.3 Oct 26 16:55:24.419 INFO kablam! Checking either v1.5.0 Oct 26 16:55:25.251 INFO kablam! Checking itertools v0.7.8 Oct 26 16:55:25.371 INFO kablam! Compiling synom v0.11.3 Oct 26 16:55:27.195 INFO kablam! Compiling syn v0.11.11 Oct 26 16:55:33.577 INFO kablam! Compiling backtrace-sys v0.1.19 Oct 26 16:55:38.435 INFO kablam! Compiling synstructure v0.6.1 Oct 26 16:55:41.298 INFO kablam! Compiling failure_derive v0.1.1 Oct 26 16:55:50.159 INFO kablam! Checking backtrace v0.3.8 Oct 26 16:55:50.539 INFO kablam! Checking failure v0.1.1 Oct 26 16:55:50.911 INFO kablam! Checking conlang_fmt v0.1.0 (/source) Oct 26 16:55:51.199 INFO kablam! warning: unused `#[macro_use]` import Oct 26 16:55:51.199 INFO kablam! --> src/main.rs:2:1 Oct 26 16:55:51.199 INFO kablam! | Oct 26 16:55:51.199 INFO kablam! 2 | #[macro_use] Oct 26 16:55:51.199 INFO kablam! | ^^^^^^^^^^^^ Oct 26 16:55:51.199 INFO kablam! | Oct 26 16:55:51.199 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 16:55:51.199 INFO kablam! Oct 26 16:55:51.199 INFO kablam! warning: unused `#[macro_use]` import Oct 26 16:55:51.199 INFO kablam! --> src/main.rs:2:1 Oct 26 16:55:51.199 INFO kablam! | Oct 26 16:55:51.199 INFO kablam! 2 | #[macro_use] Oct 26 16:55:51.199 INFO kablam! | ^^^^^^^^^^^^ Oct 26 16:55:51.199 INFO kablam! | Oct 26 16:55:51.199 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 16:55:51.199 INFO kablam! Oct 26 16:55:51.924 INFO kablam! warning: method is never used: `add_block` Oct 26 16:55:51.924 INFO kablam! --> src/document.rs:28:5 Oct 26 16:55:51.924 INFO kablam! | Oct 26 16:55:51.924 INFO kablam! 28 | pub fn add_block(&mut self, block: Block) -> EResult<()> { Oct 26 16:55:51.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 16:55:51.924 INFO kablam! | Oct 26 16:55:51.924 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 16:55:51.924 INFO kablam! Oct 26 16:55:51.924 INFO kablam! warning: method is never used: `kind` Oct 26 16:55:51.924 INFO kablam! --> src/errors.rs:15:5 Oct 26 16:55:51.924 INFO kablam! | Oct 26 16:55:51.924 INFO kablam! 15 | pub fn kind(&self) -> &ErrorKind { Oct 26 16:55:51.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 16:55:51.924 INFO kablam! Oct 26 16:55:51.924 INFO kablam! warning: variant is never constructed: `Id` Oct 26 16:55:51.924 INFO kablam! --> src/errors.rs:65:5 Oct 26 16:55:51.924 INFO kablam! | Oct 26 16:55:51.924 INFO kablam! 65 | Id(String), Oct 26 16:55:51.924 INFO kablam! | ^^^^^^^^^^ Oct 26 16:55:51.924 INFO kablam! Oct 26 16:55:51.924 INFO kablam! warning: method is never used: `start` Oct 26 16:55:51.924 INFO kablam! --> src/parse.rs:695:5 Oct 26 16:55:51.924 INFO kablam! | Oct 26 16:55:51.924 INFO kablam! 695 | pub fn start(&self) -> Option { Oct 26 16:55:51.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 16:55:51.924 INFO kablam! Oct 26 16:55:52.236 INFO kablam! warning: method is never used: `add_block` Oct 26 16:55:52.236 INFO kablam! --> src/document.rs:28:5 Oct 26 16:55:52.236 INFO kablam! | Oct 26 16:55:52.236 INFO kablam! 28 | pub fn add_block(&mut self, block: Block) -> EResult<()> { Oct 26 16:55:52.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 16:55:52.236 INFO kablam! | Oct 26 16:55:52.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 16:55:52.236 INFO kablam! Oct 26 16:55:52.236 INFO kablam! warning: method is never used: `kind` Oct 26 16:55:52.236 INFO kablam! --> src/errors.rs:15:5 Oct 26 16:55:52.236 INFO kablam! | Oct 26 16:55:52.236 INFO kablam! 15 | pub fn kind(&self) -> &ErrorKind { Oct 26 16:55:52.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 16:55:52.236 INFO kablam! Oct 26 16:55:52.236 INFO kablam! warning: variant is never constructed: `Id` Oct 26 16:55:52.236 INFO kablam! --> src/errors.rs:65:5 Oct 26 16:55:52.236 INFO kablam! | Oct 26 16:55:52.236 INFO kablam! 65 | Id(String), Oct 26 16:55:52.236 INFO kablam! | ^^^^^^^^^^ Oct 26 16:55:52.236 INFO kablam! Oct 26 16:55:52.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.94s Oct 26 16:55:52.307 INFO kablam! su: No module specific data is present Oct 26 16:55:52.947 INFO running `"docker" "rm" "-f" "fbccf2a96fd7717fd1c2a0a225616be8baec9a952416863878e7cf52f538e4b6"` Oct 26 16:55:53.151 INFO blam! fbccf2a96fd7717fd1c2a0a225616be8baec9a952416863878e7cf52f538e4b6