[INFO] cloning repository https://github.com/soenkehahn/ra-bug [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/soenkehahn/ra-bug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoenkehahn%2Fra-bug", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoenkehahn%2Fra-bug'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de923c48a42f8d57f3630fdb902ff05fdabeb430 [INFO] testing soenkehahn/ra-bug against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoenkehahn%2Fra-bug" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/soenkehahn/ra-bug on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/soenkehahn/ra-bug [INFO] finished tweaking git repo https://github.com/soenkehahn/ra-bug [INFO] tweaked toml for git repo https://github.com/soenkehahn/ra-bug written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/soenkehahn/ra-bug already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8487af0e230c3948e1bec8ad8af2cbdd3b210306760e94ddc3c7cffd3c5a44b9 [INFO] running `Command { std: "docker" "start" "-a" "8487af0e230c3948e1bec8ad8af2cbdd3b210306760e94ddc3c7cffd3c5a44b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8487af0e230c3948e1bec8ad8af2cbdd3b210306760e94ddc3c7cffd3c5a44b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8487af0e230c3948e1bec8ad8af2cbdd3b210306760e94ddc3c7cffd3c5a44b9", kill_on_drop: false }` [INFO] [stdout] 8487af0e230c3948e1bec8ad8af2cbdd3b210306760e94ddc3c7cffd3c5a44b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c0b36dc0eb2d90d26ec2bc95a1e5a5d42b6fcca07e6a6372139d2d7baa6ed8e [INFO] running `Command { std: "docker" "start" "-a" "2c0b36dc0eb2d90d26ec2bc95a1e5a5d42b6fcca07e6a6372139d2d7baa6ed8e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.0.0 [INFO] [stderr] Compiling ra-bug v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: unexpected closing delimiter: `}` [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod test { [INFO] [stdout] | - this opening brace... [INFO] [stdout] ... [INFO] [stdout] 10 | } [INFO] [stdout] | - ...matches this closing brace [INFO] [stdout] 11 | } [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ra-bug` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "2c0b36dc0eb2d90d26ec2bc95a1e5a5d42b6fcca07e6a6372139d2d7baa6ed8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c0b36dc0eb2d90d26ec2bc95a1e5a5d42b6fcca07e6a6372139d2d7baa6ed8e", kill_on_drop: false }` [INFO] [stdout] 2c0b36dc0eb2d90d26ec2bc95a1e5a5d42b6fcca07e6a6372139d2d7baa6ed8e