sbt / sbt-validator

Builds sbt 1.0.x against recent versions of the sbt modules
3 stars 9 forks source link

circe fails in sbt community build #41

Open eed3si9n opened 5 years ago

eed3si9n commented 5 years ago
[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