You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Tez CI (Jira)" <ji...@apache.org> on 2021/08/10 20:51:00 UTC

[jira] [Commented] (TEZ-4293) Use Tez credentials for CI

    [ https://issues.apache.org/jira/browse/TEZ-4293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396883#comment-17396883 ] 

Tez CI commented on TEZ-4293:
-----------------------------

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 12m 43s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} dupname {color} | {color:green}  0m  0s{color} | {color:green} No case conflicting files found. {color} |
| {color:blue}0{color} | {color:blue} shelldocs {color} | {color:blue}  0m  0s{color} | {color:blue} Shelldocs was not available. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green}  0m  0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} shellcheck {color} | {color:green}  0m  0s{color} | {color:green} There were no new shellcheck issues. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green}  0m  0s{color} | {color:green} The patch has no whitespace issues. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  1m  4s{color} | {color:green} The patch does not generate ASF License warnings. {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 14m 31s{color} | {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-141/1/artifact/out/Dockerfile |
| GITHUB PR | https://github.com/apache/tez/pull/141 |
| JIRA Issue | TEZ-4293 |
| Optional Tests | dupname asflicense shellcheck shelldocs |
| uname | Linux 304763f6ccb6 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/tez.sh |
| git revision | master / f56075c55 |
| Max. process+thread count | 51 (vs. ulimit of 5500) |
| modules | C: . U: . |
| Console output | https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-141/1/console |
| versions | git=2.25.1 maven=3.6.3 shellcheck=0.7.1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |


This message was automatically generated.



> Use Tez credentials for CI
> --------------------------
>
>                 Key: TEZ-4293
>                 URL: https://issues.apache.org/jira/browse/TEZ-4293
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>
> TEZ-4291 only managed to work with hadoop credentials, this needs to be fixed.
> For yetus debugging, this revision can be used:
> https://github.com/abstractdog/yetus/commit/aa8223ecdf84eb7cd963c3e5acb2e31b60a19b97#diff-9cb6a2dcf2678adfcaa19a33ce63447f9545744d22c511a4b2bb3d909dee2bc1R587-R593
> For manual testing:
> {code}
> curl -X POST -H "Accept: application/vnd.github.v3.full+json" -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" -d '{"body":"HELLO TEST COMMENT"}' --location "https://api.github.com/repos/apache/tez/issues/112/comments"
> {code}
> Last error message which is shown from jenkins with the logging yetus revision is:
> {code}
> 23:56:30  ============================================================================
> 23:56:30  ============================================================================
> 23:56:30                           Adding comment to Github
> 23:56:30  ============================================================================
> 23:56:30  ============================================================================
> 23:56:30  
> 23:56:30  
> 23:56:30  authenticating with token ****
> 23:56:30  POSTING TO https://api.github.com/repos/apache/tez/issues/112/comments
> 23:56:30    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
> 23:56:30                                   Dload  Upload   Total   Spent    Left  Speed
> 23:56:30  
>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
> 100  1918    0     0  100  1918      0   8678 --:--:-- --:--:-- --:--:--  8639
> 100  2072  100   154  100  1918    603   7521 --:--:-- --:--:-- --:--:--  8093
> 23:56:30  {
> 23:56:30    "message": "Resource not accessible by integration",
> 23:56:30    "documentation_url": "https://docs.github.com/rest/reference/issues#create-an-issue-comment"
> 23:56:30  }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)