[INFO] crate hyper-staticfile 0.3.1 is already in cache [INFO] extracting crate hyper-staticfile 0.3.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/hyper-staticfile/0.3.1 [INFO] extracting crate hyper-staticfile 0.3.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/hyper-staticfile/0.3.1 [INFO] validating manifest of hyper-staticfile-0.3.1 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 hyper-staticfile-0.3.1 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 hyper-staticfile-0.3.1 [INFO] finished frobbing hyper-staticfile-0.3.1 [INFO] frobbed toml for hyper-staticfile-0.3.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/hyper-staticfile/0.3.1/Cargo.toml [INFO] started frobbing hyper-staticfile-0.3.1 [INFO] finished frobbing hyper-staticfile-0.3.1 [INFO] frobbed toml for hyper-staticfile-0.3.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/hyper-staticfile/0.3.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing hyper-staticfile-0.3.1 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/hyper-staticfile/0.3.1:/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] 76f661415503c07f73d50e83bc542756dabd2408c0ba2f3244391e1b7312266f [INFO] running `"docker" "start" "-a" "76f661415503c07f73d50e83bc542756dabd2408c0ba2f3244391e1b7312266f"` [INFO] [stderr] Compiling hyper-staticfile v0.3.1 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `"docker" "inspect" "76f661415503c07f73d50e83bc542756dabd2408c0ba2f3244391e1b7312266f"` [INFO] running `"docker" "rm" "-f" "76f661415503c07f73d50e83bc542756dabd2408c0ba2f3244391e1b7312266f"` [INFO] [stdout] 76f661415503c07f73d50e83bc542756dabd2408c0ba2f3244391e1b7312266f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/hyper-staticfile/0.3.1:/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] 6fac5a9301f36eb5e87857482d5dfd9ada62b8721ecef7f43ae2ede005b125fe [INFO] running `"docker" "start" "-a" "6fac5a9301f36eb5e87857482d5dfd9ada62b8721ecef7f43ae2ede005b125fe"` [INFO] [stderr] Compiling hyper-staticfile v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/static.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | type EmptyFuture = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.39s [INFO] running `"docker" "inspect" "6fac5a9301f36eb5e87857482d5dfd9ada62b8721ecef7f43ae2ede005b125fe"` [INFO] running `"docker" "rm" "-f" "6fac5a9301f36eb5e87857482d5dfd9ada62b8721ecef7f43ae2ede005b125fe"` [INFO] [stdout] 6fac5a9301f36eb5e87857482d5dfd9ada62b8721ecef7f43ae2ede005b125fe [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/hyper-staticfile/0.3.1:/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] 7eb18564b021569daf0599600002c8a0111cc89ab9590bcd18d456697bb3b24b [INFO] running `"docker" "start" "-a" "7eb18564b021569daf0599600002c8a0111cc89ab9590bcd18d456697bb3b24b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/hyper_staticfile-186f1b511c03ee22 [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] [stderr] Running /opt/crater/target/debug/deps/static-0df222a14ca6bd20 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test redirects_if_trailing_slash_is_missing ... ok [INFO] [stdout] test normalizes_percent_encoded_path ... ok [INFO] [stdout] test serves_default_file_from_absolute_root_path ... ok [INFO] [stdout] test normalizes_path ... ok [INFO] [stdout] test decodes_percent_notation ... ok [INFO] [stdout] test returns_404_if_file_not_found ... ok [INFO] [stdout] test serves_file_with_old_if_modified_since ... ok [INFO] [stdout] test serves_file_with_new_if_modified_since ... ok [INFO] [stdout] test serves_non_default_file_from_absolute_root_path ... ok [INFO] [stdout] test sends_headers ... ok [INFO] [stdout] test prevents_from_escaping_root ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests hyper-staticfile [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/lib.rs - (line 16) ... 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" "7eb18564b021569daf0599600002c8a0111cc89ab9590bcd18d456697bb3b24b"` [INFO] running `"docker" "rm" "-f" "7eb18564b021569daf0599600002c8a0111cc89ab9590bcd18d456697bb3b24b"` [INFO] [stdout] 7eb18564b021569daf0599600002c8a0111cc89ab9590bcd18d456697bb3b24b