Oct 13 01:50:44.088 INFO testing rustudio/oxide against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:50:44.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 01:50:44.633 INFO blam! 722a5f6d31ef30eab3a1756c8d81f544bb5ae4faab942c03de2b58afa3eb30b1 Oct 13 01:50:44.642 INFO running `"docker" "start" "-a" "722a5f6d31ef30eab3a1756c8d81f544bb5ae4faab942c03de2b58afa3eb30b1"` Oct 13 01:50:46.157 INFO kablam! usermod: no changes Oct 13 01:50:46.338 INFO kablam! Compiling log v0.4.2 Oct 13 01:50:46.338 INFO kablam! Compiling http v0.1.6 Oct 13 01:50:46.338 INFO kablam! Compiling regex v0.2.11 Oct 13 01:50:46.343 INFO kablam! Compiling serde_json v1.0.21 Oct 13 01:50:46.343 INFO kablam! Compiling diesel v1.3.2 Oct 13 01:50:48.215 INFO kablam! Compiling mio v0.6.14 Oct 13 01:50:48.217 INFO kablam! Compiling tokio-io v0.1.7 Oct 13 01:50:48.223 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 13 01:50:48.223 INFO kablam! Compiling want v0.0.5 Oct 13 01:50:56.803 INFO kablam! Compiling tokio-codec v0.1.0 Oct 13 01:51:02.621 INFO kablam! Compiling tokio-fs v0.1.1 Oct 13 01:51:02.865 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 13 01:51:16.035 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 13 01:51:16.523 INFO kablam! Compiling tokio-udp v0.1.1 Oct 13 01:51:17.423 INFO kablam! Compiling dotenv v0.9.0 Oct 13 01:51:21.473 INFO kablam! Compiling tokio v0.1.7 Oct 13 01:51:23.995 INFO kablam! Compiling h2 v0.1.10 Oct 13 01:51:36.851 INFO kablam! Compiling hyper v0.12.2 Oct 13 01:52:08.888 INFO kablam! Compiling oxide v0.1.0 (/source) Oct 13 01:52:09.975 INFO kablam! warning: unused import: `std::env` Oct 13 01:52:09.975 INFO kablam! --> src/main.rs:9:5 Oct 13 01:52:09.975 INFO kablam! | Oct 13 01:52:09.975 INFO kablam! 9 | use std::env; Oct 13 01:52:09.975 INFO kablam! | ^^^^^^^^ Oct 13 01:52:09.975 INFO kablam! | Oct 13 01:52:09.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:52:09.975 INFO kablam! Oct 13 01:52:10.111 INFO kablam! warning: unused variable: `req` Oct 13 01:52:10.111 INFO kablam! --> src/main.rs:22:16 Oct 13 01:52:10.111 INFO kablam! | Oct 13 01:52:10.111 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 13 01:52:10.111 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:10.111 INFO kablam! | Oct 13 01:52:10.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:52:10.111 INFO kablam! Oct 13 01:52:10.111 INFO kablam! warning: unused variable: `req` Oct 13 01:52:10.111 INFO kablam! --> src/main.rs:26:10 Oct 13 01:52:10.111 INFO kablam! | Oct 13 01:52:10.111 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:10.111 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:10.111 INFO kablam! Oct 13 01:52:10.163 INFO kablam! warning: function is never used: `index` Oct 13 01:52:10.163 INFO kablam! --> src/main.rs:26:1 Oct 13 01:52:10.163 INFO kablam! | Oct 13 01:52:10.163 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:10.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:10.163 INFO kablam! | Oct 13 01:52:10.163 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:52:10.163 INFO kablam! Oct 13 01:52:10.163 INFO kablam! warning: function is never used: `conn` Oct 13 01:52:10.163 INFO kablam! --> src/main.rs:45:1 Oct 13 01:52:10.163 INFO kablam! | Oct 13 01:52:10.163 INFO kablam! 45 | fn conn() -> PgConnection { Oct 13 01:52:10.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:10.163 INFO kablam! Oct 13 01:52:15.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 13 01:52:15.631 INFO kablam! su: No module specific data is present Oct 13 01:52:16.855 INFO running `"docker" "rm" "-f" "722a5f6d31ef30eab3a1756c8d81f544bb5ae4faab942c03de2b58afa3eb30b1"` Oct 13 01:52:17.212 INFO blam! 722a5f6d31ef30eab3a1756c8d81f544bb5ae4faab942c03de2b58afa3eb30b1 Oct 13 01:52:17.226 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 01:52:17.675 INFO blam! 0e891cc58042e78e1bc3757c44b77a8c67d23581cb3c9bffec1010c2b7bc7a2f Oct 13 01:52:17.687 INFO running `"docker" "start" "-a" "0e891cc58042e78e1bc3757c44b77a8c67d23581cb3c9bffec1010c2b7bc7a2f"` Oct 13 01:52:19.467 INFO kablam! usermod: no changes Oct 13 01:52:19.655 INFO kablam! Compiling oxide v0.1.0 (/source) Oct 13 01:52:20.731 INFO kablam! warning: unused import: `std::env` Oct 13 01:52:20.731 INFO kablam! --> src/main.rs:9:5 Oct 13 01:52:20.731 INFO kablam! | Oct 13 01:52:20.731 INFO kablam! 9 | use std::env; Oct 13 01:52:20.731 INFO kablam! | ^^^^^^^^ Oct 13 01:52:20.731 INFO kablam! | Oct 13 01:52:20.731 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:52:20.731 INFO kablam! Oct 13 01:52:20.860 INFO kablam! warning: unused variable: `req` Oct 13 01:52:20.861 INFO kablam! --> src/main.rs:22:16 Oct 13 01:52:20.861 INFO kablam! | Oct 13 01:52:20.861 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 13 01:52:20.861 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:20.861 INFO kablam! | Oct 13 01:52:20.861 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:52:20.861 INFO kablam! Oct 13 01:52:20.861 INFO kablam! warning: unused variable: `req` Oct 13 01:52:20.861 INFO kablam! --> src/main.rs:26:10 Oct 13 01:52:20.861 INFO kablam! | Oct 13 01:52:20.861 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:20.861 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:20.861 INFO kablam! Oct 13 01:52:20.914 INFO kablam! warning: function is never used: `index` Oct 13 01:52:20.914 INFO kablam! --> src/main.rs:26:1 Oct 13 01:52:20.914 INFO kablam! | Oct 13 01:52:20.915 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:20.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:20.916 INFO kablam! | Oct 13 01:52:20.916 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:52:20.916 INFO kablam! Oct 13 01:52:20.923 INFO kablam! warning: function is never used: `conn` Oct 13 01:52:20.923 INFO kablam! --> src/main.rs:45:1 Oct 13 01:52:20.923 INFO kablam! | Oct 13 01:52:20.923 INFO kablam! 45 | fn conn() -> PgConnection { Oct 13 01:52:20.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:20.924 INFO kablam! Oct 13 01:52:21.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 13 01:52:21.502 INFO kablam! su: No module specific data is present Oct 13 01:52:22.147 INFO running `"docker" "rm" "-f" "0e891cc58042e78e1bc3757c44b77a8c67d23581cb3c9bffec1010c2b7bc7a2f"` Oct 13 01:52:22.467 INFO blam! 0e891cc58042e78e1bc3757c44b77a8c67d23581cb3c9bffec1010c2b7bc7a2f Oct 13 01:52:22.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 01:52:22.947 INFO blam! 124ddfe925615992cd1c2765d501021765803172a74b1811a5ab511a695312a9 Oct 13 01:52:22.951 INFO running `"docker" "start" "-a" "124ddfe925615992cd1c2765d501021765803172a74b1811a5ab511a695312a9"` Oct 13 01:52:24.107 INFO kablam! usermod: no changes Oct 13 01:52:24.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 13 01:52:24.334 INFO kablam! Running /target/debug/deps/oxide-3f65ad25c586710d Oct 13 01:52:24.351 INFO kablam! su: No module specific data is present Oct 13 01:52:24.351 INFO blam! Oct 13 01:52:24.351 INFO blam! running 0 tests Oct 13 01:52:24.351 INFO blam! Oct 13 01:52:24.351 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:52:24.351 INFO blam! Oct 13 01:52:25.327 INFO running `"docker" "rm" "-f" "124ddfe925615992cd1c2765d501021765803172a74b1811a5ab511a695312a9"` Oct 13 01:52:25.611 INFO blam! 124ddfe925615992cd1c2765d501021765803172a74b1811a5ab511a695312a9