Created
February 9, 2018 13:48
-
-
Save rtyley/9f6620a272298d3d014c94e195cd9e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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: d4f62deee5bb5dc8c10b741d2f0f069e90e48340 | |
[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] Setting scala version to 2.11.12 | |
[info] Set current project to root (in build file:/home/roberto/guardian/marley/) | |
[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.11] : | |
Next version [0.2.12-SNAPSHOT] : | |
[success] Total time: 0 s, completed 09-Feb-2018 13:44:13 | |
[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] 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] 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, 383 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 13:44:33 | |
[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 725 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 13:44:50 | |
[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.11'. | |
[info] Reapplying settings... | |
[info] Set current project to root (in build file:/home/roberto/guardian/marley/) | |
[info] [master 9273260] Setting version to 0.2.11 | |
[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] Setting version to '0.2.12-SNAPSHOT'. | |
[info] Reapplying settings... | |
[info] Set current project to root (in build file:/home/roberto/guardian/marley/) | |
[info] [master 97cdcb5] Setting version to 0.2.12-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. | |
[warn] No staging repository is found. Do publishSigned first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment