Test-infra: The ClientError type is not unmarshalled correctly.

Created on 14 Nov 2017  路  3Comments  路  Source: kubernetes/test-infra

The ClientError type added in #5059 is not unmarshalled correctly for label removal errors. Here are the logs:

jsonPayload: {
  author:  "dims"   
  error:  "error removing label from kubernetes/kubernetes#55657: json: Unmarshal(non-pointer github.ClientError)"   
  event-GUID:  "a17802e0-c946-11e7-8693-daf214139907"   
  event-type:  "pull_request"   
  level:  "error"   
  msg:  "Error handling PullRequestEvent."   
  org:  "kubernetes"   
  plugin:  "docs-no-retest"   
  pr:  55657   
  repo:  "kubernetes"   
  url:  "https://github.com/kubernetes/kubernetes/pull/55657"   
}
jsonPayload: {
  author:  "nikhita"   
  error:  "encountered 1 errors setting labels: [json: Unmarshal(non-pointer github.ClientError)]"   
  event-GUID:  "6a61f320-c945-11e7-921f-4d64733317cf"   
  event-type:  "issue_comment"   
  level:  "error"   
  msg:  "Error handling IssueCommentEvent."   
  org:  "kubernetes"   
  plugin:  "release-note"   
  pr:  55622   
  repo:  "kubernetes"   
  url:  "https://github.com/kubernetes/kubernetes/pull/55622#issuecomment-344269947"   
 }

/cc @BenTheElder

areprow kinbug

Most helpful comment

That's in https://github.com/kubernetes/test-infra/pull/5512 as of 2 minutes before this issue :joy:

All 3 comments

That's in https://github.com/kubernetes/test-infra/pull/5512 as of 2 minutes before this issue :joy:

fixed

Was this page helpful?
0 / 5 - 0 ratings