[INFO] cloning repository https://github.com/josephholsten/zelador
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josephholsten/zelador" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephholsten%2Fzelador", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephholsten%2Fzelador'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41fae2029650cbf34634b2abe00025b050400663
[INFO] testing josephholsten/zelador against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephholsten%2Fzelador" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/josephholsten/zelador
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/josephholsten/zelador
[INFO] tweaked toml for git repo https://github.com/josephholsten/zelador written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/josephholsten/zelador on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/josephholsten/zelador 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0bbfbb7f1379c9918a2585e89058e36ebeaa84d86fb4669be160ba3ce7e4ab4
[INFO] running `Command { std: "docker" "start" "-a" "a0bbfbb7f1379c9918a2585e89058e36ebeaa84d86fb4669be160ba3ce7e4ab4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0bbfbb7f1379c9918a2585e89058e36ebeaa84d86fb4669be160ba3ce7e4ab4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0bbfbb7f1379c9918a2585e89058e36ebeaa84d86fb4669be160ba3ce7e4ab4", kill_on_drop: false }`
[INFO] [stdout] a0bbfbb7f1379c9918a2585e89058e36ebeaa84d86fb4669be160ba3ce7e4ab4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1df9f1ad3a1dc078a3ba0294a78e38d0d2b9ef45dcc5674f8f4dee105aef4651
[INFO] running `Command { std: "docker" "start" "-a" "1df9f1ad3a1dc078a3ba0294a78e38d0d2b9ef45dcc5674f8f4dee105aef4651", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling pretty v0.12.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling im-lists v0.9.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling codegen v0.2.0
[INFO] [stderr]    Compiling quickscope v0.2.0
[INFO] [stderr]    Compiling weak-table v0.3.2
[INFO] [stderr]    Compiling xdg v3.0.0
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling libucl-bind v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling libucl v0.2.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling steel-derive v0.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling steel-gen v0.3.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling steel-core v0.7.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling lasso v0.7.3
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling steel-parser v0.7.0
[INFO] [stderr]    Compiling zelador v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "1df9f1ad3a1dc078a3ba0294a78e38d0d2b9ef45dcc5674f8f4dee105aef4651", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1df9f1ad3a1dc078a3ba0294a78e38d0d2b9ef45dcc5674f8f4dee105aef4651", kill_on_drop: false }`
[INFO] [stdout] 1df9f1ad3a1dc078a3ba0294a78e38d0d2b9ef45dcc5674f8f4dee105aef4651
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e636c90a8199e5eb5e145fbf28d46abaf6e2e62f674ee5aa6bddd335113160a1
[INFO] running `Command { std: "docker" "start" "-a" "e636c90a8199e5eb5e145fbf28d46abaf6e2e62f674ee5aa6bddd335113160a1", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling steel-derive v0.6.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling typed-builder v0.10.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling sealed v0.3.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling sealed v0.4.0
[INFO] [stderr]    Compiling synthez-core v0.2.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling smart-default v0.6.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling steel-gen v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling synthez-codegen v0.2.0
[INFO] [stderr]    Compiling synthez v0.2.0
[INFO] [stderr]    Compiling steel-core v0.7.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling cucumber-expressions v0.2.1
[INFO] [stderr]    Compiling gherkin v0.13.0
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling clap_builder v4.5.37
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling cucumber-codegen v0.19.1
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling lasso v0.7.3
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling steel-parser v0.7.0
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling cucumber v0.19.1
[INFO] [stderr]    Compiling zelador v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "e636c90a8199e5eb5e145fbf28d46abaf6e2e62f674ee5aa6bddd335113160a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e636c90a8199e5eb5e145fbf28d46abaf6e2e62f674ee5aa6bddd335113160a1", kill_on_drop: false }`
[INFO] [stdout] e636c90a8199e5eb5e145fbf28d46abaf6e2e62f674ee5aa6bddd335113160a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f14b19c7868b4308cf2600e57cefeb1ad852918706aa9a0ed9cb01042199ba92
[INFO] running `Command { std: "docker" "start" "-a" "f14b19c7868b4308cf2600e57cefeb1ad852918706aa9a0ed9cb01042199ba92", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zelador-4f20568bc0c0bcb7)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test engine::tests::test_apply_result_failure ... ok
[INFO] [stdout] test engine::tests::test_engine_dry_run ... ok
[INFO] [stdout] test engine::tests::test_engine_verbose ... ok
[INFO] [stdout] test engine::tests::test_action_to_string_all_variants ... ok
[INFO] [stdout] test engine::tests::test_execution_plan_with_no_changes ... ok
[INFO] [stdout] test engine::tests::test_apply_result_success ... ok
[INFO] [stdout] test engine::tests::test_log_commands_flag ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_git_upgrade ... ok
[INFO] [stdout] test engine::tests::test_report_no_changes ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_purge_action ... ok
[INFO] [stdout] test parser::tests::test_parse_multiple_resources ... ok
[INFO] [stdout] test parser::tests::test_parse_resource ... ok
[INFO] [stdout] test providers::brew::tests::test_brew_error_display ... ok
[INFO] [stdout] test resources::tests::tests::test_brew_package_resource_creation ... ok
[INFO] [stdout] test resources::tests::tests::test_resource_action_from_string ... ok
[INFO] [stdout] test tests::test_parse_empty_string ... ok
[INFO] [stdout] test resources::tests::tests::test_create_resource_factory ... ok
[INFO] [stdout] test tests::test_parse_invalid_ucl ... ok
[INFO] [stdout] test parser::tests::test_parse_resource_with_action ... ok
[INFO] [stdout] test parser::tests::test_parse_resource_missing_section ... ok
[INFO] [stdout] test providers::brew::tests::test_package_state_variants ... ok
[INFO] [stdout] test parser::tests::test_format_resource ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_remove_action ... ok
[INFO] [stdout] test parser::tests::test_parse_file_resource ... ok
[INFO] [stdout] test parser::tests::test_parse_content_simple_form ... ok
[INFO] [stdout] test engine::tests::test_plan_brew_package_not_installed ... ok
[INFO] [stdout] test tests::test_minimal_scheme_evaluation ... ok
[INFO] [stdout] test tests::test_scheme_multiple_packages ... ok
[INFO] [stdout] test tests::test_scheme_conditional ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.62s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zelador-788d9fc3e986dca2)
[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/cucumber.rs (/opt/rustwide/target/debug/deps/cucumber-c16156bec24409a2)
[INFO] [stdout] Feature: Execute Homebrew package resources
[INFO] [stdout]   Scenario: Install a package that is not installed
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "hello" is not installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"hello\" }"
[INFO] [stdout]    ✘  Then brew install should have been executed with "hello"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:13:5
[INFO] [stdout]       Matched: tests/cucumber.rs:424:1
[INFO] [stdout]       Step panicked. Captured output: Expected command 'brew install hello' was not executed. Executed commands: []
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpEaoj8y/test_d97b5fcc-7a7a-459c-91ac-be6c97433fe4.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - command stdout: '✗ install brew_package resource: "obsidian" (action: install)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]   Scenario: Skip installing a package that is already installed (idempotency)
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"git\" { action = \"upgrade\" } }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpAx1OKz/test_ff083ecb-5a2b-4b37-8cb0-d83d6014b047.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"git\" { action = \"upgrade\" } }'
[INFO] [stdout] Debug - command stdout: '✗ upgrade brew_package resource: git (action: upgrade)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 0
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"hello\" }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmp8Nh9iy/test_47afea21-8ea7-4bf3-be06-3cf5dd3f7eaf.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"hello\" }'
[INFO] [stdout] Debug - command stdout: '✗ install brew_package resource: "hello" (action: install)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "git" is already installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"git\" }"
[INFO] [stdout]    ✔  Then brew install should NOT have been executed
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"hello\" }'
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:23:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Upgrade an outdated package
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "wget" is installed but outdated
[INFO] [stdout] Created simple test file with content: ''
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpHkLLWb/test_30a13f3b-8fd7-4d13-8d2d-68fb8a177022.ucl
[INFO] [stdout] Debug - file content: ''
[INFO] [stdout] Debug - command stdout: 'Configuration is empty (null)
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 0
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"wget\" { action = \"upgrade\" } }"
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"git }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpFJwDat/test_7c28496f-a0e7-4882-b4f4-a4a2bb43d890.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"git }'
[INFO] [stdout] Debug - command stdout: ''
[INFO] [stdout] Debug - command stderr: 'Error: Syntax error in UCL - malformed content
[INFO] [stdout] '
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]    ✘  Then brew upgrade should have been executed with "wget"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:30:5
[INFO] [stdout]       Matched: tests/cucumber.rs:449:1
[INFO] [stdout]       Step panicked. Captured output: Expected command 'brew upgrade wget' was not executed. Executed commands: []
[INFO] [stdout]   Scenario: Skip upgrading a package that is already up-to-date
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpMElyj0/test_51acf29c-78ed-4f55-8ab3-194fd24bc21d.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - command stdout: '✗ install brew_package resource: "obsidian" (action: install)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "curl" is already up-to-date
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"curl\" { action = \"upgrade\" } }"
[INFO] [stdout]    ✔  Then brew upgrade should NOT have been executed
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:39:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Remove an installed package
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "jq" is installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"jq\" { action = \"remove\" } }"
[INFO] [stdout]    ✘  Then brew uninstall should have been executed with "jq"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:46:5
[INFO] [stdout]       Matched: tests/cucumber.rs:474:1
[INFO] [stdout]       Step panicked. Captured output: Expected command 'brew uninstall jq' was not executed. Executed commands: []
[INFO] [stdout]   Scenario: Skip removing a package that is not installed
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "nonexistent-package-xyz" is not installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"nonexistent-package-xyz\" { action = \"remove\" } }"
[INFO] [stdout]    ✔  Then brew uninstall should NOT have been executed
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:55:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Handle non-existent package gracefully
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"this-package-definitely-does-not-exist-xyz\" }"
[INFO] [stdout]    ✔  Then the command should exit with an error
[INFO] [stdout]    ✘  And the error output should contain "not found" or "No available formula"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:62:5
[INFO] [stdout]       Matched: tests/cucumber.rs:531:1
[INFO] [stdout]       Step panicked. Captured output: Error output "" did not contain either "not found" or "No available formula"
[INFO] [stdout]   Scenario: Handle missing homebrew gracefully
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is NOT available on the system
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"git\" }"
[INFO] [stdout]    ✔  Then the command should exit with an error
[INFO] [stdout]    ✘  And the error output should contain "homebrew" or "brew" or "not found"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:68:5
[INFO] [stdout]       Step match is ambiguous: Possible matches:
[INFO] [stdout]       ^the error output should contain "(.*?)" or "(.*?)"$ --> tests/cucumber.rs:531:1
[INFO] [stdout]       ^the error output should contain "(.*?)" or "(.*?)" or "(.*?)"$ --> tests/cucumber.rs:512:1
[INFO] [stdout]   Scenario: Dry-run mode does not execute commands
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "tree" is not installed
[INFO] [stdout]    ✔  When I run zelador with "--dry-run" and "resource { brew_package \"tree\" }"
[INFO] [stdout]    ✔  Then brew install should NOT have been executed
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stdout]    ✘  And the output should contain "Would install"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:76:5
[INFO] [stdout]       Matched: tests/cucumber.rs:224:1
[INFO] [stdout]       Step panicked. Captured output: Standard output "✓ install brew_package resource: \"tree\" (action: install)\n\nSummary: 1 succeeded, 0 failed\n\n" did not contain expected text "Would install"
[INFO] [stdout]   Scenario: Multiple packages in one configuration
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "hello" is not installed
[INFO] [stdout]    ✔  And the package "cowsay" is not installed
[INFO] [stdout]    ✘  When I run zelador with:
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:83:5
[INFO] [stdout]       Matched: tests/cucumber.rs:413:1
[INFO] [stdout]       Step panicked. Captured output: content not found
[INFO] [stdout] Feature: Parse Homebrew package resource
[INFO] [stdout]   Scenario: Parse a minimal brew_package resource
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"obsidian\" }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the output should contain "brew_package"
[INFO] [stdout]    ✔  And the output should contain "obsidian"
[INFO] [stdout]    ✔  And the output should contain "install"
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_parsing.feature:15:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Parse a brew_package resource with explicit action
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"git\" { action = \"upgrade\" } }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the output should contain "brew_package"
[INFO] [stdout]    ✔  And the output should contain "git"
[INFO] [stdout]    ✔  And the output should contain "upgrade"
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stdout] Feature: Custom Homebrew Path
[INFO] [stdout]   Scenario: Use system homebrew by default
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"hello\" }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ?  Then the output should indicate which brew is being used
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:12:5
[INFO] [stdout]   Scenario: Use custom homebrew via CLI flag
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:16:5
[INFO] [stdout]   Scenario: Use custom homebrew via environment variable
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:24:5
[INFO] [stdout]   Scenario: CLI flag overrides environment variable
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:32:5
[INFO] [stdout]   Scenario: Error when custom brew path doesn't exist
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"hello\" }"
[INFO] [stdout]    ?  When I run zelador with "--brew-path /nonexistent/brew" and the test file
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:42:5
[INFO] [stdout]   Scenario: Install package with custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:47:5
[INFO] [stdout]   Scenario: Check package state in custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:56:5
[INFO] [stdout]   Scenario: Upgrade package in custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:65:5
[INFO] [stdout]   Scenario: Remove package from custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:74:5
[INFO] [stdout] Feature: UCL Edge Cases
[INFO] [stdout]   Scenario: Handle empty UCL file
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content ""
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the command should exit successfully
[INFO] [stdout]    ✔  And the output should contain "empty"
[INFO] [stdout]   Scenario: Reject malformed UCL
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"git }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the command should exit with an error
[INFO] [stdout]    ✔  And the error output should contain "error"
[INFO] [stdout] Feature: Minimal parsing test
[INFO] [stdout]   Scenario: Run with --version flag
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  When I run the command with "--version"
[INFO] [stdout]    ✔  Then the output should contain the version
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stdout]   Scenario: Create a simple test file
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"obsidian\" }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✘  Then the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/minimal_test.feature:17:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout] Feature: Version Flag
[INFO] [stdout]   Scenario: User checks application version
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  When I run the command with "--version"
[INFO] [stdout]    ✔  Then the output should contain the version
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stdout] [Summary]
[INFO] [stdout] 6 features
[INFO] [stdout] 26 scenarios (5 passed, 9 skipped, 12 failed)
[INFO] [stdout] 112 steps (91 passed, 9 skipped, 12 failed)
[INFO] [stderr] 
[INFO] [stderr] thread 'main' (55) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/cucumber.rs:1294:13:
[INFO] [stderr] 12 steps failed
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5c0e8daad5c2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5c0e8daad5c2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5c0e8daad5c2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5c0e8daad5c2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5c0e8dac2b2a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5c0e8dac2b2a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stderr]    6:     0x5c0e8dab32f6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x5c0e8dab32f6 - <std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]    8:     0x5c0e8da8e1af - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5c0e8da8e1af - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5c0e8daa7181 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5c0e8daa7372 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stderr]   12:     0x5c0e8daa7372 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stderr]   13:     0x5c0e8da8e268 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stderr]   14:     0x5c0e8da83139 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   15:     0x5c0e8da8ec9d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stderr]   16:     0x5c0e8dac32ec - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stderr]   17:     0x5c0e8d4505a8 - core[585f66e14d78f9ba]::panicking::panic_display::<alloc[15e7b27aba85d2e2]::string::String>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:259:5
[INFO] [stderr]   18:     0x5c0e8d451885 - <cucumber[7d758e37a1848fd1]::cucumber::Cucumber<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, cucumber[7d758e37a1848fd1]::parser::basic::Basic, &str, cucumber[7d758e37a1848fd1]::runner::basic::Basic<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'b gherkin[e8058fb90862b7b7]::Rule>, &'c gherkin[e8058fb90862b7b7]::Scenario) -> cucumber[7d758e37a1848fd1]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'a gherkin[e8058fb90862b7b7]::Rule>, &'a gherkin[e8058fb90862b7b7]::Scenario, &'a mut cucumber[5e5e4ed17d9fd8e8]::ArubaWorld) -> core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'a gherkin[e8058fb90862b7b7]::Rule>, &'a gherkin[e8058fb90862b7b7]::Scenario, &'a cucumber[7d758e37a1848fd1]::event::ScenarioFinished, core[585f66e14d78f9ba]::option::Option<&'a mut cucumber[5e5e4ed17d9fd8e8]::ArubaWorld>) -> core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()> + 'a>>>, cucumber[7d758e37a1848fd1]::writer::summarize::Summarize<cucumber[7d758e37a1848fd1]::writer::normalize::Normalize<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, cucumber[7d758e37a1848fd1]::writer::basic::Basic>>>>::filter_run_and_exit::<<cucumber[7d758e37a1848fd1]::cucumber::Cucumber<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, cucumber[7d758e37a1848fd1]::parser::basic::Basic, &str, cucumber[7d758e37a1848fd1]::runner::basic::Basic<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'b gherkin[e8058fb90862b7b7]::Rule>, &'c gherkin[e8058fb90862b7b7]::Scenario) -> cucumber[7d758e37a1848fd1]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'a gherkin[e8058fb90862b7b7]::Rule>, &'a gherkin[e8058fb90862b7b7]::Scenario, &'a mut cucumber[5e5e4ed17d9fd8e8]::ArubaWorld) -> core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'a gherkin[e8058fb90862b7b7]::Rule>, &'a gherkin[e8058fb90862b7b7]::Scenario, &'a cucumber[7d758e37a1848fd1]::event::ScenarioFinished, core[585f66e14d78f9ba]::option::Option<&'a mut cucumber[5e5e4ed17d9fd8e8]::ArubaWorld>) -> core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()> + 'a>>>, cucumber[7d758e37a1848fd1]::writer::summarize::Summarize<cucumber[7d758e37a1848fd1]::writer::normalize::Normalize<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, cucumber[7d758e37a1848fd1]::writer::basic::Basic>>>>::run_and_exit::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/cucumber.rs:1294:13
[INFO] [stderr]   19:     0x5c0e8d45fa37 - <cucumber[7d758e37a1848fd1]::cucumber::Cucumber<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, cucumber[7d758e37a1848fd1]::parser::basic::Basic, &str, cucumber[7d758e37a1848fd1]::runner::basic::Basic<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'b gherkin[e8058fb90862b7b7]::Rule>, &'c gherkin[e8058fb90862b7b7]::Scenario) -> cucumber[7d758e37a1848fd1]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'a gherkin[e8058fb90862b7b7]::Rule>, &'a gherkin[e8058fb90862b7b7]::Scenario, &'a mut cucumber[5e5e4ed17d9fd8e8]::ArubaWorld) -> core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[e8058fb90862b7b7]::Feature, core[585f66e14d78f9ba]::option::Option<&'a gherkin[e8058fb90862b7b7]::Rule>, &'a gherkin[e8058fb90862b7b7]::Scenario, &'a cucumber[7d758e37a1848fd1]::event::ScenarioFinished, core[585f66e14d78f9ba]::option::Option<&'a mut cucumber[5e5e4ed17d9fd8e8]::ArubaWorld>) -> core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()> + 'a>>>, cucumber[7d758e37a1848fd1]::writer::summarize::Summarize<cucumber[7d758e37a1848fd1]::writer::normalize::Normalize<cucumber[5e5e4ed17d9fd8e8]::ArubaWorld, cucumber[7d758e37a1848fd1]::writer::basic::Basic>>>>::run_and_exit::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/cucumber.rs:1201:57
[INFO] [stderr]   20:     0x5c0e8d43bee0 - <cucumber[5e5e4ed17d9fd8e8]::ArubaWorld as cucumber[7d758e37a1848fd1]::World>::run::<&str>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/lib.rs:258:46
[INFO] [stderr]   21:     0x5c0e8d443103 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stderr]   22:     0x5c0e8d4a8e80 - futures_executor[3c51455bd6547276]::local_pool::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:316:34
[INFO] [stderr]   23:     0x5c0e8d4a8dfb - futures_executor[3c51455bd6547276]::local_pool::run_executor::<(), futures_executor[3c51455bd6547276]::local_pool::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:90:37
[INFO] [stderr]   24:     0x5c0e8d4d8bb8 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<alloc[15e7b27aba85d2e2]::sync::Arc<futures_executor[3c51455bd6547276]::local_pool::ThreadNotify>>>::try_with::<futures_executor[3c51455bd6547276]::local_pool::run_executor<(), futures_executor[3c51455bd6547276]::local_pool::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stderr]   25:     0x5c0e8d4d8ad3 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<alloc[15e7b27aba85d2e2]::sync::Arc<futures_executor[3c51455bd6547276]::local_pool::ThreadNotify>>>::with::<futures_executor[3c51455bd6547276]::local_pool::run_executor<(), futures_executor[3c51455bd6547276]::local_pool::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stderr]   26:     0x5c0e8d4a530b - futures_executor[3c51455bd6547276]::local_pool::run_executor::<(), futures_executor[3c51455bd6547276]::local_pool::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:86:27
[INFO] [stderr]   27:     0x5c0e8d4a53a8 - futures_executor[3c51455bd6547276]::local_pool::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:316:5
[INFO] [stderr]   28:     0x5c0e8d46992d - cucumber[5e5e4ed17d9fd8e8]::main
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/cucumber.rs:545:5
[INFO] [stderr]   29:     0x5c0e8d536beb - <fn() as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x5c0e8d41301e - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   31:     0x5c0e8d41dc41 - std[3f03f8b59f91bef1]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:206:18
[INFO] [stderr]   32:     0x5c0e8daa5c96 - <&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   33:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stderr]   34:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<i32, &dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stderr]   35:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::panic::catch_unwind::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stderr]   36:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:175:24
[INFO] [stderr]   37:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stderr]   38:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<isize, std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stderr]   39:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::panic::catch_unwind::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x5c0e8daa5c96 - std[3f03f8b59f91bef1]::rt::lang_start_internal
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:171:5
[INFO] [stderr]   41:     0x5c0e8d412d27 - std[3f03f8b59f91bef1]::rt::lang_start::<()>
[INFO] [stderr]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:205:5
[INFO] [stderr]   42:     0x5c0e8d470d7e - main
[INFO] [stderr]   43:     0x7556875a81ca - <unknown>
[INFO] [stderr]   44:     0x7556875a828b - __libc_start_main
[INFO] [stderr]   45:     0x5c0e8d3bb775 - _start
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--test cucumber`
[INFO] running `Command { std: "docker" "inspect" "f14b19c7868b4308cf2600e57cefeb1ad852918706aa9a0ed9cb01042199ba92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f14b19c7868b4308cf2600e57cefeb1ad852918706aa9a0ed9cb01042199ba92", kill_on_drop: false }`
[INFO] [stdout] f14b19c7868b4308cf2600e57cefeb1ad852918706aa9a0ed9cb01042199ba92
