Oct 16 12:07:29.135 INFO testing erl_tokenize-0.3.7 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:07:29.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:07:29.378 INFO blam! c383ee75dbbbb1b955ca1202dca1da273451fd3e0b0683e13e199f7a7fea67db Oct 16 12:07:29.381 INFO running `"docker" "start" "-a" "c383ee75dbbbb1b955ca1202dca1da273451fd3e0b0683e13e199f7a7fea67db"` Oct 16 12:07:29.990 INFO kablam! usermod: no changes Oct 16 12:07:30.087 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 16 12:07:31.532 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.532 INFO kablam! --> src/tokens.rs:75:35 Oct 16 12:07:31.532 INFO kablam! | Oct 16 12:07:31.532 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 16 12:07:31.532 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.532 INFO kablam! | Oct 16 12:07:31.532 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:07:31.532 INFO kablam! Oct 16 12:07:31.532 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.532 INFO kablam! --> src/tokens.rs:83:44 Oct 16 12:07:31.532 INFO kablam! | Oct 16 12:07:31.532 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 16 12:07:31.532 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.532 INFO kablam! Oct 16 12:07:31.539 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.540 INFO kablam! --> src/tokens.rs:215:34 Oct 16 12:07:31.540 INFO kablam! | Oct 16 12:07:31.540 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:31.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.540 INFO kablam! Oct 16 12:07:31.547 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.547 INFO kablam! --> src/tokens.rs:311:34 Oct 16 12:07:31.547 INFO kablam! | Oct 16 12:07:31.547 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:31.547 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.547 INFO kablam! Oct 16 12:07:31.551 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.551 INFO kablam! --> src/tokens.rs:329:30 Oct 16 12:07:31.551 INFO kablam! | Oct 16 12:07:31.551 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 16 12:07:31.551 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.551 INFO kablam! Oct 16 12:07:31.558 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.558 INFO kablam! --> src/tokens.rs:448:34 Oct 16 12:07:31.558 INFO kablam! | Oct 16 12:07:31.558 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:31.559 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.559 INFO kablam! Oct 16 12:07:31.584 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.584 INFO kablam! --> src/tokens.rs:556:46 Oct 16 12:07:31.584 INFO kablam! | Oct 16 12:07:31.584 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 16 12:07:31.584 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.584 INFO kablam! Oct 16 12:07:31.592 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.592 INFO kablam! --> src/tokens.rs:571:35 Oct 16 12:07:31.592 INFO kablam! | Oct 16 12:07:31.592 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 16 12:07:31.592 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.592 INFO kablam! Oct 16 12:07:31.612 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.612 INFO kablam! --> src/tokens.rs:578:34 Oct 16 12:07:31.612 INFO kablam! | Oct 16 12:07:31.612 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:31.612 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.612 INFO kablam! Oct 16 12:07:31.620 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.620 INFO kablam! --> src/tokens.rs:821:34 Oct 16 12:07:31.620 INFO kablam! | Oct 16 12:07:31.620 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 16 12:07:31.620 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.620 INFO kablam! Oct 16 12:07:31.620 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.620 INFO kablam! --> src/tokens.rs:844:32 Oct 16 12:07:31.620 INFO kablam! | Oct 16 12:07:31.620 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 16 12:07:31.620 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.620 INFO kablam! Oct 16 12:07:31.632 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.632 INFO kablam! --> src/tokens.rs:1091:34 Oct 16 12:07:31.632 INFO kablam! | Oct 16 12:07:31.632 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:31.632 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.632 INFO kablam! Oct 16 12:07:31.696 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.696 INFO kablam! --> src/position.rs:61:34 Oct 16 12:07:31.696 INFO kablam! | Oct 16 12:07:31.696 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 16 12:07:31.696 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.696 INFO kablam! Oct 16 12:07:31.728 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.728 INFO kablam! --> src/tokenizer.rs:94:36 Oct 16 12:07:31.728 INFO kablam! | Oct 16 12:07:31.728 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 16 12:07:31.728 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.728 INFO kablam! Oct 16 12:07:31.732 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.732 INFO kablam! --> src/util.rs:42:40 Oct 16 12:07:31.732 INFO kablam! | Oct 16 12:07:31.732 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 16 12:07:31.732 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.732 INFO kablam! Oct 16 12:07:31.733 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:31.733 INFO kablam! --> src/util.rs:47:36 Oct 16 12:07:31.733 INFO kablam! | Oct 16 12:07:31.733 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 16 12:07:31.733 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:31.733 INFO kablam! Oct 16 12:07:32.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.94s Oct 16 12:07:32.963 INFO kablam! su: No module specific data is present Oct 16 12:07:33.620 INFO running `"docker" "rm" "-f" "c383ee75dbbbb1b955ca1202dca1da273451fd3e0b0683e13e199f7a7fea67db"` Oct 16 12:07:33.867 INFO blam! c383ee75dbbbb1b955ca1202dca1da273451fd3e0b0683e13e199f7a7fea67db Oct 16 12:07:33.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:07:34.368 INFO blam! 3a09f0c8c532e5ea23ab252d9e0a50bf2d8fbf626fdcb03d5bd72601bd7a31d2 Oct 16 12:07:34.371 INFO running `"docker" "start" "-a" "3a09f0c8c532e5ea23ab252d9e0a50bf2d8fbf626fdcb03d5bd72601bd7a31d2"` Oct 16 12:07:35.387 INFO kablam! usermod: no changes Oct 16 12:07:35.475 INFO kablam! Compiling erl_tokenize v0.3.7 (/source) Oct 16 12:07:37.715 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.715 INFO kablam! --> src/tokens.rs:75:35 Oct 16 12:07:37.715 INFO kablam! | Oct 16 12:07:37.715 INFO kablam! 75 | (value, unsafe { text.slice_unchecked(0, 1 + end + 1) }) Oct 16 12:07:37.715 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.715 INFO kablam! | Oct 16 12:07:37.715 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:07:37.715 INFO kablam! Oct 16 12:07:37.723 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.723 INFO kablam! --> src/tokens.rs:83:44 Oct 16 12:07:37.723 INFO kablam! | Oct 16 12:07:37.723 INFO kablam! 83 | let text_slice = unsafe { text.slice_unchecked(0, end) }; Oct 16 12:07:37.724 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.724 INFO kablam! Oct 16 12:07:37.739 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.739 INFO kablam! --> src/tokens.rs:215:34 Oct 16 12:07:37.739 INFO kablam! | Oct 16 12:07:37.739 INFO kablam! 215 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:37.739 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.739 INFO kablam! Oct 16 12:07:37.747 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.747 INFO kablam! --> src/tokens.rs:311:34 Oct 16 12:07:37.747 INFO kablam! | Oct 16 12:07:37.747 INFO kablam! 311 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:37.747 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.747 INFO kablam! Oct 16 12:07:37.752 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.752 INFO kablam! --> src/tokens.rs:329:30 Oct 16 12:07:37.752 INFO kablam! | Oct 16 12:07:37.752 INFO kablam! 329 | unsafe { self.text().slice_unchecked(1, self.text.len()) } Oct 16 12:07:37.752 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.752 INFO kablam! Oct 16 12:07:37.767 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.767 INFO kablam! --> src/tokens.rs:448:34 Oct 16 12:07:37.767 INFO kablam! | Oct 16 12:07:37.767 INFO kablam! 448 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:37.767 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.767 INFO kablam! Oct 16 12:07:37.799 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.799 INFO kablam! --> src/tokens.rs:556:46 Oct 16 12:07:37.799 INFO kablam! | Oct 16 12:07:37.799 INFO kablam! 556 | radix = track!(unsafe { text.slice_unchecked(0, i) }.parse().map_err( Oct 16 12:07:37.799 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.799 INFO kablam! Oct 16 12:07:37.803 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.803 INFO kablam! --> src/tokens.rs:571:35 Oct 16 12:07:37.803 INFO kablam! | Oct 16 12:07:37.803 INFO kablam! 571 | let input = unsafe { text.slice_unchecked(start, end) }; Oct 16 12:07:37.803 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.803 INFO kablam! Oct 16 12:07:37.803 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.803 INFO kablam! --> src/tokens.rs:578:34 Oct 16 12:07:37.803 INFO kablam! | Oct 16 12:07:37.803 INFO kablam! 578 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:37.803 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.803 INFO kablam! Oct 16 12:07:37.823 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.823 INFO kablam! --> src/tokens.rs:821:34 Oct 16 12:07:37.823 INFO kablam! | Oct 16 12:07:37.823 INFO kablam! 821 | let text = unsafe { text.slice_unchecked(0, 1 + end + 1) }.to_owned(); Oct 16 12:07:37.823 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.823 INFO kablam! Oct 16 12:07:37.827 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.827 INFO kablam! --> src/tokens.rs:844:32 Oct 16 12:07:37.827 INFO kablam! | Oct 16 12:07:37.827 INFO kablam! 844 | unsafe { self.text.slice_unchecked(1, len - 1) } Oct 16 12:07:37.827 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.827 INFO kablam! Oct 16 12:07:37.849 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.849 INFO kablam! --> src/tokens.rs:1091:34 Oct 16 12:07:37.849 INFO kablam! | Oct 16 12:07:37.849 INFO kablam! 1091 | let text = unsafe { text.slice_unchecked(0, end) }.to_owned(); Oct 16 12:07:37.849 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.849 INFO kablam! Oct 16 12:07:37.915 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.915 INFO kablam! --> src/position.rs:61:34 Oct 16 12:07:37.915 INFO kablam! | Oct 16 12:07:37.915 INFO kablam! 61 | text = unsafe { text.slice_unchecked(i + 1, len) }; Oct 16 12:07:37.915 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.915 INFO kablam! Oct 16 12:07:37.951 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.951 INFO kablam! --> src/tokenizer.rs:94:36 Oct 16 12:07:37.951 INFO kablam! | Oct 16 12:07:37.951 INFO kablam! 94 | self.text.as_ref().slice_unchecked( Oct 16 12:07:37.951 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.951 INFO kablam! Oct 16 12:07:37.953 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.953 INFO kablam! --> src/util.rs:42:40 Oct 16 12:07:37.953 INFO kablam! | Oct 16 12:07:37.953 INFO kablam! 42 | let maybe_escaped = unsafe { input.slice_unchecked(0, maybe_end).contains('\\') }; Oct 16 12:07:37.953 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.953 INFO kablam! Oct 16 12:07:37.955 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 16 12:07:37.955 INFO kablam! --> src/util.rs:47:36 Oct 16 12:07:37.955 INFO kablam! | Oct 16 12:07:37.955 INFO kablam! 47 | let slice = unsafe { input.slice_unchecked(0, maybe_end) }; Oct 16 12:07:37.955 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:07:37.955 INFO kablam! Oct 16 12:07:39.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.46s Oct 16 12:07:39.891 INFO kablam! su: No module specific data is present Oct 16 12:07:41.139 INFO running `"docker" "rm" "-f" "3a09f0c8c532e5ea23ab252d9e0a50bf2d8fbf626fdcb03d5bd72601bd7a31d2"` Oct 16 12:07:41.436 INFO blam! 3a09f0c8c532e5ea23ab252d9e0a50bf2d8fbf626fdcb03d5bd72601bd7a31d2 Oct 16 12:07:41.442 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 12:07:41.923 INFO blam! 452ef8ea539fced3cd9d979267a0b9584e9e5e33468747c0db047d6d0a5a1d96 Oct 16 12:07:41.926 INFO running `"docker" "start" "-a" "452ef8ea539fced3cd9d979267a0b9584e9e5e33468747c0db047d6d0a5a1d96"` Oct 16 12:07:43.728 INFO kablam! usermod: no changes Oct 16 12:07:43.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 16 12:07:43.911 INFO kablam! Running /target/debug/deps/erl_tokenize-d5de5a7dff6a4c48 Oct 16 12:07:43.917 INFO blam! Oct 16 12:07:43.917 INFO blam! running 0 tests Oct 16 12:07:43.917 INFO blam! Oct 16 12:07:43.917 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:43.917 INFO blam! Oct 16 12:07:43.923 INFO kablam! Running /target/debug/deps/lib-7602576e13c3169f Oct 16 12:07:43.932 INFO blam! Oct 16 12:07:43.932 INFO blam! running 7 tests Oct 16 12:07:43.995 INFO blam! test tokenize_chars ... ok Oct 16 12:07:43.996 INFO blam! test tokenize_module_declaration ... ok Oct 16 12:07:43.996 INFO blam! test tokenize_comments ... ok Oct 16 12:07:43.997 INFO blam! test tokenize_numbers ... ok Oct 16 12:07:43.998 INFO blam! test tokenize_atoms ... ok Oct 16 12:07:43.998 INFO blam! test tokenize_variables ... ok Oct 16 12:07:44.003 INFO blam! test tokenize_strings ... ok Oct 16 12:07:44.003 INFO blam! Oct 16 12:07:44.003 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:07:44.003 INFO blam! Oct 16 12:07:44.004 INFO kablam! Doc-tests erl_tokenize Oct 16 12:07:46.398 INFO blam! Oct 16 12:07:46.398 INFO blam! running 46 tests Oct 16 12:08:05.479 INFO blam! test src/token.rs - token::Token::from_text (line 28) ... ok Oct 16 12:08:07.271 INFO blam! test src/lib.rs - (line 7) ... ok Oct 16 12:08:07.391 INFO blam! test src/lexer.rs - lexer::Lexer::next_position (line 39) ... ok Oct 16 12:08:07.737 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer::next_position (line 57) ... ok Oct 16 12:08:08.759 INFO blam! test src/token.rs - token::Token::text (line 88) ... ok Oct 16 12:08:09.943 INFO blam! test src/tokens.rs - tokens::AtomToken (line 16) ... ok Oct 16 12:08:10.459 INFO blam! test src/tokens.rs - tokens::AtomToken::from_value (line 43) ... ok Oct 16 12:08:10.959 INFO blam! test src/tokenizer.rs - tokenizer::Tokenizer (line 11) ... ok Oct 16 12:08:23.391 INFO blam! test src/tokens.rs - tokens::AtomToken::text (line 112) ... ok Oct 16 12:08:25.259 INFO blam! test src/tokens.rs - tokens::CharToken::from_value (line 179) ... ok Oct 16 12:08:26.183 INFO blam! test src/tokens.rs - tokens::CharToken (line 148) ... ok Oct 16 12:08:26.351 INFO blam! test src/tokens.rs - tokens::CharToken::text (line 240) ... ok Oct 16 12:08:27.459 INFO blam! test src/tokens.rs - tokens::AtomToken::value (line 94) ... ok Oct 16 12:08:30.119 INFO blam! test src/tokens.rs - tokens::CharToken::value (line 223) ... ok Oct 16 12:08:30.157 INFO blam! test src/tokens.rs - tokens::CommentToken (line 271) ... ok Oct 16 12:08:30.576 INFO blam! test src/tokens.rs - tokens::CommentToken::from_value (line 294) ... ok Oct 16 12:08:39.442 INFO blam! test src/tokens.rs - tokens::CommentToken::text (line 336) ... ok Oct 16 12:08:40.770 INFO blam! test src/tokens.rs - tokens::FloatToken (line 367) ... ok Oct 16 12:08:45.247 INFO blam! test src/tokens.rs - tokens::FloatToken::from_value (line 393) ... ok Oct 16 12:08:45.579 INFO blam! test src/tokens.rs - tokens::CommentToken::value (line 319) ... ok Oct 16 12:08:47.793 INFO blam! test src/tokens.rs - tokens::FloatToken::text (line 474) ... ok Oct 16 12:08:50.563 INFO blam! test src/tokens.rs - tokens::IntegerToken::from_value (line 536) ... ok Oct 16 12:08:51.079 INFO blam! test src/tokens.rs - tokens::IntegerToken (line 505) ... ok Oct 16 12:08:51.244 INFO blam! test src/tokens.rs - tokens::FloatToken::value (line 457) ... ok Oct 16 12:08:59.840 INFO blam! test src/tokens.rs - tokens::IntegerToken::text (line 610) ... ok Oct 16 12:09:00.779 INFO blam! test src/tokens.rs - tokens::IntegerToken::value (line 586) ... ok Oct 16 12:09:05.427 INFO blam! test src/tokens.rs - tokens::KeywordToken (line 641) ... ok Oct 16 12:09:06.839 INFO blam! test src/tokens.rs - tokens::KeywordToken::from_value (line 667) ... ok Oct 16 12:09:10.015 INFO blam! test src/tokens.rs - tokens::KeywordToken::text (line 739) ... ok Oct 16 12:09:10.248 INFO blam! test src/tokens.rs - tokens::KeywordToken::value (line 719) ... ok Oct 16 12:09:11.515 INFO blam! test src/tokens.rs - tokens::StringToken::from_value (line 795) ... ok Oct 16 12:09:11.699 INFO blam! test src/tokens.rs - tokens::StringToken (line 770) ... ok Oct 16 12:09:19.699 INFO blam! test src/tokens.rs - tokens::StringToken::text (line 852) ... ok Oct 16 12:09:22.715 INFO blam! test src/tokens.rs - tokens::StringToken::value (line 829) ... ok Oct 16 12:09:25.807 INFO blam! test src/tokens.rs - tokens::SymbolToken (line 887) ... ok Oct 16 12:09:28.236 INFO blam! test src/tokens.rs - tokens::SymbolToken::text (line 1013) ... ok Oct 16 12:09:29.475 INFO blam! test src/tokens.rs - tokens::SymbolToken::from_value (line 912) ... ok Oct 16 12:09:32.660 INFO blam! test src/tokens.rs - tokens::VariableToken::from_value (line 1069) ... ok Oct 16 12:09:33.307 INFO blam! test src/tokens.rs - tokens::VariableToken (line 1044) ... ok Oct 16 12:09:33.471 INFO blam! test src/tokens.rs - tokens::SymbolToken::value (line 995) ... ok Oct 16 12:09:37.603 INFO blam! test src/tokens.rs - tokens::VariableToken::value (line 1099) ... ok Oct 16 12:09:38.756 INFO blam! test src/tokens.rs - tokens::VariableToken::text (line 1116) ... ok Oct 16 12:09:39.479 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::from_value (line 1171) ... ok Oct 16 12:09:40.623 INFO blam! test src/tokens.rs - tokens::WhitespaceToken (line 1147) ... ok Oct 16 12:09:41.098 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::text (line 1222) ... ok Oct 16 12:09:41.167 INFO blam! test src/tokens.rs - tokens::WhitespaceToken::value (line 1202) ... ok Oct 16 12:09:41.168 INFO blam! Oct 16 12:09:41.168 INFO blam! test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:09:41.168 INFO blam! Oct 16 12:09:41.211 INFO kablam! su: No module specific data is present Oct 16 12:09:41.723 INFO running `"docker" "rm" "-f" "452ef8ea539fced3cd9d979267a0b9584e9e5e33468747c0db047d6d0a5a1d96"` Oct 16 12:09:41.848 INFO blam! 452ef8ea539fced3cd9d979267a0b9584e9e5e33468747c0db047d6d0a5a1d96