[INFO] cloning repository https://github.com/memgrafter/ticket-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/memgrafter/ticket-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmemgrafter%2Fticket-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmemgrafter%2Fticket-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a4a1f939c65c19af9d5362647d62207f397a3d38
[INFO] testing memgrafter/ticket-rs against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmemgrafter%2Fticket-rs" "/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/memgrafter/ticket-rs
[INFO] finished tweaking git repo https://github.com/memgrafter/ticket-rs
[INFO] tweaked toml for git repo https://github.com/memgrafter/ticket-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/memgrafter/ticket-rs on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/memgrafter/ticket-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] testing memgrafter/ticket-rs against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmemgrafter%2Fticket-rs" "/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/memgrafter/ticket-rs
[INFO] finished tweaking git repo https://github.com/memgrafter/ticket-rs
[INFO] tweaked toml for git repo https://github.com/memgrafter/ticket-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/memgrafter/ticket-rs on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/memgrafter/ticket-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.122
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.122
[INFO] [stderr]   Downloaded log v0.4.30
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.122
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.122
[INFO] [stderr]   Downloaded js-sys v0.3.99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a
[INFO] running `Command { std: "docker" "start" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling ticket-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 22.20s
[INFO] running `Command { std: "docker" "inspect" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling ticket-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `content2`
[INFO] [stdout]    --> tests/integration.rs:424:9
[INFO] [stdout]     |
[INFO] [stdout] 424 |     let content2 = t.read_ticket_file(&id2);
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content2`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id2`
[INFO] [stdout]    --> tests/integration.rs:588:9
[INFO] [stdout]     |
[INFO] [stdout] 588 |     let id2 = t.run_ok(&["create", "Second"]);
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_id2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `run` and `assert_ticket_exists` are never used
[INFO] [stdout]   --> tests/integration.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl TicketTest {
[INFO] [stdout]    | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 63 |     fn run(&self, args: &[&str]) -> Output {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     fn assert_ticket_exists(&self, id: &str) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5.17s
[INFO] running `Command { std: "docker" "inspect" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `content2`
[INFO] [stderr]    --> tests/integration.rs:424:9
[INFO] [stderr]     |
[INFO] [stderr] 424 |     let content2 = t.read_ticket_file(&id2);
[INFO] [stderr]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content2`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `id2`
[INFO] [stderr]    --> tests/integration.rs:588:9
[INFO] [stderr]     |
[INFO] [stderr] 588 |     let id2 = t.run_ok(&["create", "Second"]);
[INFO] [stderr]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_id2`
[INFO] [stderr] 
[INFO] [stderr] warning: methods `run` and `assert_ticket_exists` are never used
[INFO] [stderr]   --> tests/integration.rs:63:8
[INFO] [stderr]    |
[INFO] [stderr] 53 | impl TicketTest {
[INFO] [stderr]    | --------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 63 |     fn run(&self, args: &[&str]) -> Output {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 96 |     fn assert_ticket_exists(&self, id: &str) {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ticket-rs` (test "integration") generated 3 warnings (run `cargo fix --test "integration" -p ticket-rs` to apply 2 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/tk-e958d4d838b6af69)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test display::tests::test_format_ticket_list ... ok
[INFO] [stdout] test display::tests::test_json_array ... ok
[INFO] [stdout] test display::tests::test_json_escape ... ok
[INFO] [stdout] test display::tests::test_format_tickets_jsonl ... ok
[INFO] [stdout] test graph::tests::test_cycle_detection_longer ... ok
[INFO] [stdout] test graph::tests::test_blockers ... ok
[INFO] [stdout] test graph::tests::test_cycle_detection_simple ... ok
[INFO] [stdout] test graph::tests::test_graph_build ... ok
[INFO] [stdout] test graph::tests::test_is_blocked ... ok
[INFO] [stdout] test graph::tests::test_is_ready ... ok
[INFO] [stdout] test graph::tests::test_no_cycles ... ok
[INFO] [stdout] test graph::tests::test_render_dep_tree ... ok
[INFO] [stdout] test graph::tests::test_subtree_depths ... ok
[INFO] [stdout] test id::tests::test_generate_id_multi_segment_prefix ... ok
[INFO] [stdout] test id::tests::test_generate_id_produces_valid_format ... ok
[INFO] [stdout] test id::tests::test_generate_id_single_segment_fallback ... ok
[INFO] [stdout] test id::tests::test_generate_id_underscore_prefix ... ok
[INFO] [stdout] test id::tests::test_is_valid_id ... ok
[INFO] [stdout] test id::tests::test_resolve_id_ambiguous ... ok
[INFO] [stdout] test id::tests::test_resolve_id_exact ... ok
[INFO] [stdout] test id::tests::test_resolve_id_prefix ... ok
[INFO] [stdout] test id::tests::test_resolve_id_substring ... ok
[INFO] [stdout] test id::tests::test_resolve_id_not_found ... ok
[INFO] [stdout] test id::tests::test_ticket_filename_roundtrip ... ok
[INFO] [stdout] test storage::tests::test_format_yaml_array ... ok
[INFO] [stdout] test storage::tests::test_parse_notes ... ok
[INFO] [stdout] test id::tests::test_resolve_id_suffix ... ok
[INFO] [stdout] test storage::tests::test_parse_yaml_array ... ok
[INFO] [stdout] test id::tests::test_resolve_id_exact_takes_precedence ... ok
[INFO] [stdout] test storage::tests::test_search_query_matches ... ok
[INFO] [stdout] test storage::tests::test_ticket_parse_and_serialize_roundtrip ... ok
[INFO] [stdout] test storage::tests::test_ticket_parse_minimal ... ok
[INFO] [stdout] test tests::test_matches_jq_filter ... ok
[INFO] [stdout] test storage::tests::test_ticket_with_deps ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/release/deps/integration-06825ec1fc2efda4)
[INFO] [stdout] 
[INFO] [stdout] running 69 tests
[INFO] [stdout] test test_add_note ... FAILED
[INFO] [stdout] test test_add_dependency_idempotent ... FAILED
[INFO] [stdout] test test_blocked_with_assignee_filter ... FAILED
[INFO] [stdout] test test_blocked_shows_ticket_with_open_deps ... FAILED
[INFO] [stdout] test test_ambiguous_id ... FAILED
[INFO] [stdout] test test_add_dependency ... FAILED
[INFO] [stdout] test test_add_multiple_notes ... FAILED
[INFO] [stdout] test test_closed_shows_recently_closed ... FAILED
[INFO] [stdout] test test_closed_with_assignee_filter ... FAILED
[INFO] [stdout] test test_close_command ... FAILED
[INFO] [stdout] test test_create_default_title ... FAILED
[INFO] [stdout] test test_create_with_design ... FAILED
[INFO] [stdout] test test_create_with_external_ref ... FAILED
[INFO] [stdout] test test_closed_with_limit ... FAILED
[INFO] [stdout] test test_add_note_non_existent ... FAILED
[INFO] [stdout] test test_create_with_priority ... FAILED
[INFO] [stdout] test test_blocked_with_tag_filter ... FAILED
[INFO] [stdout] test test_create_with_type ... FAILED
[INFO] [stdout] test test_dep_cycle_detected ... FAILED
[INFO] [stdout] test test_dep_tree_non_existent ... FAILED
[INFO] [stdout] test test_dep_cycle_with_closed_excluded ... FAILED
[INFO] [stdout] test test_edit_shows_path ... FAILED
[INFO] [stdout] test test_link_two_tickets ... FAILED
[INFO] [stdout] test test_list_empty ... FAILED
[INFO] [stdout] test test_dep_tree_full ... FAILED
[INFO] [stdout] test test_dep_cycle_none ... FAILED
[INFO] [stdout] test test_help_command_works_without_tickets ... FAILED
[INFO] [stdout] test test_list_with_assignee_filter ... FAILED
[INFO] [stdout] test test_create_with_tags ... FAILED
[INFO] [stdout] test test_create_basic_ticket ... FAILED
[INFO] [stdout] test test_list_with_search_filter ... FAILED
[INFO] [stdout] test test_create_with_title ... FAILED
[INFO] [stdout] test test_closed_with_tag_filter ... FAILED
[INFO] [stdout] test test_list_with_tags_filter ... FAILED
[INFO] [stdout] test test_dep_tree_simple ... FAILED
[INFO] [stdout] test test_list_with_open_closed_filter ... FAILED
[INFO] [stdout] test test_create_with_assignee ... FAILED
[INFO] [stdout] test test_list_with_status_filter ... FAILED
[INFO] [stdout] test test_create_with_acceptance ... FAILED
[INFO] [stdout] test test_create_with_description ... FAILED
[INFO] [stdout] test test_list_with_type_filter ... FAILED
[INFO] [stdout] test test_migrate_is_idempotent ... FAILED
[INFO] [stdout] test test_query_all ... FAILED
[INFO] [stdout] test test_migrate_adds_open_field ... FAILED
[INFO] [stdout] test test_no_tickets_directory_for_read_command ... FAILED
[INFO] [stdout] test test_ready_excludes_blocked_ticket ... FAILED
[INFO] [stdout] test test_ready_shows_ticket_without_deps ... FAILED
[INFO] [stdout] test test_ready_with_assignee_filter ... FAILED
[INFO] [stdout] test test_ready_includes_ticket_with_closed_deps ... FAILED
[INFO] [stdout] test test_ready_with_tag_filter ... FAILED
[INFO] [stdout] test test_query_with_filter ... FAILED
[INFO] [stdout] test test_reopen_command ... FAILED
[INFO] [stdout] test test_missing_open_field_errors ... FAILED
[INFO] [stdout] test test_show_non_existent ... FAILED
[INFO] [stdout] test test_remove_non_existent_dependency ... FAILED
[INFO] [stdout] test test_start_command ... FAILED
[INFO] [stdout] test test_ready_excludes_closed ... FAILED
[INFO] [stdout] test test_remove_dependency ... FAILED
[INFO] [stdout] test test_list_all ... FAILED
[INFO] [stdout] test test_show_ticket ... FAILED
[INFO] [stdout] test test_status_free_form ... FAILED
[INFO] [stdout] test test_status_in_progress ... FAILED
[INFO] [stdout] test test_show_with_partial_id ... FAILED
[INFO] [stdout] test test_status_closed ... FAILED
[INFO] [stdout] test test_status_non_existent ... FAILED
[INFO] [stdout] test test_status_reopen ... FAILED
[INFO] [stdout] test test_create_with_parent ... FAILED
[INFO] [stdout] test test_unlink ... FAILED
[INFO] [stdout] test test_storage_dir_walking ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_add_note stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_add_note' (1038) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57431c - <integration[773bb55394fbcd3f]::test_add_note::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_add_dependency_idempotent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_add_dependency_idempotent' (1036) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57d7ad - <integration[773bb55394fbcd3f]::test_add_dependency_idempotent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_blocked_with_assignee_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_blocked_with_assignee_filter' (1045) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57e4f0 - <integration[773bb55394fbcd3f]::test_blocked_with_assignee_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_blocked_shows_ticket_with_open_deps stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_blocked_shows_ticket_with_open_deps' (1042) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57fcad - <integration[773bb55394fbcd3f]::test_blocked_shows_ticket_with_open_deps::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_ambiguous_id stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ambiguous_id' (1040) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d5750fc - <integration[773bb55394fbcd3f]::test_ambiguous_id::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_add_dependency stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_add_dependency' (1035) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d5762cd - <integration[773bb55394fbcd3f]::test_add_dependency::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_add_multiple_notes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_add_multiple_notes' (1037) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d578cb7 - <integration[773bb55394fbcd3f]::test_add_multiple_notes::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_closed_shows_recently_closed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_closed_shows_recently_closed' (1049) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57e980 - <integration[773bb55394fbcd3f]::test_closed_shows_recently_closed::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_closed_with_assignee_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_closed_with_assignee_filter' (1052) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57e18d - <integration[773bb55394fbcd3f]::test_closed_with_assignee_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_close_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_close_command' (1047) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57542f - <integration[773bb55394fbcd3f]::test_close_command::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_default_title stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_default_title' (1063) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57a70d - <integration[773bb55394fbcd3f]::test_create_default_title::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_design stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_design' (1069) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d578fad - <integration[773bb55394fbcd3f]::test_create_with_design::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_external_ref stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_external_ref' (1070) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57d5cd - <integration[773bb55394fbcd3f]::test_create_with_external_ref::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_closed_with_limit stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_closed_with_limit' (1056) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d577c5d - <integration[773bb55394fbcd3f]::test_closed_with_limit::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_add_note_non_existent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_add_note_non_existent' (1039) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572fe5 - <integration[773bb55394fbcd3f]::TicketTest>::run_fail
[INFO] [stdout]   14:     0x609b6d57afe5 - <integration[773bb55394fbcd3f]::test_add_note_non_existent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_priority stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_priority' (1075) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57aacd - <integration[773bb55394fbcd3f]::test_create_with_priority::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_blocked_with_tag_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_blocked_with_tag_filter' (1046) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57c4d0 - <integration[773bb55394fbcd3f]::test_blocked_with_tag_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_type stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_type' (1081) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57743d - <integration[773bb55394fbcd3f]::test_create_with_type::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_dep_cycle_detected stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_dep_cycle_detected' (1082) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57955d - <integration[773bb55394fbcd3f]::test_dep_cycle_detected::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_dep_tree_non_existent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_dep_tree_non_existent' (1089) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572fe5 - <integration[773bb55394fbcd3f]::TicketTest>::run_fail
[INFO] [stdout]   14:     0x609b6d57b18a - <integration[773bb55394fbcd3f]::test_dep_tree_non_existent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_dep_cycle_with_closed_excluded stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_dep_cycle_with_closed_excluded' (1087) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57f32d - <integration[773bb55394fbcd3f]::test_dep_cycle_with_closed_excluded::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_edit_shows_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_edit_shows_path' (1095) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d576f4f - <integration[773bb55394fbcd3f]::test_edit_shows_path::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_link_two_tickets stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_link_two_tickets' (1099) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57761d - <integration[773bb55394fbcd3f]::test_link_two_tickets::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_empty' (1102) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d574cdb - <integration[773bb55394fbcd3f]::test_list_empty::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_dep_tree_full stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_dep_tree_full' (1088) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57566d - <integration[773bb55394fbcd3f]::test_dep_tree_full::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_dep_cycle_none stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_dep_cycle_none' (1084) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57661a - <integration[773bb55394fbcd3f]::test_dep_cycle_none::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_help_command_works_without_tickets stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_help_command_works_without_tickets' (1097) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57fb23 - <integration[773bb55394fbcd3f]::test_help_command_works_without_tickets::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_with_assignee_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_with_assignee_filter' (1103) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57daaa - <integration[773bb55394fbcd3f]::test_list_with_assignee_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_tags stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_tags' (1077) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57721d - <integration[773bb55394fbcd3f]::test_create_with_tags::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_basic_ticket stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_basic_ticket' (1059) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d579c59 - <integration[773bb55394fbcd3f]::test_create_basic_ticket::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_with_search_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_with_search_filter' (1108) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57cb3a - <integration[773bb55394fbcd3f]::test_list_with_search_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_title stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_title' (1080) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57821d - <integration[773bb55394fbcd3f]::test_create_with_title::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_closed_with_tag_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_closed_with_tag_filter' (1058) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57bf4d - <integration[773bb55394fbcd3f]::test_closed_with_tag_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_with_tags_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_with_tags_filter' (1114) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57b34a - <integration[773bb55394fbcd3f]::test_list_with_tags_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_dep_tree_simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_dep_tree_simple' (1092) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d576b8d - <integration[773bb55394fbcd3f]::test_dep_tree_simple::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_with_open_closed_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_with_open_closed_filter' (1106) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57ec1d - <integration[773bb55394fbcd3f]::test_list_with_open_closed_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_assignee stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_assignee' (1066) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57a8ed - <integration[773bb55394fbcd3f]::test_create_with_assignee::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_with_status_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_with_status_filter' (1112) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57cdcd - <integration[773bb55394fbcd3f]::test_list_with_status_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_acceptance stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_acceptance' (1064) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57c2ad - <integration[773bb55394fbcd3f]::test_create_with_acceptance::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_description stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_description' (1068) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57c95d - <integration[773bb55394fbcd3f]::test_create_with_description::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_with_type_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_with_type_filter' (1116) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57b5da - <integration[773bb55394fbcd3f]::test_list_with_type_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_migrate_is_idempotent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_migrate_is_idempotent' (1118) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57b88a - <integration[773bb55394fbcd3f]::test_migrate_is_idempotent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_query_all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_query_all' (1124) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d5748cd - <integration[773bb55394fbcd3f]::test_query_all::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_migrate_adds_open_field stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_migrate_adds_open_field' (1117) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57d105 - <integration[773bb55394fbcd3f]::test_migrate_adds_open_field::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_no_tickets_directory_for_read_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_no_tickets_directory_for_read_command' (1121) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572fe5 - <integration[773bb55394fbcd3f]::TicketTest>::run_fail
[INFO] [stdout]   14:     0x609b6d57ffe5 - <integration[773bb55394fbcd3f]::test_no_tickets_directory_for_read_command::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_ready_excludes_blocked_ticket stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ready_excludes_blocked_ticket' (1127) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57f00d - <integration[773bb55394fbcd3f]::test_ready_excludes_blocked_ticket::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_ready_shows_ticket_without_deps stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ready_shows_ticket_without_deps' (1132) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57f94b - <integration[773bb55394fbcd3f]::test_ready_shows_ticket_without_deps::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_ready_with_assignee_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ready_with_assignee_filter' (1134) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57defa - <integration[773bb55394fbcd3f]::test_ready_with_assignee_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_ready_includes_ticket_with_closed_deps stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ready_includes_ticket_with_closed_deps' (1130) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d58018d - <integration[773bb55394fbcd3f]::test_ready_includes_ticket_with_closed_deps::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_ready_with_tag_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ready_with_tag_filter' (1137) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57bcba - <integration[773bb55394fbcd3f]::test_ready_with_tag_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_query_with_filter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_query_with_filter' (1125) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d5783fd - <integration[773bb55394fbcd3f]::test_query_with_filter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_reopen_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_reopen_command' (1141) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d5768ee - <integration[773bb55394fbcd3f]::test_reopen_command::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_missing_open_field_errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_missing_open_field_errors' (1120) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572fe5 - <integration[773bb55394fbcd3f]::TicketTest>::run_fail
[INFO] [stdout]   14:     0x609b6d57dd5f - <integration[773bb55394fbcd3f]::test_missing_open_field_errors::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_show_non_existent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_show_non_existent' (1142) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572fe5 - <integration[773bb55394fbcd3f]::TicketTest>::run_fail
[INFO] [stdout]   14:     0x609b6d578b15 - <integration[773bb55394fbcd3f]::test_show_non_existent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_remove_non_existent_dependency stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_remove_non_existent_dependency' (1139) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57f6c0 - <integration[773bb55394fbcd3f]::test_remove_non_existent_dependency::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_start_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_start_command' (1152) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d575b6f - <integration[773bb55394fbcd3f]::test_start_command::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_ready_excludes_closed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ready_excludes_closed' (1129) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57ba5f - <integration[773bb55394fbcd3f]::test_ready_excludes_closed::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_remove_dependency stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_remove_dependency' (1138) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d5786e0 - <integration[773bb55394fbcd3f]::test_remove_dependency::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_list_all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_list_all' (1101) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d574649 - <integration[773bb55394fbcd3f]::test_list_all::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_show_ticket stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_show_ticket' (1147) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d574e8f - <integration[773bb55394fbcd3f]::test_show_ticket::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_status_free_form stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_status_free_form' (1156) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d577a02 - <integration[773bb55394fbcd3f]::test_status_free_form::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_status_in_progress stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_status_in_progress' (1157) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d579a02 - <integration[773bb55394fbcd3f]::test_status_in_progress::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_show_with_partial_id stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_show_with_partial_id' (1150) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d57acaf - <integration[773bb55394fbcd3f]::test_show_with_partial_id::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_status_closed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_status_closed' (1155) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d575db2 - <integration[773bb55394fbcd3f]::test_status_closed::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_status_non_existent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_status_non_existent' (1159) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572fe5 - <integration[773bb55394fbcd3f]::TicketTest>::run_fail
[INFO] [stdout]   14:     0x609b6d579fe5 - <integration[773bb55394fbcd3f]::test_status_non_existent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_status_reopen stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_status_reopen' (1160) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d576010 - <integration[773bb55394fbcd3f]::test_status_reopen::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_with_parent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_with_parent' (1073) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d5791d0 - <integration[773bb55394fbcd3f]::test_create_with_parent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_unlink stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_unlink' (1163) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d572f06 - <integration[773bb55394fbcd3f]::TicketTest>::create
[INFO] [stdout]   15:     0x609b6d573f5d - <integration[773bb55394fbcd3f]::test_unlink::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   16:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   17:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   18:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   22:     0x73e7a1d7a534 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_storage_dir_walking stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_storage_dir_walking' (1161) panicked at tests/integration.rs:28:10:
[INFO] [stdout] Failed to run tk command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609b6d5fbeb1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x609b6d61042a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x609b6d6005ac - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x609b6d5d69b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x609b6d5f3959 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x609b6d58e860 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x609b6d5f3b12 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x609b6d5d6a62 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x609b6d5ced99 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x609b6d5d765d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x609b6d610b5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x609b6d610932 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x609b6d572a2d - integration[773bb55394fbcd3f]::tk
[INFO] [stdout]   13:     0x609b6d572b2b - integration[773bb55394fbcd3f]::tk_stdout
[INFO] [stdout]   14:     0x609b6d57a394 - <integration[773bb55394fbcd3f]::test_storage_dir_walking::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x609b6d581b4b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x609b6d58f1b5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x609b6d588574 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x609b6d592312 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x609b6d5fb229 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73e7a1ce707a - <unknown>
[INFO] [stdout]   21:     0x73e7a1d7a534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_add_dependency
[INFO] [stdout]     test_add_dependency_idempotent
[INFO] [stdout]     test_add_multiple_notes
[INFO] [stdout]     test_add_note
[INFO] [stdout]     test_add_note_non_existent
[INFO] [stdout]     test_ambiguous_id
[INFO] [stdout]     test_blocked_shows_ticket_with_open_deps
[INFO] [stdout]     test_blocked_with_assignee_filter
[INFO] [stdout]     test_blocked_with_tag_filter
[INFO] [stdout]     test_close_command
[INFO] [stdout]     test_closed_shows_recently_closed
[INFO] [stdout]     test_closed_with_assignee_filter
[INFO] [stdout]     test_closed_with_limit
[INFO] [stdout]     test_closed_with_tag_filter
[INFO] [stdout]     test_create_basic_ticket
[INFO] [stdout]     test_create_default_title
[INFO] [stdout]     test_create_with_acceptance
[INFO] [stdout]     test_create_with_assignee
[INFO] [stdout]     test_create_with_description
[INFO] [stdout]     test_create_with_design
[INFO] [stdout]     test_create_with_external_ref
[INFO] [stdout]     test_create_with_parent
[INFO] [stdout]     test_create_with_priority
[INFO] [stdout]     test_create_with_tags
[INFO] [stdout]     test_create_with_title
[INFO] [stdout]     test_create_with_type
[INFO] [stdout]     test_dep_cycle_detected
[INFO] [stdout]     test_dep_cycle_none
[INFO] [stdout]     test_dep_cycle_with_closed_excluded
[INFO] [stdout]     test_dep_tree_full
[INFO] [stdout]     test_dep_tree_non_existent
[INFO] [stdout]     test_dep_tree_simple
[INFO] [stdout]     test_edit_shows_path
[INFO] [stdout]     test_help_command_works_without_tickets
[INFO] [stdout]     test_link_two_tickets
[INFO] [stdout]     test_list_all
[INFO] [stdout]     test_list_empty
[INFO] [stdout]     test_list_with_assignee_filter
[INFO] [stdout]     test_list_with_open_closed_filter
[INFO] [stdout]     test_list_with_search_filter
[INFO] [stdout]     test_list_with_status_filter
[INFO] [stdout]     test_list_with_tags_filter
[INFO] [stdout]     test_list_with_type_filter
[INFO] [stdout]     test_migrate_adds_open_field
[INFO] [stdout]     test_migrate_is_idempotent
[INFO] [stdout]     test_missing_open_field_errors
[INFO] [stdout]     test_no_tickets_directory_for_read_command
[INFO] [stdout]     test_query_all
[INFO] [stdout]     test_query_with_filter
[INFO] [stdout]     test_ready_excludes_blocked_ticket
[INFO] [stdout]     test_ready_excludes_closed
[INFO] [stdout]     test_ready_includes_ticket_with_closed_deps
[INFO] [stdout]     test_ready_shows_ticket_without_deps
[INFO] [stdout]     test_ready_with_assignee_filter
[INFO] [stdout]     test_ready_with_tag_filter
[INFO] [stdout]     test_remove_dependency
[INFO] [stdout]     test_remove_non_existent_dependency
[INFO] [stdout]     test_reopen_command
[INFO] [stdout]     test_show_non_existent
[INFO] [stdout]     test_show_ticket
[INFO] [stdout]     test_show_with_partial_id
[INFO] [stdout]     test_start_command
[INFO] [stdout]     test_status_closed
[INFO] [stdout]     test_status_free_form
[INFO] [stdout]     test_status_in_progress
[INFO] [stdout]     test_status_non_existent
[INFO] [stdout]     test_status_reopen
[INFO] [stdout]     test_storage_dir_walking
[INFO] [stdout]     test_unlink
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 69 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a", kill_on_drop: false }`
[INFO] [stdout] 903377c13b318c8c0fbfbcc3c63441ab7634c05bc9b0458201b87a684c46a80a
