Oct 10 16:22:44.558 INFO testing raphlinus/ghilbert against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:22:44.558 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:22:44.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:22:45.153 INFO blam! 79bd7269b34b1c9db8ec8d1859130214b0338b177d5d2fcc487314de55d840a5 Oct 10 16:22:45.154 INFO running `"docker" "start" "-a" "79bd7269b34b1c9db8ec8d1859130214b0338b177d5d2fcc487314de55d840a5"` Oct 10 16:22:46.314 INFO kablam! usermod: no changes Oct 10 16:22:46.388 INFO kablam! Compiling union-find v0.3.1 Oct 10 16:22:46.389 INFO kablam! Compiling serde_json v1.0.2 Oct 10 16:22:51.212 INFO kablam! Compiling ghilbert v0.1.0 (/source) Oct 10 16:22:51.932 INFO kablam! warning: doc comment not used by rustdoc Oct 10 16:22:51.932 INFO kablam! --> src/unify.rs:471:9 Oct 10 16:22:51.932 INFO kablam! | Oct 10 16:22:51.932 INFO kablam! 471 | /// Maps node of bound var to set of term var nodes it can appear free in. Oct 10 16:22:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:22:51.932 INFO kablam! | Oct 10 16:22:51.932 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 16:22:51.932 INFO kablam! Oct 10 16:22:52.481 INFO kablam! warning: unused variable: `writer` Oct 10 16:22:52.481 INFO kablam! --> src/htmlout.rs:128:39 Oct 10 16:22:52.481 INFO kablam! | Oct 10 16:22:52.481 INFO kablam! 128 | pub fn write(&mut self, writer: &mut W, parser: &Parser) -> io::Result<()> { Oct 10 16:22:52.481 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 10 16:22:52.481 INFO kablam! | Oct 10 16:22:52.481 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:22:52.481 INFO kablam! Oct 10 16:22:52.481 INFO kablam! warning: unused variable: `line` Oct 10 16:22:52.481 INFO kablam! --> src/htmlout.rs:371:30 Oct 10 16:22:52.481 INFO kablam! | Oct 10 16:22:52.481 INFO kablam! 371 | fn start_line(&mut self, line: &ParseNode) { Oct 10 16:22:52.481 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 10 16:22:52.481 INFO kablam! Oct 10 16:22:52.544 INFO kablam! warning: variable does not need to be mutable Oct 10 16:22:52.545 INFO kablam! --> src/lexer.rs:132:13 Oct 10 16:22:52.545 INFO kablam! | Oct 10 16:22:52.545 INFO kablam! 132 | let mut node = self.root.traverse(s.chars()); Oct 10 16:22:52.545 INFO kablam! | ----^^^^ Oct 10 16:22:52.546 INFO kablam! | | Oct 10 16:22:52.546 INFO kablam! | help: remove this `mut` Oct 10 16:22:52.546 INFO kablam! | Oct 10 16:22:52.546 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:22:52.547 INFO kablam! Oct 10 16:22:52.728 INFO kablam! warning: method is never used: `cur_info` Oct 10 16:22:52.729 INFO kablam! --> src/htmlout.rs:307:5 Oct 10 16:22:52.729 INFO kablam! | Oct 10 16:22:52.729 INFO kablam! 307 | fn cur_info(&self) -> &ThmInfo { Oct 10 16:22:52.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:22:52.730 INFO kablam! | Oct 10 16:22:52.730 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:22:52.730 INFO kablam! Oct 10 16:22:52.731 INFO kablam! warning: method is never used: `get_end` Oct 10 16:22:52.731 INFO kablam! --> src/parser.rs:44:5 Oct 10 16:22:52.731 INFO kablam! | Oct 10 16:22:52.732 INFO kablam! 44 | pub fn get_end(&self) -> usize { Oct 10 16:22:52.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:22:52.732 INFO kablam! Oct 10 16:22:52.732 INFO kablam! warning: field is never used: `session` Oct 10 16:22:52.733 INFO kablam! --> src/session.rs:566:5 Oct 10 16:22:52.733 INFO kablam! | Oct 10 16:22:52.733 INFO kablam! 566 | session: &'b Session<'a>, Oct 10 16:22:52.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:22:52.734 INFO kablam! Oct 10 16:22:57.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.33s Oct 10 16:22:57.667 INFO kablam! su: No module specific data is present Oct 10 16:22:58.200 INFO running `"docker" "rm" "-f" "79bd7269b34b1c9db8ec8d1859130214b0338b177d5d2fcc487314de55d840a5"` Oct 10 16:22:58.452 INFO blam! 79bd7269b34b1c9db8ec8d1859130214b0338b177d5d2fcc487314de55d840a5 Oct 10 16:22:58.457 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:22:58.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:22:58.900 INFO blam! 4e714a10a4752fbb69a5f2da2f703bf8bf3539f74e08407079540b5d1e88ba3b Oct 10 16:22:58.901 INFO running `"docker" "start" "-a" "4e714a10a4752fbb69a5f2da2f703bf8bf3539f74e08407079540b5d1e88ba3b"` Oct 10 16:22:59.956 INFO kablam! usermod: no changes Oct 10 16:23:00.024 INFO kablam! Compiling ghilbert v0.1.0 (/source) Oct 10 16:23:00.800 INFO kablam! warning: doc comment not used by rustdoc Oct 10 16:23:00.800 INFO kablam! --> src/unify.rs:471:9 Oct 10 16:23:00.800 INFO kablam! | Oct 10 16:23:00.800 INFO kablam! 471 | /// Maps node of bound var to set of term var nodes it can appear free in. Oct 10 16:23:00.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:00.800 INFO kablam! | Oct 10 16:23:00.800 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 16:23:00.800 INFO kablam! Oct 10 16:23:01.392 INFO kablam! warning: unused variable: `writer` Oct 10 16:23:01.392 INFO kablam! --> src/htmlout.rs:128:39 Oct 10 16:23:01.392 INFO kablam! | Oct 10 16:23:01.392 INFO kablam! 128 | pub fn write(&mut self, writer: &mut W, parser: &Parser) -> io::Result<()> { Oct 10 16:23:01.392 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 10 16:23:01.392 INFO kablam! | Oct 10 16:23:01.392 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:23:01.392 INFO kablam! Oct 10 16:23:01.396 INFO kablam! warning: unused variable: `line` Oct 10 16:23:01.396 INFO kablam! --> src/htmlout.rs:371:30 Oct 10 16:23:01.396 INFO kablam! | Oct 10 16:23:01.396 INFO kablam! 371 | fn start_line(&mut self, line: &ParseNode) { Oct 10 16:23:01.396 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 10 16:23:01.396 INFO kablam! Oct 10 16:23:01.471 INFO kablam! warning: variable does not need to be mutable Oct 10 16:23:01.471 INFO kablam! --> src/lexer.rs:132:13 Oct 10 16:23:01.471 INFO kablam! | Oct 10 16:23:01.471 INFO kablam! 132 | let mut node = self.root.traverse(s.chars()); Oct 10 16:23:01.471 INFO kablam! | ----^^^^ Oct 10 16:23:01.471 INFO kablam! | | Oct 10 16:23:01.471 INFO kablam! | help: remove this `mut` Oct 10 16:23:01.471 INFO kablam! | Oct 10 16:23:01.471 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:23:01.471 INFO kablam! Oct 10 16:23:01.669 INFO kablam! warning: method is never used: `cur_info` Oct 10 16:23:01.669 INFO kablam! --> src/htmlout.rs:307:5 Oct 10 16:23:01.669 INFO kablam! | Oct 10 16:23:01.669 INFO kablam! 307 | fn cur_info(&self) -> &ThmInfo { Oct 10 16:23:01.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:01.669 INFO kablam! | Oct 10 16:23:01.669 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:23:01.669 INFO kablam! Oct 10 16:23:01.669 INFO kablam! warning: method is never used: `get_end` Oct 10 16:23:01.669 INFO kablam! --> src/parser.rs:44:5 Oct 10 16:23:01.669 INFO kablam! | Oct 10 16:23:01.669 INFO kablam! 44 | pub fn get_end(&self) -> usize { Oct 10 16:23:01.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:01.669 INFO kablam! Oct 10 16:23:01.675 INFO kablam! warning: field is never used: `session` Oct 10 16:23:01.675 INFO kablam! --> src/session.rs:566:5 Oct 10 16:23:01.675 INFO kablam! | Oct 10 16:23:01.676 INFO kablam! 566 | session: &'b Session<'a>, Oct 10 16:23:01.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:01.676 INFO kablam! Oct 10 16:23:02.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.34s Oct 10 16:23:02.336 INFO kablam! su: No module specific data is present Oct 10 16:23:02.942 INFO running `"docker" "rm" "-f" "4e714a10a4752fbb69a5f2da2f703bf8bf3539f74e08407079540b5d1e88ba3b"` Oct 10 16:23:03.288 INFO blam! 4e714a10a4752fbb69a5f2da2f703bf8bf3539f74e08407079540b5d1e88ba3b Oct 10 16:23:03.296 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:23:03.296 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:23:03.722 INFO blam! c2f7c51a8491e7940eb7ff94501b39e5746cc2d8ebfeb3012582b06054233365 Oct 10 16:23:03.724 INFO running `"docker" "start" "-a" "c2f7c51a8491e7940eb7ff94501b39e5746cc2d8ebfeb3012582b06054233365"` Oct 10 16:23:05.060 INFO kablam! usermod: no changes Oct 10 16:23:05.116 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 16:23:05.116 INFO kablam! Running /target/debug/deps/ghilbert-fe1cf8c51276041b Oct 10 16:23:05.124 INFO blam! Oct 10 16:23:05.124 INFO blam! running 0 tests Oct 10 16:23:05.124 INFO blam! Oct 10 16:23:05.124 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:23:05.124 INFO blam! Oct 10 16:23:05.132 INFO kablam! su: No module specific data is present Oct 10 16:23:06.164 INFO running `"docker" "rm" "-f" "c2f7c51a8491e7940eb7ff94501b39e5746cc2d8ebfeb3012582b06054233365"` Oct 10 16:23:06.491 INFO blam! c2f7c51a8491e7940eb7ff94501b39e5746cc2d8ebfeb3012582b06054233365