[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 beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjht5945%2Fsimplehttpserver" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jht5945/simplehttpserver 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/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-7/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" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 114fce4d3a22151fcbad05ec3c2d41573c21ca7ae08ae03efdc57c1ec1c55229 [INFO] running `"docker" "start" "-a" "114fce4d3a22151fcbad05ec3c2d41573c21ca7ae08ae03efdc57c1ec1c55229"` [INFO] [stderr] Compiling term v0.5.2 [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.38s [INFO] running `"docker" "inspect" "114fce4d3a22151fcbad05ec3c2d41573c21ca7ae08ae03efdc57c1ec1c55229"` [INFO] running `"docker" "rm" "-f" "114fce4d3a22151fcbad05ec3c2d41573c21ca7ae08ae03efdc57c1ec1c55229"` [INFO] [stdout] 114fce4d3a22151fcbad05ec3c2d41573c21ca7ae08ae03efdc57c1ec1c55229 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] a277d9421ec2db33400731e2364fa4a163ae6f202e50303e7045a66abc586967 [INFO] running `"docker" "start" "-a" "a277d9421ec2db33400731e2364fa4a163ae6f202e50303e7045a66abc586967"` [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.58s [INFO] running `"docker" "inspect" "a277d9421ec2db33400731e2364fa4a163ae6f202e50303e7045a66abc586967"` [INFO] running `"docker" "rm" "-f" "a277d9421ec2db33400731e2364fa4a163ae6f202e50303e7045a66abc586967"` [INFO] [stdout] a277d9421ec2db33400731e2364fa4a163ae6f202e50303e7045a66abc586967 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] fa45a0262b0fc2f188897c92bfd8aaa0414920ebe41fb68b2d35d76efc779161 [INFO] running `"docker" "start" "-a" "fa45a0262b0fc2f188897c92bfd8aaa0414920ebe41fb68b2d35d76efc779161"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simplehttpserver-6762c49221d9532c [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" "fa45a0262b0fc2f188897c92bfd8aaa0414920ebe41fb68b2d35d76efc779161"` [INFO] running `"docker" "rm" "-f" "fa45a0262b0fc2f188897c92bfd8aaa0414920ebe41fb68b2d35d76efc779161"` [INFO] [stdout] fa45a0262b0fc2f188897c92bfd8aaa0414920ebe41fb68b2d35d76efc779161