Oct 14 13:52:17.853 INFO testing lethe2211/iron_sample against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:52:17.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 13:52:18.292 INFO blam! 9feceb44dfe4715512cce82b25dddca3cea635d204d6393cd757dec2d5144629 Oct 14 13:52:18.294 INFO running `"docker" "start" "-a" "9feceb44dfe4715512cce82b25dddca3cea635d204d6393cd757dec2d5144629"` Oct 14 13:52:19.791 INFO kablam! usermod: no changes Oct 14 13:52:19.967 INFO kablam! Compiling openssl v0.9.11 Oct 14 13:52:19.967 INFO kablam! Compiling httparse v1.2.2 Oct 14 13:52:19.967 INFO kablam! Compiling route-recognizer v0.1.12 Oct 14 13:52:19.967 INFO kablam! Compiling mime v0.2.3 Oct 14 13:52:19.969 INFO kablam! Compiling conduit-mime-types v0.7.3 Oct 14 13:52:19.973 INFO kablam! Compiling hyper v0.10.9 Oct 14 13:52:19.973 INFO kablam! Compiling idna v0.1.1 Oct 14 13:52:24.620 INFO kablam! Compiling url v1.4.0 Oct 14 13:52:29.187 INFO kablam! Compiling native-tls v0.1.2 Oct 14 13:52:36.244 INFO kablam! Compiling iron v0.5.1 Oct 14 13:52:36.245 INFO kablam! Compiling hyper-native-tls v0.2.2 Oct 14 13:52:38.175 INFO kablam! Compiling router v0.5.1 Oct 14 13:52:40.019 INFO kablam! Compiling iron_example v0.1.0 (/source) Oct 14 13:52:40.571 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 13:52:40.571 INFO kablam! --> src/main.rs:7:5 Oct 14 13:52:40.571 INFO kablam! | Oct 14 13:52:40.579 INFO kablam! 7 | use std::collections::HashMap; Oct 14 13:52:40.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:40.579 INFO kablam! | Oct 14 13:52:40.579 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:52:40.579 INFO kablam! Oct 14 13:52:40.579 INFO kablam! warning: unused import: `std::convert::From` Oct 14 13:52:40.579 INFO kablam! --> src/main.rs:9:5 Oct 14 13:52:40.579 INFO kablam! | Oct 14 13:52:40.579 INFO kablam! 9 | use std::convert::From; Oct 14 13:52:40.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:52:40.579 INFO kablam! Oct 14 13:52:40.579 INFO kablam! warning: unused import: `Handler` Oct 14 13:52:40.579 INFO kablam! --> src/main.rs:17:12 Oct 14 13:52:40.579 INFO kablam! | Oct 14 13:52:40.579 INFO kablam! 17 | use iron::{Handler}; Oct 14 13:52:40.579 INFO kablam! | ^^^^^^^ Oct 14 13:52:40.579 INFO kablam! Oct 14 13:52:40.579 INFO kablam! warning: unused import: `Error` Oct 14 13:52:40.579 INFO kablam! --> src/main.rs:22:25 Oct 14 13:52:40.579 INFO kablam! | Oct 14 13:52:40.579 INFO kablam! 22 | use serde_json::{Value, Error}; Oct 14 13:52:40.579 INFO kablam! | ^^^^^ Oct 14 13:52:40.579 INFO kablam! Oct 14 13:52:40.663 INFO kablam! warning: unused variable: `res` Oct 14 13:52:40.663 INFO kablam! --> src/main.rs:39:17 Oct 14 13:52:40.663 INFO kablam! | Oct 14 13:52:40.663 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:40.663 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 13:52:40.663 INFO kablam! | Oct 14 13:52:40.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:52:40.663 INFO kablam! Oct 14 13:52:40.663 INFO kablam! warning: unused variable: `query` Oct 14 13:52:40.663 INFO kablam! --> src/main.rs:52:17 Oct 14 13:52:40.663 INFO kablam! | Oct 14 13:52:40.663 INFO kablam! 52 | let ref query = req.extensions.get::().unwrap().find("query").unwrap_or("/"); Oct 14 13:52:40.663 INFO kablam! | ^^^^^ help: consider using `_query` instead Oct 14 13:52:40.663 INFO kablam! Oct 14 13:52:40.683 INFO kablam! warning: variable does not need to be mutable Oct 14 13:52:40.683 INFO kablam! --> src/main.rs:39:13 Oct 14 13:52:40.683 INFO kablam! | Oct 14 13:52:40.683 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:40.683 INFO kablam! | ----^^^ Oct 14 13:52:40.683 INFO kablam! | | Oct 14 13:52:40.683 INFO kablam! | help: remove this `mut` Oct 14 13:52:40.683 INFO kablam! | Oct 14 13:52:40.683 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:52:40.683 INFO kablam! Oct 14 13:52:44.846 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.03s Oct 14 13:52:44.857 INFO kablam! su: No module specific data is present Oct 14 13:52:45.416 INFO running `"docker" "rm" "-f" "9feceb44dfe4715512cce82b25dddca3cea635d204d6393cd757dec2d5144629"` Oct 14 13:52:45.663 INFO blam! 9feceb44dfe4715512cce82b25dddca3cea635d204d6393cd757dec2d5144629 Oct 14 13:52:45.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 13:52:46.123 INFO blam! b9b1ac1ab778722aff1f10bafbe9fa91e76546bc3fff61c87c763f3324e43c9f Oct 14 13:52:46.125 INFO running `"docker" "start" "-a" "b9b1ac1ab778722aff1f10bafbe9fa91e76546bc3fff61c87c763f3324e43c9f"` Oct 14 13:52:47.264 INFO kablam! usermod: no changes Oct 14 13:52:47.427 INFO kablam! Compiling iron_example v0.1.0 (/source) Oct 14 13:52:47.864 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 13:52:47.864 INFO kablam! --> src/main.rs:7:5 Oct 14 13:52:47.864 INFO kablam! | Oct 14 13:52:47.865 INFO kablam! 7 | use std::collections::HashMap; Oct 14 13:52:47.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:47.865 INFO kablam! | Oct 14 13:52:47.865 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:52:47.866 INFO kablam! Oct 14 13:52:47.866 INFO kablam! warning: unused import: `std::convert::From` Oct 14 13:52:47.866 INFO kablam! --> src/main.rs:9:5 Oct 14 13:52:47.866 INFO kablam! | Oct 14 13:52:47.867 INFO kablam! 9 | use std::convert::From; Oct 14 13:52:47.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:52:47.867 INFO kablam! Oct 14 13:52:47.868 INFO kablam! warning: unused import: `Handler` Oct 14 13:52:47.868 INFO kablam! --> src/main.rs:17:12 Oct 14 13:52:47.868 INFO kablam! | Oct 14 13:52:47.868 INFO kablam! 17 | use iron::{Handler}; Oct 14 13:52:47.869 INFO kablam! | ^^^^^^^ Oct 14 13:52:47.869 INFO kablam! Oct 14 13:52:47.869 INFO kablam! warning: unused import: `Error` Oct 14 13:52:47.870 INFO kablam! --> src/main.rs:22:25 Oct 14 13:52:47.870 INFO kablam! | Oct 14 13:52:47.870 INFO kablam! 22 | use serde_json::{Value, Error}; Oct 14 13:52:47.871 INFO kablam! | ^^^^^ Oct 14 13:52:47.871 INFO kablam! Oct 14 13:52:47.927 INFO kablam! warning: unused variable: `res` Oct 14 13:52:47.928 INFO kablam! --> src/main.rs:39:17 Oct 14 13:52:47.928 INFO kablam! | Oct 14 13:52:47.928 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:47.929 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 13:52:47.929 INFO kablam! | Oct 14 13:52:47.929 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:52:47.930 INFO kablam! Oct 14 13:52:47.930 INFO kablam! warning: unused variable: `query` Oct 14 13:52:47.930 INFO kablam! --> src/main.rs:52:17 Oct 14 13:52:47.931 INFO kablam! | Oct 14 13:52:47.931 INFO kablam! 52 | let ref query = req.extensions.get::().unwrap().find("query").unwrap_or("/"); Oct 14 13:52:47.931 INFO kablam! | ^^^^^ help: consider using `_query` instead Oct 14 13:52:47.932 INFO kablam! Oct 14 13:52:47.932 INFO kablam! warning: variable does not need to be mutable Oct 14 13:52:47.932 INFO kablam! --> src/main.rs:39:13 Oct 14 13:52:47.932 INFO kablam! | Oct 14 13:52:47.933 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:47.933 INFO kablam! | ----^^^ Oct 14 13:52:47.933 INFO kablam! | | Oct 14 13:52:47.934 INFO kablam! | help: remove this `mut` Oct 14 13:52:47.934 INFO kablam! | Oct 14 13:52:47.934 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:52:47.935 INFO kablam! Oct 14 13:52:48.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 14 13:52:48.460 INFO kablam! su: No module specific data is present Oct 14 13:52:49.081 INFO running `"docker" "rm" "-f" "b9b1ac1ab778722aff1f10bafbe9fa91e76546bc3fff61c87c763f3324e43c9f"` Oct 14 13:52:49.291 INFO blam! b9b1ac1ab778722aff1f10bafbe9fa91e76546bc3fff61c87c763f3324e43c9f Oct 14 13:52:49.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 13:52:49.739 INFO blam! e0144d4a2d7405bf95cbd33e56a48c1e2e4ae5057d1881f1242c476c77ed18d2 Oct 14 13:52:49.751 INFO running `"docker" "start" "-a" "e0144d4a2d7405bf95cbd33e56a48c1e2e4ae5057d1881f1242c476c77ed18d2"` Oct 14 13:52:50.986 INFO kablam! usermod: no changes Oct 14 13:52:51.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 13:52:51.107 INFO kablam! Running /target/debug/deps/iron_example-1a263fb8e3f6fa74 Oct 14 13:52:51.107 INFO blam! Oct 14 13:52:51.108 INFO blam! running 0 tests Oct 14 13:52:51.108 INFO blam! Oct 14 13:52:51.108 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:52:51.108 INFO blam! Oct 14 13:52:51.112 INFO kablam! su: No module specific data is present Oct 14 13:52:51.939 INFO running `"docker" "rm" "-f" "e0144d4a2d7405bf95cbd33e56a48c1e2e4ae5057d1881f1242c476c77ed18d2"` Oct 14 13:52:52.255 INFO blam! e0144d4a2d7405bf95cbd33e56a48c1e2e4ae5057d1881f1242c476c77ed18d2