Skip to content
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

unfreeze Play & Lagom (and unfreeze or move forward related projs) #808

Merged
merged 12 commits into from
Oct 26, 2018

Conversation

SethTisue
Copy link
Member

@SethTisue
Copy link
Member Author

@SethTisue SethTisue self-assigned this Oct 24, 2018
@SethTisue
Copy link
Member Author

if this goes green, we might also consider revisiting #560 (I still have no opinion on whether it's important)

@SethTisue
Copy link
Member Author

[ssl-config] [warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[ssl-config] [warn] 	::          UNRESOLVED DEPENDENCIES         ::
[ssl-config] [warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[ssl-config] [warn] 	:: cf.janga#sbts3;0.10.3: not found

@marcospereira
Copy link

I also see this:

[ssl-config] [warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[ssl-config] [warn] 	::          UNRESOLVED DEPENDENCIES         ::
[ssl-config] [warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[ssl-config] [warn] 	:: com.typesafe.sbt#sbt-osgi;0.9.4: not found
[ssl-config] [warn] 	:: cf.janga#sbts3;0.10.3: not found
[ssl-config] [warn] 	:: com.jsuereth#sbt-pgp;1.1.2: not found
[ssl-config] [warn] 	::::::::::::::::::::::::::::::::::::::::::::::

And I see that at least sbt-pgp 1.1.2 is not available at the requested repositories:

https://scala-ci.typesafe.com/artifactory/dbuild-ivy/com.jsuereth/sbt-pgp/scala_2.10/sbt_0.13/

Is that something we can do to help here?

@SethTisue
Copy link
Member Author

SethTisue commented Oct 24, 2018

I think the other errors were just because the community build overrides the sbt version and I neglected, initially, to make the override use sbt 1.x instead of 0.13.x.

as for the cf.janga#sbts3;0.10.3 one, I think I almost certainly just need to add a resolver to the Artifactory on scala-ci:

Resolver.url("sbts3 ivy resolver", url("https://dl.bintray.com/emersonloureiro/sbt-plugins"))(Resolver.ivyStylePatterns)

I'll keep you posted.

@SethTisue
Copy link
Member Author

SethTisue commented Oct 25, 2018

@SethTisue
Copy link
Member Author

@SethTisue
Copy link
Member Author

SethTisue commented Oct 26, 2018

we're close!

[info] Project akka-persistence-cassandra--: FAILED (RuntimeException: Tests unsuccessful)
[info] Project lagom-----------------------: DID NOT RUN (stuck on broken dependencies: akka-persistence-cassandra)
[akka-persistence-cassandra] [info] Cassandra query currentEventsByTag
[akka-persistence-cassandra] [info] - must set ttl on table (29 milliseconds)
[akka-persistence-cassandra] [info] - must implement standard CurrentEventsByTagQuery (2 milliseconds)
[akka-persistence-cassandra] [info] - must find existing events *** FAILED *** (49 milliseconds)
[akka-persistence-cassandra] [info]   java.lang.AssertionError: assertion failed: received unexpected message RealMessage(OnComplete,Actor[akka://AbstractEventsByTagSpec/deadLetters]) after 0 millis
[akka-persistence-cassandra] [info]   at akka.testkit.TestKitBase.expectNoMsg_internal(TestKit.scala:696)
[akka-persistence-cassandra] [info]   at akka.testkit.TestKitBase.expectNoMessage(TestKit.scala:661)
[akka-persistence-cassandra] [info]   at akka.testkit.TestKitBase.expectNoMessage$(TestKit.scala:660)
[akka-persistence-cassandra] [info]   at akka.testkit.TestKit.expectNoMessage(TestKit.scala:896)
[akka-persistence-cassandra] [info]   at akka.stream.testkit.TestSubscriber$ManualProbe.expectNoMessage(StreamTestKit.scala:599)
[akka-persistence-cassandra] [info]   at akka.persistence.cassandra.query.EventsByTagSpec.$anonfun$new$4(EventsByTagSpec.scala:196)
[akka-persistence-cassandra] [info]   at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)

maybe it's intermittent? let's find out: https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/3705/

@SethTisue SethTisue merged commit d9414d4 into scala:2.12.x Oct 26, 2018
@SethTisue
Copy link
Member Author

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants