[INFO] updating cached repository https://github.com/jht5945/simplehttpserver [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] 440aa24f2569a9b1db034188764b4993d0115914 [INFO] testing jht5945/simplehttpserver against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjht5945%2Fsimplehttpserver" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jht5945/simplehttpserver on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jht5945/simplehttpserver [INFO] finished tweaking git repo https://github.com/jht5945/simplehttpserver [INFO] tweaked toml for git repo https://github.com/jht5945/simplehttpserver written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jht5945/simplehttpserver already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] ae52e0e0c1504544b015b02e6447b31456eab02c4ee36f82e692af0afe4e12bf [INFO] running `"docker" "start" "-a" "ae52e0e0c1504544b015b02e6447b31456eab02c4ee36f82e692af0afe4e12bf"` [INFO] [stderr] Compiling rust_util v0.1.0 (https://github.com/jht5945/rust_util#90cd623f) [INFO] [stderr] Compiling simplehttpserver v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:54:41 [INFO] [stderr] | [INFO] [stderr] 54 | fn parse_http_request_from_read(_read: &Read) -> XResult { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.80s [INFO] running `"docker" "inspect" "ae52e0e0c1504544b015b02e6447b31456eab02c4ee36f82e692af0afe4e12bf"` [INFO] running `"docker" "rm" "-f" "ae52e0e0c1504544b015b02e6447b31456eab02c4ee36f82e692af0afe4e12bf"` [INFO] [stdout] ae52e0e0c1504544b015b02e6447b31456eab02c4ee36f82e692af0afe4e12bf [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 85c84620c9de629a46b88126abbdb16435539818af278549f27c5a60adebd4a9 [INFO] running `"docker" "start" "-a" "85c84620c9de629a46b88126abbdb16435539818af278549f27c5a60adebd4a9"` [INFO] [stderr] Compiling simplehttpserver v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/http.rs:54:41 [INFO] [stderr] | [INFO] [stderr] 54 | fn parse_http_request_from_read(_read: &Read) -> XResult { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `"docker" "inspect" "85c84620c9de629a46b88126abbdb16435539818af278549f27c5a60adebd4a9"` [INFO] running `"docker" "rm" "-f" "85c84620c9de629a46b88126abbdb16435539818af278549f27c5a60adebd4a9"` [INFO] [stdout] 85c84620c9de629a46b88126abbdb16435539818af278549f27c5a60adebd4a9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 585cbba08a9da1e1c0081f74e1d37a472f9c9b74780f88eee3fbef10ea0b0971 [INFO] running `"docker" "start" "-a" "585cbba08a9da1e1c0081f74e1d37a472f9c9b74780f88eee3fbef10ea0b0971"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simplehttpserver-62a7f4e61634ec14 [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" "585cbba08a9da1e1c0081f74e1d37a472f9c9b74780f88eee3fbef10ea0b0971"` [INFO] running `"docker" "rm" "-f" "585cbba08a9da1e1c0081f74e1d37a472f9c9b74780f88eee3fbef10ea0b0971"` [INFO] [stdout] 585cbba08a9da1e1c0081f74e1d37a472f9c9b74780f88eee3fbef10ea0b0971