[INFO] updating cached repository paperwork/service-gatekeeper [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/paperwork/service-gatekeeper [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/paperwork/service-gatekeeper" "work/ex/beta-1.38-1/sources/1.37.0/gh/paperwork/service-gatekeeper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/paperwork/service-gatekeeper'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/paperwork/service-gatekeeper" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/paperwork/service-gatekeeper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/paperwork/service-gatekeeper'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b4049c25b3306e290968fa6846b25330e4a907aa [INFO] sha for GitHub repo paperwork/service-gatekeeper: b4049c25b3306e290968fa6846b25330e4a907aa [INFO] validating manifest of paperwork/service-gatekeeper 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 paperwork/service-gatekeeper 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 paperwork/service-gatekeeper [INFO] finished frobbing paperwork/service-gatekeeper [INFO] frobbed toml for paperwork/service-gatekeeper written to work/ex/beta-1.38-1/sources/1.37.0/gh/paperwork/service-gatekeeper/Cargo.toml [INFO] started frobbing paperwork/service-gatekeeper [INFO] finished frobbing paperwork/service-gatekeeper [INFO] frobbed toml for paperwork/service-gatekeeper written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/paperwork/service-gatekeeper/Cargo.toml [INFO] crate paperwork/service-gatekeeper 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 paperwork/service-gatekeeper 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-5/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/paperwork/service-gatekeeper:/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] 7f2263f0cd9d2e412366498718fcf2e017f5168ac5a6cb1dde43bb9615448620 [INFO] running `"docker" "start" "-a" "7f2263f0cd9d2e412366498718fcf2e017f5168ac5a6cb1dde43bb9615448620"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling tokio-sync v0.1.4 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-threadpool v0.1.12 [INFO] [stderr] Compiling frank_jwt v3.1.0 [INFO] [stderr] Compiling h2 v0.1.17 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio v0.1.17 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling hyper-reverse-proxy v0.4.0 [INFO] [stderr] Compiling paperwork_service_gatekeeper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | 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] Finished dev [unoptimized + debuginfo] target(s) in 56.74s [INFO] running `"docker" "inspect" "7f2263f0cd9d2e412366498718fcf2e017f5168ac5a6cb1dde43bb9615448620"` [INFO] running `"docker" "rm" "-f" "7f2263f0cd9d2e412366498718fcf2e017f5168ac5a6cb1dde43bb9615448620"` [INFO] [stdout] 7f2263f0cd9d2e412366498718fcf2e017f5168ac5a6cb1dde43bb9615448620 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/paperwork/service-gatekeeper:/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] 95f1d3943d758b0f787f77e9a0270bd22bec39403c12dafda0ac25178e2a5637 [INFO] running `"docker" "start" "-a" "95f1d3943d758b0f787f77e9a0270bd22bec39403c12dafda0ac25178e2a5637"` [INFO] [stderr] Compiling paperwork_service_gatekeeper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | 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] Finished dev [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `"docker" "inspect" "95f1d3943d758b0f787f77e9a0270bd22bec39403c12dafda0ac25178e2a5637"` [INFO] running `"docker" "rm" "-f" "95f1d3943d758b0f787f77e9a0270bd22bec39403c12dafda0ac25178e2a5637"` [INFO] [stdout] 95f1d3943d758b0f787f77e9a0270bd22bec39403c12dafda0ac25178e2a5637 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/paperwork/service-gatekeeper:/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] 18fcee0b68a914851f1e6d0d55236451e108731ae9778be7b0dded3da7a55384 [INFO] running `"docker" "start" "-a" "18fcee0b68a914851f1e6d0d55236451e108731ae9778be7b0dded3da7a55384"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/paperwork_service_gatekeeper-f434ac4252a514ad [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" "18fcee0b68a914851f1e6d0d55236451e108731ae9778be7b0dded3da7a55384"` [INFO] running `"docker" "rm" "-f" "18fcee0b68a914851f1e6d0d55236451e108731ae9778be7b0dded3da7a55384"` [INFO] [stdout] 18fcee0b68a914851f1e6d0d55236451e108731ae9778be7b0dded3da7a55384