[INFO] cloning repository https://github.com/galetedanilo/profile-service [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/galetedanilo/profile-service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaletedanilo%2Fprofile-service", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaletedanilo%2Fprofile-service'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e9d69a2267d3830bb14c90d2f2f2015840d93d7 [INFO] testing galetedanilo/profile-service against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaletedanilo%2Fprofile-service" "/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/galetedanilo/profile-service [INFO] finished tweaking git repo https://github.com/galetedanilo/profile-service [INFO] tweaked toml for git repo https://github.com/galetedanilo/profile-service written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/galetedanilo/profile-service on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/galetedanilo/profile-service 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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 17069ec434cd3d6c215170496fa6f216950538857fe247fb1db48cc502a4e9cf [INFO] running `Command { std: "docker" "start" "-a" "17069ec434cd3d6c215170496fa6f216950538857fe247fb1db48cc502a4e9cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17069ec434cd3d6c215170496fa6f216950538857fe247fb1db48cc502a4e9cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17069ec434cd3d6c215170496fa6f216950538857fe247fb1db48cc502a4e9cf", kill_on_drop: false }` [INFO] [stdout] 17069ec434cd3d6c215170496fa6f216950538857fe247fb1db48cc502a4e9cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bebb4a0eaa0aec3d18b52b4640a8b1761d00b6580e5dccf7a55d42c1d126467b [INFO] running `Command { std: "docker" "start" "-a" "bebb4a0eaa0aec3d18b52b4640a8b1761d00b6580e5dccf7a55d42c1d126467b", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling critical-section v1.2.0 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling syn v2.0.116 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling uuid v1.21.0 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling rustc_version_runtime v0.3.0 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling tagptr v0.2.0 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Compiling oncemutex v0.1.1 [INFO] [stderr] Compiling data-encoding v2.10.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling moka v0.12.14 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling spinning_top v0.3.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling nonempty v0.7.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling resolv-conf v0.7.6 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling unic-ucd-common v0.9.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling macro_magic_core_macros v0.5.1 [INFO] [stderr] Compiling derive-syn-parse v0.2.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling pin-project-internal v1.1.11 [INFO] [stderr] Compiling macro_magic_core v0.5.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling regex-cache v0.2.1 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling macro_magic_macros v0.5.1 [INFO] [stderr] Compiling typed-builder-macro v0.22.0 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling cobs v0.3.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling forwarded-header-value v0.1.1 [INFO] [stderr] Compiling macro_magic v0.5.1 [INFO] [stderr] Compiling mongodb-internal-macros v3.5.1 [INFO] [stderr] Compiling card-validate v2.4.0 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling derive-where v1.6.0 [INFO] [stderr] Compiling validify_derive v2.0.0 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling serde_with_macros v3.17.0 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling pin-project v1.1.11 [INFO] [stderr] Compiling typed-builder v0.22.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [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 strum v0.27.2 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling serde_with v3.17.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling bson v2.15.0 [INFO] [stderr] Compiling postcard v1.1.3 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling governor v0.10.4 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling phonenumber v0.3.9+9.0.21 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling hickory-proto v0.25.2 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling validify v2.0.0 [INFO] [stderr] Compiling hickory-resolver v0.25.2 [INFO] [stderr] Compiling mongodb v3.5.1 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling tonic v0.14.5 [INFO] [stderr] Compiling tower_governor v0.8.0 [INFO] [stderr] Compiling profile-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s [INFO] running `Command { std: "docker" "inspect" "bebb4a0eaa0aec3d18b52b4640a8b1761d00b6580e5dccf7a55d42c1d126467b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bebb4a0eaa0aec3d18b52b4640a8b1761d00b6580e5dccf7a55d42c1d126467b", kill_on_drop: false }` [INFO] [stdout] bebb4a0eaa0aec3d18b52b4640a8b1761d00b6580e5dccf7a55d42c1d126467b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec4324a5421f10fb9f14647de7f06dcd198a6a5cc4573b68f2c38f1f0e4323bd [INFO] running `Command { std: "docker" "start" "-a" "ec4324a5421f10fb9f14647de7f06dcd198a6a5cc4573b68f2c38f1f0e4323bd", kill_on_drop: false }` [INFO] [stderr] Compiling predicates-core v1.0.10 [INFO] [stderr] Compiling mockall_derive v0.14.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling mockall v0.14.0 [INFO] [stderr] Compiling fragile v2.0.1 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling deunicode v1.6.2 [INFO] [stderr] Compiling fake v4.4.0 [INFO] [stderr] Compiling predicates-tree v1.0.13 [INFO] [stderr] Compiling predicates v3.1.4 [INFO] [stderr] Compiling profile-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.88s [INFO] running `Command { std: "docker" "inspect" "ec4324a5421f10fb9f14647de7f06dcd198a6a5cc4573b68f2c38f1f0e4323bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec4324a5421f10fb9f14647de7f06dcd198a6a5cc4573b68f2c38f1f0e4323bd", kill_on_drop: false }` [INFO] [stdout] ec4324a5421f10fb9f14647de7f06dcd198a6a5cc4573b68f2c38f1f0e4323bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 38ce048f0b520ab4dd903bdfdb4b277a1b333930fb19aba127a30ab1a11417f7 [INFO] running `Command { std: "docker" "start" "-a" "38ce048f0b520ab4dd903bdfdb4b277a1b333930fb19aba127a30ab1a11417f7", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/profile_service-adcef7111679fc54) [INFO] [stdout] [INFO] [stdout] running 64 tests [INFO] [stdout] test application::use_cases::create_profile::tests::when_input_email_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test application::use_cases::create_profile::tests::when_input_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test application::use_cases::get_profile_by_id::tests::when_repository_error_should_return_repository_error ... ok [INFO] [stdout] test application::use_cases::get_profile_by_id::tests::when_profile_not_found_should_return_none ... ok [INFO] [stdout] test application::use_cases::update_profile::tests::when_bio_is_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test application::use_cases::update_profile::tests::when_profile_image_url_is_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test application::use_cases::update_profile::tests::when_first_name_is_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test application::use_cases::update_profile::tests::when_profile_does_not_exist_should_return_not_found_error ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_just_white_space_should_empty_error ... ok [INFO] [stdout] test application::use_cases::get_profile_by_id::tests::when_profile_found_should_return_profile ... ok [INFO] [stdout] test domain::models::profile::tests::when_create_profile_should_have_version_zero ... ok [INFO] [stdout] test domain::models::profile::tests::when_create_profile_should_have_correct_id ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_too_long_should_max_length_error ... ok [INFO] [stdout] test domain::models::profile::tests::when_create_profile_should_have_correct_email ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_empty_should_empty_error ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_too_short_should_min_length_error ... ok [INFO] [stdout] test application::use_cases::update_profile::tests::when_last_name_is_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test domain::object_values::email::tests::when_email_too_long_should_return_too_long_error ... ok [INFO] [stdout] test domain::object_values::email::tests::when_email_valid_should_create_email ... ok [INFO] [stdout] test domain::object_values::email::tests::when_email_valid_should_create_email_from_string ... ok [INFO] [stdout] test domain::object_values::email::tests::when_email_valid_should_create_email_from_str ... ok [INFO] [stdout] test domain::object_values::first_name::tests::when_first_name_empty_should_empty_error ... ok [INFO] [stdout] test domain::object_values::first_name::tests::when_first_name_end_with_invalid_characters_should_invalid_edge_characters_error ... ok [INFO] [stdout] test domain::object_values::email::tests::when_email_invalid_format_should_return_invalid_error ... ok [INFO] [stdout] test domain::object_values::first_name::tests::when_first_name_start_with_invalid_characters_should_invalid_edge_characters_error ... ok [INFO] [stdout] test domain::object_values::first_name::tests::when_first_name_have_invalid_characters_should_invalid_characters_error ... ok [INFO] [stdout] test application::use_cases::update_profile::tests::when_id_is_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test domain::object_values::first_name::tests::when_first_name_too_long_should_max_length_error ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_valid_should_create_bio ... ok [INFO] [stdout] test domain::models::profile::tests::when_update_profile_should_update_version ... ok [INFO] [stdout] test application::use_cases::update_profile::tests::when_input_is_valid_and_profile_exists_should_update_profile ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_contains_invalid_characters_should_invalid_characters_error ... ok [INFO] [stdout] test domain::object_values::first_name::tests::when_first_name_too_short_should_min_length_error ... ok [INFO] [stdout] test domain::object_values::id::tests::when_call_generate_method_shoul_return_valid_uuid ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_invalid_extension_should_invalid_extension_error ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_valid_should_create_image_url_from_string ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_empty_should_empty_error ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_end_with_invalid_characters_should_invalid_edge_characters_error ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_invalid_scheme_should_invalid_scheme_error ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_too_long_should_too_long_error ... ok [INFO] [stdout] test domain::object_values::first_name::tests::when_first_name_just_white_space_should_empty_error ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_have_invalid_characters_should_invalid_characters_error ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_start_with_invalid_characters_should_invalid_edge_characters_error ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_to_long_should_max_length_error ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_to_short_should_min_length_error ... ok [INFO] [stdout] test application::use_cases::create_profile::tests::when_input_valid_and_not_exist_should_return_ok ... ok [INFO] [stdout] test application::use_cases::create_profile::tests::when_input_id_invalid_should_return_invalid_data_error ... ok [INFO] [stdout] test infrastructure::repositories::mongo_profile_repo::tests::when_convert_profile_document_to_profile_should_have_correct_fields ... ok [INFO] [stdout] test infrastructure::repositories::mongo_profile_repo::tests::when_convert_profile_document_to_profile_should_handle_missing_optional_fields ... ok [INFO] [stdout] test infrastructure::repositories::mongo_profile_repo::tests::when_create_profile_document_should_have_correct_fields ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_valid_should_create_last_name ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_valid_should_create_last_name_from_string ... ok [INFO] [stdout] test application::use_cases::create_profile::tests::when_input_exist_profile_should_return_already_exists_error ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_valid_should_create_bio_from_str ... ok [INFO] [stdout] test domain::object_values::bio::tests::when_bio_valid_should_create_bio_from_string ... ok [INFO] [stdout] test domain::object_values::email::tests::when_email_empty_should_return_empty_error ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_valid_should_create_last_name_from_str ... ok [INFO] [stdout] test domain::object_values::last_name::tests::when_last_name_just_white_space_should_empty_error ... ok [INFO] [stdout] test domain::object_values::id::tests::when_str_is_not_valid_uuid_should_invalid_error ... ok [INFO] [stdout] test domain::object_values::id::tests::when_str_as_valid_uuid_should_return_id_object_value ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_empty_should_empty_error ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_valid_should_create_image_url ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_valid_should_create_image_url_from_str ... ok [INFO] [stdout] test domain::object_values::image_url::tests::when_image_url_valid_should_display_image_url ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "38ce048f0b520ab4dd903bdfdb4b277a1b333930fb19aba127a30ab1a11417f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38ce048f0b520ab4dd903bdfdb4b277a1b333930fb19aba127a30ab1a11417f7", kill_on_drop: false }` [INFO] [stdout] 38ce048f0b520ab4dd903bdfdb4b277a1b333930fb19aba127a30ab1a11417f7