[INFO] updating cached repository myxaluch/rust_learning [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/myxaluch/rust_learning [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/myxaluch/rust_learning" "work/ex/beta-1.37-6/sources/1.36.0/gh/myxaluch/rust_learning"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/myxaluch/rust_learning'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/myxaluch/rust_learning" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/myxaluch/rust_learning"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/myxaluch/rust_learning'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 826b66632cf696cd18470dcebf84fe36951bc1bb [INFO] sha for GitHub repo myxaluch/rust_learning: 826b66632cf696cd18470dcebf84fe36951bc1bb [INFO] validating manifest of myxaluch/rust_learning on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of myxaluch/rust_learning on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing myxaluch/rust_learning [INFO] finished frobbing myxaluch/rust_learning [INFO] frobbed toml for myxaluch/rust_learning written to work/ex/beta-1.37-6/sources/1.36.0/gh/myxaluch/rust_learning/Cargo.toml [INFO] started frobbing myxaluch/rust_learning [INFO] finished frobbing myxaluch/rust_learning [INFO] frobbed toml for myxaluch/rust_learning written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/myxaluch/rust_learning/Cargo.toml [INFO] crate myxaluch/rust_learning already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing myxaluch/rust_learning against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/myxaluch/rust_learning:/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.36.0" "build" "--frozen"` [INFO] [stdout] 71f7c295e2d858bbab127e07b35238c296d1862adada20178cccb03f277ac706 [INFO] running `"docker" "start" "-a" "71f7c295e2d858bbab127e07b35238c296d1862adada20178cccb03f277ac706"` [INFO] [stderr] Compiling guessing_game v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `"docker" "inspect" "71f7c295e2d858bbab127e07b35238c296d1862adada20178cccb03f277ac706"` [INFO] running `"docker" "rm" "-f" "71f7c295e2d858bbab127e07b35238c296d1862adada20178cccb03f277ac706"` [INFO] [stdout] 71f7c295e2d858bbab127e07b35238c296d1862adada20178cccb03f277ac706 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/myxaluch/rust_learning:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b9b30c1b369c80a576637160c0643c7b970c965d24c621cb0d9432ea82ef2b51 [INFO] running `"docker" "start" "-a" "b9b30c1b369c80a576637160c0643c7b970c965d24c621cb0d9432ea82ef2b51"` [INFO] [stderr] Compiling guessing_game v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "b9b30c1b369c80a576637160c0643c7b970c965d24c621cb0d9432ea82ef2b51"` [INFO] running `"docker" "rm" "-f" "b9b30c1b369c80a576637160c0643c7b970c965d24c621cb0d9432ea82ef2b51"` [INFO] [stdout] b9b30c1b369c80a576637160c0643c7b970c965d24c621cb0d9432ea82ef2b51 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/myxaluch/rust_learning:/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.36.0" "test" "--frozen"` [INFO] [stdout] d8a0e94e1b2bc6a4c8ad1c73696478caff3e72dd15de7930894f00df80b5ca96 [INFO] running `"docker" "start" "-a" "d8a0e94e1b2bc6a4c8ad1c73696478caff3e72dd15de7930894f00df80b5ca96"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/guessing_game-2ba4a5f3a4702be9 [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" "d8a0e94e1b2bc6a4c8ad1c73696478caff3e72dd15de7930894f00df80b5ca96"` [INFO] running `"docker" "rm" "-f" "d8a0e94e1b2bc6a4c8ad1c73696478caff3e72dd15de7930894f00df80b5ca96"` [INFO] [stdout] d8a0e94e1b2bc6a4c8ad1c73696478caff3e72dd15de7930894f00df80b5ca96