[INFO] cloning repository https://github.com/daneb/kjv_to_datastore
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daneb/kjv_to_datastore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaneb%2Fkjv_to_datastore", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaneb%2Fkjv_to_datastore'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1bd41bfa3f06d24525a2363dba9a20e459ed50c8
[INFO] testing daneb/kjv_to_datastore 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%2Fdaneb%2Fkjv_to_datastore" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/daneb/kjv_to_datastore
[INFO] finished tweaking git repo https://github.com/daneb/kjv_to_datastore
[INFO] tweaked toml for git repo https://github.com/daneb/kjv_to_datastore written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/daneb/kjv_to_datastore 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/daneb/kjv_to_datastore 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] [stderr] warning: unused manifest key: dependencies.redis.indexmap
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 5779ead4eeaff8678df914310627f1e0cd494afc99f93636d773c1d862dc0dd6
[INFO] running `Command { std: "docker" "start" "-a" "5779ead4eeaff8678df914310627f1e0cd494afc99f93636d773c1d862dc0dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5779ead4eeaff8678df914310627f1e0cd494afc99f93636d773c1d862dc0dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5779ead4eeaff8678df914310627f1e0cd494afc99f93636d773c1d862dc0dd6", kill_on_drop: false }`
[INFO] [stdout] 5779ead4eeaff8678df914310627f1e0cd494afc99f93636d773c1d862dc0dd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] b061d781441a1f950626b32fcf65a4f6f577fc91c9e664cd3e7b3b0c1de9ee01
[INFO] running `Command { std: "docker" "start" "-a" "b061d781441a1f950626b32fcf65a4f6f577fc91c9e664cd3e7b3b0c1de9ee01", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.redis.indexmap
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling memchr v2.3.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling futures-core v0.3.1
[INFO] [stderr]    Compiling smallvec v1.1.0
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling futures-sink v0.3.1
[INFO] [stderr]    Compiling pin-project-lite v0.1.2
[INFO] [stderr]    Compiling bytes v0.5.3
[INFO] [stderr]    Compiling pin-utils v0.1.0-alpha.4
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling futures-task v0.3.1
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.6.13
[INFO] [stderr]    Compiling dtoa v0.4.4
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling futures-util v0.3.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.11
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling mio v0.6.21
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling url v2.1.1
[INFO] [stderr]    Compiling mio-uds v0.6.7
[INFO] [stderr]    Compiling regex v1.3.3
[INFO] [stderr]    Compiling tokio v0.2.9
[INFO] [stderr]    Compiling futures-executor v0.3.1
[INFO] [stderr]    Compiling tokio-util v0.2.0
[INFO] [stderr]    Compiling redis v0.14.0
[INFO] [stderr]    Compiling kjv_redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.14.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "b061d781441a1f950626b32fcf65a4f6f577fc91c9e664cd3e7b3b0c1de9ee01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b061d781441a1f950626b32fcf65a4f6f577fc91c9e664cd3e7b3b0c1de9ee01", kill_on_drop: false }`
[INFO] [stdout] b061d781441a1f950626b32fcf65a4f6f577fc91c9e664cd3e7b3b0c1de9ee01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 3b54c234206d1bc3f44916cda20d366e683e88f31b99823de4bef429d4f637ce
[INFO] running `Command { std: "docker" "start" "-a" "3b54c234206d1bc3f44916cda20d366e683e88f31b99823de4bef429d4f637ce", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.redis.indexmap
[INFO] [stderr]    Compiling kjv_redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.74s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.14.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "3b54c234206d1bc3f44916cda20d366e683e88f31b99823de4bef429d4f637ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b54c234206d1bc3f44916cda20d366e683e88f31b99823de4bef429d4f637ce", kill_on_drop: false }`
[INFO] [stdout] 3b54c234206d1bc3f44916cda20d366e683e88f31b99823de4bef429d4f637ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 74122671e0901d61e68167087d6e0adb2e99d48308cce4d3c683d6fc0c1bd2d0
[INFO] running `Command { std: "docker" "start" "-a" "74122671e0901d61e68167087d6e0adb2e99d48308cce4d3c683d6fc0c1bd2d0", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.redis.indexmap
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.14.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/kjv_redis-1cd51ba1adfe6026)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::test_read_lines_ok ... ok
[INFO] [stdout] test tests::test_if_all_verses_are_seperate_lines ... ok
[INFO] [stdout] test tests::test_adding_chapters_to_title ... ok
[INFO] [stdout] test tests::test_gets_all_titles ... ok
[INFO] [stdout] test tests::test_reads_all_the_lines_ok ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin kjv_redis`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/kjv_redis-1cd51ba1adfe6026` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "74122671e0901d61e68167087d6e0adb2e99d48308cce4d3c683d6fc0c1bd2d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74122671e0901d61e68167087d6e0adb2e99d48308cce4d3c683d6fc0c1bd2d0", kill_on_drop: false }`
[INFO] [stdout] 74122671e0901d61e68167087d6e0adb2e99d48308cce4d3c683d6fc0c1bd2d0
