[INFO] updating cached repository scottlamb/http-serve [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/scottlamb/http-serve [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/scottlamb/http-serve" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/scottlamb/http-serve"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/scottlamb/http-serve'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/scottlamb/http-serve" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/scottlamb/http-serve"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/scottlamb/http-serve'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 90ef56f61902ee1a1267cd473c3e45e39cb0cfa9 [INFO] sha for GitHub repo scottlamb/http-serve: 90ef56f61902ee1a1267cd473c3e45e39cb0cfa9 [INFO] validating manifest of scottlamb/http-serve on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of scottlamb/http-serve on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing scottlamb/http-serve [INFO] finished frobbing scottlamb/http-serve [INFO] frobbed toml for scottlamb/http-serve written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/scottlamb/http-serve/Cargo.toml [INFO] started frobbing scottlamb/http-serve [INFO] finished frobbing scottlamb/http-serve [INFO] frobbed toml for scottlamb/http-serve written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/scottlamb/http-serve/Cargo.toml [INFO] crate scottlamb/http-serve has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing scottlamb/http-serve against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/scottlamb/http-serve:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] ad7869f68c13fc24db84c7df1fa03ce018c5fb0f6de9c0f0d705a2c1c32bc312 [INFO] running `"docker" "start" "-a" "ad7869f68c13fc24db84c7df1fa03ce018c5fb0f6de9c0f0d705a2c1c32bc312"` [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling flate2 v1.0.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling hyper v0.12.13 [INFO] [stderr] Compiling http-serve v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/range.rs:49:19 [INFO] [stderr] | [INFO] [stderr] 49 | let r = r.trim_left_matches(|c| c == ' ' || c == '\t'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.76s [INFO] running `"docker" "inspect" "ad7869f68c13fc24db84c7df1fa03ce018c5fb0f6de9c0f0d705a2c1c32bc312"` [INFO] running `"docker" "rm" "-f" "ad7869f68c13fc24db84c7df1fa03ce018c5fb0f6de9c0f0d705a2c1c32bc312"` [INFO] [stdout] ad7869f68c13fc24db84c7df1fa03ce018c5fb0f6de9c0f0d705a2c1c32bc312 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/scottlamb/http-serve:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bab156efb36c72c1cfc13837fa786a096386b9f62e676dc22aa016b3268359c8 [INFO] running `"docker" "start" "-a" "bab156efb36c72c1cfc13837fa786a096386b9f62e676dc22aa016b3268359c8"` [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling leak v0.1.2 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling itertools-num v0.1.2 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling syn v0.15.16 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling criterion-stats v0.2.5 [INFO] [stderr] Compiling criterion-plot v0.2.5 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling reqwest v0.9.4 [INFO] [stderr] Compiling csv v1.0.2 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling handlebars v0.32.4 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling criterion v0.2.5 [INFO] [stderr] Compiling http-serve v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/range.rs:49:19 [INFO] [stderr] | [INFO] [stderr] 49 | let r = r.trim_left_matches(|c| c == ' ' || c == '\t'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `"docker" "inspect" "bab156efb36c72c1cfc13837fa786a096386b9f62e676dc22aa016b3268359c8"` [INFO] running `"docker" "rm" "-f" "bab156efb36c72c1cfc13837fa786a096386b9f62e676dc22aa016b3268359c8"` [INFO] [stdout] bab156efb36c72c1cfc13837fa786a096386b9f62e676dc22aa016b3268359c8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-0/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/scottlamb/http-serve:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 1b0b6a86272b0ece1ef1fe400406502a898d8f9091ac195c6d7ddd9ef535d6d0 [INFO] running `"docker" "start" "-a" "1b0b6a86272b0ece1ef1fe400406502a898d8f9091ac195c6d7ddd9ef535d6d0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running /opt/crater/target/debug/deps/http_serve-a6aa23ac33c42c23 [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test chunker::tests::abort ... ok [INFO] [stdout] test etag::tests::comma_in_etag ... ok [INFO] [stdout] test etag::tests::corrupt_list ... ok [INFO] [stdout] test etag::tests::empty_list ... ok [INFO] [stdout] test chunker::tests::chunk_double_write ... ok [INFO] [stdout] test etag::tests::strong_eq ... ok [INFO] [stdout] test etag::tests::nonempty_list ... ok [INFO] [stdout] test chunker::tests::small_flush ... ok [INFO] [stdout] test chunker::tests::small_large_write ... ok [INFO] [stdout] test chunker::tests::large_write ... ok [INFO] [stdout] test range::tests::test_resolve_ranges_absent_or_invalid ... ok [INFO] [stdout] test range::tests::test_resolve_ranges_rfc ... ok [INFO] [stdout] test range::tests::test_resolve_ranges_satisfiability ... ok [INFO] [stdout] test tests::should_gzip ... ok [INFO] [stdout] test chunker::tests::chunk_write ... ok [INFO] [stdout] test etag::tests::weak_eq ... ok [INFO] [stdout] test chunker::tests::small_no_flush ... ok [INFO] [stdout] test file::tests::with_pool ... ok [INFO] [stdout] test file::tests::without_pool ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/chunked_acceptance-6dee40879fd21d58 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test auto_gzip ... ok [INFO] [stdout] test no_gzip_abort ... ok [INFO] [stdout] test manual_gzip ... ok [INFO] [stdout] test auto_gzip_abort ... ok [INFO] [stdout] test no_gzip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/entity_acceptance-5933a35884a04214 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test serve_with_weak_etag ... ok [INFO] [stdout] test serve_with_strong_etag ... ok [INFO] [stdout] test serve_without_etag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests http-serve [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1b0b6a86272b0ece1ef1fe400406502a898d8f9091ac195c6d7ddd9ef535d6d0"` [INFO] running `"docker" "rm" "-f" "1b0b6a86272b0ece1ef1fe400406502a898d8f9091ac195c6d7ddd9ef535d6d0"` [INFO] [stdout] 1b0b6a86272b0ece1ef1fe400406502a898d8f9091ac195c6d7ddd9ef535d6d0