Oct 16 06:13:56.831 INFO testing http_event_store-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:13:56.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 06:13:57.266 INFO blam! 6340b8b3c650ae20608c69253321ed25aeaf068a62f6ee73962f896fb3bc6b06 Oct 16 06:13:57.271 INFO running `"docker" "start" "-a" "6340b8b3c650ae20608c69253321ed25aeaf068a62f6ee73962f896fb3bc6b06"` Oct 16 06:13:57.713 INFO kablam! usermod: no changes Oct 16 06:13:57.876 INFO kablam! Compiling uuid v0.3.1 Oct 16 06:13:57.877 INFO kablam! Compiling chrono v0.2.25 Oct 16 06:13:57.878 INFO kablam! Compiling http_event_store v0.2.0 (/source) Oct 16 06:14:07.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.37s Oct 16 06:14:07.119 INFO kablam! su: No module specific data is present Oct 16 06:14:07.473 INFO running `"docker" "rm" "-f" "6340b8b3c650ae20608c69253321ed25aeaf068a62f6ee73962f896fb3bc6b06"` Oct 16 06:14:07.727 INFO blam! 6340b8b3c650ae20608c69253321ed25aeaf068a62f6ee73962f896fb3bc6b06 Oct 16 06:14:07.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 06:14:08.151 INFO blam! e348aac46a02039bc414134baa950aa4a285a272d4e5e167ceca0a15a56a9f85 Oct 16 06:14:08.153 INFO running `"docker" "start" "-a" "e348aac46a02039bc414134baa950aa4a285a272d4e5e167ceca0a15a56a9f85"` Oct 16 06:14:09.463 INFO kablam! usermod: no changes Oct 16 06:14:09.627 INFO kablam! Compiling http_event_store v0.2.0 (/source) Oct 16 06:14:14.109 INFO kablam! warning: unused macro definition Oct 16 06:14:14.109 INFO kablam! --> tests/support/assert.rs:12:1 Oct 16 06:14:14.109 INFO kablam! | Oct 16 06:14:14.109 INFO kablam! 12 | / macro_rules! assert_error_status_code { Oct 16 06:14:14.110 INFO kablam! 13 | | ($code:expr, $result:expr) => ({ Oct 16 06:14:14.110 INFO kablam! 14 | | match $result.unwrap_err() { Oct 16 06:14:14.110 INFO kablam! 15 | | hes::error::ApiError::Restful(response) => assert_eq!(hyper::status::StatusCode::BadRequest, response.status), Oct 16 06:14:14.110 INFO kablam! ... | Oct 16 06:14:14.111 INFO kablam! 18 | | }) Oct 16 06:14:14.111 INFO kablam! 19 | | } Oct 16 06:14:14.111 INFO kablam! | |_^ Oct 16 06:14:14.112 INFO kablam! | Oct 16 06:14:14.112 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 06:14:14.112 INFO kablam! Oct 16 06:14:16.183 INFO kablam! warning: unused macro definition Oct 16 06:14:16.183 INFO kablam! --> tests/support/assert.rs:12:1 Oct 16 06:14:16.183 INFO kablam! | Oct 16 06:14:16.183 INFO kablam! 12 | / macro_rules! assert_error_status_code { Oct 16 06:14:16.183 INFO kablam! 13 | | ($code:expr, $result:expr) => ({ Oct 16 06:14:16.183 INFO kablam! 14 | | match $result.unwrap_err() { Oct 16 06:14:16.183 INFO kablam! 15 | | hes::error::ApiError::Restful(response) => assert_eq!(hyper::status::StatusCode::BadRequest, response.status), Oct 16 06:14:16.183 INFO kablam! ... | Oct 16 06:14:16.183 INFO kablam! 18 | | }) Oct 16 06:14:16.183 INFO kablam! 19 | | } Oct 16 06:14:16.183 INFO kablam! | |_^ Oct 16 06:14:16.183 INFO kablam! | Oct 16 06:14:16.183 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 06:14:16.183 INFO kablam! Oct 16 06:14:16.399 INFO kablam! warning: unused macro definition Oct 16 06:14:16.399 INFO kablam! --> tests/support/assert.rs:12:1 Oct 16 06:14:16.399 INFO kablam! | Oct 16 06:14:16.399 INFO kablam! 12 | / macro_rules! assert_error_status_code { Oct 16 06:14:16.399 INFO kablam! 13 | | ($code:expr, $result:expr) => ({ Oct 16 06:14:16.399 INFO kablam! 14 | | match $result.unwrap_err() { Oct 16 06:14:16.399 INFO kablam! 15 | | hes::error::ApiError::Restful(response) => assert_eq!(hyper::status::StatusCode::BadRequest, response.status), Oct 16 06:14:16.399 INFO kablam! ... | Oct 16 06:14:16.399 INFO kablam! 18 | | }) Oct 16 06:14:16.399 INFO kablam! 19 | | } Oct 16 06:14:16.399 INFO kablam! | |_^ Oct 16 06:14:16.399 INFO kablam! | Oct 16 06:14:16.399 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 06:14:16.399 INFO kablam! Oct 16 06:14:16.655 INFO kablam! warning: unused macro definition Oct 16 06:14:16.655 INFO kablam! --> tests/support/assert.rs:12:1 Oct 16 06:14:16.655 INFO kablam! | Oct 16 06:14:16.655 INFO kablam! 12 | / macro_rules! assert_error_status_code { Oct 16 06:14:16.655 INFO kablam! 13 | | ($code:expr, $result:expr) => ({ Oct 16 06:14:16.655 INFO kablam! 14 | | match $result.unwrap_err() { Oct 16 06:14:16.655 INFO kablam! 15 | | hes::error::ApiError::Restful(response) => assert_eq!(hyper::status::StatusCode::BadRequest, response.status), Oct 16 06:14:16.655 INFO kablam! ... | Oct 16 06:14:16.655 INFO kablam! 18 | | }) Oct 16 06:14:16.655 INFO kablam! 19 | | } Oct 16 06:14:16.655 INFO kablam! | |_^ Oct 16 06:14:16.655 INFO kablam! | Oct 16 06:14:16.655 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 06:14:16.656 INFO kablam! Oct 16 06:14:21.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.97s Oct 16 06:14:21.475 INFO kablam! su: No module specific data is present Oct 16 06:14:21.752 INFO running `"docker" "rm" "-f" "e348aac46a02039bc414134baa950aa4a285a272d4e5e167ceca0a15a56a9f85"` Oct 16 06:14:21.895 INFO blam! e348aac46a02039bc414134baa950aa4a285a272d4e5e167ceca0a15a56a9f85