Oct 27 06:23:46.008 INFO checking crossdot/rust_ssr against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:23:46.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 06:23:46.354 INFO blam! 81ee56190a7cf0260c2a06132ac931168b71c232360b915127fbbd0865d35092 Oct 27 06:23:46.355 INFO running `"docker" "start" "-a" "81ee56190a7cf0260c2a06132ac931168b71c232360b915127fbbd0865d35092"` Oct 27 06:23:47.619 INFO kablam! usermod: no changes Oct 27 06:23:47.869 INFO kablam! Checking ego-tree v0.1.1 Oct 27 06:23:47.879 INFO kablam! Checking filetime v0.1.10 Oct 27 06:23:47.903 INFO kablam! Checking nodrop v0.1.9 Oct 27 06:23:47.908 INFO kablam! Checking futures-cpupool v0.1.5 Oct 27 06:23:47.915 INFO kablam! Checking mio v0.6.10 Oct 27 06:23:47.915 INFO kablam! Compiling string_cache_codegen v0.4.0 Oct 27 06:23:47.919 INFO kablam! Compiling string_cache v0.2.29 Oct 27 06:23:47.924 INFO kablam! Compiling html5ever v0.18.0 Oct 27 06:23:49.755 INFO kablam! Checking cssparser v0.5.8 Oct 27 06:23:50.131 INFO kablam! Compiling html5ever v0.5.4 Oct 27 06:23:51.175 INFO kablam! Checking tendril v0.3.1 Oct 27 06:23:51.803 INFO kablam! Checking quickersort v2.2.0 Oct 27 06:24:00.168 INFO kablam! Compiling serde_derive v1.0.11 Oct 27 06:24:00.180 INFO kablam! Checking iron v0.5.1 Oct 27 06:24:00.225 INFO kablam! Checking tokio-core v0.1.9 Oct 27 06:24:02.439 INFO kablam! Compiling string_cache v0.6.1 Oct 27 06:24:02.484 INFO kablam! Compiling markup5ever v0.3.1 Oct 27 06:24:09.419 INFO kablam! Checking selectors v0.5.9 Oct 27 06:24:09.467 INFO kablam! Checking mount v0.3.0 Oct 27 06:24:09.467 INFO kablam! Checking router v0.5.1 Oct 27 06:24:09.483 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 06:24:14.763 INFO kablam! Checking staticfile v0.4.0 Oct 27 06:24:16.539 INFO kablam! Checking hyper v0.11.2 Oct 27 06:24:21.625 INFO kablam! Checking scraper v0.4.0 Oct 27 06:24:25.487 INFO kablam! Checking select v0.4.2 Oct 27 06:24:26.895 INFO kablam! Checking iron_ws_test v0.1.0 (/source) Oct 27 06:24:30.191 INFO kablam! warning: unused import: `parse_document` Oct 27 06:24:30.191 INFO kablam! --> src/main.rs:162:28 Oct 27 06:24:30.191 INFO kablam! | Oct 27 06:24:30.191 INFO kablam! 162 | use html5ever::{ParseOpts, parse_document, parse_fragment}; Oct 27 06:24:30.191 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 06:24:30.191 INFO kablam! | Oct 27 06:24:30.191 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:24:30.191 INFO kablam! Oct 27 06:24:30.191 INFO kablam! warning: unused import: `html5ever::tree_builder::TreeBuilderOpts` Oct 27 06:24:30.191 INFO kablam! --> src/main.rs:163:5 Oct 27 06:24:30.191 INFO kablam! | Oct 27 06:24:30.191 INFO kablam! 163 | use html5ever::tree_builder::TreeBuilderOpts; Oct 27 06:24:30.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:24:30.191 INFO kablam! Oct 27 06:24:30.191 INFO kablam! warning: unused import: `html5ever::rcdom::NodeData::Element` Oct 27 06:24:30.191 INFO kablam! --> src/main.rs:165:5 Oct 27 06:24:30.191 INFO kablam! | Oct 27 06:24:30.191 INFO kablam! 165 | use html5ever::rcdom::NodeData::Element; Oct 27 06:24:30.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:24:30.191 INFO kablam! Oct 27 06:24:30.191 INFO kablam! warning: unused import: `SerializeOpts` Oct 27 06:24:30.191 INFO kablam! --> src/main.rs:167:28 Oct 27 06:24:30.191 INFO kablam! | Oct 27 06:24:30.191 INFO kablam! 167 | use html5ever::serialize::{SerializeOpts}; Oct 27 06:24:30.191 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:24:30.191 INFO kablam! Oct 27 06:24:30.191 INFO kablam! warning: unused import: `StrTendril` Oct 27 06:24:30.191 INFO kablam! --> src/main.rs:168:39 Oct 27 06:24:30.191 INFO kablam! | Oct 27 06:24:30.191 INFO kablam! 168 | use html5ever::tendril::{TendrilSink, StrTendril}; Oct 27 06:24:30.191 INFO kablam! | ^^^^^^^^^^ Oct 27 06:24:30.191 INFO kablam! Oct 27 06:24:30.469 INFO kablam! warning: function is never used: `execute` Oct 27 06:24:30.469 INFO kablam! --> src/main.rs:135:1 Oct 27 06:24:30.470 INFO kablam! | Oct 27 06:24:30.470 INFO kablam! 135 | fn execute(cmd: &str) -> String { Oct 27 06:24:30.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:24:30.471 INFO kablam! | Oct 27 06:24:30.471 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:24:30.471 INFO kablam! Oct 27 06:24:30.472 INFO kablam! warning: function is never used: `parse` Oct 27 06:24:30.472 INFO kablam! --> src/main.rs:171:1 Oct 27 06:24:30.472 INFO kablam! | Oct 27 06:24:30.473 INFO kablam! 171 | fn parse() -> String { Oct 27 06:24:30.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 06:24:30.473 INFO kablam! Oct 27 06:24:30.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.86s Oct 27 06:24:30.519 INFO kablam! su: No module specific data is present Oct 27 06:24:31.351 INFO running `"docker" "rm" "-f" "81ee56190a7cf0260c2a06132ac931168b71c232360b915127fbbd0865d35092"` Oct 27 06:24:31.631 INFO blam! 81ee56190a7cf0260c2a06132ac931168b71c232360b915127fbbd0865d35092