Hi Gautham, It seems that the jira plugin is enabled in the precommit job and the plugin failed. https://github.com/apache/hadoop/blob/6aa664c62443b4061c26c27376e5d1e0e591a323/dev-support/jenkins.sh#L176
Given the hadoop-multibranch job does not use ASF JIRA at all, disabling the plugin and removing the configs related to jira will fix it. -Akira On Fri, Oct 29, 2021 at 3:47 PM Gautham Banasandra < gautham.bangal...@gmail.com> wrote: > Hi Hadoop devs, > > > > I’ve been noticing an issue with Jenkins CI where a file jira-json goes > missing all of a sudden – jenkins / hadoop-multibranch / PR-3588 / #2 > (apache.org) > < > https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3588/2/pipeline/ > > > > > > [2021-10-27T17:52:58.787Z] Processing: > https://github.com/apache/hadoop/pull/3588 > > [2021-10-27T17:52:58.787Z] GITHUB PR #3588 is being downloaded from > > [2021-10-27T17:52:58.787Z] > https://api.github.com/repos/apache/hadoop/pulls/3588 > > [2021-10-27T17:52:58.787Z] JSON data at Wed Oct 27 17:52:55 UTC 2021 > > [2021-10-27T17:52:58.787Z] Patch data at Wed Oct 27 17:52:56 UTC 2021 > > [2021-10-27T17:52:58.787Z] Diff data at Wed Oct 27 17:52:56 UTC 2021 > > [2021-10-27T17:52:59.814Z] awk: cannot open > > /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3588/centos-7/out/jira-json > (No such file or directory) > > [2021-10-27T17:52:59.814Z] ERROR: > https://github.com/apache/hadoop/pull/3588 > issue status is not matched with "Patch Available". > > [2021-10-27T17:52:59.814Z] > > > > This causes the pipeline run to fail. I’ve seen this in my multiple > attempts to re-run the CI on my PR – > > 1. After 45 minutes – jenkins / hadoop-multibranch / PR-3588 / #1 > (apache.org) > < > https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3588/1/pipeline/ > > > 2. After 1 minute – jenkins / hadoop-multibranch / PR-3588 / #2 > (apache.org) > < > https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3588/2/pipeline/ > > > 3. After 17 minutes – jenkins / hadoop-multibranch / PR-3588 / #3 > (apache.org) > < > https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3588/3/pipeline/ > > > > > > There’s really no order to this. I was wondering if anyone’s facing the > same issue of if anyone is aware of this. > > > > Thanks, > > --Gautham >