[INFO] cloning repository https://github.com/jowharshamshiri/ops [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jowharshamshiri/ops" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjowharshamshiri%2Fops", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjowharshamshiri%2Fops'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1995c4a79b66ebd64dff6d081262c22ac658e4aa [INFO] testing jowharshamshiri/ops against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjowharshamshiri%2Fops" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jowharshamshiri/ops [INFO] finished tweaking git repo https://github.com/jowharshamshiri/ops [INFO] tweaked toml for git repo https://github.com/jowharshamshiri/ops written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jowharshamshiri/ops on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jowharshamshiri/ops already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uuid v1.18.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e777f282d8cda098b7bcff8849c9b2c0be1993c1b91261a02c8efe02d68f7f4 [INFO] running `Command { std: "docker" "start" "-a" "1e777f282d8cda098b7bcff8849c9b2c0be1993c1b91261a02c8efe02d68f7f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e777f282d8cda098b7bcff8849c9b2c0be1993c1b91261a02c8efe02d68f7f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e777f282d8cda098b7bcff8849c9b2c0be1993c1b91261a02c8efe02d68f7f4", kill_on_drop: false }` [INFO] [stdout] 1e777f282d8cda098b7bcff8849c9b2c0be1993c1b91261a02c8efe02d68f7f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 570362cf819d899f6bc2f733ff3c720e5aafc87e125dde73574d12f30659fbc8 [INFO] running `Command { std: "docker" "start" "-a" "570362cf819d899f6bc2f733ff3c720e5aafc87e125dde73574d12f30659fbc8", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling ops v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.23s [INFO] running `Command { std: "docker" "inspect" "570362cf819d899f6bc2f733ff3c720e5aafc87e125dde73574d12f30659fbc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "570362cf819d899f6bc2f733ff3c720e5aafc87e125dde73574d12f30659fbc8", kill_on_drop: false }` [INFO] [stdout] 570362cf819d899f6bc2f733ff3c720e5aafc87e125dde73574d12f30659fbc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd41e414d7cc92131bd5f21c914ed97c22bd16c148fcaffbda6435008365e8cb [INFO] running `Command { std: "docker" "start" "-a" "bd41e414d7cc92131bd5f21c914ed97c22bd16c148fcaffbda6435008365e8cb", kill_on_drop: false }` [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling bitflags v2.9.3 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling ops v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stdout] warning: unused import: `WetContext` [INFO] [stdout] --> examples/reference_context_demo.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use ops::{WetContext, wet_put_ref, wet_get_ref, wet_require_ref, wet_put_arc}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> examples/reference_context_demo.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json::json` [INFO] [stdout] --> examples/loop_simple_demo.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde_json::json; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dry` [INFO] [stdout] --> examples/debug_filesystem_ref.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | async fn perform(&self, dry: &mut DryContext, wet: &mut WetContext) -> OpResult<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_dry` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dry` [INFO] [stdout] --> examples/debug_filesystem_ref.rs:48:29 [INFO] [stdout] | [INFO] [stdout] 48 | async fn perform(&self, dry: &mut DryContext, wet: &mut WetContext) -> OpResult> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_dry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `computation_time_ms` is never read [INFO] [stdout] --> examples/reference_context_demo.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 25 | struct ComputationResult { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 26 | matrix: Vec>, [INFO] [stdout] 27 | computation_time_ms: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ComputationResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `chain_ops` is never used [INFO] [stdout] --> examples/daisy_chain_demo.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | async fn chain_ops( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.67s [INFO] running `Command { std: "docker" "inspect" "bd41e414d7cc92131bd5f21c914ed97c22bd16c148fcaffbda6435008365e8cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd41e414d7cc92131bd5f21c914ed97c22bd16c148fcaffbda6435008365e8cb", kill_on_drop: false }` [INFO] [stdout] bd41e414d7cc92131bd5f21c914ed97c22bd16c148fcaffbda6435008365e8cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f67aa72473eb74426749491cd57ee5739a93503bd0f58229eba8d2467e06fd3d [INFO] running `Command { std: "docker" "start" "-a" "f67aa72473eb74426749491cd57ee5739a93503bd0f58229eba8d2467e06fd3d", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `serde_json::json` [INFO] [stderr] --> examples/loop_simple_demo.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use serde_json::json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ops` (example "loop_simple_demo") generated 1 warning (run `cargo fix --example "loop_simple_demo"` to apply 1 suggestion) [INFO] [stderr] warning: unused variable: `dry` [INFO] [stderr] --> examples/debug_filesystem_ref.rs:22:29 [INFO] [stderr] | [INFO] [stderr] 22 | async fn perform(&self, dry: &mut DryContext, wet: &mut WetContext) -> OpResult<()> { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_dry` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `dry` [INFO] [stderr] --> examples/debug_filesystem_ref.rs:48:29 [INFO] [stderr] | [INFO] [stderr] 48 | async fn perform(&self, dry: &mut DryContext, wet: &mut WetContext) -> OpResult> { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_dry` [INFO] [stderr] [INFO] [stderr] warning: `ops` (example "debug_filesystem_ref") generated 2 warnings [INFO] [stderr] warning: function `chain_ops` is never used [INFO] [stderr] --> examples/daisy_chain_demo.rs:99:10 [INFO] [stderr] | [INFO] [stderr] 99 | async fn chain_ops( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ops` (example "daisy_chain_demo") generated 1 warning [INFO] [stderr] warning: unused import: `WetContext` [INFO] [stderr] --> examples/reference_context_demo.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use ops::{WetContext, wet_put_ref, wet_get_ref, wet_require_ref, wet_put_arc}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::Arc` [INFO] [stderr] --> examples/reference_context_demo.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `computation_time_ms` is never read [INFO] [stderr] --> examples/reference_context_demo.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 25 | struct ComputationResult { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] 26 | matrix: Vec>, [INFO] [stderr] 27 | computation_time_ms: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ComputationResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ops` (example "reference_context_demo") generated 3 warnings (run `cargo fix --example "reference_context_demo"` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ops-27a58fff5ec32715) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test batch_metadata::tests::test_batch_metadata_with_data_flow ... ok [INFO] [stdout] test batch::tests::test_batch_op_success ... ok [INFO] [stdout] test batch::tests::test_batch_metadata_data_flow ... ok [INFO] [stdout] test batch::tests::test_parallel_batch_op ... ok [INFO] [stdout] test batch::tests::test_batch_reference_schema_merging ... ok [INFO] [stdout] test contexts::tests::test_required_values ... ok [INFO] [stdout] test contexts::tests::test_wet_context_basic_operations ... ok [INFO] [stdout] test contexts::tests::test_wet_context_builder ... ok [INFO] [stdout] test contexts::tests::test_context_merge ... ok [INFO] [stdout] test contexts::tests::test_dry_context_basic_operations ... ok [INFO] [stdout] test contexts::tests::test_dry_context_type_mismatch_error ... ok [INFO] [stdout] test batch::tests::test_batch_op_failure ... ok [INFO] [stdout] test contexts::tests::test_dry_context_builder ... ok [INFO] [stdout] test contexts::tests::test_wet_context_type_mismatch_error ... ok [INFO] [stdout] test batch_metadata::tests::test_reference_schema_merging ... ok [INFO] [stdout] test loop_op::tests::test_loop_op_builder_pattern ... ok [INFO] [stdout] test loop_op::tests::test_loop_op_existing_counter ... ok [INFO] [stdout] test op::tests::test_op_execution ... ok [INFO] [stdout] test loop_op::tests::test_loop_op_basic ... ok [INFO] [stdout] test ops::tests::test_wrap_nested_op_exception ... ok [INFO] [stdout] test ops::tests::test_wrap_runtime_exception ... ok [INFO] [stdout] test wrappers::logging::tests::test_ansi_color_constants ... ok [INFO] [stdout] test ops::tests::test_caller_op_name ... ok [INFO] [stdout] 2025-10-01T07:36:48.537513Z ERROR ops::wrappers::logging: \x1b[31mOp 'FailingOp' failed after 0.000 seconds: ExecutionFailed("test error")\x1b[0m logger="LoggingWrapper" [INFO] [stdout] test wrappers::timeout::tests::test_caller_name_wrapper ... ok [INFO] [stdout] test wrappers::logging::tests::test_logging_wrapper_failure ... ok [INFO] [stdout] test wrappers::logging::tests::test_context_aware_logger ... ok [INFO] [stdout] test wrappers::logging::tests::test_logging_wrapper_success ... ok [INFO] [stdout] test wrappers::timeout::tests::test_logged_timeout_wrapper ... ok [INFO] [stdout] test wrappers::timeout::tests::test_timeout_wrapper_with_name ... ok [INFO] [stdout] test op_metadata::tests::test_op_request ... ok [INFO] [stdout] test ops::tests::test_perform_with_auto_logging ... ok [INFO] [stdout] test op::tests::test_op_with_contexts ... ok [INFO] [stdout] test op_metadata::tests::test_metadata_builder ... ok [INFO] [stdout] test wrappers::timeout::tests::test_timeout_wrapper_success ... ok [INFO] [stdout] test wrappers::timeout::tests::test_timeout_wrapper_timeout ... ok [INFO] [stdout] test loop_op::tests::test_loop_op_zero_limit ... ok [INFO] [stdout] test op_metadata::tests::test_basic_validation ... ok [INFO] [stdout] test loop_op::tests::test_loop_op_with_counter_access ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s [INFO] [stdout] [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-fb8ffdb202f840de) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] 2025-10-01T07:36:49.263162Z ERROR ops::wrappers::logging: \x1b[31mOp 'TestFailure' failed after 0.000 seconds: ExecutionFailed("Simulated failure")\x1b[0m logger="LoggingWrapper" [INFO] [stdout] test test_batch_ops ... ok [INFO] [stdout] test test_dry_and_wet_context_usage ... ok [INFO] [stdout] test test_exception_wrapping_utilities ... ok [INFO] [stdout] test test_stack_trace_analysis ... ok [INFO] [stdout] test test_error_handling_and_wrapper_chains ... ok [INFO] [stdout] test test_perform_utility ... ok [INFO] [stdout] test test_wrapper_composition ... ok [INFO] [stderr] Running tests/macro_tests.rs (/opt/rustwide/target/debug/deps/macro_tests-52e0dabaac59b230) [INFO] [stdout] 2025-10-01T07:36:49.313883Z ERROR ops::wrappers::logging: \x1b[31mOp 'TimeoutTest' failed after 0.053 seconds: Timeout { timeout_ms: 50 }\x1b[0m logger="LoggingWrapper" [INFO] [stdout] test test_timeout_wrapper_functionality ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_dry_put_and_get ... ok [INFO] [stdout] test test_wet_put_arc ... ok [INFO] [stdout] test test_dry_result ... ok [INFO] [stdout] test test_dry_require ... ok [INFO] [stdout] test test_wet_put_ref_and_require_ref ... ok [INFO] [stdout] test test_macros_in_op ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ops [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/macros.rs - macros::batch (line 84) ... FAILED [INFO] [stdout] test src/macros.rs - macros::repeat (line 138) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/macros.rs - macros::batch (line 84) stdout ---- [INFO] [stdout] error: cannot find macro `batch` in this scope [INFO] [stdout] --> src/macros.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 3 | batch! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 2 + use ops::batch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - macros::repeat (line 138) stdout ---- [INFO] [stdout] error: cannot find macro `repeat` in this scope [INFO] [stdout] --> src/macros.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 5 | repeat! { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 2 + use ops::repeat; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/macros.rs - macros::batch (line 84) [INFO] [stdout] src/macros.rs - macros::repeat (line 138) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "f67aa72473eb74426749491cd57ee5739a93503bd0f58229eba8d2467e06fd3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f67aa72473eb74426749491cd57ee5739a93503bd0f58229eba8d2467e06fd3d", kill_on_drop: false }` [INFO] [stdout] f67aa72473eb74426749491cd57ee5739a93503bd0f58229eba8d2467e06fd3d