[INFO] updating cached repository ryym/rust-simple-http-server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ryym/rust-simple-http-server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ryym/rust-simple-http-server" "work/ex/beta-1.37-6/sources/1.36.0/gh/ryym/rust-simple-http-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ryym/rust-simple-http-server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ryym/rust-simple-http-server" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryym/rust-simple-http-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryym/rust-simple-http-server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c33a3678afd32e4b9641d8dfd6f3475f2db65ec5 [INFO] sha for GitHub repo ryym/rust-simple-http-server: c33a3678afd32e4b9641d8dfd6f3475f2db65ec5 [INFO] validating manifest of ryym/rust-simple-http-server on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ryym/rust-simple-http-server on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ryym/rust-simple-http-server [INFO] finished frobbing ryym/rust-simple-http-server [INFO] frobbed toml for ryym/rust-simple-http-server written to work/ex/beta-1.37-6/sources/1.36.0/gh/ryym/rust-simple-http-server/Cargo.toml [INFO] started frobbing ryym/rust-simple-http-server [INFO] finished frobbing ryym/rust-simple-http-server [INFO] frobbed toml for ryym/rust-simple-http-server written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryym/rust-simple-http-server/Cargo.toml [INFO] crate ryym/rust-simple-http-server already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ryym/rust-simple-http-server against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryym/rust-simple-http-server:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] be43d4ec83e7fc36e5cb0a6211a807744e7b9345b12dc84e39c3431c72354597 [INFO] running `"docker" "start" "-a" "be43d4ec83e7fc36e5cb0a6211a807744e7b9345b12dc84e39c3431c72354597"` [INFO] [stderr] Compiling simple-http-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | body: Option>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response.rs:32:42 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn set_body(&mut self, body: Box) { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | cause: Option>, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn by(cause: Box) -> AppError { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.49s [INFO] running `"docker" "inspect" "be43d4ec83e7fc36e5cb0a6211a807744e7b9345b12dc84e39c3431c72354597"` [INFO] running `"docker" "rm" "-f" "be43d4ec83e7fc36e5cb0a6211a807744e7b9345b12dc84e39c3431c72354597"` [INFO] [stdout] be43d4ec83e7fc36e5cb0a6211a807744e7b9345b12dc84e39c3431c72354597 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryym/rust-simple-http-server:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 48065fb1bc84052dd64da4eafe209479a58b11aa382ef9a76aa4a603350e7734 [INFO] running `"docker" "start" "-a" "48065fb1bc84052dd64da4eafe209479a58b11aa382ef9a76aa4a603350e7734"` [INFO] [stderr] Compiling simple-http-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | body: Option>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response.rs:32:42 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn set_body(&mut self, body: Box) { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | cause: Option>, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:28:32 [INFO] [stderr] | [INFO] [stderr] 28 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn by(cause: Box) -> AppError { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `"docker" "inspect" "48065fb1bc84052dd64da4eafe209479a58b11aa382ef9a76aa4a603350e7734"` [INFO] running `"docker" "rm" "-f" "48065fb1bc84052dd64da4eafe209479a58b11aa382ef9a76aa4a603350e7734"` [INFO] [stdout] 48065fb1bc84052dd64da4eafe209479a58b11aa382ef9a76aa4a603350e7734 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryym/rust-simple-http-server:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 29791844d4729217bfe98f3420322f6e89586b4c3e06a600031b9e9416ce778d [INFO] running `"docker" "start" "-a" "29791844d4729217bfe98f3420322f6e89586b4c3e06a600031b9e9416ce778d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/simple_http_server-67ffc4952ce576e3 [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/simple_http_server-a34d797f0e5d6380 [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] Doc-tests simple-http-server [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" "29791844d4729217bfe98f3420322f6e89586b4c3e06a600031b9e9416ce778d"` [INFO] running `"docker" "rm" "-f" "29791844d4729217bfe98f3420322f6e89586b4c3e06a600031b9e9416ce778d"` [INFO] [stdout] 29791844d4729217bfe98f3420322f6e89586b4c3e06a600031b9e9416ce778d