Oct 13 04:17:36.445 INFO testing pepeul1191/rust-tutorial against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:17:36.445 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 04:17:37.004 INFO blam! d3399d5234e5f11d05b62ca33a9457a2ccac8d36b43cd3eac1cae96da1e1e497 Oct 13 04:17:37.006 INFO running `"docker" "start" "-a" "d3399d5234e5f11d05b62ca33a9457a2ccac8d36b43cd3eac1cae96da1e1e497"` Oct 13 04:17:38.487 INFO kablam! usermod: no changes Oct 13 04:17:38.627 INFO kablam! Compiling mustache v0.8.2 Oct 13 04:17:38.627 INFO kablam! Compiling hyper v0.10.13 Oct 13 04:17:49.089 INFO kablam! Compiling nickel v0.10.1 Oct 13 04:17:53.451 INFO kablam! Compiling nickel-demo v0.1.0 (/source) Oct 13 04:17:54.531 INFO kablam! warning: unused variable: `is_it_true` Oct 13 04:17:54.531 INFO kablam! --> src/main.rs:11:7 Oct 13 04:17:54.531 INFO kablam! | Oct 13 04:17:54.531 INFO kablam! 11 | let is_it_true: bool = true; Oct 13 04:17:54.531 INFO kablam! | ^^^^^^^^^^ help: consider using `_is_it_true` instead Oct 13 04:17:54.531 INFO kablam! | Oct 13 04:17:54.531 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:17:54.531 INFO kablam! Oct 13 04:17:54.531 INFO kablam! warning: unused variable: `let_x` Oct 13 04:17:54.531 INFO kablam! --> src/main.rs:12:7 Oct 13 04:17:54.531 INFO kablam! | Oct 13 04:17:54.531 INFO kablam! 12 | let let_x: char = 'x'; Oct 13 04:17:54.531 INFO kablam! | ^^^^^ help: consider using `_let_x` instead Oct 13 04:17:54.531 INFO kablam! Oct 13 04:17:54.539 INFO kablam! warning: variable does not need to be mutable Oct 13 04:17:54.539 INFO kablam! --> src/main.rs:10:7 Oct 13 04:17:54.539 INFO kablam! | Oct 13 04:17:54.539 INFO kablam! 10 | let mut num: i32 = 10; Oct 13 04:17:54.539 INFO kablam! | ----^^^ Oct 13 04:17:54.539 INFO kablam! | | Oct 13 04:17:54.539 INFO kablam! | help: remove this `mut` Oct 13 04:17:54.539 INFO kablam! | Oct 13 04:17:54.539 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:17:54.539 INFO kablam! Oct 13 04:17:54.543 INFO kablam! warning: function is never used: `func2` Oct 13 04:17:54.543 INFO kablam! --> src/constants.rs:2:2 Oct 13 04:17:54.543 INFO kablam! | Oct 13 04:17:54.543 INFO kablam! 2 | pub fn func2() { Oct 13 04:17:54.543 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:17:54.543 INFO kablam! | Oct 13 04:17:54.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:17:54.543 INFO kablam! Oct 13 04:17:54.543 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:17:54.543 INFO kablam! --> src/english/farewells.rs:1:1 Oct 13 04:17:54.543 INFO kablam! | Oct 13 04:17:54.543 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:17:54.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:54.543 INFO kablam! Oct 13 04:17:54.543 INFO kablam! warning: function is never used: `hello` Oct 13 04:17:54.543 INFO kablam! --> src/japanese/greetings.rs:1:1 Oct 13 04:17:54.543 INFO kablam! | Oct 13 04:17:54.543 INFO kablam! 1 | fn hello() -> String { Oct 13 04:17:54.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:54.543 INFO kablam! Oct 13 04:17:54.543 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:17:54.543 INFO kablam! --> src/japanese/farewells.rs:1:1 Oct 13 04:17:54.543 INFO kablam! | Oct 13 04:17:54.543 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:17:54.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:54.543 INFO kablam! Oct 13 04:17:54.543 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:54.543 INFO kablam! --> src/main.rs:32:3 Oct 13 04:17:54.543 INFO kablam! | Oct 13 04:17:54.543 INFO kablam! 32 | server.listen("127.0.0.1:6767"); Oct 13 04:17:54.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:54.543 INFO kablam! | Oct 13 04:17:54.543 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:17:54.543 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:54.543 INFO kablam! Oct 13 04:17:58.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.68s Oct 13 04:17:58.203 INFO kablam! su: No module specific data is present Oct 13 04:17:58.877 INFO running `"docker" "rm" "-f" "d3399d5234e5f11d05b62ca33a9457a2ccac8d36b43cd3eac1cae96da1e1e497"` Oct 13 04:17:59.123 INFO blam! d3399d5234e5f11d05b62ca33a9457a2ccac8d36b43cd3eac1cae96da1e1e497 Oct 13 04:17:59.133 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 04:17:59.593 INFO blam! 5966e7c09c8bc1e67463545150241f7aa3ca0d553af229d1d8a263cb76de7362 Oct 13 04:17:59.595 INFO running `"docker" "start" "-a" "5966e7c09c8bc1e67463545150241f7aa3ca0d553af229d1d8a263cb76de7362"` Oct 13 04:18:00.414 INFO kablam! usermod: no changes Oct 13 04:18:00.501 INFO kablam! Compiling nickel-demo v0.1.0 (/source) Oct 13 04:18:01.507 INFO kablam! warning: unused variable: `is_it_true` Oct 13 04:18:01.507 INFO kablam! --> src/main.rs:11:7 Oct 13 04:18:01.507 INFO kablam! | Oct 13 04:18:01.507 INFO kablam! 11 | let is_it_true: bool = true; Oct 13 04:18:01.507 INFO kablam! | ^^^^^^^^^^ help: consider using `_is_it_true` instead Oct 13 04:18:01.511 INFO kablam! | Oct 13 04:18:01.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:18:01.511 INFO kablam! Oct 13 04:18:01.511 INFO kablam! warning: unused variable: `let_x` Oct 13 04:18:01.511 INFO kablam! --> src/main.rs:12:7 Oct 13 04:18:01.511 INFO kablam! | Oct 13 04:18:01.511 INFO kablam! 12 | let let_x: char = 'x'; Oct 13 04:18:01.511 INFO kablam! | ^^^^^ help: consider using `_let_x` instead Oct 13 04:18:01.511 INFO kablam! Oct 13 04:18:01.512 INFO kablam! warning: variable does not need to be mutable Oct 13 04:18:01.512 INFO kablam! --> src/main.rs:10:7 Oct 13 04:18:01.512 INFO kablam! | Oct 13 04:18:01.512 INFO kablam! 10 | let mut num: i32 = 10; Oct 13 04:18:01.512 INFO kablam! | ----^^^ Oct 13 04:18:01.512 INFO kablam! | | Oct 13 04:18:01.512 INFO kablam! | help: remove this `mut` Oct 13 04:18:01.512 INFO kablam! | Oct 13 04:18:01.512 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:18:01.512 INFO kablam! Oct 13 04:18:01.515 INFO kablam! warning: function is never used: `func2` Oct 13 04:18:01.515 INFO kablam! --> src/constants.rs:2:2 Oct 13 04:18:01.516 INFO kablam! | Oct 13 04:18:01.516 INFO kablam! 2 | pub fn func2() { Oct 13 04:18:01.516 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:18:01.517 INFO kablam! | Oct 13 04:18:01.517 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:18:01.517 INFO kablam! Oct 13 04:18:01.517 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:18:01.518 INFO kablam! --> src/english/farewells.rs:1:1 Oct 13 04:18:01.518 INFO kablam! | Oct 13 04:18:01.518 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:18:01.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:01.519 INFO kablam! Oct 13 04:18:01.519 INFO kablam! warning: function is never used: `hello` Oct 13 04:18:01.520 INFO kablam! --> src/japanese/greetings.rs:1:1 Oct 13 04:18:01.520 INFO kablam! | Oct 13 04:18:01.520 INFO kablam! 1 | fn hello() -> String { Oct 13 04:18:01.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:01.521 INFO kablam! Oct 13 04:18:01.521 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:18:01.521 INFO kablam! --> src/japanese/farewells.rs:1:1 Oct 13 04:18:01.522 INFO kablam! | Oct 13 04:18:01.522 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:18:01.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:01.522 INFO kablam! Oct 13 04:18:01.523 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:18:01.523 INFO kablam! --> src/main.rs:32:3 Oct 13 04:18:01.523 INFO kablam! | Oct 13 04:18:01.524 INFO kablam! 32 | server.listen("127.0.0.1:6767"); Oct 13 04:18:01.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:01.524 INFO kablam! | Oct 13 04:18:01.524 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:18:01.525 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:18:01.525 INFO kablam! Oct 13 04:18:01.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.56s Oct 13 04:18:02.000 INFO kablam! su: No module specific data is present Oct 13 04:18:03.271 INFO running `"docker" "rm" "-f" "5966e7c09c8bc1e67463545150241f7aa3ca0d553af229d1d8a263cb76de7362"` Oct 13 04:18:03.603 INFO blam! 5966e7c09c8bc1e67463545150241f7aa3ca0d553af229d1d8a263cb76de7362 Oct 13 04:18:03.610 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 04:18:04.083 INFO blam! bdf0ab5d50a660b6658f8aa1deecd45a941136f7c469a1b4b2459f67bed4dde5 Oct 13 04:18:04.084 INFO running `"docker" "start" "-a" "bdf0ab5d50a660b6658f8aa1deecd45a941136f7c469a1b4b2459f67bed4dde5"` Oct 13 04:18:05.602 INFO kablam! usermod: no changes Oct 13 04:18:05.782 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 13 04:18:05.794 INFO kablam! Running /target/debug/deps/nickel_demo-e5550cf286c4f548 Oct 13 04:18:05.796 INFO blam! Oct 13 04:18:05.796 INFO blam! running 0 tests Oct 13 04:18:05.796 INFO blam! Oct 13 04:18:05.797 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:18:05.797 INFO blam! Oct 13 04:18:05.798 INFO kablam! su: No module specific data is present Oct 13 04:18:06.715 INFO running `"docker" "rm" "-f" "bdf0ab5d50a660b6658f8aa1deecd45a941136f7c469a1b4b2459f67bed4dde5"` Oct 13 04:18:07.039 INFO blam! bdf0ab5d50a660b6658f8aa1deecd45a941136f7c469a1b4b2459f67bed4dde5