[
https://issues.apache.org/jira/browse/YETUS-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296411#comment-17296411
]
Allen Wittenauer edited comment on YETUS-1100 at 3/6/21, 1:57 AM:
------------------------------------------------------------------
cc is relatively easy to fix, but javac is bizarre. The annotation is working
(usually), but the failure status json isn't.
This failed:
{{{"state": "error", "target_url":
"https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2723/1/artifact/out/results-compile-javac-root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt",
"description": " root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 with JDK
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 generated 4 new + 1963 unchanged - 0
fixed = 1967 total (was 1963) ", "context":"Apache Yetus(jenkins) error: javac
"}}}
This didn't:
{{{"state": "success", "target_url":
"https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2723/1/artifact/out/results-checkstyle-root.txt",
"description": " root: The patch generated 2 new + 0 unchanged - 0 fixed = 2
total (was 0) ", "context":"Apache Yetus(jenkins) warning: checkstyle "}}}
was (Author: aw):
cc is relatively easy to fix, but javac is bizarre. The annotation is working
(usually), but the failure status json isn't.
This failed:
{{
{"state": "error",
"target_url":
"https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2723/1/artifact/out/results-compile-javac-root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt",
"description": " root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 with JDK
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 generated 4 new + 1963 unchanged - 0
fixed = 1967 total (was 1963) ",
"context":"Apache Yetus(jenkins) error: javac "}
}}
This didn't:
{{
{"state": "success",
"target_url":
"https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2723/1/artifact/out/results-checkstyle-root.txt",
"description": " root: The patch generated 2 new + 0 unchanged - 0 fixed = 2
total (was 0) ",
"context":"Apache Yetus(jenkins) warning: checkstyle "}
}}
> many maven logs don't get github annotations
> --------------------------------------------
>
> Key: YETUS-1100
> URL: https://issues.apache.org/jira/browse/YETUS-1100
> Project: Yetus
> Issue Type: Bug
> Components: Precommit
> Affects Versions: 0.13.0
> Reporter: Allen Wittenauer
> Priority: Major
>
> The extra decoration that maven does (e.g., '[WARNING]') isn't getting
> stripped before getting sent to some of the processors so the relative path
> is wrong before it gets sent to github annotations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)