Skip to content

W&B Weave traces not landing on scaleai.wandb.io from Modal runs #52

Description

@shehabyasser-scale

Summary

The harness build configs set wandb.project: vero-{gaia,tau3,swe-atlas-qna,officeqa} with log_traces: true, and the live secrets.env files carry a valid WANDB_API_KEY (local-...) plus WANDB_BASE_URL=scaleai.wandb.io. Yet no traces are landing:

  • count_weave_traces / infer_trace_schema against shehab-yasser/vero-gaia, vero-tau3, vero-swe-atlas-qna all return 403 Project not found.
  • The W&B projects API lists 0 projects for the entity.
  • Locally, a run's session/artifacts/wandb/state.json shows a run_id was minted (e.g. vero-e79e8ce8593c4504) but evaluation_ids: [], next_step: 0, request_log_files: {}: zero steps/traces recorded.

Impact

Optimizer runs on Modal produce no server-side observability. The harbor summary tables become the only signal, which is what hid the swe-atlas-qna flat-zero (see the companion swe-atlas-qna provisioning issue and taxonomy fix).

To investigate

  • Whether Modal egress can reach scaleai.wandb.io (the run mints a local run_id but never creates the project server-side).
  • Whether the harbor log_traces path actually flushes Weave (state.json records 0 request_log_files).

This is not a missing-credentials issue: the creds are present in secrets.env.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions