[INFO] cloning repository https://github.com/arttuperala/bureaucrat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arttuperala/bureaucrat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farttuperala%2Fbureaucrat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farttuperala%2Fbureaucrat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c410e38584217375dd7e52dcaa23216379219bc4 [INFO] testing arttuperala/bureaucrat against try#16fbf98f22730e073c09e7b03f0eafb87a295545 for pr-145628 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farttuperala%2Fbureaucrat" "/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/arttuperala/bureaucrat [INFO] finished tweaking git repo https://github.com/arttuperala/bureaucrat [INFO] tweaked toml for git repo https://github.com/arttuperala/bureaucrat written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/arttuperala/bureaucrat on toolchain 16fbf98f22730e073c09e7b03f0eafb87a295545 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/arttuperala/bureaucrat 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" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "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-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9292fc06cb879ae6e712dce3762e66849266b74163025f4552c71fdf1e13c0b [INFO] running `Command { std: "docker" "start" "-a" "d9292fc06cb879ae6e712dce3762e66849266b74163025f4552c71fdf1e13c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9292fc06cb879ae6e712dce3762e66849266b74163025f4552c71fdf1e13c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9292fc06cb879ae6e712dce3762e66849266b74163025f4552c71fdf1e13c0b", kill_on_drop: false }` [INFO] [stdout] d9292fc06cb879ae6e712dce3762e66849266b74163025f4552c71fdf1e13c0b [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d2bbf0ead73ae46c277600bb5602ab129109066728a913eff513a8827897a55 [INFO] running `Command { std: "docker" "start" "-a" "8d2bbf0ead73ae46c277600bb5602ab129109066728a913eff513a8827897a55", kill_on_drop: false }` [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling bitflags v2.7.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling rustix v0.38.43 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling clap_builder v4.5.26 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling cc v1.2.9 [INFO] [stderr] Compiling pretty_env_logger v0.5.0 [INFO] [stderr] Compiling libz-sys v1.1.21 [INFO] [stderr] Compiling libgit2-sys v0.18.0+1.9.0 [INFO] [stderr] Compiling tempfile v3.15.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling clap_derive v4.5.24 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling clap v4.5.26 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling git2 v0.20.0 [INFO] [stderr] Compiling bureaucrat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "8d2bbf0ead73ae46c277600bb5602ab129109066728a913eff513a8827897a55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d2bbf0ead73ae46c277600bb5602ab129109066728a913eff513a8827897a55", kill_on_drop: false }` [INFO] [stdout] 8d2bbf0ead73ae46c277600bb5602ab129109066728a913eff513a8827897a55 [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be486839269097a7f8ffe85bb54d5d937fcada2284220fbf70d3cb71bf0b5fe4 [INFO] running `Command { std: "docker" "start" "-a" "be486839269097a7f8ffe85bb54d5d937fcada2284220fbf70d3cb71bf0b5fe4", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling pretty_env_logger v0.5.0 [INFO] [stderr] Compiling bureaucrat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.54s [INFO] running `Command { std: "docker" "inspect" "be486839269097a7f8ffe85bb54d5d937fcada2284220fbf70d3cb71bf0b5fe4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be486839269097a7f8ffe85bb54d5d937fcada2284220fbf70d3cb71bf0b5fe4", kill_on_drop: false }` [INFO] [stdout] be486839269097a7f8ffe85bb54d5d937fcada2284220fbf70d3cb71bf0b5fe4 [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 66bca1f99fca4b819e69e2755b0b7b25a909ce4a0ac0d89f2f523ee9fdefd34e [INFO] running `Command { std: "docker" "start" "-a" "66bca1f99fca4b819e69e2755b0b7b25a909ce4a0ac0d89f2f523ee9fdefd34e", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bureaucrat-79655534eb4c5c45) [INFO] [stdout] [INFO] [stdout] running 102 tests [INFO] [stdout] test config::tests::load_config_invalid ... ok [INFO] [stdout] test config::tests::load_config_branch_prefixes ... ok [INFO] [stdout] test config::tests::load_config_no_file ... ok [INFO] [stdout] test git::tests::discover_config::short_yaml ... ok [INFO] [stdout] test git::tests::discover_config::long_yaml ... ok [INFO] [stdout] test git::tests::discover_config_not_found ... ok [INFO] [stdout] test git::tests::discover_config::long_yml ... ok [INFO] [stdout] test git::tests::discover_config::short_yml ... ok [INFO] [stdout] test git::tests::get_current_branch_unborn ... ok [INFO] [stdout] test git::tests::get_current_branch ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::first_number ... ok [INFO] [stdout] test git::tests::open_without_repository ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::number_after_text ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::number_with_double_prefix ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::number_with_prefix ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::number_with_prefix_and_suffix ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::number_with_suffix ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::overflowed_numbers ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::text_only ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::two_numbers ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::two_numbers_with_double_separator ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::two_numbers_with_suffix ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::first_number_with_prefix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::another_prefixed_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::another_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::another_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::incorrect_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::incorrect_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::master ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::prefixed_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::prefixed_with_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::prefixed_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::prefixed_without_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::with_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::without_dash_with_suffix ... ok [INFO] [stdout] test parse::tests::extract_number_sequences::number ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi::another_prefixed_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::another_prefixed_with_dash ... ok [INFO] [stdout] test git::tests::install ... ok [INFO] [stdout] test git::tests::open_from_subdirectory ... ok [INFO] [stdout] test git::tests::hook_path ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::another_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::incorrect_prefixed_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::incorrect_prefixed_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::incorrect_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::incorrect_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::prefixed_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::prefixed_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::correct_prefix_cve ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::correct_prefix_with_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::correct_prefix_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::correct_prefix_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::correct_prefix_with_suffix_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::incorrect_prefix_cve ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::incorrect_prefix_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::incorrect_prefix_with_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::incorrect_prefix_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::unprefix_with_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::incorrect_prefix_with_suffix_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::unprefixed_cve ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::unprefix_with_suffix_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::unprefixed_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_prefixing::unprefixed_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::cve ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::cve_with_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::cve_without_separator ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::incorrect_code_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::incorrect_code_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::incorrect_prefixed_code_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::prefixed_cve ... ok [INFO] [stdout] test git::tests::open ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::prefixed_cve_with_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::prefixed_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::prefixed_with_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::prefixed_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::prefixed_without_dash_with_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::with_dash_and_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::without_dash_with_suffix ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::incorrect_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::prefixed_incorrect_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::incorrect_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::prefixed_incorrect_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::prefixed_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::incorrect_prefixed_code_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::prefixed_without_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::master ... ok [INFO] [stdout] test util::tests::truncate_path_no_cwd ... ok [INFO] [stdout] test util::tests::truncate_path_sibling_directory ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::without_dash ... ok [INFO] [stdout] test util::tests::truncate_path_subdirectory::multi_level ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::another_prefixed_without_dash ... ok [INFO] [stdout] test config::tests::load_config ... ok [INFO] [stdout] test parse::tests::find_issue_reference_multi_numerical_end::another_with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single_numerical_end::with_dash ... ok [INFO] [stdout] test parse::tests::find_issue_reference_single::not_cve ... ok [INFO] [stdout] test util::tests::truncate_path_subdirectory::single_level ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-ad6786a10931aca2) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test install::bare ... ok [INFO] [stdout] test run::no_branch ... ok [INFO] [stdout] test install::empty ... ok [INFO] [stdout] test run::empty_type ... ok [INFO] [stdout] test install::overwrite_existing ... ok [INFO] [stdout] test run::no_configuration ... ok [INFO] [stdout] test run::no_op::commit ... ok [INFO] [stdout] test run::no_repository ... ok [INFO] [stdout] test install::existing ... ok [INFO] [stdout] test run::no_op::merge ... ok [INFO] [stdout] test run::no_op::message ... ok [INFO] [stdout] test run::template ... ok [INFO] [stdout] test run::no_op::squash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "66bca1f99fca4b819e69e2755b0b7b25a909ce4a0ac0d89f2f523ee9fdefd34e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66bca1f99fca4b819e69e2755b0b7b25a909ce4a0ac0d89f2f523ee9fdefd34e", kill_on_drop: false }` [INFO] [stdout] 66bca1f99fca4b819e69e2755b0b7b25a909ce4a0ac0d89f2f523ee9fdefd34e