[INFO] fetching crate electro 0.9.3... [INFO] checking electro-0.9.3 against master#c919f490bbcd2b29b74016101f7ec71aaa24bdbb for pr-79073 [INFO] extracting crate electro 0.9.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate electro 0.9.3 on toolchain c919f490bbcd2b29b74016101f7ec71aaa24bdbb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate electro 0.9.3 [INFO] finished tweaking crates.io crate electro 0.9.3 [INFO] tweaked toml for crates.io crate electro 0.9.3 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ada6ecf58c6069063ae28d0e785429f8778c6ca734b975297f0d306a4b9c1f19 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ada6ecf58c6069063ae28d0e785429f8778c6ca734b975297f0d306a4b9c1f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ada6ecf58c6069063ae28d0e785429f8778c6ca734b975297f0d306a4b9c1f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ada6ecf58c6069063ae28d0e785429f8778c6ca734b975297f0d306a4b9c1f19", kill_on_drop: false }` [INFO] [stdout] ada6ecf58c6069063ae28d0e785429f8778c6ca734b975297f0d306a4b9c1f19 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13294d471c02ad7874349983ceef320b2ff608bf34f9fb7caa0233881e18780c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "13294d471c02ad7874349983ceef320b2ff608bf34f9fb7caa0233881e18780c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking rulinalg v0.4.2 [INFO] [stderr] Checking electro v0.9.3 (/opt/rustwide/workdir) [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:126:35 [INFO] [stdout] | [INFO] [stdout] 126 | let bottom_horiz = lower_left[0]...lower_right[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 126 | let bottom_horiz = lower_left[0]..lower_right[0]; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 126 | let bottom_horiz = lower_left[0]..=lower_right[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:128:35 [INFO] [stdout] | [INFO] [stdout] 128 | let right_vert = (upper_right[1]...lower_right[1]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 128 | let right_vert = (upper_right[1]..lower_right[1]).rev(); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 128 | let right_vert = (upper_right[1]..=lower_right[1]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:129:33 [INFO] [stdout] | [INFO] [stdout] 129 | let top_horiz = (upper_left[0]...upper_right[0]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 129 | let top_horiz = (upper_left[0]..upper_right[0]).rev(); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 129 | let top_horiz = (upper_left[0]..=upper_right[0]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:257:43 [INFO] [stdout] | [INFO] [stdout] 257 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 257 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 257 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:274:43 [INFO] [stdout] | [INFO] [stdout] 274 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 274 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 274 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:300:43 [INFO] [stdout] | [INFO] [stdout] 300 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 300 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 300 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:322:43 [INFO] [stdout] | [INFO] [stdout] 322 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 322 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 322 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:126:35 [INFO] [stdout] | [INFO] [stdout] 126 | let bottom_horiz = lower_left[0]...lower_right[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 126 | let bottom_horiz = lower_left[0]..lower_right[0]; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 126 | let bottom_horiz = lower_left[0]..=lower_right[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:128:35 [INFO] [stdout] | [INFO] [stdout] 128 | let right_vert = (upper_right[1]...lower_right[1]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 128 | let right_vert = (upper_right[1]..lower_right[1]).rev(); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 128 | let right_vert = (upper_right[1]..=lower_right[1]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:129:33 [INFO] [stdout] | [INFO] [stdout] 129 | let top_horiz = (upper_left[0]...upper_right[0]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 129 | let top_horiz = (upper_left[0]..upper_right[0]).rev(); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 129 | let top_horiz = (upper_left[0]..=upper_right[0]).rev(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:257:43 [INFO] [stdout] | [INFO] [stdout] 257 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 257 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 257 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:274:43 [INFO] [stdout] | [INFO] [stdout] 274 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 274 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 274 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:300:43 [INFO] [stdout] | [INFO] [stdout] 300 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 300 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 300 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:322:43 [INFO] [stdout] | [INFO] [stdout] 322 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 322 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 322 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:341:43 [INFO] [stdout] | [INFO] [stdout] 341 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 341 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 341 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:359:43 [INFO] [stdout] | [INFO] [stdout] 359 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 359 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 359 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:341:43 [INFO] [stdout] | [INFO] [stdout] 341 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 341 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 341 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/topo.rs:359:43 [INFO] [stdout] | [INFO] [stdout] 359 | let conductor_col_inds = conductor_start...conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 359 | let conductor_col_inds = conductor_start..conductor_end; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 359 | let conductor_col_inds = conductor_start..=conductor_end; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `electro` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "13294d471c02ad7874349983ceef320b2ff608bf34f9fb7caa0233881e18780c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13294d471c02ad7874349983ceef320b2ff608bf34f9fb7caa0233881e18780c", kill_on_drop: false }` [INFO] [stdout] 13294d471c02ad7874349983ceef320b2ff608bf34f9fb7caa0233881e18780c