Oct 13 03:14:16.685 INFO testing raphlinus/ghilbert against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:14:16.685 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 13 03:14:17.275 INFO blam! ffcc508aa956f4c54c1b15db1fe9c7afa0e87c75ccd2b60e4987d197df25bc80 Oct 13 03:14:17.287 INFO running `"docker" "start" "-a" "ffcc508aa956f4c54c1b15db1fe9c7afa0e87c75ccd2b60e4987d197df25bc80"` Oct 13 03:14:18.918 INFO kablam! usermod: no changes Oct 13 03:14:19.035 INFO kablam! Compiling union-find v0.3.1 Oct 13 03:14:19.035 INFO kablam! Compiling serde_json v1.0.2 Oct 13 03:14:23.320 INFO kablam! Compiling ghilbert v0.1.0 (/source) Oct 13 03:14:23.755 INFO kablam! warning: doc comment not used by rustdoc Oct 13 03:14:23.755 INFO kablam! --> src/unify.rs:471:9 Oct 13 03:14:23.755 INFO kablam! | Oct 13 03:14:23.755 INFO kablam! 471 | /// Maps node of bound var to set of term var nodes it can appear free in. Oct 13 03:14:23.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:23.755 INFO kablam! | Oct 13 03:14:23.755 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 03:14:23.755 INFO kablam! Oct 13 03:14:24.327 INFO kablam! warning: unused variable: `writer` Oct 13 03:14:24.327 INFO kablam! --> src/htmlout.rs:128:39 Oct 13 03:14:24.327 INFO kablam! | Oct 13 03:14:24.327 INFO kablam! 128 | pub fn write(&mut self, writer: &mut W, parser: &Parser) -> io::Result<()> { Oct 13 03:14:24.327 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 13 03:14:24.327 INFO kablam! | Oct 13 03:14:24.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:14:24.327 INFO kablam! Oct 13 03:14:24.327 INFO kablam! warning: unused variable: `line` Oct 13 03:14:24.327 INFO kablam! --> src/htmlout.rs:371:30 Oct 13 03:14:24.327 INFO kablam! | Oct 13 03:14:24.327 INFO kablam! 371 | fn start_line(&mut self, line: &ParseNode) { Oct 13 03:14:24.327 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 13 03:14:24.327 INFO kablam! Oct 13 03:14:24.390 INFO kablam! warning: variable does not need to be mutable Oct 13 03:14:24.394 INFO kablam! --> src/lexer.rs:132:13 Oct 13 03:14:24.395 INFO kablam! | Oct 13 03:14:24.395 INFO kablam! 132 | let mut node = self.root.traverse(s.chars()); Oct 13 03:14:24.395 INFO kablam! | ----^^^^ Oct 13 03:14:24.395 INFO kablam! | | Oct 13 03:14:24.395 INFO kablam! | help: remove this `mut` Oct 13 03:14:24.395 INFO kablam! | Oct 13 03:14:24.395 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:14:24.395 INFO kablam! Oct 13 03:14:24.587 INFO kablam! warning: method is never used: `cur_info` Oct 13 03:14:24.587 INFO kablam! --> src/htmlout.rs:307:5 Oct 13 03:14:24.587 INFO kablam! | Oct 13 03:14:24.587 INFO kablam! 307 | fn cur_info(&self) -> &ThmInfo { Oct 13 03:14:24.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:24.587 INFO kablam! | Oct 13 03:14:24.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:14:24.587 INFO kablam! Oct 13 03:14:24.587 INFO kablam! warning: method is never used: `get_end` Oct 13 03:14:24.587 INFO kablam! --> src/parser.rs:44:5 Oct 13 03:14:24.587 INFO kablam! | Oct 13 03:14:24.587 INFO kablam! 44 | pub fn get_end(&self) -> usize { Oct 13 03:14:24.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:24.587 INFO kablam! Oct 13 03:14:24.587 INFO kablam! warning: field is never used: `session` Oct 13 03:14:24.587 INFO kablam! --> src/session.rs:566:5 Oct 13 03:14:24.587 INFO kablam! | Oct 13 03:14:24.587 INFO kablam! 566 | session: &'b Session<'a>, Oct 13 03:14:24.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:24.587 INFO kablam! Oct 13 03:14:29.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.90s Oct 13 03:14:29.847 INFO kablam! su: No module specific data is present Oct 13 03:14:30.676 INFO running `"docker" "rm" "-f" "ffcc508aa956f4c54c1b15db1fe9c7afa0e87c75ccd2b60e4987d197df25bc80"` Oct 13 03:14:30.903 INFO blam! ffcc508aa956f4c54c1b15db1fe9c7afa0e87c75ccd2b60e4987d197df25bc80 Oct 13 03:14:30.911 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 13 03:14:31.391 INFO blam! 7bc4071bd852340bcf2573637dcf00b80c8bd6f4453049f02275eaa10e0bc02d Oct 13 03:14:31.403 INFO running `"docker" "start" "-a" "7bc4071bd852340bcf2573637dcf00b80c8bd6f4453049f02275eaa10e0bc02d"` Oct 13 03:14:32.543 INFO kablam! usermod: no changes Oct 13 03:14:32.607 INFO kablam! Compiling ghilbert v0.1.0 (/source) Oct 13 03:14:33.063 INFO kablam! warning: doc comment not used by rustdoc Oct 13 03:14:33.063 INFO kablam! --> src/unify.rs:471:9 Oct 13 03:14:33.063 INFO kablam! | Oct 13 03:14:33.063 INFO kablam! 471 | /// Maps node of bound var to set of term var nodes it can appear free in. Oct 13 03:14:33.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:33.063 INFO kablam! | Oct 13 03:14:33.063 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 03:14:33.063 INFO kablam! Oct 13 03:14:33.663 INFO kablam! warning: unused variable: `writer` Oct 13 03:14:33.663 INFO kablam! --> src/htmlout.rs:128:39 Oct 13 03:14:33.664 INFO kablam! | Oct 13 03:14:33.664 INFO kablam! 128 | pub fn write(&mut self, writer: &mut W, parser: &Parser) -> io::Result<()> { Oct 13 03:14:33.664 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 13 03:14:33.665 INFO kablam! | Oct 13 03:14:33.665 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:14:33.665 INFO kablam! Oct 13 03:14:33.666 INFO kablam! warning: unused variable: `line` Oct 13 03:14:33.666 INFO kablam! --> src/htmlout.rs:371:30 Oct 13 03:14:33.666 INFO kablam! | Oct 13 03:14:33.666 INFO kablam! 371 | fn start_line(&mut self, line: &ParseNode) { Oct 13 03:14:33.667 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 13 03:14:33.667 INFO kablam! Oct 13 03:14:33.735 INFO kablam! warning: variable does not need to be mutable Oct 13 03:14:33.736 INFO kablam! --> src/lexer.rs:132:13 Oct 13 03:14:33.736 INFO kablam! | Oct 13 03:14:33.736 INFO kablam! 132 | let mut node = self.root.traverse(s.chars()); Oct 13 03:14:33.736 INFO kablam! | ----^^^^ Oct 13 03:14:33.737 INFO kablam! | | Oct 13 03:14:33.737 INFO kablam! | help: remove this `mut` Oct 13 03:14:33.737 INFO kablam! | Oct 13 03:14:33.737 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:14:33.738 INFO kablam! Oct 13 03:14:33.911 INFO kablam! warning: method is never used: `cur_info` Oct 13 03:14:33.912 INFO kablam! --> src/htmlout.rs:307:5 Oct 13 03:14:33.912 INFO kablam! | Oct 13 03:14:33.912 INFO kablam! 307 | fn cur_info(&self) -> &ThmInfo { Oct 13 03:14:33.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:33.913 INFO kablam! | Oct 13 03:14:33.913 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:14:33.913 INFO kablam! Oct 13 03:14:33.914 INFO kablam! warning: method is never used: `get_end` Oct 13 03:14:33.914 INFO kablam! --> src/parser.rs:44:5 Oct 13 03:14:33.914 INFO kablam! | Oct 13 03:14:33.915 INFO kablam! 44 | pub fn get_end(&self) -> usize { Oct 13 03:14:33.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:33.916 INFO kablam! Oct 13 03:14:33.916 INFO kablam! warning: field is never used: `session` Oct 13 03:14:33.916 INFO kablam! --> src/session.rs:566:5 Oct 13 03:14:33.916 INFO kablam! | Oct 13 03:14:33.917 INFO kablam! 566 | session: &'b Session<'a>, Oct 13 03:14:33.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:33.917 INFO kablam! Oct 13 03:14:34.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 13 03:14:34.415 INFO kablam! su: No module specific data is present Oct 13 03:14:35.103 INFO running `"docker" "rm" "-f" "7bc4071bd852340bcf2573637dcf00b80c8bd6f4453049f02275eaa10e0bc02d"` Oct 13 03:14:35.329 INFO blam! 7bc4071bd852340bcf2573637dcf00b80c8bd6f4453049f02275eaa10e0bc02d Oct 13 03:14:35.330 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 13 03:14:35.779 INFO blam! 1e0773d6867510a668e84801448dc54eecdfedd622da254c0501e6d59a87d1c8 Oct 13 03:14:35.784 INFO running `"docker" "start" "-a" "1e0773d6867510a668e84801448dc54eecdfedd622da254c0501e6d59a87d1c8"` Oct 13 03:14:36.880 INFO kablam! usermod: no changes Oct 13 03:14:36.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 03:14:36.951 INFO kablam! Running /target/debug/deps/ghilbert-fe1cf8c51276041b Oct 13 03:14:36.964 INFO blam! Oct 13 03:14:36.964 INFO blam! running 0 tests Oct 13 03:14:36.964 INFO blam! Oct 13 03:14:36.964 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:14:36.964 INFO blam! Oct 13 03:14:36.971 INFO kablam! su: No module specific data is present Oct 13 03:14:37.841 INFO running `"docker" "rm" "-f" "1e0773d6867510a668e84801448dc54eecdfedd622da254c0501e6d59a87d1c8"` Oct 13 03:14:38.083 INFO blam! 1e0773d6867510a668e84801448dc54eecdfedd622da254c0501e6d59a87d1c8