Skip to content

Instantly share code, notes, and snippets.

@markhibberd
Created December 17, 2012 23:04
Show Gist options
  • Save markhibberd/4323270 to your computer and use it in GitHub Desktop.
Save markhibberd/4323270 to your computer and use it in GitHub Desktop.
Failing to publish against 2.10.0-RC5
[fire:argonaut] 2052$ ./sbt "+publish"
Detected sbt version 0.12.1
Using /home/mth/.sbt/0.12.1 as sbt dir, -sbt-dir to override.
[info] Loading project definition from /usr/home/mth/work/argonaut/project
[info] Set current project to argonaut (in build file:/usr/home/mth/work/argonaut/)
Setting version to 2.9.2
[info] Set current project to argonaut (in build file:/usr/home/mth/work/argonaut/)
[info] :: delivering :: io.argonaut#argonaut_2.9.2;6.0-SNAPSHOT :: 6.0-SNAPSHOT :: integration :: Tue Dec 18 08:53:07 EST 2012
[info] delivering ivy file to /usr/home/mth/work/argonaut/target/scala-2.9.2/ivy-6.0-SNAPSHOT.xml
[info] Wrote /usr/home/mth/work/argonaut/target/scala-2.9.2/argonaut_2.9.2-6.0-SNAPSHOT.pom
Please enter PGP passphrase (or ENTER to abort): ************
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT-javadoc.jar.asc
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT.jar.asc
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT-sources.jar.asc
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT-javadoc.jar
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT.pom.asc
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT.jar
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT.pom
[info] published argonaut_2.9.2 to https://oss.sonatype.org/content/repositories/snapshots/io/argonaut/argonaut_2.9.2/6.0-SNAPSHOT/argonaut_2.9.2-6.0-SNAPSHOT-sources.jar
[success] Total time: 71 s, completed 18/12/2012 08:54:18
Setting version to 2.10.0-RC5
[info] Set current project to argonaut (in build file:/usr/home/mth/work/argonaut/)
[info] Wrote /usr/home/mth/work/argonaut/target/scala-2.10/argonaut_2.10.0-RC5-6.0-SNAPSHOT.pom
[info] Updating {file:/usr/home/mth/work/argonaut/}argonaut...
[info] Resolving com.typesafe.sbt#sbt-pgp;0.7 ...
[warn] module not found: com.typesafe.sbt#sbt-pgp;0.7
[warn] ==== local: tried
[warn] /home/mth/.ivy2/local/com.typesafe.sbt/sbt-pgp/scala_2.10/sbt_0.12/0.7/ivys/ivy.xml
[warn] ==== public: tried
[warn] http://repo1.maven.org/maven2/com/typesafe/sbt/sbt-pgp_2.10_0.12/0.7/sbt-pgp-0.7.pom
[info] Resolving org.scala-lang#scala-actors;2.10.0-RC5 ...
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.typesafe.sbt#sbt-pgp;0.7: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
[warn] com.typesafe.sbt:sbt-pgp:0.7 (sbtVersion=0.12, scalaVersion=2.10)
[warn]
sbt.ResolveException: unresolved dependency: com.typesafe.sbt#sbt-pgp;0.7: not found
at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:214)
at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:122)
at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:121)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:114)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:114)
at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:102)
at sbt.IvySbt.liftedTree1$1(Ivy.scala:49)
at sbt.IvySbt.action$1(Ivy.scala:49)
at sbt.IvySbt$$anon$3.call(Ivy.scala:58)
at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:75)
at xsbt.boot.Locks$GlobalLock.withChannelRetries$1(Locks.scala:58)
at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:79)
at xsbt.boot.Using$.withResource(Using.scala:11)
at xsbt.boot.Using$.apply(Using.scala:10)
at xsbt.boot.Locks$GlobalLock.liftedTree1$1(Locks.scala:51)
at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:51)
at xsbt.boot.Locks$.apply0(Locks.scala:30)
at xsbt.boot.Locks$.apply(Locks.scala:27)
at sbt.IvySbt.withDefaultLogger(Ivy.scala:58)
at sbt.IvySbt.withIvy(Ivy.scala:99)
at sbt.IvySbt.withIvy(Ivy.scala:95)
at sbt.IvySbt$Module.withModule(Ivy.scala:114)
at sbt.IvyActions$.update(IvyActions.scala:121)
at sbt.Classpaths$$anonfun$work$1$1.apply(Defaults.scala:951)
at sbt.Classpaths$$anonfun$work$1$1.apply(Defaults.scala:949)
at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$54.apply(Defaults.scala:972)
at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$54.apply(Defaults.scala:970)
at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)
at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:974)
at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:969)
at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)
at sbt.Classpaths$.cachedUpdate(Defaults.scala:977)
at sbt.Classpaths$$anonfun$45.apply(Defaults.scala:856)
at sbt.Classpaths$$anonfun$45.apply(Defaults.scala:853)
at sbt.Scoped$$anonfun$hf10$1.apply(Structure.scala:586)
at sbt.Scoped$$anonfun$hf10$1.apply(Structure.scala:586)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:49)
at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311)
at sbt.Scoped$Reduced$$anonfun$combine$1$$anonfun$apply$12.apply(Structure.scala:311)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:41)
at sbt.std.Transform$$anon$5.work(System.scala:71)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:232)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
at sbt.Execute.work(Execute.scala:238)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:232)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
[error] (argonaut/*:update) sbt.ResolveException: unresolved dependency: com.typesafe.sbt#sbt-pgp;0.7: not found
[error] Total time: 2 s, completed 18/12/2012 08:54:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment