[INFO] updating cached repository igramjp/hello [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/igramjp/hello [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/igramjp/hello" "work/ex/beta-1.38-1/sources/1.37.0/gh/igramjp/hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/igramjp/hello'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/igramjp/hello" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/igramjp/hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/igramjp/hello'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c3ee00678e63612c3857c3f6641a09afba69a7f [INFO] sha for GitHub repo igramjp/hello: 2c3ee00678e63612c3857c3f6641a09afba69a7f [INFO] validating manifest of igramjp/hello 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 igramjp/hello 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 igramjp/hello [INFO] finished frobbing igramjp/hello [INFO] frobbed toml for igramjp/hello written to work/ex/beta-1.38-1/sources/1.37.0/gh/igramjp/hello/Cargo.toml [INFO] started frobbing igramjp/hello [INFO] finished frobbing igramjp/hello [INFO] frobbed toml for igramjp/hello written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/igramjp/hello/Cargo.toml [INFO] crate igramjp/hello 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 igramjp/hello 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/igramjp/hello:/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] 3e2bb2f7130f7cc71a7bb6d934d08d6cd9c853f69e3491f94d39d8211a93255b [INFO] running `"docker" "start" "-a" "3e2bb2f7130f7cc71a7bb6d934d08d6cd9c853f69e3491f94d39d8211a93255b"` [INFO] [stderr] Compiling hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `"docker" "inspect" "3e2bb2f7130f7cc71a7bb6d934d08d6cd9c853f69e3491f94d39d8211a93255b"` [INFO] running `"docker" "rm" "-f" "3e2bb2f7130f7cc71a7bb6d934d08d6cd9c853f69e3491f94d39d8211a93255b"` [INFO] [stdout] 3e2bb2f7130f7cc71a7bb6d934d08d6cd9c853f69e3491f94d39d8211a93255b [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/igramjp/hello:/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] 98a439685572fdc64edcb539867dd28df6e796ef75757eb3e9a14e7663530a2a [INFO] running `"docker" "start" "-a" "98a439685572fdc64edcb539867dd28df6e796ef75757eb3e9a14e7663530a2a"` [INFO] [stderr] Compiling hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `"docker" "inspect" "98a439685572fdc64edcb539867dd28df6e796ef75757eb3e9a14e7663530a2a"` [INFO] running `"docker" "rm" "-f" "98a439685572fdc64edcb539867dd28df6e796ef75757eb3e9a14e7663530a2a"` [INFO] [stdout] 98a439685572fdc64edcb539867dd28df6e796ef75757eb3e9a14e7663530a2a [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/igramjp/hello:/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] 541c7416907a597206bea870e5b4d0fd8de699e4bc78699dd7680dfc8aaae08d [INFO] running `"docker" "start" "-a" "541c7416907a597206bea870e5b4d0fd8de699e4bc78699dd7680dfc8aaae08d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello-e416ede7c6fa78fa [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tst_gcd ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "541c7416907a597206bea870e5b4d0fd8de699e4bc78699dd7680dfc8aaae08d"` [INFO] running `"docker" "rm" "-f" "541c7416907a597206bea870e5b4d0fd8de699e4bc78699dd7680dfc8aaae08d"` [INFO] [stdout] 541c7416907a597206bea870e5b4d0fd8de699e4bc78699dd7680dfc8aaae08d