Oct 14 22:28:17.365 INFO testing dotjpg3141/simple_lang against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:28:17.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:17.910 INFO blam! 7234bcac55b9622349176aaed7a0cfeeae725d52e6357e7d8a995e5031cedf2f Oct 14 22:28:17.923 INFO running `"docker" "start" "-a" "7234bcac55b9622349176aaed7a0cfeeae725d52e6357e7d8a995e5031cedf2f"` Oct 14 22:28:19.119 INFO kablam! usermod: no changes Oct 14 22:28:19.207 INFO kablam! Compiling simple_lang v0.1.0 (/source) Oct 14 22:28:19.455 INFO kablam! warning: unused import: `std::str` Oct 14 22:28:19.455 INFO kablam! --> src/main.rs:3:5 Oct 14 22:28:19.455 INFO kablam! | Oct 14 22:28:19.455 INFO kablam! 3 | use std::str; Oct 14 22:28:19.455 INFO kablam! | ^^^^^^^^ Oct 14 22:28:19.455 INFO kablam! | Oct 14 22:28:19.455 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:28:19.455 INFO kablam! Oct 14 22:28:19.723 INFO kablam! warning: method is never used: `from_slice` Oct 14 22:28:19.723 INFO kablam! --> src/simplelang/indexed_slice.rs:10:5 Oct 14 22:28:19.723 INFO kablam! | Oct 14 22:28:19.723 INFO kablam! 10 | pub fn from_slice(slice: &'a [T]) -> Self { Oct 14 22:28:19.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:28:19.723 INFO kablam! | Oct 14 22:28:19.723 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:28:19.723 INFO kablam! Oct 14 22:28:19.723 INFO kablam! warning: method is never used: `at_range` Oct 14 22:28:19.723 INFO kablam! --> src/simplelang/mod.rs:89:5 Oct 14 22:28:19.723 INFO kablam! | Oct 14 22:28:19.723 INFO kablam! 89 | fn at_range(start: TextPosition, end: TextPosition, message: String) -> SyntaxResult { Oct 14 22:28:19.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:28:19.723 INFO kablam! Oct 14 22:28:20.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 14 22:28:20.904 INFO kablam! su: No module specific data is present Oct 14 22:28:21.708 INFO running `"docker" "rm" "-f" "7234bcac55b9622349176aaed7a0cfeeae725d52e6357e7d8a995e5031cedf2f"` Oct 14 22:28:21.947 INFO blam! 7234bcac55b9622349176aaed7a0cfeeae725d52e6357e7d8a995e5031cedf2f Oct 14 22:28:21.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.453 INFO blam! ff5a3061ea1a100934ebf53c2d152fcbec530407ad6e99d43f6722d25328c047 Oct 14 22:28:22.459 INFO running `"docker" "start" "-a" "ff5a3061ea1a100934ebf53c2d152fcbec530407ad6e99d43f6722d25328c047"` Oct 14 22:28:22.947 INFO kablam! usermod: no changes Oct 14 22:28:22.977 INFO kablam! Compiling simple_lang v0.1.0 (/source) Oct 14 22:28:23.220 INFO kablam! warning: unused import: `std::str` Oct 14 22:28:23.220 INFO kablam! --> src/main.rs:3:5 Oct 14 22:28:23.220 INFO kablam! | Oct 14 22:28:23.220 INFO kablam! 3 | use std::str; Oct 14 22:28:23.220 INFO kablam! | ^^^^^^^^ Oct 14 22:28:23.220 INFO kablam! | Oct 14 22:28:23.220 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:28:23.220 INFO kablam! Oct 14 22:28:23.586 INFO kablam! warning: method is never used: `at_range` Oct 14 22:28:23.586 INFO kablam! --> src/simplelang/mod.rs:89:5 Oct 14 22:28:23.586 INFO kablam! | Oct 14 22:28:23.586 INFO kablam! 89 | fn at_range(start: TextPosition, end: TextPosition, message: String) -> SyntaxResult { Oct 14 22:28:23.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:28:23.586 INFO kablam! | Oct 14 22:28:23.586 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:28:23.586 INFO kablam! Oct 14 22:28:24.914 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 14 22:28:24.916 INFO kablam! su: No module specific data is present Oct 14 22:28:25.149 INFO running `"docker" "rm" "-f" "ff5a3061ea1a100934ebf53c2d152fcbec530407ad6e99d43f6722d25328c047"` Oct 14 22:28:25.318 INFO blam! ff5a3061ea1a100934ebf53c2d152fcbec530407ad6e99d43f6722d25328c047 Oct 14 22:28:25.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.594 INFO blam! 0f59ddf2bfda0e8fe19f5d15c69e8da5ed2ccf34d2897f53d50a1bafbc9866a5 Oct 14 22:28:25.596 INFO running `"docker" "start" "-a" "0f59ddf2bfda0e8fe19f5d15c69e8da5ed2ccf34d2897f53d50a1bafbc9866a5"` Oct 14 22:28:26.082 INFO kablam! usermod: no changes Oct 14 22:28:26.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:28:26.128 INFO kablam! Running /target/debug/deps/simple_lang-1d2209209cdd0c10 Oct 14 22:28:26.139 INFO blam! Oct 14 22:28:26.139 INFO blam! running 19 tests Oct 14 22:28:26.139 INFO blam! test tests::indexed_slice::slice_range ... ok Oct 14 22:28:26.139 INFO blam! test tests::lexer::op_tokens ... ok Oct 14 22:28:26.139 INFO blam! test tests::lexer::tokens ... ok Oct 14 22:28:26.152 INFO blam! test tests::lexer::whitespace ... ok Oct 14 22:28:26.152 INFO blam! test tests::indexed_slice::basic_slice ... ok Oct 14 22:28:26.152 INFO blam! test tests::indexed_slice::slice_range_full ... ok Oct 14 22:28:26.152 INFO blam! test tests::indexed_slice::slice_range_to ... ok Oct 14 22:28:26.155 INFO blam! test tests::lexer::empty ... ok Oct 14 22:28:26.155 INFO blam! test tests::indexed_slice::slice_first ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_binary_precendence ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_integer ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_binary_associativity ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_binary ... ok Oct 14 22:28:26.155 INFO blam! test tests::indexed_slice::slice_range_from ... ok Oct 14 22:28:26.155 INFO blam! test tests::indexed_slice::slice_pop_first ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_parenthesis ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_string ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_unary_prefix ... ok Oct 14 22:28:26.155 INFO blam! test tests::parser::expr_unary_postfix ... ok Oct 14 22:28:26.155 INFO blam! Oct 14 22:28:26.155 INFO blam! test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:28:26.155 INFO blam! Oct 14 22:28:26.157 INFO kablam! su: No module specific data is present Oct 14 22:28:26.943 INFO running `"docker" "rm" "-f" "0f59ddf2bfda0e8fe19f5d15c69e8da5ed2ccf34d2897f53d50a1bafbc9866a5"` Oct 14 22:28:27.210 INFO blam! 0f59ddf2bfda0e8fe19f5d15c69e8da5ed2ccf34d2897f53d50a1bafbc9866a5