Oct 15 00:06:37.448 INFO testing crossdot/rust_ssr against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:06:37.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 00:06:37.811 INFO blam! 93345282f574c2cdd39ca3cba3da283b4f05baa6213fd80da9d064bb4dcb2827 Oct 15 00:06:37.815 INFO running `"docker" "start" "-a" "93345282f574c2cdd39ca3cba3da283b4f05baa6213fd80da9d064bb4dcb2827"` Oct 15 00:06:38.596 INFO kablam! usermod: no changes Oct 15 00:06:38.866 INFO kablam! Compiling libc v0.2.28 Oct 15 00:06:38.866 INFO kablam! Compiling precomputed-hash v0.1.0 Oct 15 00:06:38.868 INFO kablam! Compiling ego-tree v0.1.1 Oct 15 00:06:38.869 INFO kablam! Compiling quickersort v2.2.0 Oct 15 00:06:38.870 INFO kablam! Compiling html5ever v0.18.0 Oct 15 00:06:38.871 INFO kablam! Compiling cssparser v0.5.8 Oct 15 00:06:38.871 INFO kablam! Compiling tendril v0.3.1 Oct 15 00:06:38.883 INFO kablam! Compiling serde_derive v1.0.11 Oct 15 00:06:42.540 INFO kablam! Compiling rand v0.3.16 Oct 15 00:06:42.540 INFO kablam! Compiling iovec v0.1.0 Oct 15 00:06:42.540 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 00:06:42.540 INFO kablam! Compiling net2 v0.2.30 Oct 15 00:06:42.540 INFO kablam! Compiling time v0.1.38 Oct 15 00:06:46.621 INFO kablam! Compiling filetime v0.1.10 Oct 15 00:06:46.719 INFO kablam! Compiling bytes v0.4.4 Oct 15 00:06:46.779 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 15 00:06:50.347 INFO kablam! Compiling mio v0.6.10 Oct 15 00:06:52.183 INFO kablam! Compiling tokio-io v0.1.2 Oct 15 00:06:53.367 INFO kablam! Compiling hyper v0.10.12 Oct 15 00:06:53.659 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 00:06:55.015 INFO kablam! Compiling string_cache_codegen v0.4.0 Oct 15 00:06:55.015 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 00:06:55.015 INFO kablam! Compiling string_cache v0.2.29 Oct 15 00:06:57.571 INFO kablam! Compiling html5ever v0.5.4 Oct 15 00:07:05.215 INFO kablam! Compiling tokio-core v0.1.9 Oct 15 00:07:05.355 INFO kablam! Compiling string_cache v0.6.1 Oct 15 00:07:05.388 INFO kablam! Compiling markup5ever v0.3.1 Oct 15 00:07:12.007 INFO kablam! Compiling selectors v0.5.9 Oct 15 00:07:17.579 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 00:07:21.059 INFO kablam! Compiling iron v0.5.1 Oct 15 00:07:24.063 INFO kablam! Compiling mount v0.3.0 Oct 15 00:07:24.063 INFO kablam! Compiling router v0.5.1 Oct 15 00:07:25.124 INFO kablam! Compiling hyper v0.11.2 Oct 15 00:07:27.563 INFO kablam! Compiling staticfile v0.4.0 Oct 15 00:07:30.494 INFO kablam! Compiling scraper v0.4.0 Oct 15 00:07:32.824 INFO kablam! Compiling select v0.4.2 Oct 15 00:07:37.947 INFO kablam! Compiling iron_ws_test v0.1.0 (/source) Oct 15 00:07:39.411 INFO kablam! warning: unused import: `parse_document` Oct 15 00:07:39.411 INFO kablam! --> src/main.rs:162:28 Oct 15 00:07:39.411 INFO kablam! | Oct 15 00:07:39.411 INFO kablam! 162 | use html5ever::{ParseOpts, parse_document, parse_fragment}; Oct 15 00:07:39.411 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:07:39.411 INFO kablam! | Oct 15 00:07:39.411 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:07:39.411 INFO kablam! Oct 15 00:07:39.411 INFO kablam! warning: unused import: `html5ever::tree_builder::TreeBuilderOpts` Oct 15 00:07:39.411 INFO kablam! --> src/main.rs:163:5 Oct 15 00:07:39.411 INFO kablam! | Oct 15 00:07:39.411 INFO kablam! 163 | use html5ever::tree_builder::TreeBuilderOpts; Oct 15 00:07:39.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:07:39.411 INFO kablam! Oct 15 00:07:39.411 INFO kablam! warning: unused import: `html5ever::rcdom::NodeData::Element` Oct 15 00:07:39.411 INFO kablam! --> src/main.rs:165:5 Oct 15 00:07:39.411 INFO kablam! | Oct 15 00:07:39.411 INFO kablam! 165 | use html5ever::rcdom::NodeData::Element; Oct 15 00:07:39.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:07:39.411 INFO kablam! Oct 15 00:07:39.411 INFO kablam! warning: unused import: `SerializeOpts` Oct 15 00:07:39.411 INFO kablam! --> src/main.rs:167:28 Oct 15 00:07:39.411 INFO kablam! | Oct 15 00:07:39.411 INFO kablam! 167 | use html5ever::serialize::{SerializeOpts}; Oct 15 00:07:39.411 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:07:39.411 INFO kablam! Oct 15 00:07:39.411 INFO kablam! warning: unused import: `StrTendril` Oct 15 00:07:39.411 INFO kablam! --> src/main.rs:168:39 Oct 15 00:07:39.411 INFO kablam! | Oct 15 00:07:39.411 INFO kablam! 168 | use html5ever::tendril::{TendrilSink, StrTendril}; Oct 15 00:07:39.411 INFO kablam! | ^^^^^^^^^^ Oct 15 00:07:39.411 INFO kablam! Oct 15 00:07:39.618 INFO kablam! warning: function is never used: `execute` Oct 15 00:07:39.618 INFO kablam! --> src/main.rs:135:1 Oct 15 00:07:39.618 INFO kablam! | Oct 15 00:07:39.618 INFO kablam! 135 | fn execute(cmd: &str) -> String { Oct 15 00:07:39.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:07:39.618 INFO kablam! | Oct 15 00:07:39.618 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:07:39.618 INFO kablam! Oct 15 00:07:39.618 INFO kablam! warning: function is never used: `parse` Oct 15 00:07:39.618 INFO kablam! --> src/main.rs:171:1 Oct 15 00:07:39.618 INFO kablam! | Oct 15 00:07:39.618 INFO kablam! 171 | fn parse() -> String { Oct 15 00:07:39.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:07:39.618 INFO kablam! Oct 15 00:07:42.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 15 00:07:42.895 INFO kablam! su: No module specific data is present Oct 15 00:07:43.387 INFO running `"docker" "rm" "-f" "93345282f574c2cdd39ca3cba3da283b4f05baa6213fd80da9d064bb4dcb2827"` Oct 15 00:07:43.767 INFO blam! 93345282f574c2cdd39ca3cba3da283b4f05baa6213fd80da9d064bb4dcb2827 Oct 15 00:07:43.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 00:07:44.233 INFO blam! 0b94611460c7b29de51b7e5cccb78e55af9e2101722dd1d2843e5a389ee3e56d Oct 15 00:07:44.235 INFO running `"docker" "start" "-a" "0b94611460c7b29de51b7e5cccb78e55af9e2101722dd1d2843e5a389ee3e56d"` Oct 15 00:07:45.291 INFO kablam! usermod: no changes Oct 15 00:07:45.571 INFO kablam! Compiling iron_ws_test v0.1.0 (/source) Oct 15 00:07:51.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.13s Oct 15 00:07:51.450 INFO kablam! su: No module specific data is present Oct 15 00:07:52.447 INFO running `"docker" "rm" "-f" "0b94611460c7b29de51b7e5cccb78e55af9e2101722dd1d2843e5a389ee3e56d"` Oct 15 00:07:52.742 INFO blam! 0b94611460c7b29de51b7e5cccb78e55af9e2101722dd1d2843e5a389ee3e56d Oct 15 00:07:52.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 00:07:53.213 INFO blam! 4f241da510f69c9eafab6d86cb7a3e49a9335a3993dd0e5181d8a65597360594 Oct 15 00:07:53.214 INFO running `"docker" "start" "-a" "4f241da510f69c9eafab6d86cb7a3e49a9335a3993dd0e5181d8a65597360594"` Oct 15 00:07:54.891 INFO kablam! usermod: no changes Oct 15 00:07:55.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 00:07:55.151 INFO kablam! Running /target/debug/deps/iron_ws_test-9171f6c0576a8904 Oct 15 00:07:55.163 INFO blam! Oct 15 00:07:55.163 INFO blam! running 4 tests Oct 15 00:07:55.179 INFO blam! test test_modify ... ok Oct 15 00:07:55.179 INFO blam! test test01 ... ok Oct 15 00:07:55.179 INFO blam! test test_parse_document ... ok Oct 15 00:07:55.180 INFO blam! test test_execute ... ok Oct 15 00:07:55.180 INFO blam! Oct 15 00:07:55.180 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:07:55.180 INFO blam! Oct 15 00:07:55.183 INFO kablam! su: No module specific data is present Oct 15 00:07:56.267 INFO running `"docker" "rm" "-f" "4f241da510f69c9eafab6d86cb7a3e49a9335a3993dd0e5181d8a65597360594"` Oct 15 00:07:56.539 INFO blam! 4f241da510f69c9eafab6d86cb7a3e49a9335a3993dd0e5181d8a65597360594