[INFO] cloning repository https://github.com/Seinarukiro2/wraith
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Seinarukiro2/wraith" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSeinarukiro2%2Fwraith", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSeinarukiro2%2Fwraith'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 60bb9d469d09b501a68d138c70acb279f33207d9
[INFO] testing Seinarukiro2/wraith 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%2FSeinarukiro2%2Fwraith" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Seinarukiro2/wraith
[INFO] finished tweaking git repo https://github.com/Seinarukiro2/wraith
[INFO] tweaked toml for git repo https://github.com/Seinarukiro2/wraith written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Seinarukiro2/wraith 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/Seinarukiro2/wraith 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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8
[INFO] running `Command { std: "docker" "start" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8", 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" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8" "/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" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8", 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" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8" "/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.184
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling tree-sitter-python v0.23.6
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling tree-sitter v0.24.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tokio v1.51.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling codeguard-core v0.1.0 (/opt/rustwide/workdir/crates/codeguard-core)
[INFO] [stderr]    Compiling codeguard-ast v0.1.0 (/opt/rustwide/workdir/crates/codeguard-ast)
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling codeguard-vibe v0.1.0 (/opt/rustwide/workdir/crates/codeguard-vibe)
[INFO] [stderr]    Compiling codeguard-api-guard v0.1.0 (/opt/rustwide/workdir/crates/codeguard-api-guard)
[INFO] [stderr]    Compiling codeguard-phantom v0.1.0 (/opt/rustwide/workdir/crates/codeguard-phantom)
[INFO] [stderr]    Compiling codeguard-cli v0.1.0 (/opt/rustwide/workdir/crates/codeguard-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8", 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" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8" "/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 zerocopy v0.8.48
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling codeguard-core v0.1.0 (/opt/rustwide/workdir/crates/codeguard-core)
[INFO] [stderr]    Compiling codeguard-ast v0.1.0 (/opt/rustwide/workdir/crates/codeguard-ast)
[INFO] [stderr]    Compiling codeguard-vibe v0.1.0 (/opt/rustwide/workdir/crates/codeguard-vibe)
[INFO] [stderr]    Compiling codeguard-api-guard v0.1.0 (/opt/rustwide/workdir/crates/codeguard-api-guard)
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling codeguard-phantom v0.1.0 (/opt/rustwide/workdir/crates/codeguard-phantom)
[INFO] [stderr]    Compiling codeguard-cli v0.1.0 (/opt/rustwide/workdir/crates/codeguard-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.09s
[INFO] running `Command { std: "docker" "inspect" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8", 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" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8" "/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.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeguard_api_guard-280b9509cfa65ea8)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeguard_ast-d75741e4113d0f84)
[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] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test import_graph::tests::test_path_to_module ... ok
[INFO] [stdout] test symbols::tests::test_for_target ... ok
[INFO] [stdout] test symbols::tests::test_comprehension_var ... ok
[INFO] [stdout] test symbols::tests::test_from_import_binding ... ok
[INFO] [stdout] test symbols::tests::test_assignment_binding ... ok
[INFO] [stdout] test symbols::tests::test_function_params ... ok
[INFO] [stdout] test symbols::tests::test_import_binding ... ok
[INFO] [stdout] test symbols::tests::test_import_vs_local ... ok
[INFO] [stdout] test symbols::tests::test_typed_params ... ok
[INFO] [stdout] test tests::test_aliased_import ... ok
[INFO] [stdout] test symbols::tests::test_with_target ... ok
[INFO] [stdout] test tests::test_call_in_assignment ... ok
[INFO] [stdout] test symbols::tests::test_walrus ... ok
[INFO] [stdout] test tests::test_line_index ... ok
[INFO] [stdout] test symbols::tests::test_tuple_unpack ... ok
[INFO] [stdout] test tests::test_keyword_args ... ok
[INFO] [stdout] test tests::test_relative_import_skipped ... ok
[INFO] [stdout] test tests::test_multiple_imports ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/wraith-8afd5a93dc771487)
[INFO] [stdout] test tests::test_nested_call_in_assignment ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeguard_core-4b7f9706ea893aff)
[INFO] [stdout] test tests::test_simple_call ... ok
[INFO] [stdout] test symbols::tests::test_class_def ... ok
[INFO] [stdout] test tests::test_method_call ... ok
[INFO] [stdout] test tests::test_kwarg_spans ... ok
[INFO] [stdout] test tests::test_from_import ... ok
[INFO] [stdout] test tests::test_simple_import ... ok
[INFO] [stdout] test tests::test_comment_extraction ... ok
[INFO] [stdout] test symbols::tests::test_static_method_params ... ok
[INFO] [stdout] test tests::test_star_import ... ok
[INFO] [stdout] test tests::test_string_assignment ... ok
[INFO] [stdout] test tests::test_non_string_assignment ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[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] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::test_all_rules_defined ... ok
[INFO] [stdout] test tests::test_config_rule_enabled ... ok
[INFO] [stdout] test tests::test_config_defaults ... ok
[INFO] [stdout] test tests::test_diagnostic_builders ... ok
[INFO] [stdout] test tests::test_rule_code_matches_selector ... ok
[INFO] [stdout] test tests::test_severity_display ... ok
[INFO] [stdout] test tests::test_rule_code_prefix ... ok
[INFO] [stdout] test tests::test_text_format_output ... ok
[INFO] [stdout] test tests::test_json_format_output ... ok
[INFO] [stdout] test tests::test_rule_code_display ... ok
[INFO] [stdout] test noqa::tests::test_noqa_multiple_codes ... ok
[INFO] [stdout] test noqa::tests::test_no_noqa ... ok
[INFO] [stdout] test noqa::tests::test_build_map_and_suppress ... ok
[INFO] [stdout] test noqa::tests::test_bare_noqa ... ok
[INFO] [stdout] test noqa::tests::test_noqa_single_code ... ok
[INFO] [stdout] test noqa::tests::test_noqa_case_insensitive ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeguard_phantom-358d2456a1c658e8)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeguard_vibe-e066766c10e2e2cd)
[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] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test taint::tests::test_log_secret ... ok
[INFO] [stdout] test taint::tests::test_no_leak_if_not_tainted ... ok
[INFO] [stdout] test taint::tests::test_no_leak_if_no_sink ... ok
[INFO] [stdout] test taint::tests::test_print_secret_from_env ... ok
[INFO] [stdout] test tests::test_breakpoint_call ... ok
[INFO] [stdout] test tests::test_debug_print ... ok
[INFO] [stdout] test tests::test_console_log ... ok
[INFO] [stdout] test tests::test_ipdb_import ... ok
[INFO] [stdout] test tests::test_pdb_import ... ok
[INFO] [stdout] test tests::test_pdb_set_trace ... ok
[INFO] [stdout] test tests::test_empty_secret_no_trigger ... ok
[INFO] [stdout] test tests::test_no_false_positive_logging ... ok
[INFO] [stdout] test tests::test_no_false_positive_env ... ok
[INFO] [stdout] test tests::test_token_secret ... ok
[INFO] [stdout] test tests::test_no_false_positive_normal_string ... ok
[INFO] [stdout] test tests::test_no_false_positive_normal_comment ... ok
[INFO] [stdout] test tests::test_hardcoded_secret ... ok
[INFO] [stderr]    Doc-tests codeguard_api_guard
[INFO] [stdout] test tests::test_password_secret ... ok
[INFO] [stdout] test tests::test_ai_comment ... ok
[INFO] [stdout] test tests::test_secret_autofix_has_environ ... ok
[INFO] [stdout] test tests::test_multiple_issues_same_file ... ok
[INFO] [stdout] test tests::test_ai_comment_variants ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[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 codeguard_ast
[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 codeguard_core
[INFO] [stderr]    Doc-tests codeguard_phantom
[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 codeguard_vibe
[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] [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" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8", kill_on_drop: false }`
[INFO] [stdout] afaf24d60ad746901ce2e1e0e99705e345cc19533d0fbc91c0ef56fea11dd7e8
