-
Notifications
You must be signed in to change notification settings - Fork 2.8k
verifyGatewayContainerRunning crashes on second sandbox onboard (Buffer vs string) #2054
Copy link
Copy link
Closed
Closed
Copy link
Labels
VRDCIssues and PRs submitted by NVIDIA VRDC test team.Issues and PRs submitted by NVIDIA VRDC test team.area: cliCommand line interface, flags, terminal UX, or outputCommand line interface, flags, terminal UX, or outputarea: installInstall, setup, prerequisites, or uninstall flowInstall, setup, prerequisites, or uninstall flowarea: onboardingOnboarding FSM, provider setup, sandbox launch, or first-run flowOnboarding FSM, provider setup, sandbox launch, or first-run flowarea: sandboxOpenShell sandbox lifecycle, runtime, config, or recoveryOpenShell sandbox lifecycle, runtime, config, or recoveryplatform: ubuntuAffects Ubuntu Linux environmentsAffects Ubuntu Linux environments
Metadata
Metadata
Assignees
Labels
VRDCIssues and PRs submitted by NVIDIA VRDC test team.Issues and PRs submitted by NVIDIA VRDC test team.area: cliCommand line interface, flags, terminal UX, or outputCommand line interface, flags, terminal UX, or outputarea: installInstall, setup, prerequisites, or uninstall flowInstall, setup, prerequisites, or uninstall flowarea: onboardingOnboarding FSM, provider setup, sandbox launch, or first-run flowOnboarding FSM, provider setup, sandbox launch, or first-run flowarea: sandboxOpenShell sandbox lifecycle, runtime, config, or recoveryOpenShell sandbox lifecycle, runtime, config, or recoveryplatform: ubuntuAffects Ubuntu Linux environmentsAffects Ubuntu Linux environments
Type
Fields
Give feedbackNo fields configured for Bug.
Description
verifyGatewayContainerRunning() calls .trim() on result.stdout, which is a Buffer, not a string. Crashes with TypeError when onboarding a second sandbox while a gateway is already running. First onboard succeeds, second crashes at preflight.
Regression from PR #2032.
Reproduction Steps
NEMOCLAW_SANDBOX_NAME=sandbox-a nemoclaw onboard --non-interactive(succeeds)NEMOCLAW_SANDBOX_NAME=sandbox-b nemoclaw onboard --non-interactive(crashes at preflight)Environment
Debug Output
Logs
Checklist