Oct 16 18:35:42.512 INFO testing actix-httpbin-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 18:35:42.512 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 16 18:35:42.989 INFO blam! 3cb254b2dae22aeacf13e5e9bbb636ed5ee7a5cc0077fd85b6c61fcec728e032 Oct 16 18:35:42.991 INFO running `"docker" "start" "-a" "3cb254b2dae22aeacf13e5e9bbb636ed5ee7a5cc0077fd85b6c61fcec728e032"` Oct 16 18:35:44.059 INFO kablam! usermod: no changes Oct 16 18:35:44.566 INFO kablam! Compiling actix_derive v0.2.0 Oct 16 18:35:44.567 INFO kablam! Compiling actix-web v0.6.15 Oct 16 18:35:44.573 INFO kablam! Compiling crossbeam-utils v0.3.2 Oct 16 18:35:44.580 INFO kablam! Compiling uuid v0.6.5 Oct 16 18:35:44.581 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 16 18:35:44.581 INFO kablam! Compiling serde_json v1.0.32 Oct 16 18:35:44.583 INFO kablam! Compiling linked-hash-map v0.5.1 Oct 16 18:35:44.589 INFO kablam! Compiling h2 v0.1.12 Oct 16 18:35:48.799 INFO kablam! Compiling backtrace v0.2.3 Oct 16 18:35:50.387 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 16 18:35:50.571 INFO kablam! Compiling pest_generator v2.0.0 Oct 16 18:35:50.679 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 16 18:35:50.695 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 16 18:35:55.787 INFO kablam! Compiling parking_lot v0.5.5 Oct 16 18:35:56.051 INFO kablam! Compiling error-chain v0.1.12 Oct 16 18:35:59.849 INFO kablam! Compiling parking_lot v0.6.4 Oct 16 18:36:09.479 INFO kablam! Compiling tokio-fs v0.1.3 Oct 16 18:36:09.708 INFO kablam! Compiling crossbeam-channel v0.1.3 Oct 16 18:36:09.781 INFO kablam! Compiling cookie v0.10.1 Oct 16 18:36:10.123 INFO kablam! Compiling cargo_metadata v0.5.8 Oct 16 18:36:13.201 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 16 18:36:25.389 INFO kablam! Compiling pest_derive v2.0.1 Oct 16 18:36:25.389 INFO kablam! Compiling skeptic v0.13.3 Oct 16 18:36:25.929 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 16 18:36:26.015 INFO kablam! Compiling tokio-uds v0.2.2 Oct 16 18:36:26.043 INFO kablam! Compiling tokio-udp v0.1.2 Oct 16 18:36:34.051 INFO kablam! Compiling tokio v0.1.11 Oct 16 18:36:36.263 INFO kablam! Compiling actix v0.5.8 Oct 16 18:36:39.777 INFO kablam! Compiling tera v0.11.17 Oct 16 18:36:40.109 INFO kablam! Compiling tokio-core v0.1.17 Oct 16 18:36:47.749 INFO kablam! Compiling trust-dns-proto v0.3.3 Oct 16 18:36:47.750 INFO kablam! Compiling tokio-signal v0.1.5 Oct 16 18:37:08.939 INFO kablam! Compiling trust-dns-resolver v0.8.2 Oct 16 18:38:00.747 INFO kablam! Compiling actix-web-httpauth v0.0.2 Oct 16 18:38:10.503 INFO kablam! Compiling actix-httpbin v0.1.0 (/source) Oct 16 18:38:21.563 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 18:38:21.563 INFO kablam! --> src/handlers/dynamic/mod.rs:46:13 Oct 16 18:38:21.563 INFO kablam! | Oct 16 18:38:21.563 INFO kablam! 46 | context.add("links", &(0..total).collect::>()); Oct 16 18:38:21.563 INFO kablam! | ^^^ Oct 16 18:38:21.563 INFO kablam! | Oct 16 18:38:21.563 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 18:38:21.563 INFO kablam! Oct 16 18:38:21.563 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 18:38:21.563 INFO kablam! --> src/handlers/dynamic/mod.rs:47:13 Oct 16 18:38:21.563 INFO kablam! | Oct 16 18:38:21.563 INFO kablam! 47 | context.add("total", &total); Oct 16 18:38:21.563 INFO kablam! | ^^^ Oct 16 18:38:21.563 INFO kablam! Oct 16 18:38:21.563 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 18:38:21.563 INFO kablam! --> src/handlers/dynamic/mod.rs:48:13 Oct 16 18:38:21.563 INFO kablam! | Oct 16 18:38:21.563 INFO kablam! 48 | context.add("current", ¤t); Oct 16 18:38:21.563 INFO kablam! | ^^^ Oct 16 18:38:21.563 INFO kablam! Oct 16 18:38:22.026 INFO kablam! warning: type alias is never used: `JsonValueFuture` Oct 16 18:38:22.027 INFO kablam! --> src/response/formatters/json_value.rs:8:1 Oct 16 18:38:22.027 INFO kablam! | Oct 16 18:38:22.028 INFO kablam! 8 | pub type JsonValueFuture = Future; Oct 16 18:38:22.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 18:38:22.035 INFO kablam! | Oct 16 18:38:22.035 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 18:38:22.035 INFO kablam! Oct 16 18:38:42.797 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 58s Oct 16 18:38:42.816 INFO kablam! su: No module specific data is present Oct 16 18:38:44.192 INFO running `"docker" "rm" "-f" "3cb254b2dae22aeacf13e5e9bbb636ed5ee7a5cc0077fd85b6c61fcec728e032"` Oct 16 18:38:44.509 INFO blam! 3cb254b2dae22aeacf13e5e9bbb636ed5ee7a5cc0077fd85b6c61fcec728e032 Oct 16 18:38:44.511 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 16 18:38:44.921 INFO blam! 2ea424f7986998ecdcadf905cecc14522f5dbda2a093fc89603e612946ce2346 Oct 16 18:38:44.921 INFO running `"docker" "start" "-a" "2ea424f7986998ecdcadf905cecc14522f5dbda2a093fc89603e612946ce2346"` Oct 16 18:38:46.627 INFO kablam! usermod: no changes Oct 16 18:38:47.067 INFO kablam! Compiling actix-httpbin v0.1.0 (/source) Oct 16 18:38:58.171 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 18:38:58.172 INFO kablam! --> src/handlers/dynamic/mod.rs:46:13 Oct 16 18:38:58.172 INFO kablam! | Oct 16 18:38:58.173 INFO kablam! 46 | context.add("links", &(0..total).collect::>()); Oct 16 18:38:58.173 INFO kablam! | ^^^ Oct 16 18:38:58.173 INFO kablam! | Oct 16 18:38:58.173 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 18:38:58.174 INFO kablam! Oct 16 18:38:58.174 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 18:38:58.174 INFO kablam! --> src/handlers/dynamic/mod.rs:47:13 Oct 16 18:38:58.175 INFO kablam! | Oct 16 18:38:58.175 INFO kablam! 47 | context.add("total", &total); Oct 16 18:38:58.175 INFO kablam! | ^^^ Oct 16 18:38:58.175 INFO kablam! Oct 16 18:38:58.176 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 16 18:38:58.176 INFO kablam! --> src/handlers/dynamic/mod.rs:48:13 Oct 16 18:38:58.176 INFO kablam! | Oct 16 18:38:58.176 INFO kablam! 48 | context.add("current", ¤t); Oct 16 18:38:58.177 INFO kablam! | ^^^ Oct 16 18:38:58.177 INFO kablam! Oct 16 18:38:58.627 INFO kablam! warning: type alias is never used: `JsonValueFuture` Oct 16 18:38:58.628 INFO kablam! --> src/response/formatters/json_value.rs:8:1 Oct 16 18:38:58.628 INFO kablam! | Oct 16 18:38:58.628 INFO kablam! 8 | pub type JsonValueFuture = Future; Oct 16 18:38:58.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 18:38:58.629 INFO kablam! | Oct 16 18:38:58.629 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 18:38:58.629 INFO kablam! Oct 16 18:38:59.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.68s Oct 16 18:38:59.359 INFO kablam! su: No module specific data is present Oct 16 18:39:00.093 INFO running `"docker" "rm" "-f" "2ea424f7986998ecdcadf905cecc14522f5dbda2a093fc89603e612946ce2346"` Oct 16 18:39:00.337 INFO blam! 2ea424f7986998ecdcadf905cecc14522f5dbda2a093fc89603e612946ce2346 Oct 16 18:39:00.339 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 16 18:39:00.683 INFO blam! 0c29daf9cc7bddb89a098f576fd527ed7bcf914f99b704d056c653129049a410 Oct 16 18:39:00.688 INFO running `"docker" "start" "-a" "0c29daf9cc7bddb89a098f576fd527ed7bcf914f99b704d056c653129049a410"` Oct 16 18:39:01.827 INFO kablam! usermod: no changes Oct 16 18:39:02.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.34s Oct 16 18:39:02.220 INFO kablam! Running /target/debug/deps/actix_httpbin-1a4c7f7ef3488899 Oct 16 18:39:02.231 INFO blam! Oct 16 18:39:02.231 INFO blam! running 0 tests Oct 16 18:39:02.231 INFO blam! Oct 16 18:39:02.231 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 18:39:02.231 INFO blam! Oct 16 18:39:02.232 INFO kablam! su: No module specific data is present Oct 16 18:39:03.405 INFO running `"docker" "rm" "-f" "0c29daf9cc7bddb89a098f576fd527ed7bcf914f99b704d056c653129049a410"` Oct 16 18:39:03.691 INFO blam! 0c29daf9cc7bddb89a098f576fd527ed7bcf914f99b704d056c653129049a410