initialize `sysroot` variable

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor - P4
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • DevProd Test Infrastructure
    • Fully Compatible
    • DevProd Test Infra 2026-06-16
    • 200
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Avoids `UnboundLocalError`:
      ```
      cannot access local variable 'sysroot' where it is not associated with a value
      ```

      Also fixes a latent call-site bug where `download_bazel_task_artifacts` was being called with two extra positional arguments (`multiversion_dir` and `self.execution`) that the function does not accept. These were silently binding to the `retry_secs` and `download_timeout_secs` parameters respectively, causing `download_timeout_secs` to be set to the task execution number (typically 0 or 1) instead of the intended 30-minute default.

            Assignee:
            Steve McClure
            Reporter:
            Steve McClure
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: