[INFO] cloning repository https://github.com/ASoldo/jarvisctl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ASoldo/jarvisctl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASoldo%2Fjarvisctl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASoldo%2Fjarvisctl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5057c48454687b8927ee2b35d2740569f17a4874
[INFO] testing ASoldo/jarvisctl against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASoldo%2Fjarvisctl" "/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/ASoldo/jarvisctl
[INFO] finished tweaking git repo https://github.com/ASoldo/jarvisctl
[INFO] tweaked toml for git repo https://github.com/ASoldo/jarvisctl written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ASoldo/jarvisctl on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ASoldo/jarvisctl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 05ea70a672dcb4ac3421506aaa1bcd76b62f9ba4feba107d6457f0b822eee4b7
[INFO] running `Command { std: "docker" "start" "-a" "05ea70a672dcb4ac3421506aaa1bcd76b62f9ba4feba107d6457f0b822eee4b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05ea70a672dcb4ac3421506aaa1bcd76b62f9ba4feba107d6457f0b822eee4b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05ea70a672dcb4ac3421506aaa1bcd76b62f9ba4feba107d6457f0b822eee4b7", kill_on_drop: false }`
[INFO] [stdout] 05ea70a672dcb4ac3421506aaa1bcd76b62f9ba4feba107d6457f0b822eee4b7
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f9e021ad9cc032fad02a22d55031919f21c3a59bae438bbf2e5819c5cf2d79f
[INFO] running `Command { std: "docker" "start" "-a" "7f9e021ad9cc032fad02a22d55031919f21c3a59bae438bbf2e5819c5cf2d79f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling clap_builder v4.5.42
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ureq-proto v0.5.3
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling serial2 v0.2.30
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling sysinfo v0.36.1
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling cron v0.15.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap v4.5.42
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling ureq v3.2.0
[INFO] [stderr]    Compiling jarvisctl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] running `Command { std: "docker" "inspect" "7f9e021ad9cc032fad02a22d55031919f21c3a59bae438bbf2e5819c5cf2d79f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f9e021ad9cc032fad02a22d55031919f21c3a59bae438bbf2e5819c5cf2d79f", kill_on_drop: false }`
[INFO] [stdout] 7f9e021ad9cc032fad02a22d55031919f21c3a59bae438bbf2e5819c5cf2d79f
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ffc6f6ef99b4e9da51c1e89f755196019980ba309fb110f1d996e3b67af7df4
[INFO] running `Command { std: "docker" "start" "-a" "6ffc6f6ef99b4e9da51c1e89f755196019980ba309fb110f1d996e3b67af7df4", kill_on_drop: false }`
[INFO] [stderr]    Compiling jarvisctl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.57s
[INFO] running `Command { std: "docker" "inspect" "6ffc6f6ef99b4e9da51c1e89f755196019980ba309fb110f1d996e3b67af7df4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ffc6f6ef99b4e9da51c1e89f755196019980ba309fb110f1d996e3b67af7df4", kill_on_drop: false }`
[INFO] [stdout] 6ffc6f6ef99b4e9da51c1e89f755196019980ba309fb110f1d996e3b67af7df4
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6651eeac3fc535c88532683ed33aa87f3ee28a7bd60e30655a344b1814c7f9f5
[INFO] running `Command { std: "docker" "start" "-a" "6651eeac3fc535c88532683ed33aa87f3ee28a7bd60e30655a344b1814c7f9f5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jarvisctl-33bb7469912a5e96)
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test codex::tests::build_base_command_inserts_resume_id_when_missing ... ok
[INFO] [stdout] test codex::tests::merge_runtime_environment_injects_runtime_context_vars ... ok
[INFO] [stdout] test control_plane::tests::job_run_phase_keeps_recently_active_runs_pending_without_completion_record ... ok
[INFO] [stdout] test control_plane::tests::job_run_phase_succeeds_from_zero_exit_completion_record ... ok
[INFO] [stdout] test codex::tests::discover_latest_launch_session_id_prefers_latest_matching_record ... ok
[INFO] [stdout] test control_plane::tests::job_run_phase_fails_stale_active_runs_without_completion_record ... ok
[INFO] [stdout] test control_plane::tests::kubernetes_cron_parser_accepts_five_field_syntax ... ok
[INFO] [stdout] test codex::tests::build_codex_prompt_uses_operator_update_for_resume ... ok
[INFO] [stdout] test control_plane::tests::parse_worker_backed_job_manifest_without_task_note ... ok
[INFO] [stdout] test control_plane::tests::kubernetes_compiler_resolves_worker_service_into_job ... ok
[INFO] [stdout] test control_plane::tests::parse_worker_manifest_normalizes_namespace_and_defaults_provider ... ok
[INFO] [stdout] test control_plane::tests::merge_yaml_deep_merges_mappings ... ok
[INFO] [stdout] test control_plane::tests::worker_backed_job_rejects_missing_prompt ... ok
[INFO] [stdout] test control_plane::tests::resolve_manifest_relative_paths_updates_application_sources ... ok
[INFO] [stdout] test control_plane::tests::job_status_includes_structured_worker_run_details ... ok
[INFO] [stdout] test control_plane::tests::replica_set_runtime_namespaces_encode_revision ... ok
[INFO] [stdout] test control_plane::tests::worker_run_launch_needs_recovery_for_stale_active_manifest ... ok
[INFO] [stdout] test control_plane::tests::deployment_template_hash_changes_on_restart_token ... ok
[INFO] [stdout] test control_plane::tests::application_status_uses_git_source_metadata ... ok
[INFO] [stdout] test control_plane::tests::application_diff_reports_create_update_and_delete ... ok
[INFO] [stdout] test control_plane::tests::application_status_uses_remote_git_source_metadata ... ok
[INFO] [stdout] test control_plane::tests::config_map_bindings_apply_prefix_and_access_policy ... ok
[INFO] [stdout] test native::tests::csi_u_detach_ctrl_right_bracket ... ok
[INFO] [stdout] test native::tests::csi_u_leader_detach_ctrl_b_then_d ... ok
[INFO] [stdout] test native::tests::leader_detach_single_buffer ... ok
[INFO] [stdout] test control_plane::tests::invoke_worker_supports_nvidia_openai_compatible_endpoint ... ok
[INFO] [stdout] test native::tests::leader_parser_supports_ctrl_g ... ok
[INFO] [stdout] test tests::rejects_ambiguous_ports_without_control_name ... ok
[INFO] [stdout] test tests::selects_named_control_port_first ... ok
[INFO] [stdout] test tests::selects_single_unique_port_without_name ... ok
[INFO] [stdout] test ticket::tests::load_parses_markdown_ticket_sections_and_prompt ... ok
[INFO] [stdout] test ticket::tests::load_uses_markdown_heading_when_frontmatter_title_is_missing ... ok
[INFO] [stdout] test native::tests::leader_detach_split_buffers ... ok
[INFO] [stdout] test control_plane::tests::invoke_worker_supports_secret_backed_nvidia_credentials ... ok
[INFO] [stdout] test control_plane::tests::kubernetes_compiler_renders_codex_runtime_deployment_and_service ... ok
[INFO] [stdout] test control_plane::tests::deployment_status_marks_progress_deadline_exceeded ... ok
[INFO] [stdout] test control_plane::tests::application_rollout_revision_two_preserves_replica_set_history ... ok
[INFO] [stdout] test control_plane::tests::deployment_status_exposes_template_binding_metadata ... ok
[INFO] [stdout] test control_plane::tests::worker_selection_prefers_service_provider_order ... ok
[INFO] [stdout] test control_plane::tests::worker_selection_uses_service_class_fallback_and_pool_balance ... ok
[INFO] [stdout] test control_plane::tests::worker_selection_prefers_remote_when_local_is_blocked_by_memory_pressure ... ok
[INFO] [stdout] test control_plane::tests::worker_service_access_policy_denies_untrusted_job_namespace ... ok
[INFO] [stdout] test control_plane::tests::worker_status_accepts_secret_backed_nvidia_credentials ... ok
[INFO] [stdout] test control_plane::tests::cron_job_status_includes_history_conditions_and_events ... ok
[INFO] [stdout] test control_plane::tests::worker_status_reports_memory_pressure_for_local_worker ... ok
[INFO] [stdout] test control_plane::tests::worker_status_reports_missing_credentials_for_moonshot_worker ... ok
[INFO] [stdout] test control_plane::tests::worker_status_reports_missing_credentials_for_nvidia_worker ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6651eeac3fc535c88532683ed33aa87f3ee28a7bd60e30655a344b1814c7f9f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6651eeac3fc535c88532683ed33aa87f3ee28a7bd60e30655a344b1814c7f9f5", kill_on_drop: false }`
[INFO] [stdout] 6651eeac3fc535c88532683ed33aa87f3ee28a7bd60e30655a344b1814c7f9f5
