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