[INFO] cloning repository https://github.com/Mwangi-Derrick/rust_basics
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mwangi-Derrick/rust_basics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMwangi-Derrick%2Frust_basics", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMwangi-Derrick%2Frust_basics'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bd830ab3b65fe5e435e2cdd5d5dbf4377a8d0a3d
[INFO] checking Mwangi-Derrick/rust_basics against master#53509ca37e3b507887607c2f4a7f23bd4838f099 for pr-156027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMwangi-Derrick%2Frust_basics" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Mwangi-Derrick/rust_basics
[INFO] finished tweaking git repo https://github.com/Mwangi-Derrick/rust_basics
[INFO] tweaked toml for git repo https://github.com/Mwangi-Derrick/rust_basics written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Mwangi-Derrick/rust_basics on toolchain 53509ca37e3b507887607c2f4a7f23bd4838f099
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+53509ca37e3b507887607c2f4a7f23bd4838f099" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Mwangi-Derrick/rust_basics 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" "+53509ca37e3b507887607c2f4a7f23bd4838f099" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-5-Deploying-to-Cloud-Run-or-Fly-io/Cargo.toml: can't find `lesson_16_5_deploying_to_cloud_run_or_fly_io_benchmark` bench at `benches/lesson_16_5_deploying_to_cloud_run_or_fly_io_benchmark.rs` or `benches/lesson_16_5_deploying_to_cloud_run_or_fly_io_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-01-Core-Foundations/Lesson-01-4-Control-Flow-Loops-and-Match-Statements/Cargo.toml: can't find `lesson_01_4_control_flow_loops_and_match_statements_benchmark` bench at `benches/lesson_01_4_control_flow_loops_and_match_statements_benchmark.rs` or `benches/lesson_01_4_control_flow_loops_and_match_statements_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-4-Option-T-and-Result-T-E-patterns/Cargo.toml: can't find `lesson_03_4_option_t_and_result_t_e_patterns_benchmark` bench at `benches/lesson_03_4_option_t_and_result_t_e_patterns_benchmark.rs` or `benches/lesson_03_4_option_t_and_result_t_e_patterns_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-4-Higher-Rank-Trait-Bounds-HRTBs/Cargo.toml: can't find `lesson_13_4_higher_rank_trait_bounds_hrtbs_benchmark` bench at `benches/lesson_13_4_higher_rank_trait_bounds_hrtbs_benchmark.rs` or `benches/lesson_13_4_higher_rank_trait_bounds_hrtbs_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-01-Core-Foundations/Lesson-01-2-Primitive-Types-Type-Inference/Cargo.toml: can't find `lesson_01_2_primitive_types_type_inference_benchmark` bench at `benches/lesson_01_2_primitive_types_type_inference_benchmark.rs` or `benches/lesson_01_2_primitive_types_type_inference_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-1-Structs-Tuples-and-impl-Blocks/Cargo.toml: can't find `lesson_03_1_structs_tuples_and_impl_blocks_benchmark` bench at `benches/lesson_03_1_structs_tuples_and_impl_blocks_benchmark.rs` or `benches/lesson_03_1_structs_tuples_and_impl_blocks_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-1-Defining-Traits/Cargo.toml: can't find `lesson_04_1_defining_traits_benchmark` bench at `benches/lesson_04_1_defining_traits_benchmark.rs` or `benches/lesson_04_1_defining_traits_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-2-Generics/Cargo.toml: can't find `lesson_04_2_generics_benchmark` bench at `benches/lesson_04_2_generics_benchmark.rs` or `benches/lesson_04_2_generics_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-07-Async-Rust-Concurrency/Lesson-07-4-Async-Error-Handling-and-Cancellation/Cargo.toml: can't find `lesson_07_4_async_error_handling_and_cancellation_benchmark` bench at `benches/lesson_07_4_async_error_handling_and_cancellation_benchmark.rs` or `benches/lesson_07_4_async_error_handling_and_cancellation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-08-Channels-Messaging-and-Synchronization/Lesson-08-2-Select-and-Graceful-Shutdowns/Cargo.toml: can't find `lesson_08_2_select_and_graceful_shutdowns_benchmark` bench at `benches/lesson_08_2_select_and_graceful_shutdowns_benchmark.rs` or `benches/lesson_08_2_select_and_graceful_shutdowns_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-09-Project-Modularization/Lesson-09-1-Mod-Pub-and-use/Cargo.toml: can't find `lesson_09_1_mod_pub_and_use_benchmark` bench at `benches/lesson_09_1_mod_pub_and_use_benchmark.rs` or `benches/lesson_09_1_mod_pub_and_use_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-3-Fan-Out-Pattern-using-Broadcast-Channels/Cargo.toml: can't find `lesson_10_3_fan_out_pattern_using_broadcast_channels_benchmark` bench at `benches/lesson_10_3_fan_out_pattern_using_broadcast_channels_benchmark.rs` or `benches/lesson_10_3_fan_out_pattern_using_broadcast_channels_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-1-Trait-Objects-and-dyn-Trait/Cargo.toml: can't find `lesson_13_1_trait_objects_and_dyn_trait_benchmark` bench at `benches/lesson_13_1_trait_objects_and_dyn_trait_benchmark.rs` or `benches/lesson_13_1_trait_objects_and_dyn_trait_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-5-Associated-Types-vs-Generics/Cargo.toml: can't find `lesson_13_5_associated_types_vs_generics_benchmark` bench at `benches/lesson_13_5_associated_types_vs_generics_benchmark.rs` or `benches/lesson_13_5_associated_types_vs_generics_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-14-Real-World-Integration-Project/Lesson-14-7-Logging-Observability-with-tracing/Cargo.toml: can't find `lesson_14_7_logging_observability_with_tracing_benchmark` bench at `benches/lesson_14_7_logging_observability_with_tracing_benchmark.rs` or `benches/lesson_14_7_logging_observability_with_tracing_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-3-Rust-Shared-Libraries-in-Go-via-cgo/Cargo.toml: can't find `lesson_12_3_rust_shared_libraries_in_go_via_cgo_benchmark` bench at `benches/lesson_12_3_rust_shared_libraries_in_go_via_cgo_benchmark.rs` or `benches/lesson_12_3_rust_shared_libraries_in_go_via_cgo_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-5-Lifetimes-Explained-Visually/Cargo.toml: can't find `lesson_02_5_lifetimes_explained_visually_benchmark` bench at `benches/lesson_02_5_lifetimes_explained_visually_benchmark.rs` or `benches/lesson_02_5_lifetimes_explained_visually_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-2-PhantomData-and-Zero-Cost-Abstractions/Cargo.toml: can't find `lesson_13_2_phantomdata_and_zero_cost_abstractions_benchmark` bench at `benches/lesson_13_2_phantomdata_and_zero_cost_abstractions_benchmark.rs` or `benches/lesson_13_2_phantomdata_and_zero_cost_abstractions_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-2-RefCell-Interior-Mutability/Cargo.toml: can't find `lesson_11_2_refcell_interior_mutability_benchmark` bench at `benches/lesson_11_2_refcell_interior_mutability_benchmark.rs` or `benches/lesson_11_2_refcell_interior_mutability_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-14-Real-World-Integration-Project/Lesson-14-6-Graceful-Shutdown-Cleanup/Cargo.toml: can't find `lesson_14_6_graceful_shutdown_cleanup_benchmark` bench at `benches/lesson_14_6_graceful_shutdown_cleanup_benchmark.rs` or `benches/lesson_14_6_graceful_shutdown_cleanup_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-1-Async-Agents-with-Traits-Tasks/Cargo.toml: can't find `lesson_17_1_async_agents_with_traits_tasks_benchmark` bench at `benches/lesson_17_1_async_agents_with_traits_tasks_benchmark.rs` or `benches/lesson_17_1_async_agents_with_traits_tasks_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-2-Associated-Functions-vs-Methods/Cargo.toml: can't find `lesson_03_2_associated_functions_vs_methods_benchmark` bench at `benches/lesson_03_2_associated_functions_vs_methods_benchmark.rs` or `benches/lesson_03_2_associated_functions_vs_methods_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-7-Structs-with-References-Lifetime-Parameters/Cargo.toml: can't find `lesson_02_7_structs_with_references_lifetime_parameters_benchmark` bench at `benches/lesson_02_7_structs_with_references_lifetime_parameters_benchmark.rs` or `benches/lesson_02_7_structs_with_references_lifetime_parameters_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-4-WASM-wasm-bindgen/Cargo.toml: can't find `lesson_12_4_wasm_wasm_bindgen_benchmark` bench at `benches/lesson_12_4_wasm_wasm_bindgen_benchmark.rs` or `benches/lesson_12_4_wasm_wasm_bindgen_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-14-Real-World-Integration-Project/Lesson-14-2-Outbox-Store/Cargo.toml: can't find `lesson_14_2_outbox_store_benchmark` bench at `benches/lesson_14_2_outbox_store_benchmark.rs` or `benches/lesson_14_2_outbox_store_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-09-Project-Modularization/Lesson-09-2-Creating-Library-Crates/Cargo.toml: can't find `lesson_09_2_creating_library_crates_benchmark` bench at `benches/lesson_09_2_creating_library_crates_benchmark.rs` or `benches/lesson_09_2_creating_library_crates_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-3-Mutex-and-RwLock/Cargo.toml: can't find `lesson_11_3_mutex_and_rwlock_benchmark` bench at `benches/lesson_11_3_mutex_and_rwlock_benchmark.rs` or `benches/lesson_11_3_mutex_and_rwlock_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-3-GitHub-Actions-CI-CD-Pipeline/Cargo.toml: can't find `lesson_16_3_github_actions_ci_cd_pipeline_benchmark` bench at `benches/lesson_16_3_github_actions_ci_cd_pipeline_benchmark.rs` or `benches/lesson_16_3_github_actions_ci_cd_pipeline_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-4-Message-Flow-with-Trait-based-Agents/Cargo.toml: can't find `lesson_17_4_message_flow_with_trait_based_agents_benchmark` bench at `benches/lesson_17_4_message_flow_with_trait_based_agents_benchmark.rs` or `benches/lesson_17_4_message_flow_with_trait_based_agents_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-1-Building-Static-Binaries/Cargo.toml: can't find `lesson_16_1_building_static_binaries_benchmark` bench at `benches/lesson_16_1_building_static_binaries_benchmark.rs` or `benches/lesson_16_1_building_static_binaries_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-14-Real-World-Integration-Project/Lesson-14-3-Message-Relay/Cargo.toml: can't find `lesson_14_3_message_relay_benchmark` bench at `benches/lesson_14_3_message_relay_benchmark.rs` or `benches/lesson_14_3_message_relay_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-4-Versioning-with-cargo-release/Cargo.toml: can't find `lesson_16_4_versioning_with_cargo_release_benchmark` bench at `benches/lesson_16_4_versioning_with_cargo_release_benchmark.rs` or `benches/lesson_16_4_versioning_with_cargo_release_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-3-Parallel-Tokenization-and-Chunking/Cargo.toml: can't find `lesson_18_3_parallel_tokenization_and_chunking_benchmark` bench at `benches/lesson_18_3_parallel_tokenization_and_chunking_benchmark.rs` or `benches/lesson_18_3_parallel_tokenization_and_chunking_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-5-Benchmark-Rust-vs-Python-Preprocessing/Cargo.toml: can't find `lesson_18_5_benchmark_rust_vs_python_preprocessing_benchmark` bench at `benches/lesson_18_5_benchmark_rust_vs_python_preprocessing_benchmark.rs` or `benches/lesson_18_5_benchmark_rust_vs_python_preprocessing_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-3-ThisError-and-Anyhow-Crates/Cargo.toml: can't find `lesson_05_3_thiserror_and_anyhow_crates_benchmark` bench at `benches/lesson_05_3_thiserror_and_anyhow_crates_benchmark.rs` or `benches/lesson_05_3_thiserror_and_anyhow_crates_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-01-Core-Foundations/Lesson-01-1-Variables-Mutability-Shadowing/Cargo.toml: can't find `lesson_01_1_variables_mutability_shadowing_benchmark` bench at `benches/lesson_01_1_variables_mutability_shadowing_benchmark.rs` or `benches/lesson_01_1_variables_mutability_shadowing_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-01-Core-Foundations/Lesson-01-3-String-vs-str-vs-slices/Cargo.toml: can't find `lesson_01_3_string_vs_str_vs_slices_benchmark` bench at `benches/lesson_01_3_string_vs_str_vs_slices_benchmark.rs` or `benches/lesson_01_3_string_vs_str_vs_slices_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-06-File-IO-System-Interaction/Lesson-06-2-Buffered-IO-and-Error-Propagation/Cargo.toml: can't find `lesson_06_2_buffered_io_and_error_propagation_benchmark` bench at `benches/lesson_06_2_buffered_io_and_error_propagation_benchmark.rs` or `benches/lesson_06_2_buffered_io_and_error_propagation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-2-Background-Worker-Pool/Cargo.toml: can't find `lesson_10_2_background_worker_pool_benchmark` bench at `benches/lesson_10_2_background_worker_pool_benchmark.rs` or `benches/lesson_10_2_background_worker_pool_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-14-Real-World-Integration-Project/Lesson-14-4-Retry-Logic-with-Exponential-Backoff/Cargo.toml: can't find `lesson_14_4_retry_logic_with_exponential_backoff_benchmark` bench at `benches/lesson_14_4_retry_logic_with_exponential_backoff_benchmark.rs` or `benches/lesson_14_4_retry_logic_with_exponential_backoff_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-1-PyO3-and-Maturin-Basics/Cargo.toml: can't find `lesson_12_1_pyo3_and_maturin_basics_benchmark` bench at `benches/lesson_12_1_pyo3_and_maturin_basics_benchmark.rs` or `benches/lesson_12_1_pyo3_and_maturin_basics_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-3-Enums-and-Pattern-Matching-Mastery/Cargo.toml: can't find `lesson_03_3_enums_and_pattern_matching_mastery_benchmark` bench at `benches/lesson_03_3_enums_and_pattern_matching_mastery_benchmark.rs` or `benches/lesson_03_3_enums_and_pattern_matching_mastery_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-2-Streaming-File-Processing-with-Async-Buffers/Cargo.toml: can't find `lesson_18_2_streaming_file_processing_with_async_buffers_benchmark` bench at `benches/lesson_18_2_streaming_file_processing_with_async_buffers_benchmark.rs` or `benches/lesson_18_2_streaming_file_processing_with_async_buffers_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-3-Lock-Contention-Async-Stalls/Cargo.toml: can't find `lesson_15_3_lock_contention_async_stalls_benchmark` bench at `benches/lesson_15_3_lock_contention_async_stalls_benchmark.rs` or `benches/lesson_15_3_lock_contention_async_stalls_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-4-Blanket-Implementations-and-Default-Methods/Cargo.toml: can't find `lesson_04_4_blanket_implementations_and_default_methods_benchmark` bench at `benches/lesson_04_4_blanket_implementations_and_default_methods_benchmark.rs` or `benches/lesson_04_4_blanket_implementations_and_default_methods_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-2-Custom-Error-Types/Cargo.toml: can't find `lesson_05_2_custom_error_types_benchmark` bench at `benches/lesson_05_2_custom_error_types_benchmark.rs` or `benches/lesson_05_2_custom_error_types_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-1-Tokio-vs-Async-Std-vs-Smol/Cargo.toml: can't find `lesson_10_1_tokio_vs_async_std_vs_smol_benchmark` bench at `benches/lesson_10_1_tokio_vs_async_std_vs_smol_benchmark.rs` or `benches/lesson_10_1_tokio_vs_async_std_vs_smol_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-1-Rc-Arc-and-Reference-Counting/Cargo.toml: can't find `lesson_11_1_rc_arc_and_reference_counting_benchmark` bench at `benches/lesson_11_1_rc_arc_and_reference_counting_benchmark.rs` or `benches/lesson_11_1_rc_arc_and_reference_counting_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-09-Project-Modularization/Lesson-09-4-Real-world-Modular-Outbox-Bridge-Layout/Cargo.toml: can't find `lesson_09_4_real_world_modular_outbox_bridge_layout_benchmark` bench at `benches/lesson_09_4_real_world_modular_outbox_bridge_layout_benchmark.rs` or `benches/lesson_09_4_real_world_modular_outbox_bridge_layout_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-5-Deploying-to-Cloudflare-Workers/Cargo.toml: can't find `lesson_12_5_deploying_to_cloudflare_workers_benchmark` bench at `benches/lesson_12_5_deploying_to_cloudflare_workers_benchmark.rs` or `benches/lesson_12_5_deploying_to_cloudflare_workers_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-2-Dockerizing-Rust-Services/Cargo.toml: can't find `lesson_16_2_dockerizing_rust_services_benchmark` bench at `benches/lesson_16_2_dockerizing_rust_services_benchmark.rs` or `benches/lesson_16_2_dockerizing_rust_services_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-4-Unsafe-Zones-and-Codegen-Intuition/Cargo.toml: can't find `lesson_15_4_unsafe_zones_and_codegen_intuition_benchmark` bench at `benches/lesson_15_4_unsafe_zones_and_codegen_intuition_benchmark.rs` or `benches/lesson_15_4_unsafe_zones_and_codegen_intuition_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-6-Function-Lifetimes/Cargo.toml: can't find `lesson_02_6_function_lifetimes_benchmark` bench at `benches/lesson_02_6_function_lifetimes_benchmark.rs` or `benches/lesson_02_6_function_lifetimes_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-5-Trait-Objects-vs-Static-Dispatch/Cargo.toml: can't find `lesson_04_5_trait_objects_vs_static_dispatch_benchmark` bench at `benches/lesson_04_5_trait_objects_vs_static_dispatch_benchmark.rs` or `benches/lesson_04_5_trait_objects_vs_static_dispatch_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-07-Async-Rust-Concurrency/Lesson-07-2-Futures-and-Tasks-Explained/Cargo.toml: can't find `lesson_07_2_futures_and_tasks_explained_benchmark` bench at `benches/lesson_07_2_futures_and_tasks_explained_benchmark.rs` or `benches/lesson_07_2_futures_and_tasks_explained_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-08-Channels-Messaging-and-Synchronization/Lesson-08-3-Actor-Model-and-Message-Passing-Simulation/Cargo.toml: can't find `lesson_08_3_actor_model_and_message_passing_simulation_benchmark` bench at `benches/lesson_08_3_actor_model_and_message_passing_simulation_benchmark.rs` or `benches/lesson_08_3_actor_model_and_message_passing_simulation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-1-Zero-Copy-Data-Processing-with-Slices/Cargo.toml: can't find `lesson_18_1_zero_copy_data_processing_with_slices_benchmark` bench at `benches/lesson_18_1_zero_copy_data_processing_with_slices_benchmark.rs` or `benches/lesson_18_1_zero_copy_data_processing_with_slices_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-06-File-IO-System-Interaction/Lesson-06-1-Reading-and-Writing-Files/Cargo.toml: can't find `lesson_06_1_reading_and_writing_files_benchmark` bench at `benches/lesson_06_1_reading_and_writing_files_benchmark.rs` or `benches/lesson_06_1_reading_and_writing_files_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-14-Real-World-Integration-Project/Lesson-14-1-Designing-the-Architecture/Cargo.toml: can't find `lesson_14_1_designing_the_architecture_benchmark` bench at `benches/lesson_14_1_designing_the_architecture_benchmark.rs` or `benches/lesson_14_1_designing_the_architecture_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-4-Practical-Async-Cache-or-Pool-with-Lifetimes/Cargo.toml: can't find `lesson_11_4_practical_async_cache_or_pool_with_lifetimes_benchmark` bench at `benches/lesson_11_4_practical_async_cache_or_pool_with_lifetimes_benchmark.rs` or `benches/lesson_11_4_practical_async_cache_or_pool_with_lifetimes_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-1-Benchmarking-with-Criterion-rs/Cargo.toml: can't find `lesson_15_1_benchmarking_with_criterion_rs_benchmark` bench at `benches/lesson_15_1_benchmarking_with_criterion_rs_benchmark.rs` or `benches/lesson_15_1_benchmarking_with_criterion_rs_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-3-Lifetime-Generics-Traits/Cargo.toml: can't find `lesson_13_3_lifetime_generics_traits_benchmark` bench at `benches/lesson_13_3_lifetime_generics_traits_benchmark.rs` or `benches/lesson_13_3_lifetime_generics_traits_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-2-Move-Semantics-vs-Clone-vs-Copy/Cargo.toml: can't find `lesson_02_2_move_semantics_vs_clone_vs_copy_benchmark` bench at `benches/lesson_02_2_move_semantics_vs_clone_vs_copy_benchmark.rs` or `benches/lesson_02_2_move_semantics_vs_clone_vs_copy_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-14-Real-World-Integration-Project/Lesson-14-5-Parallel-Processing-with-join-rayon/Cargo.toml: can't find `lesson_14_5_parallel_processing_with_join_rayon_benchmark` bench at `benches/lesson_14_5_parallel_processing_with_join_rayon_benchmark.rs` or `benches/lesson_14_5_parallel_processing_with_join_rayon_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-1-Result-T-E-and-Operator/Cargo.toml: can't find `lesson_05_1_result_t_e_and_operator_benchmark` bench at `benches/lesson_05_1_result_t_e_and_operator_benchmark.rs` or `benches/lesson_05_1_result_t_e_and_operator_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-3-Self-recovering-Workers-Supervisor-Tree/Cargo.toml: can't find `lesson_17_3_self_recovering_workers_supervisor_tree_benchmark` bench at `benches/lesson_17_3_self_recovering_workers_supervisor_tree_benchmark.rs` or `benches/lesson_17_3_self_recovering_workers_supervisor_tree_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-07-Async-Rust-Concurrency/Lesson-07-1-Intro-to-async-await/Cargo.toml: can't find `lesson_07_1_intro_to_async_await_benchmark` bench at `benches/lesson_07_1_intro_to_async_await_benchmark.rs` or `benches/lesson_07_1_intro_to_async_await_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-3-Borrowing-References/Cargo.toml: can't find `lesson_02_3_borrowing_references_benchmark` bench at `benches/lesson_02_3_borrowing_references_benchmark.rs` or `benches/lesson_02_3_borrowing_references_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-09-Project-Modularization/Lesson-09-3-Multi-crate-Workspaces/Cargo.toml: can't find `lesson_09_3_multi_crate_workspaces_benchmark` bench at `benches/lesson_09_3_multi_crate_workspaces_benchmark.rs` or `benches/lesson_09_3_multi_crate_workspaces_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-5-Graceful-Shutdowns-with-select/Cargo.toml: can't find `lesson_10_5_graceful_shutdowns_with_select_benchmark` bench at `benches/lesson_10_5_graceful_shutdowns_with_select_benchmark.rs` or `benches/lesson_10_5_graceful_shutdowns_with_select_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-4-CPU-bound-work-with-spawn_blocking/Cargo.toml: can't find `lesson_10_4_cpu_bound_work_with_spawn_blocking_benchmark` bench at `benches/lesson_10_4_cpu_bound_work_with_spawn_blocking_benchmark.rs` or `benches/lesson_10_4_cpu_bound_work_with_spawn_blocking_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-2-Safe-FFI-and-no_mangle-extern-C/Cargo.toml: can't find `lesson_12_2_safe_ffi_and_no_mangle_extern_c_benchmark` bench at `benches/lesson_12_2_safe_ffi_and_no_mangle_extern_c_benchmark.rs` or `benches/lesson_12_2_safe_ffi_and_no_mangle_extern_c_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-4-Integrating-Rust-into-Python-AI-Pipelines/Cargo.toml: can't find `lesson_18_4_integrating_rust_into_python_ai_pipelines_benchmark` bench at `benches/lesson_18_4_integrating_rust_into_python_ai_pipelines_benchmark.rs` or `benches/lesson_18_4_integrating_rust_into_python_ai_pipelines_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-2-flamegraph-perf-Tools/Cargo.toml: can't find `lesson_15_2_flamegraph_perf_tools_benchmark` bench at `benches/lesson_15_2_flamegraph_perf_tools_benchmark.rs` or `benches/lesson_15_2_flamegraph_perf_tools_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-07-Async-Rust-Concurrency/Lesson-07-5-Real-Example-Async-Outbox-Relay/Cargo.toml: can't find `lesson_07_5_real_example_async_outbox_relay_benchmark` bench at `benches/lesson_07_5_real_example_async_outbox_relay_benchmark.rs` or `benches/lesson_07_5_real_example_async_outbox_relay_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-2-Heartbeat-Health-Ping-Services/Cargo.toml: can't find `lesson_17_2_heartbeat_health_ping_services_benchmark` bench at `benches/lesson_17_2_heartbeat_health_ping_services_benchmark.rs` or `benches/lesson_17_2_heartbeat_health_ping_services_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-5-Embedding-AI-Inference-Pipelines/Cargo.toml: can't find `lesson_17_5_embedding_ai_inference_pipelines_benchmark` bench at `benches/lesson_17_5_embedding_ai_inference_pipelines_benchmark.rs` or `benches/lesson_17_5_embedding_ai_inference_pipelines_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-07-Async-Rust-Concurrency/Lesson-07-3-Tokio-Fundamentals/Cargo.toml: can't find `lesson_07_3_tokio_fundamentals_benchmark` bench at `benches/lesson_07_3_tokio_fundamentals_benchmark.rs` or `benches/lesson_07_3_tokio_fundamentals_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-1-Ownership-Model/Cargo.toml: can't find `lesson_02_1_ownership_model_benchmark` bench at `benches/lesson_02_1_ownership_model_benchmark.rs` or `benches/lesson_02_1_ownership_model_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-4-Mutable-vs-Immutable-References/Cargo.toml: can't find `lesson_02_4_mutable_vs_immutable_references_benchmark` bench at `benches/lesson_02_4_mutable_vs_immutable_references_benchmark.rs` or `benches/lesson_02_4_mutable_vs_immutable_references_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-08-Channels-Messaging-and-Synchronization/Lesson-08-1-MPSC-and-Broadcast-Channels/Cargo.toml: can't find `lesson_08_1_mpsc_and_broadcast_channels_benchmark` bench at `benches/lesson_08_1_mpsc_and_broadcast_channels_benchmark.rs` or `benches/lesson_08_1_mpsc_and_broadcast_channels_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-6-GATs-Generic-Associated-Types-in-async-traits/Cargo.toml: can't find `lesson_13_6_gats_generic_associated_types_in_async_traits_benchmark` bench at `benches/lesson_13_6_gats_generic_associated_types_in_async_traits_benchmark.rs` or `benches/lesson_13_6_gats_generic_associated_types_in_async_traits_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-4-Handling-Panics-and-Recoverability/Cargo.toml: can't find `lesson_05_4_handling_panics_and_recoverability_benchmark` bench at `benches/lesson_05_4_handling_panics_and_recoverability_benchmark.rs` or `benches/lesson_05_4_handling_panics_and_recoverability_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-3-Trait-Bounds-and-Where-Clauses/Cargo.toml: can't find `lesson_04_3_trait_bounds_and_where_clauses_benchmark` bench at `benches/lesson_04_3_trait_bounds_and_where_clauses_benchmark.rs` or `benches/lesson_04_3_trait_bounds_and_where_clauses_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: Module-06-File-IO-System-Interaction/Lesson-06-3-Practical-Example-File-based-Outbox-Simulation/Cargo.toml: can't find `lesson_06_3_practical_example_file_based_outbox_simulation_benchmark` bench at `benches/lesson_06_3_practical_example_file_based_outbox_simulation_benchmark.rs` or `benches/lesson_06_3_practical_example_file_based_outbox_simulation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
[INFO] [stderr] error: could not parse `lesson_16_5_deploying_to_cloud_run_or_fly_io` (manifest) due to 1 previous error


overridden task result to prepare-fail:unknown

Caused by:
    0: uncategorized prepare error
    1: command failed: exit status: 101
       
       warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
         |
         = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
         = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
         = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
       error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-5-Deploying-to-Cloud-Run-or-Fly-io/Cargo.toml: can't find `lesson_16_5_deploying_to_cloud_run_or_fly_io_benchmark` bench at `benches/lesson_16_5_deploying_to_cloud_run_or_fly_io_benchmark.rs` or `benches/lesson_16_5_deploying_to_cloud_run_or_fly_io_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-01-Core-Foundations/Lesson-01-4-Control-Flow-Loops-and-Match-Statements/Cargo.toml: can't find `lesson_01_4_control_flow_loops_and_match_statements_benchmark` bench at `benches/lesson_01_4_control_flow_loops_and_match_statements_benchmark.rs` or `benches/lesson_01_4_control_flow_loops_and_match_statements_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-4-Option-T-and-Result-T-E-patterns/Cargo.toml: can't find `lesson_03_4_option_t_and_result_t_e_patterns_benchmark` bench at `benches/lesson_03_4_option_t_and_result_t_e_patterns_benchmark.rs` or `benches/lesson_03_4_option_t_and_result_t_e_patterns_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-4-Higher-Rank-Trait-Bounds-HRTBs/Cargo.toml: can't find `lesson_13_4_higher_rank_trait_bounds_hrtbs_benchmark` bench at `benches/lesson_13_4_higher_rank_trait_bounds_hrtbs_benchmark.rs` or `benches/lesson_13_4_higher_rank_trait_bounds_hrtbs_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-01-Core-Foundations/Lesson-01-2-Primitive-Types-Type-Inference/Cargo.toml: can't find `lesson_01_2_primitive_types_type_inference_benchmark` bench at `benches/lesson_01_2_primitive_types_type_inference_benchmark.rs` or `benches/lesson_01_2_primitive_types_type_inference_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-1-Structs-Tuples-and-impl-Blocks/Cargo.toml: can't find `lesson_03_1_structs_tuples_and_impl_blocks_benchmark` bench at `benches/lesson_03_1_structs_tuples_and_impl_blocks_benchmark.rs` or `benches/lesson_03_1_structs_tuples_and_impl_blocks_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-1-Defining-Traits/Cargo.toml: can't find `lesson_04_1_defining_traits_benchmark` bench at `benches/lesson_04_1_defining_traits_benchmark.rs` or `benches/lesson_04_1_defining_traits_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-2-Generics/Cargo.toml: can't find `lesson_04_2_generics_benchmark` bench at `benches/lesson_04_2_generics_benchmark.rs` or `benches/lesson_04_2_generics_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-07-Async-Rust-Concurrency/Lesson-07-4-Async-Error-Handling-and-Cancellation/Cargo.toml: can't find `lesson_07_4_async_error_handling_and_cancellation_benchmark` bench at `benches/lesson_07_4_async_error_handling_and_cancellation_benchmark.rs` or `benches/lesson_07_4_async_error_handling_and_cancellation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-08-Channels-Messaging-and-Synchronization/Lesson-08-2-Select-and-Graceful-Shutdowns/Cargo.toml: can't find `lesson_08_2_select_and_graceful_shutdowns_benchmark` bench at `benches/lesson_08_2_select_and_graceful_shutdowns_benchmark.rs` or `benches/lesson_08_2_select_and_graceful_shutdowns_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-09-Project-Modularization/Lesson-09-1-Mod-Pub-and-use/Cargo.toml: can't find `lesson_09_1_mod_pub_and_use_benchmark` bench at `benches/lesson_09_1_mod_pub_and_use_benchmark.rs` or `benches/lesson_09_1_mod_pub_and_use_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-3-Fan-Out-Pattern-using-Broadcast-Channels/Cargo.toml: can't find `lesson_10_3_fan_out_pattern_using_broadcast_channels_benchmark` bench at `benches/lesson_10_3_fan_out_pattern_using_broadcast_channels_benchmark.rs` or `benches/lesson_10_3_fan_out_pattern_using_broadcast_channels_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-1-Trait-Objects-and-dyn-Trait/Cargo.toml: can't find `lesson_13_1_trait_objects_and_dyn_trait_benchmark` bench at `benches/lesson_13_1_trait_objects_and_dyn_trait_benchmark.rs` or `benches/lesson_13_1_trait_objects_and_dyn_trait_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-5-Associated-Types-vs-Generics/Cargo.toml: can't find `lesson_13_5_associated_types_vs_generics_benchmark` bench at `benches/lesson_13_5_associated_types_vs_generics_benchmark.rs` or `benches/lesson_13_5_associated_types_vs_generics_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-14-Real-World-Integration-Project/Lesson-14-7-Logging-Observability-with-tracing/Cargo.toml: can't find `lesson_14_7_logging_observability_with_tracing_benchmark` bench at `benches/lesson_14_7_logging_observability_with_tracing_benchmark.rs` or `benches/lesson_14_7_logging_observability_with_tracing_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-3-Rust-Shared-Libraries-in-Go-via-cgo/Cargo.toml: can't find `lesson_12_3_rust_shared_libraries_in_go_via_cgo_benchmark` bench at `benches/lesson_12_3_rust_shared_libraries_in_go_via_cgo_benchmark.rs` or `benches/lesson_12_3_rust_shared_libraries_in_go_via_cgo_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-5-Lifetimes-Explained-Visually/Cargo.toml: can't find `lesson_02_5_lifetimes_explained_visually_benchmark` bench at `benches/lesson_02_5_lifetimes_explained_visually_benchmark.rs` or `benches/lesson_02_5_lifetimes_explained_visually_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-2-PhantomData-and-Zero-Cost-Abstractions/Cargo.toml: can't find `lesson_13_2_phantomdata_and_zero_cost_abstractions_benchmark` bench at `benches/lesson_13_2_phantomdata_and_zero_cost_abstractions_benchmark.rs` or `benches/lesson_13_2_phantomdata_and_zero_cost_abstractions_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-2-RefCell-Interior-Mutability/Cargo.toml: can't find `lesson_11_2_refcell_interior_mutability_benchmark` bench at `benches/lesson_11_2_refcell_interior_mutability_benchmark.rs` or `benches/lesson_11_2_refcell_interior_mutability_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-14-Real-World-Integration-Project/Lesson-14-6-Graceful-Shutdown-Cleanup/Cargo.toml: can't find `lesson_14_6_graceful_shutdown_cleanup_benchmark` bench at `benches/lesson_14_6_graceful_shutdown_cleanup_benchmark.rs` or `benches/lesson_14_6_graceful_shutdown_cleanup_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-1-Async-Agents-with-Traits-Tasks/Cargo.toml: can't find `lesson_17_1_async_agents_with_traits_tasks_benchmark` bench at `benches/lesson_17_1_async_agents_with_traits_tasks_benchmark.rs` or `benches/lesson_17_1_async_agents_with_traits_tasks_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-2-Associated-Functions-vs-Methods/Cargo.toml: can't find `lesson_03_2_associated_functions_vs_methods_benchmark` bench at `benches/lesson_03_2_associated_functions_vs_methods_benchmark.rs` or `benches/lesson_03_2_associated_functions_vs_methods_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-7-Structs-with-References-Lifetime-Parameters/Cargo.toml: can't find `lesson_02_7_structs_with_references_lifetime_parameters_benchmark` bench at `benches/lesson_02_7_structs_with_references_lifetime_parameters_benchmark.rs` or `benches/lesson_02_7_structs_with_references_lifetime_parameters_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-4-WASM-wasm-bindgen/Cargo.toml: can't find `lesson_12_4_wasm_wasm_bindgen_benchmark` bench at `benches/lesson_12_4_wasm_wasm_bindgen_benchmark.rs` or `benches/lesson_12_4_wasm_wasm_bindgen_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-14-Real-World-Integration-Project/Lesson-14-2-Outbox-Store/Cargo.toml: can't find `lesson_14_2_outbox_store_benchmark` bench at `benches/lesson_14_2_outbox_store_benchmark.rs` or `benches/lesson_14_2_outbox_store_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-09-Project-Modularization/Lesson-09-2-Creating-Library-Crates/Cargo.toml: can't find `lesson_09_2_creating_library_crates_benchmark` bench at `benches/lesson_09_2_creating_library_crates_benchmark.rs` or `benches/lesson_09_2_creating_library_crates_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-3-Mutex-and-RwLock/Cargo.toml: can't find `lesson_11_3_mutex_and_rwlock_benchmark` bench at `benches/lesson_11_3_mutex_and_rwlock_benchmark.rs` or `benches/lesson_11_3_mutex_and_rwlock_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-3-GitHub-Actions-CI-CD-Pipeline/Cargo.toml: can't find `lesson_16_3_github_actions_ci_cd_pipeline_benchmark` bench at `benches/lesson_16_3_github_actions_ci_cd_pipeline_benchmark.rs` or `benches/lesson_16_3_github_actions_ci_cd_pipeline_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-4-Message-Flow-with-Trait-based-Agents/Cargo.toml: can't find `lesson_17_4_message_flow_with_trait_based_agents_benchmark` bench at `benches/lesson_17_4_message_flow_with_trait_based_agents_benchmark.rs` or `benches/lesson_17_4_message_flow_with_trait_based_agents_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-1-Building-Static-Binaries/Cargo.toml: can't find `lesson_16_1_building_static_binaries_benchmark` bench at `benches/lesson_16_1_building_static_binaries_benchmark.rs` or `benches/lesson_16_1_building_static_binaries_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-14-Real-World-Integration-Project/Lesson-14-3-Message-Relay/Cargo.toml: can't find `lesson_14_3_message_relay_benchmark` bench at `benches/lesson_14_3_message_relay_benchmark.rs` or `benches/lesson_14_3_message_relay_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-4-Versioning-with-cargo-release/Cargo.toml: can't find `lesson_16_4_versioning_with_cargo_release_benchmark` bench at `benches/lesson_16_4_versioning_with_cargo_release_benchmark.rs` or `benches/lesson_16_4_versioning_with_cargo_release_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-3-Parallel-Tokenization-and-Chunking/Cargo.toml: can't find `lesson_18_3_parallel_tokenization_and_chunking_benchmark` bench at `benches/lesson_18_3_parallel_tokenization_and_chunking_benchmark.rs` or `benches/lesson_18_3_parallel_tokenization_and_chunking_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-5-Benchmark-Rust-vs-Python-Preprocessing/Cargo.toml: can't find `lesson_18_5_benchmark_rust_vs_python_preprocessing_benchmark` bench at `benches/lesson_18_5_benchmark_rust_vs_python_preprocessing_benchmark.rs` or `benches/lesson_18_5_benchmark_rust_vs_python_preprocessing_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-3-ThisError-and-Anyhow-Crates/Cargo.toml: can't find `lesson_05_3_thiserror_and_anyhow_crates_benchmark` bench at `benches/lesson_05_3_thiserror_and_anyhow_crates_benchmark.rs` or `benches/lesson_05_3_thiserror_and_anyhow_crates_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-01-Core-Foundations/Lesson-01-1-Variables-Mutability-Shadowing/Cargo.toml: can't find `lesson_01_1_variables_mutability_shadowing_benchmark` bench at `benches/lesson_01_1_variables_mutability_shadowing_benchmark.rs` or `benches/lesson_01_1_variables_mutability_shadowing_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-01-Core-Foundations/Lesson-01-3-String-vs-str-vs-slices/Cargo.toml: can't find `lesson_01_3_string_vs_str_vs_slices_benchmark` bench at `benches/lesson_01_3_string_vs_str_vs_slices_benchmark.rs` or `benches/lesson_01_3_string_vs_str_vs_slices_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-06-File-IO-System-Interaction/Lesson-06-2-Buffered-IO-and-Error-Propagation/Cargo.toml: can't find `lesson_06_2_buffered_io_and_error_propagation_benchmark` bench at `benches/lesson_06_2_buffered_io_and_error_propagation_benchmark.rs` or `benches/lesson_06_2_buffered_io_and_error_propagation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-2-Background-Worker-Pool/Cargo.toml: can't find `lesson_10_2_background_worker_pool_benchmark` bench at `benches/lesson_10_2_background_worker_pool_benchmark.rs` or `benches/lesson_10_2_background_worker_pool_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-14-Real-World-Integration-Project/Lesson-14-4-Retry-Logic-with-Exponential-Backoff/Cargo.toml: can't find `lesson_14_4_retry_logic_with_exponential_backoff_benchmark` bench at `benches/lesson_14_4_retry_logic_with_exponential_backoff_benchmark.rs` or `benches/lesson_14_4_retry_logic_with_exponential_backoff_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-1-PyO3-and-Maturin-Basics/Cargo.toml: can't find `lesson_12_1_pyo3_and_maturin_basics_benchmark` bench at `benches/lesson_12_1_pyo3_and_maturin_basics_benchmark.rs` or `benches/lesson_12_1_pyo3_and_maturin_basics_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-03-Structs-Enums-and-Pattern-Matching/Lesson-03-3-Enums-and-Pattern-Matching-Mastery/Cargo.toml: can't find `lesson_03_3_enums_and_pattern_matching_mastery_benchmark` bench at `benches/lesson_03_3_enums_and_pattern_matching_mastery_benchmark.rs` or `benches/lesson_03_3_enums_and_pattern_matching_mastery_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-2-Streaming-File-Processing-with-Async-Buffers/Cargo.toml: can't find `lesson_18_2_streaming_file_processing_with_async_buffers_benchmark` bench at `benches/lesson_18_2_streaming_file_processing_with_async_buffers_benchmark.rs` or `benches/lesson_18_2_streaming_file_processing_with_async_buffers_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-3-Lock-Contention-Async-Stalls/Cargo.toml: can't find `lesson_15_3_lock_contention_async_stalls_benchmark` bench at `benches/lesson_15_3_lock_contention_async_stalls_benchmark.rs` or `benches/lesson_15_3_lock_contention_async_stalls_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-4-Blanket-Implementations-and-Default-Methods/Cargo.toml: can't find `lesson_04_4_blanket_implementations_and_default_methods_benchmark` bench at `benches/lesson_04_4_blanket_implementations_and_default_methods_benchmark.rs` or `benches/lesson_04_4_blanket_implementations_and_default_methods_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-2-Custom-Error-Types/Cargo.toml: can't find `lesson_05_2_custom_error_types_benchmark` bench at `benches/lesson_05_2_custom_error_types_benchmark.rs` or `benches/lesson_05_2_custom_error_types_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-1-Tokio-vs-Async-Std-vs-Smol/Cargo.toml: can't find `lesson_10_1_tokio_vs_async_std_vs_smol_benchmark` bench at `benches/lesson_10_1_tokio_vs_async_std_vs_smol_benchmark.rs` or `benches/lesson_10_1_tokio_vs_async_std_vs_smol_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-1-Rc-Arc-and-Reference-Counting/Cargo.toml: can't find `lesson_11_1_rc_arc_and_reference_counting_benchmark` bench at `benches/lesson_11_1_rc_arc_and_reference_counting_benchmark.rs` or `benches/lesson_11_1_rc_arc_and_reference_counting_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-09-Project-Modularization/Lesson-09-4-Real-world-Modular-Outbox-Bridge-Layout/Cargo.toml: can't find `lesson_09_4_real_world_modular_outbox_bridge_layout_benchmark` bench at `benches/lesson_09_4_real_world_modular_outbox_bridge_layout_benchmark.rs` or `benches/lesson_09_4_real_world_modular_outbox_bridge_layout_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-5-Deploying-to-Cloudflare-Workers/Cargo.toml: can't find `lesson_12_5_deploying_to_cloudflare_workers_benchmark` bench at `benches/lesson_12_5_deploying_to_cloudflare_workers_benchmark.rs` or `benches/lesson_12_5_deploying_to_cloudflare_workers_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-16-Packaging-CI-CD-and-Deployment/Lesson-16-2-Dockerizing-Rust-Services/Cargo.toml: can't find `lesson_16_2_dockerizing_rust_services_benchmark` bench at `benches/lesson_16_2_dockerizing_rust_services_benchmark.rs` or `benches/lesson_16_2_dockerizing_rust_services_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-4-Unsafe-Zones-and-Codegen-Intuition/Cargo.toml: can't find `lesson_15_4_unsafe_zones_and_codegen_intuition_benchmark` bench at `benches/lesson_15_4_unsafe_zones_and_codegen_intuition_benchmark.rs` or `benches/lesson_15_4_unsafe_zones_and_codegen_intuition_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-6-Function-Lifetimes/Cargo.toml: can't find `lesson_02_6_function_lifetimes_benchmark` bench at `benches/lesson_02_6_function_lifetimes_benchmark.rs` or `benches/lesson_02_6_function_lifetimes_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-5-Trait-Objects-vs-Static-Dispatch/Cargo.toml: can't find `lesson_04_5_trait_objects_vs_static_dispatch_benchmark` bench at `benches/lesson_04_5_trait_objects_vs_static_dispatch_benchmark.rs` or `benches/lesson_04_5_trait_objects_vs_static_dispatch_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-07-Async-Rust-Concurrency/Lesson-07-2-Futures-and-Tasks-Explained/Cargo.toml: can't find `lesson_07_2_futures_and_tasks_explained_benchmark` bench at `benches/lesson_07_2_futures_and_tasks_explained_benchmark.rs` or `benches/lesson_07_2_futures_and_tasks_explained_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-08-Channels-Messaging-and-Synchronization/Lesson-08-3-Actor-Model-and-Message-Passing-Simulation/Cargo.toml: can't find `lesson_08_3_actor_model_and_message_passing_simulation_benchmark` bench at `benches/lesson_08_3_actor_model_and_message_passing_simulation_benchmark.rs` or `benches/lesson_08_3_actor_model_and_message_passing_simulation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-1-Zero-Copy-Data-Processing-with-Slices/Cargo.toml: can't find `lesson_18_1_zero_copy_data_processing_with_slices_benchmark` bench at `benches/lesson_18_1_zero_copy_data_processing_with_slices_benchmark.rs` or `benches/lesson_18_1_zero_copy_data_processing_with_slices_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-06-File-IO-System-Interaction/Lesson-06-1-Reading-and-Writing-Files/Cargo.toml: can't find `lesson_06_1_reading_and_writing_files_benchmark` bench at `benches/lesson_06_1_reading_and_writing_files_benchmark.rs` or `benches/lesson_06_1_reading_and_writing_files_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-14-Real-World-Integration-Project/Lesson-14-1-Designing-the-Architecture/Cargo.toml: can't find `lesson_14_1_designing_the_architecture_benchmark` bench at `benches/lesson_14_1_designing_the_architecture_benchmark.rs` or `benches/lesson_14_1_designing_the_architecture_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-11-Async-Lifetimes-Borrowing-and-Interior-Mutability/Lesson-11-4-Practical-Async-Cache-or-Pool-with-Lifetimes/Cargo.toml: can't find `lesson_11_4_practical_async_cache_or_pool_with_lifetimes_benchmark` bench at `benches/lesson_11_4_practical_async_cache_or_pool_with_lifetimes_benchmark.rs` or `benches/lesson_11_4_practical_async_cache_or_pool_with_lifetimes_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-1-Benchmarking-with-Criterion-rs/Cargo.toml: can't find `lesson_15_1_benchmarking_with_criterion_rs_benchmark` bench at `benches/lesson_15_1_benchmarking_with_criterion_rs_benchmark.rs` or `benches/lesson_15_1_benchmarking_with_criterion_rs_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-3-Lifetime-Generics-Traits/Cargo.toml: can't find `lesson_13_3_lifetime_generics_traits_benchmark` bench at `benches/lesson_13_3_lifetime_generics_traits_benchmark.rs` or `benches/lesson_13_3_lifetime_generics_traits_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-2-Move-Semantics-vs-Clone-vs-Copy/Cargo.toml: can't find `lesson_02_2_move_semantics_vs_clone_vs_copy_benchmark` bench at `benches/lesson_02_2_move_semantics_vs_clone_vs_copy_benchmark.rs` or `benches/lesson_02_2_move_semantics_vs_clone_vs_copy_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-14-Real-World-Integration-Project/Lesson-14-5-Parallel-Processing-with-join-rayon/Cargo.toml: can't find `lesson_14_5_parallel_processing_with_join_rayon_benchmark` bench at `benches/lesson_14_5_parallel_processing_with_join_rayon_benchmark.rs` or `benches/lesson_14_5_parallel_processing_with_join_rayon_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-1-Result-T-E-and-Operator/Cargo.toml: can't find `lesson_05_1_result_t_e_and_operator_benchmark` bench at `benches/lesson_05_1_result_t_e_and_operator_benchmark.rs` or `benches/lesson_05_1_result_t_e_and_operator_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-3-Self-recovering-Workers-Supervisor-Tree/Cargo.toml: can't find `lesson_17_3_self_recovering_workers_supervisor_tree_benchmark` bench at `benches/lesson_17_3_self_recovering_workers_supervisor_tree_benchmark.rs` or `benches/lesson_17_3_self_recovering_workers_supervisor_tree_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-07-Async-Rust-Concurrency/Lesson-07-1-Intro-to-async-await/Cargo.toml: can't find `lesson_07_1_intro_to_async_await_benchmark` bench at `benches/lesson_07_1_intro_to_async_await_benchmark.rs` or `benches/lesson_07_1_intro_to_async_await_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-3-Borrowing-References/Cargo.toml: can't find `lesson_02_3_borrowing_references_benchmark` bench at `benches/lesson_02_3_borrowing_references_benchmark.rs` or `benches/lesson_02_3_borrowing_references_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-09-Project-Modularization/Lesson-09-3-Multi-crate-Workspaces/Cargo.toml: can't find `lesson_09_3_multi_crate_workspaces_benchmark` bench at `benches/lesson_09_3_multi_crate_workspaces_benchmark.rs` or `benches/lesson_09_3_multi_crate_workspaces_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-5-Graceful-Shutdowns-with-select/Cargo.toml: can't find `lesson_10_5_graceful_shutdowns_with_select_benchmark` bench at `benches/lesson_10_5_graceful_shutdowns_with_select_benchmark.rs` or `benches/lesson_10_5_graceful_shutdowns_with_select_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-10-Advanced-Concurrency-Patterns/Lesson-10-4-CPU-bound-work-with-spawn_blocking/Cargo.toml: can't find `lesson_10_4_cpu_bound_work_with_spawn_blocking_benchmark` bench at `benches/lesson_10_4_cpu_bound_work_with_spawn_blocking_benchmark.rs` or `benches/lesson_10_4_cpu_bound_work_with_spawn_blocking_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-12-FFI-Python-C-Go-WASM/Lesson-12-2-Safe-FFI-and-no_mangle-extern-C/Cargo.toml: can't find `lesson_12_2_safe_ffi_and_no_mangle_extern_c_benchmark` bench at `benches/lesson_12_2_safe_ffi_and_no_mangle_extern_c_benchmark.rs` or `benches/lesson_12_2_safe_ffi_and_no_mangle_extern_c_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-18-Bonus-Real-AI-Pipeline-Optimization/Lesson-18-4-Integrating-Rust-into-Python-AI-Pipelines/Cargo.toml: can't find `lesson_18_4_integrating_rust_into_python_ai_pipelines_benchmark` bench at `benches/lesson_18_4_integrating_rust_into_python_ai_pipelines_benchmark.rs` or `benches/lesson_18_4_integrating_rust_into_python_ai_pipelines_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-15-Performance-Profiling-and-Benchmarking/Lesson-15-2-flamegraph-perf-Tools/Cargo.toml: can't find `lesson_15_2_flamegraph_perf_tools_benchmark` bench at `benches/lesson_15_2_flamegraph_perf_tools_benchmark.rs` or `benches/lesson_15_2_flamegraph_perf_tools_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-07-Async-Rust-Concurrency/Lesson-07-5-Real-Example-Async-Outbox-Relay/Cargo.toml: can't find `lesson_07_5_real_example_async_outbox_relay_benchmark` bench at `benches/lesson_07_5_real_example_async_outbox_relay_benchmark.rs` or `benches/lesson_07_5_real_example_async_outbox_relay_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-2-Heartbeat-Health-Ping-Services/Cargo.toml: can't find `lesson_17_2_heartbeat_health_ping_services_benchmark` bench at `benches/lesson_17_2_heartbeat_health_ping_services_benchmark.rs` or `benches/lesson_17_2_heartbeat_health_ping_services_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-17-Agentic-Rust-Meta-Programming-and-Autonomy/Lesson-17-5-Embedding-AI-Inference-Pipelines/Cargo.toml: can't find `lesson_17_5_embedding_ai_inference_pipelines_benchmark` bench at `benches/lesson_17_5_embedding_ai_inference_pipelines_benchmark.rs` or `benches/lesson_17_5_embedding_ai_inference_pipelines_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-07-Async-Rust-Concurrency/Lesson-07-3-Tokio-Fundamentals/Cargo.toml: can't find `lesson_07_3_tokio_fundamentals_benchmark` bench at `benches/lesson_07_3_tokio_fundamentals_benchmark.rs` or `benches/lesson_07_3_tokio_fundamentals_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-1-Ownership-Model/Cargo.toml: can't find `lesson_02_1_ownership_model_benchmark` bench at `benches/lesson_02_1_ownership_model_benchmark.rs` or `benches/lesson_02_1_ownership_model_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-02-Ownership-Borrowing-Lifetimes/Lesson-02-4-Mutable-vs-Immutable-References/Cargo.toml: can't find `lesson_02_4_mutable_vs_immutable_references_benchmark` bench at `benches/lesson_02_4_mutable_vs_immutable_references_benchmark.rs` or `benches/lesson_02_4_mutable_vs_immutable_references_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-08-Channels-Messaging-and-Synchronization/Lesson-08-1-MPSC-and-Broadcast-Channels/Cargo.toml: can't find `lesson_08_1_mpsc_and_broadcast_channels_benchmark` bench at `benches/lesson_08_1_mpsc_and_broadcast_channels_benchmark.rs` or `benches/lesson_08_1_mpsc_and_broadcast_channels_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-13-Advanced-Types-Generics-and-Lifetimes/Lesson-13-6-GATs-Generic-Associated-Types-in-async-traits/Cargo.toml: can't find `lesson_13_6_gats_generic_associated_types_in_async_traits_benchmark` bench at `benches/lesson_13_6_gats_generic_associated_types_in_async_traits_benchmark.rs` or `benches/lesson_13_6_gats_generic_associated_types_in_async_traits_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-05-Error-Handling-Like-a-Pro/Lesson-05-4-Handling-Panics-and-Recoverability/Cargo.toml: can't find `lesson_05_4_handling_panics_and_recoverability_benchmark` bench at `benches/lesson_05_4_handling_panics_and_recoverability_benchmark.rs` or `benches/lesson_05_4_handling_panics_and_recoverability_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-04-Traits-Generics-and-Abstraction/Lesson-04-3-Trait-Bounds-and-Where-Clauses/Cargo.toml: can't find `lesson_04_3_trait_bounds_and_where_clauses_benchmark` bench at `benches/lesson_04_3_trait_bounds_and_where_clauses_benchmark.rs` or `benches/lesson_04_3_trait_bounds_and_where_clauses_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: Module-06-File-IO-System-Interaction/Lesson-06-3-Practical-Example-File-based-Outbox-Simulation/Cargo.toml: can't find `lesson_06_3_practical_example_file_based_outbox_simulation_benchmark` bench at `benches/lesson_06_3_practical_example_file_based_outbox_simulation_benchmark.rs` or `benches/lesson_06_3_practical_example_file_based_outbox_simulation_benchmark/main.rs`. Please specify bench.path if you want to use a non-default path.
       error: could not parse `lesson_16_5_deploying_to_cloud_run_or_fly_io` (manifest) due to 1 previous error