[INFO] cloning repository https://github.com/0xpantera/bargo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xpantera/bargo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xpantera%2Fbargo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xpantera%2Fbargo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c0f11f80993ff3ee596b42c7f16621937de936e1
[INFO] testing 0xpantera/bargo against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xpantera%2Fbargo" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xpantera/bargo
[INFO] finished tweaking git repo https://github.com/0xpantera/bargo
[INFO] tweaked toml for git repo https://github.com/0xpantera/bargo written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xpantera/bargo on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xpantera/bargo 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf364b9cc674d2882d85f79296974b63ecf25b3e334002abec192111fc0ffbf3
[INFO] running `Command { std: "docker" "start" "-a" "cf364b9cc674d2882d85f79296974b63ecf25b3e334002abec192111fc0ffbf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf364b9cc674d2882d85f79296974b63ecf25b3e334002abec192111fc0ffbf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf364b9cc674d2882d85f79296974b63ecf25b3e334002abec192111fc0ffbf3", kill_on_drop: false }`
[INFO] [stdout] cf364b9cc674d2882d85f79296974b63ecf25b3e334002abec192111fc0ffbf3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e079cf02fa6b44d6e131571e6d70a3baa5699f6f20eac7f433634aa233fa15e
[INFO] running `Command { std: "docker" "start" "-a" "0e079cf02fa6b44d6e131571e6d70a3baa5699f6f20eac7f433634aa233fa15e", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling rustc-demangle v0.1.25
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling bargo-core v0.2.0 (/opt/rustwide/workdir/crates/bargo-core)
[INFO] [stderr]    Compiling bargo v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.42s
[INFO] running `Command { std: "docker" "inspect" "0e079cf02fa6b44d6e131571e6d70a3baa5699f6f20eac7f433634aa233fa15e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e079cf02fa6b44d6e131571e6d70a3baa5699f6f20eac7f433634aa233fa15e", kill_on_drop: false }`
[INFO] [stdout] 0e079cf02fa6b44d6e131571e6d70a3baa5699f6f20eac7f433634aa233fa15e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9410b71641f5ffff144f101a32bf5bf06f51575c0e50bafef6362f84390ee35
[INFO] running `Command { std: "docker" "start" "-a" "e9410b71641f5ffff144f101a32bf5bf06f51575c0e50bafef6362f84390ee35", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling path-slash v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling bargo-core v0.2.0 (/opt/rustwide/workdir/crates/bargo-core)
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling assert_fs v1.1.3
[INFO] [stderr]    Compiling bargo v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.74s
[INFO] running `Command { std: "docker" "inspect" "e9410b71641f5ffff144f101a32bf5bf06f51575c0e50bafef6362f84390ee35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9410b71641f5ffff144f101a32bf5bf06f51575c0e50bafef6362f84390ee35", kill_on_drop: false }`
[INFO] [stdout] e9410b71641f5ffff144f101a32bf5bf06f51575c0e50bafef6362f84390ee35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] de13fa4a87f16ebdb477cfa6fb92b1bd346e05479b5711021d8d39b6cbe6dd42
[INFO] running `Command { std: "docker" "start" "-a" "de13fa4a87f16ebdb477cfa6fb92b1bd346e05479b5711021d8d39b6cbe6dd42", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/bin/bargo.rs (/opt/rustwide/target/debug/deps/bargo-0fbfcc32659d9a27)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/auto_declare.rs (/opt/rustwide/target/debug/deps/auto_declare-8dd7ca73676d4427)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test cairo_deploy_quiet_flag_works_with_auto_declare ... ok
[INFO] [stdout] test cairo_deploy_auto_declare_default ... ok
[INFO] [stdout] test cairo_deploy_with_class_hash_and_no_declare ... ok
[INFO] [stdout] test cairo_deploy_with_auto_declare_flag ... ok
[INFO] [stdout] test cairo_deploy_all_flags_together ... ok
[INFO] [stdout] test cairo_deploy_verbose_shows_auto_declare_behavior ... ok
[INFO] [stdout] test cairo_deploy_conflicting_flags_should_fail ... ok
[INFO] [stdout] test cairo_deploy_auto_declare_vs_no_declare_output_differs ... ok
[INFO] [stdout] test cairo_deploy_pkg_flag_propagated_with_auto_declare ... ok
[INFO] [stdout] test cairo_deploy_pkg_flag_propagated_with_no_declare ... ok
[INFO] [stdout] test cairo_deploy_with_no_declare_flag ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/basic_integration.rs (/opt/rustwide/target/debug/deps/basic_integration-738feb73ec2eaebc)
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test test_bargo_version ... ok
[INFO] [stdout] test test_evm_help ... ok
[INFO] [stdout] test test_bargo_help ... ok
[INFO] [stdout] test test_cairo_help ... ok
[INFO] [stdout] test test_invalid_command ... ok
[INFO] [stdout] test test_build_dry_run_with_project ... ok
[INFO] [stdout] test test_bargo_doctor ... ok
[INFO] [stdout] test test_cairo_prove_dry_run ... ok
[INFO] [stdout] test test_package_override_flag ... ok
[INFO] [stdout] test test_evm_prove_dry_run ... ok
[INFO] [stdout] test test_clean_command ... ok
[INFO] [stdout] test test_verbose_flag ... ok
[INFO] [stdout] test test_quiet_flag ... ok
[INFO] [stdout] test test_missing_project_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/build_integration.rs (/opt/rustwide/target/debug/deps/build_integration-5718c13da652c2b9)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_build_command_verbose_mode ... ok
[INFO] [stdout] test test_build_command_dry_run ... ok
[INFO] [stdout] test test_build_creates_expected_structure ... ok
[INFO] [stdout] test test_build_cross_platform_paths ... ok
[INFO] [stdout] test test_fixture_is_valid ... ok
[INFO] [stdout] test test_build_command_with_package_override ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cairo_integration.rs (/opt/rustwide/target/debug/deps/cairo_integration-5c94eb852d727bf8)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_cairo_commands_require_build_artifacts ... ok
[INFO] [stdout] test test_cairo_prove_with_package_override ... ok
[INFO] [stdout] test test_cairo_prove_verbose_mode ... ok
[INFO] [stdout] test test_cairo_gen_command_dry_run ... ok
[INFO] [stdout] test test_cairo_workflow_file_path_normalization ... ok
[INFO] [stdout] test test_cairo_prove_command_dry_run ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_smoke.rs (/opt/rustwide/target/debug/deps/cli_smoke-f6da79abc025dce3)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test cairo_gen_dry_run ... ok
[INFO] [stdout] test evm_calldata_through_trait_system ... ok
[INFO] [stdout] test evm_gen_pkg_flag_propagated ... ok
[INFO] [stdout] test cairo_verify_onchain_through_trait_system ... ok
[INFO] [stdout] test evm_gen_dry_run ... ok
[INFO] [stdout] test check_command_dry_run ... ok
[INFO] [stdout] test cli_still_builds_and_parses ... ok
[INFO] [stdout] test check_command_pkg_flag_propagated ... ok
[INFO] [stdout] test cairo_gen_pkg_flag_propagated ... ok
[INFO] [stdout] test rebuild_command_dry_run ... ok
[INFO] [stdout] test clean_command_dry_run ... ok
[INFO] [stdout] test rebuild_command_pkg_flag_propagated ... ok
[INFO] [stdout] test evm_prove_through_trait_system ... ok
[INFO] [stdout] test trait_system_generates_expected_output ... ok
[INFO] [stdout] test verbose_flag_shows_command ... ok
[INFO] [stdout] test evm_verify_through_trait_system ... ok
[INFO] [stdout] test clean_command_dry_run_shows_action ... ok
[INFO] [stdout] test all_trait_workflows_preserve_pkg_flag ... ok
[INFO] [stdout] test pkg_flag_is_propagated ... ok
[INFO] [stdout] test cairo_verify_through_trait_system ... ok
[INFO] [stdout] test cairo_calldata_through_trait_system ... ok
[INFO] [stdout] test cairo_prove_through_trait_system ... ok
[INFO] [stdout] test all_global_flags_work_together ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error_context.rs (/opt/rustwide/target/debug/deps/error_context-69cfb069b89c64f5)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_file_operation_error_context ... ok
[INFO] [stdout] test test_missing_project_error_context ... ok
[INFO] [stdout] test test_workflow_error_propagation ... ok
[INFO] [stdout] test test_tool_execution_error_chain ... ok
[INFO] [stdout] test test_actual_tool_execution_error_chain ... ok
[INFO] [stdout] test test_missing_proof_artifacts_error_context ... ok
[INFO] [stdout] test test_missing_artifacts_error_context ... ok
[INFO] [stdout] test test_missing_verifier_contract_error_context ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_missing_verifier_contract_error_context stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mError should contain helpful suggestions: 
[INFO] [stdout]    0: [91m❌ forge command not found
[INFO] [stdout] 
[INFO] [stdout]       EVM features require Foundry to be installed.
[INFO] [stdout] 
[INFO] [stdout]       📋 Installation steps:
[INFO] [stdout]       1. Install Foundry: curl -L https://foundry.paradigm.xyz | bash
[INFO] [stdout]       2. Restart your terminal or run: source ~/.bashrc
[INFO] [stdout]       3. Update Foundry: foundryup
[INFO] [stdout]       4. Verify: forge --version && cast --version
[INFO] [stdout] 
[INFO] [stdout]       🔧 Alternative installation:
[INFO] [stdout]       • From source: https://github.com/foundry-rs/foundry
[INFO] [stdout]       • Via package manager (brew, etc.)
[INFO] [stdout] 
[INFO] [stdout]       💡 You can still use all Cairo/Starknet features without Foundry!
[INFO] [stdout]       Run 'bargo doctor' to check all dependencies.[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35mcrates/bargo-core/src/backends/foundry.rs[0m:[35m7[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 6 frames hidden ⋮                               [0m
[INFO] [stdout]    7: [91mbargo_core::backends::foundry::ensure_available::{{closure}}[0m[90m::ha777a7bdc307ea74[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/crates/bargo-core/src/backends/foundry.rs[0m:[35m7[0m
[INFO] [stdout]          5 │     // Check for forge
[INFO] [stdout]          6 │     which::which("forge").map_err(|_| {
[INFO] [stdout]   [37;1m       7[0m [37;1m>[0m [37;1m        color_eyre::eyre::eyre!([0m
[INFO] [stdout]          8 │             "❌ forge command not found\n\n\
[INFO] [stdout]          9 │              EVM features require Foundry to be installed.\n\n\
[INFO] [stdout]    8: [32mcore::result::Result<T,E>::map_err[0m[90m::h41a18ab225e54100[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs[0m:[35m968[0m
[INFO] [stdout]    9: [91mbargo_core::backends::foundry::ensure_available[0m[90m::hc4899ea04315c0f2[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/crates/bargo-core/src/backends/foundry.rs[0m:[35m6[0m
[INFO] [stdout]          4 │ pub fn ensure_available() -> Result<()> {
[INFO] [stdout]          5 │     // Check for forge
[INFO] [stdout]   [37;1m       6[0m [37;1m>[0m [37;1m    which::which("forge").map_err(|_| {[0m
[INFO] [stdout]          7 │         color_eyre::eyre::eyre!(
[INFO] [stdout]          8 │             "❌ forge command not found\n\n\
[INFO] [stdout]   10: [91mbargo_core::commands::evm::foundry::validate_foundry_installation[0m[90m::h8cb914963b59cf4d[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/crates/bargo-core/src/commands/evm/foundry.rs[0m:[35m123[0m
[INFO] [stdout]        121 │ /// * `Result<()>` - Success if tools are available, error otherwise
[INFO] [stdout]        122 │ pub fn validate_foundry_installation() -> Result<()> {
[INFO] [stdout]   [37;1m     123[0m [37;1m>[0m [37;1m    backends::foundry::ensure_available()[0m
[INFO] [stdout]        124 │ }
[INFO] [stdout]   11: [91mbargo_core::commands::evm::workflow::run_deploy[0m[90m::h11c4ecac293d4d36[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/crates/bargo-core/src/commands/evm/workflow.rs[0m:[35m242[0m
[INFO] [stdout]        240 │     // Validate Foundry installation
[INFO] [stdout]        241 │     if !cfg.dry_run {
[INFO] [stdout]   [37;1m     242[0m [37;1m>[0m [37;1m        foundry::validate_foundry_installation().map_err(enhance_error_with_suggestions)?;[0m
[INFO] [stdout]        243 │     }
[INFO] [stdout]        244 │ 
[INFO] [stdout]   12: [91merror_context::test_missing_verifier_contract_error_context[0m[90m::hdba11c73e27edda1[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/error_context.rs[0m:[35m222[0m
[INFO] [stdout]        220 │ 
[INFO] [stdout]        221 │     // Try to run EVM deploy which will fail due to missing verifier contract
[INFO] [stdout]   [37;1m     222[0m [37;1m>[0m [37;1m    let result = bargo_core::commands::evm::run_deploy(&config, "localhost");[0m
[INFO] [stdout]        223 │ 
[INFO] [stdout]        224 │     assert!(
[INFO] [stdout]   13: [91merror_context::test_missing_verifier_contract_error_context::{{closure}}[0m[90m::hee82d8794f293ad0[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/error_context.rs[0m:[35m210[0m
[INFO] [stdout]        208 │ /// Test that missing verifier contract errors include proper context
[INFO] [stdout]        209 │ #[test]
[INFO] [stdout]   [37;1m     210[0m [37;1m>[0m [37;1mfn test_missing_verifier_contract_error_context() {[0m
[INFO] [stdout]        211 │     color_eyre::install().ok();
[INFO] [stdout]        212 │ 
[INFO] [stdout]   14: [32mcore::ops::function::FnOnce::call_once[0m[90m::h7ef77b91d390871e[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   15: [32mcore::ops::function::FnOnce::call_once[0m[90m::h2b2de5fdd23aab3e[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   16: [32mtest::__rust_begin_short_backtrace[0m[90m::he551dd004770be01[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m663[0m
[INFO] [stdout]   17: [32mtest::run_test_in_process::{{closure}}[0m[90m::h5f0b44080a35ed87[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   18: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h4dbf65d14893ecf5[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   19: [32mstd::panicking::catch_unwind::do_call[0m[90m::hc37c563b8a006285[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   20: [32mstd::panicking::catch_unwind[0m[90m::h616b6e2e7a27f612[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   21: [32mstd::panic::catch_unwind[0m[90m::h1e788dd57758e6d8[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   22: [32mtest::run_test_in_process[0m[90m::hf073c2764f29f8ad[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   23: [32mtest::run_test::{{closure}}[0m[90m::h3dc46b7a0c340fa6[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m607[0m
[INFO] [stdout]   24: [32mtest::run_test::{{closure}}[0m[90m::h6a4da3c57ef4505f[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m637[0m
[INFO] [stdout]   25: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hfd8e44bc311a5d57[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   26: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::h57c4ddec344fe24c[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   27: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::hd7cbe09591f06dfb[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   28: [32mstd::panicking::catch_unwind::do_call[0m[90m::hdcd076e8e993dfbc[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   29: [32mstd::panicking::catch_unwind[0m[90m::h8f9f675f3756eab1[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   30: [32mstd::panic::catch_unwind[0m[90m::he8f74a93abeceb9b[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   31: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::he43db13a2caa41d5[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   32: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::h8f3531a7e0d83514[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   33: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6ff05134d80ef20e[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   34: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h9a4a41a076a486e0[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   35: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.[0m
[INFO] [stdout] Location: [35mtests/error_context.rs[0m:[35m238[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 8 frames hidden ⋮                               [0m
[INFO] [stdout]    9: [91merror_context::test_missing_verifier_contract_error_context[0m[90m::hdba11c73e27edda1[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/error_context.rs[0m:[35m238[0m
[INFO] [stdout]        236 │     );
[INFO] [stdout]        237 │ 
[INFO] [stdout]   [37;1m     238[0m [37;1m>[0m [37;1m    assert!([0m
[INFO] [stdout]        239 │         error_string.contains("Suggestions") || error_string.contains("bargo evm gen"),
[INFO] [stdout]        240 │         "Error should contain helpful suggestions: {}",
[INFO] [stdout]   10: [91merror_context::test_missing_verifier_contract_error_context::{{closure}}[0m[90m::hee82d8794f293ad0[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/error_context.rs[0m:[35m210[0m
[INFO] [stdout]        208 │ /// Test that missing verifier contract errors include proper context
[INFO] [stdout]        209 │ #[test]
[INFO] [stdout]   [37;1m     210[0m [37;1m>[0m [37;1mfn test_missing_verifier_contract_error_context() {[0m
[INFO] [stdout]        211 │     color_eyre::install().ok();
[INFO] [stdout]        212 │ 
[INFO] [stdout]   11: [32mcore::ops::function::FnOnce::call_once[0m[90m::h7ef77b91d390871e[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   12: [32mcore::ops::function::FnOnce::call_once[0m[90m::h2b2de5fdd23aab3e[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   13: [32mtest::__rust_begin_short_backtrace[0m[90m::he551dd004770be01[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m663[0m
[INFO] [stdout]   14: [32mtest::run_test_in_process::{{closure}}[0m[90m::h5f0b44080a35ed87[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   15: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h4dbf65d14893ecf5[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   16: [32mstd::panicking::catch_unwind::do_call[0m[90m::hc37c563b8a006285[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   17: [32mstd::panicking::catch_unwind[0m[90m::h616b6e2e7a27f612[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   18: [32mstd::panic::catch_unwind[0m[90m::h1e788dd57758e6d8[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   19: [32mtest::run_test_in_process[0m[90m::hf073c2764f29f8ad[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   20: [32mtest::run_test::{{closure}}[0m[90m::h3dc46b7a0c340fa6[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m607[0m
[INFO] [stdout]   21: [32mtest::run_test::{{closure}}[0m[90m::h6a4da3c57ef4505f[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs[0m:[35m637[0m
[INFO] [stdout]   22: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hfd8e44bc311a5d57[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   23: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::h57c4ddec344fe24c[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   24: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::hd7cbe09591f06dfb[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   25: [32mstd::panicking::catch_unwind::do_call[0m[90m::hdcd076e8e993dfbc[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   26: [32mstd::panicking::catch_unwind[0m[90m::h8f9f675f3756eab1[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   27: [32mstd::panic::catch_unwind[0m[90m::he8f74a93abeceb9b[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   28: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::he43db13a2caa41d5[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   29: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::h8f3531a7e0d83514[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   30: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6ff05134d80ef20e[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   31: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h9a4a41a076a486e0[0m
[INFO] [stdout]       at [35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   32: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_missing_verifier_contract_error_context
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test error_context`
[INFO] running `Command { std: "docker" "inspect" "de13fa4a87f16ebdb477cfa6fb92b1bd346e05479b5711021d8d39b6cbe6dd42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de13fa4a87f16ebdb477cfa6fb92b1bd346e05479b5711021d8d39b6cbe6dd42", kill_on_drop: false }`
[INFO] [stdout] de13fa4a87f16ebdb477cfa6fb92b1bd346e05479b5711021d8d39b6cbe6dd42
