Skip to content

Instantly share code, notes, and snippets.

@macalinao
Created October 9, 2016 04:22
Show Gist options
  • Save macalinao/fd854f6969ee6363393b293c19ceba5d to your computer and use it in GitHub Desktop.
Save macalinao/fd854f6969ee6363393b293c19ceba5d to your computer and use it in GitHub Desktop.
ian@ian-mac ~/proj/asunasan
% sbt publish
[info] Loading global plugins from /Users/ian/.sbt/0.13/plugins
[info] Loading project definition from /Users/ian/proj/asunasan/project
[info] Set current project to asunasan (in build file:/Users/ian/proj/asunasan/)
[info] :: delivering :: lio.asuna#asunasan_2.11;0.0.1 :: 0.0.1 :: release :: Sat Oct 08 23:22:00 CDT 2016
[info] delivering ivy file to /Users/ian/proj/asunasan/target/scala-2.11/ivy-0.0.1.xml
java.lang.Error: s3://aincrad.asuna.io/lio/asuna/asunasan_2.11/0.0.1/asunasan_2.11-0.0.1.jar exists but overwriting is disabled
at ohnosequences.ivy.S3Repository.put(S3Repository.java:205)
at org.apache.ivy.plugins.repository.AbstractRepository.put(AbstractRepository.java:130)
at org.apache.ivy.plugins.resolver.RepositoryResolver.put(RepositoryResolver.java:234)
at org.apache.ivy.plugins.resolver.RepositoryResolver.publish(RepositoryResolver.java:216)
at sbt.IvyActions$$anonfun$publish$3.apply(IvyActions.scala:381)
at sbt.IvyActions$$anonfun$publish$3.apply(IvyActions.scala:380)
at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:772)
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:771)
at sbt.IvyActions$.publish(IvyActions.scala:380)
at sbt.IvyActions$$anonfun$publish$1$$anonfun$apply$1.apply$mcV$sp(IvyActions.scala:124)
at sbt.IvyActions$$anonfun$publish$1$$anonfun$apply$1.apply(IvyActions.scala:124)
at sbt.IvyActions$$anonfun$publish$1$$anonfun$apply$1.apply(IvyActions.scala:124)
at sbt.IvyActions$.withChecksums(IvyActions.scala:133)
at sbt.IvyActions$.sbt$IvyActions$$withChecksums(IvyActions.scala:128)
at sbt.IvyActions$$anonfun$publish$1.apply(IvyActions.scala:124)
at sbt.IvyActions$$anonfun$publish$1.apply(IvyActions.scala:117)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:156)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:156)
at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:133)
at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:57)
at sbt.IvySbt$$anon$4.call(Ivy.scala:65)
at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:93)
at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:78)
at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:97)
at xsbt.boot.Using$.withResource(Using.scala:10)
at xsbt.boot.Using$.apply(Using.scala:9)
at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:58)
at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:48)
at xsbt.boot.Locks$.apply0(Locks.scala:31)
at xsbt.boot.Locks$.apply(Locks.scala:28)
at sbt.IvySbt.withDefaultLogger(Ivy.scala:65)
at sbt.IvySbt.withIvy(Ivy.scala:128)
at sbt.IvySbt.withIvy(Ivy.scala:125)
at sbt.IvySbt$Module.withModule(Ivy.scala:156)
at sbt.IvyActions$.publish(IvyActions.scala:117)
at sbt.Classpaths$$anonfun$publishTask$1.apply(Defaults.scala:1345)
at sbt.Classpaths$$anonfun$publishTask$1.apply(Defaults.scala:1344)
at scala.Function3$$anonfun$tupled$1.apply(Function3.scala:35)
at scala.Function3$$anonfun$tupled$1.apply(Function3.scala:34)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
at sbt.std.Transform$$anon$4.work(System.scala:63)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
at sbt.Execute.work(Execute.scala:237)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
[error] (*:publish) java.lang.Error: s3://aincrad.asuna.io/lio/asuna/asunasan_2.11/0.0.1/asunasan_2.11-0.0.1.jar exists but overwriting is disabled
[error] Total time: 3 s, completed Oct 8, 2016 11:22:04 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment