Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-42511

Computed Folder API poorly designed for concurrent event processing

      https://ci.jenkins.io/job/Tools/job/maven-hpi-plugin/view/change-requests/job/PR-53/  was build by a PR (mine) but on the job page there is no information about the job.

      BlueOcean shows a failed build with no information.

       

      If you follow the permalink (which takes you to build#1) then you can see the build exists and did indeed fail...

      rtyler has a support bundle - if you are workin on the ticket connect with him directly (as it has some private infor that is not available to anonymous users such as hostnames/ports etc...)

        1. job page.png
          job page.png
          278 kB
        2. build.png
          build.png
          349 kB
        3. build.log
          9 kB

          [JENKINS-42511] Computed Folder API poorly designed for concurrent event processing

          James Nord created issue -
          James Nord made changes -
          Attachment New: job page.png [ 36304 ]
          James Nord made changes -
          Attachment New: build.png [ 36305 ]
          James Nord made changes -
          Attachment New: build.log [ 36306 ]

          James Nord added a comment -

          I only have read access to this box - for any follow questions please speak to rtyler or anothermemober of the infra-admin team

          James Nord added a comment - I only have read access to this box - for any follow questions please speak to rtyler or anothermemober of the infra-admin team
          James Nord made changes -
          Environment Original: https://ci.jenkins.io/ New: https://ci.jenkins.io/ jenkins 2.46
          James Nord made changes -
          Description Original: [https://ci.jenkins.io/job/Tools/job/maven-hpi-plugin/view/change-requests/job/PR-53/]  was build by a PR (mine) but on the job page there is no information about the job.

          BlueOcean shows a failed build with no information.

           

          If you follow the permalink (which takes you to build#1) then you can see the build exists and did indeed fail...
          New: [https://ci.jenkins.io/job/Tools/job/maven-hpi-plugin/view/change-requests/job/PR-53/]  was build by a PR (mine) but on the job page there is no information about the job.

          BlueOcean shows a failed build with no information.

           

          If you follow the permalink (which takes you to build#1) then you can see the build exists and did indeed fail...

          [~rtyler] has a support bundle - if you are workin on the ticket connect with him directly (as it has some private infor that is not available to anonymous users such as hostnames/ports etc...)

          Jesse Glick added a comment -

          No idea offhand. Build failure is not indicative of any deep problem in Jenkins, just a hung Docker daemon.

          Jesse Glick added a comment - No idea offhand. Build failure is not indicative of any deep problem in Jenkins, just a hung Docker daemon.

          R. Tyler Croy added a comment -

          Found some details in the system log:

          Mar 06, 2017 12:32:56 PM jenkins.model.lazy.LazyBuildMixIn newBuild
          WARNING: A new build could not be created in job Tools/maven-hpi-plugin/PR-53
          java.lang.IllegalStateException: JENKINS-23152: /var/jenkins_home/jobs/Tools/jobs/maven-hpi-plugin/branches/PR-53/builds/1 already existed; will not overwrite with Tools/maven-hpi-plugin/PR-53 #1
                  at hudson.model.RunMap.put(RunMap.java:188)
                  at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:185)
                  at org.jenkinsci.plugins.workflow.job.WorkflowJob.createExecutable(WorkflowJob.java:260)
                  at hudson.model.Executor$1.call(Executor.java:356)
                  at hudson.model.Executor$1.call(Executor.java:338)
                  at hudson.model.Queue._withLock(Queue.java:1393)
                  at hudson.model.Queue.withLock(Queue.java:1254)
                  at hudson.model.Executor.run(Executor.java:338)
          
          Mar 06, 2017 12:32:56 PM hudson.model.Executor run
          SEVERE: Unexpected executor death
          java.lang.Error: java.lang.IllegalStateException: JENKINS-23152: /var/jenkins_home/jobs/Tools/jobs/maven-hpi-plugin/branches/PR-53/builds/1 already existed; will not overwrite with Tools/maven-hpi-plugin/PR-53 #1
                  at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:193)
                  at org.jenkinsci.plugins.workflow.job.WorkflowJob.createExecutable(WorkflowJob.java:260)
                  at hudson.model.Executor$1.call(Executor.java:356)
                  at hudson.model.Executor$1.call(Executor.java:338)
                  at hudson.model.Queue._withLock(Queue.java:1393)
                  at hudson.model.Queue.withLock(Queue.java:1254)
                  at hudson.model.Executor.run(Executor.java:338)
          Caused by: java.lang.IllegalStateException: JENKINS-23152: /var/jenkins_home/jobs/Tools/jobs/maven-hpi-plugin/branches/PR-53/builds/1 already existed; will not overwrite with Tools/maven-hpi-plugin/PR-53 #1
                  at hudson.model.RunMap.put(RunMap.java:188)
                  at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:185)
                  ... 6 more
          
          

          R. Tyler Croy added a comment - Found some details in the system log: Mar 06, 2017 12:32:56 PM jenkins.model.lazy.LazyBuildMixIn newBuild WARNING: A new build could not be created in job Tools/maven-hpi-plugin/PR-53 java.lang.IllegalStateException: JENKINS-23152: / var /jenkins_home/jobs/Tools/jobs/maven-hpi-plugin/branches/PR-53/builds/1 already existed; will not overwrite with Tools/maven-hpi-plugin/PR-53 #1 at hudson.model.RunMap.put(RunMap.java:188) at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:185) at org.jenkinsci.plugins.workflow.job.WorkflowJob.createExecutable(WorkflowJob.java:260) at hudson.model.Executor$1.call(Executor.java:356) at hudson.model.Executor$1.call(Executor.java:338) at hudson.model.Queue._withLock(Queue.java:1393) at hudson.model.Queue.withLock(Queue.java:1254) at hudson.model.Executor.run(Executor.java:338) Mar 06, 2017 12:32:56 PM hudson.model.Executor run SEVERE: Unexpected executor death java.lang.Error: java.lang.IllegalStateException: JENKINS-23152: / var /jenkins_home/jobs/Tools/jobs/maven-hpi-plugin/branches/PR-53/builds/1 already existed; will not overwrite with Tools/maven-hpi-plugin/PR-53 #1 at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:193) at org.jenkinsci.plugins.workflow.job.WorkflowJob.createExecutable(WorkflowJob.java:260) at hudson.model.Executor$1.call(Executor.java:356) at hudson.model.Executor$1.call(Executor.java:338) at hudson.model.Queue._withLock(Queue.java:1393) at hudson.model.Queue.withLock(Queue.java:1254) at hudson.model.Executor.run(Executor.java:338) Caused by: java.lang.IllegalStateException: JENKINS-23152: / var /jenkins_home/jobs/Tools/jobs/maven-hpi-plugin/branches/PR-53/builds/1 already existed; will not overwrite with Tools/maven-hpi-plugin/PR-53 #1 at hudson.model.RunMap.put(RunMap.java:188) at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:185) ... 6 more

            stephenconnolly Stephen Connolly
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: