[INFO] cloning repository https://github.com/PurpleBooth/pb-git-hooks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PurpleBooth/pb-git-hooks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fpb-git-hooks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fpb-git-hooks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c0d9fb224f2f385280d9336d53b37b0add693d9
[INFO] testing PurpleBooth/pb-git-hooks against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Fpb-git-hooks" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PurpleBooth/pb-git-hooks
[INFO] finished tweaking git repo https://github.com/PurpleBooth/pb-git-hooks
[INFO] tweaked toml for git repo https://github.com/PurpleBooth/pb-git-hooks written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PurpleBooth/pb-git-hooks on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PurpleBooth/pb-git-hooks 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa
[INFO] running `Command { std: "docker" "start" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling pxfm v0.1.29
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]    Compiling libgit2-sys v0.18.5+1.9.4
[INFO] [stderr]    Compiling time v0.3.51
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling which v8.0.4
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling env_filter v2.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling env_logger v0.11.11
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling moxcms v0.8.1
[INFO] [stderr]    Compiling quickcheck v1.1.0
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling mit-commit v3.3.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling mit-lint v4.1.0
[INFO] [stderr]    Compiling image v0.25.10
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling git2 v0.21.0
[INFO] [stderr]    Compiling mit-commit-message-lints v6.5.2 (/opt/rustwide/workdir/mit-commit-message-lints)
[INFO] [stderr]    Compiling mit-hook-test-helper v6.5.2 (/opt/rustwide/workdir/mit-hook-test-helper)
[INFO] [stderr]    Compiling git-mit-install v6.5.2 (/opt/rustwide/workdir/git-mit-install)
[INFO] [stderr]    Compiling mit-prepare-commit-msg v6.5.2 (/opt/rustwide/workdir/mit-prepare-commit-msg)
[INFO] [stderr]    Compiling mit-commit-msg v6.5.2 (/opt/rustwide/workdir/mit-commit-msg)
[INFO] [stderr]    Compiling git-mit v6.5.2 (/opt/rustwide/workdir/git-mit)
[INFO] [stderr]    Compiling mit-pre-commit v6.5.2 (/opt/rustwide/workdir/mit-pre-commit)
[INFO] [stderr]    Compiling git-mit-config v6.5.2 (/opt/rustwide/workdir/git-mit-config)
[INFO] [stderr]    Compiling git-mit-relates-to v6.5.2 (/opt/rustwide/workdir/git-mit-relates-to)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.52s
[INFO] running `Command { std: "docker" "inspect" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling mit-hook-test-helper v6.5.2 (/opt/rustwide/workdir/mit-hook-test-helper)
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling mit-commit-message-lints v6.5.2 (/opt/rustwide/workdir/mit-commit-message-lints)
[INFO] [stderr]    Compiling git-mit-config v6.5.2 (/opt/rustwide/workdir/git-mit-config)
[INFO] [stderr]    Compiling git-mit v6.5.2 (/opt/rustwide/workdir/git-mit)
[INFO] [stderr]    Compiling mit-pre-commit v6.5.2 (/opt/rustwide/workdir/mit-pre-commit)
[INFO] [stderr]    Compiling git-mit-install v6.5.2 (/opt/rustwide/workdir/git-mit-install)
[INFO] [stderr]    Compiling mit-prepare-commit-msg v6.5.2 (/opt/rustwide/workdir/mit-prepare-commit-msg)
[INFO] [stderr]    Compiling git-mit-relates-to v6.5.2 (/opt/rustwide/workdir/git-mit-relates-to)
[INFO] [stderr]    Compiling mit-commit-msg v6.5.2 (/opt/rustwide/workdir/mit-commit-msg)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.69s
[INFO] running `Command { std: "docker" "inspect" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_mit-083fa4ec73a33baf)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_mit_config-c7a78e60040932f0)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_mit_install-505bd4f36a1a2bdd)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test hook::install::pure_tests::path_forward_slashes_converts_backslashes ... ok
[INFO] [stdout] test hook::install::pure_tests::path_forward_slashes_leaves_unix_paths_unchanged ... ok
[INFO] [stdout] test hook::install::pure_tests::wrapper_content_targets_canonical_path_with_shebang ... ok
[INFO] [stdout] test hook::install::pure_tests::is_our_wrapper_is_false_for_foreign_file ... ok
[INFO] [stdout] test hook::install::pure_tests::is_our_wrapper_is_true_for_our_wrapper_content ... ok
[INFO] [stdout] test hook::install::tests::link_detects_existing_correct_symlink_and_rejects_regular_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_mit_relates_to-ea0d0fda0d3878f2)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mit_commit_message_lints-7f0a5a878e62d50d)
[INFO] [stdout] 
[INFO] [stdout] running 102 tests
[INFO] [stdout] test console::style::tests::success_has_advice_severity ... ok
[INFO] [stdout] test console::style::tests::success_returns_help_when_present ... ok
[INFO] [stdout] test console::style::tests::success_returns_no_help_when_absent ... ok
[INFO] [stdout] test console::style::tests::warning_has_warning_severity ... ok
[INFO] [stdout] test console::style::tests::warning_returns_help_when_present ... ok
[INFO] [stdout] test console::style::tests::warning_returns_no_help_when_absent ... ok
[INFO] [stdout] test external::commit_message_path::tests::returns_provided_path_unchanged ... ok
[INFO] [stdout] test external::git2::tests::errors_on_malformed_key ... ok
[INFO] [stdout] test external::git2::tests::parses_signingkey_with_dotted_initials ... ok
[INFO] [stdout] test external::git2::tests::parses_initials_containing_dots ... ok
[INFO] [stdout] test external::commit_message_path::tests::errors_when_not_in_git_repo_and_not_provided ... ok
[INFO] [stdout] test external::git2::tests::parses_simple_initials ... ok
[INFO] [stdout] test lints::cmd::set_status::tests::we_can_disable_lints ... ok
[INFO] [stdout] test lints::cmd::set_status::tests::we_can_enable_lints ... ok
[INFO] [stdout] test lints::cmd::read_lint_config::tests::explicitly_enabled_lint_from_vcs_is_included ... ok
[INFO] [stdout] test mit::cmd::get_authors::tests::author_command_passes_through_none ... ok
[INFO] [stdout] test mit::cmd::get_authors::tests::author_file_passes_through_none ... ok
[INFO] [stdout] test mit::cmd::get_authors::tests::author_file_passes_through_some_value ... ok
[INFO] [stdout] test mit::cmd::get_authors::tests::author_command_passes_through_some_value ... ok
[INFO] [stdout] test mit::cmd::get_commit_coauthor_configuration::tests::there_is_a_config_if_the_config_has_not_expired ... ok
[INFO] [stdout] test mit::cmd::get_commit_coauthor_configuration::tests::there_is_no_author_config_if_it_has_expired ... ok
[INFO] [stdout] test mit::cmd::get_commit_coauthor_configuration::tests::we_get_author_config_back_if_there_is_any ... ok
[INFO] [stdout] test mit::cmd::get_commit_coauthor_configuration::tests::we_get_multiple_authors_back_if_there_are_multiple ... ok
[INFO] [stdout] test mit::cmd::get_config_rotation::tests::get_config_rotation_returns_none_when_not_set ... ok
[INFO] [stdout] test mit::cmd::get_config_rotation::tests::get_config_rotation_returns_round_robin_when_set ... ok
[INFO] [stdout] test mit::cmd::get_authors::tests::unreadable_author_file_returns_error ... ok
[INFO] [stdout] test mit::cmd::rotate_authors::tests::rotate_authors_noops_with_zero_authors ... ok
[INFO] [stdout] test mit::cmd::rotate_authors::tests::rotate_authors_ignores_coauthor_with_empty_name ... ok
[INFO] [stdout] test mit::cmd::rotate_authors::tests::rotate_authors_noops_with_single_author ... ok
[INFO] [stdout] test mit::cmd::rotate_authors::tests::rotate_authors_rotates_three_authors ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::old_co_authors_are_removed ... ok
[INFO] [stdout] test mit::cmd::rotate_authors::tests::rotate_authors_random_produces_valid_permutation ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::propagates_error_when_removing_signing_key_fails ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::sets_the_expiry_time ... ok
[INFO] [stdout] test mit::cmd::get_config_rotation::tests::get_config_rotation_returns_error_for_invalid_value ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::the_first_initial_removes_if_it_is_there_and_not_present ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::multiple_authors_become_coauthors ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::the_first_initial_becomes_the_author ... ok
[INFO] [stdout] test mit::cmd::rotate_authors::tests::rotate_authors_rotates_two_authors ... ok
[INFO] [stdout] test mit::cmd::rotate_authors::tests::rotate_authors_random_noops_with_single_author ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::expiry_error_message_mentions_time_not_name ... ok
[INFO] [stdout] test mit::cmd::set_config_authors::tests::can_set_an_author_with_signing_key ... ok
[INFO] [stdout] test mit::cmd::set_config_authors::tests::setting_author_without_signing_key_succeeds_when_no_prior_key_exists ... ok
[INFO] [stdout] test mit::cmd::set_config_authors::tests::updating_author_without_signing_key_removes_old_signing_key ... ok
[INFO] [stdout] test mit::lib::author::tests::test_author_with_signing_key ... ok
[INFO] [stdout] test mit::cmd::set_commit_authors::tests::the_first_initial_sets_signing_key_if_it_is_there ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_none_state_is_none ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_none_state_is_not_some ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_none_state_is_not_timeout ... ok
[INFO] [stdout] test mit::cmd::set_config_authors::tests::can_set_an_author ... ok
[INFO] [stdout] test mit::cmd::set_config_rotation::tests::set_config_rotation_writes_round_robin_and_reads_back ... ok
[INFO] [stdout] test mit::lib::author::tests::test_new_author_creation ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_timeout_state_is_not_some ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_timeout_state_recognized ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_some_state_is_not_none ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_some_state_is_not_timeout ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_some_state_is_some ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_timeout_state_is_not_none ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_system_time_timeout_recognition ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_unwrap_some_succeeds ... ok
[INFO] [stdout] test mit::lib::authors::tests::i_can_get_multiple_authors_out_at_the_same_time ... ok
[INFO] [stdout] test mit::lib::authors::tests::an_empty_file_is_a_default_authors ... ok
[INFO] [stdout] test mit::lib::authors::tests::is_is_iterable ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_can_give_me_an_author ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_can_give_me_multiple_authors ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_can_parse_a_standard_toml_file ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_can_parse_a_standard_yaml_file ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_can_tell_me_if_initials_are_not_in ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_can_get_an_author_in_it ... ok
[INFO] [stdout] test mit::lib::authors::tests::malformed_config_key_does_not_panic ... ok
[INFO] [stdout] test mit::lib::authors::tests::merge_multiple_authors_together ... ok
[INFO] [stdout] test mit::lib::authors::tests::broken_authors_are_skipped ... ok
[INFO] [stdout] test mit::lib::authors::tests::must_be_valid_yaml ... ok
[INFO] [stdout] test mit::lib::authors::tests::yaml_files_can_contain_signing_keys ... ok
[INFO] [stdout] test mit::lib::authors::tests::there_is_an_example_constructor ... ok
[INFO] [stdout] test mit::lib::errors::tests::deserialize_authors_error_has_deserialise_diagnostic_code ... ok
[INFO] [stdout] test mit::lib::errors::tests::serialize_authors_error_has_serialise_diagnostic_code ... ok
[INFO] [stdout] test mit::lib::errors::tests::deserialize_authors_error_new_populates_error_messages ... ok
[INFO] [stdout] test mit::lib::non_clean_behaviour::tests::from_str_accepts_lowercase ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_includes_the_signing_key_if_set ... ok
[INFO] [stdout] test mit::lib::non_clean_behaviour::tests::display_round_trips_through_from_str ... ok
[INFO] [stdout] test mit::lib::non_clean_behaviour::tests::from_str_rejects_unknown ... ok
[INFO] [stdout] test mit::lib::non_clean_behaviour::tests::from_str_is_case_insensitive_like_value_enum ... ok
[INFO] [stdout] test mit::lib::rotation_option::tests::display_random_round_trips ... ok
[INFO] [stdout] test mit::lib::rotation_option::tests::display_round_trips_through_from_str ... ok
[INFO] [stdout] test mit::lib::rotation_option::tests::from_str_accepts_lowercase ... ok
[INFO] [stdout] test mit::lib::rotation_option::tests::from_str_is_case_insensitive_like_value_enum ... ok
[INFO] [stdout] test mit::lib::authors::tests::it_converts_to_standard_toml ... ok
[INFO] [stdout] test mit::lib::rotation_option::tests::from_str_accepts_random ... ok
[INFO] [stdout] test relates::cmd::get_relate_to_configuration::tests::there_is_no_relate_config_if_it_has_expired ... ok
[INFO] [stdout] test relates::cmd::get_relate_to_configuration::tests::we_get_relate_to_config_back_if_there_is_any ... ok
[INFO] [stdout] test relates::cmd::set_relates_to::tests::sets_the_expiry_time ... ok
[INFO] [stdout] test mit::lib::rotation_option::tests::from_str_accepts_random_case_insensitive ... ok
[INFO] [stdout] test scope::tests::global_scope_is_global ... ok
[INFO] [stdout] test mit::lib::rotation_option::tests::from_str_rejects_unknown ... ok
[INFO] [stdout] test relates::cmd::set_relates_to::tests::the_first_initial_becomes_the_relates ... ok
[INFO] [stdout] test relates::lib::relates_to::tests::test_convert_string_to_relate_to ... ok
[INFO] [stdout] test scope::tests::local_scope_is_not_global ... ok
[INFO] [stdout] test external::commit_message_path::tests::defaults_to_commit_editmsg_when_not_provided ... ok
[INFO] [stdout] test external::commit_message_path::tests::discovers_repo_from_subdirectory ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_unwrap_timeout_panics - should panic ... ok
[INFO] [stdout] test mit::lib::author_state::tests::test_unwrap_none_panics - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mit_commit_msg-641aad6f69db763e)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mit_hook_test_helper-601a9b428ce5945d)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mit_pre_commit-405c5a075fd1f89e)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mit_prepare_commit_msg-e88b1cac4fb6b511)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_get_relates_to_from_exec_fails_on_nonzero_exit ... ok
[INFO] [stdout] test tests::test_get_relates_to_from_exec_trims_trailing_newline ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mit_commit_message_lints
[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] [stderr]    Doc-tests mit_hook_test_helper
[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" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa", kill_on_drop: false }`
[INFO] [stdout] e22ff72f46ef6864797f054cd0ade0095db3fed2547933e68a02203288715faa
