[INFO] updating cached repository emk/rust-buildpack-example-actix [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/emk/rust-buildpack-example-actix [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/emk/rust-buildpack-example-actix" "work/ex/beta-1.37-6/sources/1.36.0/gh/emk/rust-buildpack-example-actix"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/emk/rust-buildpack-example-actix'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/emk/rust-buildpack-example-actix" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/emk/rust-buildpack-example-actix"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/emk/rust-buildpack-example-actix'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8941f4dea21c15f43fda723cdb011cf2d3d3a039 [INFO] sha for GitHub repo emk/rust-buildpack-example-actix: 8941f4dea21c15f43fda723cdb011cf2d3d3a039 [INFO] validating manifest of emk/rust-buildpack-example-actix 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 emk/rust-buildpack-example-actix 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 emk/rust-buildpack-example-actix [INFO] finished frobbing emk/rust-buildpack-example-actix [INFO] frobbed toml for emk/rust-buildpack-example-actix written to work/ex/beta-1.37-6/sources/1.36.0/gh/emk/rust-buildpack-example-actix/Cargo.toml [INFO] started frobbing emk/rust-buildpack-example-actix [INFO] finished frobbing emk/rust-buildpack-example-actix [INFO] frobbed toml for emk/rust-buildpack-example-actix written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/emk/rust-buildpack-example-actix/Cargo.toml [INFO] crate emk/rust-buildpack-example-actix 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing emk/rust-buildpack-example-actix against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/emk/rust-buildpack-example-actix:/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.36.0" "build" "--frozen"` [INFO] [stdout] dddf468fd96d935577c688ea15dbfecb396f10433c984d176531a364bf107ffb [INFO] running `"docker" "start" "-a" "dddf468fd96d935577c688ea15dbfecb396f10433c984d176531a364bf107ffb"` [INFO] [stderr] Compiling crossbeam-utils v0.6.2 [INFO] [stderr] Compiling actix-web v0.7.15 [INFO] [stderr] Compiling serde v1.0.81 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling signal-hook v0.1.6 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling resolv-conf v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0 [INFO] [stderr] Compiling actix v0.7.8 [INFO] [stderr] Compiling actix-net v0.2.4 [INFO] [stderr] Compiling rust-buildpack-example-actix v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s [INFO] running `"docker" "inspect" "dddf468fd96d935577c688ea15dbfecb396f10433c984d176531a364bf107ffb"` [INFO] running `"docker" "rm" "-f" "dddf468fd96d935577c688ea15dbfecb396f10433c984d176531a364bf107ffb"` [INFO] [stdout] dddf468fd96d935577c688ea15dbfecb396f10433c984d176531a364bf107ffb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/emk/rust-buildpack-example-actix:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5c08fe9a164d420a2e5478edc3e1b498d0aba721cc7c136cfa274be79d76885b [INFO] running `"docker" "start" "-a" "5c08fe9a164d420a2e5478edc3e1b498d0aba721cc7c136cfa274be79d76885b"` [INFO] [stderr] Compiling rust-buildpack-example-actix v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.96s [INFO] running `"docker" "inspect" "5c08fe9a164d420a2e5478edc3e1b498d0aba721cc7c136cfa274be79d76885b"` [INFO] running `"docker" "rm" "-f" "5c08fe9a164d420a2e5478edc3e1b498d0aba721cc7c136cfa274be79d76885b"` [INFO] [stdout] 5c08fe9a164d420a2e5478edc3e1b498d0aba721cc7c136cfa274be79d76885b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/emk/rust-buildpack-example-actix:/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.36.0" "test" "--frozen"` [INFO] [stdout] 3f75db1ae960a439677fc3949b52ab7dad6975f3af622b905d63aea5cef59efd [INFO] running `"docker" "start" "-a" "3f75db1ae960a439677fc3949b52ab7dad6975f3af622b905d63aea5cef59efd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_buildpack_example_actix-6c0b2ebe09a31afc [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" "3f75db1ae960a439677fc3949b52ab7dad6975f3af622b905d63aea5cef59efd"` [INFO] running `"docker" "rm" "-f" "3f75db1ae960a439677fc3949b52ab7dad6975f3af622b905d63aea5cef59efd"` [INFO] [stdout] 3f75db1ae960a439677fc3949b52ab7dad6975f3af622b905d63aea5cef59efd