Oct 14 16:37:37.324 INFO testing jlevesy/ruru against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:37:37.326 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 16:37:37.694 INFO blam! 8373c56af2a55063b669e8c224aaaec5fafadf1f39f16897b9f6192cf3a6b84f Oct 14 16:37:37.696 INFO running `"docker" "start" "-a" "8373c56af2a55063b669e8c224aaaec5fafadf1f39f16897b9f6192cf3a6b84f"` Oct 14 16:37:38.237 INFO kablam! usermod: no changes Oct 14 16:37:38.415 INFO kablam! Compiling atty v0.2.9 Oct 14 16:37:38.422 INFO kablam! Compiling regex-syntax v0.5.5 Oct 14 16:37:38.423 INFO kablam! Compiling bytes v0.4.6 Oct 14 16:37:38.423 INFO kablam! Compiling mio v0.6.14 Oct 14 16:37:38.423 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 14 16:37:40.259 INFO kablam! Compiling tokio-io v0.1.6 Oct 14 16:37:43.083 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 14 16:37:45.035 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 14 16:37:45.035 INFO kablam! Compiling tokio-udp v0.1.0 Oct 14 16:37:46.864 INFO kablam! Compiling tokio v0.1.5 Oct 14 16:37:49.423 INFO kablam! Compiling regex v0.2.10 Oct 14 16:37:49.424 INFO kablam! Compiling tokio-core v0.1.17 Oct 14 16:37:54.123 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 16:38:03.691 INFO kablam! Compiling env_logger v0.5.9 Oct 14 16:38:04.042 INFO kablam! Compiling hyper v0.11.25 Oct 14 16:38:15.372 INFO kablam! Compiling microservice_rs v0.1.0 (/source) Oct 14 16:38:16.327 INFO kablam! warning: unused import: `Get` Oct 14 16:38:16.327 INFO kablam! --> src/main.rs:10:21 Oct 14 16:38:16.327 INFO kablam! | Oct 14 16:38:16.327 INFO kablam! 10 | use hyper::Method::{Get, Post}; Oct 14 16:38:16.327 INFO kablam! | ^^^ Oct 14 16:38:16.327 INFO kablam! | Oct 14 16:38:16.327 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:38:16.327 INFO kablam! Oct 14 16:38:16.405 INFO kablam! warning: unused variable: `entry` Oct 14 16:38:16.405 INFO kablam! --> src/main.rs:48:16 Oct 14 16:38:16.405 INFO kablam! | Oct 14 16:38:16.405 INFO kablam! 48 | fn write_to_db(entry: NewMessage) -> FutureResult { Oct 14 16:38:16.406 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 14 16:38:16.406 INFO kablam! | Oct 14 16:38:16.406 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:16.406 INFO kablam! Oct 14 16:38:16.406 INFO kablam! warning: unused variable: `result` Oct 14 16:38:16.406 INFO kablam! --> src/main.rs:52:23 Oct 14 16:38:16.406 INFO kablam! | Oct 14 16:38:16.406 INFO kablam! 52 | fn make_post_response(result: Result) -> FutureResult { Oct 14 16:38:16.406 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 14 16:38:16.406 INFO kablam! Oct 14 16:38:16.413 INFO kablam! warning: field is never used: `username` Oct 14 16:38:16.413 INFO kablam! --> src/main.rs:22:5 Oct 14 16:38:16.414 INFO kablam! | Oct 14 16:38:16.414 INFO kablam! 22 | username: String, Oct 14 16:38:16.414 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:38:16.414 INFO kablam! | Oct 14 16:38:16.414 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:38:16.414 INFO kablam! Oct 14 16:38:16.419 INFO kablam! warning: field is never used: `message` Oct 14 16:38:16.420 INFO kablam! --> src/main.rs:23:5 Oct 14 16:38:16.420 INFO kablam! | Oct 14 16:38:16.420 INFO kablam! 23 | message: String, Oct 14 16:38:16.420 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:38:16.420 INFO kablam! Oct 14 16:38:20.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.46s Oct 14 16:38:20.727 INFO kablam! su: No module specific data is present Oct 14 16:38:21.435 INFO running `"docker" "rm" "-f" "8373c56af2a55063b669e8c224aaaec5fafadf1f39f16897b9f6192cf3a6b84f"` Oct 14 16:38:21.689 INFO blam! 8373c56af2a55063b669e8c224aaaec5fafadf1f39f16897b9f6192cf3a6b84f Oct 14 16:38:21.696 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 16:38:22.139 INFO blam! df1b5d938099093d3f9c60fe686712584510ea3746cf2560d529e0a3c172a1ab Oct 14 16:38:22.143 INFO running `"docker" "start" "-a" "df1b5d938099093d3f9c60fe686712584510ea3746cf2560d529e0a3c172a1ab"` Oct 14 16:38:23.481 INFO kablam! usermod: no changes Oct 14 16:38:23.643 INFO kablam! Compiling microservice_rs v0.1.0 (/source) Oct 14 16:38:24.747 INFO kablam! warning: unused import: `Get` Oct 14 16:38:24.747 INFO kablam! --> src/main.rs:10:21 Oct 14 16:38:24.747 INFO kablam! | Oct 14 16:38:24.747 INFO kablam! 10 | use hyper::Method::{Get, Post}; Oct 14 16:38:24.747 INFO kablam! | ^^^ Oct 14 16:38:24.747 INFO kablam! | Oct 14 16:38:24.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:38:24.747 INFO kablam! Oct 14 16:38:24.823 INFO kablam! warning: unused variable: `entry` Oct 14 16:38:24.823 INFO kablam! --> src/main.rs:48:16 Oct 14 16:38:24.823 INFO kablam! | Oct 14 16:38:24.823 INFO kablam! 48 | fn write_to_db(entry: NewMessage) -> FutureResult { Oct 14 16:38:24.823 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 14 16:38:24.823 INFO kablam! | Oct 14 16:38:24.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:38:24.823 INFO kablam! Oct 14 16:38:24.823 INFO kablam! warning: unused variable: `result` Oct 14 16:38:24.823 INFO kablam! --> src/main.rs:52:23 Oct 14 16:38:24.823 INFO kablam! | Oct 14 16:38:24.823 INFO kablam! 52 | fn make_post_response(result: Result) -> FutureResult { Oct 14 16:38:24.823 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 14 16:38:24.823 INFO kablam! Oct 14 16:38:24.839 INFO kablam! warning: field is never used: `username` Oct 14 16:38:24.839 INFO kablam! --> src/main.rs:22:5 Oct 14 16:38:24.839 INFO kablam! | Oct 14 16:38:24.839 INFO kablam! 22 | username: String, Oct 14 16:38:24.839 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:38:24.839 INFO kablam! | Oct 14 16:38:24.839 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:38:24.839 INFO kablam! Oct 14 16:38:24.839 INFO kablam! warning: field is never used: `message` Oct 14 16:38:24.839 INFO kablam! --> src/main.rs:23:5 Oct 14 16:38:24.839 INFO kablam! | Oct 14 16:38:24.839 INFO kablam! 23 | message: String, Oct 14 16:38:24.839 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:38:24.839 INFO kablam! Oct 14 16:38:25.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 14 16:38:25.357 INFO kablam! su: No module specific data is present Oct 14 16:38:25.895 INFO running `"docker" "rm" "-f" "df1b5d938099093d3f9c60fe686712584510ea3746cf2560d529e0a3c172a1ab"` Oct 14 16:38:26.127 INFO blam! df1b5d938099093d3f9c60fe686712584510ea3746cf2560d529e0a3c172a1ab Oct 14 16:38:26.131 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 16:38:26.524 INFO blam! 40f120dab868e55f842a880c248ba5543fceed70143a65500ea8f3ce269d4ad4 Oct 14 16:38:26.526 INFO running `"docker" "start" "-a" "40f120dab868e55f842a880c248ba5543fceed70143a65500ea8f3ce269d4ad4"` Oct 14 16:38:28.055 INFO kablam! usermod: no changes Oct 14 16:38:28.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 14 16:38:28.248 INFO kablam! Running /target/debug/deps/microservice_rs-3c6e30ff9cb48b8e Oct 14 16:38:28.253 INFO blam! Oct 14 16:38:28.253 INFO blam! running 0 tests Oct 14 16:38:28.253 INFO blam! Oct 14 16:38:28.253 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:38:28.253 INFO blam! Oct 14 16:38:28.259 INFO kablam! su: No module specific data is present Oct 14 16:38:29.011 INFO running `"docker" "rm" "-f" "40f120dab868e55f842a880c248ba5543fceed70143a65500ea8f3ce269d4ad4"` Oct 14 16:38:29.432 INFO blam! 40f120dab868e55f842a880c248ba5543fceed70143a65500ea8f3ce269d4ad4