Oct 12 00:26:09.765 INFO testing erl_tokenize-0.3.7 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 00:26:09.765 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 00:26:09.978 INFO blam! 2c1a83bbda8f2c586f4994594f5f4ec8f40eb7a60a8761152a5e2643c824bf75 Oct 12 00:26:09.982 INFO running `"docker" "start" "-a" "2c1a83bbda8f2c586f4994594f5f4ec8f40eb7a60a8761152a5e2643c824bf75"` Oct 12 00:26:10.563 INFO kablam! usermod: no changes Oct 12 00:26:10.660 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 12 00:26:12.728 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.728 INFO kablam! --> src/tokens.rs:75:35 Oct 12 00:26:12.728 INFO kablam! | Oct 12 00:26:12.728 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 12 00:26:12.728 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.728 INFO kablam! | Oct 12 00:26:12.729 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 00:26:12.729 INFO kablam! Oct 12 00:26:12.737 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.737 INFO kablam! --> src/tokens.rs:83:44 Oct 12 00:26:12.737 INFO kablam! | Oct 12 00:26:12.738 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 12 00:26:12.738 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.738 INFO kablam! Oct 12 00:26:12.748 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.748 INFO kablam! --> src/tokens.rs:215:34 Oct 12 00:26:12.748 INFO kablam! | Oct 12 00:26:12.748 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:12.748 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.748 INFO kablam! Oct 12 00:26:12.755 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.755 INFO kablam! --> src/tokens.rs:311:34 Oct 12 00:26:12.755 INFO kablam! | Oct 12 00:26:12.755 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:12.755 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.755 INFO kablam! Oct 12 00:26:12.756 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.756 INFO kablam! --> src/tokens.rs:329:30 Oct 12 00:26:12.756 INFO kablam! | Oct 12 00:26:12.756 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 12 00:26:12.756 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.756 INFO kablam! Oct 12 00:26:12.767 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.767 INFO kablam! --> src/tokens.rs:448:34 Oct 12 00:26:12.767 INFO kablam! | Oct 12 00:26:12.767 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:12.767 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.767 INFO kablam! Oct 12 00:26:12.792 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.793 INFO kablam! --> src/tokens.rs:556:46 Oct 12 00:26:12.793 INFO kablam! | Oct 12 00:26:12.793 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 12 00:26:12.793 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.793 INFO kablam! Oct 12 00:26:12.795 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.795 INFO kablam! --> src/tokens.rs:571:35 Oct 12 00:26:12.795 INFO kablam! | Oct 12 00:26:12.795 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 12 00:26:12.795 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.795 INFO kablam! Oct 12 00:26:12.800 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.800 INFO kablam! --> src/tokens.rs:578:34 Oct 12 00:26:12.800 INFO kablam! | Oct 12 00:26:12.800 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:12.800 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.800 INFO kablam! Oct 12 00:26:12.819 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.819 INFO kablam! --> src/tokens.rs:821:34 Oct 12 00:26:12.819 INFO kablam! | Oct 12 00:26:12.819 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 12 00:26:12.819 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.819 INFO kablam! Oct 12 00:26:12.822 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.822 INFO kablam! --> src/tokens.rs:844:32 Oct 12 00:26:12.822 INFO kablam! | Oct 12 00:26:12.822 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 12 00:26:12.822 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.822 INFO kablam! Oct 12 00:26:12.840 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.840 INFO kablam! --> src/tokens.rs:1091:34 Oct 12 00:26:12.840 INFO kablam! | Oct 12 00:26:12.840 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:12.840 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.840 INFO kablam! Oct 12 00:26:12.896 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.896 INFO kablam! --> src/position.rs:61:34 Oct 12 00:26:12.896 INFO kablam! | Oct 12 00:26:12.896 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 12 00:26:12.896 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.896 INFO kablam! Oct 12 00:26:12.926 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.926 INFO kablam! --> src/tokenizer.rs:94:36 Oct 12 00:26:12.926 INFO kablam! | Oct 12 00:26:12.926 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 12 00:26:12.926 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.926 INFO kablam! Oct 12 00:26:12.932 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.932 INFO kablam! --> src/util.rs:42:40 Oct 12 00:26:12.932 INFO kablam! | Oct 12 00:26:12.932 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 12 00:26:12.932 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.932 INFO kablam! Oct 12 00:26:12.932 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:12.932 INFO kablam! --> src/util.rs:47:36 Oct 12 00:26:12.932 INFO kablam! | Oct 12 00:26:12.932 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 12 00:26:12.932 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:12.932 INFO kablam! Oct 12 00:26:13.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 12 00:26:13.980 INFO kablam! su: No module specific data is present Oct 12 00:26:14.426 INFO running `"docker" "rm" "-f" "2c1a83bbda8f2c586f4994594f5f4ec8f40eb7a60a8761152a5e2643c824bf75"` Oct 12 00:26:14.653 INFO blam! 2c1a83bbda8f2c586f4994594f5f4ec8f40eb7a60a8761152a5e2643c824bf75 Oct 12 00:26:14.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 00:26:14.901 INFO blam! 226b208db4219c27bb0960429fcce2900f0aee176787ad911b3c55092cbfa5c9 Oct 12 00:26:14.904 INFO running `"docker" "start" "-a" "226b208db4219c27bb0960429fcce2900f0aee176787ad911b3c55092cbfa5c9"` Oct 12 00:26:15.560 INFO kablam! usermod: no changes Oct 12 00:26:15.656 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 12 00:26:20.704 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.705 INFO kablam! --> src/tokens.rs:75:35 Oct 12 00:26:20.705 INFO kablam! | Oct 12 00:26:20.705 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 12 00:26:20.705 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.705 INFO kablam! | Oct 12 00:26:20.705 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 00:26:20.705 INFO kablam! Oct 12 00:26:20.720 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.721 INFO kablam! --> src/tokens.rs:83:44 Oct 12 00:26:20.721 INFO kablam! | Oct 12 00:26:20.721 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 12 00:26:20.721 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.721 INFO kablam! Oct 12 00:26:20.743 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.743 INFO kablam! --> src/tokens.rs:215:34 Oct 12 00:26:20.743 INFO kablam! | Oct 12 00:26:20.743 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:20.743 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.744 INFO kablam! Oct 12 00:26:20.769 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.769 INFO kablam! --> src/tokens.rs:311:34 Oct 12 00:26:20.770 INFO kablam! | Oct 12 00:26:20.770 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:20.770 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.770 INFO kablam! Oct 12 00:26:20.772 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.772 INFO kablam! --> src/tokens.rs:329:30 Oct 12 00:26:20.773 INFO kablam! | Oct 12 00:26:20.773 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 12 00:26:20.773 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.773 INFO kablam! Oct 12 00:26:20.786 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.786 INFO kablam! --> src/tokens.rs:448:34 Oct 12 00:26:20.787 INFO kablam! | Oct 12 00:26:20.787 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:20.787 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.797 INFO kablam! Oct 12 00:26:20.849 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.850 INFO kablam! --> src/tokens.rs:556:46 Oct 12 00:26:20.850 INFO kablam! | Oct 12 00:26:20.850 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 12 00:26:20.851 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.856 INFO kablam! Oct 12 00:26:20.866 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.866 INFO kablam! --> src/tokens.rs:571:35 Oct 12 00:26:20.866 INFO kablam! | Oct 12 00:26:20.867 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 12 00:26:20.867 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.872 INFO kablam! Oct 12 00:26:20.875 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.876 INFO kablam! --> src/tokens.rs:578:34 Oct 12 00:26:20.876 INFO kablam! | Oct 12 00:26:20.876 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:20.877 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.891 INFO kablam! Oct 12 00:26:20.938 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.938 INFO kablam! --> src/tokens.rs:821:34 Oct 12 00:26:20.938 INFO kablam! | Oct 12 00:26:20.938 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 12 00:26:20.938 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.938 INFO kablam! Oct 12 00:26:20.941 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.942 INFO kablam! --> src/tokens.rs:844:32 Oct 12 00:26:20.942 INFO kablam! | Oct 12 00:26:20.942 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 12 00:26:20.942 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.942 INFO kablam! Oct 12 00:26:20.958 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:20.958 INFO kablam! --> src/tokens.rs:1091:34 Oct 12 00:26:20.959 INFO kablam! | Oct 12 00:26:20.959 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:20.959 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:20.959 INFO kablam! Oct 12 00:26:21.095 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:21.096 INFO kablam! --> src/position.rs:61:34 Oct 12 00:26:21.096 INFO kablam! | Oct 12 00:26:21.096 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 12 00:26:21.096 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:21.100 INFO kablam! Oct 12 00:26:21.185 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:21.186 INFO kablam! --> src/tokenizer.rs:94:36 Oct 12 00:26:21.186 INFO kablam! | Oct 12 00:26:21.186 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 12 00:26:21.187 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:21.188 INFO kablam! Oct 12 00:26:21.192 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:21.193 INFO kablam! --> src/util.rs:42:40 Oct 12 00:26:21.193 INFO kablam! | Oct 12 00:26:21.193 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 12 00:26:21.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:21.212 INFO kablam! Oct 12 00:26:21.214 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:21.214 INFO kablam! --> src/util.rs:47:36 Oct 12 00:26:21.214 INFO kablam! | Oct 12 00:26:21.215 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 12 00:26:21.215 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:21.215 INFO kablam! Oct 12 00:26:23.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.86s Oct 12 00:26:23.468 INFO kablam! su: No module specific data is present Oct 12 00:26:24.028 INFO running `"docker" "rm" "-f" "226b208db4219c27bb0960429fcce2900f0aee176787ad911b3c55092cbfa5c9"` Oct 12 00:26:24.414 INFO blam! 226b208db4219c27bb0960429fcce2900f0aee176787ad911b3c55092cbfa5c9 Oct 12 00:26:24.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 00:26:24.843 INFO blam! 55d0215e39abab64978149b725b07575c3a6ce8489f8ccadd46f540b8d0cd74a Oct 12 00:26:24.856 INFO running `"docker" "start" "-a" "55d0215e39abab64978149b725b07575c3a6ce8489f8ccadd46f540b8d0cd74a"` Oct 12 00:26:25.879 INFO kablam! usermod: no changes Oct 12 00:26:25.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 12 00:26:25.996 INFO kablam! Running /target/debug/deps/erl_tokenize-60506e6078b689e8 Oct 12 00:26:26.000 INFO blam! Oct 12 00:26:26.000 INFO blam! running 0 tests Oct 12 00:26:26.000 INFO blam! Oct 12 00:26:26.000 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:26:26.000 INFO blam! Oct 12 00:26:26.000 INFO blam! Oct 12 00:26:26.000 INFO blam! running 7 tests Oct 12 00:26:26.001 INFO blam! test tokenize_numbers ... ok Oct 12 00:26:26.001 INFO blam! test tokenize_variables ... ok Oct 12 00:26:26.001 INFO blam! test tokenize_module_declaration ... ok Oct 12 00:26:26.001 INFO blam! test tokenize_strings ... ok Oct 12 00:26:26.001 INFO blam! test tokenize_comments ... ok Oct 12 00:26:26.001 INFO blam! test tokenize_atoms ... ok Oct 12 00:26:26.001 INFO blam! test tokenize_chars ... ok Oct 12 00:26:26.001 INFO blam! Oct 12 00:26:26.001 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:26:26.001 INFO blam! Oct 12 00:26:26.002 INFO kablam! Running /target/debug/deps/lib-cfbecaf361bdde96 Oct 12 00:26:26.004 INFO kablam! Doc-tests erl_tokenize Oct 12 00:26:29.805 INFO blam! Oct 12 00:26:29.805 INFO blam! running 46 tests Oct 12 00:26:54.040 INFO blam! test src/token.rs - token::Token::text (line 88) ... ok Oct 12 00:26:54.390 INFO blam! test src/lexer.rs - lexer::Lexer::next_position (line 39) ... ok Oct 12 00:26:56.320 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer::next_position (line 57) ... ok Oct 12 00:26:57.760 INFO blam! test src/token.rs - token::Token::from_text (line 28) ... ok Oct 12 00:26:59.275 INFO blam! test src/tokens.rs - tokens::AtomToken::from_value (line 43) ... ok Oct 12 00:26:59.529 INFO blam! test src/lib.rs - (line 7) ... ok Oct 12 00:27:00.524 INFO blam! test src/tokens.rs - tokens::AtomToken (line 16) ... ok Oct 12 00:27:01.852 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer (line 11) ... ok Oct 12 00:27:18.513 INFO blam! test src/tokens.rs - tokens::AtomToken::text (line 112) ... ok Oct 12 00:27:20.382 INFO blam! test src/tokens.rs - tokens::CharToken::text (line 240) ... ok Oct 12 00:27:21.772 INFO blam! test src/tokens.rs - tokens::CharToken (line 148) ... ok Oct 12 00:27:21.856 INFO blam! test src/tokens.rs - tokens::CharToken::from_value (line 179) ... ok Oct 12 00:27:22.039 INFO blam! test src/tokens.rs - tokens::AtomToken::value (line 94) ... ok Oct 12 00:27:25.232 INFO blam! test src/tokens.rs - tokens::CommentToken::from_value (line 294) ... ok Oct 12 00:27:25.412 INFO blam! test src/tokens.rs - tokens::CommentToken (line 271) ... ok Oct 12 00:27:25.728 INFO blam! test src/tokens.rs - tokens::CharToken::value (line 223) ... ok Oct 12 00:27:40.376 INFO blam! test src/tokens.rs - tokens::IntegerToken::from_value (line 536) ... ok Oct 12 00:27:40.675 INFO blam! test src/tokens.rs - tokens::CommentToken::value (line 319) ... ok Oct 12 00:27:45.088 INFO blam! test src/tokens.rs - tokens::CommentToken::text (line 336) ... ok Oct 12 00:27:45.328 INFO blam! test src/tokens.rs - tokens::FloatToken (line 367) ... ok Oct 12 00:27:45.638 INFO blam! test src/tokens.rs - tokens::IntegerToken (line 505) ... ok Oct 12 00:27:46.652 INFO blam! test src/tokens.rs - tokens::FloatToken::text (line 474) ... ok Oct 12 00:27:46.765 INFO blam! test src/tokens.rs - tokens::FloatToken::value (line 457) ... ok Oct 12 00:27:46.851 INFO blam! test src/tokens.rs - tokens::FloatToken::from_value (line 393) ... ok Oct 12 00:27:56.096 INFO blam! test src/tokens.rs - tokens::IntegerToken::text (line 610) ... ok Oct 12 00:27:57.639 INFO blam! test src/tokens.rs - tokens::IntegerToken::value (line 586) ... ok Oct 12 00:27:59.700 INFO blam! test src/tokens.rs - tokens::KeywordToken (line 641) ... ok Oct 12 00:27:59.816 INFO blam! test src/tokens.rs - tokens::KeywordToken::from_value (line 667) ... ok Oct 12 00:27:59.920 INFO blam! test src/tokens.rs - tokens::KeywordToken::value (line 719) ... ok Oct 12 00:28:00.167 INFO blam! test src/tokens.rs - tokens::StringToken (line 770) ... ok Oct 12 00:28:00.908 INFO blam! test src/tokens.rs - tokens::StringToken::from_value (line 795) ... ok Oct 12 00:28:02.352 INFO blam! test src/tokens.rs - tokens::KeywordToken::text (line 739) ... ok Oct 12 00:28:15.012 INFO blam! test src/tokens.rs - tokens::StringToken::text (line 852) ... ok Oct 12 00:28:18.132 INFO blam! test src/tokens.rs - tokens::StringToken::value (line 829) ... ok Oct 12 00:28:18.648 INFO blam! test src/tokens.rs - tokens::SymbolToken (line 887) ... ok Oct 12 00:28:20.184 INFO blam! test src/tokens.rs - tokens::SymbolToken::text (line 1013) ... ok Oct 12 00:28:20.512 INFO blam! test src/tokens.rs - tokens::SymbolToken::from_value (line 912) ... ok Oct 12 00:28:22.412 INFO blam! test src/tokens.rs - tokens::SymbolToken::value (line 995) ... ok Oct 12 00:28:22.436 INFO blam! test src/tokens.rs - tokens::VariableToken (line 1044) ... ok Oct 12 00:28:28.864 INFO blam! test src/tokens.rs - tokens::VariableToken::from_value (line 1069) ... ok Oct 12 00:28:38.072 INFO blam! test src/tokens.rs - tokens::VariableToken::text (line 1116) ... ok Oct 12 00:28:40.344 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::from_value (line 1171) ... ok Oct 12 00:28:40.661 INFO blam! test src/tokens.rs - tokens::VariableToken::value (line 1099) ... ok Oct 12 00:28:41.178 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::text (line 1222) ... ok Oct 12 00:28:41.191 INFO blam! test src/tokens.rs - tokens::WhitespaceToken (line 1147) ... ok Oct 12 00:28:42.273 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::value (line 1202) ... ok Oct 12 00:28:42.273 INFO blam! Oct 12 00:28:42.273 INFO blam! test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:28:42.273 INFO blam! Oct 12 00:28:42.302 INFO kablam! su: No module specific data is present Oct 12 00:28:43.020 INFO running `"docker" "rm" "-f" "55d0215e39abab64978149b725b07575c3a6ce8489f8ccadd46f540b8d0cd74a"` Oct 12 00:28:43.288 INFO blam! 55d0215e39abab64978149b725b07575c3a6ce8489f8ccadd46f540b8d0cd74a