[INFO] updating cached repository dbarella/echo_server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dbarella/echo_server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dbarella/echo_server" "work/ex/beta-1.38-1/sources/1.37.0/gh/dbarella/echo_server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dbarella/echo_server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dbarella/echo_server" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dbarella/echo_server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dbarella/echo_server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 80e618ad2710c13c7c87cee2daa29ec7f2b14564 [INFO] sha for GitHub repo dbarella/echo_server: 80e618ad2710c13c7c87cee2daa29ec7f2b14564 [INFO] validating manifest of dbarella/echo_server 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 dbarella/echo_server 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 dbarella/echo_server [INFO] finished frobbing dbarella/echo_server [INFO] frobbed toml for dbarella/echo_server written to work/ex/beta-1.38-1/sources/1.37.0/gh/dbarella/echo_server/Cargo.toml [INFO] started frobbing dbarella/echo_server [INFO] finished frobbing dbarella/echo_server [INFO] frobbed toml for dbarella/echo_server written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dbarella/echo_server/Cargo.toml [INFO] crate dbarella/echo_server already has a lockfile, it will not be regenerated [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] testing dbarella/echo_server 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/gh/dbarella/echo_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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] cbb9e1f9106614c72c53f2144e17a8055138ec251f2ddef2278903a37626b0d4 [INFO] running `"docker" "start" "-a" "cbb9e1f9106614c72c53f2144e17a8055138ec251f2ddef2278903a37626b0d4"` [INFO] [stderr] Compiling futures v0.1.17 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hello-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:90:23 [INFO] [stderr] | [INFO] [stderr] 90 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/main.rs:111:23 [INFO] [stderr] | [INFO] [stderr] 111 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.88s [INFO] running `"docker" "inspect" "cbb9e1f9106614c72c53f2144e17a8055138ec251f2ddef2278903a37626b0d4"` [INFO] running `"docker" "rm" "-f" "cbb9e1f9106614c72c53f2144e17a8055138ec251f2ddef2278903a37626b0d4"` [INFO] [stdout] cbb9e1f9106614c72c53f2144e17a8055138ec251f2ddef2278903a37626b0d4 [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/gh/dbarella/echo_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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 874bf16c9658ad9d36518c0bcc72cf0b847fe3dceec9a90cf6b87d5549310f58 [INFO] running `"docker" "start" "-a" "874bf16c9658ad9d36518c0bcc72cf0b847fe3dceec9a90cf6b87d5549310f58"` [INFO] [stderr] Compiling hello-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:90:23 [INFO] [stderr] | [INFO] [stderr] 90 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/main.rs:111:23 [INFO] [stderr] | [INFO] [stderr] 111 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `"docker" "inspect" "874bf16c9658ad9d36518c0bcc72cf0b847fe3dceec9a90cf6b87d5549310f58"` [INFO] running `"docker" "rm" "-f" "874bf16c9658ad9d36518c0bcc72cf0b847fe3dceec9a90cf6b87d5549310f58"` [INFO] [stdout] 874bf16c9658ad9d36518c0bcc72cf0b847fe3dceec9a90cf6b87d5549310f58 [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/gh/dbarella/echo_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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 665673b7940fa2bac184de9857cbd23f7f98f226fe7787a8d09f6e7acecad734 [INFO] running `"docker" "start" "-a" "665673b7940fa2bac184de9857cbd23f7f98f226fe7787a8d09f6e7acecad734"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_server-55117658732a8a72 [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" "665673b7940fa2bac184de9857cbd23f7f98f226fe7787a8d09f6e7acecad734"` [INFO] running `"docker" "rm" "-f" "665673b7940fa2bac184de9857cbd23f7f98f226fe7787a8d09f6e7acecad734"` [INFO] [stdout] 665673b7940fa2bac184de9857cbd23f7f98f226fe7787a8d09f6e7acecad734