[INFO] cloning repository https://github.com/bryal/tedwm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bryal/tedwm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryal%2Ftedwm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryal%2Ftedwm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa7ecc6dbe3b0470e177b82578dd760b2014c84b [INFO] testing bryal/tedwm against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryal%2Ftedwm" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bryal/tedwm on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bryal/tedwm [INFO] finished tweaking git repo https://github.com/bryal/tedwm [INFO] tweaked toml for git repo https://github.com/bryal/tedwm written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/bryal/tedwm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5db270f0a8a88fd1b063d6d1cfd2c8add500f79816116fa01cdd05c396a307af [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" "5db270f0a8a88fd1b063d6d1cfd2c8add500f79816116fa01cdd05c396a307af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5db270f0a8a88fd1b063d6d1cfd2c8add500f79816116fa01cdd05c396a307af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5db270f0a8a88fd1b063d6d1cfd2c8add500f79816116fa01cdd05c396a307af", kill_on_drop: false }` [INFO] [stdout] 5db270f0a8a88fd1b063d6d1cfd2c8add500f79816116fa01cdd05c396a307af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbe5d942749307a2489419ea281904543136e84547311b563e0856f64239200c [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" "cbe5d942749307a2489419ea281904543136e84547311b563e0856f64239200c", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling futures v0.1.11 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling lazy_static v0.2.4 [INFO] [stderr] Compiling sequence_trie v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling termion v1.2.0 [INFO] [stderr] Compiling itertools v0.6.0 [INFO] [stderr] Compiling clap v2.21.1 [INFO] [stderr] Compiling tokio-timer v0.1.0 [INFO] [stderr] Compiling tedwm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `,`, `@`, `]`, or `|`, found `..` [INFO] [stdout] --> src/lib/input.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | [Key::Char('\t'), ref rest..] => ("".to_string(), rest), [INFO] [stdout] | ^^ expected one of `,`, `@`, `]`, or `|` [INFO] [stdout] | [INFO] [stdout] help: if you meant to bind the contents of the rest of the array pattern into `rest`, use `@` [INFO] [stdout] | [INFO] [stdout] 14 | [Key::Char('\t'), ref rest @ ..] => ("".to_string(), rest), [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tedwm` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "cbe5d942749307a2489419ea281904543136e84547311b563e0856f64239200c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbe5d942749307a2489419ea281904543136e84547311b563e0856f64239200c", kill_on_drop: false }` [INFO] [stdout] cbe5d942749307a2489419ea281904543136e84547311b563e0856f64239200c