Oct 12 21:16:32.376 INFO testing tjamaan/gotham_hello_world against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:16:32.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 21:16:32.912 INFO blam! ee7d8dcbecc1cd9a0789bdaf3e7b2898e6f36ee6ec3954ba597eded485a1bff0 Oct 12 21:16:32.914 INFO running `"docker" "start" "-a" "ee7d8dcbecc1cd9a0789bdaf3e7b2898e6f36ee6ec3954ba597eded485a1bff0"` Oct 12 21:16:34.320 INFO kablam! usermod: no changes Oct 12 21:16:34.579 INFO kablam! Compiling bitflags v0.5.0 Oct 12 21:16:34.579 INFO kablam! Compiling getopts v0.2.15 Oct 12 21:16:34.583 INFO kablam! Compiling matches v0.1.6 Oct 12 21:16:34.591 INFO kablam! Compiling unicode-normalization v0.1.5 Oct 12 21:16:34.591 INFO kablam! Compiling iovec v0.1.1 Oct 12 21:16:34.591 INFO kablam! Compiling num_cpus v1.7.0 Oct 12 21:16:34.591 INFO kablam! Compiling time v0.1.38 Oct 12 21:16:34.591 INFO kablam! Compiling base64 v0.4.2 Oct 12 21:16:35.823 INFO kablam! Compiling net2 v0.2.31 Oct 12 21:16:36.235 INFO kablam! Compiling rmp v0.8.7 Oct 12 21:16:36.276 INFO kablam! Compiling uuid v0.5.1 Oct 12 21:16:43.020 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 12 21:16:43.299 INFO kablam! Compiling bytes v0.4.5 Oct 12 21:16:43.322 INFO kablam! Compiling futures-cpupool v0.1.7 Oct 12 21:16:43.322 INFO kablam! Compiling rmp-serde v0.13.7 Oct 12 21:16:43.331 INFO kablam! Compiling mio v0.6.11 Oct 12 21:16:43.408 INFO kablam! Compiling chrono v0.3.0 Oct 12 21:16:43.511 INFO kablam! Compiling pulldown-cmark v0.0.8 Oct 12 21:16:51.907 INFO kablam! Compiling idna v0.1.4 Oct 12 21:16:52.027 INFO kablam! Compiling tokio-io v0.1.4 Oct 12 21:16:57.860 INFO kablam! Compiling skeptic v0.9.0 Oct 12 21:16:58.755 INFO kablam! Compiling tokio-core v0.1.10 Oct 12 21:17:00.852 INFO kablam! Compiling borrow-bag v0.3.2 Oct 12 21:17:03.471 INFO kablam! Compiling url v1.6.0 Oct 12 21:17:05.213 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 21:17:08.900 INFO kablam! Compiling gotham_derive v0.1.0 Oct 12 21:17:10.131 INFO kablam! Compiling hyper v0.11.7 Oct 12 21:17:22.979 INFO kablam! Compiling gotham v0.1.2 Oct 12 21:17:29.158 INFO kablam! Compiling gotham_hello_world v0.1.0 (/source) Oct 12 21:17:29.847 INFO kablam! warning: unused import: `StateData` Oct 12 21:17:29.847 INFO kablam! --> src/controllers/capitalize.rs:8:21 Oct 12 21:17:29.848 INFO kablam! | Oct 12 21:17:29.848 INFO kablam! 8 | use gotham::state::{StateData, FromState}; Oct 12 21:17:29.848 INFO kablam! | ^^^^^^^^^ Oct 12 21:17:29.848 INFO kablam! | Oct 12 21:17:29.848 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:17:29.848 INFO kablam! Oct 12 21:17:29.848 INFO kablam! warning: unused import: `StateData` Oct 12 21:17:29.848 INFO kablam! --> src/controllers/cube.rs:8:21 Oct 12 21:17:29.848 INFO kablam! | Oct 12 21:17:29.848 INFO kablam! 8 | use gotham::state::{StateData, FromState}; Oct 12 21:17:29.848 INFO kablam! | ^^^^^^^^^ Oct 12 21:17:29.848 INFO kablam! Oct 12 21:17:30.056 INFO kablam! warning: unused variable: `request` Oct 12 21:17:30.056 INFO kablam! --> src/controllers/welcome.rs:19:30 Oct 12 21:17:30.057 INFO kablam! | Oct 12 21:17:30.057 INFO kablam! 19 | pub fn welcome(state: State, request: Request) -> (State, Response) { Oct 12 21:17:30.058 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:30.059 INFO kablam! | Oct 12 21:17:30.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:17:30.060 INFO kablam! Oct 12 21:17:30.060 INFO kablam! warning: unused variable: `request` Oct 12 21:17:30.061 INFO kablam! --> src/controllers/capitalize.rs:37:33 Oct 12 21:17:30.062 INFO kablam! | Oct 12 21:17:30.062 INFO kablam! 37 | pub fn capitalize(state: State, request: Request) -> (State, Response) { Oct 12 21:17:30.063 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:30.063 INFO kablam! Oct 12 21:17:30.064 INFO kablam! warning: unused variable: `request` Oct 12 21:17:30.065 INFO kablam! --> src/controllers/cube.rs:38:27 Oct 12 21:17:30.065 INFO kablam! | Oct 12 21:17:30.065 INFO kablam! 38 | pub fn cube(state: State, request: Request) -> (State, Response) { Oct 12 21:17:30.065 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:30.065 INFO kablam! Oct 12 21:17:30.065 INFO kablam! warning: unused variable: `request` Oct 12 21:17:30.065 INFO kablam! --> src/controllers/visit_counter.rs:25:40 Oct 12 21:17:30.065 INFO kablam! | Oct 12 21:17:30.065 INFO kablam! 25 | pub fn visit_counter(mut state: State, request: Request) -> (State, Response) { Oct 12 21:17:30.065 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:30.065 INFO kablam! Oct 12 21:17:36.829 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 12 21:17:36.840 INFO kablam! su: No module specific data is present Oct 12 21:17:39.687 INFO running `"docker" "rm" "-f" "ee7d8dcbecc1cd9a0789bdaf3e7b2898e6f36ee6ec3954ba597eded485a1bff0"` Oct 12 21:17:39.975 INFO blam! ee7d8dcbecc1cd9a0789bdaf3e7b2898e6f36ee6ec3954ba597eded485a1bff0 Oct 12 21:17:39.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 21:17:40.531 INFO blam! 91eff1165ab90b41a131bb29b6a0845b77e33845e9c24fabea921a683d0bcb4b Oct 12 21:17:40.543 INFO running `"docker" "start" "-a" "91eff1165ab90b41a131bb29b6a0845b77e33845e9c24fabea921a683d0bcb4b"` Oct 12 21:17:41.935 INFO kablam! usermod: no changes Oct 12 21:17:42.167 INFO kablam! Compiling gotham_hello_world v0.1.0 (/source) Oct 12 21:17:43.011 INFO kablam! warning: unused import: `StateData` Oct 12 21:17:43.012 INFO kablam! --> src/controllers/capitalize.rs:8:21 Oct 12 21:17:43.012 INFO kablam! | Oct 12 21:17:43.012 INFO kablam! 8 | use gotham::state::{StateData, FromState}; Oct 12 21:17:43.012 INFO kablam! | ^^^^^^^^^ Oct 12 21:17:43.013 INFO kablam! | Oct 12 21:17:43.013 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:17:43.013 INFO kablam! Oct 12 21:17:43.013 INFO kablam! warning: unused import: `StateData` Oct 12 21:17:43.014 INFO kablam! --> src/controllers/cube.rs:8:21 Oct 12 21:17:43.014 INFO kablam! | Oct 12 21:17:43.014 INFO kablam! 8 | use gotham::state::{StateData, FromState}; Oct 12 21:17:43.014 INFO kablam! | ^^^^^^^^^ Oct 12 21:17:43.015 INFO kablam! Oct 12 21:17:43.223 INFO kablam! warning: unused variable: `request` Oct 12 21:17:43.223 INFO kablam! --> src/controllers/welcome.rs:19:30 Oct 12 21:17:43.223 INFO kablam! | Oct 12 21:17:43.223 INFO kablam! 19 | pub fn welcome(state: State, request: Request) -> (State, Response) { Oct 12 21:17:43.223 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:43.223 INFO kablam! | Oct 12 21:17:43.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:17:43.223 INFO kablam! Oct 12 21:17:43.223 INFO kablam! warning: unused variable: `request` Oct 12 21:17:43.223 INFO kablam! --> src/controllers/capitalize.rs:37:33 Oct 12 21:17:43.223 INFO kablam! | Oct 12 21:17:43.223 INFO kablam! 37 | pub fn capitalize(state: State, request: Request) -> (State, Response) { Oct 12 21:17:43.223 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:43.223 INFO kablam! Oct 12 21:17:43.223 INFO kablam! warning: unused variable: `request` Oct 12 21:17:43.223 INFO kablam! --> src/controllers/cube.rs:38:27 Oct 12 21:17:43.223 INFO kablam! | Oct 12 21:17:43.223 INFO kablam! 38 | pub fn cube(state: State, request: Request) -> (State, Response) { Oct 12 21:17:43.223 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:43.223 INFO kablam! Oct 12 21:17:43.223 INFO kablam! warning: unused variable: `request` Oct 12 21:17:43.223 INFO kablam! --> src/controllers/visit_counter.rs:25:40 Oct 12 21:17:43.223 INFO kablam! | Oct 12 21:17:43.223 INFO kablam! 25 | pub fn visit_counter(mut state: State, request: Request) -> (State, Response) { Oct 12 21:17:43.223 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 21:17:43.223 INFO kablam! Oct 12 21:17:43.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Oct 12 21:17:43.944 INFO kablam! su: No module specific data is present Oct 12 21:17:45.178 INFO running `"docker" "rm" "-f" "91eff1165ab90b41a131bb29b6a0845b77e33845e9c24fabea921a683d0bcb4b"` Oct 12 21:17:45.527 INFO blam! 91eff1165ab90b41a131bb29b6a0845b77e33845e9c24fabea921a683d0bcb4b Oct 12 21:17:45.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 21:17:46.030 INFO blam! fb2a6e7e04c8aeaabf716e9cfd0c41ed8eebab680ae4be8165758aeb5d527382 Oct 12 21:17:46.031 INFO running `"docker" "start" "-a" "fb2a6e7e04c8aeaabf716e9cfd0c41ed8eebab680ae4be8165758aeb5d527382"` Oct 12 21:17:47.619 INFO kablam! usermod: no changes Oct 12 21:17:47.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 12 21:17:47.840 INFO kablam! Running /target/debug/deps/gotham_hello_world-c8418a89a4a2c29e Oct 12 21:17:47.840 INFO blam! Oct 12 21:17:47.841 INFO blam! running 0 tests Oct 12 21:17:47.841 INFO blam! Oct 12 21:17:47.841 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:17:47.841 INFO blam! Oct 12 21:17:47.842 INFO kablam! su: No module specific data is present Oct 12 21:17:48.505 INFO running `"docker" "rm" "-f" "fb2a6e7e04c8aeaabf716e9cfd0c41ed8eebab680ae4be8165758aeb5d527382"` Oct 12 21:17:48.696 INFO blam! fb2a6e7e04c8aeaabf716e9cfd0c41ed8eebab680ae4be8165758aeb5d527382