Oct 11 00:01:48.069 INFO testing dotjpg3141/simple_lang against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:01:48.069 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:01:48.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 00:01:48.266 INFO blam! 2b679a12605e0898d84debdc1e7c07ff882ff9ba443dc7f01d0abf95eb657b0e Oct 11 00:01:48.270 INFO running `"docker" "start" "-a" "2b679a12605e0898d84debdc1e7c07ff882ff9ba443dc7f01d0abf95eb657b0e"` Oct 11 00:01:49.012 INFO kablam! usermod: no changes Oct 11 00:01:49.080 INFO kablam! Compiling simple_lang v0.1.0 (/source) Oct 11 00:01:49.624 INFO kablam! warning: unused import: `std::str` Oct 11 00:01:49.624 INFO kablam! --> src/main.rs:3:5 Oct 11 00:01:49.624 INFO kablam! | Oct 11 00:01:49.624 INFO kablam! 3 | use std::str; Oct 11 00:01:49.624 INFO kablam! | ^^^^^^^^ Oct 11 00:01:49.624 INFO kablam! | Oct 11 00:01:49.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:01:49.624 INFO kablam! Oct 11 00:01:49.908 INFO kablam! warning: method is never used: `from_slice` Oct 11 00:01:49.908 INFO kablam! --> src/simplelang/indexed_slice.rs:10:5 Oct 11 00:01:49.908 INFO kablam! | Oct 11 00:01:49.908 INFO kablam! 10 | pub fn from_slice(slice: &'a [T]) -> Self { Oct 11 00:01:49.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:01:49.908 INFO kablam! | Oct 11 00:01:49.908 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:01:49.908 INFO kablam! Oct 11 00:01:49.916 INFO kablam! warning: method is never used: `at_range` Oct 11 00:01:49.916 INFO kablam! --> src/simplelang/mod.rs:89:5 Oct 11 00:01:49.916 INFO kablam! | Oct 11 00:01:49.916 INFO kablam! 89 | fn at_range(start: TextPosition, end: TextPosition, message: String) -> SyntaxResult { Oct 11 00:01:49.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:01:49.916 INFO kablam! Oct 11 00:01:50.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 11 00:01:50.789 INFO kablam! su: No module specific data is present Oct 11 00:01:51.104 INFO running `"docker" "rm" "-f" "2b679a12605e0898d84debdc1e7c07ff882ff9ba443dc7f01d0abf95eb657b0e"` Oct 11 00:01:51.169 INFO blam! 2b679a12605e0898d84debdc1e7c07ff882ff9ba443dc7f01d0abf95eb657b0e Oct 11 00:01:51.173 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:01:51.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 00:01:51.351 INFO blam! 8f795ad8d7de9fa447e74fb2ce9aadda23dc31ae0fa6601cb53bfa5d43efdb43 Oct 11 00:01:51.353 INFO running `"docker" "start" "-a" "8f795ad8d7de9fa447e74fb2ce9aadda23dc31ae0fa6601cb53bfa5d43efdb43"` Oct 11 00:01:51.788 INFO kablam! usermod: no changes Oct 11 00:01:51.807 INFO kablam! Compiling simple_lang v0.1.0 (/source) Oct 11 00:01:52.400 INFO kablam! warning: unused import: `std::str` Oct 11 00:01:52.400 INFO kablam! --> src/main.rs:3:5 Oct 11 00:01:52.400 INFO kablam! | Oct 11 00:01:52.400 INFO kablam! 3 | use std::str; Oct 11 00:01:52.400 INFO kablam! | ^^^^^^^^ Oct 11 00:01:52.400 INFO kablam! | Oct 11 00:01:52.400 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:01:52.400 INFO kablam! Oct 11 00:01:52.760 INFO kablam! warning: method is never used: `at_range` Oct 11 00:01:52.760 INFO kablam! --> src/simplelang/mod.rs:89:5 Oct 11 00:01:52.760 INFO kablam! | Oct 11 00:01:52.760 INFO kablam! 89 | fn at_range(start: TextPosition, end: TextPosition, message: String) -> SyntaxResult { Oct 11 00:01:52.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:01:52.761 INFO kablam! | Oct 11 00:01:52.761 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:01:52.761 INFO kablam! Oct 11 00:01:54.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 11 00:01:54.069 INFO kablam! su: No module specific data is present Oct 11 00:01:54.400 INFO running `"docker" "rm" "-f" "8f795ad8d7de9fa447e74fb2ce9aadda23dc31ae0fa6601cb53bfa5d43efdb43"` Oct 11 00:01:54.692 INFO blam! 8f795ad8d7de9fa447e74fb2ce9aadda23dc31ae0fa6601cb53bfa5d43efdb43 Oct 11 00:01:54.700 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:01:54.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 00:01:55.016 INFO blam! 2a785739551bcd3d961b8f74a7326fc261065b2c603560cd4637d7307b6078cf Oct 11 00:01:55.016 INFO running `"docker" "start" "-a" "2a785739551bcd3d961b8f74a7326fc261065b2c603560cd4637d7307b6078cf"` Oct 11 00:01:56.611 INFO kablam! usermod: no changes Oct 11 00:01:56.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 00:01:56.672 INFO kablam! Running /target/debug/deps/simple_lang-7216fb8dc5981df0 Oct 11 00:01:56.678 INFO blam! Oct 11 00:01:56.678 INFO blam! running 19 tests Oct 11 00:01:56.679 INFO blam! test tests::indexed_slice::basic_slice ... ok Oct 11 00:01:56.679 INFO blam! test tests::indexed_slice::slice_first ... ok Oct 11 00:01:56.679 INFO blam! test tests::indexed_slice::slice_range_to ... ok Oct 11 00:01:56.679 INFO blam! test tests::lexer::empty ... ok Oct 11 00:01:56.684 INFO blam! test tests::indexed_slice::slice_range ... ok Oct 11 00:01:56.684 INFO blam! test tests::indexed_slice::slice_range_full ... ok Oct 11 00:01:56.684 INFO blam! test tests::indexed_slice::slice_range_from ... ok Oct 11 00:01:56.684 INFO blam! test tests::parser::expr_binary_associativity ... ok Oct 11 00:01:56.684 INFO blam! test tests::lexer::whitespace ... ok Oct 11 00:01:56.684 INFO blam! test tests::parser::expr_binary ... ok Oct 11 00:01:56.684 INFO blam! test tests::parser::expr_binary_precendence ... ok Oct 11 00:01:56.684 INFO blam! test tests::lexer::tokens ... ok Oct 11 00:01:56.688 INFO blam! test tests::parser::expr_integer ... ok Oct 11 00:01:56.688 INFO blam! test tests::parser::expr_string ... ok Oct 11 00:01:56.700 INFO blam! test tests::parser::expr_unary_prefix ... ok Oct 11 00:01:56.700 INFO blam! test tests::parser::expr_parenthesis ... ok Oct 11 00:01:56.700 INFO blam! test tests::lexer::op_tokens ... ok Oct 11 00:01:56.704 INFO kablam! su: No module specific data is present Oct 11 00:01:56.705 INFO blam! test tests::parser::expr_unary_postfix ... ok Oct 11 00:01:56.705 INFO blam! test tests::indexed_slice::slice_pop_first ... ok Oct 11 00:01:56.705 INFO blam! Oct 11 00:01:56.705 INFO blam! test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:01:56.705 INFO blam! Oct 11 00:01:57.731 INFO running `"docker" "rm" "-f" "2a785739551bcd3d961b8f74a7326fc261065b2c603560cd4637d7307b6078cf"` Oct 11 00:01:57.988 INFO blam! 2a785739551bcd3d961b8f74a7326fc261065b2c603560cd4637d7307b6078cf