He-Pin opened a new issue, #986:
URL: https://github.com/apache/incubator-pekko/issues/986

   Error when try to execute:
   ```
   Jmh/run -i 3 -wi 3 -f1 -t1 .*ZipWithIndexBenchmark.* 
   
   ```
   ```scala
   error] (actor / osgiBundle) java.util.zip.ZipException: duplicate entry: 
META-INF/MANIFEST.MF
   [error] Total time: 39 s, completed 2024-1-20 1:00:26
   [IJ]last actor / osgiBundle
   [info] Validating all packages are set private or exported for OSGi 
explicitly...
   [warn] bnd: Unused -privatepackage instructions , no such package(s) on the 
class path: [org.apache.pekko.osgi.impl]
   [warn] bnd: Unused Import-Package instructions: [scala.compat.java8.*]
   [error] java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF
   [error]         at 
java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:232)
   [error]         at 
java.util.jar.JarOutputStream.putNextEntry(JarOutputStream.java:109)
   [error]         at sbt.io.IO$.addFileEntry$1(IO.scala:717)
   [error]         at sbt.io.IO$.$anonfun$writeZip$6(IO.scala:726)
   [error]         at sbt.io.IO$.$anonfun$writeZip$6$adapted(IO.scala:726)
   [error]         at 
scala.collection.immutable.Stream.foreach(Stream.scala:533)
   [error]         at sbt.io.IO$.writeZip(IO.scala:726)
   [error]         at sbt.io.IO$.$anonfun$archive$2(IO.scala:676)
   [error]         at sbt.io.IO$.$anonfun$archive$2$adapted(IO.scala:673)
   [error]         at sbt.io.IO$.$anonfun$withZipOutput$1(IO.scala:773)
   [error]         at sbt.io.IO$.$anonfun$withZipOutput$1$adapted(IO.scala:753)
   [error]         at sbt.io.Using.apply(Using.scala:28)
   [error]         at sbt.io.IO$.withZipOutput(IO.scala:753)
   [error]         at sbt.io.IO$.archive(IO.scala:673)
   [error]         at sbt.io.IO$.jar(IO.scala:621)
   [error]         at 
com.typesafe.sbt.osgi.Osgi$.$anonfun$bundleTask$1(Osgi.scala:187)
   [error]         at scala.Option.getOrElse(Option.scala:189)
   [error]         at com.typesafe.sbt.osgi.Osgi$.withCache(Osgi.scala:112)
   [error]         at com.typesafe.sbt.osgi.Osgi$.bundleTask(Osgi.scala:139)
   [error]         at 
com.typesafe.sbt.osgi.SbtOsgi$.$anonfun$defaultOsgiSettings$1(SbtOsgi.scala:57)
   [error]         at scala.Function1.$anonfun$compose$1(Function1.scala:49)
   [error]         at 
sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
   [error]         at sbt.std.Transform$$anon$4.work(Transform.scala:69)
   [error]         at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
   [error]         at 
sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
   [error]         at sbt.Execute.work(Execute.scala:292)
   [error]         at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
   [error]         at 
sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
   [error]         at 
sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
   [error]         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [error]         at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [error]         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [error]         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [error]         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [error]         at java.lang.Thread.run(Thread.java:750)
   [error] (actor / osgiBundle) java.util.zip.ZipException: duplicate entry: 
META-INF/MANIFEST.MF
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to