[INFO] cloning repository https://github.com/hrefel/bug-prediction-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hrefel/bug-prediction-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhrefel%2Fbug-prediction-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhrefel%2Fbug-prediction-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c03293da704a3902a841f16fa42f9451ab66d677
[INFO] testing hrefel/bug-prediction-cli against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhrefel%2Fbug-prediction-cli" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hrefel/bug-prediction-cli
[INFO] finished tweaking git repo https://github.com/hrefel/bug-prediction-cli
[INFO] tweaked toml for git repo https://github.com/hrefel/bug-prediction-cli written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hrefel/bug-prediction-cli on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hrefel/bug-prediction-cli 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded git2 v0.20.4
[INFO] [stderr]   Downloaded libssh2-sys v0.3.1
[INFO] [stderr]   Downloaded libgit2-sys v0.18.3+1.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 82de57c8201c330880c9d935a777ca67036f3539571a0bb9ee5961814d33c9d2
[INFO] running `Command { std: "docker" "start" "-a" "82de57c8201c330880c9d935a777ca67036f3539571a0bb9ee5961814d33c9d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82de57c8201c330880c9d935a777ca67036f3539571a0bb9ee5961814d33c9d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82de57c8201c330880c9d935a777ca67036f3539571a0bb9ee5961814d33c9d2", kill_on_drop: false }`
[INFO] [stdout] 82de57c8201c330880c9d935a777ca67036f3539571a0bb9ee5961814d33c9d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8de453fc0412ab36372b3526f35d3d9c51c3561f076dead7050d2c4dd568b38f
[INFO] running `Command { std: "docker" "start" "-a" "8de453fc0412ab36372b3526f35d3d9c51c3561f076dead7050d2c4dd568b38f", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling openssl-src v300.5.5+3.5.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libz-sys v1.1.24
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling git2 v0.20.4
[INFO] [stderr]    Compiling bugpred v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 55s
[INFO] running `Command { std: "docker" "inspect" "8de453fc0412ab36372b3526f35d3d9c51c3561f076dead7050d2c4dd568b38f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8de453fc0412ab36372b3526f35d3d9c51c3561f076dead7050d2c4dd568b38f", kill_on_drop: false }`
[INFO] [stdout] 8de453fc0412ab36372b3526f35d3d9c51c3561f076dead7050d2c4dd568b38f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b330c106f90ef6a43ec09c76d9fa001249d8aadde0722f3b746fc40f048d1d76
[INFO] running `Command { std: "docker" "start" "-a" "b330c106f90ef6a43ec09c76d9fa001249d8aadde0722f3b746fc40f048d1d76", kill_on_drop: false }`
[INFO] [stderr]    Compiling bugpred v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.30s
[INFO] running `Command { std: "docker" "inspect" "b330c106f90ef6a43ec09c76d9fa001249d8aadde0722f3b746fc40f048d1d76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b330c106f90ef6a43ec09c76d9fa001249d8aadde0722f3b746fc40f048d1d76", kill_on_drop: false }`
[INFO] [stdout] b330c106f90ef6a43ec09c76d9fa001249d8aadde0722f3b746fc40f048d1d76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 081f174eea72e92be3830244bfdff0619db0b85d601377bc7d5e2f3af8769bd6
[INFO] running `Command { std: "docker" "start" "-a" "081f174eea72e92be3830244bfdff0619db0b85d601377bc7d5e2f3af8769bd6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bugpred-a5513d539b729613)
[INFO] [stdout] 
[INFO] [stdout] running 39 tests
[INFO] [stdout] test core::analyzer::tests::sort_descending_empty ... ok
[INFO] [stdout] test core::dataset::tests::buggy_files_detects_keywords ... ok
[INFO] [stdout] test core::explanations::tests::multiple_reasons ... ok
[INFO] [stdout] test core::analyzer::tests::sort_descending_preserves_scores ... ok
[INFO] [stdout] test core::analyzer::tests::sort_descending_attaches_reasons ... ok
[INFO] [stdout] test core::explanations::tests::no_reasons_for_low_risk ... ok
[INFO] [stdout] test core::explanations::tests::large_change_volume ... ok
[INFO] [stdout] test core::explanations::tests::newly_added_file ... ok
[INFO] [stdout] test core::explanations::tests::too_many_contributors ... ok
[INFO] [stdout] test core::explanations::tests::unstable_file ... ok
[INFO] [stdout] test core::dataset::tests::writes_csv_with_auto_labels ... ok
[INFO] [stdout] test core::dataset::tests::empty_features_writes_empty_file ... ok
[INFO] [stdout] test core::features::tests::date_to_days_basic ... ok
[INFO] [stdout] test core::features::tests::empty_inputs ... ok
[INFO] [stdout] test core::features::tests::feature_vector_order ... ok
[INFO] [stdout] test core::features::tests::file_age_computed_from_earliest_commit ... ok
[INFO] [stdout] test core::analyzer::tests::sort_descending_orders_by_risk ... ok
[INFO] [stdout] test core::filter::tests::custom_extension_pattern ... ok
[INFO] [stdout] test core::filter::tests::excludes_config_files ... ok
[INFO] [stdout] test core::filter::tests::excludes_build_dirs ... ok
[INFO] [stdout] test core::filter::tests::excludes_images_and_binaries ... ok
[INFO] [stdout] test core::filter::tests::excludes_lock_files ... ok
[INFO] [stdout] test core::filter::tests::filter_changes_applies_both ... ok
[INFO] [stdout] test core::filter::tests::custom_directory_pattern ... ok
[INFO] [stdout] test core::filter::tests::custom_substring_pattern ... ok
[INFO] [stdout] test core::explanations::tests::high_churn ... ok
[INFO] [stdout] test core::filter::tests::keeps_source_files ... ok
[INFO] [stdout] test core::metrics::tests::empty_input ... ok
[INFO] [stdout] test core::predictor::tests::heuristic_empty_input ... ok
[INFO] [stdout] test core::metrics::tests::single_file_single_commit ... ok
[INFO] [stdout] test core::metrics::tests::all_old_commits_zero_recent ... ok
[INFO] [stdout] test core::metrics::tests::recent_changes_counts_only_last_30_days ... ok
[INFO] [stdout] test core::filter::tests::no_default_excludes_keeps_everything ... ok
[INFO] [stdout] test core::predictor::tests::heuristic_higher_churn_means_higher_risk ... ok
[INFO] [stdout] test core::predictor::tests::heuristic_scores_are_bounded ... ok
[INFO] [stdout] test core::metrics::tests::sorted_by_frequency_descending ... ok
[INFO] [stdout] test core::metrics::tests::multiple_commits_multiple_developers ... ok
[INFO] [stdout] test core::predictor::tests::predict_falls_back_to_heuristic ... ok
[INFO] [stdout] test core::predictor::tests::predict_always_returns_results ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "081f174eea72e92be3830244bfdff0619db0b85d601377bc7d5e2f3af8769bd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "081f174eea72e92be3830244bfdff0619db0b85d601377bc7d5e2f3af8769bd6", kill_on_drop: false }`
[INFO] [stdout] 081f174eea72e92be3830244bfdff0619db0b85d601377bc7d5e2f3af8769bd6
