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

Branch Indexing is failing when tries to recompute children

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Critical Critical
    • subversion-plugin
    • None
    • subversion plugin 2.6

      Hello, all the Multibranch Pipeline jobs are failing when try to recompute children.

      In the indexing logs:

      FATAL: Failed to recompute children of Branch Indexing
      java.io.IOException: failed to make/load /var/jenkins/caches/svn-627ad516-79f6-4613-97d6-39456a59c664.db: java.io.IOError: java.io.IOException: File too large
          at jenkins.scm.impl.subversion.SVNRepositoryView.<init>(SVNRepositoryView.java:118)
          at jenkins.scm.impl.subversion.SubversionSCMSource.openSession(SubversionSCMSource.java:267)
          at jenkins.scm.impl.subversion.SubversionSCMSource.retrieve(SubversionSCMSource.java:216)
          at jenkins.scm.api.SCMSource.fetch(SCMSource.java:143)
          at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:295)
          at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:151)
          at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:106)
          at hudson.model.ResourceController.execute(ResourceController.java:98)
          at hudson.model.Executor.run(Executor.java:410)
      Caused by: java.io.IOError: java.io.IOException: File too large
          at org.mapdb.Volume$FileChannelVol.putData(Volume.java:799)
          at org.mapdb.StoreWAL.replayLogFile(StoreWAL.java:852)
          at org.mapdb.StoreWAL.<init>(StoreWAL.java:84)
          at org.mapdb.DBMaker.extendStoreWAL(DBMaker.java:928)
          at org.mapdb.DBMaker.makeEngine(DBMaker.java:722)
          at org.mapdb.DBMaker.make(DBMaker.java:665)
          at jenkins.scm.impl.subversion.SVNRepositoryView.<init>(SVNRepositoryView.java:113)
          ... 8 more
      Caused by: java.io.IOException: File too large
          at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
          at sun.nio.ch.FileDispatcherImpl.pwrite(Unknown Source)
          at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
          at sun.nio.ch.IOUtil.write(Unknown Source)
          at sun.nio.ch.FileChannelImpl.writeInternal(Unknown Source)
          at sun.nio.ch.FileChannelImpl.write(Unknown Source)
          at org.mapdb.Volume$FileChannelVol.writeFully(Volume.java:725)
          at org.mapdb.Volume$FileChannelVol.putData(Volume.java:797)
          ... 14 more
      Finished: FAILURE
      

      Also in jenkins logs:

      2016-07-06 08:39:01.106+0200 [id=9189]  WARNING j.s.i.s.SVNRepositoryView#<init>: failing to make/load /var/jenkins/caches/svn-627ad516-79f6-4613-97d6-39456a59c664.dbjava.io.IOError: java.io.IOException: File too large
          at org.mapdb.Volume$FileChannelVol.putData(Volume.java:799)
          at org.mapdb.StoreWAL.replayLogFile(StoreWAL.java:852)
          at org.mapdb.StoreWAL.<init>(StoreWAL.java:84)
          at org.mapdb.DBMaker.extendStoreWAL(DBMaker.java:928)
          at org.mapdb.DBMaker.makeEngine(DBMaker.java:722)
          at org.mapdb.DBMaker.make(DBMaker.java:665)
          at jenkins.scm.impl.subversion.SVNRepositoryView.<init>(SVNRepositoryView.java:113)
          at jenkins.scm.impl.subversion.SubversionSCMSource.openSession(SubversionSCMSource.java:267)
          at jenkins.scm.impl.subversion.SubversionSCMSource.retrieve(SubversionSCMSource.java:216)
          at jenkins.scm.api.SCMSource.fetch(SCMSource.java:143)
          at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:295)
          at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:151)
          at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:106)
          at hudson.model.ResourceController.execute(ResourceController.java:98)
          at hudson.model.Executor.run(Executor.java:410)
      Caused by: java.io.IOException: File too large
          at sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
          at sun.nio.ch.FileDispatcherImpl.pwrite(Unknown Source)
          at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
          at sun.nio.ch.IOUtil.write(Unknown Source)
          at sun.nio.ch.FileChannelImpl.writeInternal(Unknown Source)
          at sun.nio.ch.FileChannelImpl.write(Unknown Source)
          at org.mapdb.Volume$FileChannelVol.writeFully(Volume.java:725)
          at org.mapdb.Volume$FileChannelVol.putData(Volume.java:797)
          ... 14 more
      

      Other kind of jobs are working as expected.

      Thanks.

            recena Manuel Recena Soto
            escoem Emilio Escobar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: