wpt icon indicating copy to clipboard operation
wpt copied to clipboard

fix(testharness): fix typo and explanation

Open marcoscaceres opened this issue 1 year ago • 3 comments

Small typo and clarification... the current message was little bit confusing (for me), so hopefully this helps

marcoscaceres avatar May 27 '24 04:05 marcoscaceres

Uh oh! Looks like an error! Details

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg/PSp03Uv6Qs62LhaIfdYcMA",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg/PSp03Uv6Qs62LhaIfdYcMA",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-05-27T06:10:17.075Z

Uh oh! Looks like an error! Details

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg/M2-CWYtCRc-nTqd8Dpsrpw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg/M2-CWYtCRc-nTqd8Dpsrpw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/Fkfd96k9SSqmwJuR30kyxg"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-05-27T06:10:20.121Z

I'm not sure how to interpret the infra and sink task errors? @gsnedders any suggestions?

marcoscaceres avatar May 27 '24 06:05 marcoscaceres

The test failure seems unrelated, I will admin merge this.

past avatar May 28 '24 21:05 past