Oct 10 18:27:04.795 INFO testing mihyaeru21/brainfuck-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:27:04.795 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:27:04.795 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 18:27:05.112 INFO blam! 88cbb652910ca591a0d098e1cf0a86d299852f4d600a399aacab458aca4468a2 Oct 10 18:27:05.124 INFO running `"docker" "start" "-a" "88cbb652910ca591a0d098e1cf0a86d299852f4d600a399aacab458aca4468a2"` Oct 10 18:27:06.060 INFO kablam! usermod: no changes Oct 10 18:27:06.120 INFO kablam! Compiling brainfuck v0.1.0 (/source) Oct 10 18:27:06.717 INFO kablam! warning: variable does not need to be mutable Oct 10 18:27:06.717 INFO kablam! --> src/memory.rs:37:13 Oct 10 18:27:06.717 INFO kablam! | Oct 10 18:27:06.718 INFO kablam! 37 | let mut value = self.get_mut()?; Oct 10 18:27:06.718 INFO kablam! | ----^^^^^ Oct 10 18:27:06.718 INFO kablam! | | Oct 10 18:27:06.719 INFO kablam! | help: remove this `mut` Oct 10 18:27:06.719 INFO kablam! | Oct 10 18:27:06.719 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:27:06.719 INFO kablam! Oct 10 18:27:06.719 INFO kablam! warning: variable does not need to be mutable Oct 10 18:27:06.720 INFO kablam! --> src/memory.rs:47:13 Oct 10 18:27:06.720 INFO kablam! | Oct 10 18:27:06.720 INFO kablam! 47 | let mut value = self.get_mut()?; Oct 10 18:27:06.720 INFO kablam! | ----^^^^^ Oct 10 18:27:06.721 INFO kablam! | | Oct 10 18:27:06.721 INFO kablam! | help: remove this `mut` Oct 10 18:27:06.721 INFO kablam! Oct 10 18:27:06.721 INFO kablam! warning: variable does not need to be mutable Oct 10 18:27:06.722 INFO kablam! --> src/memory.rs:61:13 Oct 10 18:27:06.722 INFO kablam! | Oct 10 18:27:06.722 INFO kablam! 61 | let mut v = self.get_mut()?; Oct 10 18:27:06.722 INFO kablam! | ----^ Oct 10 18:27:06.723 INFO kablam! | | Oct 10 18:27:06.723 INFO kablam! | help: remove this `mut` Oct 10 18:27:06.723 INFO kablam! Oct 10 18:27:08.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 10 18:27:08.484 INFO kablam! su: No module specific data is present Oct 10 18:27:09.262 INFO running `"docker" "rm" "-f" "88cbb652910ca591a0d098e1cf0a86d299852f4d600a399aacab458aca4468a2"` Oct 10 18:27:09.504 INFO blam! 88cbb652910ca591a0d098e1cf0a86d299852f4d600a399aacab458aca4468a2 Oct 10 18:27:09.510 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:27:09.518 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 18:27:09.938 INFO blam! 014c235cffa5f8a33ffac2c19a201e4f3335b9d4d804ad3e76d929a90bc4cd5c Oct 10 18:27:09.952 INFO running `"docker" "start" "-a" "014c235cffa5f8a33ffac2c19a201e4f3335b9d4d804ad3e76d929a90bc4cd5c"` Oct 10 18:27:11.264 INFO kablam! usermod: no changes Oct 10 18:27:11.332 INFO kablam! Compiling brainfuck v0.1.0 (/source) Oct 10 18:27:12.500 INFO kablam! warning: variable does not need to be mutable Oct 10 18:27:12.501 INFO kablam! --> src/memory.rs:37:13 Oct 10 18:27:12.501 INFO kablam! | Oct 10 18:27:12.501 INFO kablam! 37 | let mut value = self.get_mut()?; Oct 10 18:27:12.502 INFO kablam! | ----^^^^^ Oct 10 18:27:12.502 INFO kablam! | | Oct 10 18:27:12.502 INFO kablam! | help: remove this `mut` Oct 10 18:27:12.503 INFO kablam! | Oct 10 18:27:12.503 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:27:12.503 INFO kablam! Oct 10 18:27:12.503 INFO kablam! warning: variable does not need to be mutable Oct 10 18:27:12.503 INFO kablam! --> src/memory.rs:47:13 Oct 10 18:27:12.504 INFO kablam! | Oct 10 18:27:12.504 INFO kablam! 47 | let mut value = self.get_mut()?; Oct 10 18:27:12.504 INFO kablam! | ----^^^^^ Oct 10 18:27:12.504 INFO kablam! | | Oct 10 18:27:12.505 INFO kablam! | help: remove this `mut` Oct 10 18:27:12.505 INFO kablam! Oct 10 18:27:12.505 INFO kablam! warning: variable does not need to be mutable Oct 10 18:27:12.506 INFO kablam! --> src/memory.rs:61:13 Oct 10 18:27:12.506 INFO kablam! | Oct 10 18:27:12.506 INFO kablam! 61 | let mut v = self.get_mut()?; Oct 10 18:27:12.506 INFO kablam! | ----^ Oct 10 18:27:12.507 INFO kablam! | | Oct 10 18:27:12.507 INFO kablam! | help: remove this `mut` Oct 10 18:27:12.507 INFO kablam! Oct 10 18:27:13.724 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 10 18:27:13.724 INFO kablam! su: No module specific data is present Oct 10 18:27:14.219 INFO running `"docker" "rm" "-f" "014c235cffa5f8a33ffac2c19a201e4f3335b9d4d804ad3e76d929a90bc4cd5c"` Oct 10 18:27:14.388 INFO blam! 014c235cffa5f8a33ffac2c19a201e4f3335b9d4d804ad3e76d929a90bc4cd5c Oct 10 18:27:14.391 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:27:14.392 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 18:27:14.748 INFO blam! dd3980dc3e67d97e331c1a5941ab4e082293d1cc9c6fc0e4501255f0b7fb8a78 Oct 10 18:27:14.763 INFO running `"docker" "start" "-a" "dd3980dc3e67d97e331c1a5941ab4e082293d1cc9c6fc0e4501255f0b7fb8a78"` Oct 10 18:27:15.344 INFO kablam! usermod: no changes Oct 10 18:27:15.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 18:27:15.369 INFO kablam! Running /target/debug/deps/brainfuck-3521bfaa1fc465f7 Oct 10 18:27:15.370 INFO blam! Oct 10 18:27:15.370 INFO blam! running 0 tests Oct 10 18:27:15.370 INFO blam! Oct 10 18:27:15.370 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:27:15.370 INFO blam! Oct 10 18:27:15.370 INFO kablam! Running /target/debug/deps/brainfuck-40bda6a0e27f3608 Oct 10 18:27:15.372 INFO blam! Oct 10 18:27:15.372 INFO blam! running 0 tests Oct 10 18:27:15.372 INFO blam! Oct 10 18:27:15.372 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:27:15.372 INFO blam! Oct 10 18:27:15.373 INFO kablam! Running /target/debug/deps/interpreter_test-8f16b1680c960a3e Oct 10 18:27:15.374 INFO blam! Oct 10 18:27:15.374 INFO blam! running 1 test Oct 10 18:27:15.375 INFO blam! test run ... ok Oct 10 18:27:15.375 INFO kablam! Doc-tests brainfuck Oct 10 18:27:15.375 INFO blam! Oct 10 18:27:15.375 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:27:15.375 INFO blam! Oct 10 18:27:16.016 INFO blam! Oct 10 18:27:16.016 INFO kablam! su: No module specific data is present Oct 10 18:27:16.016 INFO blam! running 0 tests Oct 10 18:27:16.016 INFO blam! Oct 10 18:27:16.016 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:27:16.016 INFO blam! Oct 10 18:27:16.485 INFO running `"docker" "rm" "-f" "dd3980dc3e67d97e331c1a5941ab4e082293d1cc9c6fc0e4501255f0b7fb8a78"` Oct 10 18:27:16.602 INFO blam! dd3980dc3e67d97e331c1a5941ab4e082293d1cc9c6fc0e4501255f0b7fb8a78