Oct 16 12:07:27.741 INFO testing erl_tokenize-0.3.7 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:07:27.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 12:07:27.931 INFO blam! 2310acfbadb476460dad6659ae3b020a520c13d8b6e65a1c507a6e6707d4842f Oct 16 12:07:27.935 INFO running `"docker" "start" "-a" "2310acfbadb476460dad6659ae3b020a520c13d8b6e65a1c507a6e6707d4842f"` Oct 16 12:07:28.428 INFO kablam! usermod: no changes Oct 16 12:07:28.528 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 16 12:07:29.836 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.836 INFO kablam! --> src/tokens.rs:75:35 Oct 16 12:07:29.836 INFO kablam! | Oct 16 12:07:29.836 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 16 12:07:29.836 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.836 INFO kablam! | Oct 16 12:07:29.836 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:07:29.836 INFO kablam! Oct 16 12:07:29.843 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.843 INFO kablam! --> src/tokens.rs:83:44 Oct 16 12:07:29.843 INFO kablam! | Oct 16 12:07:29.843 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 16 12:07:29.843 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.843 INFO kablam! Oct 16 12:07:29.859 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.859 INFO kablam! --> src/tokens.rs:215:34 Oct 16 12:07:29.859 INFO kablam! | Oct 16 12:07:29.859 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:29.859 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.859 INFO kablam! Oct 16 12:07:29.868 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.868 INFO kablam! --> src/tokens.rs:311:34 Oct 16 12:07:29.868 INFO kablam! | Oct 16 12:07:29.868 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:29.868 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.868 INFO kablam! Oct 16 12:07:29.868 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.868 INFO kablam! --> src/tokens.rs:329:30 Oct 16 12:07:29.868 INFO kablam! | Oct 16 12:07:29.868 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 16 12:07:29.868 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.868 INFO kablam! Oct 16 12:07:29.883 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.883 INFO kablam! --> src/tokens.rs:448:34 Oct 16 12:07:29.883 INFO kablam! | Oct 16 12:07:29.883 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:29.883 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.883 INFO kablam! Oct 16 12:07:29.904 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.904 INFO kablam! --> src/tokens.rs:556:46 Oct 16 12:07:29.904 INFO kablam! | Oct 16 12:07:29.904 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 16 12:07:29.904 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.904 INFO kablam! Oct 16 12:07:29.912 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.912 INFO kablam! --> src/tokens.rs:571:35 Oct 16 12:07:29.912 INFO kablam! | Oct 16 12:07:29.912 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 16 12:07:29.912 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.912 INFO kablam! Oct 16 12:07:29.914 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.914 INFO kablam! --> src/tokens.rs:578:34 Oct 16 12:07:29.914 INFO kablam! | Oct 16 12:07:29.914 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:29.914 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.914 INFO kablam! Oct 16 12:07:29.930 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.930 INFO kablam! --> src/tokens.rs:821:34 Oct 16 12:07:29.930 INFO kablam! | Oct 16 12:07:29.930 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 16 12:07:29.930 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.930 INFO kablam! Oct 16 12:07:29.932 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.932 INFO kablam! --> src/tokens.rs:844:32 Oct 16 12:07:29.932 INFO kablam! | Oct 16 12:07:29.932 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 16 12:07:29.932 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.932 INFO kablam! Oct 16 12:07:29.946 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.947 INFO kablam! --> src/tokens.rs:1091:34 Oct 16 12:07:29.947 INFO kablam! | Oct 16 12:07:29.947 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:29.947 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.947 INFO kablam! Oct 16 12:07:29.998 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:29.999 INFO kablam! --> src/position.rs:61:34 Oct 16 12:07:29.999 INFO kablam! | Oct 16 12:07:29.999 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 16 12:07:29.999 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:29.999 INFO kablam! Oct 16 12:07:30.020 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:30.020 INFO kablam! --> src/tokenizer.rs:94:36 Oct 16 12:07:30.020 INFO kablam! | Oct 16 12:07:30.020 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 16 12:07:30.020 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:30.020 INFO kablam! Oct 16 12:07:30.024 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:30.024 INFO kablam! --> src/util.rs:42:40 Oct 16 12:07:30.024 INFO kablam! | Oct 16 12:07:30.024 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 16 12:07:30.024 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:30.024 INFO kablam! Oct 16 12:07:30.024 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:30.024 INFO kablam! --> src/util.rs:47:36 Oct 16 12:07:30.024 INFO kablam! | Oct 16 12:07:30.024 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 16 12:07:30.024 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:30.024 INFO kablam! Oct 16 12:07:30.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 16 12:07:30.813 INFO kablam! su: No module specific data is present Oct 16 12:07:31.111 INFO running `"docker" "rm" "-f" "2310acfbadb476460dad6659ae3b020a520c13d8b6e65a1c507a6e6707d4842f"` Oct 16 12:07:31.211 INFO blam! 2310acfbadb476460dad6659ae3b020a520c13d8b6e65a1c507a6e6707d4842f Oct 16 12:07:31.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 12:07:31.397 INFO blam! 588ddfd0f183ebce2dbfde8d1905918f4e8406a6d55d7924a3fb5cd11bb96579 Oct 16 12:07:31.404 INFO running `"docker" "start" "-a" "588ddfd0f183ebce2dbfde8d1905918f4e8406a6d55d7924a3fb5cd11bb96579"` Oct 16 12:07:31.828 INFO kablam! usermod: no changes Oct 16 12:07:31.891 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 16 12:07:34.607 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.607 INFO kablam! --> src/tokens.rs:75:35 Oct 16 12:07:34.607 INFO kablam! | Oct 16 12:07:34.607 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 16 12:07:34.607 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.607 INFO kablam! | Oct 16 12:07:34.607 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:07:34.607 INFO kablam! Oct 16 12:07:34.607 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.607 INFO kablam! --> src/tokens.rs:83:44 Oct 16 12:07:34.607 INFO kablam! | Oct 16 12:07:34.607 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 16 12:07:34.607 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.607 INFO kablam! Oct 16 12:07:34.623 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.623 INFO kablam! --> src/tokens.rs:215:34 Oct 16 12:07:34.623 INFO kablam! | Oct 16 12:07:34.623 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:34.623 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.623 INFO kablam! Oct 16 12:07:34.631 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.631 INFO kablam! --> src/tokens.rs:311:34 Oct 16 12:07:34.631 INFO kablam! | Oct 16 12:07:34.631 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:34.631 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.631 INFO kablam! Oct 16 12:07:34.631 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.631 INFO kablam! --> src/tokens.rs:329:30 Oct 16 12:07:34.631 INFO kablam! | Oct 16 12:07:34.631 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 16 12:07:34.631 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.631 INFO kablam! Oct 16 12:07:34.644 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.644 INFO kablam! --> src/tokens.rs:448:34 Oct 16 12:07:34.644 INFO kablam! | Oct 16 12:07:34.644 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:34.644 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.644 INFO kablam! Oct 16 12:07:34.671 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.671 INFO kablam! --> src/tokens.rs:556:46 Oct 16 12:07:34.671 INFO kablam! | Oct 16 12:07:34.671 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 16 12:07:34.671 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.672 INFO kablam! Oct 16 12:07:34.681 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.681 INFO kablam! --> src/tokens.rs:571:35 Oct 16 12:07:34.681 INFO kablam! | Oct 16 12:07:34.681 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 16 12:07:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.681 INFO kablam! Oct 16 12:07:34.681 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.682 INFO kablam! --> src/tokens.rs:578:34 Oct 16 12:07:34.682 INFO kablam! | Oct 16 12:07:34.682 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:34.682 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.682 INFO kablam! Oct 16 12:07:34.703 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.703 INFO kablam! --> src/tokens.rs:821:34 Oct 16 12:07:34.703 INFO kablam! | Oct 16 12:07:34.703 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 16 12:07:34.703 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.703 INFO kablam! Oct 16 12:07:34.711 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.711 INFO kablam! --> src/tokens.rs:844:32 Oct 16 12:07:34.711 INFO kablam! | Oct 16 12:07:34.711 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 16 12:07:34.711 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.711 INFO kablam! Oct 16 12:07:34.739 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.739 INFO kablam! --> src/tokens.rs:1091:34 Oct 16 12:07:34.740 INFO kablam! | Oct 16 12:07:34.740 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:34.740 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.740 INFO kablam! Oct 16 12:07:34.811 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.811 INFO kablam! --> src/position.rs:61:34 Oct 16 12:07:34.811 INFO kablam! | Oct 16 12:07:34.811 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 16 12:07:34.811 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.811 INFO kablam! Oct 16 12:07:34.843 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.843 INFO kablam! --> src/tokenizer.rs:94:36 Oct 16 12:07:34.843 INFO kablam! | Oct 16 12:07:34.843 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 16 12:07:34.843 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.843 INFO kablam! Oct 16 12:07:34.846 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.846 INFO kablam! --> src/util.rs:42:40 Oct 16 12:07:34.846 INFO kablam! | Oct 16 12:07:34.846 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 16 12:07:34.846 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.846 INFO kablam! Oct 16 12:07:34.851 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:34.851 INFO kablam! --> src/util.rs:47:36 Oct 16 12:07:34.851 INFO kablam! | Oct 16 12:07:34.851 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 16 12:07:34.851 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:34.851 INFO kablam! Oct 16 12:07:36.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.64s Oct 16 12:07:36.500 INFO kablam! su: No module specific data is present Oct 16 12:07:37.154 INFO running `"docker" "rm" "-f" "588ddfd0f183ebce2dbfde8d1905918f4e8406a6d55d7924a3fb5cd11bb96579"` Oct 16 12:07:37.391 INFO blam! 588ddfd0f183ebce2dbfde8d1905918f4e8406a6d55d7924a3fb5cd11bb96579 Oct 16 12:07:37.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 12:07:37.703 INFO blam! 501548953ede72135d6897a483d028305ba5cc5b976e693a28e87270f8008c8d Oct 16 12:07:37.711 INFO running `"docker" "start" "-a" "501548953ede72135d6897a483d028305ba5cc5b976e693a28e87270f8008c8d"` Oct 16 12:07:38.627 INFO kablam! usermod: no changes Oct 16 12:07:38.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 12:07:38.739 INFO kablam! Running /target/debug/deps/erl_tokenize-1b881e81dfec06ce Oct 16 12:07:38.739 INFO kablam! Running /target/debug/deps/lib-de6e62d2da16daa6 Oct 16 12:07:38.739 INFO blam! Oct 16 12:07:38.739 INFO blam! running 0 tests Oct 16 12:07:38.739 INFO blam! Oct 16 12:07:38.739 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:38.739 INFO blam! Oct 16 12:07:38.739 INFO blam! Oct 16 12:07:38.739 INFO blam! running 7 tests Oct 16 12:07:38.759 INFO blam! test tokenize_module_declaration ... ok Oct 16 12:07:38.759 INFO blam! test tokenize_comments ... ok Oct 16 12:07:38.767 INFO blam! test tokenize_numbers ... ok Oct 16 12:07:38.767 INFO blam! test tokenize_chars ... ok Oct 16 12:07:38.767 INFO blam! test tokenize_strings ... ok Oct 16 12:07:38.767 INFO blam! test tokenize_variables ... ok Oct 16 12:07:38.767 INFO blam! test tokenize_atoms ... ok Oct 16 12:07:38.767 INFO blam! Oct 16 12:07:38.767 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:38.767 INFO blam! Oct 16 12:07:38.767 INFO kablam! Doc-tests erl_tokenize Oct 16 12:07:41.910 INFO blam! Oct 16 12:07:41.910 INFO blam! running 46 tests Oct 16 12:08:03.851 INFO blam! test src/token.rs - token::Token::text (line 88) ... ok Oct 16 12:08:04.739 INFO blam! test src/tokens.rs - tokens::AtomToken::from_value (line 43) ... ok Oct 16 12:08:04.995 INFO blam! test src/token.rs - token::Token::from_text (line 28) ... ok Oct 16 12:08:05.959 INFO blam! test src/lib.rs - (line 7) ... ok Oct 16 12:08:06.403 INFO blam! test src/tokens.rs - tokens::AtomToken (line 16) ... ok Oct 16 12:08:07.099 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer (line 11) ... ok Oct 16 12:08:08.505 INFO blam! test src/lexer.rs - lexer::Lexer::next_position (line 39) ... ok Oct 16 12:08:08.563 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer::next_position (line 57) ... ok Oct 16 12:08:22.667 INFO blam! test src/tokens.rs - tokens::CharToken::from_value (line 179) ... ok Oct 16 12:08:23.259 INFO blam! test src/tokens.rs - tokens::CharToken (line 148) ... ok Oct 16 12:08:23.423 INFO blam! test src/tokens.rs - tokens::AtomToken::value (line 94) ... ok Oct 16 12:08:23.867 INFO blam! test src/tokens.rs - tokens::CharToken::value (line 223) ... ok Oct 16 12:08:24.895 INFO blam! test src/tokens.rs - tokens::CharToken::text (line 240) ... ok Oct 16 12:08:25.843 INFO blam! test src/tokens.rs - tokens::AtomToken::text (line 112) ... ok Oct 16 12:08:27.759 INFO blam! test src/tokens.rs - tokens::CommentToken::from_value (line 294) ... ok Oct 16 12:08:28.255 INFO blam! test src/tokens.rs - tokens::CommentToken (line 271) ... ok Oct 16 12:08:41.155 INFO blam! test src/tokens.rs - tokens::FloatToken::from_value (line 393) ... ok Oct 16 12:08:41.368 INFO blam! test src/tokens.rs - tokens::FloatToken (line 367) ... ok Oct 16 12:08:42.887 INFO blam! test src/tokens.rs - tokens::CommentToken::text (line 336) ... ok Oct 16 12:08:44.371 INFO blam! test src/tokens.rs - tokens::IntegerToken (line 505) ... ok Oct 16 12:08:46.108 INFO blam! test src/tokens.rs - tokens::IntegerToken::from_value (line 536) ... ok Oct 16 12:08:46.375 INFO blam! test src/tokens.rs - tokens::FloatToken::value (line 457) ... ok Oct 16 12:08:46.443 INFO blam! test src/tokens.rs - tokens::CommentToken::value (line 319) ... ok Oct 16 12:08:47.025 INFO blam! test src/tokens.rs - tokens::FloatToken::text (line 474) ... ok Oct 16 12:09:03.345 INFO blam! test src/tokens.rs - tokens::IntegerToken::text (line 610) ... ok Oct 16 12:09:04.147 INFO blam! test src/tokens.rs - tokens::KeywordToken (line 641) ... ok Oct 16 12:09:04.307 INFO blam! test src/tokens.rs - tokens::IntegerToken::value (line 586) ... ok Oct 16 12:09:04.371 INFO blam! test src/tokens.rs - tokens::KeywordToken::value (line 719) ... ok Oct 16 12:09:04.395 INFO blam! test src/tokens.rs - tokens::KeywordToken::from_value (line 667) ... ok Oct 16 12:09:07.835 INFO blam! test src/tokens.rs - tokens::KeywordToken::text (line 739) ... ok Oct 16 12:09:07.947 INFO blam! test src/tokens.rs - tokens::StringToken::from_value (line 795) ... ok Oct 16 12:09:08.391 INFO blam! test src/tokens.rs - tokens::StringToken (line 770) ... ok Oct 16 12:09:22.987 INFO blam! test src/tokens.rs - tokens::SymbolToken (line 887) ... ok Oct 16 12:09:24.335 INFO blam! test src/tokens.rs - tokens::SymbolToken::text (line 1013) ... ok Oct 16 12:09:25.143 INFO blam! test src/tokens.rs - tokens::StringToken::value (line 829) ... ok Oct 16 12:09:25.655 INFO blam! test src/tokens.rs - tokens::StringToken::text (line 852) ... ok Oct 16 12:09:25.960 INFO blam! test src/tokens.rs - tokens::SymbolToken::from_value (line 912) ... ok Oct 16 12:09:26.723 INFO blam! test src/tokens.rs - tokens::VariableToken (line 1044) ... ok Oct 16 12:09:27.983 INFO blam! test src/tokens.rs - tokens::SymbolToken::value (line 995) ... ok Oct 16 12:09:28.222 INFO blam! test src/tokens.rs - tokens::VariableToken::from_value (line 1069) ... ok Oct 16 12:09:38.999 INFO blam! test src/tokens.rs - tokens::VariableToken::text (line 1116) ... ok Oct 16 12:09:39.296 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::from_value (line 1171) ... ok Oct 16 12:09:39.431 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::value (line 1202) ... ok Oct 16 12:09:39.744 INFO blam! test src/tokens.rs - tokens::VariableToken::value (line 1099) ... ok Oct 16 12:09:40.352 INFO blam! test src/tokens.rs - tokens::WhitespaceToken (line 1147) ... ok Oct 16 12:09:40.511 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::text (line 1222) ... ok Oct 16 12:09:40.511 INFO blam! Oct 16 12:09:40.511 INFO blam! test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:09:40.511 INFO blam! Oct 16 12:09:40.523 INFO kablam! su: No module specific data is present Oct 16 12:09:41.007 INFO running `"docker" "rm" "-f" "501548953ede72135d6897a483d028305ba5cc5b976e693a28e87270f8008c8d"` Oct 16 12:09:41.267 INFO blam! 501548953ede72135d6897a483d028305ba5cc5b976e693a28e87270f8008c8d