Oct 13 01:50:44.578 INFO testing rustudio/oxide against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:50:44.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:50:45.003 INFO blam! 8ef56ae54e592b672ea14aca761b4390dd53a90760fe67c9a4b581afaa755f26 Oct 13 01:50:45.011 INFO running `"docker" "start" "-a" "8ef56ae54e592b672ea14aca761b4390dd53a90760fe67c9a4b581afaa755f26"` Oct 13 01:50:46.215 INFO kablam! usermod: no changes Oct 13 01:50:46.451 INFO kablam! Compiling pq-sys v0.4.5 Oct 13 01:50:46.451 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 13 01:50:46.451 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 13 01:50:46.452 INFO kablam! Compiling want v0.0.5 Oct 13 01:50:46.452 INFO kablam! Compiling tokio-io v0.1.7 Oct 13 01:50:46.452 INFO kablam! Compiling http v0.1.6 Oct 13 01:50:46.452 INFO kablam! Compiling dotenv v0.9.0 Oct 13 01:50:52.958 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 13 01:50:54.397 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 13 01:50:54.397 INFO kablam! Compiling tokio-codec v0.1.0 Oct 13 01:50:55.519 INFO kablam! Compiling diesel v1.3.2 Oct 13 01:50:55.807 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 13 01:50:59.211 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 13 01:50:59.211 INFO kablam! Compiling tokio-udp v0.1.1 Oct 13 01:51:04.943 INFO kablam! Compiling tokio-fs v0.1.1 Oct 13 01:51:07.599 INFO kablam! Compiling tokio v0.1.7 Oct 13 01:51:16.667 INFO kablam! Compiling h2 v0.1.10 Oct 13 01:51:27.383 INFO kablam! Compiling hyper v0.12.2 Oct 13 01:52:03.351 INFO kablam! Compiling oxide v0.1.0 (/source) Oct 13 01:52:04.614 INFO kablam! warning: unused import: `std::env` Oct 13 01:52:04.614 INFO kablam! --> src/main.rs:9:5 Oct 13 01:52:04.615 INFO kablam! | Oct 13 01:52:04.615 INFO kablam! 9 | use std::env; Oct 13 01:52:04.615 INFO kablam! | ^^^^^^^^ Oct 13 01:52:04.616 INFO kablam! | Oct 13 01:52:04.616 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:52:04.616 INFO kablam! Oct 13 01:52:04.783 INFO kablam! warning: unused variable: `req` Oct 13 01:52:04.783 INFO kablam! --> src/main.rs:22:16 Oct 13 01:52:04.784 INFO kablam! | Oct 13 01:52:04.784 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 13 01:52:04.784 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:04.784 INFO kablam! | Oct 13 01:52:04.785 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:52:04.785 INFO kablam! Oct 13 01:52:04.785 INFO kablam! warning: unused variable: `req` Oct 13 01:52:04.785 INFO kablam! --> src/main.rs:26:10 Oct 13 01:52:04.785 INFO kablam! | Oct 13 01:52:04.786 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:04.786 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:04.786 INFO kablam! Oct 13 01:52:04.823 INFO kablam! warning: function is never used: `index` Oct 13 01:52:04.823 INFO kablam! --> src/main.rs:26:1 Oct 13 01:52:04.824 INFO kablam! | Oct 13 01:52:04.824 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:04.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:04.825 INFO kablam! | Oct 13 01:52:04.825 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:52:04.825 INFO kablam! Oct 13 01:52:04.825 INFO kablam! warning: function is never used: `conn` Oct 13 01:52:04.826 INFO kablam! --> src/main.rs:45:1 Oct 13 01:52:04.826 INFO kablam! | Oct 13 01:52:04.826 INFO kablam! 45 | fn conn() -> PgConnection { Oct 13 01:52:04.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:04.827 INFO kablam! Oct 13 01:52:09.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 13 01:52:09.992 INFO kablam! su: No module specific data is present Oct 13 01:52:11.878 INFO running `"docker" "rm" "-f" "8ef56ae54e592b672ea14aca761b4390dd53a90760fe67c9a4b581afaa755f26"` Oct 13 01:52:12.241 INFO blam! 8ef56ae54e592b672ea14aca761b4390dd53a90760fe67c9a4b581afaa755f26 Oct 13 01:52:12.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:52:12.741 INFO blam! 56384941e305d12ffae1f43b917d2403c6298dd63abaebf7ea9f1c9d8f9b9d44 Oct 13 01:52:12.743 INFO running `"docker" "start" "-a" "56384941e305d12ffae1f43b917d2403c6298dd63abaebf7ea9f1c9d8f9b9d44"` Oct 13 01:52:14.414 INFO kablam! usermod: no changes Oct 13 01:52:14.639 INFO kablam! Compiling oxide v0.1.0 (/source) Oct 13 01:52:15.843 INFO kablam! warning: unused import: `std::env` Oct 13 01:52:15.843 INFO kablam! --> src/main.rs:9:5 Oct 13 01:52:15.843 INFO kablam! | Oct 13 01:52:15.843 INFO kablam! 9 | use std::env; Oct 13 01:52:15.843 INFO kablam! | ^^^^^^^^ Oct 13 01:52:15.843 INFO kablam! | Oct 13 01:52:15.843 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:52:15.843 INFO kablam! Oct 13 01:52:15.975 INFO kablam! warning: unused variable: `req` Oct 13 01:52:15.975 INFO kablam! --> src/main.rs:22:16 Oct 13 01:52:15.975 INFO kablam! | Oct 13 01:52:15.975 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 13 01:52:15.975 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:15.975 INFO kablam! | Oct 13 01:52:15.975 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:52:15.975 INFO kablam! Oct 13 01:52:15.975 INFO kablam! warning: unused variable: `req` Oct 13 01:52:15.975 INFO kablam! --> src/main.rs:26:10 Oct 13 01:52:15.975 INFO kablam! | Oct 13 01:52:15.975 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:15.975 INFO kablam! | ^^^ help: consider using `_req` instead Oct 13 01:52:15.975 INFO kablam! Oct 13 01:52:16.019 INFO kablam! warning: function is never used: `index` Oct 13 01:52:16.019 INFO kablam! --> src/main.rs:26:1 Oct 13 01:52:16.019 INFO kablam! | Oct 13 01:52:16.019 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 13 01:52:16.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:16.019 INFO kablam! | Oct 13 01:52:16.019 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:52:16.019 INFO kablam! Oct 13 01:52:16.019 INFO kablam! warning: function is never used: `conn` Oct 13 01:52:16.019 INFO kablam! --> src/main.rs:45:1 Oct 13 01:52:16.019 INFO kablam! | Oct 13 01:52:16.019 INFO kablam! 45 | fn conn() -> PgConnection { Oct 13 01:52:16.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:16.019 INFO kablam! Oct 13 01:52:16.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 13 01:52:16.555 INFO kablam! su: No module specific data is present Oct 13 01:52:17.329 INFO running `"docker" "rm" "-f" "56384941e305d12ffae1f43b917d2403c6298dd63abaebf7ea9f1c9d8f9b9d44"` Oct 13 01:52:17.603 INFO blam! 56384941e305d12ffae1f43b917d2403c6298dd63abaebf7ea9f1c9d8f9b9d44 Oct 13 01:52:17.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:52:17.975 INFO blam! 2282a0229a1e5830c5cabf28dfafe5003416e18674c9f3a451bd88bb39f7ef3c Oct 13 01:52:17.977 INFO running `"docker" "start" "-a" "2282a0229a1e5830c5cabf28dfafe5003416e18674c9f3a451bd88bb39f7ef3c"` Oct 13 01:52:19.972 INFO kablam! usermod: no changes Oct 13 01:52:20.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 13 01:52:20.215 INFO kablam! Running /target/debug/deps/oxide-fd9ac79c5eb797b1 Oct 13 01:52:20.223 INFO blam! Oct 13 01:52:20.223 INFO blam! running 0 tests Oct 13 01:52:20.223 INFO blam! Oct 13 01:52:20.223 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:52:20.223 INFO blam! Oct 13 01:52:20.225 INFO kablam! su: No module specific data is present Oct 13 01:52:21.011 INFO running `"docker" "rm" "-f" "2282a0229a1e5830c5cabf28dfafe5003416e18674c9f3a451bd88bb39f7ef3c"` Oct 13 01:52:21.359 INFO blam! 2282a0229a1e5830c5cabf28dfafe5003416e18674c9f3a451bd88bb39f7ef3c