[INFO] updating cached repository https://github.com/Sam-Jeston/oxidize [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7144ca36cdb1bec94df8ae91fb77d21c94542a5b [INFO] testing Sam-Jeston/oxidize against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FSam-Jeston%2Foxidize" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Sam-Jeston/oxidize on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Sam-Jeston/oxidize [INFO] finished tweaking git repo https://github.com/Sam-Jeston/oxidize [INFO] tweaked toml for git repo https://github.com/Sam-Jeston/oxidize written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Sam-Jeston/oxidize already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] bb338b0dba84f07700b19670c096b269fbf16b011530d87a4639f7c52f090491 [INFO] running `"docker" "start" "-a" "bb338b0dba84f07700b19670c096b269fbf16b011530d87a4639f7c52f090491"` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.1 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling num_cpus v1.5.0 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling mime v0.3.2 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling tokio-core v0.1.8 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.0 [INFO] [stderr] Compiling oxidize v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Request`, `Response`, `Service` [INFO] [stderr] --> src/main.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::server::{Http, Request, Response, Service}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `hyper_client` [INFO] [stderr] --> src/request_handler/mod.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | hyper_client: &Client, [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_hyper_client` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `el_handle` [INFO] [stderr] --> src/request_handler/mod.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | el_handle: &reactor::Handle, [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_el_handle` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/config_loader/server_block.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | let mut parent_ref = base_accumulator.iter_mut().find(|asb| asb.port == block.port).unwrap(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.18s [INFO] running `"docker" "inspect" "bb338b0dba84f07700b19670c096b269fbf16b011530d87a4639f7c52f090491"` [INFO] running `"docker" "rm" "-f" "bb338b0dba84f07700b19670c096b269fbf16b011530d87a4639f7c52f090491"` [INFO] [stdout] bb338b0dba84f07700b19670c096b269fbf16b011530d87a4639f7c52f090491 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] c1b65114b04812cc024d9883e95e46313324711b9a0a47d1cb621ac660fa41f8 [INFO] running `"docker" "start" "-a" "c1b65114b04812cc024d9883e95e46313324711b9a0a47d1cb621ac660fa41f8"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling oxidize v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Request`, `Response`, `Service` [INFO] [stderr] --> src/main.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::server::{Http, Request, Response, Service}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `hyper_client` [INFO] [stderr] --> src/request_handler/mod.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | hyper_client: &Client, [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing with an underscore: `_hyper_client` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `el_handle` [INFO] [stderr] --> src/request_handler/mod.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | el_handle: &reactor::Handle, [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_el_handle` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/config_loader/server_block.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | let mut parent_ref = base_accumulator.iter_mut().find(|asb| asb.port == block.port).unwrap(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `"docker" "inspect" "c1b65114b04812cc024d9883e95e46313324711b9a0a47d1cb621ac660fa41f8"` [INFO] running `"docker" "rm" "-f" "c1b65114b04812cc024d9883e95e46313324711b9a0a47d1cb621ac660fa41f8"` [INFO] [stdout] c1b65114b04812cc024d9883e95e46313324711b9a0a47d1cb621ac660fa41f8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 78b43c9ec3b9e412246420cc1870e96377361cabcf9cf1c260f73624b75b3f7c [INFO] running `"docker" "start" "-a" "78b43c9ec3b9e412246420cc1870e96377361cabcf9cf1c260f73624b75b3f7c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/oxidize-c2b87def2929aa87 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test response::tests::not_found_response_is_correct ... ok [INFO] [stdout] test config_loader::server_block::tests::accumulated_server_block_correctly_aggregates ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "78b43c9ec3b9e412246420cc1870e96377361cabcf9cf1c260f73624b75b3f7c"` [INFO] running `"docker" "rm" "-f" "78b43c9ec3b9e412246420cc1870e96377361cabcf9cf1c260f73624b75b3f7c"` [INFO] [stdout] 78b43c9ec3b9e412246420cc1870e96377361cabcf9cf1c260f73624b75b3f7c