[INFO] updating cached repository josh-perry/webserver [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/josh-perry/webserver [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/josh-perry/webserver" "work/ex/beta-1.38-1/sources/1.37.0/gh/josh-perry/webserver"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/josh-perry/webserver'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/josh-perry/webserver" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/josh-perry/webserver"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/josh-perry/webserver'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 432db2ede48202ab2b10652fb8c45cecb790eaad [INFO] sha for GitHub repo josh-perry/webserver: 432db2ede48202ab2b10652fb8c45cecb790eaad [INFO] validating manifest of josh-perry/webserver 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 josh-perry/webserver 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 josh-perry/webserver [INFO] finished frobbing josh-perry/webserver [INFO] frobbed toml for josh-perry/webserver written to work/ex/beta-1.38-1/sources/1.37.0/gh/josh-perry/webserver/Cargo.toml [INFO] started frobbing josh-perry/webserver [INFO] finished frobbing josh-perry/webserver [INFO] frobbed toml for josh-perry/webserver written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/josh-perry/webserver/Cargo.toml [INFO] crate josh-perry/webserver 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 josh-perry/webserver 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/josh-perry/webserver:/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] 35d295ad101d6146494a26ba1c86204e3c761d9504bbc0a446134d191c14198d [INFO] running `"docker" "start" "-a" "35d295ad101d6146494a26ba1c86204e3c761d9504bbc0a446134d191c14198d"` [INFO] [stderr] Compiling webserver v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "35d295ad101d6146494a26ba1c86204e3c761d9504bbc0a446134d191c14198d"` [INFO] running `"docker" "rm" "-f" "35d295ad101d6146494a26ba1c86204e3c761d9504bbc0a446134d191c14198d"` [INFO] [stdout] 35d295ad101d6146494a26ba1c86204e3c761d9504bbc0a446134d191c14198d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/josh-perry/webserver:/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] a32c331a45591a155be926a1faf70029b1a6b0d33d9853c8e6e2a0b60e129a49 [INFO] running `"docker" "start" "-a" "a32c331a45591a155be926a1faf70029b1a6b0d33d9853c8e6e2a0b60e129a49"` [INFO] [stderr] Compiling webserver v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `"docker" "inspect" "a32c331a45591a155be926a1faf70029b1a6b0d33d9853c8e6e2a0b60e129a49"` [INFO] running `"docker" "rm" "-f" "a32c331a45591a155be926a1faf70029b1a6b0d33d9853c8e6e2a0b60e129a49"` [INFO] [stdout] a32c331a45591a155be926a1faf70029b1a6b0d33d9853c8e6e2a0b60e129a49 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/josh-perry/webserver:/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] 75be7fb35db4ca2d1f2d91d9a2273b57be64584ae4792c8335e515cf75bd879f [INFO] running `"docker" "start" "-a" "75be7fb35db4ca2d1f2d91d9a2273b57be64584ae4792c8335e515cf75bd879f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/webserver-b8c1b54c82ce72ba [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" "75be7fb35db4ca2d1f2d91d9a2273b57be64584ae4792c8335e515cf75bd879f"` [INFO] running `"docker" "rm" "-f" "75be7fb35db4ca2d1f2d91d9a2273b57be64584ae4792c8335e515cf75bd879f"` [INFO] [stdout] 75be7fb35db4ca2d1f2d91d9a2273b57be64584ae4792c8335e515cf75bd879f