[INFO] cloning repository https://github.com/k2zylstra/gcontributor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k2zylstra/gcontributor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk2zylstra%2Fgcontributor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk2zylstra%2Fgcontributor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9b14e89afbbb7784f244e4de44b95b1422cd8ae1
[INFO] testing k2zylstra/gcontributor against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk2zylstra%2Fgcontributor" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/k2zylstra/gcontributor
[INFO] finished tweaking git repo https://github.com/k2zylstra/gcontributor
[INFO] tweaked toml for git repo https://github.com/k2zylstra/gcontributor written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/k2zylstra/gcontributor 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/k2zylstra/gcontributor 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 84b84d7c659c867a23c146db0ef7db92842557038eb3fcffd7e8c7fc9f401a93
[INFO] running `Command { std: "docker" "start" "-a" "84b84d7c659c867a23c146db0ef7db92842557038eb3fcffd7e8c7fc9f401a93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84b84d7c659c867a23c146db0ef7db92842557038eb3fcffd7e8c7fc9f401a93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84b84d7c659c867a23c146db0ef7db92842557038eb3fcffd7e8c7fc9f401a93", kill_on_drop: false }`
[INFO] [stdout] 84b84d7c659c867a23c146db0ef7db92842557038eb3fcffd7e8c7fc9f401a93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] bc0fde0a4d294f64bd1c79f5ceba3fdbc1505ff097f2a0178f7ea8fb86dd46ff
[INFO] running `Command { std: "docker" "start" "-a" "bc0fde0a4d294f64bd1c79f5ceba3fdbc1505ff097f2a0178f7ea8fb86dd46ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling pad v0.1.6
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling iso8601 v0.3.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling locale v0.2.2
[INFO] [stderr]    Compiling datetime v0.5.2
[INFO] [stderr]    Compiling sqlite3-src v0.7.0
[INFO] [stderr]    Compiling sqlite3-sys v0.18.0
[INFO] [stderr]    Compiling sqlite v0.37.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling gcontributor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]   --> src/committer.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn commit(&self, count:u8) -> Option<()> {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `converter` and `committer` are never read
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct FlowControl {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 14 |     converter: Converter,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 15 |     committer: Committer,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `origin` is never read
[INFO] [stdout]  --> src/committer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Committer {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] 3 |     origin: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `test` is never read
[INFO] [stdout]  --> src/converter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Converter {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] 3 |     test: u8,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: iso8601 v0.3.0, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "bc0fde0a4d294f64bd1c79f5ceba3fdbc1505ff097f2a0178f7ea8fb86dd46ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc0fde0a4d294f64bd1c79f5ceba3fdbc1505ff097f2a0178f7ea8fb86dd46ff", kill_on_drop: false }`
[INFO] [stdout] bc0fde0a4d294f64bd1c79f5ceba3fdbc1505ff097f2a0178f7ea8fb86dd46ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 3c4f8cb58e7caca5e565c3f2dfbd4fdfafc6486e49622b1468195c883016864a
[INFO] running `Command { std: "docker" "start" "-a" "3c4f8cb58e7caca5e565c3f2dfbd4fdfafc6486e49622b1468195c883016864a", kill_on_drop: false }`
[INFO] [stderr]    Compiling gcontributor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]   --> src/committer.rs:13:26
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn commit(&self, count:u8) -> Option<()> {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `converter` and `committer` are never read
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct FlowControl {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 14 |     converter: Converter,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 15 |     committer: Committer,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `origin` is never read
[INFO] [stdout]  --> src/committer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Committer {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] 3 |     origin: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `test` is never read
[INFO] [stdout]  --> src/converter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Converter {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] 3 |     test: u8,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: iso8601 v0.3.0, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "3c4f8cb58e7caca5e565c3f2dfbd4fdfafc6486e49622b1468195c883016864a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c4f8cb58e7caca5e565c3f2dfbd4fdfafc6486e49622b1468195c883016864a", kill_on_drop: false }`
[INFO] [stdout] 3c4f8cb58e7caca5e565c3f2dfbd4fdfafc6486e49622b1468195c883016864a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5d6fb78e2072093a9932a79c23c963835727c85940a0727e9279fcab9a98ab5f
[INFO] running `Command { std: "docker" "start" "-a" "5d6fb78e2072093a9932a79c23c963835727c85940a0727e9279fcab9a98ab5f", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]   --> src/committer.rs:13:26
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn commit(&self, count:u8) -> Option<()> {
[INFO] [stderr]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `converter` and `committer` are never read
[INFO] [stderr]   --> src/main.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct FlowControl {
[INFO] [stderr]    |            ----------- fields in this struct
[INFO] [stderr] 14 |     converter: Converter,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 15 |     committer: Committer,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `origin` is never read
[INFO] [stderr]  --> src/committer.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub struct Committer {
[INFO] [stderr]   |            --------- field in this struct
[INFO] [stderr] 3 |     origin: String,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `test` is never read
[INFO] [stderr]  --> src/converter.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub struct Converter {
[INFO] [stderr]   |            --------- field in this struct
[INFO] [stderr] 3 |     test: u8,
[INFO] [stderr]   |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `gcontributor` (bin "gcontributor" test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: iso8601 v0.3.0, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gcontributor-06fa15bd6b5b68e1)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gcontributor-d28f1a31bd5d4f05)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test data_access::test::test_create_user_table ... ok
[INFO] [stdout] test data_access::test::test_get_repository ... ok
[INFO] [stdout] test data_access::test::test_create_commit_table ... ok
[INFO] [stdout] test data_access::test::test_write_plan ... ok
[INFO] [stdout] test data_access::test::test_set_run ... ok
[INFO] [stdout] test data_access::test::test_fail_no_user - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gcontributor
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5d6fb78e2072093a9932a79c23c963835727c85940a0727e9279fcab9a98ab5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d6fb78e2072093a9932a79c23c963835727c85940a0727e9279fcab9a98ab5f", kill_on_drop: false }`
[INFO] [stdout] 5d6fb78e2072093a9932a79c23c963835727c85940a0727e9279fcab9a98ab5f
