[INFO] updating cached repository bxo/hello-cargo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bxo/hello-cargo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bxo/hello-cargo" "work/ex/beta-1.38-1/sources/1.37.0/gh/bxo/hello-cargo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/bxo/hello-cargo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bxo/hello-cargo" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bxo/hello-cargo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bxo/hello-cargo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ae1f70aef3065767ff301b83efb61ac912e7578d [INFO] sha for GitHub repo bxo/hello-cargo: ae1f70aef3065767ff301b83efb61ac912e7578d [INFO] validating manifest of bxo/hello-cargo 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 bxo/hello-cargo 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 bxo/hello-cargo [INFO] finished frobbing bxo/hello-cargo [INFO] frobbed toml for bxo/hello-cargo written to work/ex/beta-1.38-1/sources/1.37.0/gh/bxo/hello-cargo/Cargo.toml [INFO] started frobbing bxo/hello-cargo [INFO] finished frobbing bxo/hello-cargo [INFO] frobbed toml for bxo/hello-cargo written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bxo/hello-cargo/Cargo.toml [INFO] crate bxo/hello-cargo 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 bxo/hello-cargo 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bxo/hello-cargo:/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] de3946a617bb700537240106cfee3ec679ed35e4e0a5390acad91024ec72ed10 [INFO] running `"docker" "start" "-a" "de3946a617bb700537240106cfee3ec679ed35e4e0a5390acad91024ec72ed10"` [INFO] [stderr] Compiling hello-cargo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `"docker" "inspect" "de3946a617bb700537240106cfee3ec679ed35e4e0a5390acad91024ec72ed10"` [INFO] running `"docker" "rm" "-f" "de3946a617bb700537240106cfee3ec679ed35e4e0a5390acad91024ec72ed10"` [INFO] [stdout] de3946a617bb700537240106cfee3ec679ed35e4e0a5390acad91024ec72ed10 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bxo/hello-cargo:/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] bfa1b67c4cf71d412eeb3e7a82826c20c2bc716e59fbf570d529d80c58dd9af3 [INFO] running `"docker" "start" "-a" "bfa1b67c4cf71d412eeb3e7a82826c20c2bc716e59fbf570d529d80c58dd9af3"` [INFO] [stderr] Compiling hello-cargo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `"docker" "inspect" "bfa1b67c4cf71d412eeb3e7a82826c20c2bc716e59fbf570d529d80c58dd9af3"` [INFO] running `"docker" "rm" "-f" "bfa1b67c4cf71d412eeb3e7a82826c20c2bc716e59fbf570d529d80c58dd9af3"` [INFO] [stdout] bfa1b67c4cf71d412eeb3e7a82826c20c2bc716e59fbf570d529d80c58dd9af3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bxo/hello-cargo:/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] 380baec1b24ec6583df1e47a1e46e3f731961fd6c62fa3fec4c4014934d2fa95 [INFO] running `"docker" "start" "-a" "380baec1b24ec6583df1e47a1e46e3f731961fd6c62fa3fec4c4014934d2fa95"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_cargo-ae3acf6291332886 [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" "380baec1b24ec6583df1e47a1e46e3f731961fd6c62fa3fec4c4014934d2fa95"` [INFO] running `"docker" "rm" "-f" "380baec1b24ec6583df1e47a1e46e3f731961fd6c62fa3fec4c4014934d2fa95"` [INFO] [stdout] 380baec1b24ec6583df1e47a1e46e3f731961fd6c62fa3fec4c4014934d2fa95