[INFO] cloning repository https://github.com/maxfirman/dagctl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxfirman/dagctl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxfirman%2Fdagctl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxfirman%2Fdagctl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5dc9881def94a6686ec8abb3a04a53284cdf9f8a [INFO] testing maxfirman/dagctl against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxfirman%2Fdagctl" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/maxfirman/dagctl [INFO] finished tweaking git repo https://github.com/maxfirman/dagctl [INFO] tweaked toml for git repo https://github.com/maxfirman/dagctl written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maxfirman/dagctl on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/maxfirman/dagctl 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d74e38361d430f843e28487577c8e971adff707b39d5f6e7e23dd2cccc8e78dc [INFO] running `Command { std: "docker" "start" "-a" "d74e38361d430f843e28487577c8e971adff707b39d5f6e7e23dd2cccc8e78dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d74e38361d430f843e28487577c8e971adff707b39d5f6e7e23dd2cccc8e78dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d74e38361d430f843e28487577c8e971adff707b39d5f6e7e23dd2cccc8e78dc", kill_on_drop: false }` [INFO] [stdout] d74e38361d430f843e28487577c8e971adff707b39d5f6e7e23dd2cccc8e78dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 571f7b1572b18d0a5d73b2bc03207df0b21e526526f011912800cedb7b130a9b [INFO] running `Command { std: "docker" "start" "-a" "571f7b1572b18d0a5d73b2bc03207df0b21e526526f011912800cedb7b130a9b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling aws-lc-rs v1.16.1 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling lalrpop-util v0.22.2 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling bumpalo v3.20.2 [INFO] [stderr] Compiling zlib-rs v0.6.3 [INFO] [stderr] Compiling console v0.16.3 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling filetime v0.2.27 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling unit-prefix v0.5.2 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling self_update v0.43.1 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling indicatif v0.18.4 [INFO] [stderr] Compiling aws-lc-sys v0.38.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling xattr v1.6.1 [INFO] [stderr] Compiling tempfile v3.26.0 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling self-replace v1.5.0 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling logos-codegen v0.14.4 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling comfy-table v7.2.2 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling zip v6.0.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling ouroboros_macro v0.18.5 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling logos-derive v0.14.4 [INFO] [stderr] Compiling logos v0.14.4 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling cynic-parser v0.11.0 [INFO] [stderr] Compiling ouroboros v0.18.5 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling clap_complete v4.6.0 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_yaml_ng v0.10.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling cynic-codegen v3.13.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling cynic-proc-macros v3.13.1 [INFO] [stderr] Compiling dagctl v0.5.0 (/opt/rustwide/workdir) [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 hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.20 [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 reqwest v0.12.28 [INFO] [stderr] Compiling cynic v3.13.1 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s [INFO] running `Command { std: "docker" "inspect" "571f7b1572b18d0a5d73b2bc03207df0b21e526526f011912800cedb7b130a9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "571f7b1572b18d0a5d73b2bc03207df0b21e526526f011912800cedb7b130a9b", kill_on_drop: false }` [INFO] [stdout] 571f7b1572b18d0a5d73b2bc03207df0b21e526526f011912800cedb7b130a9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9bb298a181a63b5a8d3b89f9b77acf4770106f1db1a12974a96ae2a6937a60a [INFO] running `Command { std: "docker" "start" "-a" "e9bb298a181a63b5a8d3b89f9b77acf4770106f1db1a12974a96ae2a6937a60a", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling colored v3.1.1 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling tempfile v3.26.0 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling self-replace v1.5.0 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling cynic v3.13.1 [INFO] [stderr] Compiling mockito v1.7.2 [INFO] [stderr] Compiling proptest v1.10.0 [INFO] [stderr] Compiling self_update v0.43.1 [INFO] [stderr] Compiling dagctl v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s [INFO] running `Command { std: "docker" "inspect" "e9bb298a181a63b5a8d3b89f9b77acf4770106f1db1a12974a96ae2a6937a60a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9bb298a181a63b5a8d3b89f9b77acf4770106f1db1a12974a96ae2a6937a60a", kill_on_drop: false }` [INFO] [stdout] e9bb298a181a63b5a8d3b89f9b77acf4770106f1db1a12974a96ae2a6937a60a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1bf3184113f6959d7e41980d18fafdcf47dfd3cb77673aedb8d72379f6d3a540 [INFO] running `Command { std: "docker" "start" "-a" "1bf3184113f6959d7e41980d18fafdcf47dfd3cb77673aedb8d72379f6d3a540", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dagctl-bd039fa97fb98873) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test auth::tests::test_cli_deployment_takes_precedence ... ok [INFO] [stdout] test auth::tests::test_cli_organization_takes_precedence ... ok [INFO] [stdout] test auth::tests::test_build_api_url_with_deployment ... ok [INFO] [stdout] test auth::tests::test_cli_token_overrides_env_var ... ok [INFO] [stdout] test auth::tests::test_deployment_env_var_fallback ... ok [INFO] [stdout] test auth::tests::test_cli_token_takes_precedence ... ok [INFO] [stdout] test auth::tests::test_env_var_fallback ... ok [INFO] [stdout] test auth::tests::test_build_api_url_without_deployment ... ok [INFO] [stdout] test auth::tests::test_organization_env_var_fallback ... ok [INFO] [stdout] test commands::skill::tests::skill_content_has_valid_frontmatter ... ok [INFO] [stdout] test auth::tests::test_no_deployment_returns_none ... ok [INFO] [stdout] test config::tests::test_missing_config_file ... ok [INFO] [stdout] test auth::tests::test_no_token_returns_error ... ok [INFO] [stdout] test auth::tests::test_no_organization_returns_error ... ok [INFO] [stdout] test config::tests::test_invalid_toml ... ok [INFO] [stdout] test config::tests::test_parse_config_without_token ... ok [INFO] [stdout] test config::tests::test_parse_full_config ... ok [INFO] [stdout] test config::tests::test_parse_valid_config ... ok [INFO] [stdout] test auth::tests::proptests::test_any_cli_token_is_accepted ... ok [INFO] [stdout] test auth::tests::proptests::test_cli_token_never_empty ... ok [INFO] [stdout] test auth::tests::proptests::test_build_api_url_always_valid ... ok [INFO] [stdout] test auth::tests::proptests::test_token_whitespace_preserved ... ok [INFO] [stdout] test config::tests::proptests::test_any_valid_token_string ... ok [INFO] [stdout] test config::tests::proptests::test_config_with_extra_fields ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dagctl-381aef93a8b3741a) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test auth::tests::test_cli_deployment_takes_precedence ... ok [INFO] [stdout] test auth::tests::test_cli_token_takes_precedence ... ok [INFO] [stdout] test auth::tests::test_cli_organization_takes_precedence ... ok [INFO] [stdout] test auth::tests::test_build_api_url_with_deployment ... ok [INFO] [stdout] test auth::tests::test_build_api_url_without_deployment ... ok [INFO] [stdout] test auth::tests::test_cli_token_overrides_env_var ... ok [INFO] [stdout] test auth::tests::test_deployment_env_var_fallback ... ok [INFO] [stdout] test auth::tests::test_no_deployment_returns_none ... ok [INFO] [stdout] test auth::tests::test_organization_env_var_fallback ... ok [INFO] [stdout] test commands::skill::tests::skill_content_has_valid_frontmatter ... ok [INFO] [stdout] test auth::tests::test_no_token_returns_error ... ok [INFO] [stdout] test config::tests::test_missing_config_file ... ok [INFO] [stdout] test auth::tests::test_env_var_fallback ... ok [INFO] [stdout] test config::tests::test_invalid_toml ... ok [INFO] [stdout] test auth::tests::test_no_organization_returns_error ... ok [INFO] [stdout] test config::tests::test_parse_valid_config ... ok [INFO] [stdout] test config::tests::test_parse_full_config ... ok [INFO] [stdout] test config::tests::test_parse_config_without_token ... ok [INFO] [stdout] test auth::tests::proptests::test_cli_token_never_empty ... ok [INFO] [stdout] test auth::tests::proptests::test_build_api_url_always_valid ... ok [INFO] [stdout] test auth::tests::proptests::test_any_cli_token_is_accepted ... ok [INFO] [stdout] test auth::tests::proptests::test_token_whitespace_preserved ... ok [INFO] [stdout] test config::tests::proptests::test_any_valid_token_string ... ok [INFO] [stdout] test config::tests::proptests::test_config_with_extra_fields ... ok [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-2bbc878b95189748) [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test test_get_run_not_found ... ok [INFO] [stdout] test test_get_runs_success ... ok [INFO] [stdout] test test_graphql_error_response ... ok [INFO] [stdout] test test_events_success ... ok [INFO] [stdout] test test_list_code_locations_empty ... ok [INFO] [stdout] test test_get_asset_check_not_found ... ok [INFO] [stdout] test test_get_asset_checks_success ... ok [INFO] [stdout] test test_list_assets_success ... ok [INFO] [stdout] test test_get_asset_check_detail_success ... ok [INFO] [stdout] test test_get_asset_events_success ... ok [INFO] [stdout] test test_logs_with_captured_event ... ok [INFO] [stdout] test test_network_error ... ok [INFO] [stdout] test test_logs_no_captured_event ... ok [INFO] [stdout] test test_get_code_location_not_found ... ok [INFO] [stdout] test test_get_asset_success ... ok [INFO] [stdout] test test_get_asset_partitions_success ... ok [INFO] [stdout] test test_get_asset_not_found ... ok [INFO] [stdout] test test_get_asset_partitions_not_partitioned ... ok [INFO] [stdout] test test_get_asset_check_executions_success ... ok [INFO] [stdout] test test_list_jobs_success ... ok [INFO] [stdout] test test_list_jobs_with_code_location_filter ... ok [INFO] [stdout] test test_get_asset_events_not_found ... ok [INFO] [stdout] test test_get_code_location_python_error ... ok [INFO] [stdout] test test_list_code_locations_error_response ... ok [INFO] [stdout] test test_get_code_location_loading_state ... ok [INFO] [stdout] test test_list_code_locations_success ... ok [INFO] [stdout] test test_get_code_location_success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s [INFO] [stdout] [INFO] [stderr] Doc-tests dagctl [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1bf3184113f6959d7e41980d18fafdcf47dfd3cb77673aedb8d72379f6d3a540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bf3184113f6959d7e41980d18fafdcf47dfd3cb77673aedb8d72379f6d3a540", kill_on_drop: false }` [INFO] [stdout] 1bf3184113f6959d7e41980d18fafdcf47dfd3cb77673aedb8d72379f6d3a540