[INFO] updating cached repository panicbit/connect_four [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/panicbit/connect_four [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/panicbit/connect_four" "work/ex/beta-1.37-6/sources/1.36.0/gh/panicbit/connect_four"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/panicbit/connect_four'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/panicbit/connect_four" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/panicbit/connect_four"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/panicbit/connect_four'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7b8ad172a45f314f4827d3cb9c019d790f5de0d2 [INFO] sha for GitHub repo panicbit/connect_four: 7b8ad172a45f314f4827d3cb9c019d790f5de0d2 [INFO] validating manifest of panicbit/connect_four 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 panicbit/connect_four 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 panicbit/connect_four [INFO] finished frobbing panicbit/connect_four [INFO] frobbed toml for panicbit/connect_four written to work/ex/beta-1.37-6/sources/1.36.0/gh/panicbit/connect_four/Cargo.toml [INFO] started frobbing panicbit/connect_four [INFO] finished frobbing panicbit/connect_four [INFO] frobbed toml for panicbit/connect_four written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/panicbit/connect_four/Cargo.toml [INFO] crate panicbit/connect_four 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 panicbit/connect_four 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-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/panicbit/connect_four:/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] 20ce15bcc5e62e8b49ee0659eccd6653a2446ceab4fcd043174069f5ae42be00 [INFO] running `"docker" "start" "-a" "20ce15bcc5e62e8b49ee0659eccd6653a2446ceab4fcd043174069f5ae42be00"` [INFO] [stderr] Compiling connect_four v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `"docker" "inspect" "20ce15bcc5e62e8b49ee0659eccd6653a2446ceab4fcd043174069f5ae42be00"` [INFO] running `"docker" "rm" "-f" "20ce15bcc5e62e8b49ee0659eccd6653a2446ceab4fcd043174069f5ae42be00"` [INFO] [stdout] 20ce15bcc5e62e8b49ee0659eccd6653a2446ceab4fcd043174069f5ae42be00 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/panicbit/connect_four:/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] 258f0f75bf60391c61e92dafdfe1f80408901afc59e5e22f447e7be779da9dfd [INFO] running `"docker" "start" "-a" "258f0f75bf60391c61e92dafdfe1f80408901afc59e5e22f447e7be779da9dfd"` [INFO] [stderr] Compiling connect_four v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `"docker" "inspect" "258f0f75bf60391c61e92dafdfe1f80408901afc59e5e22f447e7be779da9dfd"` [INFO] running `"docker" "rm" "-f" "258f0f75bf60391c61e92dafdfe1f80408901afc59e5e22f447e7be779da9dfd"` [INFO] [stdout] 258f0f75bf60391c61e92dafdfe1f80408901afc59e5e22f447e7be779da9dfd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/panicbit/connect_four:/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] 9ea5e2d9706ecc5be97fd18d9ba39b49840a1b9ba4ddf63a896f2c5b3ca4185e [INFO] running `"docker" "start" "-a" "9ea5e2d9706ecc5be97fd18d9ba39b49840a1b9ba4ddf63a896f2c5b3ca4185e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/connect_four-0c3e8175a378c787 [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" "9ea5e2d9706ecc5be97fd18d9ba39b49840a1b9ba4ddf63a896f2c5b3ca4185e"` [INFO] running `"docker" "rm" "-f" "9ea5e2d9706ecc5be97fd18d9ba39b49840a1b9ba4ddf63a896f2c5b3ca4185e"` [INFO] [stdout] 9ea5e2d9706ecc5be97fd18d9ba39b49840a1b9ba4ddf63a896f2c5b3ca4185e