Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

sandbox get reports Phase: Error with no reason; forward/stop/start error messages don't point back to root cause

オープン
#3,309 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
55/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
rust
領域
cli

調査の方向性

まず openshell sandbox getforward startsandbox stop の実装を見つけ、sandbox の Error フェーズとその原因がどのように表現されているかを追跡します。sandbox コマンドで動作を再現し、関連するログを調査します。get と依存するコマンドが、互いに関連のない一般的なメッセージではなく、同じ有用な直近のエラー理由を表示すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

state:triage-needed

Summary

When a sandbox is in Phase: Error, openshell sandbox get <name> shows the phase but no explanation of what happened. Dependent commands also return generic, disconnected errors:

  • openshell forward start --background <port> <name>sandbox is not ready (no mention of Error phase or its cause)
  • openshell sandbox stop <name>sandbox must be Ready to stop (current phase: Error)

A user has to separately run openshell logs <name> and manually correlate timestamps to find the actual failure (in our case, a supervisor session stream error coinciding with an SSH disconnect).

Expected

sandbox get should include a reason/last-error field when Phase: Error, and dependent commands (forward start, stop) should surface that same reason instead of a generic "not ready"/phase-mismatch message.

openshell version: 0.0.116

主要言語
Rust
スター
8.7k
フォーク
1.3k
平均マージ
2日 8時間
マージ済み PR(30日)
271

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

NVIDIA/OpenShell のほかの issue

NVIDIA/OpenShell の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。