[INFO] cloning repository https://github.com/JMarchiori13/osint-recon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JMarchiori13/osint-recon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJMarchiori13%2Fosint-recon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJMarchiori13%2Fosint-recon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4d27d726b275506f35f8df98b3ad6357d5af139
[INFO] testing JMarchiori13/osint-recon against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJMarchiori13%2Fosint-recon" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JMarchiori13/osint-recon
[INFO] finished tweaking git repo https://github.com/JMarchiori13/osint-recon
[INFO] tweaked toml for git repo https://github.com/JMarchiori13/osint-recon written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JMarchiori13/osint-recon on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JMarchiori13/osint-recon 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.99.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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4
[INFO] running `Command { std: "docker" "start" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4", 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" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4", 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" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling futures-sink v0.3.33
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling futures-io v0.3.33
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling simd-adler32 v0.3.10
[INFO] [stderr]    Compiling rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling futures-channel v0.3.33
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling clap_builder v4.6.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling http-body-util v0.1.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling webpki-roots v1.0.9
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling rangemap v1.7.1
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling time v0.3.54
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling lopdf v0.34.0
[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 clap v4.6.4
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling osint-recon v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 07s
[INFO] running `Command { std: "docker" "inspect" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4", 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" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling osint-recon v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 6.37s
[INFO] running `Command { std: "docker" "inspect" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4", 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" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/osint_recon-bf22e826d29b3860)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test modules::asn::tests::cleans_doh_txt_quotes ... ok
[INFO] [stdout] test http::tests::extracts_same_host_links_only ... ok
[INFO] [stdout] test modules::asn::tests::parses_asname_txt ... ok
[INFO] [stdout] test modules::asn::tests::parses_origin_txt ... ok
[INFO] [stdout] test modules::asn::tests::reverses_ipv4_octets ... ok
[INFO] [stdout] test modules::br::cep::tests::normalizes_cep_formats ... ok
[INFO] [stdout] test modules::br::cep::tests::parses_viacep_response_and_not_found ... ok
[INFO] [stdout] test modules::br::cnpj::tests::accepts_new_alphanumeric_format ... ok
[INFO] [stdout] test modules::br::cnpj::tests::accepts_valid_numeric_cnpj_with_punctuation ... ok
[INFO] [stdout] test modules::br::cnpj::tests::parses_receitaws_response_and_error ... ok
[INFO] [stdout] test modules::br::cnpj::tests::rejects_repeated_digits ... ok
[INFO] [stdout] test modules::br::cnpj::tests::parses_brasilapi_response ... ok
[INFO] [stdout] test modules::br::cnpj::tests::rejects_bad_lengths_and_characters ... ok
[INFO] [stdout] test modules::br::dorks::tests::builds_engine_urls ... ok
[INFO] [stdout] test modules::br::dorks::tests::pack_matches_study_coverage ... ok
[INFO] [stdout] test modules::br::cnpj::tests::rejects_wrong_check_digits ... ok
[INFO] [stdout] test modules::br::dorks::tests::urlencodes_special_characters ... ok
[INFO] [stdout] test modules::ct_history::tests::computes_days_until_expiry ... ok
[INFO] [stdout] test modules::ct_history::tests::parses_crtsh_timestamps ... ok
[INFO] [stdout] test modules::github_dorks::tests::dork_queries_substitute_domain ... ok
[INFO] [stdout] test modules::github_dorks::tests::parses_code_search_response ... ok
[INFO] [stdout] test modules::ct_history::tests::extracts_issuer_common_name ... ok
[INFO] [stdout] test modules::github_dorks::tests::parses_user_search_response ... ok
[INFO] [stdout] test modules::github_dorks::tests::empty_search_response_parses ... ok
[INFO] [stdout] test output::tests::row_to_json_includes_module_and_fields ... ok
[INFO] [stdout] test output::tests::row_to_json_tolerates_short_rows ... ok
[INFO] [stdout] test modules::emails::tests::harvests_emails_and_filters_assets ... ok
[INFO] [stdout] test modules::br::dorks::tests::renders_target_interpolation ... ok
[INFO] [stdout] test modules::br::cep::tests::parses_brasilapi_cep_with_coordinates ... ok
[INFO] [stdout] test output::tests::header_keys_are_sanitized ... ok
[INFO] [stdout] test modules::github_dorks::tests::parses_repo_search_response ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/release/deps/cli-5ba0a158ebad7179)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test help_lists_all_subcommands ... ok
[INFO] [stdout] test rejects_invalid_domain_gracefully ... ok
[INFO] [stdout] test subcommand_help_works ... ok
[INFO] [stdout] test stdout_mode_sends_banner_to_stderr ... ok
[INFO] [stdout] test banner_states_authorized_use ... ok
[INFO] [stdout] test stdin_dash_with_empty_input_errors_cleanly ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4", kill_on_drop: false }`
[INFO] [stdout] 7edc0b7562de26561a0e489086fa4664b49a9258c65c9e4c848d20ef014cd9a4
