New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new finch version #1732

Merged
merged 4 commits into from Oct 20, 2015

Conversation

Projects
None yet
3 participants
@whiplash

whiplash commented Aug 27, 2015

No description provided.

@blee-techempower

This comment has been minimized.

Show comment
Hide comment
@blee-techempower

blee-techempower Oct 19, 2015

Contributor

Has error while setting up environment.

Setup finch: [info] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scala-sbt.plugins/sbt-onejar/scala_2.10/sbt_0.13/0.8/jars/sbt-onejar.jar ...
Setup finch: [info]     [SUCCESSFUL ] org.scala-sbt.plugins#sbt-onejar;0.8!sbt-onejar.jar (2533ms)
Setup finch: [info] Done updating.
Setup finch: [error] ======
Setup finch: [error] name := """techempower-benchmarks-finch"""
Setup finch: [error] 
Setup finch: [error] version := "0.0.1"
Setup finch: [error] 
Setup finch: [error] scalaVersion := "2.11.7"
Setup finch: [error] 
Setup finch: [error] com.github.retronym.SbtOneJar.oneJarSettings
Setup finch: [error] 
Setup finch: [error] mainClass in (Compile, run) := Some("WebServer")
Setup finch: [error] 
Setup finch: [error] libraryDependencies ++= Seq(
Setup finch: [error] <<<<<<< HEAD
Setup finch: [error]   "com.github.finagle" %% "finch-core" % "0.7.1",
Setup finch: [error]   "com.github.finagle" %% "finch-argonaut" % "0.7.1"
Setup finch: [error] =======
Setup finch: [error]   "com.github.finagle" %% "finch-core" % "0.8.0",
Setup finch: [error]   "com.github.finagle" %% "finch-circe" % "0.8.0",
Setup finch: [error]   "io.circe" %% "circe-core" % "0.1.1",
Setup finch: [error]   "io.circe" %% "circe-generic" % "0.1.1",
Setup finch: [error]   "io.circe" %% "circe-jawn" % "0.1.1"
Setup finch: [error] >>>>>>> 95b5ef2219e37e3d12005a08d16fd01cec825cd1
Setup finch: [error] )
Setup finch: [error] 
Setup finch: [error] resolvers += Resolver.sonatypeRepo("snapshots")
Setup finch: [error] ======
Setup finch: [error] [/home/aznnobless/FrameworkBenchmarks/frameworks/Scala/finch/build.sbt]:21: Invalid literal number

Program halted at this point.

Please resolve the error.

Contributor

blee-techempower commented Oct 19, 2015

Has error while setting up environment.

Setup finch: [info] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scala-sbt.plugins/sbt-onejar/scala_2.10/sbt_0.13/0.8/jars/sbt-onejar.jar ...
Setup finch: [info]     [SUCCESSFUL ] org.scala-sbt.plugins#sbt-onejar;0.8!sbt-onejar.jar (2533ms)
Setup finch: [info] Done updating.
Setup finch: [error] ======
Setup finch: [error] name := """techempower-benchmarks-finch"""
Setup finch: [error] 
Setup finch: [error] version := "0.0.1"
Setup finch: [error] 
Setup finch: [error] scalaVersion := "2.11.7"
Setup finch: [error] 
Setup finch: [error] com.github.retronym.SbtOneJar.oneJarSettings
Setup finch: [error] 
Setup finch: [error] mainClass in (Compile, run) := Some("WebServer")
Setup finch: [error] 
Setup finch: [error] libraryDependencies ++= Seq(
Setup finch: [error] <<<<<<< HEAD
Setup finch: [error]   "com.github.finagle" %% "finch-core" % "0.7.1",
Setup finch: [error]   "com.github.finagle" %% "finch-argonaut" % "0.7.1"
Setup finch: [error] =======
Setup finch: [error]   "com.github.finagle" %% "finch-core" % "0.8.0",
Setup finch: [error]   "com.github.finagle" %% "finch-circe" % "0.8.0",
Setup finch: [error]   "io.circe" %% "circe-core" % "0.1.1",
Setup finch: [error]   "io.circe" %% "circe-generic" % "0.1.1",
Setup finch: [error]   "io.circe" %% "circe-jawn" % "0.1.1"
Setup finch: [error] >>>>>>> 95b5ef2219e37e3d12005a08d16fd01cec825cd1
Setup finch: [error] )
Setup finch: [error] 
Setup finch: [error] resolvers += Resolver.sonatypeRepo("snapshots")
Setup finch: [error] ======
Setup finch: [error] [/home/aznnobless/FrameworkBenchmarks/frameworks/Scala/finch/build.sbt]:21: Invalid literal number

Program halted at this point.

Please resolve the error.

whiplash added some commits Oct 20, 2015

@whiplash

This comment has been minimized.

Show comment
Hide comment
@whiplash

whiplash Oct 20, 2015

It should be ok now

whiplash commented Oct 20, 2015

It should be ok now

@blee-techempower

This comment has been minimized.

Show comment
Hide comment
@blee-techempower

blee-techempower Oct 20, 2015

Contributor

Localtest failed again.

================================================================================
  Verification Summary

| Test: finch
|       plaintext   : FAIL
|       json        : FAIL
================================================================================

( http://sprunge.us/eAcS )

Please resolve this issue.

Contributor

blee-techempower commented Oct 20, 2015

Localtest failed again.

================================================================================
  Verification Summary

| Test: finch
|       plaintext   : FAIL
|       json        : FAIL
================================================================================

( http://sprunge.us/eAcS )

Please resolve this issue.

@whiplash

This comment has been minimized.

Show comment
Hide comment
@whiplash

whiplash Oct 20, 2015

Fixed mistake specifying localhost

whiplash commented Oct 20, 2015

Fixed mistake specifying localhost

@blee-techempower

This comment has been minimized.

Show comment
Hide comment
@blee-techempower

blee-techempower Oct 20, 2015

Contributor

Passed localtest.

================================================================================
  Verification Summary

| Test: finch
|       plaintext   : WARN
|       json        : WARN
================================================================================
Contributor

blee-techempower commented Oct 20, 2015

Passed localtest.

================================================================================
  Verification Summary

| Test: finch
|       plaintext   : WARN
|       json        : WARN
================================================================================

blee-techempower added a commit that referenced this pull request Oct 20, 2015

@blee-techempower blee-techempower merged commit d5b976a into TechEmpower:master Oct 20, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details

blee-techempower added a commit that referenced this pull request Oct 21, 2015

Revert "Merge pull request #1732 from whiplash/master"
This reverts commit d5b976a, reversing
changes made to d6c07d9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment