From b3985d2735ff1ad9fdf303f1e7ca60c15d6d16a4 Mon Sep 17 00:00:00 2001 From: Sergey Rostov Date: Wed, 9 Jan 2019 12:31:45 +0300 Subject: [PATCH] JPS: remove cache version from test data --- .../kotlin/jps/build/AbstractIncrementalJpsTest.kt | 2 +- .../cacheVersionChanged/exportedModule/build.log | 8 ++++---- .../exportedModule/data-container-version-build.log | 2 +- .../cacheVersionChanged/module1Modified/build.log | 8 ++++---- .../module1Modified/data-container-version-build.log | 2 +- .../cacheVersionChanged/module2Modified/build.log | 4 ++-- .../module2Modified/data-container-version-build.log | 2 +- .../moduleWithConstantModified/build.log | 4 ++-- .../data-container-version-build.log | 2 +- .../moduleWithInlineModified/build.log | 4 ++-- .../data-container-version-build.log | 2 +- .../cacheVersionChanged/touchedFile/build.log | 4 ++-- .../touchedFile/data-container-version-build.log | 2 +- .../touchedOnlyJavaFile/build.log | 2 +- .../data-container-version-build.log | 2 +- .../cacheVersionChanged/untouchedFiles/build.log | 2 +- .../untouchedFiles/data-container-version-build.log | 2 +- .../cacheVersionChanged/withError/build.log | 8 ++++---- .../withError/data-container-version-build.log | 2 +- .../changeIncrementalOption/incrementalOff/build.log | 10 +++++----- .../incrementalOffOn/build.log | 12 ++++++------ .../incrementalOffOnJavaChanged/build.log | 10 +++++----- 22 files changed, 48 insertions(+), 48 deletions(-) diff --git a/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt b/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt index 18f5429ba96..5e146f32a74 100644 --- a/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt +++ b/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt @@ -575,7 +575,7 @@ abstract class AbstractIncrementalJpsTest( else -> error("Unknown cache manager $cacheManager") } - logLine("$cacheTitle are $attributesDiff") + logLine("$cacheTitle are ${attributesDiff.status}") } override fun markedAsDirtyBeforeRound(files: Iterable) { diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/build.log index 67d7e33ce4c..d02fa1eecfd 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/build.log @@ -1,7 +1,7 @@ ================ Step #1 ================= Building module1 -Local cache for KotlinChunk(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module1' production) are INVALID Marked as dirty by Kotlin: module1/src/A.kt Cleaning output files: @@ -14,7 +14,7 @@ End of files Exit code: OK ------------------------------------------ Building module2 -Local cache for KotlinChunk(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module2' production) are INVALID Marked as dirty by Kotlin: module2/src/B.kt Cleaning output files: @@ -27,7 +27,7 @@ End of files Exit code: OK ------------------------------------------ Building module3 -Local cache for KotlinChunk(Module 'module3' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module3' production) are INVALID Marked as dirty by Kotlin: module3/src/C.kt Cleaning output files: @@ -40,7 +40,7 @@ End of files Exit code: OK ------------------------------------------ Building module4 -Local cache for KotlinChunk(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module4' production) are INVALID Marked as dirty by Kotlin: module4/src/D.kt Cleaning output files: diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/data-container-version-build.log index c68c0096c7a..7090b81e302 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/exportedModule/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/A.kt module2/src/B.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/build.log index c383de7a98b..cb094cc1d72 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/build.log @@ -4,7 +4,7 @@ Building module5 Exit code: NOTHING_DONE ------------------------------------------ Building module4 -Local cache for KotlinChunk(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module4' production) are INVALID Marked as dirty by Kotlin: module4/src/d.kt Cleaning output files: @@ -17,7 +17,7 @@ End of files Exit code: OK ------------------------------------------ Building module1 -Local cache for KotlinChunk(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module1' production) are INVALID Marked as dirty by Kotlin: module1/src/a.kt Cleaning output files: @@ -31,7 +31,7 @@ End of files Exit code: OK ------------------------------------------ Building module2 -Local cache for KotlinChunk(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module2' production) are INVALID Marked as dirty by Kotlin: module2/src/b.kt Cleaning output files: @@ -44,7 +44,7 @@ End of files Exit code: OK ------------------------------------------ Building module3 -Local cache for KotlinChunk(Module 'module3' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module3' production) are INVALID Marked as dirty by Kotlin: module3/src/c.kt Cleaning output files: diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/data-container-version-build.log index 2f2fc99416f..ed687a743ba 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/module1Modified/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/a.kt module2/src/b.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/build.log index 20c57b2a0fa..ab0f369b43e 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/build.log @@ -1,7 +1,7 @@ ================ Step #1 ================= Building module1 -Local cache for KotlinChunk(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module1' production) are INVALID Marked as dirty by Kotlin: module1/src/a.kt Cleaning output files: @@ -15,7 +15,7 @@ End of files Exit code: OK ------------------------------------------ Building module2 -Local cache for KotlinChunk(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module2' production) are INVALID Marked as dirty by Kotlin: module2/src/b.kt Cleaning output files: diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/data-container-version-build.log index 570bf2a3fc1..06ec947840b 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/module2Modified/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/a.kt module2/src/b.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/build.log index bafd696ae08..91b93311842 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/build.log @@ -1,7 +1,7 @@ ================ Step #1 ================= Building module1 -Local cache for KotlinChunk(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module1' production) are INVALID Marked as dirty by Kotlin: module1/src/A.kt Cleaning output files: @@ -14,7 +14,7 @@ End of files Exit code: OK ------------------------------------------ Building module2 -Local cache for KotlinChunk(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module2' production) are INVALID Marked as dirty by Kotlin: module2/src/B.kt Cleaning output files: diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/data-container-version-build.log index 74345f4d7d2..4cc059a3da6 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithConstantModified/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/A.kt module2/src/B.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/build.log index edfc73b0c2e..782a86c4cf3 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/build.log @@ -1,7 +1,7 @@ ================ Step #1 ================= Building module1 -Local cache for KotlinChunk(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module1' production) are INVALID Marked as dirty by Kotlin: module1/src/A.kt Cleaning output files: @@ -15,7 +15,7 @@ End of files Exit code: OK ------------------------------------------ Building module2 -Local cache for KotlinChunk(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module2' production) are INVALID Marked as dirty by Kotlin: module2/src/B.kt Cleaning output files: diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/data-container-version-build.log index 2296ff45e59..7f894f1135f 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/moduleWithInlineModified/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/A.kt module2/src/B.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/build.log index 74777f27218..e20f9576dc2 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Local cache for KotlinChunk(Module 'module' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module' production) are INVALID Marked as dirty by Kotlin: src/a.kt src/b.kt @@ -17,4 +17,4 @@ Compiling files: src/other.kt End of files Exit code: OK ------------------------------------------- +------------------------------------------ \ No newline at end of file diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/data-container-version-build.log index 50ccb3eaacf..74e2febc1a5 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/touchedFile/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: src/a.kt src/b.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/build.log index 40e0cec5d0a..5c832839323 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Local cache for KotlinChunk(Module 'module' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module' production) are INVALID Marked as dirty by Kotlin: src/a.kt src/b.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/data-container-version-build.log index 6969fef9b7f..53226e32cef 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/touchedOnlyJavaFile/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: src/a.kt src/b.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/build.log index dc9b46c066a..f8e994650ec 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Local cache for KotlinChunk(Module 'module' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module' production) are INVALID Marked as dirty by Kotlin: src/a.kt src/b.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/data-container-version-build.log index 5e1e9069b1c..62e214f2629 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/untouchedFiles/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: src/a.kt src/b.kt diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/withError/build.log b/jps-plugin/testData/incremental/cacheVersionChanged/withError/build.log index 6f77fe1beaa..867b055aefc 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/withError/build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/withError/build.log @@ -4,7 +4,7 @@ Building module5 Exit code: NOTHING_DONE ------------------------------------------ Building module4 -Local cache for KotlinChunk(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module4' production) are INVALID Marked as dirty by Kotlin: module4/src/d.kt Cleaning output files: @@ -17,7 +17,7 @@ End of files Exit code: OK ------------------------------------------ Building module1 -Local cache for KotlinChunk(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module1' production) are INVALID Marked as dirty by Kotlin: module1/src/a.kt module1/src/f.kt @@ -52,7 +52,7 @@ End of files Exit code: OK ------------------------------------------ Building module2 -Local cache for KotlinChunk(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module2' production) are INVALID Marked as dirty by Kotlin: module2/src/b.kt Cleaning output files: @@ -65,7 +65,7 @@ End of files Exit code: OK ------------------------------------------ Building module3 -Local cache for KotlinChunk(Module 'module3' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001) +Local cache for KotlinChunk(Module 'module3' production) are INVALID Marked as dirty by Kotlin: module3/src/c.kt Cleaning output files: diff --git a/jps-plugin/testData/incremental/cacheVersionChanged/withError/data-container-version-build.log b/jps-plugin/testData/incremental/cacheVersionChanged/withError/data-container-version-build.log index 9819cc62dd8..1ca540d894e 100644 --- a/jps-plugin/testData/incremental/cacheVersionChanged/withError/data-container-version-build.log +++ b/jps-plugin/testData/incremental/cacheVersionChanged/withError/data-container-version-build.log @@ -1,6 +1,6 @@ ================ Step #1 add file with compilation error to module1 ================= -Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/a.kt module1/src/f.kt diff --git a/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOff/build.log b/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOff/build.log index 438e74a58de..82008d489a8 100644 --- a/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOff/build.log +++ b/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOff/build.log @@ -1,10 +1,10 @@ ================ Step #1 change module2 and disable incremental compilation ================= -Lookups cache are SHOULD_BE_CLEARED: actual=(3011001, [jvm]) -> expected=null -Local cache for Module 'module1' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module2' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module3' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module4' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null +Lookups cache are SHOULD_BE_CLEARED +Local cache for Module 'module1' production are SHOULD_BE_CLEARED +Local cache for Module 'module2' production are SHOULD_BE_CLEARED +Local cache for Module 'module3' production are SHOULD_BE_CLEARED +Local cache for Module 'module4' production are SHOULD_BE_CLEARED Building module1 Exit code: NOTHING_DONE ------------------------------------------ diff --git a/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOn/build.log b/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOn/build.log index 2ab5851d132..f02b9c5bd63 100644 --- a/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOn/build.log +++ b/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOn/build.log @@ -1,10 +1,10 @@ ================ Step #1 ================= -Lookups cache are SHOULD_BE_CLEARED: actual=(3011001, [jvm]) -> expected=null -Local cache for Module 'module1' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module2' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module3' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module4' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null +Lookups cache are SHOULD_BE_CLEARED +Local cache for Module 'module1' production are SHOULD_BE_CLEARED +Local cache for Module 'module2' production are SHOULD_BE_CLEARED +Local cache for Module 'module3' production are SHOULD_BE_CLEARED +Local cache for Module 'module4' production are SHOULD_BE_CLEARED Building module1 Exit code: NOTHING_DONE ------------------------------------------ @@ -35,7 +35,7 @@ Exit code: NOTHING_DONE ================ Step #2 ================= -Lookups cache are INVALID: actual=null -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/z.kt module2/src/a.kt diff --git a/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOnJavaChanged/build.log b/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOnJavaChanged/build.log index ddafb9748d7..046b885b8b7 100644 --- a/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOnJavaChanged/build.log +++ b/jps-plugin/testData/incremental/changeIncrementalOption/incrementalOffOnJavaChanged/build.log @@ -1,9 +1,9 @@ ================ Step #1 ================= -Lookups cache are SHOULD_BE_CLEARED: actual=(3011001, [jvm]) -> expected=null -Local cache for Module 'module1' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module2' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null -Local cache for Module 'module3' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null +Lookups cache are SHOULD_BE_CLEARED +Local cache for Module 'module1' production are SHOULD_BE_CLEARED +Local cache for Module 'module2' production are SHOULD_BE_CLEARED +Local cache for Module 'module3' production are SHOULD_BE_CLEARED Building module1 Exit code: NOTHING_DONE ------------------------------------------ @@ -16,7 +16,7 @@ Exit code: NOTHING_DONE ================ Step #2 ================= -Lookups cache are INVALID: actual=null -> expected=(3011001, [jvm]) +Lookups cache are INVALID Marked as dirty by Kotlin: module1/src/a.kt module2/src/c.kt