[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#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephholsten%2Fzelador" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/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-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/josephholsten/zelador on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b85bd1769b904d9f4decd34125aa17b6ce7e53cdcdfbabe52537378273e63b8e
[INFO] running `Command { std: "docker" "start" "-a" "b85bd1769b904d9f4decd34125aa17b6ce7e53cdcdfbabe52537378273e63b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b85bd1769b904d9f4decd34125aa17b6ce7e53cdcdfbabe52537378273e63b8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b85bd1769b904d9f4decd34125aa17b6ce7e53cdcdfbabe52537378273e63b8e", kill_on_drop: false }`
[INFO] [stdout] b85bd1769b904d9f4decd34125aa17b6ce7e53cdcdfbabe52537378273e63b8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c972feac930885309ac2bf7af4ab890416905db083851bfba4c9dff8ddc73630
[INFO] running `Command { std: "docker" "start" "-a" "c972feac930885309ac2bf7af4ab890416905db083851bfba4c9dff8ddc73630", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling codegen v0.2.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling pretty v0.12.5
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling libucl-bind v0.2.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling quickscope v0.2.0
[INFO] [stderr]    Compiling im-lists v0.9.1
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling xdg v3.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling weak-table v0.3.2
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling polling v3.11.0
[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 libucl v0.2.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[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 steel-gen v0.3.0
[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 51s
[INFO] running `Command { std: "docker" "inspect" "c972feac930885309ac2bf7af4ab890416905db083851bfba4c9dff8ddc73630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c972feac930885309ac2bf7af4ab890416905db083851bfba4c9dff8ddc73630", kill_on_drop: false }`
[INFO] [stdout] c972feac930885309ac2bf7af4ab890416905db083851bfba4c9dff8ddc73630
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fdf3cfa4920e3ab50a2134cf1b02bd787dd004271df14befe8e1c733d238774d
[INFO] running `Command { std: "docker" "start" "-a" "fdf3cfa4920e3ab50a2134cf1b02bd787dd004271df14befe8e1c733d238774d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[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 minimal-lexical v0.2.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling clap_builder v4.5.37
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling regex v1.11.1
[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 sealed v0.3.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling synthez-core v0.2.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling synthez-codegen v0.2.0
[INFO] [stderr]    Compiling steel-derive v0.6.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling synthez v0.2.0
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling cucumber-expressions v0.2.1
[INFO] [stderr]    Compiling typed-builder v0.10.0
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling cucumber-codegen v0.19.1
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling smart-default v0.6.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling sealed v0.4.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling inventory v0.3.20
[INFO] [stderr]    Compiling tempfile v3.19.1
[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 num-bigint v0.4.6
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling steel-core v0.7.0
[INFO] [stderr]    Compiling bincode v1.3.3
[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 gherkin v0.13.0
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling steel-parser v0.7.0
[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 2m 37s
[INFO] running `Command { std: "docker" "inspect" "fdf3cfa4920e3ab50a2134cf1b02bd787dd004271df14befe8e1c733d238774d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdf3cfa4920e3ab50a2134cf1b02bd787dd004271df14befe8e1c733d238774d", kill_on_drop: false }`
[INFO] [stdout] fdf3cfa4920e3ab50a2134cf1b02bd787dd004271df14befe8e1c733d238774d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 12104448e9c4ce926b6a8d949a88cabb5349bbca21df9978a8a20191d1d05be3
[INFO] running `Command { std: "docker" "start" "-a" "12104448e9c4ce926b6a8d949a88cabb5349bbca21df9978a8a20191d1d05be3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zelador-fc70dfd01bbc38dc)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test engine::tests::test_apply_result_failure ... ok
[INFO] [stdout] test engine::tests::test_apply_result_success ... ok
[INFO] [stdout] test engine::tests::test_engine_verbose ... ok
[INFO] [stdout] test engine::tests::test_execution_plan_with_no_changes ... ok
[INFO] [stdout] test engine::tests::test_log_commands_flag ... ok
[INFO] [stdout] test engine::tests::test_report_no_changes ... ok
[INFO] [stdout] test engine::tests::test_engine_dry_run ... ok
[INFO] [stdout] test parser::tests::test_parse_content_simple_form ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_purge_action ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_remove_action ... ok
[INFO] [stdout] test engine::tests::test_action_to_string_all_variants ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_git_upgrade ... ok
[INFO] [stdout] test parser::tests::test_format_resource ... ok
[INFO] [stdout] test parser::tests::test_parse_resource ... ok
[INFO] [stdout] test parser::tests::test_parse_file_resource ... ok
[INFO] [stdout] test engine::tests::test_plan_brew_package_not_installed ... ok
[INFO] [stdout] test parser::tests::test_parse_resource_missing_section ... ok
[INFO] [stdout] test parser::tests::test_parse_multiple_resources ... ok
[INFO] [stdout] test providers::brew::tests::test_brew_error_display ... ok
[INFO] [stdout] test providers::brew::tests::test_package_state_variants ... ok
[INFO] [stdout] test resources::tests::tests::test_create_resource_factory ... ok
[INFO] [stdout] test tests::test_parse_empty_string ... ok
[INFO] [stdout] test resources::tests::tests::test_resource_action_from_string ... ok
[INFO] [stdout] test resources::tests::tests::test_brew_package_resource_creation ... ok
[INFO] [stdout] test parser::tests::test_parse_resource_with_action ... ok
[INFO] [stdout] test tests::test_parse_invalid_ucl ... ok
[INFO] [stdout] test tests::test_scheme_conditional ... ok
[INFO] [stdout] test tests::test_minimal_scheme_evaluation ... ok
[INFO] [stdout] test tests::test_scheme_multiple_packages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zelador-6b459d7ddf1e3a63)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cucumber.rs (/opt/rustwide/target/debug/deps/cucumber-23f363e71350f65e)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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/.tmpYzDhN5/test_f8022658-df87-46c8-a716-d9f132f469bf.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/.tmpuOCHYs/test_c7d89c7e-4456-44ca-8054-4ec5f8d1948b.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/.tmpd2Ph2g/test_a88b7dfe-4275-4f62-ac74-a1d4bbff7dfb.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/.tmpTrzkzI/test_543baeb0-faac-4896-b156-dab60d8dd004.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/.tmpVP8ZwB/test_8b6661b0-8e75-4de5-a0fc-e199e885226f.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/.tmpFHKmYt/test_19a4a607-954d-49d3-abcb-2aa09a3ea912.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' (48) 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:     0x5fd7daa57c4a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5fd7daa57c4a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5fd7daa57c4a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5fd7daa57c4a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5fd7daa6c88a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5fd7daa6c88a - core[35159d6ffb30e017]::fmt::write
[INFO] [stderr]    6:     0x5fd7daa5d292 - std[ec419fa8110287d5]::io::default_write_fmt::<std[ec419fa8110287d5]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stderr]    7:     0x5fd7daa5d292 - <std[ec419fa8110287d5]::sys::stdio::unix::Stderr as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]    8:     0x5fd7daa387bf - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5fd7daa387bf - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5fd7daa51871 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5fd7daa51a62 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]   12:     0x5fd7daa51a62 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stderr]   13:     0x5fd7daa38878 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stderr]   14:     0x5fd7daa2fea9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   15:     0x5fd7daa3926d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stderr]   16:     0x5fd7daa6d0cc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stderr]   17:     0x5fd7da4a3528 - core[35159d6ffb30e017]::panicking::panic_display::<alloc[a8a7aba520129d98]::string::String>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:259:5
[INFO] [stderr]   18:     0x5fd7da4e7225 - <cucumber[43a365724d643b57]::cucumber::Cucumber<cucumber[2e17f55454bf2e26]::ArubaWorld, cucumber[43a365724d643b57]::parser::basic::Basic, &str, cucumber[43a365724d643b57]::runner::basic::Basic<cucumber[2e17f55454bf2e26]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'b gherkin[30974dac86f66ee]::Rule>, &'c gherkin[30974dac86f66ee]::Scenario) -> cucumber[43a365724d643b57]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'a gherkin[30974dac86f66ee]::Rule>, &'a gherkin[30974dac86f66ee]::Scenario, &'a mut cucumber[2e17f55454bf2e26]::ArubaWorld) -> core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'a gherkin[30974dac86f66ee]::Rule>, &'a gherkin[30974dac86f66ee]::Scenario, &'a cucumber[43a365724d643b57]::event::ScenarioFinished, core[35159d6ffb30e017]::option::Option<&'a mut cucumber[2e17f55454bf2e26]::ArubaWorld>) -> core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()> + 'a>>>, cucumber[43a365724d643b57]::writer::summarize::Summarize<cucumber[43a365724d643b57]::writer::normalize::Normalize<cucumber[2e17f55454bf2e26]::ArubaWorld, cucumber[43a365724d643b57]::writer::basic::Basic>>>>::filter_run_and_exit::<<cucumber[43a365724d643b57]::cucumber::Cucumber<cucumber[2e17f55454bf2e26]::ArubaWorld, cucumber[43a365724d643b57]::parser::basic::Basic, &str, cucumber[43a365724d643b57]::runner::basic::Basic<cucumber[2e17f55454bf2e26]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'b gherkin[30974dac86f66ee]::Rule>, &'c gherkin[30974dac86f66ee]::Scenario) -> cucumber[43a365724d643b57]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'a gherkin[30974dac86f66ee]::Rule>, &'a gherkin[30974dac86f66ee]::Scenario, &'a mut cucumber[2e17f55454bf2e26]::ArubaWorld) -> core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'a gherkin[30974dac86f66ee]::Rule>, &'a gherkin[30974dac86f66ee]::Scenario, &'a cucumber[43a365724d643b57]::event::ScenarioFinished, core[35159d6ffb30e017]::option::Option<&'a mut cucumber[2e17f55454bf2e26]::ArubaWorld>) -> core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()> + 'a>>>, cucumber[43a365724d643b57]::writer::summarize::Summarize<cucumber[43a365724d643b57]::writer::normalize::Normalize<cucumber[2e17f55454bf2e26]::ArubaWorld, cucumber[43a365724d643b57]::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:     0x5fd7da4ed627 - <cucumber[43a365724d643b57]::cucumber::Cucumber<cucumber[2e17f55454bf2e26]::ArubaWorld, cucumber[43a365724d643b57]::parser::basic::Basic, &str, cucumber[43a365724d643b57]::runner::basic::Basic<cucumber[2e17f55454bf2e26]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'b gherkin[30974dac86f66ee]::Rule>, &'c gherkin[30974dac86f66ee]::Scenario) -> cucumber[43a365724d643b57]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'a gherkin[30974dac86f66ee]::Rule>, &'a gherkin[30974dac86f66ee]::Scenario, &'a mut cucumber[2e17f55454bf2e26]::ArubaWorld) -> core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[30974dac86f66ee]::Feature, core[35159d6ffb30e017]::option::Option<&'a gherkin[30974dac86f66ee]::Rule>, &'a gherkin[30974dac86f66ee]::Scenario, &'a cucumber[43a365724d643b57]::event::ScenarioFinished, core[35159d6ffb30e017]::option::Option<&'a mut cucumber[2e17f55454bf2e26]::ArubaWorld>) -> core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()> + 'a>>>, cucumber[43a365724d643b57]::writer::summarize::Summarize<cucumber[43a365724d643b57]::writer::normalize::Normalize<cucumber[2e17f55454bf2e26]::ArubaWorld, cucumber[43a365724d643b57]::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:     0x5fd7da4cc0e0 - <cucumber[2e17f55454bf2e26]::ArubaWorld as cucumber[43a365724d643b57]::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:     0x5fd7da52d513 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stderr]   22:     0x5fd7da4fec80 - futures_executor[52a6e217fcc1e68d]::local_pool::block_on::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::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:     0x5fd7da4febfb - futures_executor[52a6e217fcc1e68d]::local_pool::run_executor::<(), futures_executor[52a6e217fcc1e68d]::local_pool::block_on<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::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:     0x5fd7da3e6508 - <std[ec419fa8110287d5]::thread::local::LocalKey<alloc[a8a7aba520129d98]::sync::Arc<futures_executor[52a6e217fcc1e68d]::local_pool::ThreadNotify>>>::try_with::<futures_executor[52a6e217fcc1e68d]::local_pool::run_executor<(), futures_executor[52a6e217fcc1e68d]::local_pool::block_on<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stderr]   25:     0x5fd7da3e6423 - <std[ec419fa8110287d5]::thread::local::LocalKey<alloc[a8a7aba520129d98]::sync::Arc<futures_executor[52a6e217fcc1e68d]::local_pool::ThreadNotify>>>::with::<futures_executor[52a6e217fcc1e68d]::local_pool::run_executor<(), futures_executor[52a6e217fcc1e68d]::local_pool::block_on<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stderr]   26:     0x5fd7da4fb50b - futures_executor[52a6e217fcc1e68d]::local_pool::run_executor::<(), futures_executor[52a6e217fcc1e68d]::local_pool::block_on<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::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:     0x5fd7da4fb5a8 - futures_executor[52a6e217fcc1e68d]::local_pool::block_on::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::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:     0x5fd7da4bd30d - cucumber[2e17f55454bf2e26]::main
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/cucumber.rs:545:5
[INFO] [stderr]   29:     0x5fd7da4271eb - <fn() as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x5fd7da4fb8be - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   31:     0x5fd7da4c89f1 - std[ec419fa8110287d5]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/rt.rs:206:18
[INFO] [stderr]   32:     0x5fd7daa502b7 - <&dyn core[35159d6ffb30e017]::ops::function::Fn<(), Output = i32> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::panic::unwind_safe::RefUnwindSafe as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   33:     0x5fd7daa502b7 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<&dyn core[35159d6ffb30e017]::ops::function::Fn<(), Output = i32> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stderr]   34:     0x5fd7daa502b7 - std[ec419fa8110287d5]::panicking::catch_unwind::<i32, &dyn core[35159d6ffb30e017]::ops::function::Fn<(), Output = i32> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stderr]   35:     0x5fd7daa502b7 - std[ec419fa8110287d5]::panic::catch_unwind::<&dyn core[35159d6ffb30e017]::ops::function::Fn<(), Output = i32> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stderr]   36:     0x5fd7daa502b7 - std[ec419fa8110287d5]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/rt.rs:175:24
[INFO] [stderr]   37:     0x5fd7daa502b7 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<std[ec419fa8110287d5]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stderr]   38:     0x5fd7daa502b7 - std[ec419fa8110287d5]::panicking::catch_unwind::<isize, std[ec419fa8110287d5]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stderr]   39:     0x5fd7daa502b7 - std[ec419fa8110287d5]::panic::catch_unwind::<std[ec419fa8110287d5]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x5fd7daa502b7 - std[ec419fa8110287d5]::rt::lang_start_internal
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/rt.rs:171:5
[INFO] [stderr]   41:     0x5fd7da4c1f17 - std[ec419fa8110287d5]::rt::lang_start::<()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/rt.rs:205:5
[INFO] [stderr]   42:     0x5fd7da4c1a9e - main
[INFO] [stderr]   43:     0x7540e5ad01ca - <unknown>
[INFO] [stderr]   44:     0x7540e5ad028b - __libc_start_main
[INFO] [stderr]   45:     0x5fd7da374aa5 - _start
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--test cucumber`
[INFO] running `Command { std: "docker" "inspect" "12104448e9c4ce926b6a8d949a88cabb5349bbca21df9978a8a20191d1d05be3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12104448e9c4ce926b6a8d949a88cabb5349bbca21df9978a8a20191d1d05be3", kill_on_drop: false }`
[INFO] [stdout] 12104448e9c4ce926b6a8d949a88cabb5349bbca21df9978a8a20191d1d05be3
