Oct 26 23:54:49.587 INFO checking natemara/schwift against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:54:49.587 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 26 23:54:50.008 INFO blam! f1b883b8f8d2f972a26c8066538096409036201790b96f7d334fe8467d3b85e9 Oct 26 23:54:50.015 INFO running `"docker" "start" "-a" "f1b883b8f8d2f972a26c8066538096409036201790b96f7d334fe8467d3b85e9"` Oct 26 23:54:51.323 INFO kablam! usermod: no changes Oct 26 23:54:51.585 INFO kablam! Compiling serde v1.0.17 Oct 26 23:54:51.603 INFO kablam! Checking difference v1.0.0 Oct 26 23:54:51.603 INFO kablam! Compiling peg v0.5.4 Oct 26 23:54:51.603 INFO kablam! Checking memchr v1.0.2 Oct 26 23:54:51.603 INFO kablam! Checking colored v1.6.0 Oct 26 23:54:51.604 INFO kablam! Checking serde_json v1.0.5 Oct 26 23:54:51.604 INFO kablam! Compiling tempdir v0.3.5 Oct 26 23:54:51.604 INFO kablam! Checking libloading v0.4.2 Oct 26 23:54:53.610 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 26 23:54:54.096 INFO kablam! Checking aho-corasick v0.6.3 Oct 26 23:54:54.396 INFO kablam! Checking backtrace v0.3.3 Oct 26 23:54:57.280 INFO kablam! Checking regex v0.2.2 Oct 26 23:54:57.476 INFO kablam! Checking error-chain v0.11.0 Oct 26 23:55:07.099 INFO kablam! Compiling schwift v0.1.0 (/source) Oct 26 23:55:09.417 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:09.417 INFO kablam! --> src/lib.rs:57:40 Oct 26 23:55:09.417 INFO kablam! | Oct 26 23:55:09.417 INFO kablam! 57 | let symbol = unsafe { file.slice_unchecked(i, i + 1) }; Oct 26 23:55:09.417 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:09.417 INFO kablam! | Oct 26 23:55:09.417 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:55:09.417 INFO kablam! Oct 26 23:55:09.417 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:09.419 INFO kablam! --> src/lib.rs:64:37 Oct 26 23:55:09.419 INFO kablam! | Oct 26 23:55:09.419 INFO kablam! 64 | return file.slice_unchecked(last_newline, i); Oct 26 23:55:09.419 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:09.419 INFO kablam! Oct 26 23:55:09.457 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:09.458 INFO kablam! --> src/statement.rs:177:29 Oct 26 23:55:09.458 INFO kablam! | Oct 26 23:55:09.458 INFO kablam! 177 | unsafe { source.slice_unchecked(self.start, self.end) }.to_string(), Oct 26 23:55:09.459 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:09.463 INFO kablam! Oct 26 23:55:15.007 INFO kablam! Compiling semver v0.8.0 Oct 26 23:55:19.979 INFO kablam! Compiling cargo_metadata v0.3.1 Oct 26 23:55:23.207 INFO kablam! Compiling skeptic v0.13.2 Oct 26 23:55:26.063 INFO kablam! Compiling assert_cli v0.5.4 Oct 26 23:55:30.657 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:30.657 INFO kablam! --> src/lib.rs:57:40 Oct 26 23:55:30.657 INFO kablam! | Oct 26 23:55:30.657 INFO kablam! 57 | let symbol = unsafe { file.slice_unchecked(i, i + 1) }; Oct 26 23:55:30.657 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:30.657 INFO kablam! | Oct 26 23:55:30.657 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:55:30.657 INFO kablam! Oct 26 23:55:30.659 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:30.659 INFO kablam! --> src/lib.rs:64:37 Oct 26 23:55:30.659 INFO kablam! | Oct 26 23:55:30.659 INFO kablam! 64 | return file.slice_unchecked(last_newline, i); Oct 26 23:55:30.659 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:30.659 INFO kablam! Oct 26 23:55:30.779 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:30.779 INFO kablam! --> src/statement.rs:177:29 Oct 26 23:55:30.779 INFO kablam! | Oct 26 23:55:30.779 INFO kablam! 177 | unsafe { source.slice_unchecked(self.start, self.end) }.to_string(), Oct 26 23:55:30.779 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:30.779 INFO kablam! Oct 26 23:55:31.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.14s Oct 26 23:55:31.507 INFO kablam! su: No module specific data is present Oct 26 23:55:32.303 INFO running `"docker" "rm" "-f" "f1b883b8f8d2f972a26c8066538096409036201790b96f7d334fe8467d3b85e9"` Oct 26 23:55:32.655 INFO blam! f1b883b8f8d2f972a26c8066538096409036201790b96f7d334fe8467d3b85e9