Oct 12 00:26:09.044 INFO testing erl_tokenize-0.3.7 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 00:26:09.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 00:26:09.291 INFO blam! acd29e3e340e5bcf2c82abf5b01959f09528679f289031a149112e0fa4a47b37 Oct 12 00:26:09.294 INFO running `"docker" "start" "-a" "acd29e3e340e5bcf2c82abf5b01959f09528679f289031a149112e0fa4a47b37"` Oct 12 00:26:09.809 INFO kablam! usermod: no changes Oct 12 00:26:09.873 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 12 00:26:10.236 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.236 INFO kablam! --> src/tokens.rs:75:35 Oct 12 00:26:10.236 INFO kablam! | Oct 12 00:26:10.236 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 12 00:26:10.236 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.236 INFO kablam! | Oct 12 00:26:10.236 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 00:26:10.236 INFO kablam! Oct 12 00:26:10.240 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.240 INFO kablam! --> src/tokens.rs:83:44 Oct 12 00:26:10.240 INFO kablam! | Oct 12 00:26:10.240 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 12 00:26:10.240 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.240 INFO kablam! Oct 12 00:26:10.257 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.257 INFO kablam! --> src/tokens.rs:215:34 Oct 12 00:26:10.257 INFO kablam! | Oct 12 00:26:10.257 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:10.258 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.258 INFO kablam! Oct 12 00:26:10.262 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.262 INFO kablam! --> src/tokens.rs:311:34 Oct 12 00:26:10.263 INFO kablam! | Oct 12 00:26:10.263 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:10.263 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.263 INFO kablam! Oct 12 00:26:10.264 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.264 INFO kablam! --> src/tokens.rs:329:30 Oct 12 00:26:10.264 INFO kablam! | Oct 12 00:26:10.264 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 12 00:26:10.265 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.265 INFO kablam! Oct 12 00:26:10.280 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.280 INFO kablam! --> src/tokens.rs:448:34 Oct 12 00:26:10.280 INFO kablam! | Oct 12 00:26:10.280 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:10.280 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.280 INFO kablam! Oct 12 00:26:10.308 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.308 INFO kablam! --> src/tokens.rs:556:46 Oct 12 00:26:10.308 INFO kablam! | Oct 12 00:26:10.308 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 12 00:26:10.308 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.308 INFO kablam! Oct 12 00:26:10.320 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.320 INFO kablam! --> src/tokens.rs:571:35 Oct 12 00:26:10.320 INFO kablam! | Oct 12 00:26:10.320 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 12 00:26:10.320 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.320 INFO kablam! Oct 12 00:26:10.320 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.320 INFO kablam! --> src/tokens.rs:578:34 Oct 12 00:26:10.320 INFO kablam! | Oct 12 00:26:10.320 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:10.320 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.320 INFO kablam! Oct 12 00:26:10.339 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.339 INFO kablam! --> src/tokens.rs:821:34 Oct 12 00:26:10.339 INFO kablam! | Oct 12 00:26:10.339 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 12 00:26:10.339 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.339 INFO kablam! Oct 12 00:26:10.344 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.344 INFO kablam! --> src/tokens.rs:844:32 Oct 12 00:26:10.344 INFO kablam! | Oct 12 00:26:10.344 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 12 00:26:10.344 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.344 INFO kablam! Oct 12 00:26:10.360 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.360 INFO kablam! --> src/tokens.rs:1091:34 Oct 12 00:26:10.360 INFO kablam! | Oct 12 00:26:10.360 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:10.360 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.360 INFO kablam! Oct 12 00:26:10.432 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.432 INFO kablam! --> src/position.rs:61:34 Oct 12 00:26:10.432 INFO kablam! | Oct 12 00:26:10.432 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 12 00:26:10.432 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.432 INFO kablam! Oct 12 00:26:10.463 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.463 INFO kablam! --> src/tokenizer.rs:94:36 Oct 12 00:26:10.463 INFO kablam! | Oct 12 00:26:10.463 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 12 00:26:10.463 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.463 INFO kablam! Oct 12 00:26:10.468 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.468 INFO kablam! --> src/util.rs:42:40 Oct 12 00:26:10.468 INFO kablam! | Oct 12 00:26:10.468 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 12 00:26:10.468 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.468 INFO kablam! Oct 12 00:26:10.471 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:10.471 INFO kablam! --> src/util.rs:47:36 Oct 12 00:26:10.471 INFO kablam! | Oct 12 00:26:10.471 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 12 00:26:10.471 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:10.471 INFO kablam! Oct 12 00:26:11.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 12 00:26:11.425 INFO kablam! su: No module specific data is present Oct 12 00:26:11.735 INFO running `"docker" "rm" "-f" "acd29e3e340e5bcf2c82abf5b01959f09528679f289031a149112e0fa4a47b37"` Oct 12 00:26:11.819 INFO blam! acd29e3e340e5bcf2c82abf5b01959f09528679f289031a149112e0fa4a47b37 Oct 12 00:26:11.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 00:26:12.096 INFO blam! a026dcff2e2a5696d84aaa85d902a6f61834caf63543107411ceb6e49a40ecfb Oct 12 00:26:12.100 INFO running `"docker" "start" "-a" "a026dcff2e2a5696d84aaa85d902a6f61834caf63543107411ceb6e49a40ecfb"` Oct 12 00:26:12.583 INFO kablam! usermod: no changes Oct 12 00:26:12.664 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 12 00:26:13.093 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.093 INFO kablam! --> src/tokens.rs:75:35 Oct 12 00:26:13.093 INFO kablam! | Oct 12 00:26:13.093 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 12 00:26:13.093 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.093 INFO kablam! | Oct 12 00:26:13.093 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 00:26:13.093 INFO kablam! Oct 12 00:26:13.107 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.107 INFO kablam! --> src/tokens.rs:83:44 Oct 12 00:26:13.108 INFO kablam! | Oct 12 00:26:13.108 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 12 00:26:13.108 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.108 INFO kablam! Oct 12 00:26:13.112 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.112 INFO kablam! --> src/tokens.rs:215:34 Oct 12 00:26:13.112 INFO kablam! | Oct 12 00:26:13.112 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:13.112 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.113 INFO kablam! Oct 12 00:26:13.122 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.122 INFO kablam! --> src/tokens.rs:311:34 Oct 12 00:26:13.122 INFO kablam! | Oct 12 00:26:13.122 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:13.122 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.122 INFO kablam! Oct 12 00:26:13.122 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.122 INFO kablam! --> src/tokens.rs:329:30 Oct 12 00:26:13.123 INFO kablam! | Oct 12 00:26:13.123 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 12 00:26:13.123 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.123 INFO kablam! Oct 12 00:26:13.136 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.136 INFO kablam! --> src/tokens.rs:448:34 Oct 12 00:26:13.136 INFO kablam! | Oct 12 00:26:13.136 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:13.136 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.136 INFO kablam! Oct 12 00:26:13.172 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.172 INFO kablam! --> src/tokens.rs:556:46 Oct 12 00:26:13.172 INFO kablam! | Oct 12 00:26:13.172 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 12 00:26:13.172 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.173 INFO kablam! Oct 12 00:26:13.180 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.180 INFO kablam! --> src/tokens.rs:571:35 Oct 12 00:26:13.180 INFO kablam! | Oct 12 00:26:13.180 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 12 00:26:13.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.181 INFO kablam! Oct 12 00:26:13.184 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.184 INFO kablam! --> src/tokens.rs:578:34 Oct 12 00:26:13.184 INFO kablam! | Oct 12 00:26:13.184 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:13.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.184 INFO kablam! Oct 12 00:26:13.204 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.204 INFO kablam! --> src/tokens.rs:821:34 Oct 12 00:26:13.204 INFO kablam! | Oct 12 00:26:13.204 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 12 00:26:13.204 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.205 INFO kablam! Oct 12 00:26:13.209 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.209 INFO kablam! --> src/tokens.rs:844:32 Oct 12 00:26:13.209 INFO kablam! | Oct 12 00:26:13.209 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 12 00:26:13.209 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.217 INFO kablam! Oct 12 00:26:13.257 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.257 INFO kablam! --> src/tokens.rs:1091:34 Oct 12 00:26:13.257 INFO kablam! | Oct 12 00:26:13.257 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 12 00:26:13.257 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.257 INFO kablam! Oct 12 00:26:13.351 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.351 INFO kablam! --> src/position.rs:61:34 Oct 12 00:26:13.351 INFO kablam! | Oct 12 00:26:13.351 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 12 00:26:13.351 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.351 INFO kablam! Oct 12 00:26:13.451 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.451 INFO kablam! --> src/tokenizer.rs:94:36 Oct 12 00:26:13.451 INFO kablam! | Oct 12 00:26:13.451 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 12 00:26:13.451 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.451 INFO kablam! Oct 12 00:26:13.456 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.456 INFO kablam! --> src/util.rs:42:40 Oct 12 00:26:13.456 INFO kablam! | Oct 12 00:26:13.456 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 12 00:26:13.456 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.456 INFO kablam! Oct 12 00:26:13.456 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 12 00:26:13.456 INFO kablam! --> src/util.rs:47:36 Oct 12 00:26:13.456 INFO kablam! | Oct 12 00:26:13.456 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 12 00:26:13.456 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 00:26:13.456 INFO kablam! Oct 12 00:26:14.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 12 00:26:14.711 INFO kablam! su: No module specific data is present Oct 12 00:26:15.208 INFO running `"docker" "rm" "-f" "a026dcff2e2a5696d84aaa85d902a6f61834caf63543107411ceb6e49a40ecfb"` Oct 12 00:26:15.332 INFO blam! a026dcff2e2a5696d84aaa85d902a6f61834caf63543107411ceb6e49a40ecfb Oct 12 00:26:15.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 00:26:15.506 INFO blam! 30281a09205dc8a758cd69948a880b336497e11f9300b61cf3d3b050e4f42469 Oct 12 00:26:15.522 INFO running `"docker" "start" "-a" "30281a09205dc8a758cd69948a880b336497e11f9300b61cf3d3b050e4f42469"` Oct 12 00:26:16.464 INFO kablam! usermod: no changes Oct 12 00:26:16.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 00:26:16.554 INFO kablam! Running /target/debug/deps/erl_tokenize-b40bae05563d7d35 Oct 12 00:26:16.560 INFO kablam! Running /target/debug/deps/lib-3630ca0e22037bf1 Oct 12 00:26:16.560 INFO blam! Oct 12 00:26:16.560 INFO blam! running 0 tests Oct 12 00:26:16.560 INFO blam! Oct 12 00:26:16.560 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:26:16.560 INFO blam! Oct 12 00:26:16.564 INFO blam! Oct 12 00:26:16.564 INFO blam! running 7 tests Oct 12 00:26:16.564 INFO blam! test tokenize_chars ... ok Oct 12 00:26:16.564 INFO blam! test tokenize_atoms ... ok Oct 12 00:26:16.564 INFO blam! test tokenize_strings ... ok Oct 12 00:26:16.564 INFO blam! test tokenize_variables ... ok Oct 12 00:26:16.564 INFO blam! test tokenize_module_declaration ... ok Oct 12 00:26:16.568 INFO blam! test tokenize_numbers ... ok Oct 12 00:26:16.572 INFO blam! test tokenize_comments ... ok Oct 12 00:26:16.572 INFO kablam! Doc-tests erl_tokenize Oct 12 00:26:16.572 INFO blam! Oct 12 00:26:16.572 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:26:16.572 INFO blam! Oct 12 00:26:16.984 INFO blam! Oct 12 00:26:16.984 INFO blam! running 46 tests Oct 12 00:26:23.348 INFO blam! test src/lib.rs - (line 7) ... ok Oct 12 00:26:23.360 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer::next_position (line 57) ... ok Oct 12 00:26:23.360 INFO blam! test src/token.rs - token::Token::text (line 88) ... ok Oct 12 00:26:23.488 INFO blam! test src/tokens.rs - tokens::AtomToken::from_value (line 43) ... ok Oct 12 00:26:23.552 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer (line 11) ... ok Oct 12 00:26:23.579 INFO blam! test src/tokens.rs - tokens::AtomToken (line 16) ... ok Oct 12 00:26:23.638 INFO blam! test src/lexer.rs - lexer::Lexer::next_position (line 39) ... ok Oct 12 00:26:23.642 INFO blam! test src/token.rs - token::Token::from_text (line 28) ... ok Oct 12 00:26:25.576 INFO blam! test src/tokens.rs - tokens::AtomToken::text (line 112) ... ok Oct 12 00:26:26.160 INFO blam! test src/tokens.rs - tokens::CharToken::text (line 240) ... ok Oct 12 00:26:27.178 INFO blam! test src/tokens.rs - tokens::CharToken::from_value (line 179) ... ok Oct 12 00:26:27.549 INFO blam! test src/tokens.rs - tokens::CharToken (line 148) ... ok Oct 12 00:26:28.060 INFO blam! test src/tokens.rs - tokens::CharToken::value (line 223) ... ok Oct 12 00:26:28.168 INFO blam! test src/tokens.rs - tokens::CommentToken (line 271) ... ok Oct 12 00:26:28.497 INFO blam! test src/tokens.rs - tokens::CommentToken::from_value (line 294) ... ok Oct 12 00:26:28.736 INFO blam! test src/tokens.rs - tokens::AtomToken::value (line 94) ... ok Oct 12 00:26:29.512 INFO blam! test src/tokens.rs - tokens::CommentToken::text (line 336) ... ok Oct 12 00:26:31.677 INFO blam! test src/tokens.rs - tokens::CommentToken::value (line 319) ... ok Oct 12 00:26:33.444 INFO blam! test src/tokens.rs - tokens::FloatToken (line 367) ... ok Oct 12 00:26:34.304 INFO blam! test src/tokens.rs - tokens::FloatToken::value (line 457) ... ok Oct 12 00:26:34.305 INFO blam! test src/tokens.rs - tokens::FloatToken::from_value (line 393) ... ok Oct 12 00:26:34.384 INFO blam! test src/tokens.rs - tokens::FloatToken::text (line 474) ... ok Oct 12 00:26:35.239 INFO blam! test src/tokens.rs - tokens::IntegerToken::from_value (line 536) ... ok Oct 12 00:26:35.352 INFO blam! test src/tokens.rs - tokens::IntegerToken::text (line 610) ... ok Oct 12 00:26:35.384 INFO blam! test src/tokens.rs - tokens::IntegerToken (line 505) ... ok Oct 12 00:26:36.228 INFO blam! test src/tokens.rs - tokens::IntegerToken::value (line 586) ... ok Oct 12 00:26:37.212 INFO blam! test src/tokens.rs - tokens::KeywordToken (line 641) ... ok Oct 12 00:26:38.184 INFO blam! test src/tokens.rs - tokens::KeywordToken::from_value (line 667) ... ok Oct 12 00:26:40.252 INFO blam! test src/tokens.rs - tokens::KeywordToken::value (line 719) ... ok Oct 12 00:26:41.709 INFO blam! test src/tokens.rs - tokens::KeywordToken::text (line 739) ... ok Oct 12 00:26:42.012 INFO blam! test src/tokens.rs - tokens::StringToken (line 770) ... ok Oct 12 00:26:42.044 INFO blam! test src/tokens.rs - tokens::StringToken::text (line 852) ... ok Oct 12 00:26:43.416 INFO blam! test src/tokens.rs - tokens::StringToken::from_value (line 795) ... ok Oct 12 00:26:44.224 INFO blam! test src/tokens.rs - tokens::StringToken::value (line 829) ... ok Oct 12 00:26:44.396 INFO blam! test src/tokens.rs - tokens::SymbolToken (line 887) ... ok Oct 12 00:26:44.576 INFO blam! test src/tokens.rs - tokens::SymbolToken::from_value (line 912) ... ok Oct 12 00:26:45.400 INFO blam! test src/tokens.rs - tokens::SymbolToken::text (line 1013) ... ok Oct 12 00:26:48.788 INFO blam! test src/tokens.rs - tokens::VariableToken::from_value (line 1069) ... ok Oct 12 00:26:49.068 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::from_value (line 1171) ... ok Oct 12 00:26:49.096 INFO blam! test src/tokens.rs - tokens::SymbolToken::value (line 995) ... ok Oct 12 00:26:49.208 INFO blam! test src/tokens.rs - tokens::VariableToken (line 1044) ... ok Oct 12 00:26:49.690 INFO blam! test src/tokens.rs - tokens::VariableToken::value (line 1099) ... ok Oct 12 00:26:49.700 INFO blam! test src/tokens.rs - tokens::VariableToken::text (line 1116) ... ok Oct 12 00:26:49.792 INFO blam! test src/tokens.rs - tokens::WhitespaceToken (line 1147) ... ok Oct 12 00:26:49.969 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::text (line 1222) ... ok Oct 12 00:26:50.604 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::value (line 1202) ... ok Oct 12 00:26:50.604 INFO blam! Oct 12 00:26:50.604 INFO blam! test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:26:50.604 INFO blam! Oct 12 00:26:50.641 INFO kablam! su: No module specific data is present Oct 12 00:26:51.561 INFO running `"docker" "rm" "-f" "30281a09205dc8a758cd69948a880b336497e11f9300b61cf3d3b050e4f42469"` Oct 12 00:26:51.796 INFO blam! 30281a09205dc8a758cd69948a880b336497e11f9300b61cf3d3b050e4f42469