[INFO] cloning repository https://github.com/tech0tron/babineaux [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tech0tron/babineaux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftech0tron%2Fbabineaux", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftech0tron%2Fbabineaux'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4b741a901bca310d6373731a3ccad6242e7159a7 [INFO] testing tech0tron/babineaux against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftech0tron%2Fbabineaux" "/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/tech0tron/babineaux on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tech0tron/babineaux [INFO] finished tweaking git repo https://github.com/tech0tron/babineaux [INFO] tweaked toml for git repo https://github.com/tech0tron/babineaux written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/tech0tron/babineaux already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded logos-derive v0.12.0 [INFO] [stderr] Downloaded logos v0.12.0 [INFO] [stderr] Downloaded beef v0.5.1 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad49871b55c0366511e64cbfafa8459fab86307a040255122bfebbfd82718cdf [INFO] running `Command { std: "docker" "start" "-a" "ad49871b55c0366511e64cbfafa8459fab86307a040255122bfebbfd82718cdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad49871b55c0366511e64cbfafa8459fab86307a040255122bfebbfd82718cdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad49871b55c0366511e64cbfafa8459fab86307a040255122bfebbfd82718cdf", kill_on_drop: false }` [INFO] [stdout] ad49871b55c0366511e64cbfafa8459fab86307a040255122bfebbfd82718cdf [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=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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e26c3ecdcd94d876e25b87a9dc0ff78ce9392b75fdf9bcdeeed945258f156b4 [INFO] running `Command { std: "docker" "start" "-a" "2e26c3ecdcd94d876e25b87a9dc0ff78ce9392b75fdf9bcdeeed945258f156b4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling beef v0.5.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.22.1 [INFO] [stderr] Compiling logos-derive v0.12.0 [INFO] [stderr] Compiling logos v0.12.0 [INFO] [stderr] Compiling yasmc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected identifier, found `}` [INFO] [stdout] --> src/parser.rs:162:13 [INFO] [stdout] | [INFO] [stdout] 162 | } [INFO] [stdout] | ^ expected identifier [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser.rs:157:45 [INFO] [stdout] | [INFO] [stdout] 157 | ASTNode::Identifier(str) => { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 158 | | // just a var [INFO] [stdout] 159 | | [INFO] [stdout] 160 | | }, [INFO] [stdout] | |_________________^ expected enum `ASTNode`, found `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `yasmc` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "2e26c3ecdcd94d876e25b87a9dc0ff78ce9392b75fdf9bcdeeed945258f156b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e26c3ecdcd94d876e25b87a9dc0ff78ce9392b75fdf9bcdeeed945258f156b4", kill_on_drop: false }` [INFO] [stdout] 2e26c3ecdcd94d876e25b87a9dc0ff78ce9392b75fdf9bcdeeed945258f156b4