Oct 27 12:13:10.066 INFO checking DavePearce/WhileyWeb.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:13:10.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 12:13:10.533 INFO blam! b3efe986809fa6d15897e0cfc6f83b3df0c70febd1fa59392e684f13585430a7 Oct 27 12:13:10.534 INFO running `"docker" "start" "-a" "b3efe986809fa6d15897e0cfc6f83b3df0c70febd1fa59392e684f13585430a7"` Oct 27 12:13:11.947 INFO kablam! usermod: no changes Oct 27 12:13:12.080 INFO kablam! Checking mustache v0.8.2 Oct 27 12:13:13.330 INFO kablam! Checking nickel v0.10.1 Oct 27 12:13:17.187 INFO kablam! Checking whiley-web v0.1.0 (/source) Oct 27 12:13:20.871 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:13:20.871 INFO kablam! --> src/main.rs:2:1 Oct 27 12:13:20.871 INFO kablam! | Oct 27 12:13:20.871 INFO kablam! 2 | #[macro_use] extern crate nickel; Oct 27 12:13:20.871 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:13:20.871 INFO kablam! | Oct 27 12:13:20.871 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:13:20.871 INFO kablam! Oct 27 12:13:21.003 INFO kablam! warning: unused variable: `r` Oct 27 12:13:21.003 INFO kablam! --> src/main.rs:48:9 Oct 27 12:13:21.003 INFO kablam! | Oct 27 12:13:21.003 INFO kablam! 48 | let r = r.unwrap().write_all(cr.code.as_bytes()); Oct 27 12:13:21.003 INFO kablam! | ^ help: consider using `_r` instead Oct 27 12:13:21.003 INFO kablam! | Oct 27 12:13:21.003 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:13:21.003 INFO kablam! Oct 27 12:13:21.055 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:13:21.055 INFO kablam! --> src/main.rs:77:5 Oct 27 12:13:21.055 INFO kablam! | Oct 27 12:13:21.055 INFO kablam! 77 | server.listen("127.0.0.1:8080"); Oct 27 12:13:21.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:13:21.055 INFO kablam! | Oct 27 12:13:21.055 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:13:21.055 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:13:21.055 INFO kablam! Oct 27 12:13:21.296 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:13:21.296 INFO kablam! --> src/main.rs:2:1 Oct 27 12:13:21.296 INFO kablam! | Oct 27 12:13:21.296 INFO kablam! 2 | #[macro_use] extern crate nickel; Oct 27 12:13:21.296 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:13:21.296 INFO kablam! | Oct 27 12:13:21.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:13:21.296 INFO kablam! Oct 27 12:13:21.399 INFO kablam! warning: unused variable: `r` Oct 27 12:13:21.399 INFO kablam! --> src/main.rs:48:9 Oct 27 12:13:21.399 INFO kablam! | Oct 27 12:13:21.399 INFO kablam! 48 | let r = r.unwrap().write_all(cr.code.as_bytes()); Oct 27 12:13:21.399 INFO kablam! | ^ help: consider using `_r` instead Oct 27 12:13:21.399 INFO kablam! | Oct 27 12:13:21.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:13:21.399 INFO kablam! Oct 27 12:13:21.434 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:13:21.434 INFO kablam! --> src/main.rs:77:5 Oct 27 12:13:21.434 INFO kablam! | Oct 27 12:13:21.434 INFO kablam! 77 | server.listen("127.0.0.1:8080"); Oct 27 12:13:21.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:13:21.434 INFO kablam! | Oct 27 12:13:21.434 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:13:21.434 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:13:21.434 INFO kablam! Oct 27 12:13:21.457 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.48s Oct 27 12:13:21.497 INFO kablam! su: No module specific data is present Oct 27 12:13:22.338 INFO running `"docker" "rm" "-f" "b3efe986809fa6d15897e0cfc6f83b3df0c70febd1fa59392e684f13585430a7"` Oct 27 12:13:22.734 INFO blam! b3efe986809fa6d15897e0cfc6f83b3df0c70febd1fa59392e684f13585430a7