Oct 11 07:10:35.704 INFO testing Cyberdr8gon/rustywebserver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:10:35.705 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:10:35.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:10:36.136 INFO blam! 5e88f905887108de9c0e0ef0b36eafe18510193bf6cee1544a944e279588eb6f Oct 11 07:10:36.136 INFO running `"docker" "start" "-a" "5e88f905887108de9c0e0ef0b36eafe18510193bf6cee1544a944e279588eb6f"` Oct 11 07:10:37.097 INFO kablam! usermod: no changes Oct 11 07:10:37.142 INFO kablam! Compiling libc v0.2.33 Oct 11 07:10:38.874 INFO kablam! Compiling memchr v1.0.2 Oct 11 07:10:39.540 INFO kablam! Compiling aho-corasick v0.6.3 Oct 11 07:10:40.809 INFO kablam! Compiling regex v0.2.2 Oct 11 07:10:47.611 INFO kablam! Compiling rustywebserver v0.1.0 (/source) Oct 11 07:10:50.366 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:10:50.366 INFO kablam! --> src/bin/main.rs:17:8 Oct 11 07:10:50.366 INFO kablam! | Oct 11 07:10:50.366 INFO kablam! 17 | if ( !fs::metadata("index.html").unwrap().is_file() || Oct 11 07:10:50.366 INFO kablam! | ________^ Oct 11 07:10:50.366 INFO kablam! 18 | | !fs::metadata("404.html").unwrap().is_file()) Oct 11 07:10:50.366 INFO kablam! | |_________________________________________________________^ Oct 11 07:10:50.366 INFO kablam! | Oct 11 07:10:50.366 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:10:50.366 INFO kablam! help: remove these parentheses Oct 11 07:10:50.366 INFO kablam! | Oct 11 07:10:50.366 INFO kablam! 17 | if !fs::metadata("index.html").unwrap().is_file() || Oct 11 07:10:50.366 INFO kablam! 18 | !fs::metadata("404.html").unwrap().is_file() Oct 11 07:10:50.366 INFO kablam! | Oct 11 07:10:50.366 INFO kablam! Oct 11 07:10:50.366 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:10:50.366 INFO kablam! --> src/bin/main.rs:63:15 Oct 11 07:10:50.366 INFO kablam! | Oct 11 07:10:50.366 INFO kablam! 63 | if(metadata.is_file()) { Oct 11 07:10:50.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:10:50.366 INFO kablam! Oct 11 07:10:51.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.42s Oct 11 07:10:51.539 INFO kablam! su: No module specific data is present Oct 11 07:10:51.945 INFO running `"docker" "rm" "-f" "5e88f905887108de9c0e0ef0b36eafe18510193bf6cee1544a944e279588eb6f"` Oct 11 07:10:52.174 INFO blam! 5e88f905887108de9c0e0ef0b36eafe18510193bf6cee1544a944e279588eb6f Oct 11 07:10:52.184 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:10:52.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:10:52.599 INFO blam! 7181546b99bc10793b52810fa6fb41dca4ea9ca6b6e0e33419fca5345a4f9de9 Oct 11 07:10:52.600 INFO running `"docker" "start" "-a" "7181546b99bc10793b52810fa6fb41dca4ea9ca6b6e0e33419fca5345a4f9de9"` Oct 11 07:10:53.302 INFO kablam! usermod: no changes Oct 11 07:10:53.353 INFO kablam! Compiling rustywebserver v0.1.0 (/source) Oct 11 07:10:54.916 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:10:54.916 INFO kablam! --> src/bin/main.rs:17:8 Oct 11 07:10:54.916 INFO kablam! | Oct 11 07:10:54.916 INFO kablam! 17 | if ( !fs::metadata("index.html").unwrap().is_file() || Oct 11 07:10:54.916 INFO kablam! | ________^ Oct 11 07:10:54.916 INFO kablam! 18 | | !fs::metadata("404.html").unwrap().is_file()) Oct 11 07:10:54.916 INFO kablam! | |_________________________________________________________^ Oct 11 07:10:54.916 INFO kablam! | Oct 11 07:10:54.916 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:10:54.916 INFO kablam! help: remove these parentheses Oct 11 07:10:54.916 INFO kablam! | Oct 11 07:10:54.916 INFO kablam! 17 | if !fs::metadata("index.html").unwrap().is_file() || Oct 11 07:10:54.916 INFO kablam! 18 | !fs::metadata("404.html").unwrap().is_file() Oct 11 07:10:54.916 INFO kablam! | Oct 11 07:10:54.916 INFO kablam! Oct 11 07:10:54.917 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 07:10:54.917 INFO kablam! --> src/bin/main.rs:63:15 Oct 11 07:10:54.917 INFO kablam! | Oct 11 07:10:54.917 INFO kablam! 63 | if(metadata.is_file()) { Oct 11 07:10:54.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:10:54.917 INFO kablam! Oct 11 07:10:55.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 11 07:10:55.350 INFO kablam! su: No module specific data is present Oct 11 07:10:55.681 INFO running `"docker" "rm" "-f" "7181546b99bc10793b52810fa6fb41dca4ea9ca6b6e0e33419fca5345a4f9de9"` Oct 11 07:10:55.797 INFO blam! 7181546b99bc10793b52810fa6fb41dca4ea9ca6b6e0e33419fca5345a4f9de9 Oct 11 07:10:55.798 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:10:55.798 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:10:56.104 INFO blam! 758bb641faff4b50e439ca4597c1b8cae05936783b3d453a438e7ddab58f4781 Oct 11 07:10:56.110 INFO running `"docker" "start" "-a" "758bb641faff4b50e439ca4597c1b8cae05936783b3d453a438e7ddab58f4781"` Oct 11 07:10:56.629 INFO kablam! usermod: no changes Oct 11 07:10:56.677 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 07:10:56.677 INFO blam! Oct 11 07:10:56.677 INFO kablam! Running /target/debug/deps/rustywebserver-fffa884cd8991047 Oct 11 07:10:56.677 INFO blam! running 0 tests Oct 11 07:10:56.677 INFO kablam! Running /target/debug/deps/main-de62a5913a06057b Oct 11 07:10:56.677 INFO blam! Oct 11 07:10:56.677 INFO kablam! Doc-tests rustywebserver Oct 11 07:10:56.677 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:10:56.677 INFO blam! Oct 11 07:10:56.677 INFO blam! Oct 11 07:10:56.677 INFO blam! running 0 tests Oct 11 07:10:56.677 INFO blam! Oct 11 07:10:56.677 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:10:56.677 INFO blam! Oct 11 07:10:57.745 INFO blam! Oct 11 07:10:57.745 INFO blam! running 0 tests Oct 11 07:10:57.745 INFO blam! Oct 11 07:10:57.745 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:10:57.745 INFO blam! Oct 11 07:10:57.751 INFO kablam! su: No module specific data is present Oct 11 07:10:58.026 INFO running `"docker" "rm" "-f" "758bb641faff4b50e439ca4597c1b8cae05936783b3d453a438e7ddab58f4781"` Oct 11 07:10:58.288 INFO blam! 758bb641faff4b50e439ca4597c1b8cae05936783b3d453a438e7ddab58f4781