[INFO] cloning repository https://github.com/RKlompUU/fhe-regex
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RKlompUU/fhe-regex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRKlompUU%2Ffhe-regex", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRKlompUU%2Ffhe-regex'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 902b6605a828ca9307ff7a2a1f75b1a1d2e0a9ed
[INFO] testing RKlompUU/fhe-regex against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRKlompUU%2Ffhe-regex" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RKlompUU/fhe-regex
[INFO] finished tweaking git repo https://github.com/RKlompUU/fhe-regex
[INFO] tweaked toml for git repo https://github.com/RKlompUU/fhe-regex written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RKlompUU/fhe-regex on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RKlompUU/fhe-regex 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5bb6529d197b8fcbdf67269d9bb5773aeb8678b67b9b7ec2e9e268c30a809f17
[INFO] running `Command { std: "docker" "start" "-a" "5bb6529d197b8fcbdf67269d9bb5773aeb8678b67b9b7ec2e9e268c30a809f17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5bb6529d197b8fcbdf67269d9bb5773aeb8678b67b9b7ec2e9e268c30a809f17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bb6529d197b8fcbdf67269d9bb5773aeb8678b67b9b7ec2e9e268c30a809f17", kill_on_drop: false }`
[INFO] [stdout] 5bb6529d197b8fcbdf67269d9bb5773aeb8678b67b9b7ec2e9e268c30a809f17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 008411747e46671d2f6bb8407815c3ac05f2b9e0379bb4f6d2ed4c039ce66ca9
[INFO] running `Command { std: "docker" "start" "-a" "008411747e46671d2f6bb8407815c3ac05f2b9e0379bb4f6d2ed4c039ce66ca9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling proc-macro2 v1.0.52
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling serde_derive v1.0.156
[INFO] [stderr]    Compiling serde v1.0.156
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.7
[INFO] [stderr]    Compiling rustix v0.36.9
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling reborrow v0.5.2
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling concrete-csprng v0.3.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling dyn-stack v0.8.3
[INFO] [stderr]    Compiling tfhe v0.2.0 (https://github.com/zama-ai/tfhe-rs.git#13ad7d54)
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling aes v0.8.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling is-terminal v0.4.4
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling concrete-fft v0.1.0
[INFO] [stderr]    Compiling fhe-regex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.28s
[INFO] running `Command { std: "docker" "inspect" "008411747e46671d2f6bb8407815c3ac05f2b9e0379bb4f6d2ed4c039ce66ca9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "008411747e46671d2f6bb8407815c3ac05f2b9e0379bb4f6d2ed4c039ce66ca9", kill_on_drop: false }`
[INFO] [stdout] 008411747e46671d2f6bb8407815c3ac05f2b9e0379bb4f6d2ed4c039ce66ca9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1b0ddd14975e6e8473777094a2d80983e574d4a3c13a284ddba4c6365f986bfb
[INFO] running `Command { std: "docker" "start" "-a" "1b0ddd14975e6e8473777094a2d80983e574d4a3c13a284ddba4c6365f986bfb", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling test-case-core v3.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.156
[INFO] [stderr]    Compiling test-case-macros v3.0.0
[INFO] [stderr]    Compiling test-case v3.0.0
[INFO] [stderr]    Compiling serde v1.0.156
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling concrete-fft v0.1.0
[INFO] [stderr]    Compiling tfhe v0.2.0 (https://github.com/zama-ai/tfhe-rs.git#13ad7d54)
[INFO] [stderr]    Compiling fhe-regex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.20s
[INFO] running `Command { std: "docker" "inspect" "1b0ddd14975e6e8473777094a2d80983e574d4a3c13a284ddba4c6365f986bfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b0ddd14975e6e8473777094a2d80983e574d4a3c13a284ddba4c6365f986bfb", kill_on_drop: false }`
[INFO] [stdout] 1b0ddd14975e6e8473777094a2d80983e574d4a3c13a284ddba4c6365f986bfb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ba35aa1cb79013eaba1d50f051d1e556748a26e3f1f959bf988292ade3090e1a
[INFO] running `Command { std: "docker" "start" "-a" "ba35aa1cb79013eaba1d50f051d1e556748a26e3f1f959bf988292ade3090e1a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fhe_regex-da3faa586efb7f76)
[INFO] [stdout] 
[INFO] [stdout] running 74 tests
[INFO] [stderr] error: test failed, to rerun pass `--bin fhe-regex`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/fhe_regex-da3faa586efb7f76` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ba35aa1cb79013eaba1d50f051d1e556748a26e3f1f959bf988292ade3090e1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba35aa1cb79013eaba1d50f051d1e556748a26e3f1f959bf988292ade3090e1a", kill_on_drop: false }`
[INFO] [stdout] ba35aa1cb79013eaba1d50f051d1e556748a26e3f1f959bf988292ade3090e1a
