Oct 14 13:52:23.434 INFO testing lethe2211/iron_sample against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:52:23.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 13:52:23.978 INFO blam! 9af35478e923b632e9a36ad1a646c443e2972bec557a5cd7a143c14c98f44bf9 Oct 14 13:52:23.980 INFO running `"docker" "start" "-a" "9af35478e923b632e9a36ad1a646c443e2972bec557a5cd7a143c14c98f44bf9"` Oct 14 13:52:24.845 INFO kablam! usermod: no changes Oct 14 13:52:25.007 INFO kablam! Compiling openssl v0.9.11 Oct 14 13:52:25.007 INFO kablam! Compiling serde v1.0.2 Oct 14 13:52:25.007 INFO kablam! Compiling hyper v0.10.9 Oct 14 13:52:31.865 INFO kablam! Compiling native-tls v0.1.2 Oct 14 13:52:37.060 INFO kablam! Compiling iron v0.5.1 Oct 14 13:52:37.060 INFO kablam! Compiling hyper-native-tls v0.2.2 Oct 14 13:52:39.199 INFO kablam! Compiling router v0.5.1 Oct 14 13:52:39.591 INFO kablam! Compiling serde_json v1.0.1 Oct 14 13:52:45.233 INFO kablam! Compiling iron_example v0.1.0 (/source) Oct 14 13:52:45.615 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 13:52:45.616 INFO kablam! --> src/main.rs:7:5 Oct 14 13:52:45.616 INFO kablam! | Oct 14 13:52:45.616 INFO kablam! 7 | use std::collections::HashMap; Oct 14 13:52:45.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:45.616 INFO kablam! | Oct 14 13:52:45.617 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:52:45.617 INFO kablam! Oct 14 13:52:45.617 INFO kablam! warning: unused import: `std::convert::From` Oct 14 13:52:45.617 INFO kablam! --> src/main.rs:9:5 Oct 14 13:52:45.617 INFO kablam! | Oct 14 13:52:45.617 INFO kablam! 9 | use std::convert::From; Oct 14 13:52:45.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:52:45.618 INFO kablam! Oct 14 13:52:45.618 INFO kablam! warning: unused import: `Handler` Oct 14 13:52:45.618 INFO kablam! --> src/main.rs:17:12 Oct 14 13:52:45.618 INFO kablam! | Oct 14 13:52:45.619 INFO kablam! 17 | use iron::{Handler}; Oct 14 13:52:45.619 INFO kablam! | ^^^^^^^ Oct 14 13:52:45.619 INFO kablam! Oct 14 13:52:45.619 INFO kablam! warning: unused import: `Error` Oct 14 13:52:45.620 INFO kablam! --> src/main.rs:22:25 Oct 14 13:52:45.620 INFO kablam! | Oct 14 13:52:45.620 INFO kablam! 22 | use serde_json::{Value, Error}; Oct 14 13:52:45.620 INFO kablam! | ^^^^^ Oct 14 13:52:45.621 INFO kablam! Oct 14 13:52:45.674 INFO kablam! warning: unused variable: `res` Oct 14 13:52:45.675 INFO kablam! --> src/main.rs:39:17 Oct 14 13:52:45.675 INFO kablam! | Oct 14 13:52:45.675 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:45.676 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 13:52:45.676 INFO kablam! | Oct 14 13:52:45.676 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:52:45.676 INFO kablam! Oct 14 13:52:45.677 INFO kablam! warning: unused variable: `query` Oct 14 13:52:45.677 INFO kablam! --> src/main.rs:52:17 Oct 14 13:52:45.677 INFO kablam! | Oct 14 13:52:45.677 INFO kablam! 52 | let ref query = req.extensions.get::().unwrap().find("query").unwrap_or("/"); Oct 14 13:52:45.678 INFO kablam! | ^^^^^ help: consider using `_query` instead Oct 14 13:52:45.678 INFO kablam! Oct 14 13:52:45.678 INFO kablam! warning: variable does not need to be mutable Oct 14 13:52:45.679 INFO kablam! --> src/main.rs:39:13 Oct 14 13:52:45.679 INFO kablam! | Oct 14 13:52:45.679 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:45.679 INFO kablam! | ----^^^ Oct 14 13:52:45.680 INFO kablam! | | Oct 14 13:52:45.680 INFO kablam! | help: remove this `mut` Oct 14 13:52:45.680 INFO kablam! | Oct 14 13:52:45.680 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:52:45.681 INFO kablam! Oct 14 13:52:48.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.07s Oct 14 13:52:48.965 INFO kablam! su: No module specific data is present Oct 14 13:52:49.661 INFO running `"docker" "rm" "-f" "9af35478e923b632e9a36ad1a646c443e2972bec557a5cd7a143c14c98f44bf9"` Oct 14 13:52:49.965 INFO blam! 9af35478e923b632e9a36ad1a646c443e2972bec557a5cd7a143c14c98f44bf9 Oct 14 13:52:49.975 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 13:52:50.510 INFO blam! 7762391247c5e9a16f7205c3bca7dcaf7ff62310372447ccc816a1ceb26d0828 Oct 14 13:52:50.512 INFO running `"docker" "start" "-a" "7762391247c5e9a16f7205c3bca7dcaf7ff62310372447ccc816a1ceb26d0828"` Oct 14 13:52:51.696 INFO kablam! usermod: no changes Oct 14 13:52:51.815 INFO kablam! Compiling iron_example v0.1.0 (/source) Oct 14 13:52:52.351 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 14 13:52:52.351 INFO kablam! --> src/main.rs:7:5 Oct 14 13:52:52.351 INFO kablam! | Oct 14 13:52:52.351 INFO kablam! 7 | use std::collections::HashMap; Oct 14 13:52:52.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:52:52.351 INFO kablam! | Oct 14 13:52:52.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:52:52.351 INFO kablam! Oct 14 13:52:52.351 INFO kablam! warning: unused import: `std::convert::From` Oct 14 13:52:52.351 INFO kablam! --> src/main.rs:9:5 Oct 14 13:52:52.351 INFO kablam! | Oct 14 13:52:52.351 INFO kablam! 9 | use std::convert::From; Oct 14 13:52:52.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:52:52.351 INFO kablam! Oct 14 13:52:52.351 INFO kablam! warning: unused import: `Handler` Oct 14 13:52:52.351 INFO kablam! --> src/main.rs:17:12 Oct 14 13:52:52.351 INFO kablam! | Oct 14 13:52:52.351 INFO kablam! 17 | use iron::{Handler}; Oct 14 13:52:52.351 INFO kablam! | ^^^^^^^ Oct 14 13:52:52.351 INFO kablam! Oct 14 13:52:52.351 INFO kablam! warning: unused import: `Error` Oct 14 13:52:52.351 INFO kablam! --> src/main.rs:22:25 Oct 14 13:52:52.351 INFO kablam! | Oct 14 13:52:52.351 INFO kablam! 22 | use serde_json::{Value, Error}; Oct 14 13:52:52.351 INFO kablam! | ^^^^^ Oct 14 13:52:52.351 INFO kablam! Oct 14 13:52:52.404 INFO kablam! warning: unused variable: `res` Oct 14 13:52:52.405 INFO kablam! --> src/main.rs:39:17 Oct 14 13:52:52.405 INFO kablam! | Oct 14 13:52:52.405 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:52.405 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 13:52:52.405 INFO kablam! | Oct 14 13:52:52.406 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:52:52.406 INFO kablam! Oct 14 13:52:52.406 INFO kablam! warning: unused variable: `query` Oct 14 13:52:52.406 INFO kablam! --> src/main.rs:52:17 Oct 14 13:52:52.406 INFO kablam! | Oct 14 13:52:52.407 INFO kablam! 52 | let ref query = req.extensions.get::().unwrap().find("query").unwrap_or("/"); Oct 14 13:52:52.407 INFO kablam! | ^^^^^ help: consider using `_query` instead Oct 14 13:52:52.407 INFO kablam! Oct 14 13:52:52.411 INFO kablam! warning: variable does not need to be mutable Oct 14 13:52:52.412 INFO kablam! --> src/main.rs:39:13 Oct 14 13:52:52.412 INFO kablam! | Oct 14 13:52:52.412 INFO kablam! 39 | let mut res = client.get(url) Oct 14 13:52:52.413 INFO kablam! | ----^^^ Oct 14 13:52:52.413 INFO kablam! | | Oct 14 13:52:52.413 INFO kablam! | help: remove this `mut` Oct 14 13:52:52.414 INFO kablam! | Oct 14 13:52:52.414 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:52:52.414 INFO kablam! Oct 14 13:52:53.005 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 13:52:53.019 INFO kablam! su: No module specific data is present Oct 14 13:52:53.832 INFO running `"docker" "rm" "-f" "7762391247c5e9a16f7205c3bca7dcaf7ff62310372447ccc816a1ceb26d0828"` Oct 14 13:52:54.167 INFO blam! 7762391247c5e9a16f7205c3bca7dcaf7ff62310372447ccc816a1ceb26d0828 Oct 14 13:52:54.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 13:52:54.620 INFO blam! 2364e4c05f426c068e8872fee9873cdc012502e1c15ad9c1c86733f38be215f0 Oct 14 13:52:54.622 INFO running `"docker" "start" "-a" "2364e4c05f426c068e8872fee9873cdc012502e1c15ad9c1c86733f38be215f0"` Oct 14 13:52:56.615 INFO kablam! usermod: no changes Oct 14 13:52:56.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 14 13:52:56.875 INFO blam! Oct 14 13:52:56.875 INFO blam! running 0 tests Oct 14 13:52:56.875 INFO blam! Oct 14 13:52:56.875 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:52:56.875 INFO blam! Oct 14 13:52:56.875 INFO kablam! Running /target/debug/deps/iron_example-fa512e6e9b5bdced Oct 14 13:52:56.879 INFO kablam! su: No module specific data is present Oct 14 13:52:58.272 INFO running `"docker" "rm" "-f" "2364e4c05f426c068e8872fee9873cdc012502e1c15ad9c1c86733f38be215f0"` Oct 14 13:52:58.633 INFO blam! 2364e4c05f426c068e8872fee9873cdc012502e1c15ad9c1c86733f38be215f0