[INFO] updating cached repository Sam-Jeston/oxidize [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Sam-Jeston/oxidize [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Sam-Jeston/oxidize" "work/ex/beta-1.38-1/sources/1.37.0/gh/Sam-Jeston/oxidize"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Sam-Jeston/oxidize'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Sam-Jeston/oxidize" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Sam-Jeston/oxidize"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Sam-Jeston/oxidize'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7144ca36cdb1bec94df8ae91fb77d21c94542a5b [INFO] sha for GitHub repo Sam-Jeston/oxidize: 7144ca36cdb1bec94df8ae91fb77d21c94542a5b [INFO] validating manifest of Sam-Jeston/oxidize on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Sam-Jeston/oxidize on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Sam-Jeston/oxidize [INFO] finished frobbing Sam-Jeston/oxidize [INFO] frobbed toml for Sam-Jeston/oxidize written to work/ex/beta-1.38-1/sources/1.37.0/gh/Sam-Jeston/oxidize/Cargo.toml [INFO] started frobbing Sam-Jeston/oxidize [INFO] finished frobbing Sam-Jeston/oxidize [INFO] frobbed toml for Sam-Jeston/oxidize written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Sam-Jeston/oxidize/Cargo.toml [INFO] crate Sam-Jeston/oxidize already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Sam-Jeston/oxidize against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Sam-Jeston/oxidize:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] ebd82a65db7cd27de3f4a48d7a2079856d0477537e406fe2c6b13ba26c169220 [INFO] running `"docker" "start" "-a" "ebd82a65db7cd27de3f4a48d7a2079856d0477537e406fe2c6b13ba26c169220"` [INFO] [stderr] Compiling cfg-if v0.1.1 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling num_cpus v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling tokio-io v0.1.2 [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/crater/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 33.40s [INFO] running `"docker" "inspect" "ebd82a65db7cd27de3f4a48d7a2079856d0477537e406fe2c6b13ba26c169220"` [INFO] running `"docker" "rm" "-f" "ebd82a65db7cd27de3f4a48d7a2079856d0477537e406fe2c6b13ba26c169220"` [INFO] [stdout] ebd82a65db7cd27de3f4a48d7a2079856d0477537e406fe2c6b13ba26c169220 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Sam-Jeston/oxidize:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 270155e3b2319696f1dfa32f4751bd19b5616fb0eeb01049b568846bf9f6c4ae [INFO] running `"docker" "start" "-a" "270155e3b2319696f1dfa32f4751bd19b5616fb0eeb01049b568846bf9f6c4ae"` [INFO] [stderr] Compiling oxidize v0.1.0 (/opt/crater/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.90s [INFO] running `"docker" "inspect" "270155e3b2319696f1dfa32f4751bd19b5616fb0eeb01049b568846bf9f6c4ae"` [INFO] running `"docker" "rm" "-f" "270155e3b2319696f1dfa32f4751bd19b5616fb0eeb01049b568846bf9f6c4ae"` [INFO] [stdout] 270155e3b2319696f1dfa32f4751bd19b5616fb0eeb01049b568846bf9f6c4ae [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Sam-Jeston/oxidize:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] ed8ab95432416dff6072d3c325c830f6d8d703b5573ac4643c9a71088e078197 [INFO] running `"docker" "start" "-a" "ed8ab95432416dff6072d3c325c830f6d8d703b5573ac4643c9a71088e078197"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/oxidize-2d5e2be7ae550f5a [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test config_loader::server_block::tests::accumulated_server_block_correctly_aggregates ... ok [INFO] [stdout] test response::tests::not_found_response_is_correct ... 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" "ed8ab95432416dff6072d3c325c830f6d8d703b5573ac4643c9a71088e078197"` [INFO] running `"docker" "rm" "-f" "ed8ab95432416dff6072d3c325c830f6d8d703b5573ac4643c9a71088e078197"` [INFO] [stdout] ed8ab95432416dff6072d3c325c830f6d8d703b5573ac4643c9a71088e078197