[INFO] updating cached repository jordanbray/chess_perft [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jordanbray/chess_perft [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jordanbray/chess_perft" "work/ex/beta-1.38-1/sources/1.37.0/gh/jordanbray/chess_perft"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jordanbray/chess_perft'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jordanbray/chess_perft" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jordanbray/chess_perft"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jordanbray/chess_perft'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bbe794544cdac3b8f653fc370eea7c859b7f29aa [INFO] sha for GitHub repo jordanbray/chess_perft: bbe794544cdac3b8f653fc370eea7c859b7f29aa [INFO] validating manifest of jordanbray/chess_perft 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 jordanbray/chess_perft 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 jordanbray/chess_perft [INFO] finished frobbing jordanbray/chess_perft [INFO] frobbed toml for jordanbray/chess_perft written to work/ex/beta-1.38-1/sources/1.37.0/gh/jordanbray/chess_perft/Cargo.toml [INFO] started frobbing jordanbray/chess_perft [INFO] finished frobbing jordanbray/chess_perft [INFO] frobbed toml for jordanbray/chess_perft written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jordanbray/chess_perft/Cargo.toml [INFO] crate jordanbray/chess_perft 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 jordanbray/chess_perft 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jordanbray/chess_perft:/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] 2341fe539036c7c1a8a438c565198e4821b9175531eeacd830178e326076d0f5 [INFO] running `"docker" "start" "-a" "2341fe539036c7c1a8a438c565198e4821b9175531eeacd830178e326076d0f5"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling rustc-demangle v0.1.14 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] warning[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33 [INFO] [stderr] | [INFO] [stderr] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 959 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1009 | machine(&mut cont, (fake_i, ' ')); [INFO] [stderr] | ------- borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling backtrace v0.3.26 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling shakmaty v0.14.1 [INFO] [stderr] Compiling btoi v0.4.0 [INFO] [stderr] Compiling chess v3.1.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling chess_perft v3.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 1m 50s [INFO] running `"docker" "inspect" "2341fe539036c7c1a8a438c565198e4821b9175531eeacd830178e326076d0f5"` [INFO] running `"docker" "rm" "-f" "2341fe539036c7c1a8a438c565198e4821b9175531eeacd830178e326076d0f5"` [INFO] [stdout] 2341fe539036c7c1a8a438c565198e4821b9175531eeacd830178e326076d0f5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jordanbray/chess_perft:/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] cb1dd79ee753dfee4d7c181f1c9e902d76323eafc567c52eb1457bbb124b856f [INFO] running `"docker" "start" "-a" "cb1dd79ee753dfee4d7c181f1c9e902d76323eafc567c52eb1457bbb124b856f"` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling chess_perft v3.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 4.68s [INFO] running `"docker" "inspect" "cb1dd79ee753dfee4d7c181f1c9e902d76323eafc567c52eb1457bbb124b856f"` [INFO] running `"docker" "rm" "-f" "cb1dd79ee753dfee4d7c181f1c9e902d76323eafc567c52eb1457bbb124b856f"` [INFO] [stdout] cb1dd79ee753dfee4d7c181f1c9e902d76323eafc567c52eb1457bbb124b856f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jordanbray/chess_perft:/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] 8eb6e8a92ba51b9dbc55b01eec4355b436f8f345271dfcb756a8acd20005f278 [INFO] running `"docker" "start" "-a" "8eb6e8a92ba51b9dbc55b01eec4355b436f8f345271dfcb756a8acd20005f278"` [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/chess_perft-020726ce81a99ebd [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" "8eb6e8a92ba51b9dbc55b01eec4355b436f8f345271dfcb756a8acd20005f278"` [INFO] running `"docker" "rm" "-f" "8eb6e8a92ba51b9dbc55b01eec4355b436f8f345271dfcb756a8acd20005f278"` [INFO] [stdout] 8eb6e8a92ba51b9dbc55b01eec4355b436f8f345271dfcb756a8acd20005f278