Oct 13 03:14:11.081 INFO testing raphlinus/ghilbert against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:14:11.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:11.615 INFO blam! 6ef8643ef21714718d0d3655eda5de647fabf2ef4e351c52c10ba55d325d715d Oct 13 03:14:11.619 INFO running `"docker" "start" "-a" "6ef8643ef21714718d0d3655eda5de647fabf2ef4e351c52c10ba55d325d715d"` Oct 13 03:14:13.307 INFO kablam! usermod: no changes Oct 13 03:14:13.447 INFO kablam! Compiling itoa v0.3.3 Oct 13 03:14:13.451 INFO kablam! Compiling union-find v0.3.1 Oct 13 03:14:14.515 INFO kablam! Compiling serde_json v1.0.2 Oct 13 03:14:18.983 INFO kablam! Compiling ghilbert v0.1.0 (/source) Oct 13 03:14:19.379 INFO kablam! warning: doc comment not used by rustdoc Oct 13 03:14:19.379 INFO kablam! --> src/unify.rs:471:9 Oct 13 03:14:19.379 INFO kablam! | Oct 13 03:14:19.379 INFO kablam! 471 | /// Maps node of bound var to set of term var nodes it can appear free in. Oct 13 03:14:19.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:19.379 INFO kablam! | Oct 13 03:14:19.379 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 03:14:19.379 INFO kablam! Oct 13 03:14:19.975 INFO kablam! warning: unused variable: `writer` Oct 13 03:14:19.975 INFO kablam! --> src/htmlout.rs:128:39 Oct 13 03:14:19.975 INFO kablam! | Oct 13 03:14:19.975 INFO kablam! 128 | pub fn write(&mut self, writer: &mut W, parser: &Parser) -> io::Result<()> { Oct 13 03:14:19.975 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 13 03:14:19.975 INFO kablam! | Oct 13 03:14:19.975 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:14:19.975 INFO kablam! Oct 13 03:14:19.975 INFO kablam! warning: unused variable: `line` Oct 13 03:14:19.975 INFO kablam! --> src/htmlout.rs:371:30 Oct 13 03:14:19.975 INFO kablam! | Oct 13 03:14:19.975 INFO kablam! 371 | fn start_line(&mut self, line: &ParseNode) { Oct 13 03:14:19.975 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 13 03:14:19.975 INFO kablam! Oct 13 03:14:20.063 INFO kablam! warning: variable does not need to be mutable Oct 13 03:14:20.063 INFO kablam! --> src/lexer.rs:132:13 Oct 13 03:14:20.063 INFO kablam! | Oct 13 03:14:20.063 INFO kablam! 132 | let mut node = self.root.traverse(s.chars()); Oct 13 03:14:20.063 INFO kablam! | ----^^^^ Oct 13 03:14:20.063 INFO kablam! | | Oct 13 03:14:20.063 INFO kablam! | help: remove this `mut` Oct 13 03:14:20.063 INFO kablam! | Oct 13 03:14:20.063 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:14:20.063 INFO kablam! Oct 13 03:14:20.257 INFO kablam! warning: method is never used: `cur_info` Oct 13 03:14:20.257 INFO kablam! --> src/htmlout.rs:307:5 Oct 13 03:14:20.257 INFO kablam! | Oct 13 03:14:20.257 INFO kablam! 307 | fn cur_info(&self) -> &ThmInfo { Oct 13 03:14:20.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:20.257 INFO kablam! | Oct 13 03:14:20.257 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:14:20.257 INFO kablam! Oct 13 03:14:20.257 INFO kablam! warning: method is never used: `get_end` Oct 13 03:14:20.257 INFO kablam! --> src/parser.rs:44:5 Oct 13 03:14:20.257 INFO kablam! | Oct 13 03:14:20.257 INFO kablam! 44 | pub fn get_end(&self) -> usize { Oct 13 03:14:20.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:20.257 INFO kablam! Oct 13 03:14:20.258 INFO kablam! warning: field is never used: `session` Oct 13 03:14:20.258 INFO kablam! --> src/session.rs:566:5 Oct 13 03:14:20.258 INFO kablam! | Oct 13 03:14:20.258 INFO kablam! 566 | session: &'b Session<'a>, Oct 13 03:14:20.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:20.258 INFO kablam! Oct 13 03:14:26.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.82s Oct 13 03:14:26.163 INFO kablam! su: No module specific data is present Oct 13 03:14:27.583 INFO running `"docker" "rm" "-f" "6ef8643ef21714718d0d3655eda5de647fabf2ef4e351c52c10ba55d325d715d"` Oct 13 03:14:27.871 INFO blam! 6ef8643ef21714718d0d3655eda5de647fabf2ef4e351c52c10ba55d325d715d Oct 13 03:14:27.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:28.375 INFO blam! a4a5c2ed206eb135935802a5908548c33b6b19ec9fb7634aaea5e4804bccfe49 Oct 13 03:14:28.383 INFO running `"docker" "start" "-a" "a4a5c2ed206eb135935802a5908548c33b6b19ec9fb7634aaea5e4804bccfe49"` Oct 13 03:14:29.565 INFO kablam! usermod: no changes Oct 13 03:14:29.663 INFO kablam! Compiling ghilbert v0.1.0 (/source) Oct 13 03:14:30.107 INFO kablam! warning: doc comment not used by rustdoc Oct 13 03:14:30.107 INFO kablam! --> src/unify.rs:471:9 Oct 13 03:14:30.107 INFO kablam! | Oct 13 03:14:30.107 INFO kablam! 471 | /// Maps node of bound var to set of term var nodes it can appear free in. Oct 13 03:14:30.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:30.107 INFO kablam! | Oct 13 03:14:30.107 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 03:14:30.107 INFO kablam! Oct 13 03:14:30.683 INFO kablam! warning: unused variable: `writer` Oct 13 03:14:30.684 INFO kablam! --> src/htmlout.rs:128:39 Oct 13 03:14:30.684 INFO kablam! | Oct 13 03:14:30.684 INFO kablam! 128 | pub fn write(&mut self, writer: &mut W, parser: &Parser) -> io::Result<()> { Oct 13 03:14:30.685 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 13 03:14:30.685 INFO kablam! | Oct 13 03:14:30.685 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:14:30.686 INFO kablam! Oct 13 03:14:30.686 INFO kablam! warning: unused variable: `line` Oct 13 03:14:30.687 INFO kablam! --> src/htmlout.rs:371:30 Oct 13 03:14:30.687 INFO kablam! | Oct 13 03:14:30.687 INFO kablam! 371 | fn start_line(&mut self, line: &ParseNode) { Oct 13 03:14:30.688 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 13 03:14:30.688 INFO kablam! Oct 13 03:14:30.746 INFO kablam! warning: variable does not need to be mutable Oct 13 03:14:30.747 INFO kablam! --> src/lexer.rs:132:13 Oct 13 03:14:30.747 INFO kablam! | Oct 13 03:14:30.748 INFO kablam! 132 | let mut node = self.root.traverse(s.chars()); Oct 13 03:14:30.748 INFO kablam! | ----^^^^ Oct 13 03:14:30.748 INFO kablam! | | Oct 13 03:14:30.748 INFO kablam! | help: remove this `mut` Oct 13 03:14:30.749 INFO kablam! | Oct 13 03:14:30.749 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:14:30.749 INFO kablam! Oct 13 03:14:30.932 INFO kablam! warning: method is never used: `cur_info` Oct 13 03:14:30.932 INFO kablam! --> src/htmlout.rs:307:5 Oct 13 03:14:30.932 INFO kablam! | Oct 13 03:14:30.932 INFO kablam! 307 | fn cur_info(&self) -> &ThmInfo { Oct 13 03:14:30.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:30.932 INFO kablam! | Oct 13 03:14:30.932 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:14:30.932 INFO kablam! Oct 13 03:14:30.932 INFO kablam! warning: method is never used: `get_end` Oct 13 03:14:30.932 INFO kablam! --> src/parser.rs:44:5 Oct 13 03:14:30.932 INFO kablam! | Oct 13 03:14:30.932 INFO kablam! 44 | pub fn get_end(&self) -> usize { Oct 13 03:14:30.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:30.932 INFO kablam! Oct 13 03:14:30.935 INFO kablam! warning: field is never used: `session` Oct 13 03:14:30.935 INFO kablam! --> src/session.rs:566:5 Oct 13 03:14:30.935 INFO kablam! | Oct 13 03:14:30.935 INFO kablam! 566 | session: &'b Session<'a>, Oct 13 03:14:30.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:14:30.935 INFO kablam! Oct 13 03:14:31.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 13 03:14:31.487 INFO kablam! su: No module specific data is present Oct 13 03:14:32.183 INFO running `"docker" "rm" "-f" "a4a5c2ed206eb135935802a5908548c33b6b19ec9fb7634aaea5e4804bccfe49"` Oct 13 03:14:32.391 INFO blam! a4a5c2ed206eb135935802a5908548c33b6b19ec9fb7634aaea5e4804bccfe49 Oct 13 03:14:32.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:32.884 INFO blam! 840cd34609a5e8892424800726eb208617dd7739c3a2d2725375a9d5c64d7523 Oct 13 03:14:32.885 INFO running `"docker" "start" "-a" "840cd34609a5e8892424800726eb208617dd7739c3a2d2725375a9d5c64d7523"` Oct 13 03:14:34.115 INFO kablam! usermod: no changes Oct 13 03:14:34.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 03:14:34.162 INFO kablam! Running /target/debug/deps/ghilbert-c55c295529a9e513 Oct 13 03:14:34.167 INFO kablam! su: No module specific data is present Oct 13 03:14:34.167 INFO blam! Oct 13 03:14:34.167 INFO blam! running 0 tests Oct 13 03:14:34.167 INFO blam! Oct 13 03:14:34.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:14:34.167 INFO blam! Oct 13 03:14:35.004 INFO running `"docker" "rm" "-f" "840cd34609a5e8892424800726eb208617dd7739c3a2d2725375a9d5c64d7523"` Oct 13 03:14:35.325 INFO blam! 840cd34609a5e8892424800726eb208617dd7739c3a2d2725375a9d5c64d7523