Oct 10 20:53:18.373 INFO testing jlevesy/ruru against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:53:18.373 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:53:18.373 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:53:18.527 INFO blam! 2ea7490816a47a31cca17b8835b345cc7e466adb5dd6e516beefa9e3b95447b9 Oct 10 20:53:18.529 INFO running `"docker" "start" "-a" "2ea7490816a47a31cca17b8835b345cc7e466adb5dd6e516beefa9e3b95447b9"` Oct 10 20:53:19.088 INFO kablam! usermod: no changes Oct 10 20:53:19.236 INFO kablam! Compiling libc v0.2.40 Oct 10 20:53:19.236 INFO kablam! Compiling byteorder v1.2.2 Oct 10 20:53:19.239 INFO kablam! Compiling scoped-tls v0.1.1 Oct 10 20:53:19.241 INFO kablam! Compiling crossbeam-utils v0.3.2 Oct 10 20:53:19.242 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 10 20:53:19.247 INFO kablam! Compiling regex-syntax v0.5.5 Oct 10 20:53:19.247 INFO kablam! Compiling humantime v1.1.1 Oct 10 20:53:19.248 INFO kablam! Compiling tokio-timer v0.2.1 Oct 10 20:53:19.996 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 10 20:53:19.996 INFO kablam! Compiling url v1.7.0 Oct 10 20:53:20.363 INFO kablam! Compiling base64 v0.9.0 Oct 10 20:53:21.552 INFO kablam! Compiling crossbeam-deque v0.3.0 Oct 10 20:53:21.600 INFO kablam! Compiling iovec v0.1.2 Oct 10 20:53:21.600 INFO kablam! Compiling net2 v0.2.32 Oct 10 20:53:21.600 INFO kablam! Compiling num_cpus v1.8.0 Oct 10 20:53:22.160 INFO kablam! Compiling rand v0.4.2 Oct 10 20:53:22.192 INFO kablam! Compiling memchr v2.0.1 Oct 10 20:53:22.436 INFO kablam! Compiling atty v0.2.9 Oct 10 20:53:23.061 INFO kablam! Compiling time v0.1.39 Oct 10 20:53:23.061 INFO kablam! Compiling bytes v0.4.6 Oct 10 20:53:24.420 INFO kablam! Compiling aho-corasick v0.6.4 Oct 10 20:53:24.440 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 10 20:53:24.497 INFO kablam! Compiling mio v0.6.14 Oct 10 20:53:27.284 INFO kablam! Compiling tokio-io v0.1.6 Oct 10 20:53:29.042 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 10 20:53:29.045 INFO kablam! Compiling rand v0.3.22 Oct 10 20:53:29.301 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 10 20:53:31.492 INFO kablam! Compiling tokio-udp v0.1.0 Oct 10 20:53:31.514 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 20:53:32.101 INFO kablam! Compiling regex v0.2.10 Oct 10 20:53:32.459 INFO kablam! Compiling tokio v0.1.5 Oct 10 20:53:33.796 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 20:53:37.116 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 20:53:37.480 INFO kablam! Compiling env_logger v0.5.9 Oct 10 20:53:39.364 INFO kablam! Compiling hyper v0.11.25 Oct 10 20:53:48.265 INFO kablam! Compiling microservice_rs v0.1.0 (/source) Oct 10 20:53:48.653 INFO kablam! warning: unused import: `Get` Oct 10 20:53:48.653 INFO kablam! --> src/main.rs:10:21 Oct 10 20:53:48.653 INFO kablam! | Oct 10 20:53:48.653 INFO kablam! 10 | use hyper::Method::{Get, Post}; Oct 10 20:53:48.653 INFO kablam! | ^^^ Oct 10 20:53:48.653 INFO kablam! | Oct 10 20:53:48.653 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:53:48.653 INFO kablam! Oct 10 20:53:48.747 INFO kablam! warning: unused variable: `entry` Oct 10 20:53:48.747 INFO kablam! --> src/main.rs:48:16 Oct 10 20:53:48.747 INFO kablam! | Oct 10 20:53:48.747 INFO kablam! 48 | fn write_to_db(entry: NewMessage) -> FutureResult { Oct 10 20:53:48.747 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 10 20:53:48.747 INFO kablam! | Oct 10 20:53:48.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:53:48.747 INFO kablam! Oct 10 20:53:48.747 INFO kablam! warning: unused variable: `result` Oct 10 20:53:48.747 INFO kablam! --> src/main.rs:52:23 Oct 10 20:53:48.747 INFO kablam! | Oct 10 20:53:48.747 INFO kablam! 52 | fn make_post_response(result: Result) -> FutureResult { Oct 10 20:53:48.747 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 10 20:53:48.747 INFO kablam! Oct 10 20:53:48.757 INFO kablam! warning: field is never used: `username` Oct 10 20:53:48.757 INFO kablam! --> src/main.rs:22:5 Oct 10 20:53:48.757 INFO kablam! | Oct 10 20:53:48.757 INFO kablam! 22 | username: String, Oct 10 20:53:48.757 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:53:48.757 INFO kablam! | Oct 10 20:53:48.757 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:53:48.758 INFO kablam! Oct 10 20:53:48.758 INFO kablam! warning: field is never used: `message` Oct 10 20:53:48.758 INFO kablam! --> src/main.rs:23:5 Oct 10 20:53:48.758 INFO kablam! | Oct 10 20:53:48.758 INFO kablam! 23 | message: String, Oct 10 20:53:48.758 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:53:48.758 INFO kablam! Oct 10 20:53:53.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.05s Oct 10 20:53:53.177 INFO kablam! su: No module specific data is present Oct 10 20:53:54.036 INFO running `"docker" "rm" "-f" "2ea7490816a47a31cca17b8835b345cc7e466adb5dd6e516beefa9e3b95447b9"` Oct 10 20:53:54.348 INFO blam! 2ea7490816a47a31cca17b8835b345cc7e466adb5dd6e516beefa9e3b95447b9 Oct 10 20:53:54.356 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:53:54.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:53:54.904 INFO blam! 059d423709ff81ea8e21ebe0bc642cb8a532deb4a0f2a90ee7500519ca8dcdb4 Oct 10 20:53:54.913 INFO running `"docker" "start" "-a" "059d423709ff81ea8e21ebe0bc642cb8a532deb4a0f2a90ee7500519ca8dcdb4"` Oct 10 20:53:56.134 INFO kablam! usermod: no changes Oct 10 20:53:56.305 INFO kablam! Compiling microservice_rs v0.1.0 (/source) Oct 10 20:53:56.688 INFO kablam! warning: unused import: `Get` Oct 10 20:53:56.688 INFO kablam! --> src/main.rs:10:21 Oct 10 20:53:56.688 INFO kablam! | Oct 10 20:53:56.688 INFO kablam! 10 | use hyper::Method::{Get, Post}; Oct 10 20:53:56.688 INFO kablam! | ^^^ Oct 10 20:53:56.688 INFO kablam! | Oct 10 20:53:56.688 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:53:56.688 INFO kablam! Oct 10 20:53:56.776 INFO kablam! warning: unused variable: `entry` Oct 10 20:53:56.776 INFO kablam! --> src/main.rs:48:16 Oct 10 20:53:56.776 INFO kablam! | Oct 10 20:53:56.776 INFO kablam! 48 | fn write_to_db(entry: NewMessage) -> FutureResult { Oct 10 20:53:56.776 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 10 20:53:56.776 INFO kablam! | Oct 10 20:53:56.776 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:53:56.776 INFO kablam! Oct 10 20:53:56.776 INFO kablam! warning: unused variable: `result` Oct 10 20:53:56.776 INFO kablam! --> src/main.rs:52:23 Oct 10 20:53:56.776 INFO kablam! | Oct 10 20:53:56.776 INFO kablam! 52 | fn make_post_response(result: Result) -> FutureResult { Oct 10 20:53:56.776 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 10 20:53:56.776 INFO kablam! Oct 10 20:53:56.780 INFO kablam! warning: field is never used: `username` Oct 10 20:53:56.780 INFO kablam! --> src/main.rs:22:5 Oct 10 20:53:56.780 INFO kablam! | Oct 10 20:53:56.780 INFO kablam! 22 | username: String, Oct 10 20:53:56.780 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:53:56.780 INFO kablam! | Oct 10 20:53:56.780 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:53:56.780 INFO kablam! Oct 10 20:53:56.780 INFO kablam! warning: field is never used: `message` Oct 10 20:53:56.780 INFO kablam! --> src/main.rs:23:5 Oct 10 20:53:56.780 INFO kablam! | Oct 10 20:53:56.780 INFO kablam! 23 | message: String, Oct 10 20:53:56.780 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:53:56.780 INFO kablam! Oct 10 20:53:57.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 10 20:53:57.400 INFO kablam! su: No module specific data is present Oct 10 20:53:58.032 INFO running `"docker" "rm" "-f" "059d423709ff81ea8e21ebe0bc642cb8a532deb4a0f2a90ee7500519ca8dcdb4"` Oct 10 20:53:58.216 INFO blam! 059d423709ff81ea8e21ebe0bc642cb8a532deb4a0f2a90ee7500519ca8dcdb4 Oct 10 20:53:58.220 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:53:58.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:53:58.608 INFO blam! fc8ba1da670c86bee9c49ac8ae6914358983304002003b1d41749c8d01fd915c Oct 10 20:53:58.610 INFO running `"docker" "start" "-a" "fc8ba1da670c86bee9c49ac8ae6914358983304002003b1d41749c8d01fd915c"` Oct 10 20:53:59.589 INFO kablam! usermod: no changes Oct 10 20:53:59.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 10 20:53:59.796 INFO kablam! Running /target/debug/deps/microservice_rs-3c6e30ff9cb48b8e Oct 10 20:53:59.796 INFO blam! Oct 10 20:53:59.796 INFO blam! running 0 tests Oct 10 20:53:59.796 INFO blam! Oct 10 20:53:59.796 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:53:59.796 INFO blam! Oct 10 20:53:59.798 INFO kablam! su: No module specific data is present Oct 10 20:54:00.256 INFO running `"docker" "rm" "-f" "fc8ba1da670c86bee9c49ac8ae6914358983304002003b1d41749c8d01fd915c"` Oct 10 20:54:00.376 INFO blam! fc8ba1da670c86bee9c49ac8ae6914358983304002003b1d41749c8d01fd915c