Oct 14 11:02:59.490 INFO testing mihyaeru21/brainfuck-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:02:59.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:03:00.032 INFO blam! 2f5cdbc0d8bc9db2cbff9df40f764bd4d566b4292ce7df28ec160606dd2f2c1d Oct 14 11:03:00.034 INFO running `"docker" "start" "-a" "2f5cdbc0d8bc9db2cbff9df40f764bd4d566b4292ce7df28ec160606dd2f2c1d"` Oct 14 11:03:01.173 INFO kablam! usermod: no changes Oct 14 11:03:01.219 INFO kablam! Compiling brainfuck v0.1.0 (/source) Oct 14 11:03:01.568 INFO kablam! warning: variable does not need to be mutable Oct 14 11:03:01.568 INFO kablam! --> src/memory.rs:37:13 Oct 14 11:03:01.568 INFO kablam! | Oct 14 11:03:01.568 INFO kablam! 37 | let mut value = self.get_mut()?; Oct 14 11:03:01.568 INFO kablam! | ----^^^^^ Oct 14 11:03:01.568 INFO kablam! | | Oct 14 11:03:01.568 INFO kablam! | help: remove this `mut` Oct 14 11:03:01.568 INFO kablam! | Oct 14 11:03:01.568 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:03:01.568 INFO kablam! Oct 14 11:03:01.568 INFO kablam! warning: variable does not need to be mutable Oct 14 11:03:01.568 INFO kablam! --> src/memory.rs:47:13 Oct 14 11:03:01.568 INFO kablam! | Oct 14 11:03:01.568 INFO kablam! 47 | let mut value = self.get_mut()?; Oct 14 11:03:01.568 INFO kablam! | ----^^^^^ Oct 14 11:03:01.568 INFO kablam! | | Oct 14 11:03:01.568 INFO kablam! | help: remove this `mut` Oct 14 11:03:01.568 INFO kablam! Oct 14 11:03:01.568 INFO kablam! warning: variable does not need to be mutable Oct 14 11:03:01.568 INFO kablam! --> src/memory.rs:61:13 Oct 14 11:03:01.568 INFO kablam! | Oct 14 11:03:01.568 INFO kablam! 61 | let mut v = self.get_mut()?; Oct 14 11:03:01.568 INFO kablam! | ----^ Oct 14 11:03:01.568 INFO kablam! | | Oct 14 11:03:01.568 INFO kablam! | help: remove this `mut` Oct 14 11:03:01.568 INFO kablam! Oct 14 11:03:02.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 14 11:03:02.907 INFO kablam! su: No module specific data is present Oct 14 11:03:03.992 INFO running `"docker" "rm" "-f" "2f5cdbc0d8bc9db2cbff9df40f764bd4d566b4292ce7df28ec160606dd2f2c1d"` Oct 14 11:03:04.219 INFO blam! 2f5cdbc0d8bc9db2cbff9df40f764bd4d566b4292ce7df28ec160606dd2f2c1d Oct 14 11:03:04.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:03:04.602 INFO blam! c3e3f4388668e4f6f77d77f5745767eebd61ad91d83014b9ababb39ebd12df26 Oct 14 11:03:04.614 INFO running `"docker" "start" "-a" "c3e3f4388668e4f6f77d77f5745767eebd61ad91d83014b9ababb39ebd12df26"` Oct 14 11:03:05.646 INFO kablam! usermod: no changes Oct 14 11:03:05.715 INFO kablam! Compiling brainfuck v0.1.0 (/source) Oct 14 11:03:06.455 INFO kablam! warning: variable does not need to be mutable Oct 14 11:03:06.455 INFO kablam! --> src/memory.rs:37:13 Oct 14 11:03:06.455 INFO kablam! | Oct 14 11:03:06.455 INFO kablam! 37 | let mut value = self.get_mut()?; Oct 14 11:03:06.455 INFO kablam! | ----^^^^^ Oct 14 11:03:06.455 INFO kablam! | | Oct 14 11:03:06.455 INFO kablam! | help: remove this `mut` Oct 14 11:03:06.455 INFO kablam! | Oct 14 11:03:06.455 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:03:06.455 INFO kablam! Oct 14 11:03:06.455 INFO kablam! warning: variable does not need to be mutable Oct 14 11:03:06.455 INFO kablam! --> src/memory.rs:47:13 Oct 14 11:03:06.455 INFO kablam! | Oct 14 11:03:06.455 INFO kablam! 47 | let mut value = self.get_mut()?; Oct 14 11:03:06.455 INFO kablam! | ----^^^^^ Oct 14 11:03:06.455 INFO kablam! | | Oct 14 11:03:06.455 INFO kablam! | help: remove this `mut` Oct 14 11:03:06.455 INFO kablam! Oct 14 11:03:06.455 INFO kablam! warning: variable does not need to be mutable Oct 14 11:03:06.455 INFO kablam! --> src/memory.rs:61:13 Oct 14 11:03:06.455 INFO kablam! | Oct 14 11:03:06.455 INFO kablam! 61 | let mut v = self.get_mut()?; Oct 14 11:03:06.455 INFO kablam! | ----^ Oct 14 11:03:06.455 INFO kablam! | | Oct 14 11:03:06.455 INFO kablam! | help: remove this `mut` Oct 14 11:03:06.455 INFO kablam! Oct 14 11:03:07.521 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 14 11:03:07.539 INFO kablam! su: No module specific data is present Oct 14 11:03:08.410 INFO running `"docker" "rm" "-f" "c3e3f4388668e4f6f77d77f5745767eebd61ad91d83014b9ababb39ebd12df26"` Oct 14 11:03:08.795 INFO blam! c3e3f4388668e4f6f77d77f5745767eebd61ad91d83014b9ababb39ebd12df26 Oct 14 11:03:08.806 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 11:03:09.387 INFO blam! 4decdb11c083a2fb7f5483d978db53967775badc97b054eb0539fdcedc024714 Oct 14 11:03:09.389 INFO running `"docker" "start" "-a" "4decdb11c083a2fb7f5483d978db53967775badc97b054eb0539fdcedc024714"` Oct 14 11:03:10.699 INFO kablam! usermod: no changes Oct 14 11:03:10.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 11:03:10.783 INFO kablam! Running /target/debug/deps/brainfuck-3521bfaa1fc465f7 Oct 14 11:03:10.787 INFO blam! Oct 14 11:03:10.787 INFO blam! running 0 tests Oct 14 11:03:10.787 INFO blam! Oct 14 11:03:10.787 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:10.787 INFO blam! Oct 14 11:03:10.788 INFO kablam! Running /target/debug/deps/brainfuck-40bda6a0e27f3608 Oct 14 11:03:10.795 INFO kablam! Running /target/debug/deps/interpreter_test-8f16b1680c960a3e Oct 14 11:03:10.795 INFO blam! Oct 14 11:03:10.795 INFO blam! running 0 tests Oct 14 11:03:10.795 INFO blam! Oct 14 11:03:10.795 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:10.795 INFO blam! Oct 14 11:03:10.795 INFO blam! Oct 14 11:03:10.795 INFO blam! running 1 test Oct 14 11:03:10.795 INFO blam! test run ... ok Oct 14 11:03:10.795 INFO blam! Oct 14 11:03:10.795 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:10.795 INFO blam! Oct 14 11:03:10.797 INFO kablam! Doc-tests brainfuck Oct 14 11:03:10.950 INFO blam! Oct 14 11:03:10.950 INFO blam! running 0 tests Oct 14 11:03:10.950 INFO blam! Oct 14 11:03:10.950 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:10.950 INFO blam! Oct 14 11:03:10.956 INFO kablam! su: No module specific data is present Oct 14 11:03:11.639 INFO running `"docker" "rm" "-f" "4decdb11c083a2fb7f5483d978db53967775badc97b054eb0539fdcedc024714"` Oct 14 11:03:11.942 INFO blam! 4decdb11c083a2fb7f5483d978db53967775badc97b054eb0539fdcedc024714