Nov 17 16:16:41.829 INFO testing Chopinsky/Rusty_Express against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 16:16:41.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 16:16:42.151 INFO [stdout] 4a692168b00db3a4a70f1a477329d310078b8ed7a8170646e022bd4af7a67e3e Nov 17 16:16:42.159 INFO running `"docker" "start" "-a" "4a692168b00db3a4a70f1a477329d310078b8ed7a8170646e022bd4af7a67e3e"` Nov 17 16:16:43.078 INFO [stderr] usermod: no changes Nov 17 16:16:43.215 INFO [stderr] Compiling crossbeam-utils v0.4.0 Nov 17 16:16:43.215 INFO [stderr] Compiling crossbeam-utils v0.3.2 Nov 17 16:16:43.215 INFO [stderr] Compiling parking_lot_core v0.2.14 Nov 17 16:16:43.215 INFO [stderr] Compiling chrono v0.4.6 Nov 17 16:16:44.343 INFO [stderr] Compiling crossbeam-epoch v0.4.3 Nov 17 16:16:46.043 INFO [stderr] Compiling parking_lot v0.5.5 Nov 17 16:16:47.975 INFO [stderr] Compiling crossbeam-channel v0.2.1 Nov 17 16:16:49.540 INFO [stderr] Compiling rusty_express v0.3.6 (/source) Nov 17 16:16:59.871 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.77s Nov 17 16:16:59.876 INFO [stderr] su: No module specific data is present Nov 17 16:17:00.264 INFO running `"docker" "inspect" "4a692168b00db3a4a70f1a477329d310078b8ed7a8170646e022bd4af7a67e3e"` Nov 17 16:17:00.324 INFO running `"docker" "rm" "-f" "4a692168b00db3a4a70f1a477329d310078b8ed7a8170646e022bd4af7a67e3e"` Nov 17 16:17:00.429 INFO [stdout] 4a692168b00db3a4a70f1a477329d310078b8ed7a8170646e022bd4af7a67e3e Nov 17 16:17:00.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 16:17:00.682 INFO [stdout] 92afdb27252e31215f660d901ac0687e1eb679e03ce88bfc2af30201eadb1494 Nov 17 16:17:00.685 INFO running `"docker" "start" "-a" "92afdb27252e31215f660d901ac0687e1eb679e03ce88bfc2af30201eadb1494"` Nov 17 16:17:02.018 INFO [stderr] usermod: no changes Nov 17 16:17:02.125 INFO [stderr] Compiling rusty_express v0.3.6 (/source) Nov 17 16:17:09.476 INFO [stderr] warning: unused variable: `req` Nov 17 16:17:09.477 INFO [stderr] --> examples/simple_redirect.rs:19:24 Nov 17 16:17:09.478 INFO [stderr] | Nov 17 16:17:09.479 INFO [stderr] 19 | pub fn simple_response(req: &Box, resp: &mut Box) { Nov 17 16:17:09.479 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 17 16:17:09.480 INFO [stderr] | Nov 17 16:17:09.480 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 16:17:09.481 INFO [stderr] Nov 17 16:17:09.482 INFO [stderr] warning: unused variable: `req` Nov 17 16:17:09.482 INFO [stderr] --> examples/simple_redirect.rs:27:24 Nov 17 16:17:09.483 INFO [stderr] | Nov 17 16:17:09.484 INFO [stderr] 27 | pub fn simple_redirect(req: &Box, resp: &mut Box) { Nov 17 16:17:09.484 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 17 16:17:09.485 INFO [stderr] Nov 17 16:17:09.486 INFO [stderr] warning: unused variable: `req` Nov 17 16:17:09.486 INFO [stderr] --> examples/simple_redirect.rs:31:26 Nov 17 16:17:09.487 INFO [stderr] | Nov 17 16:17:09.487 INFO [stderr] 31 | pub fn simple_redir_fail(req: &Box, resp: &mut Box) { Nov 17 16:17:09.488 INFO [stderr] | ^^^ help: consider using `_req` instead Nov 17 16:17:09.489 INFO [stderr] Nov 17 16:17:12.580 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.54s Nov 17 16:17:12.585 INFO [stderr] su: No module specific data is present Nov 17 16:17:12.945 INFO running `"docker" "inspect" "92afdb27252e31215f660d901ac0687e1eb679e03ce88bfc2af30201eadb1494"` Nov 17 16:17:13.029 INFO running `"docker" "rm" "-f" "92afdb27252e31215f660d901ac0687e1eb679e03ce88bfc2af30201eadb1494"` Nov 17 16:17:13.144 INFO [stdout] 92afdb27252e31215f660d901ac0687e1eb679e03ce88bfc2af30201eadb1494