Oct 14 22:28:17.728 INFO testing dotjpg3141/simple_lang against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:28:17.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 22:28:18.291 INFO blam! c7d0adbf14a05bd494c514c25b68182f5a9406e9310bff6bb1bca392b652329e Oct 14 22:28:18.295 INFO running `"docker" "start" "-a" "c7d0adbf14a05bd494c514c25b68182f5a9406e9310bff6bb1bca392b652329e"` Oct 14 22:28:19.307 INFO kablam! usermod: no changes Oct 14 22:28:19.347 INFO kablam! Compiling simple_lang v0.1.0 (/source) Oct 14 22:28:19.575 INFO kablam! warning: unused import: `std::str` Oct 14 22:28:19.575 INFO kablam! --> src/main.rs:3:5 Oct 14 22:28:19.575 INFO kablam! | Oct 14 22:28:19.575 INFO kablam! 3 | use std::str; Oct 14 22:28:19.575 INFO kablam! | ^^^^^^^^ Oct 14 22:28:19.575 INFO kablam! | Oct 14 22:28:19.575 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:28:19.575 INFO kablam! Oct 14 22:28:19.879 INFO kablam! warning: method is never used: `from_slice` Oct 14 22:28:19.879 INFO kablam! --> src/simplelang/indexed_slice.rs:10:5 Oct 14 22:28:19.879 INFO kablam! | Oct 14 22:28:19.879 INFO kablam! 10 | pub fn from_slice(slice: &'a [T]) -> Self { Oct 14 22:28:19.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:28:19.879 INFO kablam! | Oct 14 22:28:19.879 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:28:19.879 INFO kablam! Oct 14 22:28:19.879 INFO kablam! warning: method is never used: `at_range` Oct 14 22:28:19.879 INFO kablam! --> src/simplelang/mod.rs:89:5 Oct 14 22:28:19.879 INFO kablam! | Oct 14 22:28:19.879 INFO kablam! 89 | fn at_range(start: TextPosition, end: TextPosition, message: String) -> SyntaxResult { Oct 14 22:28:19.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:28:19.879 INFO kablam! Oct 14 22:28:21.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 14 22:28:21.087 INFO kablam! su: No module specific data is present Oct 14 22:28:21.786 INFO running `"docker" "rm" "-f" "c7d0adbf14a05bd494c514c25b68182f5a9406e9310bff6bb1bca392b652329e"` Oct 14 22:28:22.011 INFO blam! c7d0adbf14a05bd494c514c25b68182f5a9406e9310bff6bb1bca392b652329e Oct 14 22:28:22.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 22:28:22.423 INFO blam! fcf264c83674a92372d2e60dec12ff6edd659d7a9fce4e341e28a325fdf0481d Oct 14 22:28:22.429 INFO running `"docker" "start" "-a" "fcf264c83674a92372d2e60dec12ff6edd659d7a9fce4e341e28a325fdf0481d"` Oct 14 22:28:22.958 INFO kablam! usermod: no changes Oct 14 22:28:22.995 INFO kablam! Compiling simple_lang v0.1.0 (/source) Oct 14 22:28:23.239 INFO kablam! warning: unused import: `std::str` Oct 14 22:28:23.240 INFO kablam! --> src/main.rs:3:5 Oct 14 22:28:23.240 INFO kablam! | Oct 14 22:28:23.240 INFO kablam! 3 | use std::str; Oct 14 22:28:23.240 INFO kablam! | ^^^^^^^^ Oct 14 22:28:23.240 INFO kablam! | Oct 14 22:28:23.240 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:28:23.241 INFO kablam! Oct 14 22:28:23.547 INFO kablam! warning: method is never used: `at_range` Oct 14 22:28:23.548 INFO kablam! --> src/simplelang/mod.rs:89:5 Oct 14 22:28:23.548 INFO kablam! | Oct 14 22:28:23.548 INFO kablam! 89 | fn at_range(start: TextPosition, end: TextPosition, message: String) -> SyntaxResult { Oct 14 22:28:23.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:28:23.549 INFO kablam! | Oct 14 22:28:23.549 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:28:23.549 INFO kablam! Oct 14 22:28:24.872 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.88s Oct 14 22:28:24.874 INFO kablam! su: No module specific data is present Oct 14 22:28:25.147 INFO running `"docker" "rm" "-f" "fcf264c83674a92372d2e60dec12ff6edd659d7a9fce4e341e28a325fdf0481d"` Oct 14 22:28:25.310 INFO blam! fcf264c83674a92372d2e60dec12ff6edd659d7a9fce4e341e28a325fdf0481d Oct 14 22:28:25.315 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 22:28:25.634 INFO blam! b3c05031b82a7343f5b8d7e4e90c81db31b3a64a9d612ba8235133d20985e4c1 Oct 14 22:28:25.638 INFO running `"docker" "start" "-a" "b3c05031b82a7343f5b8d7e4e90c81db31b3a64a9d612ba8235133d20985e4c1"` Oct 14 22:28:26.250 INFO kablam! usermod: no changes Oct 14 22:28:26.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 22:28:26.320 INFO kablam! Running /target/debug/deps/simple_lang-7216fb8dc5981df0 Oct 14 22:28:26.331 INFO blam! Oct 14 22:28:26.331 INFO blam! running 19 tests Oct 14 22:28:26.347 INFO kablam! su: No module specific data is present Oct 14 22:28:26.347 INFO blam! test tests::indexed_slice::slice_first ... ok Oct 14 22:28:26.347 INFO blam! test tests::indexed_slice::basic_slice ... ok Oct 14 22:28:26.347 INFO blam! test tests::lexer::empty ... ok Oct 14 22:28:26.347 INFO blam! test tests::indexed_slice::slice_range_full ... ok Oct 14 22:28:26.347 INFO blam! test tests::indexed_slice::slice_range_to ... ok Oct 14 22:28:26.347 INFO blam! test tests::indexed_slice::slice_range ... ok Oct 14 22:28:26.347 INFO blam! test tests::indexed_slice::slice_pop_first ... ok Oct 14 22:28:26.347 INFO blam! test tests::indexed_slice::slice_range_from ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_binary_precendence ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_integer ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_parenthesis ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_binary_associativity ... ok Oct 14 22:28:26.347 INFO blam! test tests::lexer::tokens ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_binary ... ok Oct 14 22:28:26.347 INFO blam! test tests::lexer::op_tokens ... ok Oct 14 22:28:26.347 INFO blam! test tests::lexer::whitespace ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_string ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_unary_postfix ... ok Oct 14 22:28:26.347 INFO blam! test tests::parser::expr_unary_prefix ... ok Oct 14 22:28:26.347 INFO blam! Oct 14 22:28:26.347 INFO blam! test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:28:26.347 INFO blam! Oct 14 22:28:27.355 INFO running `"docker" "rm" "-f" "b3c05031b82a7343f5b8d7e4e90c81db31b3a64a9d612ba8235133d20985e4c1"` Oct 14 22:28:27.594 INFO blam! b3c05031b82a7343f5b8d7e4e90c81db31b3a64a9d612ba8235133d20985e4c1