[INFO] cloning repository elmines/rusty_brain [INFO] running `"git" "clone" "--bare" "git://github.com/elmines/rusty_brain.git" "work/cache/sources/gh/elmines/rusty_brain"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/elmines/rusty_brain'... [INFO] running `"git" "clone" "work/cache/sources/gh/elmines/rusty_brain" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/elmines/rusty_brain"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/elmines/rusty_brain'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/elmines/rusty_brain" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/elmines/rusty_brain"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/elmines/rusty_brain'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 64d91e4f05aa841d5d3b65608971aa327d84ea22 [INFO] sha for GitHub repo elmines/rusty_brain: 64d91e4f05aa841d5d3b65608971aa327d84ea22 [INFO] validating manifest of elmines/rusty_brain on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of elmines/rusty_brain on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing elmines/rusty_brain [INFO] finished frobbing elmines/rusty_brain [INFO] frobbed toml for elmines/rusty_brain written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/elmines/rusty_brain/Cargo.toml [INFO] started frobbing elmines/rusty_brain [INFO] finished frobbing elmines/rusty_brain [INFO] frobbed toml for elmines/rusty_brain written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/elmines/rusty_brain/Cargo.toml [INFO] crate elmines/rusty_brain already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing elmines/rusty_brain against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/elmines/rusty_brain:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 0d59f40b48b398a87122e4e138ffbfdc64598df5450adfec8a4ae7755cf0f34e [INFO] running `"docker" "start" "-a" "0d59f40b48b398a87122e4e138ffbfdc64598df5450adfec8a4ae7755cf0f34e"` [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling rusty_brain v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: this file contains an un-closed delimiter [INFO] [stderr] --> src/core/session.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 25 | impl Session { [INFO] [stderr] | - un-closed delimiter [INFO] [stderr] ... [INFO] [stderr] 75 | for pred in ready_comp.preds() { [INFO] [stderr] | - this delimiter might not be properly closed... [INFO] [stderr] ... [INFO] [stderr] 78 | } [INFO] [stderr] | - ...as it matches this but it has different indentation [INFO] [stderr] ... [INFO] [stderr] 88 | [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: expected one of `->`, `where`, or `{`, found `=>` [INFO] [stderr] --> src/core/session.rs:14:96 [INFO] [stderr] | [INFO] [stderr] 14 | fn extract_pred(x: &Tensor, feeds: &HashMap<&Tensor, &Array>, fetches: Vec<&Tensor>) => { [INFO] [stderr] | ^^ expected one of `->`, `where`, or `{` here [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `rusty_brain`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0d59f40b48b398a87122e4e138ffbfdc64598df5450adfec8a4ae7755cf0f34e"` [INFO] running `"docker" "rm" "-f" "0d59f40b48b398a87122e4e138ffbfdc64598df5450adfec8a4ae7755cf0f34e"` [INFO] [stdout] 0d59f40b48b398a87122e4e138ffbfdc64598df5450adfec8a4ae7755cf0f34e