Oct 10 12:14:24.528 INFO testing wmww/bft against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:14:24.528 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:14:24.528 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 12:14:25.126 INFO blam! f61099b9b0430771df1bfc1bb03dc337492f6b874a3b940aeac0b062c5c6fc47 Oct 10 12:14:25.134 INFO running `"docker" "start" "-a" "f61099b9b0430771df1bfc1bb03dc337492f6b874a3b940aeac0b062c5c6fc47"` Oct 10 12:14:26.452 INFO kablam! usermod: no changes Oct 10 12:14:26.609 INFO kablam! Compiling bft v0.1.0 (/source) Oct 10 12:14:27.908 INFO kablam! warning: method is never used: `get_ptr` Oct 10 12:14:27.908 INFO kablam! --> src/runtime/debug.rs:57:5 Oct 10 12:14:27.908 INFO kablam! | Oct 10 12:14:27.908 INFO kablam! 57 | pub fn get_ptr(&self) -> usize { Oct 10 12:14:27.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.908 INFO kablam! | Oct 10 12:14:27.908 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:14:27.908 INFO kablam! Oct 10 12:14:27.908 INFO kablam! warning: method is never used: `set_ptr` Oct 10 12:14:27.908 INFO kablam! --> src/runtime/debug.rs:61:5 Oct 10 12:14:27.908 INFO kablam! | Oct 10 12:14:27.908 INFO kablam! 61 | pub fn set_ptr(&mut self, ptr: usize) { Oct 10 12:14:27.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.908 INFO kablam! Oct 10 12:14:27.908 INFO kablam! warning: method is never used: `queue_input_str` Oct 10 12:14:27.908 INFO kablam! --> src/runtime/debug.rs:92:5 Oct 10 12:14:27.908 INFO kablam! | Oct 10 12:14:27.908 INFO kablam! 92 | pub fn queue_input_str(&mut self, input: &str) { Oct 10 12:14:27.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.908 INFO kablam! Oct 10 12:14:27.908 INFO kablam! warning: struct is never constructed: `Generator` Oct 10 12:14:27.908 INFO kablam! --> src/source/span.rs:74:1 Oct 10 12:14:27.908 INFO kablam! | Oct 10 12:14:27.908 INFO kablam! 74 | pub struct Generator<'s> { Oct 10 12:14:27.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.908 INFO kablam! Oct 10 12:14:27.909 INFO kablam! warning: method is never used: `new` Oct 10 12:14:27.909 INFO kablam! --> src/source/span.rs:80:5 Oct 10 12:14:27.909 INFO kablam! | Oct 10 12:14:27.909 INFO kablam! 80 | pub fn new(src: &'s File) -> Generator { Oct 10 12:14:27.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.909 INFO kablam! Oct 10 12:14:27.909 INFO kablam! warning: method is never used: `skip` Oct 10 12:14:27.909 INFO kablam! --> src/source/span.rs:84:5 Oct 10 12:14:27.909 INFO kablam! | Oct 10 12:14:27.909 INFO kablam! 84 | pub fn skip(&mut self, bytes: i32) -> &mut Generator<'s> { Oct 10 12:14:27.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.909 INFO kablam! Oct 10 12:14:27.909 INFO kablam! warning: method is never used: `jump_to` Oct 10 12:14:27.909 INFO kablam! --> src/source/span.rs:89:5 Oct 10 12:14:27.909 INFO kablam! | Oct 10 12:14:27.909 INFO kablam! 89 | pub fn jump_to(&mut self, byte: usize) -> &mut Generator<'s> { Oct 10 12:14:27.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.909 INFO kablam! Oct 10 12:14:27.909 INFO kablam! warning: method is never used: `reset` Oct 10 12:14:27.909 INFO kablam! --> src/source/span.rs:94:5 Oct 10 12:14:27.909 INFO kablam! | Oct 10 12:14:27.909 INFO kablam! 94 | pub fn reset(&mut self) -> &mut Generator<'s> { Oct 10 12:14:27.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.909 INFO kablam! Oct 10 12:14:27.909 INFO kablam! warning: method is never used: `span` Oct 10 12:14:27.909 INFO kablam! --> src/source/span.rs:98:5 Oct 10 12:14:27.909 INFO kablam! | Oct 10 12:14:27.909 INFO kablam! 98 | pub fn span(&mut self, bytes: usize) -> Span<'s> { Oct 10 12:14:27.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:27.909 INFO kablam! Oct 10 12:14:29.549 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.04s Oct 10 12:14:29.549 INFO kablam! su: No module specific data is present Oct 10 12:14:30.248 INFO running `"docker" "rm" "-f" "f61099b9b0430771df1bfc1bb03dc337492f6b874a3b940aeac0b062c5c6fc47"` Oct 10 12:14:30.548 INFO blam! f61099b9b0430771df1bfc1bb03dc337492f6b874a3b940aeac0b062c5c6fc47 Oct 10 12:14:30.551 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:14:30.551 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 12:14:30.876 INFO blam! 8c98e9356e6c8653335b89f2c9b809914872611146f222661c47b359b15f64ce Oct 10 12:14:30.883 INFO running `"docker" "start" "-a" "8c98e9356e6c8653335b89f2c9b809914872611146f222661c47b359b15f64ce"` Oct 10 12:14:31.992 INFO kablam! usermod: no changes Oct 10 12:14:32.094 INFO kablam! Compiling bft v0.1.0 (/source) Oct 10 12:14:33.283 INFO kablam! warning: unused variable: `s` Oct 10 12:14:33.283 INFO kablam! --> src/runtime/tests.rs:34:17 Oct 10 12:14:33.283 INFO kablam! | Oct 10 12:14:33.283 INFO kablam! 34 | let mut s = ::source::span::Generator::new(&source); Oct 10 12:14:33.283 INFO kablam! | ^ help: consider using `_s` instead Oct 10 12:14:33.283 INFO kablam! | Oct 10 12:14:33.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:14:33.283 INFO kablam! Oct 10 12:14:33.332 INFO kablam! warning: variable does not need to be mutable Oct 10 12:14:33.332 INFO kablam! --> src/runtime/tests.rs:34:13 Oct 10 12:14:33.332 INFO kablam! | Oct 10 12:14:33.332 INFO kablam! 34 | let mut s = ::source::span::Generator::new(&source); Oct 10 12:14:33.332 INFO kablam! | ----^ Oct 10 12:14:33.332 INFO kablam! | | Oct 10 12:14:33.332 INFO kablam! | help: remove this `mut` Oct 10 12:14:33.332 INFO kablam! | Oct 10 12:14:33.332 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:14:33.332 INFO kablam! Oct 10 12:14:33.332 INFO kablam! warning: variable does not need to be mutable Oct 10 12:14:33.332 INFO kablam! --> src/runtime/tests.rs:35:13 Oct 10 12:14:33.332 INFO kablam! | Oct 10 12:14:33.332 INFO kablam! 35 | let mut tokens = ::source::lex(&source); Oct 10 12:14:33.332 INFO kablam! | ----^^^^^^ Oct 10 12:14:33.332 INFO kablam! | | Oct 10 12:14:33.332 INFO kablam! | help: remove this `mut` Oct 10 12:14:33.332 INFO kablam! Oct 10 12:14:33.332 INFO kablam! warning: variable does not need to be mutable Oct 10 12:14:33.332 INFO kablam! --> src/runtime/tests.rs:56:9 Oct 10 12:14:33.332 INFO kablam! | Oct 10 12:14:33.332 INFO kablam! 56 | let mut test = TestCase::new(); Oct 10 12:14:33.332 INFO kablam! | ----^^^^ Oct 10 12:14:33.332 INFO kablam! | | Oct 10 12:14:33.332 INFO kablam! | help: remove this `mut` Oct 10 12:14:33.332 INFO kablam! Oct 10 12:14:33.381 INFO kablam! warning: method is never used: `jump_to` Oct 10 12:14:33.381 INFO kablam! --> src/source/span.rs:89:5 Oct 10 12:14:33.381 INFO kablam! | Oct 10 12:14:33.381 INFO kablam! 89 | pub fn jump_to(&mut self, byte: usize) -> &mut Generator<'s> { Oct 10 12:14:33.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:33.381 INFO kablam! | Oct 10 12:14:33.381 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:14:33.381 INFO kablam! Oct 10 12:14:33.381 INFO kablam! warning: method is never used: `reset` Oct 10 12:14:33.381 INFO kablam! --> src/source/span.rs:94:5 Oct 10 12:14:33.381 INFO kablam! | Oct 10 12:14:33.381 INFO kablam! 94 | pub fn reset(&mut self) -> &mut Generator<'s> { Oct 10 12:14:33.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:33.381 INFO kablam! Oct 10 12:14:34.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Oct 10 12:14:34.856 INFO kablam! su: No module specific data is present Oct 10 12:14:35.308 INFO running `"docker" "rm" "-f" "8c98e9356e6c8653335b89f2c9b809914872611146f222661c47b359b15f64ce"` Oct 10 12:14:35.563 INFO blam! 8c98e9356e6c8653335b89f2c9b809914872611146f222661c47b359b15f64ce Oct 10 12:14:35.566 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:14:35.566 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 12:14:35.992 INFO blam! a61f1ce2c082a5289fade8572e1ebb385498ab59b369c3b9763cab6787a100ec Oct 10 12:14:35.996 INFO running `"docker" "start" "-a" "a61f1ce2c082a5289fade8572e1ebb385498ab59b369c3b9763cab6787a100ec"` Oct 10 12:14:37.060 INFO kablam! usermod: no changes Oct 10 12:14:37.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 12:14:37.164 INFO kablam! Running /target/debug/deps/bft-944e6576e4ad3971 Oct 10 12:14:37.164 INFO blam! Oct 10 12:14:37.164 INFO blam! running 21 tests Oct 10 12:14:37.164 INFO blam! test runtime::tests::op_output ... ok Oct 10 12:14:37.164 INFO blam! test runtime::tests::op_minus ... ok Oct 10 12:14:37.164 INFO blam! test runtime::tests::op_left ... ok Oct 10 12:14:37.164 INFO blam! test runtime::tests::op_input ... ok Oct 10 12:14:37.164 INFO blam! test runtime::tests::op_plus ... ok Oct 10 12:14:37.164 INFO blam! test runtime::tests::op_right ... ok Oct 10 12:14:37.164 INFO blam! test runtime::tests::test_system_empty_code ... ok Oct 10 12:14:37.164 INFO blam! test runtime::tests::add ... ok Oct 10 12:14:37.169 INFO blam! test runtime::tests::construct_runtime ... ok Oct 10 12:14:37.174 INFO blam! test source::lexer::tests::all_0 ... ok Oct 10 12:14:37.174 INFO blam! test runtime::tests::loop_down ... ok Oct 10 12:14:37.174 INFO blam! test source::lexer::tests::bf_complex_0 ... ok Oct 10 12:14:37.174 INFO blam! test source::lexer::tests::close_brace ... ok Oct 10 12:14:37.174 INFO blam! test runtime::tests::move_and_chage ... ok Oct 10 12:14:37.174 INFO blam! test source::lexer::tests::single_ident ... ok Oct 10 12:14:37.175 INFO blam! test source::lexer::tests::colon ... ok Oct 10 12:14:37.175 INFO blam! test source::lexer::tests::idents_0 ... ok Oct 10 12:14:37.175 INFO blam! test source::lexer::tests::semicolon ... ok Oct 10 12:14:37.175 INFO blam! test source::lexer::tests::open_brace ... ok Oct 10 12:14:37.184 INFO blam! test source::lexer::tests::newline ... ok Oct 10 12:14:37.184 INFO blam! test source::lexer::tests::single_char_ident ... ok Oct 10 12:14:37.184 INFO blam! Oct 10 12:14:37.184 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:14:37.184 INFO blam! Oct 10 12:14:37.188 INFO kablam! su: No module specific data is present Oct 10 12:14:38.019 INFO running `"docker" "rm" "-f" "a61f1ce2c082a5289fade8572e1ebb385498ab59b369c3b9763cab6787a100ec"` Oct 10 12:14:38.284 INFO blam! a61f1ce2c082a5289fade8572e1ebb385498ab59b369c3b9763cab6787a100ec