Oct 26 23:54:49.691 INFO checking natemara/schwift against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:54:49.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.195 INFO blam! a40c2967046ee4ffe81f4c3c99616d59848008b89c6bcca9b8d4b2797a6846ac Oct 26 23:54:50.201 INFO running `"docker" "start" "-a" "a40c2967046ee4ffe81f4c3c99616d59848008b89c6bcca9b8d4b2797a6846ac"` Oct 26 23:54:52.167 INFO kablam! usermod: no changes Oct 26 23:54:52.401 INFO kablam! Compiling rustc-demangle v0.1.5 Oct 26 23:54:52.407 INFO kablam! Compiling pulldown-cmark v0.1.0 Oct 26 23:54:52.419 INFO kablam! Compiling serde v1.0.17 Oct 26 23:54:52.421 INFO kablam! Compiling libloading v0.4.2 Oct 26 23:54:52.421 INFO kablam! Compiling peg v0.5.4 Oct 26 23:54:52.421 INFO kablam! Checking memchr v1.0.2 Oct 26 23:54:52.421 INFO kablam! Checking colored v1.6.0 Oct 26 23:54:52.421 INFO kablam! Checking serde_json v1.0.5 Oct 26 23:54:54.768 INFO kablam! Compiling tempdir v0.3.5 Oct 26 23:54:55.479 INFO kablam! Checking thread_local v0.3.4 Oct 26 23:54:56.224 INFO kablam! Checking aho-corasick v0.6.3 Oct 26 23:54:56.257 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 26 23:54:59.025 INFO kablam! Compiling backtrace v0.3.3 Oct 26 23:55:00.295 INFO kablam! Checking regex v0.2.2 Oct 26 23:55:01.939 INFO kablam! Checking error-chain v0.11.0 Oct 26 23:55:08.560 INFO kablam! Compiling schwift v0.1.0 (/source) Oct 26 23:55:11.758 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:11.758 INFO kablam! --> src/lib.rs:57:40 Oct 26 23:55:11.758 INFO kablam! | Oct 26 23:55:11.758 INFO kablam! 57 | let symbol = unsafe { file.slice_unchecked(i, i + 1) }; Oct 26 23:55:11.759 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:11.759 INFO kablam! | Oct 26 23:55:11.759 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:55:11.759 INFO kablam! Oct 26 23:55:11.760 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:11.760 INFO kablam! --> src/lib.rs:64:37 Oct 26 23:55:11.760 INFO kablam! | Oct 26 23:55:11.760 INFO kablam! 64 | return file.slice_unchecked(last_newline, i); Oct 26 23:55:11.771 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:11.771 INFO kablam! Oct 26 23:55:11.835 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:11.836 INFO kablam! --> src/statement.rs:177:29 Oct 26 23:55:11.836 INFO kablam! | Oct 26 23:55:11.836 INFO kablam! 177 | unsafe { source.slice_unchecked(self.start, self.end) }.to_string(), Oct 26 23:55:11.836 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:11.836 INFO kablam! Oct 26 23:55:16.464 INFO kablam! Compiling semver v0.8.0 Oct 26 23:55:21.459 INFO kablam! Compiling cargo_metadata v0.3.1 Oct 26 23:55:24.795 INFO kablam! Compiling skeptic v0.13.2 Oct 26 23:55:27.635 INFO kablam! Compiling assert_cli v0.5.4 Oct 26 23:55:31.995 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:31.995 INFO kablam! --> src/lib.rs:57:40 Oct 26 23:55:31.995 INFO kablam! | Oct 26 23:55:31.995 INFO kablam! 57 | let symbol = unsafe { file.slice_unchecked(i, i + 1) }; Oct 26 23:55:31.995 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:31.995 INFO kablam! | Oct 26 23:55:31.995 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:55:31.995 INFO kablam! Oct 26 23:55:31.995 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:31.995 INFO kablam! --> src/lib.rs:64:37 Oct 26 23:55:31.995 INFO kablam! | Oct 26 23:55:31.995 INFO kablam! 64 | return file.slice_unchecked(last_newline, i); Oct 26 23:55:31.995 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:31.995 INFO kablam! Oct 26 23:55:32.115 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 26 23:55:32.115 INFO kablam! --> src/statement.rs:177:29 Oct 26 23:55:32.115 INFO kablam! | Oct 26 23:55:32.115 INFO kablam! 177 | unsafe { source.slice_unchecked(self.start, self.end) }.to_string(), Oct 26 23:55:32.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 23:55:32.115 INFO kablam! Oct 26 23:55:32.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.77s Oct 26 23:55:32.961 INFO kablam! su: No module specific data is present Oct 26 23:55:33.503 INFO running `"docker" "rm" "-f" "a40c2967046ee4ffe81f4c3c99616d59848008b89c6bcca9b8d4b2797a6846ac"` Oct 26 23:55:33.636 INFO blam! a40c2967046ee4ffe81f4c3c99616d59848008b89c6bcca9b8d4b2797a6846ac