[INFO] cloning repository https://github.com/dodok8/gha-ts
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dodok8/gha-ts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdodok8%2Fgha-ts", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdodok8%2Fgha-ts'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bf8527b54d4fde1141d9d3cd85a9560eeb220e83
[INFO] testing dodok8/gha-ts against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdodok8%2Fgha-ts" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dodok8/gha-ts
[INFO] finished tweaking git repo https://github.com/dodok8/gha-ts
[INFO] tweaked toml for git repo https://github.com/dodok8/gha-ts written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dodok8/gha-ts on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dodok8/gha-ts 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b58d9bda40662001a53111ceeeb3d10bf25c936b6ef7c1b9d3741567c611ccee
[INFO] running `Command { std: "docker" "start" "-a" "b58d9bda40662001a53111ceeeb3d10bf25c936b6ef7c1b9d3741567c611ccee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b58d9bda40662001a53111ceeeb3d10bf25c936b6ef7c1b9d3741567c611ccee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b58d9bda40662001a53111ceeeb3d10bf25c936b6ef7c1b9d3741567c611ccee", kill_on_drop: false }`
[INFO] [stdout] b58d9bda40662001a53111ceeeb3d10bf25c936b6ef7c1b9d3741567c611ccee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12aac57354e4848c670d2bb029672745e50761b424945d6bdbfcb2d7ccd6d74b
[INFO] running `Command { std: "docker" "start" "-a" "12aac57354e4848c670d2bb029672745e50761b424945d6bdbfcb2d7ccd6d74b", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling oxc_estree v0.113.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling dragonbox_ecma v0.1.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling unicode-id-start v1.4.0
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling aws-lc-rs v1.15.4
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling aws-lc-sys v0.37.0
[INFO] [stderr]    Compiling rquickjs-sys v0.11.0
[INFO] [stderr]    Compiling oxc_sourcemap v6.0.2
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling relative-path v2.0.1
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling json-escape-simd v3.0.1
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling oxc-miette-derive v2.7.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling oxc_ast_macros v0.113.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling oxc-miette v2.7.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling oxc_diagnostics v0.113.0
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling oxc_index v4.1.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling oxc-browserslist v2.3.0
[INFO] [stderr]    Compiling oxc_data_structures v0.113.0
[INFO] [stderr]    Compiling oxc_allocator v0.113.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling oxc_str v0.113.0
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling oxc_span v0.113.0
[INFO] [stderr]    Compiling oxc_syntax v0.113.0
[INFO] [stderr]    Compiling oxc_regular_expression v0.113.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling oxc_ast v0.113.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling oxc_compat v0.113.0
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling console v0.16.2
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling oxc_ecmascript v0.113.0
[INFO] [stderr]    Compiling oxc_ast_visit v0.113.0
[INFO] [stderr]    Compiling oxc_parser v0.113.0
[INFO] [stderr]    Compiling indicatif v0.18.3
[INFO] [stderr]    Compiling oxc_semantic v0.113.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling oxc_traverse v0.113.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling oxc_codegen v0.113.0
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling rquickjs-core v0.11.0
[INFO] [stderr]    Compiling clap_complete v4.5.66
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling oxc_transformer v0.113.0
[INFO] [stderr]    Compiling rquickjs v0.11.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling gaji v1.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
[INFO] running `Command { std: "docker" "inspect" "12aac57354e4848c670d2bb029672745e50761b424945d6bdbfcb2d7ccd6d74b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12aac57354e4848c670d2bb029672745e50761b424945d6bdbfcb2d7ccd6d74b", kill_on_drop: false }`
[INFO] [stdout] 12aac57354e4848c670d2bb029672745e50761b424945d6bdbfcb2d7ccd6d74b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2fac6f54afca4aedf9ebb64665419e144ff03fbf295742ab52b179185cfc6939
[INFO] running `Command { std: "docker" "start" "-a" "2fac6f54afca4aedf9ebb64665419e144ff03fbf295742ab52b179185cfc6939", kill_on_drop: false }`
[INFO] [stderr]    Compiling gaji v1.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.09s
[INFO] running `Command { std: "docker" "inspect" "2fac6f54afca4aedf9ebb64665419e144ff03fbf295742ab52b179185cfc6939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fac6f54afca4aedf9ebb64665419e144ff03fbf295742ab52b179185cfc6939", kill_on_drop: false }`
[INFO] [stdout] 2fac6f54afca4aedf9ebb64665419e144ff03fbf295742ab52b179185cfc6939
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 76e718b1adb8f5cc0ab2202dc4f77e72dbdd1a88a40bf81e95df723b0d7c758e
[INFO] running `Command { std: "docker" "start" "-a" "76e718b1adb8f5cc0ab2202dc4f77e72dbdd1a88a40bf81e95df723b0d7c758e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gaji-f317a087b6bfeaf9)
[INFO] [stdout] 
[INFO] [stdout] running 117 tests
[INFO] [stdout] test builder::tests::test_copy_node_shell_files_no_node_steps ... ok
[INFO] [stdout] test builder::tests::test_find_workflow_files_filters_dts ... ok
[INFO] [stdout] test builder::tests::test_json_to_yaml_nested ... ok
[INFO] [stdout] test builder::tests::test_json_to_yaml_invalid_json ... ok
[INFO] [stdout] test builder::tests::test_timestamp_now_format ... ok
[INFO] [stdout] test builder::tests::test_should_write_file_new_file ... ok
[INFO] [stdout] test builder::tests::test_copy_node_shell_files_invalid_json ... ok
[INFO] [stdout] test builder::tests::test_should_write_file_changed ... ok
[INFO] [stdout] test builder::tests::test_build_all_empty_dir ... ok
[INFO] [stdout] test builder::tests::test_should_write_file_unchanged ... ok
[INFO] [stdout] test builder::tests::test_validate_workflow_yaml_invalid_syntax ... ok
[INFO] [stdout] test builder::tests::test_validate_workflow_yaml_not_mapping ... ok
[INFO] [stdout] test builder::tests::test_validate_workflow_yaml_missing_jobs ... ok
[INFO] [stdout] test cache::tests::test_cache_data_default ... ok
[INFO] [stdout] test builder::tests::test_validate_workflow_yaml_missing_on ... ok
[INFO] [stdout] test cache::tests::test_is_expired_fresh_entry ... ok
[INFO] [stdout] test cache::tests::test_is_expired_missing_entry ... ok
[INFO] [stdout] test cache::tests::test_cache_save_and_load_roundtrip ... ok
[INFO] [stdout] test cache::tests::test_calculate_hash ... ok
[INFO] [stdout] test builder::tests::test_validate_workflow_yaml_valid ... ok
[INFO] [stdout] test cache::tests::test_is_expired_old_entry ... ok
[INFO] [stdout] test cache::tests::test_should_regenerate_different_hash ... ok
[INFO] [stdout] test cache::tests::test_should_regenerate_missing_entry ... ok
[INFO] [stdout] test cache::tests::test_should_regenerate_same_hash ... ok
[INFO] [stdout] test builder::tests::test_find_workflow_files_respects_ignored_patterns ... ok
[INFO] [stdout] test config::tests::test_load_with_local_file ... ok
[INFO] [stdout] test config::tests::test_merge_local_does_not_clear_existing ... ok
[INFO] [stdout] test config::tests::test_merge_local_overrides_api_url ... ok
[INFO] [stdout] test config::tests::test_merge_local_overrides_token ... ok
[INFO] [stdout] test config::tests::test_parse_github_config_with_api_url ... ok
[INFO] [stdout] test config::tests::test_parse_partial_toml_uses_defaults ... ok
[INFO] [stdout] test config::tests::test_load_from_ts_basic ... ok
[INFO] [stdout] test config::tests::test_load_from_ts_empty_config ... ok
[INFO] [stdout] test builder::tests::test_json_to_yaml_simple ... ok
[INFO] [stdout] test config::tests::test_default_config ... ok
[INFO] [stdout] test config::tests::test_parse_full_toml ... ok
[INFO] [stdout] test config::tests::test_resolve_token_falls_back_to_config ... ok
[INFO] [stdout] test config::tests::test_resolve_token_prefers_env_var ... ok
[INFO] [stdout] test executor::tests::test_execute_js_multiple_outputs ... ok
[INFO] [stdout] test executor::tests::test_remove_imports_strips_export_class ... ok
[INFO] [stdout] test config::tests::test_load_from_ts_env_var_precedence ... ok
[INFO] [stdout] test executor::tests::test_remove_imports ... ok
[INFO] [stdout] test config::tests::test_load_from_ts_with_local ... ok
[INFO] [stdout] test executor::tests::test_execute_js_basic ... ok
[INFO] [stdout] test executor::tests::test_composite_action_pipeline ... ok
[INFO] [stdout] test fetcher::tests::test_parse_simple_action_ref ... ok
[INFO] [stdout] test fetcher::tests::test_parse_action_ref_with_path ... ok
[INFO] [stdout] test fetcher::tests::test_raw_url_generation ... ok
[INFO] [stdout] test fetcher::tests::test_raw_url_with_path ... ok
[INFO] [stdout] test executor::tests::test_strip_typescript_basic ... ok
[INFO] [stdout] test generator::tests::test_action_ref_to_interface_name ... ok
[INFO] [stdout] test generator::types::tests::test_infer_boolean_type ... ok
[INFO] [stdout] test generator::types::tests::test_infer_number_type ... ok
[INFO] [stdout] test init::migration::tests::test_action_to_var_name ... ok
[INFO] [stdout] test generator::types::tests::test_generate_type_definition ... ok
[INFO] [stdout] test executor::tests::test_job_workflow_pipeline ... ok
[INFO] [stdout] test init::migration::tests::test_classify_action_node20 ... ok
[INFO] [stdout] test init::migration::tests::test_classify_action_composite ... ok
[INFO] [stdout] test generator::tests::test_action_ref_to_filename ... ok
[INFO] [stdout] test init::migration::tests::test_discover_actions_empty ... ok
[INFO] [stdout] test executor::tests::test_strip_then_execute ... ok
[INFO] [stdout] test init::migration::tests::test_config_to_ts_custom_values ... ok
[INFO] [stdout] test init::migration::tests::test_config_to_ts_defaults_only ... ok
[INFO] [stdout] test init::migration::tests::test_escape_js_string ... ok
[INFO] [stdout] test init::migration::tests::test_discover_workflows_finds_yml ... ok
[INFO] [stdout] test init::migration::tests::test_discover_workflows_empty ... ok
[INFO] [stdout] test init::migration::tests::test_extract_actions_from_yaml ... ok
[INFO] [stdout] test init::migration::tests::test_extract_actions_from_composite_steps ... ok
[INFO] [stdout] test init::migration::tests::test_generate_composite_action_ts_no_external_actions ... ok
[INFO] [stdout] test init::migration::tests::test_generate_composite_action_ts_default_shell ... ok
[INFO] [stdout] test init::migration::tests::test_classify_action_docker ... ok
[INFO] [stdout] test init::migration::tests::test_generate_step_multiline_run_escapes_dollar_brace ... ok
[INFO] [stdout] test init::migration::tests::test_generate_javascript_action_ts ... ok
[INFO] [stdout] test init::migration::tests::test_generate_typescript_from_yaml_basic ... ok
[INFO] [stdout] test init::migration::tests::test_migrate_toml_config_local ... ok
[INFO] [stdout] test init::migration::tests::test_generate_docker_action_ts ... ok
[INFO] [stdout] test init::migration::tests::test_migrate_toml_config_creates_ts ... ok
[INFO] [stdout] test init::migration::tests::test_discover_actions_finds_action_yml ... ok
[INFO] [stdout] test init::migration::tests::test_yaml_value_to_js_bool ... ok
[INFO] [stdout] test init::migration::tests::test_yaml_value_to_js_array ... ok
[INFO] [stdout] test init::migration::tests::test_generate_composite_action_ts ... ok
[INFO] [stdout] test init::migration::tests::test_yaml_value_to_js_multiline_string_escapes_dollar_brace ... ok
[INFO] [stdout] test init::migration::tests::test_yaml_value_to_js_number ... ok
[INFO] [stdout] test init::migration::tests::test_yaml_value_to_js_string ... ok
[INFO] [stdout] test init::tests::test_detect_existing_project_with_cargo_toml ... ok
[INFO] [stdout] test init::tests::test_detect_empty_project ... ok
[INFO] [stdout] test init::tests::test_create_example_workflow ... ok
[INFO] [stdout] test init::tests::test_detect_existing_project_with_go_mod ... ok
[INFO] [stdout] test init::tests::test_detect_existing_project_with_git ... ok
[INFO] [stdout] test init::tests::test_create_config ... ok
[INFO] [stdout] test init::tests::test_detect_existing_project_with_package_json ... ok
[INFO] [stdout] test init::tests::test_detect_has_workflows ... ok
[INFO] [stdout] test init::tests::test_detect_has_workflows_takes_precedence ... ok
[INFO] [stdout] test init::tests::test_ensure_gitignore_append ... ok
[INFO] [stdout] test init::tests::test_ensure_gitignore_idempotent ... ok
[INFO] [stdout] test init::tests::test_create_directories ... ok
[INFO] [stdout] test init::tests::test_ensure_gitignore_create_new ... ok
[INFO] [stdout] test init::tests::test_init_existing_project_without_package_json ... ok
[INFO] [stdout] test init::tests::test_init_existing_project_with_package_json ... ok
[INFO] [stdout] test parser::tests::test_nested_expressions ... ok
[INFO] [stdout] test parser::tests::test_object_property ... ok
[INFO] [stdout] test parser::tests::test_simple_call ... ok
[INFO] [stdout] test watcher::tests::test_default_ignored_patterns ... ok
[INFO] [stdout] test watcher::tests::test_should_ignore_custom_pattern ... ok
[INFO] [stdout] test watcher::tests::test_should_ignore_delete_event ... ok
[INFO] [stdout] test watcher::tests::test_should_ignore_generated ... ok
[INFO] [stdout] test watcher::tests::test_should_ignore_node_modules ... ok
[INFO] [stdout] test watcher::tests::test_should_ignore_non_ts ... ok
[INFO] [stdout] test watcher::tests::test_should_process_ts_create ... ok
[INFO] [stdout] test watcher::tests::test_should_process_tsx_modify ... ok
[INFO] [stdout] test parser::tests::test_array_expressions ... ok
[INFO] [stdout] test parser::tests::test_multiple_calls ... ok
[INFO] [stdout] test init::tests::test_update_package_json_preserves_existing ... ok
[INFO] [stdout] test init::tests::test_init_new_project_is_minimal ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test config::tests::test_resolve_token_returns_none_when_empty ... FAILED
[INFO] [stdout] test fetcher::tests::test_invalid_action_ref ... ok
[INFO] [stdout] test fetcher::tests::test_invalid_action_ref_no_owner ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config::tests::test_resolve_token_returns_none_when_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config::tests::test_resolve_token_returns_none_when_empty' (64) panicked at src/config.rs:536:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some("env_override_token")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x612831397bba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x612831397bba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x612831397bba - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x612831397bba - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6128313b110a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6128313b110a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x61283139d542 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61283139d542 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x61283137235f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61283137235f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61283138dea9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x612830ab946c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x612830ab946c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61283138e122 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x61283138e122 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612831372418 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x612831369309 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61283137361d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6128313b1a1c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6128313b18a3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x6128300fa850 - core::panicking::assert_failed::h240b3d8e3ed767ca
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x6128301e5504 - gaji::config::tests::test_resolve_token_returns_none_when_empty::hc9fc6050456d5683
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:536:9
[INFO] [stdout]   22:     0x6128301e5557 - gaji::config::tests::test_resolve_token_returns_none_when_empty::{{closure}}::hffd267f7b93baf68
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:532:52
[INFO] [stdout]   23:     0x612830279e56 - core::ops::function::FnOnce::call_once::h4fd6259ec540a6b2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x612830aad54b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x612830aad54b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x612830ab9f3b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x612830ab9f3b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x612830ab9f3b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x612830ab9f3b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x612830ab9f3b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x612830ab9f3b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x612830ab9f3b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x612830ab5654 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x612830ab5654 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x612830abcb42 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x612830abcb42 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x612830abcb42 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x612830abcb42 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x612830abcb42 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x612830abcb42 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x612830abcb42 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x612831396ebf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x612831396ebf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x728c23488aa4 - <unknown>
[INFO] [stdout]   45:     0x728c23515a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config::tests::test_resolve_token_returns_none_when_empty
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 116 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "76e718b1adb8f5cc0ab2202dc4f77e72dbdd1a88a40bf81e95df723b0d7c758e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76e718b1adb8f5cc0ab2202dc4f77e72dbdd1a88a40bf81e95df723b0d7c758e", kill_on_drop: false }`
[INFO] [stdout] 76e718b1adb8f5cc0ab2202dc4f77e72dbdd1a88a40bf81e95df723b0d7c758e
