Skip to content

Instantly share code, notes, and snippets.

@rtyley
Created February 9, 2018 10:37
Show Gist options
  • Save rtyley/5f9f832fabe2bdcfc2d561a36c29f993 to your computer and use it in GitHub Desktop.
Save rtyley/5f9f832fabe2bdcfc2d561a36c29f993 to your computer and use it in GitHub Desktop.
Log of sbt-release - cross-build not being uploaded/released
$ sbt
[info] Loading global plugins from /home/roberto/.sbt/0.13/plugins
[info] Loading project definition from /home/roberto/guardian/marley/project
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
> release
[info] Starting release process off commit: 8aaa0454d4af2ae6ea610d1b540a166d022895c0
[info] Checking remote [origin] ...
[info] Setting scala version to 2.12.4
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] Updating {file:/home/roberto/guardian/marley/}thriftExample...
[info] Updating {file:/home/roberto/guardian/marley/}root...
[info] Resolving jline#jline;2.14.5 ...
[info] Done updating.
[info] Resolving org.scala-lang#scala-compiler;2.12.4 ...
[info] Updating {file:/home/roberto/guardian/marley/}core...
[info] Resolving jline#jline;2.14.5 ...
[info] Done updating.
[info] Resolving jline#jline;2.14.5 ...
[info] Done updating.
[info] Setting scala version to 2.11.12
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] Updating {file:/home/roberto/guardian/marley/}thriftExample...
[info] Updating {file:/home/roberto/guardian/marley/}root...
[info] Resolving org.scala-lang#scala-library;2.11.12 ...
[info] Done updating.
[info] Resolving jline#jline;2.14.3 ...
[info] Updating {file:/home/roberto/guardian/marley/}core...
[info] Done updating.
[info] Resolving jline#jline;2.14.3 ...
[info] Done updating.
[info] Setting scala version to 2.12.4
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
Release version [0.2.10] :
Next version [0.2.11-SNAPSHOT] :
[success] Total time: 0 s, completed 09-Feb-2018 10:15:21
[info] Setting scala version to 2.12.4
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] Updating {file:/home/roberto/guardian/marley/}root...
[info] Resolving jline#jline;2.14.5 ...
[info] Done updating.
[info] Updating {file:/home/roberto/guardian/marley/}core...
[info] Resolving jline#jline;2.14.5 ...
[info] Done updating.
[info] Compiling 4 Scala sources to /home/roberto/guardian/marley/core/target/scala-2.12/classes...
[warn] there were 9 deprecation warnings (since 2.12.0); re-run with -deprecation for details
[warn] one warning found
[info] Because /home/roberto/guardian/marley/core/src/main/scala/com/gu/marley/AvroSerialisable.scala contains a macro definition, the following dependencies are invalidated unconditionally:
[info] /home/roberto/guardian/marley/core/src/main/scala/com/gu/marley/AvroFile.scala
[info] Compiling 2 Scala sources to /home/roberto/guardian/marley/core/target/scala-2.12/test-classes...
[info] SnakesOnACamelTest:
[info] - should transform camel case with first-letter upper to snake case
[info] - should transform snake case to snake case with first-letter upper
[info] AvroFileSpec:
[info] - should read back a file of page views it writes
[info] ScalaTest
[info] Run completed in 1 second, 923 milliseconds.
[info] Total number of tests run: 3
[info] Suites: completed 2, aborted 0
[info] Tests: succeeded 3, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[info] Passed: Total 3, Failed 0, Errors 0, Passed 3
[success] Total time: 17 s, completed 09-Feb-2018 10:15:38
[info] Setting scala version to 2.11.12
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] Updating {file:/home/roberto/guardian/marley/}root...
[info] Resolving jline#jline;2.14.3 ...
[info] Done updating.
[info] Updating {file:/home/roberto/guardian/marley/}core...
[info] Resolving jline#jline;2.14.3 ...
[info] Done updating.
[info] Compiling 4 Scala sources to /home/roberto/guardian/marley/core/target/scala-2.11/classes...
[info] Because /home/roberto/guardian/marley/core/src/main/scala/com/gu/marley/AvroSerialisable.scala contains a macro definition, the following dependencies are invalidated unconditionally:
[info] /home/roberto/guardian/marley/core/src/main/scala/com/gu/marley/AvroFile.scala
[info] Compiling 2 Scala sources to /home/roberto/guardian/marley/core/target/scala-2.11/test-classes...
[info] SnakesOnACamelTest:
[info] - should transform camel case with first-letter upper to snake case
[info] - should transform snake case to snake case with first-letter upper
[info] AvroFileSpec:
[info] - should read back a file of page views it writes
[info] ScalaTest
[info] Run completed in 682 milliseconds.
[info] Total number of tests run: 3
[info] Suites: completed 2, aborted 0
[info] Tests: succeeded 3, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[info] Passed: Total 3, Failed 0, Errors 0, Passed 3
[success] Total time: 19 s, completed 09-Feb-2018 10:15:57
[info] Setting scala version to 2.12.4
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] Setting version to '0.2.10'.
[info] Reapplying settings...
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] [master f8589e2] Setting version to 0.2.10
[info] 1 file changed, 1 insertion(+), 1 deletion(-)
[info] Reapplying settings...
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] Reapplying settings...
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] Updating {file:/home/roberto/guardian/marley/}root...
[info] Updating {file:/home/roberto/guardian/marley/}thriftExample...
[info] Packaging /home/roberto/guardian/marley/core/target/scala-2.12/marley_2.12-0.2.10-sources.jar ...
[info] Resolving org.scala-lang#scala-library;2.12.4 ...
[info] Done packaging.
[info] Resolving com.twitter#scrooge-core_2.12;4.12.0 ...
[info] Done updating.
[info] Resolving jline#jline;2.14.5 ...
[info] :: delivering :: root#root_2.12;0.2.10 :: 0.2.10 :: release :: Fri Feb 09 10:15:59 GMT 2018
[info] Done updating.
[info] delivering ivy file to /home/roberto/guardian/marley/target/scala-2.12/ivy-0.2.10.xml
[info] Updating {file:/home/roberto/guardian/marley/}core...
[info] Wrote /home/roberto/guardian/marley/core/target/scala-2.12/marley_2.12-0.2.10.pom
[info] Resolving jline#jline;2.14.5 ...
[info] Done updating.
[info] :: delivering :: com.gu#marley_2.12;0.2.10 :: 0.2.10 :: release :: Fri Feb 09 10:15:59 GMT 2018
[info] delivering ivy file to /home/roberto/guardian/marley/core/target/scala-2.12/ivy-0.2.10.xml
[info] Packaging /home/roberto/guardian/marley/core/target/scala-2.12/marley_2.12-0.2.10.jar ...
[info] Main Scala API documentation to /home/roberto/guardian/marley/core/target/scala-2.12/api...
[info] Done packaging.
model contains 27 documentable templates
[info] Main Scala API documentation successful.
[info] Packaging /home/roberto/guardian/marley/core/target/scala-2.12/marley_2.12-0.2.10-javadoc.jar ...
[info] Done packaging.
Please enter PGP passphrase (or ENTER to abort): **************************
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10.jar
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10-javadoc.jar.asc
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10-javadoc.jar
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10-sources.jar.asc
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10.pom
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10-sources.jar
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10.jar.asc
[info] published marley_2.12 to https://oss.sonatype.org/service/local/staging/deploy/maven2/com/gu/marley_2.12/0.2.10/marley_2.12-0.2.10.pom.asc
[success] Total time: 32 s, completed 09-Feb-2018 10:16:30
[info] Setting version to '0.2.11-SNAPSHOT'.
[info] Reapplying settings...
[info] Set current project to root (in build file:/home/roberto/guardian/marley/)
[info] [master 5ff877a] Setting version to 0.2.11-SNAPSHOT
[info] 1 file changed, 1 insertion(+), 1 deletion(-)
[info] Nexus repository URL: https://oss.sonatype.org/service/local
[info] sonatypeProfileName = com.gu
[info] Reading staging repository profiles...
log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.BasicClientConnectionManager).
log4j:WARN Please initialize the log4j system properly.
[info] Reading staging profiles...
[info] Closing staging repository [comgu-2908] status:open, profile:com.gu(99a3282c299dc) description: Implicitly created (auto staging).
[info] Activity open started:2018-02-09T10:16:19.944Z, stopped:2018-02-09T10:16:25.260Z
[info] repositoryCreated: id:comgu-2908, user:roberto, ip:77.91.250.233
[info] Activity close started:2018-02-09T10:16:38.954Z, stopped:
[info] Evaluate: id:5e9e8e6f8d20a3, rule:sources-staging
[info] Evaluate: pom-staging
[info] Passed: pom-staging
[info] Evaluate: sources-staging
[info] Passed: sources-staging
[info] Evaluate: javadoc-staging
[info] Passed: javadoc-staging
[info] Evaluate: signature-staging
[info] Passed: signature-staging
[info] Evaluate: checksum-staging
[info] Passed: checksum-staging
[info] Passed: id:5e9e8e6f8d20a3
[info] email: to:roberto.tyley@...
[info] repositoryClosed: id:comgu-2908
[info] Closed successfully
[info] Promoting staging repository [comgu-2908] status:closed, profile:com.gu(99a3282c299dc) description: Implicitly created (auto staging).
[info] Activity release started:2018-02-09T10:17:04.502Z, stopped:
[info] Evaluate: id:5e9e8e6f8d20a3, rule:sources-staging
[info] Evaluate: checksum-staging
[info] Passed: checksum-staging
[info] Evaluate: pom-staging
[info] Passed: pom-staging
[info] Evaluate: sources-staging
[info] Passed: sources-staging
[info] Evaluate: javadoc-staging
[info] Passed: javadoc-staging
[info] Evaluate: signature-staging
[info] Passed: signature-staging
[info] Passed: id:5e9e8e6f8d20a3
[info] Evaluate: id:nx-internal-ruleset, rule:RepositoryWritePolicy
[info] Evaluate: RepositoryWritePolicy
[info] Passed: RepositoryWritePolicy
[info] Passed: id:nx-internal-ruleset
[info] copyItems: source:comgu-2908, target:releases
[info] email: to:roberto.tyley@...
[info] repositoryReleased: id:comgu-2908, target:releases
[info] Promoted successfully
[info] Dropping staging repository [comgu-2908] status:released, profile:com.gu(99a3282c299dc) description: Implicitly created (auto staging).
[info] Dropped successfully: comgu-2908
Push changes to the remote repository (y/n)? [y] y
[info] To github.com:guardian/marley.git
[info] 8aaa045..5ff877a master -> master
[info] To github.com:guardian/marley.git
[info] * [new tag] v0.2.10 -> v0.2.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment