[INFO] cloning repository https://github.com/DevJunio/cryptea
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DevJunio/cryptea" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevJunio%2Fcryptea", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevJunio%2Fcryptea'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f69335c41a195146389d40c55fee194ae15bd5d3
[INFO] building DevJunio/cryptea against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevJunio%2Fcryptea" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/DevJunio/cryptea on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/DevJunio/cryptea
[INFO] finished tweaking git repo https://github.com/DevJunio/cryptea
[INFO] tweaked toml for git repo https://github.com/DevJunio/cryptea written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/DevJunio/cryptea already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 497a60cea5c043b51c7fc9147e2c6a52bcdad5e4a239f5ff889df0c80c4c5d0b
[INFO] running `Command { std: "docker" "start" "-a" "497a60cea5c043b51c7fc9147e2c6a52bcdad5e4a239f5ff889df0c80c4c5d0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "497a60cea5c043b51c7fc9147e2c6a52bcdad5e4a239f5ff889df0c80c4c5d0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "497a60cea5c043b51c7fc9147e2c6a52bcdad5e4a239f5ff889df0c80c4c5d0b", kill_on_drop: false }`
[INFO] [stdout] 497a60cea5c043b51c7fc9147e2c6a52bcdad5e4a239f5ff889df0c80c4c5d0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02716c222d220d9782edf165f152db6bff3ea054c0e9c8ff154b18f99c87fd82
[INFO] running `Command { std: "docker" "start" "-a" "02716c222d220d9782edf165f152db6bff3ea054c0e9c8ff154b18f99c87fd82", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling rustix v0.37.19
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.0
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling cpufeatures v0.2.7
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.3
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling clap v4.3.3
[INFO] [stderr]    Compiling cryptea v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]   --> src/config.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Config {
[INFO] [stdout]    |             - unclosed delimiter
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn get_hash_type(&self) -> Hash {
[INFO] [stdout]    |                                         - this delimiter might not be properly closed...
[INFO] [stdout] 29 |         self.hash_type.clone()
[INFO] [stdout] 30 | }
[INFO] [stdout]    | -^
[INFO] [stdout]    | |
[INFO] [stdout]    | ...as it matches this but it has different indentation
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cryptea` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "02716c222d220d9782edf165f152db6bff3ea054c0e9c8ff154b18f99c87fd82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02716c222d220d9782edf165f152db6bff3ea054c0e9c8ff154b18f99c87fd82", kill_on_drop: false }`
[INFO] [stdout] 02716c222d220d9782edf165f152db6bff3ea054c0e9c8ff154b18f99c87fd82
