[INFO] cloning repository https://github.com/RebeldeCuantico/ddd-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RebeldeCuantico/ddd-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRebeldeCuantico%2Fddd-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRebeldeCuantico%2Fddd-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 490b761bb0710c25b0273e62b331b03025f729c2
[INFO] testing RebeldeCuantico/ddd-api against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRebeldeCuantico%2Fddd-api" "/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/RebeldeCuantico/ddd-api
[INFO] finished tweaking git repo https://github.com/RebeldeCuantico/ddd-api
[INFO] tweaked toml for git repo https://github.com/RebeldeCuantico/ddd-api written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RebeldeCuantico/ddd-api on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RebeldeCuantico/ddd-api 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" "+beta-2025-09-21" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 47a29f718658778ad2a8ff1bfc03c3ad1fabf2bcf48435afd8090f8229257f05
[INFO] running `Command { std: "docker" "start" "-a" "47a29f718658778ad2a8ff1bfc03c3ad1fabf2bcf48435afd8090f8229257f05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47a29f718658778ad2a8ff1bfc03c3ad1fabf2bcf48435afd8090f8229257f05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47a29f718658778ad2a8ff1bfc03c3ad1fabf2bcf48435afd8090f8229257f05", kill_on_drop: false }`
[INFO] [stdout] 47a29f718658778ad2a8ff1bfc03c3ad1fabf2bcf48435afd8090f8229257f05
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b9d8e5c06edcbaa96834242692c19be7f3a6f8558532768751e8089191b1542e
[INFO] running `Command { std: "docker" "start" "-a" "b9d8e5c06edcbaa96834242692c19be7f3a6f8558532768751e8089191b1542e", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling serde_derive v1.0.208
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling pest v2.7.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pest_meta v2.7.11
[INFO] [stderr]    Compiling pest_generator v2.7.11
[INFO] [stderr]    Compiling pest_derive v2.7.11
[INFO] [stderr]    Compiling ron v0.7.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling config v0.13.4
[INFO] [stderr]    Compiling ddd_api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.83s
[INFO] running `Command { std: "docker" "inspect" "b9d8e5c06edcbaa96834242692c19be7f3a6f8558532768751e8089191b1542e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9d8e5c06edcbaa96834242692c19be7f3a6f8558532768751e8089191b1542e", kill_on_drop: false }`
[INFO] [stdout] b9d8e5c06edcbaa96834242692c19be7f3a6f8558532768751e8089191b1542e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3be7827719190bc66c13b3e3505fbd4ba2da353ce0033626e1ae6b7c869b710
[INFO] running `Command { std: "docker" "start" "-a" "c3be7827719190bc66c13b3e3505fbd4ba2da353ce0033626e1ae6b7c869b710", kill_on_drop: false }`
[INFO] [stderr]    Compiling ddd_api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "c3be7827719190bc66c13b3e3505fbd4ba2da353ce0033626e1ae6b7c869b710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3be7827719190bc66c13b3e3505fbd4ba2da353ce0033626e1ae6b7c869b710", kill_on_drop: false }`
[INFO] [stdout] c3be7827719190bc66c13b3e3505fbd4ba2da353ce0033626e1ae6b7c869b710
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c0b9e7670b167dfeca6ae56ddd18ddbd1379300d5fd1dcb3bced9465873bd805
[INFO] running `Command { std: "docker" "start" "-a" "c0b9e7670b167dfeca6ae56ddd18ddbd1379300d5fd1dcb3bced9465873bd805", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ddd_api-b3b9ffa12f8d8433)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test crosscutting::error::tests::test_domain_error_display ... ok
[INFO] [stdout] test crosscutting::config::tests::test_missing_configuration ... ok
[INFO] [stdout] test domain::product::tests::test_product_identifier_is_unique ... ok
[INFO] [stdout] test domain::product::tests::test_product_version_increment ... ok
[INFO] [stdout] test crosscutting::guid_generator::tests::test_guid_sequential_nature ... ok
[INFO] [stdout] test crosscutting::logging::tests::test_logging_functions ... ok
[INFO] [stdout] test domain::product::tests::test_product_with_custom_generator ... ok
[INFO] [stdout] test domain::value_objects::money::tests::test_value_object_clone ... ok
[INFO] [stdout] test domain::value_objects::money::tests::test_value_object_debug ... ok
[INFO] [stdout] test domain::value_objects::money::tests::test_value_object_equality ... ok
[INFO] [stdout] test domain::value_objects::money::tests::test_value_object_hash ... ok
[INFO] [stdout] test domain::value_objects::money::tests::test_value_object_partial_eq ... ok
[INFO] [stdout] test crosscutting::guid_generator::tests::test_sequential_guid_generator ... ok
[INFO] [stdout] test crosscutting::config::tests::test_load_configuration ... ok
[INFO] [stdout] test domain::product::tests::test_product_is_aggregate_root ... ok
[INFO] [stdout] test domain::product::tests::test_product_creation ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ddd_api-ccd553016413db75)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[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 ddd_api
[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" "c0b9e7670b167dfeca6ae56ddd18ddbd1379300d5fd1dcb3bced9465873bd805", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0b9e7670b167dfeca6ae56ddd18ddbd1379300d5fd1dcb3bced9465873bd805", kill_on_drop: false }`
[INFO] [stdout] c0b9e7670b167dfeca6ae56ddd18ddbd1379300d5fd1dcb3bced9465873bd805
