Oct 13 04:17:39.178 INFO testing pepeul1191/rust-tutorial against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:17:39.179 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 13 04:17:39.688 INFO blam! cc2ce885fd9df94bb4320489fe99e156fe04950f891dc9bf4e0bcae2071402c2 Oct 13 04:17:39.690 INFO running `"docker" "start" "-a" "cc2ce885fd9df94bb4320489fe99e156fe04950f891dc9bf4e0bcae2071402c2"` Oct 13 04:17:41.995 INFO kablam! usermod: no changes Oct 13 04:17:42.227 INFO kablam! Compiling mustache v0.8.2 Oct 13 04:17:42.232 INFO kablam! Compiling hyper v0.10.13 Oct 13 04:17:51.790 INFO kablam! Compiling nickel v0.10.1 Oct 13 04:17:55.910 INFO kablam! Compiling nickel-demo v0.1.0 (/source) Oct 13 04:17:56.937 INFO kablam! warning: unused variable: `is_it_true` Oct 13 04:17:56.937 INFO kablam! --> src/main.rs:11:7 Oct 13 04:17:56.937 INFO kablam! | Oct 13 04:17:56.937 INFO kablam! 11 | let is_it_true: bool = true; Oct 13 04:17:56.937 INFO kablam! | ^^^^^^^^^^ help: consider using `_is_it_true` instead Oct 13 04:17:56.937 INFO kablam! | Oct 13 04:17:56.937 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:17:56.937 INFO kablam! Oct 13 04:17:56.937 INFO kablam! warning: unused variable: `let_x` Oct 13 04:17:56.937 INFO kablam! --> src/main.rs:12:7 Oct 13 04:17:56.937 INFO kablam! | Oct 13 04:17:56.937 INFO kablam! 12 | let let_x: char = 'x'; Oct 13 04:17:56.937 INFO kablam! | ^^^^^ help: consider using `_let_x` instead Oct 13 04:17:56.937 INFO kablam! Oct 13 04:17:56.943 INFO kablam! warning: variable does not need to be mutable Oct 13 04:17:56.943 INFO kablam! --> src/main.rs:10:7 Oct 13 04:17:56.943 INFO kablam! | Oct 13 04:17:56.943 INFO kablam! 10 | let mut num: i32 = 10; Oct 13 04:17:56.943 INFO kablam! | ----^^^ Oct 13 04:17:56.943 INFO kablam! | | Oct 13 04:17:56.943 INFO kablam! | help: remove this `mut` Oct 13 04:17:56.943 INFO kablam! | Oct 13 04:17:56.943 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:17:56.943 INFO kablam! Oct 13 04:17:56.951 INFO kablam! warning: function is never used: `func2` Oct 13 04:17:56.951 INFO kablam! --> src/constants.rs:2:2 Oct 13 04:17:56.951 INFO kablam! | Oct 13 04:17:56.951 INFO kablam! 2 | pub fn func2() { Oct 13 04:17:56.951 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:17:56.951 INFO kablam! | Oct 13 04:17:56.951 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:17:56.951 INFO kablam! Oct 13 04:17:56.951 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:17:56.951 INFO kablam! --> src/english/farewells.rs:1:1 Oct 13 04:17:56.951 INFO kablam! | Oct 13 04:17:56.951 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:17:56.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:56.951 INFO kablam! Oct 13 04:17:56.951 INFO kablam! warning: function is never used: `hello` Oct 13 04:17:56.951 INFO kablam! --> src/japanese/greetings.rs:1:1 Oct 13 04:17:56.951 INFO kablam! | Oct 13 04:17:56.951 INFO kablam! 1 | fn hello() -> String { Oct 13 04:17:56.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:56.951 INFO kablam! Oct 13 04:17:56.951 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:17:56.951 INFO kablam! --> src/japanese/farewells.rs:1:1 Oct 13 04:17:56.951 INFO kablam! | Oct 13 04:17:56.951 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:17:56.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:56.951 INFO kablam! Oct 13 04:17:56.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:56.951 INFO kablam! --> src/main.rs:32:3 Oct 13 04:17:56.951 INFO kablam! | Oct 13 04:17:56.951 INFO kablam! 32 | server.listen("127.0.0.1:6767"); Oct 13 04:17:56.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:56.951 INFO kablam! | Oct 13 04:17:56.951 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:17:56.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:56.951 INFO kablam! Oct 13 04:18:00.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.20s Oct 13 04:18:00.259 INFO kablam! su: No module specific data is present Oct 13 04:18:00.733 INFO running `"docker" "rm" "-f" "cc2ce885fd9df94bb4320489fe99e156fe04950f891dc9bf4e0bcae2071402c2"` Oct 13 04:18:01.032 INFO blam! cc2ce885fd9df94bb4320489fe99e156fe04950f891dc9bf4e0bcae2071402c2 Oct 13 04:18:01.034 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 13 04:18:01.481 INFO blam! bfc12abd832ad00e2b62ba97441546de752968770416833892f4a7b48a31e874 Oct 13 04:18:01.491 INFO running `"docker" "start" "-a" "bfc12abd832ad00e2b62ba97441546de752968770416833892f4a7b48a31e874"` Oct 13 04:18:02.890 INFO kablam! usermod: no changes Oct 13 04:18:03.007 INFO kablam! Compiling nickel-demo v0.1.0 (/source) Oct 13 04:18:04.112 INFO kablam! warning: unused variable: `is_it_true` Oct 13 04:18:04.112 INFO kablam! --> src/main.rs:11:7 Oct 13 04:18:04.112 INFO kablam! | Oct 13 04:18:04.112 INFO kablam! 11 | let is_it_true: bool = true; Oct 13 04:18:04.113 INFO kablam! | ^^^^^^^^^^ help: consider using `_is_it_true` instead Oct 13 04:18:04.113 INFO kablam! | Oct 13 04:18:04.113 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:18:04.113 INFO kablam! Oct 13 04:18:04.114 INFO kablam! warning: unused variable: `let_x` Oct 13 04:18:04.114 INFO kablam! --> src/main.rs:12:7 Oct 13 04:18:04.114 INFO kablam! | Oct 13 04:18:04.114 INFO kablam! 12 | let let_x: char = 'x'; Oct 13 04:18:04.115 INFO kablam! | ^^^^^ help: consider using `_let_x` instead Oct 13 04:18:04.115 INFO kablam! Oct 13 04:18:04.115 INFO kablam! warning: variable does not need to be mutable Oct 13 04:18:04.115 INFO kablam! --> src/main.rs:10:7 Oct 13 04:18:04.116 INFO kablam! | Oct 13 04:18:04.116 INFO kablam! 10 | let mut num: i32 = 10; Oct 13 04:18:04.116 INFO kablam! | ----^^^ Oct 13 04:18:04.116 INFO kablam! | | Oct 13 04:18:04.117 INFO kablam! | help: remove this `mut` Oct 13 04:18:04.117 INFO kablam! | Oct 13 04:18:04.117 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:18:04.117 INFO kablam! Oct 13 04:18:04.118 INFO kablam! warning: function is never used: `func2` Oct 13 04:18:04.118 INFO kablam! --> src/constants.rs:2:2 Oct 13 04:18:04.118 INFO kablam! | Oct 13 04:18:04.118 INFO kablam! 2 | pub fn func2() { Oct 13 04:18:04.123 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:18:04.123 INFO kablam! | Oct 13 04:18:04.123 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:18:04.124 INFO kablam! Oct 13 04:18:04.124 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:18:04.124 INFO kablam! --> src/english/farewells.rs:1:1 Oct 13 04:18:04.124 INFO kablam! | Oct 13 04:18:04.125 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:18:04.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:04.125 INFO kablam! Oct 13 04:18:04.125 INFO kablam! warning: function is never used: `hello` Oct 13 04:18:04.126 INFO kablam! --> src/japanese/greetings.rs:1:1 Oct 13 04:18:04.126 INFO kablam! | Oct 13 04:18:04.126 INFO kablam! 1 | fn hello() -> String { Oct 13 04:18:04.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:04.127 INFO kablam! Oct 13 04:18:04.127 INFO kablam! warning: function is never used: `goodbye` Oct 13 04:18:04.127 INFO kablam! --> src/japanese/farewells.rs:1:1 Oct 13 04:18:04.128 INFO kablam! | Oct 13 04:18:04.128 INFO kablam! 1 | fn goodbye() -> String { Oct 13 04:18:04.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:04.128 INFO kablam! Oct 13 04:18:04.128 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:18:04.129 INFO kablam! --> src/main.rs:32:3 Oct 13 04:18:04.129 INFO kablam! | Oct 13 04:18:04.129 INFO kablam! 32 | server.listen("127.0.0.1:6767"); Oct 13 04:18:04.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:04.130 INFO kablam! | Oct 13 04:18:04.130 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:18:04.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:18:04.131 INFO kablam! Oct 13 04:18:04.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 13 04:18:04.688 INFO kablam! su: No module specific data is present Oct 13 04:18:05.339 INFO running `"docker" "rm" "-f" "bfc12abd832ad00e2b62ba97441546de752968770416833892f4a7b48a31e874"` Oct 13 04:18:05.587 INFO blam! bfc12abd832ad00e2b62ba97441546de752968770416833892f4a7b48a31e874 Oct 13 04:18:05.596 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 13 04:18:06.021 INFO blam! 0d4aabc71d0dc90b6a0bb4d486ec836c851e57c99bf0427b7ee05edf9264f12a Oct 13 04:18:06.022 INFO running `"docker" "start" "-a" "0d4aabc71d0dc90b6a0bb4d486ec836c851e57c99bf0427b7ee05edf9264f12a"` Oct 13 04:18:07.687 INFO kablam! usermod: no changes Oct 13 04:18:07.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 13 04:18:07.811 INFO kablam! Running /target/debug/deps/nickel_demo-5dbdbe85b8bdf89f Oct 13 04:18:07.823 INFO kablam! su: No module specific data is present Oct 13 04:18:07.824 INFO blam! Oct 13 04:18:07.824 INFO blam! running 0 tests Oct 13 04:18:07.824 INFO blam! Oct 13 04:18:07.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:18:07.825 INFO blam! Oct 13 04:18:08.502 INFO running `"docker" "rm" "-f" "0d4aabc71d0dc90b6a0bb4d486ec836c851e57c99bf0427b7ee05edf9264f12a"` Oct 13 04:18:08.742 INFO blam! 0d4aabc71d0dc90b6a0bb4d486ec836c851e57c99bf0427b7ee05edf9264f12a