Oct 27 02:57:01.190 INFO checking jhartwell/expelcss against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:57:01.192 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 27 02:57:01.663 INFO blam! 693934eed8e75fa03cce06ae26dba7303d5bcd96fe1f639a0ee613cb5fa15d00 Oct 27 02:57:01.695 INFO running `"docker" "start" "-a" "693934eed8e75fa03cce06ae26dba7303d5bcd96fe1f639a0ee613cb5fa15d00"` Oct 27 02:57:02.911 INFO kablam! usermod: no changes Oct 27 02:57:03.040 INFO kablam! Checking ecss v0.1.0 (/source) Oct 27 02:57:03.855 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 27 02:57:03.855 INFO kablam! --> src/main.rs:5:5 Oct 27 02:57:03.855 INFO kablam! | Oct 27 02:57:03.855 INFO kablam! 5 | use std::io::prelude::*; Oct 27 02:57:03.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 02:57:03.855 INFO kablam! | Oct 27 02:57:03.855 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:57:03.855 INFO kablam! Oct 27 02:57:03.923 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 27 02:57:03.923 INFO kablam! --> src/main.rs:5:5 Oct 27 02:57:03.923 INFO kablam! | Oct 27 02:57:03.923 INFO kablam! 5 | use std::io::prelude::*; Oct 27 02:57:03.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 02:57:03.923 INFO kablam! | Oct 27 02:57:03.923 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:57:03.923 INFO kablam! Oct 27 02:57:03.955 INFO kablam! warning: value assigned to `i` is never read Oct 27 02:57:03.955 INFO kablam! --> src/html.rs:57:13 Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! 57 | i = match &contents[i..next] { Oct 27 02:57:03.955 INFO kablam! | ^ Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 02:57:03.955 INFO kablam! Oct 27 02:57:03.955 INFO kablam! warning: variable `start_quotes` is assigned to, but never used Oct 27 02:57:03.955 INFO kablam! --> src/html.rs:108:21 Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! 108 | let mut start_quotes = false; Oct 27 02:57:03.955 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:57:03.955 INFO kablam! = note: consider using `_start_quotes` instead Oct 27 02:57:03.955 INFO kablam! Oct 27 02:57:03.955 INFO kablam! warning: value assigned to `start_quotes` is never read Oct 27 02:57:03.955 INFO kablam! --> src/html.rs:117:29 Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! 117 | start_quotes = true; Oct 27 02:57:03.955 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.955 INFO kablam! Oct 27 02:57:03.955 INFO kablam! warning: variable `start_quotes` is assigned to, but never used Oct 27 02:57:03.955 INFO kablam! --> src/html.rs:157:21 Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! 157 | let mut start_quotes = false; Oct 27 02:57:03.955 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! = note: consider using `_start_quotes` instead Oct 27 02:57:03.955 INFO kablam! Oct 27 02:57:03.955 INFO kablam! warning: value assigned to `start_quotes` is never read Oct 27 02:57:03.955 INFO kablam! --> src/html.rs:166:29 Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! 166 | start_quotes = true; Oct 27 02:57:03.955 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.955 INFO kablam! Oct 27 02:57:03.955 INFO kablam! warning: value assigned to `i` is never read Oct 27 02:57:03.955 INFO kablam! --> src/html.rs:205:13 Oct 27 02:57:03.955 INFO kablam! | Oct 27 02:57:03.955 INFO kablam! 205 | i = match &contents[i..next] { Oct 27 02:57:03.955 INFO kablam! | ^ Oct 27 02:57:03.955 INFO kablam! Oct 27 02:57:03.991 INFO kablam! warning: value assigned to `i` is never read Oct 27 02:57:03.991 INFO kablam! --> src/html.rs:57:13 Oct 27 02:57:03.991 INFO kablam! | Oct 27 02:57:03.991 INFO kablam! 57 | i = match &contents[i..next] { Oct 27 02:57:03.991 INFO kablam! | ^ Oct 27 02:57:03.991 INFO kablam! | Oct 27 02:57:03.991 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 02:57:03.991 INFO kablam! Oct 27 02:57:03.991 INFO kablam! warning: variable `start_quotes` is assigned to, but never used Oct 27 02:57:03.991 INFO kablam! --> src/html.rs:108:21 Oct 27 02:57:03.991 INFO kablam! | Oct 27 02:57:03.991 INFO kablam! 108 | let mut start_quotes = false; Oct 27 02:57:03.991 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.991 INFO kablam! | Oct 27 02:57:03.991 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:57:03.991 INFO kablam! = note: consider using `_start_quotes` instead Oct 27 02:57:03.991 INFO kablam! Oct 27 02:57:03.991 INFO kablam! warning: value assigned to `start_quotes` is never read Oct 27 02:57:03.991 INFO kablam! --> src/html.rs:117:29 Oct 27 02:57:03.991 INFO kablam! | Oct 27 02:57:03.991 INFO kablam! 117 | start_quotes = true; Oct 27 02:57:03.991 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.991 INFO kablam! Oct 27 02:57:03.995 INFO kablam! warning: variable `start_quotes` is assigned to, but never used Oct 27 02:57:03.995 INFO kablam! --> src/html.rs:157:21 Oct 27 02:57:03.995 INFO kablam! | Oct 27 02:57:03.995 INFO kablam! 157 | let mut start_quotes = false; Oct 27 02:57:03.995 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.995 INFO kablam! | Oct 27 02:57:03.995 INFO kablam! = note: consider using `_start_quotes` instead Oct 27 02:57:03.995 INFO kablam! Oct 27 02:57:03.995 INFO kablam! warning: value assigned to `start_quotes` is never read Oct 27 02:57:03.995 INFO kablam! --> src/html.rs:166:29 Oct 27 02:57:03.995 INFO kablam! | Oct 27 02:57:03.995 INFO kablam! 166 | start_quotes = true; Oct 27 02:57:03.995 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:57:03.995 INFO kablam! Oct 27 02:57:03.995 INFO kablam! warning: value assigned to `i` is never read Oct 27 02:57:03.995 INFO kablam! --> src/html.rs:205:13 Oct 27 02:57:03.995 INFO kablam! | Oct 27 02:57:03.995 INFO kablam! 205 | i = match &contents[i..next] { Oct 27 02:57:03.995 INFO kablam! | ^ Oct 27 02:57:03.995 INFO kablam! Oct 27 02:57:04.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 27 02:57:04.047 INFO kablam! su: No module specific data is present Oct 27 02:57:04.635 INFO running `"docker" "rm" "-f" "693934eed8e75fa03cce06ae26dba7303d5bcd96fe1f639a0ee613cb5fa15d00"` Oct 27 02:57:04.951 INFO blam! 693934eed8e75fa03cce06ae26dba7303d5bcd96fe1f639a0ee613cb5fa15d00