[INFO] cloning repository dethoter/tokio_test [INFO] running `"git" "clone" "--bare" "git://github.com/dethoter/tokio_test.git" "work/cache/sources/gh/dethoter/tokio_test"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/dethoter/tokio_test'... [INFO] running `"git" "clone" "work/cache/sources/gh/dethoter/tokio_test" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dethoter/tokio_test"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dethoter/tokio_test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dethoter/tokio_test" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dethoter/tokio_test"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dethoter/tokio_test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c0185eb40b9e5bc994cf3b2b4916c924de3affa0 [INFO] sha for GitHub repo dethoter/tokio_test: c0185eb40b9e5bc994cf3b2b4916c924de3affa0 [INFO] validating manifest of dethoter/tokio_test on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dethoter/tokio_test on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dethoter/tokio_test [INFO] finished frobbing dethoter/tokio_test [INFO] frobbed toml for dethoter/tokio_test written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dethoter/tokio_test/Cargo.toml [INFO] started frobbing dethoter/tokio_test [INFO] finished frobbing dethoter/tokio_test [INFO] frobbed toml for dethoter/tokio_test written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dethoter/tokio_test/Cargo.toml [INFO] crate dethoter/tokio_test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing dethoter/tokio_test against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dethoter/tokio_test:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 03f0bf8ecc9d992379b4b75f2b6a51a81f247fc978d0ec798a8dc7a16e9e1c50 [INFO] running `"docker" "start" "-a" "03f0bf8ecc9d992379b4b75f2b6a51a81f247fc978d0ec798a8dc7a16e9e1c50"` [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling bincode v0.9.2 [INFO] [stderr] Compiling structopt v0.1.3 [INFO] [stderr] Compiling structopt-derive v0.1.3 [INFO] [stderr] Compiling tokio_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server.rs:102:23 [INFO] [stderr] | [INFO] [stderr] 102 | 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] Finished dev [unoptimized + debuginfo] target(s) in 12.94s [INFO] running `"docker" "inspect" "03f0bf8ecc9d992379b4b75f2b6a51a81f247fc978d0ec798a8dc7a16e9e1c50"` [INFO] running `"docker" "rm" "-f" "03f0bf8ecc9d992379b4b75f2b6a51a81f247fc978d0ec798a8dc7a16e9e1c50"` [INFO] [stdout] 03f0bf8ecc9d992379b4b75f2b6a51a81f247fc978d0ec798a8dc7a16e9e1c50 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dethoter/tokio_test:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] fa8af54dbe75f2aca73b450d7b6c1eb7834c09bbdff6bcafd880e573004e8deb [INFO] running `"docker" "start" "-a" "fa8af54dbe75f2aca73b450d7b6c1eb7834c09bbdff6bcafd880e573004e8deb"` [INFO] [stderr] Compiling tokio_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server.rs:102:23 [INFO] [stderr] | [INFO] [stderr] 102 | 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] Finished dev [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `"docker" "inspect" "fa8af54dbe75f2aca73b450d7b6c1eb7834c09bbdff6bcafd880e573004e8deb"` [INFO] running `"docker" "rm" "-f" "fa8af54dbe75f2aca73b450d7b6c1eb7834c09bbdff6bcafd880e573004e8deb"` [INFO] [stdout] fa8af54dbe75f2aca73b450d7b6c1eb7834c09bbdff6bcafd880e573004e8deb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dethoter/tokio_test:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 922142e25c71cd2e113e19e1ee402f27f30f4888ca840a1a45476c7d527ae09a [INFO] running `"docker" "start" "-a" "922142e25c71cd2e113e19e1ee402f27f30f4888ca840a1a45476c7d527ae09a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/cli-8e9f9ab6725cebf0 [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/serv-aaf1e087b7f0394c [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" "922142e25c71cd2e113e19e1ee402f27f30f4888ca840a1a45476c7d527ae09a"` [INFO] running `"docker" "rm" "-f" "922142e25c71cd2e113e19e1ee402f27f30f4888ca840a1a45476c7d527ae09a"` [INFO] [stdout] 922142e25c71cd2e113e19e1ee402f27f30f4888ca840a1a45476c7d527ae09a