I use version 0.10.5.-SNAPSHOT. Any ideas what I have done wrong?
d
I use version 0.10.5.-SNAPSHOT. Any ideas what I have done wrong?
r
I think @Rachel mentioned there was an issue with one of the snapshots that was published from a different branch that was not master, it may be the one affected
s
Yes, there is an issue with the current snapshot. Sorry, we’re trying to fix this asap. Should be fixed early next week. If you want to play with it using
0.10.4
and Ir recommend copying the
Schedule
source file for now 🙂 Since it’s just a single file it shouldn’t be too much hassle.
d
Thank you for the update. I will take your advice and use 0.10.4.
r
Hi, maybe there is another reason in this failure. Details:
Last `arrow-core-data`:
Copy code
arrow-core-data-0.10.5-20200221.124708-111-javadoc.jar   21-Feb-2020 12:47  261 bytes
arrow-core-data-0.10.5-20200221.124708-111-sources.jar   21-Feb-2020 12:47  116.39 KB
arrow-core-data-0.10.5-20200221.124708-111.jar           21-Feb-2020 12:47  1.13 MB
arrow-core-data-0.10.5-20200221.124708-111.pom           21-Feb-2020 12:47  2.95 KB
The content of last snapshot of `arrow-core-data`:
Copy code
$ jar tvf arrow-core-data-0.10.5-SNAPSHOT.jar | grep Eval
  1480 Fri Feb 21 12:40:32 CET 2020 arrow/typeclasses/Monad$followedByEval$1.class
  1910 Fri Feb 21 12:40:32 CET 2020 arrow/typeclasses/Apply$map2Eval$1.class
  1743 Fri Feb 21 12:40:32 CET 2020 arrow/typeclasses/Monad$productLEval$1.class
  1133 Fri Feb 21 12:40:32 CET 2020 arrow/typeclasses/Monad$productLEval$1$1.class
  1974 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$evaluate$1$1.class
  1674 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$flatMap$1.class
  1470 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$evaluate$1$2$inStartFun$1.class
  1610 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$collapse$1.class
  3907 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Later.class
  1564 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Memoize$value$1.class
  2471 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$flatMap$2.class
  1553 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$ap$1.class
  1704 Fri Feb 21 12:40:32 CET 2020 arrow/core/MapK$map2Eval$1.class
  2367 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$flatMap$1$run$1.class
  1973 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$$special$$inlined$let$lambda$3.class
  1889 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$evaluate$1$1$1.class
  1655 Fri Feb 21 12:40:32 CET 2020 arrow/core/EvalKt$iterateRight$1.class
  1050 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$raise$1.class
  1626 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$FlatMap.class
   755 Fri Feb 21 12:40:32 CET 2020 arrow/core/ForEval.class
  1807 Fri Feb 21 12:40:32 CET 2020 arrow/core/SortedMapK$map2Eval$1.class
 10715 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion.class
  2303 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$flatMap$3.class
  2028 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$$special$$inlined$let$lambda$2.class
  3765 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Memoize.class
  2045 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$tailRecM$1.class
  1135 Fri Feb 21 12:40:32 CET 2020 arrow/core/Higherkind_arrow_core_EvalKt.class
  3430 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Defer.class
  1144 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$coflatMap$1.class
  1568 Fri Feb 21 12:40:32 CET 2020 arrow/core/EvalKt$iterateRight$1$1.class
  1908 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Companion$$special$$inlined$let$lambda$1.class
  3002 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Always.class
   798 Fri Feb 21 12:40:32 CET 2020 arrow/core/ForEval$Companion.class
  1378 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$map$1.class
  5708 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval.class
  2563 Fri Feb 21 12:40:32 CET 2020 arrow/core/Eval$Now.class
  2313 Fri Feb 21 12:40:32 CET 2020 arrow/core/EvalKt.class
Please, @dnowak, could you share the build configuration?
Thanks in advance!
d
@Rachel This is my
build.gradle.kts
Please let me know if you need more details.
j
Getting the same problem with
arrow-check
. Currently in a dev branch, but no changes to gradle files so latest master should also fail.
Here is the failure in a ci build: https://github.com/arrow-kt/arrow-check/runs/465929366 So its definitely no cache thing.