[INFO] updating cached repository Spanfile/rust-imageserver [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Spanfile/rust-imageserver [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Spanfile/rust-imageserver" "work/ex/beta-1.38-1/sources/1.37.0/gh/Spanfile/rust-imageserver"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Spanfile/rust-imageserver'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Spanfile/rust-imageserver" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Spanfile/rust-imageserver"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Spanfile/rust-imageserver'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1432cbdea8f79ff554e13a6caa3f1adda16ba1c6 [INFO] sha for GitHub repo Spanfile/rust-imageserver: 1432cbdea8f79ff554e13a6caa3f1adda16ba1c6 [INFO] validating manifest of Spanfile/rust-imageserver 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 Spanfile/rust-imageserver 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 Spanfile/rust-imageserver [INFO] finished frobbing Spanfile/rust-imageserver [INFO] frobbed toml for Spanfile/rust-imageserver written to work/ex/beta-1.38-1/sources/1.37.0/gh/Spanfile/rust-imageserver/Cargo.toml [INFO] started frobbing Spanfile/rust-imageserver [INFO] finished frobbing Spanfile/rust-imageserver [INFO] frobbed toml for Spanfile/rust-imageserver written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Spanfile/rust-imageserver/Cargo.toml [INFO] crate Spanfile/rust-imageserver 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 Spanfile/rust-imageserver against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Spanfile/rust-imageserver:/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-08-13" "build" "--frozen"` [INFO] [stdout] 8074162dc092fe2bcb8df0599e859bb1b2d3f5ac50da32ee03311a57f448d732 [INFO] running `"docker" "start" "-a" "8074162dc092fe2bcb8df0599e859bb1b2d3f5ac50da32ee03311a57f448d732"` [INFO] [stderr] Compiling hyper v0.12.13 [INFO] [stderr] Compiling rust-imageserver v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | type BoxFut = Box, Error = hyper::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = hyper::Error> + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Stream` [INFO] [stderr] --> src/main.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | use hyper::rt::{Future, Stream}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.84s [INFO] running `"docker" "inspect" "8074162dc092fe2bcb8df0599e859bb1b2d3f5ac50da32ee03311a57f448d732"` [INFO] running `"docker" "rm" "-f" "8074162dc092fe2bcb8df0599e859bb1b2d3f5ac50da32ee03311a57f448d732"` [INFO] [stdout] 8074162dc092fe2bcb8df0599e859bb1b2d3f5ac50da32ee03311a57f448d732 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Spanfile/rust-imageserver:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 1e7fc49ba2d921aaf85e54e60dd796519775c9f39a4ee8aeeb2d3192e75f0cf0 [INFO] running `"docker" "start" "-a" "1e7fc49ba2d921aaf85e54e60dd796519775c9f39a4ee8aeeb2d3192e75f0cf0"` [INFO] [stderr] Compiling rust-imageserver v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | type BoxFut = Box, Error = hyper::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = hyper::Error> + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Stream` [INFO] [stderr] --> src/main.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | use hyper::rt::{Future, Stream}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "1e7fc49ba2d921aaf85e54e60dd796519775c9f39a4ee8aeeb2d3192e75f0cf0"` [INFO] running `"docker" "rm" "-f" "1e7fc49ba2d921aaf85e54e60dd796519775c9f39a4ee8aeeb2d3192e75f0cf0"` [INFO] [stdout] 1e7fc49ba2d921aaf85e54e60dd796519775c9f39a4ee8aeeb2d3192e75f0cf0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Spanfile/rust-imageserver:/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-08-13" "test" "--frozen"` [INFO] [stdout] c8f1dfd50ea4e1279d4017f7ce5ef7de0fa0fdb2c6a61d0000c5a8356a73e883 [INFO] running `"docker" "start" "-a" "c8f1dfd50ea4e1279d4017f7ce5ef7de0fa0fdb2c6a61d0000c5a8356a73e883"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_imageserver-70f14bde806d61fa [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" "c8f1dfd50ea4e1279d4017f7ce5ef7de0fa0fdb2c6a61d0000c5a8356a73e883"` [INFO] running `"docker" "rm" "-f" "c8f1dfd50ea4e1279d4017f7ce5ef7de0fa0fdb2c6a61d0000c5a8356a73e883"` [INFO] [stdout] c8f1dfd50ea4e1279d4017f7ce5ef7de0fa0fdb2c6a61d0000c5a8356a73e883