[INFO] updating cached repository https://github.com/sarahlim/parcheesi [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cc1b7ab96a0c04921505df4ea1fc5c2eb5c6dff9 [INFO] checking sarahlim/parcheesi against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-65897-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsarahlim%2Fparcheesi" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sarahlim/parcheesi on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sarahlim/parcheesi [INFO] finished tweaking git repo https://github.com/sarahlim/parcheesi [INFO] tweaked toml for git repo https://github.com/sarahlim/parcheesi written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sarahlim/parcheesi already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 416946be1f0ee99a816e2d88a718da2b8f977d9d2eba742d3345a6f007b9958f [INFO] running `"docker" "start" "-a" "416946be1f0ee99a816e2d88a718da2b8f977d9d2eba742d3345a6f007b9958f"` [INFO] [stderr] Compiling gcc v0.3.46 [INFO] [stderr] Checking libc v0.2.23 [INFO] [stderr] Checking cfg-if v0.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.4 [INFO] [stderr] Checking encoding_rs v0.6.10 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking quick-xml v0.7.3 [INFO] [stderr] Checking parcheesi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0597]: `loc` does not live long enough [INFO] [stderr] --> src/board.rs:406:58 [INFO] [stderr] | [INFO] [stderr] 394 | let pawn_loc_ordinal = |&pawn_loc| -> usize { [INFO] [stderr] | ---------------- lifetime `'1` appears in the type of `pawn_loc_ordinal` [INFO] [stderr] ... [INFO] [stderr] 406 | loc_vec.sort_by_key(|&(_, loc)| pawn_loc_ordinal(&loc)); [INFO] [stderr] | -----------------^^^^- [INFO] [stderr] | | | | [INFO] [stderr] | | | `loc` dropped here while still borrowed [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `loc` is borrowed for `'1` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: could not compile `parcheesi`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0597]: `loc` does not live long enough [INFO] [stderr] --> src/board.rs:406:58 [INFO] [stderr] | [INFO] [stderr] 394 | let pawn_loc_ordinal = |&pawn_loc| -> usize { [INFO] [stderr] | ---------------- lifetime `'1` appears in the type of `pawn_loc_ordinal` [INFO] [stderr] ... [INFO] [stderr] 406 | loc_vec.sort_by_key(|&(_, loc)| pawn_loc_ordinal(&loc)); [INFO] [stderr] | -----------------^^^^- [INFO] [stderr] | | | | [INFO] [stderr] | | | `loc` dropped here while still borrowed [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `loc` is borrowed for `'1` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: could not compile `parcheesi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "416946be1f0ee99a816e2d88a718da2b8f977d9d2eba742d3345a6f007b9958f"` [INFO] running `"docker" "rm" "-f" "416946be1f0ee99a816e2d88a718da2b8f977d9d2eba742d3345a6f007b9958f"` [INFO] [stdout] 416946be1f0ee99a816e2d88a718da2b8f977d9d2eba742d3345a6f007b9958f