Oct 12 20:50:42.345 INFO testing totechite/Learning_parser_with_Rustlang against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 20:50:42.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 20:50:42.559 INFO blam! 8bf88ad9e757f47ac76a70ae43180d7e4cb3653171aeab23297f991e15979736 Oct 12 20:50:42.568 INFO running `"docker" "start" "-a" "8bf88ad9e757f47ac76a70ae43180d7e4cb3653171aeab23297f991e15979736"` Oct 12 20:50:42.952 INFO kablam! usermod: no changes Oct 12 20:50:43.007 INFO kablam! Compiling memchr v2.0.1 Oct 12 20:50:43.007 INFO kablam! Compiling thread_local v0.3.5 Oct 12 20:50:43.567 INFO kablam! Compiling aho-corasick v0.6.6 Oct 12 20:50:44.627 INFO kablam! Compiling regex v1.0.2 Oct 12 20:50:53.819 INFO kablam! Compiling rust_lexer v0.1.0 (/source) Oct 12 20:50:54.047 INFO kablam! warning: unused imports: `LexerBuilder`, `Lexer` Oct 12 20:50:54.047 INFO kablam! --> src/lib.rs:7:13 Oct 12 20:50:54.048 INFO kablam! | Oct 12 20:50:54.048 INFO kablam! 7 | use lexer::{Lexer, LexerBuilder}; Oct 12 20:50:54.048 INFO kablam! | ^^^^^ ^^^^^^^^^^^^ Oct 12 20:50:54.049 INFO kablam! | Oct 12 20:50:54.049 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:50:54.049 INFO kablam! Oct 12 20:50:54.050 INFO kablam! warning: unused import: `token::Token` Oct 12 20:50:54.050 INFO kablam! --> src/lib.rs:8:5 Oct 12 20:50:54.050 INFO kablam! | Oct 12 20:50:54.050 INFO kablam! 8 | use token::Token; Oct 12 20:50:54.051 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:50:54.051 INFO kablam! Oct 12 20:50:54.105 INFO kablam! warning: field is never used: `theChar` Oct 12 20:50:54.106 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:54.106 INFO kablam! | Oct 12 20:50:54.106 INFO kablam! 86 | theChar: char, Oct 12 20:50:54.107 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:54.107 INFO kablam! | Oct 12 20:50:54.107 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:54.108 INFO kablam! Oct 12 20:50:54.108 INFO kablam! warning: variant `N_A` should have a camel case name such as `NA` Oct 12 20:50:54.108 INFO kablam! --> src/token.rs:3:5 Oct 12 20:50:54.108 INFO kablam! | Oct 12 20:50:54.109 INFO kablam! 3 | N_A, Oct 12 20:50:54.109 INFO kablam! | ^^^ Oct 12 20:50:54.109 INFO kablam! | Oct 12 20:50:54.109 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 20:50:54.110 INFO kablam! Oct 12 20:50:54.110 INFO kablam! warning: variant `L_BRACKET` should have a camel case name such as `LBracket` Oct 12 20:50:54.110 INFO kablam! --> src/token.rs:7:5 Oct 12 20:50:54.111 INFO kablam! | Oct 12 20:50:54.111 INFO kablam! 7 | L_BRACKET, Oct 12 20:50:54.111 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:54.111 INFO kablam! Oct 12 20:50:54.112 INFO kablam! warning: variant `R_BRACKET` should have a camel case name such as `RBracket` Oct 12 20:50:54.112 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:54.112 INFO kablam! | Oct 12 20:50:54.112 INFO kablam! 8 | R_BRACKET Oct 12 20:50:54.113 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:54.113 INFO kablam! Oct 12 20:50:54.113 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:54.114 INFO kablam! --> src/lexer.rs:10:5 Oct 12 20:50:54.114 INFO kablam! | Oct 12 20:50:54.114 INFO kablam! 10 | pub theChar: Option, Oct 12 20:50:54.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:54.115 INFO kablam! | Oct 12 20:50:54.115 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:54.115 INFO kablam! Oct 12 20:50:54.115 INFO kablam! warning: variable `strV` should have a snake case name such as `str_v` Oct 12 20:50:54.116 INFO kablam! --> src/lexer.rs:42:13 Oct 12 20:50:54.116 INFO kablam! | Oct 12 20:50:54.116 INFO kablam! 42 | let mut strV = "".to_string(); Oct 12 20:50:54.117 INFO kablam! | ^^^^^^^^ Oct 12 20:50:54.117 INFO kablam! Oct 12 20:50:54.117 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:54.117 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:54.118 INFO kablam! | Oct 12 20:50:54.118 INFO kablam! 86 | theChar: char, Oct 12 20:50:54.118 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:54.118 INFO kablam! Oct 12 20:50:54.555 INFO kablam! warning: field is never used: `theChar` Oct 12 20:50:54.555 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:54.555 INFO kablam! | Oct 12 20:50:54.555 INFO kablam! 86 | theChar: char, Oct 12 20:50:54.555 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:54.555 INFO kablam! | Oct 12 20:50:54.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:54.555 INFO kablam! Oct 12 20:50:54.555 INFO kablam! warning: variant `N_A` should have a camel case name such as `NA` Oct 12 20:50:54.555 INFO kablam! --> src/token.rs:3:5 Oct 12 20:50:54.555 INFO kablam! | Oct 12 20:50:54.555 INFO kablam! 3 | N_A, Oct 12 20:50:54.555 INFO kablam! | ^^^ Oct 12 20:50:54.555 INFO kablam! | Oct 12 20:50:54.555 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 20:50:54.555 INFO kablam! Oct 12 20:50:54.555 INFO kablam! warning: variant `L_BRACKET` should have a camel case name such as `LBracket` Oct 12 20:50:54.555 INFO kablam! --> src/token.rs:7:5 Oct 12 20:50:54.555 INFO kablam! | Oct 12 20:50:54.555 INFO kablam! 7 | L_BRACKET, Oct 12 20:50:54.555 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:54.555 INFO kablam! Oct 12 20:50:54.555 INFO kablam! warning: variant `R_BRACKET` should have a camel case name such as `RBracket` Oct 12 20:50:54.555 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:54.555 INFO kablam! | Oct 12 20:50:54.555 INFO kablam! 8 | R_BRACKET Oct 12 20:50:54.555 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:54.555 INFO kablam! Oct 12 20:50:54.559 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:54.559 INFO kablam! --> src/lexer.rs:10:5 Oct 12 20:50:54.559 INFO kablam! | Oct 12 20:50:54.560 INFO kablam! 10 | pub theChar: Option, Oct 12 20:50:54.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:54.560 INFO kablam! | Oct 12 20:50:54.560 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:54.560 INFO kablam! Oct 12 20:50:54.560 INFO kablam! warning: variable `strV` should have a snake case name such as `str_v` Oct 12 20:50:54.560 INFO kablam! --> src/lexer.rs:42:13 Oct 12 20:50:54.561 INFO kablam! | Oct 12 20:50:54.561 INFO kablam! 42 | let mut strV = "".to_string(); Oct 12 20:50:54.561 INFO kablam! | ^^^^^^^^ Oct 12 20:50:54.561 INFO kablam! Oct 12 20:50:54.561 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:54.561 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:54.561 INFO kablam! | Oct 12 20:50:54.562 INFO kablam! 86 | theChar: char, Oct 12 20:50:54.562 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:54.562 INFO kablam! Oct 12 20:50:54.565 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:54.565 INFO kablam! --> src/main.rs:12:5 Oct 12 20:50:54.565 INFO kablam! | Oct 12 20:50:54.566 INFO kablam! 12 | file.read_to_string(&mut contents); Oct 12 20:50:54.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:54.566 INFO kablam! | Oct 12 20:50:54.566 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:50:54.566 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:54.567 INFO kablam! Oct 12 20:50:55.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.79s Oct 12 20:50:55.759 INFO kablam! su: No module specific data is present Oct 12 20:50:56.340 INFO running `"docker" "rm" "-f" "8bf88ad9e757f47ac76a70ae43180d7e4cb3653171aeab23297f991e15979736"` Oct 12 20:50:56.667 INFO blam! 8bf88ad9e757f47ac76a70ae43180d7e4cb3653171aeab23297f991e15979736 Oct 12 20:50:56.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 20:50:57.177 INFO blam! dd6d9db17a69eb0062cbe265dfb86941dbb7be1a997eabef3e6b2d7de4e237ce Oct 12 20:50:57.179 INFO running `"docker" "start" "-a" "dd6d9db17a69eb0062cbe265dfb86941dbb7be1a997eabef3e6b2d7de4e237ce"` Oct 12 20:50:58.214 INFO kablam! usermod: no changes Oct 12 20:50:58.323 INFO kablam! Compiling rust_lexer v0.1.0 (/source) Oct 12 20:50:58.632 INFO kablam! warning: unused imports: `LexerBuilder`, `Lexer` Oct 12 20:50:58.633 INFO kablam! --> src/lib.rs:7:13 Oct 12 20:50:58.633 INFO kablam! | Oct 12 20:50:58.633 INFO kablam! 7 | use lexer::{Lexer, LexerBuilder}; Oct 12 20:50:58.633 INFO kablam! | ^^^^^ ^^^^^^^^^^^^ Oct 12 20:50:58.633 INFO kablam! | Oct 12 20:50:58.633 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:50:58.633 INFO kablam! Oct 12 20:50:58.633 INFO kablam! warning: unused import: `token::Token` Oct 12 20:50:58.633 INFO kablam! --> src/lib.rs:8:5 Oct 12 20:50:58.633 INFO kablam! | Oct 12 20:50:58.633 INFO kablam! 8 | use token::Token; Oct 12 20:50:58.633 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:50:58.633 INFO kablam! Oct 12 20:50:58.699 INFO kablam! warning: field is never used: `theChar` Oct 12 20:50:58.699 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! 86 | theChar: char, Oct 12 20:50:58.699 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:58.699 INFO kablam! Oct 12 20:50:58.699 INFO kablam! warning: variant `N_A` should have a camel case name such as `NA` Oct 12 20:50:58.699 INFO kablam! --> src/token.rs:3:5 Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! 3 | N_A, Oct 12 20:50:58.699 INFO kablam! | ^^^ Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 20:50:58.699 INFO kablam! Oct 12 20:50:58.699 INFO kablam! warning: variant `L_BRACKET` should have a camel case name such as `LBracket` Oct 12 20:50:58.699 INFO kablam! --> src/token.rs:7:5 Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! 7 | L_BRACKET, Oct 12 20:50:58.699 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:58.699 INFO kablam! Oct 12 20:50:58.699 INFO kablam! warning: variant `R_BRACKET` should have a camel case name such as `RBracket` Oct 12 20:50:58.699 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! 8 | R_BRACKET Oct 12 20:50:58.699 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:58.699 INFO kablam! Oct 12 20:50:58.699 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:58.699 INFO kablam! --> src/lexer.rs:10:5 Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! 10 | pub theChar: Option, Oct 12 20:50:58.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:58.699 INFO kablam! Oct 12 20:50:58.699 INFO kablam! warning: variable `strV` should have a snake case name such as `str_v` Oct 12 20:50:58.699 INFO kablam! --> src/lexer.rs:42:13 Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! 42 | let mut strV = "".to_string(); Oct 12 20:50:58.699 INFO kablam! | ^^^^^^^^ Oct 12 20:50:58.699 INFO kablam! Oct 12 20:50:58.699 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:58.699 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:58.699 INFO kablam! | Oct 12 20:50:58.699 INFO kablam! 86 | theChar: char, Oct 12 20:50:58.699 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:58.699 INFO kablam! Oct 12 20:50:58.707 INFO kablam! warning: field is never used: `theChar` Oct 12 20:50:58.707 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:58.707 INFO kablam! | Oct 12 20:50:58.707 INFO kablam! 86 | theChar: char, Oct 12 20:50:58.707 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:58.707 INFO kablam! | Oct 12 20:50:58.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:50:58.707 INFO kablam! Oct 12 20:50:58.707 INFO kablam! warning: variant `N_A` should have a camel case name such as `NA` Oct 12 20:50:58.707 INFO kablam! --> src/token.rs:3:5 Oct 12 20:50:58.707 INFO kablam! | Oct 12 20:50:58.707 INFO kablam! 3 | N_A, Oct 12 20:50:58.707 INFO kablam! | ^^^ Oct 12 20:50:58.707 INFO kablam! | Oct 12 20:50:58.707 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 20:50:58.707 INFO kablam! Oct 12 20:50:58.707 INFO kablam! warning: variant `L_BRACKET` should have a camel case name such as `LBracket` Oct 12 20:50:58.707 INFO kablam! --> src/token.rs:7:5 Oct 12 20:50:58.707 INFO kablam! | Oct 12 20:50:58.707 INFO kablam! 7 | L_BRACKET, Oct 12 20:50:58.707 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:58.707 INFO kablam! Oct 12 20:50:58.707 INFO kablam! warning: variant `R_BRACKET` should have a camel case name such as `RBracket` Oct 12 20:50:58.707 INFO kablam! --> src/token.rs:8:5 Oct 12 20:50:58.707 INFO kablam! | Oct 12 20:50:58.707 INFO kablam! 8 | R_BRACKET Oct 12 20:50:58.707 INFO kablam! | ^^^^^^^^^ Oct 12 20:50:58.707 INFO kablam! Oct 12 20:50:58.707 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:58.707 INFO kablam! --> src/lexer.rs:10:5 Oct 12 20:50:58.708 INFO kablam! | Oct 12 20:50:58.708 INFO kablam! 10 | pub theChar: Option, Oct 12 20:50:58.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:58.708 INFO kablam! | Oct 12 20:50:58.708 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 20:50:58.708 INFO kablam! Oct 12 20:50:58.711 INFO kablam! warning: variable `strV` should have a snake case name such as `str_v` Oct 12 20:50:58.711 INFO kablam! --> src/lexer.rs:42:13 Oct 12 20:50:58.711 INFO kablam! | Oct 12 20:50:58.711 INFO kablam! 42 | let mut strV = "".to_string(); Oct 12 20:50:58.711 INFO kablam! | ^^^^^^^^ Oct 12 20:50:58.711 INFO kablam! Oct 12 20:50:58.711 INFO kablam! warning: structure field `theChar` should have a snake case name such as `the_char` Oct 12 20:50:58.711 INFO kablam! --> src/lexer.rs:86:5 Oct 12 20:50:58.711 INFO kablam! | Oct 12 20:50:58.711 INFO kablam! 86 | theChar: char, Oct 12 20:50:58.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:50:58.711 INFO kablam! Oct 12 20:50:58.723 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 20:50:58.723 INFO kablam! --> src/main.rs:12:5 Oct 12 20:50:58.723 INFO kablam! | Oct 12 20:50:58.723 INFO kablam! 12 | file.read_to_string(&mut contents); Oct 12 20:50:58.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:50:58.723 INFO kablam! | Oct 12 20:50:58.723 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 20:50:58.723 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 20:50:58.723 INFO kablam! Oct 12 20:50:59.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 12 20:50:59.575 INFO kablam! su: No module specific data is present Oct 12 20:51:00.655 INFO running `"docker" "rm" "-f" "dd6d9db17a69eb0062cbe265dfb86941dbb7be1a997eabef3e6b2d7de4e237ce"` Oct 12 20:51:00.930 INFO blam! dd6d9db17a69eb0062cbe265dfb86941dbb7be1a997eabef3e6b2d7de4e237ce Oct 12 20:51:00.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 20:51:01.335 INFO blam! 3f14522f0da29b3229811672f4784a090fd5f548bb5947a416dc45219aa134a7 Oct 12 20:51:01.337 INFO running `"docker" "start" "-a" "3f14522f0da29b3229811672f4784a090fd5f548bb5947a416dc45219aa134a7"` Oct 12 20:51:02.202 INFO kablam! usermod: no changes Oct 12 20:51:02.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 20:51:02.255 INFO kablam! Running /target/debug/deps/rust_lexer-10d08ed3f40a6278 Oct 12 20:51:02.256 INFO blam! Oct 12 20:51:02.256 INFO blam! running 0 tests Oct 12 20:51:02.256 INFO blam! Oct 12 20:51:02.256 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:51:02.257 INFO blam! Oct 12 20:51:02.263 INFO blam! Oct 12 20:51:02.263 INFO kablam! Running /target/debug/deps/rust_lexer-d23e0466d295efe8 Oct 12 20:51:02.263 INFO blam! running 0 tests Oct 12 20:51:02.263 INFO kablam! Doc-tests rust_lexer Oct 12 20:51:02.263 INFO blam! Oct 12 20:51:02.263 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:51:02.263 INFO blam! Oct 12 20:51:02.571 INFO blam! Oct 12 20:51:02.571 INFO blam! running 0 tests Oct 12 20:51:02.571 INFO blam! Oct 12 20:51:02.571 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:51:02.571 INFO blam! Oct 12 20:51:02.574 INFO kablam! su: No module specific data is present Oct 12 20:51:02.915 INFO running `"docker" "rm" "-f" "3f14522f0da29b3229811672f4784a090fd5f548bb5947a416dc45219aa134a7"` Oct 12 20:51:03.067 INFO blam! 3f14522f0da29b3229811672f4784a090fd5f548bb5947a416dc45219aa134a7