Oct 12 22:26:08.597 INFO testing sxend/rsrok against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:26:08.598 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 22:26:09.234 INFO blam! b58704d0c6aab109c921b9c33c2443602a14c8000037c8d0c92c257f91fc7edb Oct 12 22:26:09.244 INFO running `"docker" "start" "-a" "b58704d0c6aab109c921b9c33c2443602a14c8000037c8d0c92c257f91fc7edb"` Oct 12 22:26:11.167 INFO kablam! usermod: no changes Oct 12 22:26:11.363 INFO kablam! Compiling num_cpus v1.6.2 Oct 12 22:26:11.363 INFO kablam! Compiling term_size v0.3.0 Oct 12 22:26:11.367 INFO kablam! Compiling atty v0.2.2 Oct 12 22:26:11.375 INFO kablam! Compiling uuid v0.5.1 Oct 12 22:26:12.115 INFO kablam! Compiling textwrap v0.8.0 Oct 12 22:26:14.043 INFO kablam! Compiling hyper v0.10.13 Oct 12 22:26:14.963 INFO kablam! Compiling clap v2.26.2 Oct 12 22:26:28.819 INFO kablam! Compiling iron v0.5.1 Oct 12 22:26:31.411 INFO kablam! Compiling router v0.5.1 Oct 12 22:26:50.653 INFO kablam! Compiling rsrok v0.1.0 (/source) Oct 12 22:26:51.664 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 22:26:51.664 INFO kablam! --> src/rsrokd.rs:105:27 Oct 12 22:26:51.664 INFO kablam! | Oct 12 22:26:51.664 INFO kablam! 105 | Ok(Response::with((status::NotFound))) Oct 12 22:26:51.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:26:51.664 INFO kablam! | Oct 12 22:26:51.664 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:26:51.666 INFO kablam! Oct 12 22:26:51.723 INFO kablam! warning: unused import: `SubCommand` Oct 12 22:26:51.723 INFO kablam! --> src/rsrok.rs:5:22 Oct 12 22:26:51.723 INFO kablam! | Oct 12 22:26:51.723 INFO kablam! 5 | use clap::{App, Arg, SubCommand}; Oct 12 22:26:51.723 INFO kablam! | ^^^^^^^^^^ Oct 12 22:26:51.724 INFO kablam! | Oct 12 22:26:51.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:26:51.724 INFO kablam! Oct 12 22:26:51.724 INFO kablam! warning: unused import: `iron::*` Oct 12 22:26:51.724 INFO kablam! --> src/rsrok.rs:6:5 Oct 12 22:26:51.724 INFO kablam! | Oct 12 22:26:51.724 INFO kablam! 6 | use iron::*; Oct 12 22:26:51.724 INFO kablam! | ^^^^^^^ Oct 12 22:26:51.725 INFO kablam! Oct 12 22:26:51.725 INFO kablam! warning: unused import: `iron::typemap` Oct 12 22:26:51.725 INFO kablam! --> src/rsrok.rs:7:5 Oct 12 22:26:51.725 INFO kablam! | Oct 12 22:26:51.725 INFO kablam! 7 | use iron::typemap; Oct 12 22:26:51.725 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:26:51.725 INFO kablam! Oct 12 22:26:51.725 INFO kablam! warning: unused import: `iron::headers::*` Oct 12 22:26:51.725 INFO kablam! --> src/rsrok.rs:8:5 Oct 12 22:26:51.725 INFO kablam! | Oct 12 22:26:51.725 INFO kablam! 8 | use iron::headers::*; Oct 12 22:26:51.725 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 22:26:51.725 INFO kablam! Oct 12 22:26:51.725 INFO kablam! warning: unused import: `router::Router` Oct 12 22:26:51.725 INFO kablam! --> src/rsrok.rs:9:5 Oct 12 22:26:51.725 INFO kablam! | Oct 12 22:26:51.725 INFO kablam! 9 | use router::Router; Oct 12 22:26:51.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:26:51.725 INFO kablam! Oct 12 22:26:51.843 INFO kablam! warning: unused variable: `req` Oct 12 22:26:51.843 INFO kablam! --> src/rsrokd.rs:104:14 Oct 12 22:26:51.843 INFO kablam! | Oct 12 22:26:51.843 INFO kablam! 104 | fn dummy(req: &mut Request) -> IronResult { Oct 12 22:26:51.843 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 22:26:51.843 INFO kablam! | Oct 12 22:26:51.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:26:51.843 INFO kablam! Oct 12 22:26:51.844 INFO kablam! warning: unused variable: `req` Oct 12 22:26:51.844 INFO kablam! --> src/rsrokd.rs:108:25 Oct 12 22:26:51.844 INFO kablam! | Oct 12 22:26:51.844 INFO kablam! 108 | let foo = move |req: &mut Request| { Oct 12 22:26:51.844 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 22:26:51.844 INFO kablam! Oct 12 22:26:57.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.09s Oct 12 22:26:57.298 INFO kablam! su: No module specific data is present Oct 12 22:26:59.959 INFO running `"docker" "rm" "-f" "b58704d0c6aab109c921b9c33c2443602a14c8000037c8d0c92c257f91fc7edb"` Oct 12 22:27:00.215 INFO blam! b58704d0c6aab109c921b9c33c2443602a14c8000037c8d0c92c257f91fc7edb Oct 12 22:27:00.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 22:27:00.861 INFO blam! e73e9b40ff24c9a505cdf47aa2ab33f2a77e9ef094adbc9bc1659d62da793313 Oct 12 22:27:00.863 INFO running `"docker" "start" "-a" "e73e9b40ff24c9a505cdf47aa2ab33f2a77e9ef094adbc9bc1659d62da793313"` Oct 12 22:27:02.481 INFO kablam! usermod: no changes Oct 12 22:27:02.727 INFO kablam! Compiling rsrok v0.1.0 (/source) Oct 12 22:27:03.875 INFO kablam! warning: unused import: `SubCommand` Oct 12 22:27:03.875 INFO kablam! --> src/rsrok.rs:5:22 Oct 12 22:27:03.875 INFO kablam! | Oct 12 22:27:03.875 INFO kablam! 5 | use clap::{App, Arg, SubCommand}; Oct 12 22:27:03.875 INFO kablam! | ^^^^^^^^^^ Oct 12 22:27:03.875 INFO kablam! | Oct 12 22:27:03.875 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:27:03.875 INFO kablam! Oct 12 22:27:03.875 INFO kablam! warning: unused import: `iron::*` Oct 12 22:27:03.875 INFO kablam! --> src/rsrok.rs:6:5 Oct 12 22:27:03.875 INFO kablam! | Oct 12 22:27:03.875 INFO kablam! 6 | use iron::*; Oct 12 22:27:03.875 INFO kablam! | ^^^^^^^ Oct 12 22:27:03.875 INFO kablam! Oct 12 22:27:03.875 INFO kablam! warning: unused import: `iron::typemap` Oct 12 22:27:03.875 INFO kablam! --> src/rsrok.rs:7:5 Oct 12 22:27:03.875 INFO kablam! | Oct 12 22:27:03.875 INFO kablam! 7 | use iron::typemap; Oct 12 22:27:03.875 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:27:03.875 INFO kablam! Oct 12 22:27:03.875 INFO kablam! warning: unused import: `iron::headers::*` Oct 12 22:27:03.875 INFO kablam! --> src/rsrok.rs:8:5 Oct 12 22:27:03.875 INFO kablam! | Oct 12 22:27:03.875 INFO kablam! 8 | use iron::headers::*; Oct 12 22:27:03.875 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 22:27:03.875 INFO kablam! Oct 12 22:27:03.875 INFO kablam! warning: unused import: `router::Router` Oct 12 22:27:03.875 INFO kablam! --> src/rsrok.rs:9:5 Oct 12 22:27:03.875 INFO kablam! | Oct 12 22:27:03.875 INFO kablam! 9 | use router::Router; Oct 12 22:27:03.875 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:27:03.875 INFO kablam! Oct 12 22:27:03.932 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 22:27:03.932 INFO kablam! --> src/rsrokd.rs:105:27 Oct 12 22:27:03.932 INFO kablam! | Oct 12 22:27:03.932 INFO kablam! 105 | Ok(Response::with((status::NotFound))) Oct 12 22:27:03.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 22:27:03.932 INFO kablam! | Oct 12 22:27:03.932 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 22:27:03.932 INFO kablam! Oct 12 22:27:04.167 INFO kablam! warning: unused variable: `req` Oct 12 22:27:04.167 INFO kablam! --> src/rsrokd.rs:104:14 Oct 12 22:27:04.167 INFO kablam! | Oct 12 22:27:04.167 INFO kablam! 104 | fn dummy(req: &mut Request) -> IronResult { Oct 12 22:27:04.167 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 22:27:04.167 INFO kablam! | Oct 12 22:27:04.167 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:27:04.167 INFO kablam! Oct 12 22:27:04.167 INFO kablam! warning: unused variable: `req` Oct 12 22:27:04.167 INFO kablam! --> src/rsrokd.rs:108:25 Oct 12 22:27:04.167 INFO kablam! | Oct 12 22:27:04.167 INFO kablam! 108 | let foo = move |req: &mut Request| { Oct 12 22:27:04.167 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 22:27:04.167 INFO kablam! Oct 12 22:27:05.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 12 22:27:05.103 INFO kablam! su: No module specific data is present Oct 12 22:27:06.317 INFO running `"docker" "rm" "-f" "e73e9b40ff24c9a505cdf47aa2ab33f2a77e9ef094adbc9bc1659d62da793313"` Oct 12 22:27:06.531 INFO blam! e73e9b40ff24c9a505cdf47aa2ab33f2a77e9ef094adbc9bc1659d62da793313 Oct 12 22:27:06.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 22:27:07.063 INFO blam! 0cef1058008503e84dab7a809c15bc7f13a4e939710bbad71ad09eab12842a6a Oct 12 22:27:07.069 INFO running `"docker" "start" "-a" "0cef1058008503e84dab7a809c15bc7f13a4e939710bbad71ad09eab12842a6a"` Oct 12 22:27:08.159 INFO kablam! usermod: no changes Oct 12 22:27:08.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 12 22:27:08.319 INFO kablam! Running /target/debug/deps/rsrok-a7cecaa39892bb9f Oct 12 22:27:08.327 INFO kablam! Running /target/debug/deps/rsrokd-87d509090f0139ab Oct 12 22:27:08.327 INFO blam! Oct 12 22:27:08.327 INFO blam! running 0 tests Oct 12 22:27:08.327 INFO blam! Oct 12 22:27:08.327 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:27:08.327 INFO blam! Oct 12 22:27:08.329 INFO blam! Oct 12 22:27:08.329 INFO blam! running 0 tests Oct 12 22:27:08.336 INFO blam! Oct 12 22:27:08.336 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:27:08.336 INFO blam! Oct 12 22:27:08.338 INFO kablam! su: No module specific data is present Oct 12 22:27:09.222 INFO running `"docker" "rm" "-f" "0cef1058008503e84dab7a809c15bc7f13a4e939710bbad71ad09eab12842a6a"` Oct 12 22:27:09.467 INFO blam! 0cef1058008503e84dab7a809c15bc7f13a4e939710bbad71ad09eab12842a6a