> Task :respect-lib-cache:compileTestKotlinJvm
> Task :respect-lib-util:lintAnalyzeDebug
> Task :respect-lib-shared:mergeReleaseResources
> Task :respect-lib-cache:compileJvmTestJavaNO-SOURCE
> Task :respect-lib-cache:jvmTestClasses
> Task :respect-lib-ihttp-core:lintAnalyzeDebug
> Task :respect-lib-cache:transformJvmTestAtomicfu
> Task :respect-datalayer:lintAnalyzeDebugAndroidTest
> Task :respect-lib-opds-model:lintAnalyzeDebug
> Task :respect-datalayer:lintAnalyzeDebugUnitTest
> Task :respect-lib-ihttp-okhttp:lintAnalyzeDebug
> Task :respect-datalayer-db:kspDebugKotlinAndroid
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:94: world.respect.datalayer.school.model.composites.PersonListDetails has some properties [email, phoneNumber] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: guid, givenName, familyName, username.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:137: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:210: world.respect.datalayer.school.model.composites.PersonListDetails has some properties [email, phoneNumber] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: guid, givenName, familyName, username.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:36: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:93: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:101: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:27: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:42: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:61: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:68: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:75: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt:59: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt:79: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/schooldirectory/daos/SchoolDirectoryEntryEntityDao.kt:25: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
> Task :respect-credentials:lintAnalyzeDebug
> Task :respect-datalayer-db:kspReleaseKotlinAndroid
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:94: world.respect.datalayer.school.model.composites.PersonListDetails has some properties [email, phoneNumber] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: guid, givenName, familyName, username.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:137: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:210: world.respect.datalayer.school.model.composites.PersonListDetails has some properties [email, phoneNumber] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: guid, givenName, familyName, username.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:36: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:93: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:101: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:27: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:42: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:61: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:68: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:75: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt:59: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt:79: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/schooldirectory/daos/SchoolDirectoryEntryEntityDao.kt:25: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
> Task :respect-datalayer-db:kspKotlinJvm
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:94: world.respect.datalayer.school.model.composites.PersonListDetails has some properties [email, phoneNumber] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: guid, givenName, familyName, username.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:137: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt:210: world.respect.datalayer.school.model.composites.PersonListDetails has some properties [email, phoneNumber] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the function with @SuppressWarnings(RoomWarnings.QUERY_MISMATCH). Columns returned by the query: guid, givenName, familyName, username.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:36: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:93: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/ClassEntityDao.kt:101: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:27: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:42: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:61: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:68: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/AssignmentEntityDao.kt:75: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt:59: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt:79: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/schooldirectory/daos/SchoolDirectoryEntryEntityDao.kt:25: The return value includes a data class with a @Relation. It is usually desired to annotate this function with @Transaction to avoid possibility of inconsistent results between the data class and its relations. See https://developer.android.com/reference/androidx/room/Transaction.html for details.
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
> Task :respect-lib-cache:lintVitalAnalyzeRelease
> Task :respect-lib-cache:jvmTest
> Task :respect-datalayer-db:jvmProcessResourcesNO-SOURCE
> Task :respect-datalayer-db:processJvmMainResourcesSKIPPED
> Task :respect-datalayer-http:lintAnalyzeDebugAndroidTest
> Task :respect-datalayer-http:lintAnalyzeDebugUnitTest
> Task :respect-datalayer-repository:lintAnalyzeDebugAndroidTest
> Task :respect-datalayer-repository:lintAnalyzeDebugUnitTest
> Task :respect-datalayer:lintAnalyzeDebug
> Task :respect-lib-cache:allTests
> Task :respect-lib-primarykeygen:compileJvmTestJavaNO-SOURCE
> Task :respect-lib-primarykeygen:jvmTestClasses
> Task :respect-lib-primarykeygen:transformJvmTestAtomicfu
> Task :respect-lib-ihttp-core:lintAnalyzeDebugAndroidTest
> Task :respect-lib-cache:lintAnalyzeDebugAndroidTest
> Task :respect-lib-cache:lintAnalyzeDebugUnitTest
> Task :respect-datalayer-http:lintAnalyzeDebug
> Task :respect-datalayer-repository:lintAnalyzeDebug
> Task :respect-lib-cache:lintAnalyzeDebug
> Task :respect-datalayer-db:compileKotlinJvm
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/build/generated/ksp/jvm/jvmMain/kotlin/world/respect/datalayer/db/RespectAppDatabaseConstructor.kt:5:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/build/generated/ksp/jvm/jvmMain/kotlin/world/respect/datalayer/db/RespectSchoolDatabaseConstructor.kt:5:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/BookmarkAdapter.kt:107:19 'constructor(p0: String!): Locale' is deprecated. Deprecated in Java.
> Task :respect-datalayer-db:compileDebugKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/build/generated/ksp/android/androidDebug/kotlin/world/respect/datalayer/db/RespectAppDatabaseConstructor.kt:5:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/build/generated/ksp/android/androidDebug/kotlin/world/respect/datalayer/db/RespectSchoolDatabaseConstructor.kt:5:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/BookmarkAdapter.kt:107:19 'constructor(p0: String!): Locale' is deprecated. Deprecated in Java.
> Task :respect-datalayer-db:compileReleaseKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/build/generated/ksp/android/androidRelease/kotlin/world/respect/datalayer/db/RespectAppDatabaseConstructor.kt:5:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/build/generated/ksp/android/androidRelease/kotlin/world/respect/datalayer/db/RespectSchoolDatabaseConstructor.kt:5:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. Consider using the '-Xexpect-actual-classes' flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/BookmarkAdapter.kt:107:19 'constructor(p0: String!): Locale' is deprecated. Deprecated in Java.
> Task :respect-lib-primarykeygen:jvmTest
> Task :respect-datalayer-db:compileDebugJavaWithJavacNO-SOURCE
> Task :respect-datalayer-db:compileReleaseJavaWithJavacNO-SOURCE
> Task :respect-datalayer-db:compileJvmMainJavaNO-SOURCE
> Task :respect-datalayer-db:jvmMainClasses
> Task :respect-datalayer-db:kspTestKotlinJvmSKIPPED
> Task :respect-datalayer-db:processDebugJavaRes
> Task :respect-datalayer-db:mergeReleaseGeneratedProguardFilesUP-TO-DATE
> Task :respect-datalayer-db:exportReleaseConsumerProguardFilesUP-TO-DATE
> Task :respect-datalayer-db:bundleLibCompileToJarDebug
> Task :respect-datalayer-db:bundleLibCompileToJarRelease
> Task :respect-datalayer-db:processReleaseJavaRes
> Task :respect-datalayer-db:kspDebugUnitTestKotlinAndroidSKIPPED
> Task :respect-datalayer-db:compileDebugUnitTestKotlinAndroidNO-SOURCE
> Task :respect-datalayer-db:compileDebugUnitTestJavaWithJavacNO-SOURCE
> Task :respect-datalayer-db:kspReleaseUnitTestKotlinAndroidSKIPPED
> Task :respect-datalayer-db:bundleLibRuntimeToJarDebug
> Task :respect-datalayer-db:bundleLibRuntimeToJarRelease
> Task :respect-datalayer-db:compileReleaseUnitTestKotlinAndroidNO-SOURCE
> Task :respect-datalayer-db:compileReleaseUnitTestJavaWithJavacNO-SOURCE
> Task :respect-datalayer-db:copyRoomSchemas
> Task :respect-datalayer-db:createFullJarRelease
> Task :respect-datalayer-db:generateReleaseLintModel
> Task :respect-datalayer-db:extractReleaseAnnotations
> Task :respect-datalayer-db:mergeReleaseConsumerProguardFilesUP-TO-DATE
> Task :respect-datalayer-db:mergeReleaseJavaResource
> Task :respect-datalayer-db:syncReleaseLibJars
> Task :respect-datalayer-db:bundleReleaseLocalLintAar
> Task :respect-datalayer-db:generateReleaseLintVitalModel
> Task :respect-datalayer-db:jvmJar
> Task :respect-datalayer-db:extractDebugAnnotations
> Task :respect-datalayer-db:mergeDebugGeneratedProguardFilesUP-TO-DATE
> Task :respect-datalayer-db:mergeDebugConsumerProguardFilesUP-TO-DATE
> Task :respect-datalayer-db:mergeDebugJavaResource
> Task :respect-datalayer-db:createFullJarDebug
> Task :respect-datalayer-db:syncDebugLibJars
> Task :respect-datalayer-db:bundleDebugLocalLintAar
> Task :respect-datalayer-db:generateDebugLintModel
> Task :respect-datalayer-db:generateDebugAndroidTestLintModel
> Task :respect-datalayer-db:generateDebugUnitTestLintModel
> Task :respect-datalayer-db:bundleDebugAar
> Task :respect-datalayer-db:assembleDebug
> Task :respect-datalayer-db:bundleReleaseAar
> Task :respect-datalayer-db:assembleRelease
> Task :respect-datalayer-db:assemble
> Task :respect-datalayer-db:jvmTestProcessResources
> Task :respect-datalayer-db:processJvmTestResourcesSKIPPED
> Task :respect-lib-ihttp-iostreams:lintAnalyzeDebugAndroidTest
> Task :respect-datalayer-db:processDebugUnitTestJavaResNO-SOURCE
> Task :respect-lib-ihttp-core:lintAnalyzeDebugUnitTest
> Task :respect-datalayer-db:testDebugUnitTestNO-SOURCE
> Task :respect-datalayer-db:processReleaseUnitTestJavaResNO-SOURCE
> Task :respect-datalayer-db:testReleaseUnitTestNO-SOURCE
> Task :respect-datalayer-db:generateDebugLintReportModel
> Task :respect-datalayer-db:testUP-TO-DATE
> Task :respect-lib-primarykeygen:allTests
> Task :respect-lib-serializers:assembleRelease
> Task :respect-lib-serializers:assemble
> Task :respect-lib-shared:assembleJvmTestResources
> Task :respect-lib-ihttp-okhttp:lintAnalyzeDebugAndroidTest
> Task :respect-lib-shared:jvmTestProcessResources
> Task :respect-lib-shared:processJvmTestResourcesSKIPPED
> Task :respect-lib-ihttp-iostreams:lintAnalyzeDebugUnitTest
> Task :respect-datalayer-db:compileTestKotlinJvm
> Task :respect-datalayer-db:compileJvmTestJavaNO-SOURCE
> Task :respect-datalayer-db:jvmTestClasses
> Task :respect-lib-ihttp-okhttp:lintAnalyzeDebugUnitTest
> Task :respect-lib-shared:generateDebugUnitTestStubRFile
> Task :respect-lib-opds-model:lintAnalyzeDebugAndroidTest
> Task :respect-datalayer-db:lintAnalyzeDebugUnitTest
> Task :respect-lib-shared:verifyReleaseResources
> Task :respect-datalayer-db:lintAnalyzeDebugAndroidTest
> Task :respect-datalayer-db:jvmTest
> Task :respect-datalayer-db:allTests
> Task :respect-lib-shared:preReleaseUnitTestBuildUP-TO-DATE
> Task :respect-lib-shared:javaPreCompileDebugUnitTest
> Task :respect-lib-shared:javaPreCompileReleaseUnitTest
> Task :respect-lib-primarykeygen:lintAnalyzeDebugUnitTest
> Task :respect-lib-shared:generateReleaseUnitTestStubRFile
> Task :respect-lib-primarykeygen:lintAnalyzeDebugAndroidTest
> Task :respect-lib-opds-model:lintAnalyzeDebugUnitTest
> Task :respect-lib-serializers:lintAnalyzeDebugAndroidTest
> Task :respect-lib-shared-se:transformCommonMainDependenciesMetadata
> Task :respect-lib-shared-se:compileCommonMainKotlinMetadataSKIPPED
> Task :respect-lib-shared-se:generateProjectStructureMetadata
> Task :respect-lib-shared-se:metadataCommonMainProcessResourcesNO-SOURCE
> Task :respect-lib-shared-se:metadataCommonMainClassesUP-TO-DATE
> Task :respect-lib-shared-se:allMetadataJar
> Task :respect-lib-shared:compileReleaseLibraryResources
> Task :respect-lib-shared-se:mapReleaseSourceSetPaths
> Task :respect-lib-serializers:lintAnalyzeDebugUnitTest
> Task :respect-lib-xxhash:lintAnalyzeDebugAndroidTest
> Task :respect-lib-util:lintAnalyzeDebugUnitTest
> Task :respect-lib-util:lintAnalyzeDebugAndroidTest
> Task :respect-lib-shared-se:mergeReleaseResources
> Task :respect-lib-shared-se:jvmTestProcessResourcesNO-SOURCE
> Task :respect-lib-shared-se:processJvmTestResourcesSKIPPED
> Task :respect-lib-xxhash:lintAnalyzeDebugUnitTest
> Task :respect-lib-ihttp-iostreams:lintReportDebug
> Task :respect-lib-ihttp-iostreams:lintDebug
> Task :respect-lib-ihttp-iostreams:lint
> Task :respect-lib-ihttp-iostreams:check
> Task :respect-lib-ihttp-iostreams:build
> Task :respect-lib-shared-se:preReleaseUnitTestBuildUP-TO-DATE
> Task :respect-lib-shared-se:javaPreCompileDebugUnitTest
> Task :respect-lib-ihttp-core:lintReportDebug
> Task :respect-lib-shared-se:generateDebugUnitTestStubRFile
> Task :respect-lib-ihttp-core:lintDebug
> Task :respect-lib-ihttp-core:lint
> Task :respect-lib-ihttp-core:check
> Task :respect-lib-ihttp-core:build
> Task :respect-lib-cache:lintReportDebug
> Task :respect-lib-cache:lintDebug
> Task :respect-lib-cache:lint
> Task :respect-lib-cache:check
> Task :respect-lib-cache:build
> Task :respect-lib-shared-se:javaPreCompileReleaseUnitTest
> Task :respect-lib-shared-se:generateReleaseUnitTestStubRFile
> Task :respect-lib-ihttp-okhttp:lintReportDebug
> Task :respect-lib-ihttp-nanohttpd:lintAnalyzeDebugAndroidTest
> Task :respect-lib-ihttp-nanohttpd:lintAnalyzeDebug
> Task :respect-lib-ihttp-nanohttpd:lintAnalyzeDebugUnitTest
> Task :respect-lib-shared-se:verifyReleaseResources
> Task :respect-lib-test:transformCommonMainDependenciesMetadata
> Task :respect-lib-ihttp-okhttp:lintDebug
> Task :respect-lib-ihttp-okhttp:lint
> Task :respect-lib-ihttp-okhttp:check
> Task :respect-lib-ihttp-okhttp:build
> Task :respect-lib-test:compileCommonMainKotlinMetadataSKIPPED
> Task :respect-lib-test:generateProjectStructureMetadata
> Task :respect-lib-test:metadataCommonMainProcessResourcesNO-SOURCE
> Task :respect-lib-test:metadataCommonMainClassesUP-TO-DATE
> Task :respect-lib-ihttp-nanohttpd:lintReportDebug
> Task :respect-lib-test:allMetadataJar
> Task :respect-lib-ihttp-nanohttpd:lintDebug
> Task :respect-lib-ihttp-nanohttpd:lint
> Task :respect-lib-ihttp-nanohttpd:check
> Task :respect-lib-ihttp-nanohttpd:build
> Task :respect-lib-test:preBuildUP-TO-DATE
> Task :respect-lib-test:preDebugBuildUP-TO-DATE
> Task :respect-lib-primarykeygen:lintReportDebug
> Task :respect-lib-opds-model:lintReportDebug
> Task :respect-lib-serializers:lintReportDebug
> Task :respect-lib-opds-model:lintDebug
> Task :respect-lib-opds-model:lint
> Task :respect-lib-opds-model:check
> Task :respect-lib-opds-model:build
> Task :respect-lib-primarykeygen:lintDebug
> Task :respect-lib-primarykeygen:lint
> Task :respect-lib-primarykeygen:check
> Task :respect-lib-primarykeygen:build
> Task :respect-lib-serializers:lintDebug
> Task :respect-lib-serializers:lint
> Task :respect-lib-serializers:check
> Task :respect-lib-serializers:build
> Task :respect-lib-test:mergeDebugJniLibFolders
> Task :respect-lib-test:mergeDebugNativeLibsNO-SOURCE
> Task :respect-lib-test:stripDebugDebugSymbolsNO-SOURCE
> Task :respect-lib-test:checkDebugAarMetadata
> Task :respect-lib-test:copyDebugJniLibsProjectAndLocalJars
> Task :respect-lib-test:generateDebugResValues
> Task :respect-lib-test:generateDebugResources
> Task :respect-lib-test:packageDebugResources
> Task :respect-lib-test:processDebugNavigationResources
> Task :respect-lib-test:extractDeepLinksForAarDebugUP-TO-DATE
> Task :respect-lib-test:parseDebugLocalResources
> Task :respect-lib-test:mergeDebugShaders
> Task :respect-lib-test:compileDebugShadersNO-SOURCE
> Task :respect-lib-test:debugAssetsCopyForAGPNO-SOURCE
> Task :respect-lib-test:generateDebugAssetsUP-TO-DATE
> Task :respect-lib-test:generateDebugRFile
> Task :respect-lib-test:mergeDebugAssets
> Task :respect-lib-test:compileDebugKotlinAndroidNO-SOURCE
> Task :respect-lib-test:extractDebugAnnotations
> Task :respect-lib-test:prepareDebugArtProfileUP-TO-DATE
> Task :respect-lib-test:javaPreCompileDebug
> Task :respect-lib-test:prepareLintJarForPublishUP-TO-DATE
> Task :respect-lib-test:compileDebugJavaWithJavacNO-SOURCE
> Task :respect-lib-test:mergeDebugGeneratedProguardFilesUP-TO-DATE
> Task :respect-lib-test:mergeDebugConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-test:processDebugJavaResNO-SOURCE
> Task :respect-lib-test:processDebugManifest
> Task :respect-lib-test:preReleaseBuildUP-TO-DATE
> Task :respect-lib-test:writeDebugAarMetadata
> Task :respect-lib-test:mergeDebugJavaResource
> Task :respect-lib-test:syncDebugLibJars
> Task :respect-lib-test:checkReleaseAarMetadata
> Task :respect-lib-test:bundleDebugAar
> Task :respect-lib-test:assembleDebug
> Task :respect-lib-test:mergeReleaseJniLibFolders
> Task :respect-lib-test:mergeReleaseNativeLibsNO-SOURCE
> Task :respect-lib-test:stripReleaseDebugSymbolsNO-SOURCE
> Task :respect-lib-test:copyReleaseJniLibsProjectAndLocalJars
> Task :respect-lib-test:generateReleaseResValues
> Task :respect-lib-test:extractDeepLinksForAarReleaseUP-TO-DATE
> Task :respect-lib-test:generateReleaseResources
> Task :respect-lib-test:packageReleaseResources
> Task :respect-lib-test:processReleaseNavigationResources
> Task :respect-lib-test:parseReleaseLocalResources
> Task :respect-lib-test:mergeReleaseShaders
> Task :respect-lib-test:compileReleaseShadersNO-SOURCE
> Task :respect-lib-test:generateReleaseAssetsUP-TO-DATE
> Task :respect-lib-test:releaseAssetsCopyForAGPNO-SOURCE
> Task :respect-lib-test:generateReleaseRFile
> Task :respect-lib-test:mergeReleaseAssets
> Task :respect-lib-test:compileReleaseKotlinAndroidNO-SOURCE
> Task :respect-lib-test:extractReleaseAnnotations
> Task :respect-lib-test:javaPreCompileRelease
> Task :respect-lib-test:prepareReleaseArtProfileUP-TO-DATE
> Task :respect-lib-test:compileReleaseJavaWithJavacNO-SOURCE
> Task :respect-lib-test:mergeReleaseGeneratedProguardFilesUP-TO-DATE
> Task :respect-lib-test:mergeReleaseConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-test:processReleaseJavaResNO-SOURCE
> Task :respect-lib-test:mergeReleaseJavaResource
> Task :respect-lib-test:writeReleaseAarMetadata
> Task :respect-lib-test:mapReleaseSourceSetPaths
> Task :respect-lib-test:syncReleaseLibJars
> Task :respect-lib-test:processReleaseManifest
> Task :respect-lib-test:mergeReleaseResources
> Task :respect-lib-test:bundleReleaseAar
> Task :respect-lib-test:jvmTestProcessResourcesNO-SOURCE
> Task :respect-lib-test:processJvmTestResourcesSKIPPED
> Task :respect-lib-test:preDebugUnitTestBuildUP-TO-DATE
> Task :respect-lib-test:bundleLibCompileToJarDebug
> Task :respect-lib-test:bundleLibRuntimeToJarDebug
> Task :respect-lib-test:javaPreCompileDebugUnitTest
> Task :respect-lib-test:bundleLibRuntimeToJarRelease
> Task :respect-lib-test:generateDebugUnitTestStubRFile
> Task :respect-lib-test:bundleLibCompileToJarRelease
> Task :respect-lib-test:compileDebugUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-test:compileDebugUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-test:processDebugUnitTestJavaResNO-SOURCE
> Task :respect-lib-test:testDebugUnitTestNO-SOURCE
> Task :respect-lib-test:preReleaseUnitTestBuildUP-TO-DATE
> Task :respect-lib-test:javaPreCompileReleaseUnitTest
> Task :respect-lib-test:generateReleaseUnitTestStubRFile
> Task :respect-lib-test:bundleDebugLocalLintAar
> Task :respect-lib-test:compileReleaseUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-test:compileReleaseUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-test:processReleaseUnitTestJavaResNO-SOURCE
> Task :respect-lib-test:testReleaseUnitTestNO-SOURCE
> Task :respect-lib-test:createFullJarDebug
> Task :respect-lib-test:preDebugAndroidTestBuildUP-TO-DATE
> Task :respect-lib-test:generateDebugAndroidTestResValues
> Task :respect-lib-test:writeDebugLintModelMetadata
> Task :respect-lib-test:generateDebugAndroidTestLintModel
> Task :respect-lib-test:extractProguardFiles
> Task :respect-lib-test:generateDebugLintReportModel
> Task :respect-lib-test:verifyReleaseResources
> Task :respect-lib-test:generateDebugUnitTestLintModel
> Task :respect-lib-test:assembleRelease
> Task :respect-lib-test:testUP-TO-DATE
> Task :respect-lib-util:bundleDebugAar
> Task :respect-lib-util:assembleDebug
> Task :respect-lib-util:bundleReleaseAar
> Task :respect-lib-util:mapReleaseSourceSetPaths
> Task :respect-lib-util:mergeReleaseResources
> Task :respect-lib-util:jvmTestProcessResourcesNO-SOURCE
> Task :respect-lib-util:processJvmTestResourcesSKIPPED
> Task :respect-lib-util:preReleaseUnitTestBuildUP-TO-DATE
> Task :respect-lib-util:generateDebugUnitTestStubRFile
> Task :respect-lib-util:javaPreCompileDebugUnitTest
> Task :respect-lib-util:generateReleaseUnitTestStubRFile
> Task :respect-lib-util:compileDebugUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-util:compileDebugUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-util:processDebugUnitTestJavaResNO-SOURCE
> Task :respect-lib-util:testDebugUnitTestNO-SOURCE
> Task :respect-lib-util:compileReleaseUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-util:processReleaseUnitTestJavaResNO-SOURCE
> Task :respect-lib-util:javaPreCompileReleaseUnitTest
> Task :respect-lib-util:generateDebugLintReportModel
> Task :respect-lib-util:compileReleaseUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-util:testReleaseUnitTestNO-SOURCE
> Task :respect-lib-util:testUP-TO-DATE
> Task :respect-lib-xxhash:bundleDebugAar
> Task :respect-lib-xxhash:assembleDebug
> Task :respect-lib-xxhash:bundleReleaseAar
> Task :respect-lib-xxhash:mapReleaseSourceSetPaths
> Task :respect-lib-util:verifyReleaseResources
> Task :respect-lib-xxhash:mergeReleaseResources
> Task :respect-lib-util:assembleRelease
> Task :respect-lib-util:assemble
> Task :respect-lib-util:lintReportDebug
> Task :respect-lib-util:lintDebug
> Task :respect-lib-util:lint
> Task :respect-lib-xxhash:jvmTestProcessResourcesNO-SOURCE
> Task :respect-lib-xxhash:compileTestKotlinJvmNO-SOURCE
> Task :respect-lib-xxhash:compileJvmTestJavaNO-SOURCE
> Task :respect-lib-test:lintAnalyzeDebugAndroidTest
> Task :respect-lib-xxhash:processJvmTestResourcesSKIPPED
> Task :respect-lib-xxhash:jvmTestClassesUP-TO-DATE
> Task :respect-lib-xxhash:transformJvmTestAtomicfu
> Task :respect-lib-xxhash:jvmTestNO-SOURCE
> Task :respect-lib-xxhash:preReleaseUnitTestBuildUP-TO-DATE
> Task :respect-lib-xxhash:generateDebugUnitTestStubRFile
> Task :respect-lib-xxhash:javaPreCompileDebugUnitTest
> Task :respect-lib-xxhash:compileDebugUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-xxhash:compileDebugUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-xxhash:processDebugUnitTestJavaResNO-SOURCE
> Task :respect-lib-xxhash:testDebugUnitTestNO-SOURCE
> Task :respect-lib-xxhash:javaPreCompileReleaseUnitTest
> Task :respect-lib-xxhash:generateReleaseUnitTestStubRFile
> Task :respect-lib-xxhash:generateDebugLintReportModel
> Task :respect-lib-xxhash:compileReleaseUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-xxhash:compileReleaseUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-xxhash:processReleaseUnitTestJavaResNO-SOURCE
> Task :respect-lib-xxhash:testReleaseUnitTestNO-SOURCE
> Task :respect-lib-xxhash:allTestsNO-SOURCE
> Task :respect-lib-xxhash:testUP-TO-DATE
> Task :respect-server:generateTestBuildConfigClassesSKIPPED
> Task :respect-server:processTestResourcesNO-SOURCE
> Task :respect-lib-xxhash:verifyReleaseResources
> Task :respect-lib-xxhash:lintReportDebug
> Task :respect-lib-test:lintAnalyzeDebugUnitTest
> Task :respect-lib-util:compileTestKotlinJvm
> Task :respect-server:generateSwaggerUIRespect
> Task :respect-lib-util:compileJvmTestJavaNO-SOURCE
> Task :respect-lib-util:jvmTestClasses
> Task :respect-lib-util:jvmTest
> Task :respect-lib-util:allTests
> Task :respect-lib-util:check
> Task :respect-lib-util:build
> Task :respect-lib-xxhash:assembleRelease
> Task :respect-lib-xxhash:assemble
> Task :respect-lib-xxhash:lintDebug
> Task :respect-lib-xxhash:lint
> Task :respect-lib-xxhash:check
> Task :respect-lib-xxhash:build
> Task :respect-server:generateSwaggerUINO-SOURCE
> Task :respect-lib-shared:compileDebugKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/launchapp/LaunchAppUseCaseAndroid.kt:36:12 Condition is always 'false'.
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-lib-shared/src/androidMain/kotlin/world/respect/shared/util/RememberDateTimeFormat.android.kt:11:1 Annotation `@ParameterName(name = "date")` is missing on actual declaration.
All annotations from expect `world.respect.shared.util.rememberFormattedDateTime` must be present with the same arguments on actual `world.respect.shared.util.rememberFormattedDateTime`, otherwise they might behave incorrectly.
> Task :respect-lib-shared:compileDebugJavaWithJavacNO-SOURCE
> Task :respect-lib-shared:compileReleaseKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/launchapp/LaunchAppUseCaseAndroid.kt:36:12 Condition is always 'false'.
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-lib-shared/src/androidMain/kotlin/world/respect/shared/util/RememberDateTimeFormat.android.kt:11:1 Annotation `@ParameterName(name = "date")` is missing on actual declaration.
All annotations from expect `world.respect.shared.util.rememberFormattedDateTime` must be present with the same arguments on actual `world.respect.shared.util.rememberFormattedDateTime`, otherwise they might behave incorrectly.
> Task :respect-lib-shared:processDebugJavaRes
> Task :respect-lib-shared:bundleLibCompileToJarDebug
> Task :respect-lib-shared:compileReleaseJavaWithJavacNO-SOURCE
> Task :respect-lib-shared:bundleLibRuntimeToJarDebug
> Task :respect-lib-shared:mergeReleaseGeneratedProguardFilesUP-TO-DATE
> Task :respect-lib-shared:exportReleaseConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-shared:bundleLibCompileToJarRelease
> Task :respect-lib-shared:processReleaseJavaRes
> Task :respect-lib-shared:bundleLibRuntimeToJarRelease
> Task :respect-lib-shared:createFullJarRelease
> Task :respect-lib-shared:compileKotlinJvm
> Task :respect-lib-shared:generateReleaseLintModel
> Task :respect-lib-shared:extractReleaseAnnotations
> Task :respect-lib-shared:mergeReleaseConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-shared:mergeReleaseJavaResource
> Task :respect-lib-shared-se:compileDebugKotlinAndroid
> Task :respect-lib-shared-se:compileReleaseKotlinAndroid
> Task :respect-lib-shared:syncReleaseLibJars
> Task :respect-lib-shared-se:compileDebugJavaWithJavacNO-SOURCE
> Task :respect-lib-shared-se:bundleLibCompileToJarDebug
> Task :respect-lib-shared-se:processDebugJavaRes
> Task :respect-datalayer-db:lintVitalAnalyzeRelease
> Task :respect-lib-shared-se:compileReleaseJavaWithJavacNO-SOURCE
> Task :respect-lib-shared-se:bundleLibRuntimeToJarDebug
> Task :respect-lib-shared-se:mergeReleaseGeneratedProguardFilesUP-TO-DATE
> Task :respect-lib-shared-se:exportReleaseConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-shared-se:bundleLibCompileToJarRelease
> Task :respect-lib-shared-se:bundleLibRuntimeToJarRelease
> Task :respect-lib-shared-se:processReleaseJavaRes
> Task :respect-lib-shared-se:createFullJarRelease
> Task :respect-lib-shared-se:generateReleaseLintModel
> Task :respect-lib-shared-se:extractReleaseAnnotations
> Task :respect-lib-shared-se:mergeReleaseConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-shared-se:mergeReleaseJavaResource
> Task :respect-lib-shared:bundleReleaseLocalLintAar
> Task :respect-lib-shared-se:syncReleaseLibJars
> Task :respect-lib-shared-se:bundleReleaseLocalLintAar
> Task :respect-lib-shared:generateReleaseLintVitalModel
> Task :respect-lib-shared-se:generateReleaseLintVitalModel
> Task :respect-lib-shared:compileJvmMainJavaNO-SOURCE
> Task :respect-lib-shared:jvmMainClasses
> Task :respect-lib-shared-se:lintVitalAnalyzeRelease
> Task :respect-lib-shared:jvmJar
> Task :respect-lib-shared-se:extractDebugAnnotations
> Task :respect-lib-shared-se:mergeDebugGeneratedProguardFilesUP-TO-DATE
> Task :respect-lib-shared-se:mergeDebugConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-shared-se:mergeDebugJavaResource
> Task :respect-lib-shared:extractDebugAnnotations
> Task :respect-lib-shared-se:syncDebugLibJars
> Task :respect-lib-shared-se:bundleDebugLocalLintAar
> Task :respect-lib-shared:mergeDebugGeneratedProguardFilesUP-TO-DATE
> Task :respect-lib-shared:mergeDebugConsumerProguardFilesUP-TO-DATE
> Task :respect-lib-shared:mergeDebugJavaResource
> Task :respect-lib-shared:createFullJarDebug
> Task :respect-lib-shared:syncDebugLibJars
> Task :respect-lib-shared:bundleDebugLocalLintAar
> Task :respect-lib-shared-se:createFullJarDebug
> Task :respect-lib-shared:generateDebugLintModel
> Task :respect-lib-shared-se:generateDebugLintModel
> Task :respect-datalayer-db:lintAnalyzeDebug
> Task :respect-lib-shared:generateDebugAndroidTestLintModel
> Task :respect-lib-shared-se:compileKotlinJvm
> Task :respect-lib-shared:generateDebugUnitTestLintModel
> Task :respect-lib-shared-se:compileJvmMainJavaNO-SOURCE
> Task :respect-lib-shared-se:jvmMainClasses
> Task :respect-lib-shared-se:jvmJar
> Task :respect-lib-shared-se:generateDebugAndroidTestLintModel
> Task :respect-lib-shared-se:generateDebugUnitTestLintModel
> Task :respect-lib-shared:bundleDebugAar
> Task :respect-lib-shared:assembleDebug
> Task :respect-lib-shared-se:lintAnalyzeDebugUnitTest
> Task :respect-lib-shared-se:lintAnalyzeDebugAndroidTest
> Task :respect-lib-shared:bundleReleaseAar
> Task :respect-lib-shared:assembleRelease
> Task :respect-lib-shared:assemble
> Task :respect-lib-shared:compileDebugUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-shared:compileDebugUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-shared:processDebugUnitTestJavaResNO-SOURCE
> Task :respect-lib-shared:testDebugUnitTestNO-SOURCE
> Task :respect-lib-shared:compileReleaseUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-shared:compileReleaseUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-shared:processReleaseUnitTestJavaResNO-SOURCE
> Task :respect-lib-shared:testReleaseUnitTestNO-SOURCE
> Task :respect-lib-shared:generateDebugLintReportModel
> Task :respect-lib-shared:testUP-TO-DATE
> Task :respect-lib-shared-se:bundleDebugAar
> Task :respect-lib-shared-se:assembleDebug
> Task :respect-lib-shared-se:bundleReleaseAar
> Task :respect-lib-shared-se:assembleRelease
> Task :respect-lib-shared-se:assemble
> Task :respect-lib-shared-se:compileDebugUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-shared-se:compileDebugUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-shared-se:processDebugUnitTestJavaResNO-SOURCE
> Task :respect-lib-shared-se:testDebugUnitTestNO-SOURCE
> Task :respect-lib-shared-se:compileReleaseUnitTestKotlinAndroidNO-SOURCE
> Task :respect-lib-shared-se:compileReleaseUnitTestJavaWithJavacNO-SOURCE
> Task :respect-lib-shared-se:processReleaseUnitTestJavaResNO-SOURCE
> Task :respect-lib-shared-se:testReleaseUnitTestNO-SOURCE
> Task :respect-lib-shared-se:generateDebugLintReportModel
> Task :respect-lib-shared-se:testUP-TO-DATE
> Task :respect-lib-shared:lintAnalyzeDebugAndroidTest
> Task :respect-lib-shared:lintAnalyzeDebugUnitTest
> Task :respect-cli:compileKotlin
> Task :respect-cli:compileJavaNO-SOURCE
> Task :respect-cli:classesUP-TO-DATE
> Task :respect-cli:jar
> Task :respect-lib-shared:lintVitalAnalyzeRelease
> Task :respect-cli:startScripts
> Task :respect-cli:distTar
> Task :respect-lib-test:lintAnalyzeDebug
> Task :respect-server:compileKotlin
> Task :respect-cli:distZip
> Task :respect-cli:assemble
> Task :respect-cli:compileTestKotlinNO-SOURCE
> Task :respect-cli:compileTestJavaNO-SOURCE
> Task :respect-cli:testClassesUP-TO-DATE
> Task :respect-cli:testNO-SOURCE
> Task :respect-cli:checkUP-TO-DATE
> Task :respect-cli:build
> Task :respect-server:compileJavaNO-SOURCE
> Task :respect-server:classes
> Task :respect-app-compose:mergeLibDexDebug
> Task :respect-server:jar
> Task :respect-server:startScripts
> Task :respect-app-compose:compileDebugKotlinAndroid FAILED
e: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt:15:44 Unresolved reference 'no_bookmark'.
> Task :respect-app-compose:compileReleaseKotlinAndroid FAILED
e: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt:15:44 Unresolved reference 'no_bookmark'.
> Task :respect-server:distTar
> Task :respect-lib-test:compileKotlinJvm
> Task :respect-lib-shared:lintAnalyzeDebug
> Task :respect-app-compose:compileKotlinDesktop
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectQrBadgeInfoBox.kt:98:41 'val outlinedButtonBorder: BorderStroke' is deprecated. Please use the version that takes an `enabled` param to get the `BorderStroke` with the correct opacity.
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/edit/ReportEditScreen.kt:410:18 'fun Modifier.menuAnchor(): Modifier' is deprecated. Use overload that takes MenuAnchorType and enabled parameters.
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-app-compose/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt:15:19 'fun painterResource(resourcePath: String): Painter' is deprecated. Migrate to the Compose resources library. See https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html If you need to load resources specificly from Java classpath, you should still use the new resource library and use a snippet from https://github.com/JetBrains/compose-multiplatform-core/pull/1457.
w: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/respect-app-compose/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt:13:12 'fun painterResource(resourcePath: String): Painter' is deprecated. Migrate to the Compose resources library. See https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html If you need to load resources specificly from Java classpath, you should still use the new resource library and use a snippet from https://github.com/JetBrains/compose-multiplatform-core/pull/1457.
[Incubating] Problems report is available at: file:///home/jenkins/.jenkins/workspace/dev-bookmark-end-to-end/build/reports/problems/problems-report.html
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':respect-app-compose:compileDebugKotlinAndroid'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':respect-app-compose:compileReleaseKotlinAndroid'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 1m 23s
1846 actionable tasks: 1651 executed, 195 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Finished: FAILURE