Oct 12 18:42:54.900 INFO testing wmww/bft against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:42:54.901 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 18:42:55.361 INFO blam! c0d02f68898d7c60553f2447e338ef979c0c93edab0c87c4cfcf56cfdfc2e77f Oct 12 18:42:55.363 INFO running `"docker" "start" "-a" "c0d02f68898d7c60553f2447e338ef979c0c93edab0c87c4cfcf56cfdfc2e77f"` Oct 12 18:42:56.782 INFO kablam! usermod: no changes Oct 12 18:42:56.875 INFO kablam! Compiling bft v0.1.0 (/source) Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `get_ptr` Oct 12 18:42:57.711 INFO kablam! --> src/runtime/debug.rs:57:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 57 | pub fn get_ptr(&self) -> usize { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `set_ptr` Oct 12 18:42:57.711 INFO kablam! --> src/runtime/debug.rs:61:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 61 | pub fn set_ptr(&mut self, ptr: usize) { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `queue_input_str` Oct 12 18:42:57.711 INFO kablam! --> src/runtime/debug.rs:92:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 92 | pub fn queue_input_str(&mut self, input: &str) { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: struct is never constructed: `Generator` Oct 12 18:42:57.711 INFO kablam! --> src/source/span.rs:74:1 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 74 | pub struct Generator<'s> { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `new` Oct 12 18:42:57.711 INFO kablam! --> src/source/span.rs:80:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 80 | pub fn new(src: &'s File) -> Generator { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `skip` Oct 12 18:42:57.711 INFO kablam! --> src/source/span.rs:84:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 84 | pub fn skip(&mut self, bytes: i32) -> &mut Generator<'s> { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `jump_to` Oct 12 18:42:57.711 INFO kablam! --> src/source/span.rs:89:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 89 | pub fn jump_to(&mut self, byte: usize) -> &mut Generator<'s> { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `reset` Oct 12 18:42:57.711 INFO kablam! --> src/source/span.rs:94:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 94 | pub fn reset(&mut self) -> &mut Generator<'s> { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:57.711 INFO kablam! warning: method is never used: `span` Oct 12 18:42:57.711 INFO kablam! --> src/source/span.rs:98:5 Oct 12 18:42:57.711 INFO kablam! | Oct 12 18:42:57.711 INFO kablam! 98 | pub fn span(&mut self, bytes: usize) -> Span<'s> { Oct 12 18:42:57.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:42:57.711 INFO kablam! Oct 12 18:42:59.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.71s Oct 12 18:42:59.514 INFO kablam! su: No module specific data is present Oct 12 18:43:00.558 INFO running `"docker" "rm" "-f" "c0d02f68898d7c60553f2447e338ef979c0c93edab0c87c4cfcf56cfdfc2e77f"` Oct 12 18:43:00.816 INFO blam! c0d02f68898d7c60553f2447e338ef979c0c93edab0c87c4cfcf56cfdfc2e77f Oct 12 18:43:00.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 18:43:01.303 INFO blam! 69520c230fdca8f2f9a59a94954bbdacbb161114484e41e8512fc8a728f60df3 Oct 12 18:43:01.305 INFO running `"docker" "start" "-a" "69520c230fdca8f2f9a59a94954bbdacbb161114484e41e8512fc8a728f60df3"` Oct 12 18:43:03.606 INFO kablam! usermod: no changes Oct 12 18:43:03.768 INFO kablam! Compiling bft v0.1.0 (/source) Oct 12 18:43:04.438 INFO kablam! warning: unused variable: `s` Oct 12 18:43:04.438 INFO kablam! --> src/runtime/tests.rs:34:17 Oct 12 18:43:04.438 INFO kablam! | Oct 12 18:43:04.439 INFO kablam! 34 | let mut s = ::source::span::Generator::new(&source); Oct 12 18:43:04.439 INFO kablam! | ^ help: consider using `_s` instead Oct 12 18:43:04.439 INFO kablam! | Oct 12 18:43:04.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:43:04.439 INFO kablam! Oct 12 18:43:04.498 INFO kablam! warning: variable does not need to be mutable Oct 12 18:43:04.498 INFO kablam! --> src/runtime/tests.rs:34:13 Oct 12 18:43:04.499 INFO kablam! | Oct 12 18:43:04.499 INFO kablam! 34 | let mut s = ::source::span::Generator::new(&source); Oct 12 18:43:04.500 INFO kablam! | ----^ Oct 12 18:43:04.500 INFO kablam! | | Oct 12 18:43:04.501 INFO kablam! | help: remove this `mut` Oct 12 18:43:04.501 INFO kablam! | Oct 12 18:43:04.502 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:43:04.502 INFO kablam! Oct 12 18:43:04.503 INFO kablam! warning: variable does not need to be mutable Oct 12 18:43:04.503 INFO kablam! --> src/runtime/tests.rs:35:13 Oct 12 18:43:04.504 INFO kablam! | Oct 12 18:43:04.504 INFO kablam! 35 | let mut tokens = ::source::lex(&source); Oct 12 18:43:04.507 INFO kablam! | ----^^^^^^ Oct 12 18:43:04.507 INFO kablam! | | Oct 12 18:43:04.507 INFO kablam! | help: remove this `mut` Oct 12 18:43:04.507 INFO kablam! Oct 12 18:43:04.507 INFO kablam! warning: variable does not need to be mutable Oct 12 18:43:04.507 INFO kablam! --> src/runtime/tests.rs:56:9 Oct 12 18:43:04.507 INFO kablam! | Oct 12 18:43:04.507 INFO kablam! 56 | let mut test = TestCase::new(); Oct 12 18:43:04.507 INFO kablam! | ----^^^^ Oct 12 18:43:04.507 INFO kablam! | | Oct 12 18:43:04.507 INFO kablam! | help: remove this `mut` Oct 12 18:43:04.507 INFO kablam! Oct 12 18:43:04.547 INFO kablam! warning: method is never used: `jump_to` Oct 12 18:43:04.547 INFO kablam! --> src/source/span.rs:89:5 Oct 12 18:43:04.547 INFO kablam! | Oct 12 18:43:04.547 INFO kablam! 89 | pub fn jump_to(&mut self, byte: usize) -> &mut Generator<'s> { Oct 12 18:43:04.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:04.547 INFO kablam! | Oct 12 18:43:04.548 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:43:04.548 INFO kablam! Oct 12 18:43:04.548 INFO kablam! warning: method is never used: `reset` Oct 12 18:43:04.548 INFO kablam! --> src/source/span.rs:94:5 Oct 12 18:43:04.548 INFO kablam! | Oct 12 18:43:04.548 INFO kablam! 94 | pub fn reset(&mut self) -> &mut Generator<'s> { Oct 12 18:43:04.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:43:04.563 INFO kablam! Oct 12 18:43:06.222 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Oct 12 18:43:06.226 INFO kablam! su: No module specific data is present Oct 12 18:43:07.872 INFO running `"docker" "rm" "-f" "69520c230fdca8f2f9a59a94954bbdacbb161114484e41e8512fc8a728f60df3"` Oct 12 18:43:08.275 INFO blam! 69520c230fdca8f2f9a59a94954bbdacbb161114484e41e8512fc8a728f60df3 Oct 12 18:43:08.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 18:43:08.795 INFO blam! 5634c99874807d3b2d5a6041eb4a3c3401d3840212190d3f93b0537720608314 Oct 12 18:43:08.797 INFO running `"docker" "start" "-a" "5634c99874807d3b2d5a6041eb4a3c3401d3840212190d3f93b0537720608314"` Oct 12 18:43:11.561 INFO kablam! usermod: no changes Oct 12 18:43:11.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 18:43:11.683 INFO kablam! Running /target/debug/deps/bft-944e6576e4ad3971 Oct 12 18:43:11.687 INFO blam! Oct 12 18:43:11.687 INFO blam! running 21 tests Oct 12 18:43:11.687 INFO blam! test runtime::tests::add ... ok Oct 12 18:43:11.687 INFO blam! test runtime::tests::op_output ... ok Oct 12 18:43:11.687 INFO blam! test runtime::tests::op_minus ... ok Oct 12 18:43:11.687 INFO blam! test runtime::tests::op_left ... ok Oct 12 18:43:11.687 INFO blam! test runtime::tests::op_input ... ok Oct 12 18:43:11.687 INFO blam! test runtime::tests::loop_down ... ok Oct 12 18:43:11.687 INFO blam! test runtime::tests::construct_runtime ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::all_0 ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::bf_complex_0 ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::close_brace ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::colon ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::idents_0 ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::newline ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::open_brace ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::semicolon ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::single_char_ident ... ok Oct 12 18:43:11.687 INFO blam! test source::lexer::tests::single_ident ... ok Oct 12 18:43:11.691 INFO blam! test runtime::tests::move_and_chage ... ok Oct 12 18:43:11.695 INFO blam! test runtime::tests::op_plus ... ok Oct 12 18:43:11.695 INFO blam! test runtime::tests::op_right ... ok Oct 12 18:43:11.695 INFO blam! test runtime::tests::test_system_empty_code ... ok Oct 12 18:43:11.695 INFO blam! Oct 12 18:43:11.695 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:43:11.695 INFO blam! Oct 12 18:43:11.707 INFO kablam! su: No module specific data is present Oct 12 18:43:13.579 INFO running `"docker" "rm" "-f" "5634c99874807d3b2d5a6041eb4a3c3401d3840212190d3f93b0537720608314"` Oct 12 18:43:13.959 INFO blam! 5634c99874807d3b2d5a6041eb4a3c3401d3840212190d3f93b0537720608314