Commit dbd970c
agentic: switch to no-subagents loader + sudo git install for non-root containers
R17 surfaced two distinct failures, one per cluster:
1) gb300-cw (all 3 shards):
aiperf rejected --public-dataset semianalysis_cc_traces_weka with
"Scenario invariants violated ... required loader=any of
['semianalysis_cc_traces_weka_no_subagents', 'weka_trace']".
Yesterday's aiperf merge (PR #875 commit fef78a96) switched the
inferencex-agentx-mvp scenario's default corpus to the 051226
no-subagents 949-trace variant and tightened the loader contract.
The old name is no longer accepted.
Fix: resolve_trace_source emits --public-dataset
semianalysis_cc_traces_weka_no_subagents.
2) gb300-nv (all 3 shards):
"dpkg: error: requested operation requires superuser privilege"
from yesterday's install_agentic_deps git install path.
The gb300-nv pyxis/enroot setup maps the calling user (sa-shared)
into the container as non-root, while gb300-cw runs as root. The
git install needs sudo on nv; cw is fine without.
Fix: branch on `id -u` — apt-get directly when root, sudo apt-get
otherwise. The vllm-base layer installs `sudo` so the binary is
available, and the typical enroot config grants the calling user
passwordless sudo.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 9d91647 commit dbd970c
1 file changed
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
914 | 918 | | |
915 | 919 | | |
916 | 920 | | |
| |||
926 | 930 | | |
927 | 931 | | |
928 | 932 | | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
929 | 938 | | |
930 | | - | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
931 | 944 | | |
932 | 945 | | |
933 | 946 | | |
| |||
0 commit comments