[INFO] cloning repository https://github.com/miikka/goblinmode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/miikka/goblinmode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiikka%2Fgoblinmode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiikka%2Fgoblinmode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46796fe883fd278ed65e40070facc8217f170858
[INFO] testing miikka/goblinmode 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%2Fmiikka%2Fgoblinmode" "/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/miikka/goblinmode
[INFO] finished tweaking git repo https://github.com/miikka/goblinmode
[INFO] tweaked toml for git repo https://github.com/miikka/goblinmode written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/miikka/goblinmode 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/miikka/goblinmode 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] 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] 13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223
[INFO] running `Command { std: "docker" "start" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223", 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" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223" "/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" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223", 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" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling clap_builder v4.5.59
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling toml v1.0.3+spec-1.1.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling config v0.15.19
[INFO] [stderr]    Compiling synstructure v0.13.2
[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 tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[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 clap v4.5.59
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[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 tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[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 hyper v1.8.1
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[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 goblinmode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223", 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" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223" "/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 getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling insta v1.46.3
[INFO] [stderr]    Compiling goblinmode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 7.76s
[INFO] running `Command { std: "docker" "inspect" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223", 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" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/gob-1f7017d728cc85cf)
[INFO] [stdout] 
[INFO] [stdout] running 116 tests
[INFO] [stdout] test cloud_init::tests::detect_timezone_falls_through_when_tz_is_empty ... ok
[INFO] [stdout] test cmd::down::tests::pause_with_runs_expected_sequence_and_saves_snapshot_state ... ok
[INFO] [stdout] test cmd::down::tests::pause_with_continues_when_tailscale_cleanup_fails ... ok
[INFO] [stdout] test cmd::down::tests::teardown_calls_expected_actions_with_server_and_snapshot ... ok
[INFO] [stdout] test cmd::down::tests::teardown_continues_despite_cleanup_errors ... ok
[INFO] [stdout] test cmd::down::tests::teardown_skips_server_delete_when_server_id_is_zero ... ok
[INFO] [stdout] test cmd::mosh::tests::run_with_connects_to_expected_target ... ok
[INFO] [stdout] test cmd::mosh::tests::run_with_propagates_nonzero_exit_code ... ok
[INFO] [stdout] test cmd::prune::tests::run_with_aborts_when_confirmation_is_no ... ok
[INFO] [stdout] test cmd::prune::tests::run_with_deletes_all_resources_when_confirmed ... ok
[INFO] [stdout] test cmd::prune::tests::run_with_exits_early_when_no_resources ... ok
[INFO] [stdout] test cmd::prune::tests::run_with_reports_failed_deletions_and_continues ... ok
[INFO] [stdout] test cmd::status::tests::run_with_reports_no_vm_when_state_missing ... ok
[INFO] [stdout] test cmd::status::tests::run_with_reports_running_server ... ok
[INFO] [stdout] test cmd::status::tests::run_with_reports_stale_state_when_server_missing ... ok
[INFO] [stdout] test cmd::up::tests::merge_package_specs_deduplicates_and_preserves_order ... ok
[INFO] [stdout] test cmd::up::tests::merge_package_specs_empty_project_returns_user_list ... ok
[INFO] [stdout] test cmd::up::tests::merge_package_specs_empty_user_returns_project_list ... ok
[INFO] [stdout] test cmd::up::tests::reconcile_tailscale_serve_with_empty_ports_only_resets ... ok
[INFO] [stdout] test cmd::up::tests::reconcile_tailscale_serve_with_runs_reset_then_ports ... ok
[INFO] [stdout] test cmd::up::tests::reconcile_tailscale_serve_with_warns_on_reset_failure ... ok
[INFO] [stdout] test cmd::up::tests::resolve_tailscale_auth_key_returns_configured_key ... ok
[INFO] [stdout] test cmd::up::tests::whoami_uses_user_env ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_dry_run_lists_but_does_not_pause ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_continues_after_pause_failure ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_empty_list_reports_no_servers ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_handles_invalid_created_timestamp ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_keeps_servers_younger_than_max_age ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_pauses_running_servers_older_than_max_age ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_skips_non_running_servers_even_when_old ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_tailscale_device_not_found_is_logged ... ok
[INFO] [stdout] test cmd::watchdog::tests::run_with_tailscale_failure_is_non_fatal ... ok
[INFO] [stdout] test cmd::zed::tests::run_with_builds_expected_url ... ok
[INFO] [stdout] test cmd::watchdog::tests::snapshot_description_matches_pause_format ... ok
[INFO] [stdout] test cmd::zed::tests::run_with_propagates_nonzero_exit_code ... ok
[INFO] [stdout] test config::tests::load_config_delegates_to_load_config_from ... ok
[INFO] [stdout] test config::tests::load_config_empty_dotfiles_filtered ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_all_absent_returns_none ... ok
[INFO] [stdout] test config::tests::load_config_from_full_toml ... ok
[INFO] [stdout] test config::tests::load_config_invalid_toml_returns_error ... ok
[INFO] [stdout] test config::tests::load_config_missing_hetzner_token_returns_error ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_empty_value_no_cmd_returns_none ... ok
[INFO] [stdout] test config::tests::load_config_missing_tailscale_api_key_returns_error ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_cmd_failure_returns_error ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_cmd_used_when_no_value ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_empty_cmd_output_returns_none ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_returns_value_when_no_cmd ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_value_takes_priority ... ok
[INFO] [stdout] test config::tests::load_config_no_file_uses_env_vars ... ok
[INFO] [stdout] test config::tests::load_config_type_mismatch_in_toml_returns_error ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_empty_value_tries_cmd ... ok
[INFO] [stdout] test config::tests::resolve_value_with_cmd_output_is_trimmed ... ok
[INFO] [stdout] test config::tests::load_config_unknown_coding_agent_is_skipped ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_with_agents ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_full ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_with_packages ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_basic ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_with_python ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_with_rust ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_with_cargo_packages ... ok
[INFO] [stdout] test packages::tests::apt_has_no_runcmd ... ok
[INFO] [stdout] test packages::tests::apt_name_returns_package_name ... ok
[INFO] [stdout] test packages::tests::cargo_binstall_has_runcmd ... ok
[INFO] [stdout] test packages::tests::curl_installer_name_and_runcmd ... ok
[INFO] [stdout] test packages::tests::resolve_coding_agent_known_agents ... ok
[INFO] [stdout] test project::tests::detect_project_from_errors_outside_git_repo ... ok
[INFO] [stdout] test project::tests::detect_project_from_finds_git_root ... ok
[INFO] [stdout] test project::tests::detect_project_from_uses_dir_name_as_project_name ... ok
[INFO] [stdout] test project::tests::make_project_id_deterministic ... ok
[INFO] [stdout] test project::tests::make_project_id_different_paths_differ ... ok
[INFO] [stdout] test project::tests::make_project_id_format ... ok
[INFO] [stdout] test project::tests::detect_project_from_walks_up_to_find_git ... ok
[INFO] [stdout] test project_config::tests::default_config_values ... ok
[INFO] [stdout] test project_config::tests::coding_agents_parse ... ok
[INFO] [stdout] test project_config::tests::missing_config_file_returns_defaults ... ok
[INFO] [stdout] test project_config::tests::binstall_packages_parse ... ok
[INFO] [stdout] test project_config::tests::empty_config_file_returns_defaults ... ok
[INFO] [stdout] test project_config::tests::packages_parse ... ok
[INFO] [stdout] test state::tests::delete_state_is_noop_when_not_found ... ok
[INFO] [stdout] test project_config::tests::partial_config_overrides ... ok
[INFO] [stdout] test project_config::tests::serve_ports_parse ... ok
[INFO] [stdout] test state::tests::missing_username_defaults_to_root ... ok
[INFO] [stdout] test state::tests::old_state_with_applied_config_fields_still_deserializes ... ok
[INFO] [stdout] test state::tests::load_state_returns_none_when_not_found ... ok
[INFO] [stdout] test state::tests::delete_state_removes_the_file ... ok
[INFO] [stdout] test state::tests::snapshot_id_round_trips ... ok
[INFO] [stdout] test state::tests::toolchain_apt_packages_python_is_empty ... ok
[INFO] [stdout] test state::tests::state_round_trip ... ok
[INFO] [stdout] test state::tests::toolchain_apt_packages_rust_includes_rustup ... ok
[INFO] [stdout] test state::tests::toolchain_all_returns_both_variants ... ok
[INFO] [stdout] test state::tests::toolchain_detect_python_false_when_no_pyproject_toml ... ok
[INFO] [stdout] test state::tests::save_and_load_state_round_trip ... ok
[INFO] [stdout] test state::tests::toolchain_detect_rust_false_when_no_cargo_toml ... ok
[INFO] [stdout] test state::tests::toolchain_detect_python_true_when_pyproject_toml_present ... ok
[INFO] [stdout] test state::tests::toolchain_runcmds_python_includes_uv_installer ... ok
[INFO] [stdout] test state::tests::toolchain_runcmds_rust_includes_rustup_default ... ok
[INFO] [stdout] test state::tests::toolchain_detect_rust_true_when_cargo_toml_present ... ok
[INFO] [stdout] test hetzner::tests::list_servers_and_snapshots_parse ... ok
[INFO] [stdout] test hetzner::tests::wait_for_image_returns_when_available ... ok
[INFO] [stdout] test hetzner::tests::create_server_success ... ok
[INFO] [stdout] test hetzner::tests::create_server_error_includes_body ... ok
[INFO] [stdout] test tailscale::tests::create_auth_key_with_tags ... ok
[INFO] [stdout] test hetzner::tests::get_server_status_404_returns_none ... ok
[INFO] [stdout] test hetzner::tests::wait_for_server_returns_ip_when_running ... ok
[INFO] [stdout] test tailscale::tests::create_auth_key_without_tags_omits_tags_field ... ok
[INFO] [stdout] test tailscale::tests::create_auth_key_parse_error ... ok
[INFO] [stdout] test hetzner::tests::delete_server_404_errors ... ok
[INFO] [stdout] test hetzner::tests::ensure_ssh_key_creates_when_missing ... ok
[INFO] [stdout] test tailscale::tests::delete_device_by_hostname_deletes_when_found ... ok
[INFO] [stdout] test hetzner::tests::ensure_ssh_key_uses_existing_key ... ok
[INFO] [stdout] test hetzner::tests::wait_for_server_unexpected_status_errors ... ok
[INFO] [stdout] test hetzner::tests::create_server_parse_error ... ok
[INFO] [stdout] test tailscale::tests::delete_device_by_hostname_noop_when_missing ... ok
[INFO] [stdout] test tailscale::tests::delete_device_by_id_error_contains_body ... ok
[INFO] [stdout] test tailscale::tests::list_gob_devices_filters_prefix ... ok
[INFO] [stdout] test cloud_init::tests::cloud_init_with_npm_packages ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cloud_init::tests::cloud_init_with_npm_packages stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/gob__cloud_init__tests__cloud_init_with_npm_packages.snap
[INFO] [stdout] Snapshot: cloud_init_with_npm_packages
[INFO] [stdout] Source: src/cloud_init.rs:211
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: output
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]     1     1 │ #cloud-config
[INFO] [stdout]     2       │-timezone: UTC
[INFO] [stdout]           2 │+timezone: Etc/UTC
[INFO] [stdout]     3     3 │ users:
[INFO] [stdout]     4     4 │   - name: testuser
[INFO] [stdout]     5     5 │     sudo: ALL=(ALL) NOPASSWD:ALL
[INFO] [stdout]     6     6 │     shell: /bin/zsh
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'cloud_init::tests::cloud_init_with_npm_packages' (3517) panicked at src/cloud_init.rs:211:9:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/gob__cloud_init__tests__cloud_init_with_npm_packages.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574db990ce31 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x574db992634a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x574db991254c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x574db98e4436 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x574db9903589 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x574db949bb70 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x574db99038b2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x574db98e44e2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x574db98dbf79 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x574db98e55fd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x574db9926aec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x574db99268c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x574db938bc47 - gob[bf0ed3469c5d4ecd]::cloud_init::tests::cloud_init_with_npm_packages
[INFO] [stdout]   13:     0x574db93d1d39 - <gob[bf0ed3469c5d4ecd]::cloud_init::tests::cloud_init_with_npm_packages::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x574db948ee5b - 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]   15:     0x574db949c4c5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x574db9495884 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x574db949f622 - <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]   18:     0x574db990bad9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x718da624c07a - <unknown>
[INFO] [stdout]   20:     0x718da62df534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cloud_init::tests::cloud_init_with_npm_packages
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 115 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin gob`
[INFO] running `Command { std: "docker" "inspect" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223", kill_on_drop: false }`
[INFO] [stdout] 13338ac4604d1b7de3d501bd37eb6419325d666657c0e8b3bbf2cdb4d6dc0223
