[INFO] updating cached repository lazear/rustHTTP [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/lazear/rustHTTP [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/lazear/rustHTTP" "work/ex/beta-1.38-1/sources/1.37.0/gh/lazear/rustHTTP"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/lazear/rustHTTP'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lazear/rustHTTP" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lazear/rustHTTP"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lazear/rustHTTP'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a2e12d07a3e8243507b24b2dbbae95fbeb8bb28 [INFO] sha for GitHub repo lazear/rustHTTP: 0a2e12d07a3e8243507b24b2dbbae95fbeb8bb28 [INFO] validating manifest of lazear/rustHTTP 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 lazear/rustHTTP 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 lazear/rustHTTP [INFO] finished frobbing lazear/rustHTTP [INFO] frobbed toml for lazear/rustHTTP written to work/ex/beta-1.38-1/sources/1.37.0/gh/lazear/rustHTTP/Cargo.toml [INFO] started frobbing lazear/rustHTTP [INFO] finished frobbing lazear/rustHTTP [INFO] frobbed toml for lazear/rustHTTP written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lazear/rustHTTP/Cargo.toml [INFO] crate lazear/rustHTTP 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 lazear/rustHTTP 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/lazear/rustHTTP:/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] 5c8446a4bf3db354c34b7223c4e5acbaf5b16ed9e5bb218ecca4eb3fd68bfe11 [INFO] running `"docker" "start" "-a" "5c8446a4bf3db354c34b7223c4e5acbaf5b16ed9e5bb218ecca4eb3fd68bfe11"` [INFO] [stderr] Compiling server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `"docker" "inspect" "5c8446a4bf3db354c34b7223c4e5acbaf5b16ed9e5bb218ecca4eb3fd68bfe11"` [INFO] running `"docker" "rm" "-f" "5c8446a4bf3db354c34b7223c4e5acbaf5b16ed9e5bb218ecca4eb3fd68bfe11"` [INFO] [stdout] 5c8446a4bf3db354c34b7223c4e5acbaf5b16ed9e5bb218ecca4eb3fd68bfe11 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/lazear/rustHTTP:/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] dee7483e0abf554f97d7632aedf601d84cb196543778116f0bc44593c6dd3b42 [INFO] running `"docker" "start" "-a" "dee7483e0abf554f97d7632aedf601d84cb196543778116f0bc44593c6dd3b42"` [INFO] [stderr] Compiling server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `"docker" "inspect" "dee7483e0abf554f97d7632aedf601d84cb196543778116f0bc44593c6dd3b42"` [INFO] running `"docker" "rm" "-f" "dee7483e0abf554f97d7632aedf601d84cb196543778116f0bc44593c6dd3b42"` [INFO] [stdout] dee7483e0abf554f97d7632aedf601d84cb196543778116f0bc44593c6dd3b42 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/lazear/rustHTTP:/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] c30ebe6a3e0a5d0c4ede37d34b1237490545c3c6573b4f18929efc49b9359e71 [INFO] running `"docker" "start" "-a" "c30ebe6a3e0a5d0c4ede37d34b1237490545c3c6573b4f18929efc49b9359e71"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/server-725da2435e73a831 [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" "c30ebe6a3e0a5d0c4ede37d34b1237490545c3c6573b4f18929efc49b9359e71"` [INFO] running `"docker" "rm" "-f" "c30ebe6a3e0a5d0c4ede37d34b1237490545c3c6573b4f18929efc49b9359e71"` [INFO] [stdout] c30ebe6a3e0a5d0c4ede37d34b1237490545c3c6573b4f18929efc49b9359e71