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

circe fails in sbt community build #41

Open
eed3si9n opened this issue Mar 31, 2019 · 0 comments
Open

circe fails in sbt community build #41

eed3si9n opened this issue Mar 31, 2019 · 0 comments

Comments

@eed3si9n
Copy link
Member

[05:21:07] [circe] [info] Codec[BitVector]
[05:21:07] [circe] [info] - should obey codec.consistency with accumulating
[05:21:07] [circe] [info] - should obey codec.decoder serializability *** FAILED ***
[05:21:07] [circe] [info]   ClassNotFoundException was thrown during property evaluation.
[05:21:07] [circe] [info]     Message: io.circe.Decoder$$anon$15
[05:21:07] [circe] [info]     Occurred when passed generated values (
[05:21:07] [circe] [info]   
[05:21:07] [circe] [info]     )
[05:21:07] [circe] [info] - should obey codec.encoder serializability *** FAILED ***
[05:21:07] [circe] [info]   ClassNotFoundException was thrown during property evaluation.
[05:21:07] [circe] [info]     Message: io.circe.ObjectEncoder$$anon$3
[05:21:07] [circe] [info]     Occurred when passed generated values (
[05:21:07] [circe] [info]   
[05:21:07] [circe] [info]     )
[05:21:07] [circe] [info] - should obey codec.roundTrip
[05:21:07] [circe] [info] Codec[ByteVector]
[05:21:07] [circe] [info] - should obey codec.consistency with accumulating
[05:21:07] [circe] [info] - should obey codec.decoder serializability *** FAILED ***
[05:21:07] [circe] [info]   ClassNotFoundException was thrown during property evaluation.
[05:21:07] [circe] [info]     Message: io.circe.Decoder$$anon$12
[05:21:07] [circe] [info]     Occurred when passed generated values (
[05:21:07] [circe] [info]   
[05:21:07] [circe] [info]     )
[05:21:07] [circe] [info] - should obey codec.encoder serializability *** FAILED ***
[05:21:07] [circe] [info]   ClassNotFoundException was thrown during property evaluation.
[05:21:07] [circe] [info]     Message: io.circe.Encoder$$anon$3
[05:21:07] [circe] [info]     Occurred when passed generated values (
[05:21:07] [circe] [info]   
[05:21:07] [circe] [info]     )
[05:21:07] [circe] [info] - should obey codec.roundTrip
[05:21:07] [circe] [info] Codec[ByteVector]
[05:21:07] [circe] [info] - should return failure for Json String
[05:21:07] [circe] [info] Codec[ByteVector]
[05:21:07] [circe] [info] - should return failure in case input is an incomplete object
[05:21:07] [circe] [info] Codec[ByteVector]
[05:21:49] [circe] [info] - should return empty BitVector in case contains only non-zero header
[05:21:49] [circe] [info] ScalaTest
[05:21:49] [circe] [info] Run completed in 2 seconds, 50 milliseconds.
[05:21:49] [circe] [info] Total number of tests run: 11
[05:21:49] [circe] [info] Suites: completed 1, aborted 0
[05:21:49] [circe] [info] Tests: succeeded 7, failed 4, canceled 0, ignored 0, pending 0
[05:21:49] [circe] [info] *** 4 TESTS FAILED ***
[05:21:49] [circe] [error] Failed: Total 11, Failed 4, Errors 0, Passed 7
[05:21:49] [circe] [error] Failed tests:
[05:21:49] [circe] [error] 	io.circe.scodec.ScodecSuite
[05:21:49] [circe] [error] (scodecJVM / Test / test) sbt.TestsFailedException: Tests unsuccessful
@eed3si9n eed3si9n changed the title circe fails in community build circe fails in sbt community build Mar 31, 2019
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

No branches or pull requests

1 participant