Oct 15 06:43:32.912 INFO testing Snakeyes97/Brainfuck-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:43:32.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:43:33.340 INFO blam! 50928e703c29b7554d377eb2051b3da8b3e67e85d2f19aebb1a840381fb68bf3 Oct 15 06:43:33.341 INFO running `"docker" "start" "-a" "50928e703c29b7554d377eb2051b3da8b3e67e85d2f19aebb1a840381fb68bf3"` Oct 15 06:43:34.403 INFO kablam! usermod: no changes Oct 15 06:43:34.447 INFO kablam! Compiling brainfuck_interpreter v0.1.0 (/source) Oct 15 06:43:34.787 INFO kablam! warning: unused imports: `iter`, `str` Oct 15 06:43:34.787 INFO kablam! --> src/interpreter.rs:1:11 Oct 15 06:43:34.787 INFO kablam! | Oct 15 06:43:34.787 INFO kablam! 1 | use std::{iter,str}; Oct 15 06:43:34.787 INFO kablam! | ^^^^ ^^^ Oct 15 06:43:34.787 INFO kablam! | Oct 15 06:43:34.787 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:43:34.787 INFO kablam! Oct 15 06:43:34.839 INFO kablam! warning: struct is never constructed: `Interpreter` Oct 15 06:43:34.839 INFO kablam! --> src/interpreter.rs:2:1 Oct 15 06:43:34.840 INFO kablam! | Oct 15 06:43:34.840 INFO kablam! 2 | struct Interpreter { Oct 15 06:43:34.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:43:34.841 INFO kablam! | Oct 15 06:43:34.841 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:43:34.841 INFO kablam! Oct 15 06:43:34.841 INFO kablam! warning: method is never used: `new` Oct 15 06:43:34.842 INFO kablam! --> src/interpreter.rs:9:5 Oct 15 06:43:34.842 INFO kablam! | Oct 15 06:43:34.842 INFO kablam! 9 | pub fn new() -> Self { Oct 15 06:43:34.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:43:34.843 INFO kablam! Oct 15 06:43:34.843 INFO kablam! warning: method is never used: `parse` Oct 15 06:43:34.843 INFO kablam! --> src/interpreter.rs:12:5 Oct 15 06:43:34.843 INFO kablam! | Oct 15 06:43:34.843 INFO kablam! 12 | pub fn parse(&mut self, source: String) -> Result<(),String> { Oct 15 06:43:34.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:43:34.843 INFO kablam! Oct 15 06:43:34.843 INFO kablam! warning: function is never used: `check_parenthesis` Oct 15 06:43:34.844 INFO kablam! --> src/main.rs:9:1 Oct 15 06:43:34.844 INFO kablam! | Oct 15 06:43:34.844 INFO kablam! 9 | fn check_parenthesis(text : String) -> Result<(), usize> { Oct 15 06:43:34.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:43:34.844 INFO kablam! Oct 15 06:43:35.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 15 06:43:35.215 INFO kablam! su: No module specific data is present Oct 15 06:43:36.068 INFO running `"docker" "rm" "-f" "50928e703c29b7554d377eb2051b3da8b3e67e85d2f19aebb1a840381fb68bf3"` Oct 15 06:43:36.311 INFO blam! 50928e703c29b7554d377eb2051b3da8b3e67e85d2f19aebb1a840381fb68bf3 Oct 15 06:43:36.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:43:36.768 INFO blam! c6505ac7726858fb9ecf777e9ceedfd9e9aaa360b025d9cbea8a2d3e3ed17049 Oct 15 06:43:36.770 INFO running `"docker" "start" "-a" "c6505ac7726858fb9ecf777e9ceedfd9e9aaa360b025d9cbea8a2d3e3ed17049"` Oct 15 06:43:38.094 INFO kablam! usermod: no changes Oct 15 06:43:38.143 INFO kablam! Compiling brainfuck_interpreter v0.1.0 (/source) Oct 15 06:43:38.707 INFO kablam! warning: unused imports: `iter`, `str` Oct 15 06:43:38.708 INFO kablam! --> src/interpreter.rs:1:11 Oct 15 06:43:38.708 INFO kablam! | Oct 15 06:43:38.708 INFO kablam! 1 | use std::{iter,str}; Oct 15 06:43:38.709 INFO kablam! | ^^^^ ^^^ Oct 15 06:43:38.709 INFO kablam! | Oct 15 06:43:38.709 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:43:38.709 INFO kablam! Oct 15 06:43:38.755 INFO kablam! warning: struct is never constructed: `Interpreter` Oct 15 06:43:38.756 INFO kablam! --> src/interpreter.rs:2:1 Oct 15 06:43:38.756 INFO kablam! | Oct 15 06:43:38.757 INFO kablam! 2 | struct Interpreter { Oct 15 06:43:38.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:43:38.757 INFO kablam! | Oct 15 06:43:38.757 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:43:38.758 INFO kablam! Oct 15 06:43:38.758 INFO kablam! warning: method is never used: `new` Oct 15 06:43:38.758 INFO kablam! --> src/interpreter.rs:9:5 Oct 15 06:43:38.759 INFO kablam! | Oct 15 06:43:38.759 INFO kablam! 9 | pub fn new() -> Self { Oct 15 06:43:38.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:43:38.760 INFO kablam! Oct 15 06:43:38.760 INFO kablam! warning: method is never used: `parse` Oct 15 06:43:38.760 INFO kablam! --> src/interpreter.rs:12:5 Oct 15 06:43:38.761 INFO kablam! | Oct 15 06:43:38.761 INFO kablam! 12 | pub fn parse(&mut self, source: String) -> Result<(),String> { Oct 15 06:43:38.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:43:38.762 INFO kablam! Oct 15 06:43:38.762 INFO kablam! warning: function is never used: `check_parenthesis` Oct 15 06:43:38.762 INFO kablam! --> src/main.rs:9:1 Oct 15 06:43:38.763 INFO kablam! | Oct 15 06:43:38.763 INFO kablam! 9 | fn check_parenthesis(text : String) -> Result<(), usize> { Oct 15 06:43:38.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:43:38.763 INFO kablam! Oct 15 06:43:39.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 15 06:43:39.419 INFO kablam! su: No module specific data is present Oct 15 06:43:40.680 INFO running `"docker" "rm" "-f" "c6505ac7726858fb9ecf777e9ceedfd9e9aaa360b025d9cbea8a2d3e3ed17049"` Oct 15 06:43:40.911 INFO blam! c6505ac7726858fb9ecf777e9ceedfd9e9aaa360b025d9cbea8a2d3e3ed17049 Oct 15 06:43:40.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:43:41.407 INFO blam! e3c6c2c253478ac5a33494b7815ac0e93148f65fc6fd7dfefa73d87e94b555b7 Oct 15 06:43:41.415 INFO running `"docker" "start" "-a" "e3c6c2c253478ac5a33494b7815ac0e93148f65fc6fd7dfefa73d87e94b555b7"` Oct 15 06:43:42.815 INFO kablam! usermod: no changes Oct 15 06:43:42.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 06:43:42.870 INFO kablam! Running /target/debug/deps/brainfuck_interpreter-c06bbcc59bec6fd5 Oct 15 06:43:42.871 INFO blam! Oct 15 06:43:42.871 INFO blam! running 0 tests Oct 15 06:43:42.871 INFO blam! Oct 15 06:43:42.871 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:43:42.871 INFO blam! Oct 15 06:43:42.873 INFO kablam! su: No module specific data is present Oct 15 06:43:44.134 INFO running `"docker" "rm" "-f" "e3c6c2c253478ac5a33494b7815ac0e93148f65fc6fd7dfefa73d87e94b555b7"` Oct 15 06:43:44.425 INFO blam! e3c6c2c253478ac5a33494b7815ac0e93148f65fc6fd7dfefa73d87e94b555b7