Advertisement
Guest User

Untitled

a guest
Mar 27th, 2014
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. Using repo : /var/lib/openshift/52831415ce0b8cd786100015b/git/protection.git
  2.  
  3. Scanning packfile for large blobs: 65
  4. Scanning packfile for large blobs completed in 37 ms.
  5. Found 7 blob ids for large blobs - biggest=10946850 smallest=10916494
  6. Total size (unpacked)=76567458
  7. Found 17 objects to protect
  8. Found 2 commit-pointing refs : HEAD, refs/heads/master
  9.  
  10. Protected commits
  11. -----------------
  12.  
  13. These are your protected commits, and so their contents will NOT be altered:
  14.  
  15. * commit bc34fb0e (protected by 'HEAD') - contains 1 dirty file :
  16. - deployments/protection-ear-0.1.0-SNAPSHOT.ear (10.4 MB)
  17. Exception in thread "main" java.io.IOException: No such file or directory
  18. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  19. at java.io.File.createNewFile(File.java:1006)
  20. at scalax.io.support.FileUtils$$anonfun$scalax$io$support$FileUtils$$preOpen$1.apply(FileUtils.scala:66)
  21. at scalax.io.support.FileUtils$$anonfun$scalax$io$support$FileUtils$$preOpen$1.apply(FileUtils.scala:58)
  22. at scala.collection.immutable.List.foreach(List.scala:318)
  23. at scalax.io.support.FileUtils$.scalax$io$support$FileUtils$$preOpen(FileUtils.scala:58)
  24. at scalax.io.support.FileUtils$$anonfun$openOutputStream$1.apply(FileUtils.scala:19)
  25. at scalax.io.support.FileUtils$$anonfun$openOutputStream$1.apply(FileUtils.scala:18)
  26. at scalax.io.managed.OutputStreamResource.scalax$io$managed$OutputStreamResource$$nResource$1(OutputStreamResource.scala:38)
  27. at scalax.io.managed.OutputStreamResource$$anonfun$writableByteChannel$1.apply(OutputStreamResource.scala:40)
  28. at scalax.io.managed.OutputStreamResource$$anonfun$writableByteChannel$1.apply(OutputStreamResource.scala:40)
  29. at scalax.io.managed.WritableByteChannelResource.scalax$io$managed$WritableByteChannelResource$$nResource$2(WritableByteChannelResource.s
  30. cala:35)
  31. at scalax.io.managed.WritableByteChannelResource$$anonfun$writer$1.apply(WritableByteChannelResource.scala:37)
  32. at scalax.io.managed.WritableByteChannelResource$$anonfun$writer$1.apply(WritableByteChannelResource.scala:37)
  33. at scalax.io.managed.WriterResource.open(WriterResource.scala:17)
  34. at scalax.io.Resource$$anonfun$1.apply(Resource.scala:170)
  35. at scalax.io.Resource$$anonfun$1.apply(Resource.scala:170)
  36. at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:124)
  37. at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:124)
  38. at scala.util.control.Exception$Catch.apply(Exception.scala:102)
  39. at scala.util.control.Exception$Catch.either(Exception.scala:124)
  40. at scalax.io.Resource$class.acquireFor(Resource.scala:169)
  41. at scalax.io.managed.WriterResource.acquireFor(WriterResource.scala:8)
  42. at resource.ManagedResourceOperations$class.acquireAndGet(ManagedResourceOperations.scala:25)
  43. at scalax.io.managed.WriterResource.acquireAndGet(WriterResource.scala:8)
  44. at resource.ManagedResourceOperations$class.foreach(ManagedResourceOperations.scala:45)
  45. at scalax.io.managed.WriterResource.foreach(WriterResource.scala:8)
  46. at scalax.io.WriteChars$class.writeStrings(WriteChars.scala:78)
  47. at scalax.io.managed.WriterResource.writeStrings(WriterResource.scala:8)
  48. at scalax.io.Output$class.writeStrings(Output.scala:125)
  49. at scalax.file.FileOps.writeStrings(FileOps.scala:78)
  50. at com.madgag.git.bfg.cleaner.CLIReporter$$anonfun$reportProtectedCommitsAndTheirDirt$1.apply(Reporter.scala:124)
  51. at com.madgag.git.bfg.cleaner.CLIReporter$$anonfun$reportProtectedCommitsAndTheirDirt$1.apply(Reporter.scala:108)
  52. at scala.collection.immutable.List.foreach(List.scala:318)
  53. at com.madgag.git.bfg.cleaner.CLIReporter.reportProtectedCommitsAndTheirDirt(Reporter.scala:107)
  54. at com.madgag.git.bfg.cleaner.CLIReporter.reportObjectProtection(Reporter.scala:80)
  55. at com.madgag.git.bfg.cleaner.RepoRewriter$.rewrite(RepoRewriter.scala:96)
  56. at com.madgag.git.bfg.cli.Main$$anonfun$1.apply(Main.scala:59)
  57. at com.madgag.git.bfg.cli.Main$$anonfun$1.apply(Main.scala:34)
  58. at scala.Option.map(Option.scala:145)
  59. at com.madgag.git.bfg.cli.Main$delayedInit$body.apply(Main.scala:33)
  60. at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
  61. at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
  62. at scala.App$$anonfun$main$1.apply(App.scala:71)
  63. at scala.App$$anonfun$main$1.apply(App.scala:71)
  64. at scala.collection.immutable.List.foreach(List.scala:318)
  65. at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:32)
  66. at scala.App$class.main(App.scala:71)
  67. at com.madgag.git.bfg.cli.Main$.main(Main.scala:27)
  68. at com.madgag.git.bfg.cli.Main.main(Main.scala)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement