Skip to content
Failed

Console Output

Started by GitHub push by mikedawson
Started by GitHub push by mikedawson
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building in workspace /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/UstadMobile/UstadMobile.git # timeout=10
Fetching upstream changes from https://github.com/UstadMobile/UstadMobile.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/UstadMobile/UstadMobile.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/dev-simplified-onboarding-distributedcache^{commit} # timeout=10
Checking out Revision 61e74c65c5fba60cb83c7c8ba085ac4db9d6b432 (refs/remotes/origin/dev-simplified-onboarding-distributedcache)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 61e74c65c5fba60cb83c7c8ba085ac4db9d6b432 # timeout=10
Commit message: "Merge branch 'dev-simplified-onboarding' into dev-simplified-onboarding-distributedcache"
 > git rev-list --no-walk fed42e5bd407129396170ba30a50c311724c7e6a # timeout=10
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties content 
CONVEYOR_SITE_URL=https://devserver3.ustadmobile.com/conveyor/dev-simplified-onboarding-distributedcache
ANDROID_SDK_ROOT=/var/lib/jenkins/Android/Sdk
KEYSTORE=/var/lib/jenkins/javakey/android-release-keystore.properties
ANDROID_HOME=/var/lib/jenkins/Android/Sdk

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[dev-simplified-onboarding-distributedcache] $ /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/gradlew -x app-android-baselineprofile:build -Pktorbundleproductionjs=true clean build
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :app-android
WARNING: The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.
The current default is 'false'.
It will be removed in version 9.0 of the Android Gradle plugin.
To keep using this feature, add the following to your module-level build.gradle files:
    android.buildFeatures.buildConfig = true
or from Android Studio, click: `Refactor` > `Migrate BuildConfig to Gradle Build Files`.

> Configure project :app-react
MR file generation for iOS is not supported on your system!
w: The Default Kotlin Hierarchy Template was not applied to 'project ':app-react'':
Explicit .dependsOn() edges were configured for the following source sets:
[jsMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template


> Configure project :core
w: Please use `androidTarget` function instead of `android` to configure android target inside `kotlin { }` block.
See the details here: https://kotl.in/android-target-dsl
MR file generation for iOS is not supported on your system!
w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
The applied Android Gradle Plugin version (8.7.3) is higher 
than the maximum known to the Kotlin Gradle Plugin.
Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"

Minimum supported Android Gradle Plugin version: 7.0
Maximum tested Android Gradle Plugin version: 8.2

To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties

w: The Default Kotlin Hierarchy Template was not applied to 'project ':core'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidMain, commonJvmMain, jsMain, jvmMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template


> Configure project :lib-cache
w: The Default Kotlin Hierarchy Template was not applied to 'project ':lib-cache'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidMain, commonJvmMain, jvmMain, jvmTest]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template


> Configure project :lib-database
w: The Default Kotlin Hierarchy Template was not applied to 'project ':lib-database'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidMain, commonJvmMain, jvmMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template

w: The Kotlin source set androidTest was configured but not added to any Kotlin compilation.

You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotl.in/connecting-source-sets


> Configure project :lib-ihttp-core
w: The Default Kotlin Hierarchy Template was not applied to 'project ':lib-ihttp-core'':
Explicit .dependsOn() edges were configured for the following source sets:
[jvmTest]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template


> Configure project :lib-test-common
w: Please use `androidTarget` function instead of `android` to configure android target inside `kotlin { }` block.
See the details here: https://kotl.in/android-target-dsl
w: The Default Kotlin Hierarchy Template was not applied to 'project ':lib-test-common'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidMain, jvmMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template


> Configure project :lib-ui-compose
MR file generation for iOS is not supported on your system!
w: The Default Kotlin Hierarchy Template was not applied to 'project ':lib-ui-compose'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidMain, desktopMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template


> Configure project :lib-util
w: The Default Kotlin Hierarchy Template was not applied to 'project ':lib-util'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidMain, jvmMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template


> Configure project :sharedse
w: Please use `androidTarget` function instead of `android` to configure android target inside `kotlin { }` block.
See the details here: https://kotl.in/android-target-dsl
w: The Default Kotlin Hierarchy Template was not applied to 'project ':sharedse'':
Explicit .dependsOn() edges were configured for the following source sets:
[androidMain, jvmMain]

Consider removing dependsOn-calls or disabling the default template by adding
    'kotlin.mpp.applyDefaultHierarchyTemplate=false'
to your gradle.properties

Learn more about hierarchy templates: https://kotl.in/hierarchy-template

Configuration 'jsNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsTestNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsTestNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsTestNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsTestNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsTestNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsTestNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.
Configuration 'jsTestNpmAggregated' was resolved during configuration time.
This is a build performance and scalability issue.
See https://github.com/gradle/gradle/issues/2298
Run with --info for a stacktrace.

> Task :clean
> Task :app-android:clean
> Task :app-android-baselineprofile:clean UP-TO-DATE
> Task :app-desktop:cleanWebBundle
> Task :app-desktop:clean
> Task :app-ktor-server:clean
> Task :app-react:cleanJsBrowserTest
> Task :app-react:cleanAllTests
> Task :app-react:clean
> Task :core:cleanJsBrowserTest
> Task :core:cleanJvmTest
> Task :core:cleanAllTests
> Task :core:clean
> Task :lib-cache:cleanJvmTest
> Task :lib-cache:cleanAllTests
> Task :lib-cache:clean
> Task :lib-centralappconfigdb-common:cleanJsBrowserTest UP-TO-DATE
> Task :lib-centralappconfigdb-common:cleanJvmTest UP-TO-DATE
> Task :lib-centralappconfigdb-common:cleanAllTests UP-TO-DATE
> Task :lib-centralappconfigdb-common:clean
> Task :lib-centralappconfigdb-sqldelight:cleanJvmTest UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:cleanAllTests UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:clean
> Task :lib-database:cleanJsBrowserTest UP-TO-DATE
> Task :lib-database:cleanJvmTest UP-TO-DATE
> Task :lib-database:cleanAllTests UP-TO-DATE
> Task :lib-database:clean
> Task :lib-ihttp-core:cleanJsBrowserTest UP-TO-DATE
> Task :lib-ihttp-core:cleanJvmTest UP-TO-DATE
> Task :lib-ihttp-core:cleanAllTests UP-TO-DATE
> Task :lib-ihttp-core:clean
> Task :lib-ihttp-iostreams:cleanJvmTest UP-TO-DATE
> Task :lib-ihttp-iostreams:cleanAllTests UP-TO-DATE
> Task :lib-ihttp-iostreams:clean
> Task :lib-ihttp-ktor-server:clean
> Task :lib-ihttp-nanohttpd:cleanJvmTest UP-TO-DATE
> Task :lib-ihttp-nanohttpd:cleanAllTests UP-TO-DATE
> Task :lib-ihttp-nanohttpd:clean
> Task :lib-ihttp-okhttp:cleanJvmTest UP-TO-DATE
> Task :lib-ihttp-okhttp:cleanAllTests UP-TO-DATE
> Task :lib-ihttp-okhttp:clean
> Task :lib-test-common:cleanJvmTest UP-TO-DATE
> Task :lib-test-common:cleanAllTests UP-TO-DATE
> Task :lib-test-common:clean
> Task :lib-ui-compose:cleanDesktopTest UP-TO-DATE
> Task :lib-ui-compose:cleanAllTests UP-TO-DATE
> Task :lib-ui-compose:clean
> Task :lib-ui-compose-videoplayer:cleanDesktopTest UP-TO-DATE
> Task :lib-ui-compose-videoplayer:cleanAllTests UP-TO-DATE
> Task :lib-ui-compose-videoplayer:clean
> Task :lib-util:cleanJsBrowserTest UP-TO-DATE
> Task :lib-util:cleanJvmTest
> Task :lib-util:cleanAllTests
> Task :lib-util:clean
> Task :lib-xxhashkmp:cleanJsBrowserTest UP-TO-DATE
> Task :lib-xxhashkmp:cleanJvmTest UP-TO-DATE
> Task :lib-xxhashkmp:cleanAllTests UP-TO-DATE
> Task :lib-xxhashkmp:clean
> Task :lib-xxhashkmp-commonjvmimpl:cleanJvmTest
> Task :lib-xxhashkmp-commonjvmimpl:cleanAllTests
> Task :lib-xxhashkmp-commonjvmimpl:clean
> Task :lib-xxhashkmp-core:cleanJsBrowserTest
> Task :lib-xxhashkmp-core:cleanJvmTest UP-TO-DATE
> Task :lib-xxhashkmp-core:cleanAllTests
> Task :lib-xxhashkmp-core:clean
> Task :sharedse:cleanJvmTest
> Task :sharedse:cleanAllTests
> Task :sharedse:clean
> Task :testserver-controller:clean
> Task :assemble UP-TO-DATE
> Task :check UP-TO-DATE
> Task :build UP-TO-DATE
> Task :app-android:preBuild UP-TO-DATE
> Task :app-android:preBenchmarkReleaseBuild UP-TO-DATE
> Task :app-android:mergeBenchmarkReleaseJniLibFolders
> Task :core:generateMRcommonMain
> Task :core:generateMRandroidMain
> Task :core:preBuild UP-TO-DATE
> Task :core:preReleaseBuild UP-TO-DATE
> Task :core:mergeReleaseJniLibFolders
> Task :core:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-cache:preBuild UP-TO-DATE
> Task :lib-cache:preReleaseBuild UP-TO-DATE
> Task :core:copyReleaseJniLibsProjectOnly
> Task :lib-cache:mergeReleaseJniLibFolders
> Task :lib-cache:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-centralappconfigdb-common:preBuild UP-TO-DATE
> Task :lib-centralappconfigdb-common:preReleaseBuild UP-TO-DATE
> Task :lib-cache:copyReleaseJniLibsProjectOnly
> Task :lib-centralappconfigdb-common:mergeReleaseJniLibFolders
> Task :lib-centralappconfigdb-common:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:preBuild UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:preReleaseBuild UP-TO-DATE
> Task :lib-centralappconfigdb-common:copyReleaseJniLibsProjectOnly
> Task :lib-centralappconfigdb-sqldelight:mergeReleaseJniLibFolders
> Task :lib-centralappconfigdb-sqldelight:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-database:preBuild UP-TO-DATE
> Task :lib-database:preReleaseBuild UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:copyReleaseJniLibsProjectOnly
> Task :lib-database:mergeReleaseJniLibFolders
> Task :lib-database:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-ihttp-core:preBuild UP-TO-DATE
> Task :lib-ihttp-core:preReleaseBuild UP-TO-DATE
> Task :lib-database:copyReleaseJniLibsProjectOnly
> Task :lib-ihttp-core:mergeReleaseJniLibFolders
> Task :lib-ihttp-core:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-ihttp-iostreams:preBuild UP-TO-DATE
> Task :lib-ihttp-iostreams:preReleaseBuild UP-TO-DATE
> Task :lib-ihttp-core:copyReleaseJniLibsProjectOnly
> Task :lib-ihttp-iostreams:mergeReleaseJniLibFolders
> Task :lib-ihttp-iostreams:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-ihttp-nanohttpd:preBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:preReleaseBuild UP-TO-DATE
> Task :lib-ihttp-iostreams:copyReleaseJniLibsProjectOnly
> Task :lib-ihttp-nanohttpd:mergeReleaseJniLibFolders
> Task :lib-ihttp-nanohttpd:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-ihttp-okhttp:preBuild UP-TO-DATE
> Task :lib-ihttp-okhttp:preReleaseBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:copyReleaseJniLibsProjectOnly
> Task :lib-ihttp-okhttp:mergeReleaseJniLibFolders
> Task :lib-ihttp-okhttp:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-ihttp-okhttp:copyReleaseJniLibsProjectOnly
> Task :lib-ui-compose:generateMRcommonMain
> Task :lib-ui-compose:generateMRandroidMain
> Task :lib-ui-compose:preBuild UP-TO-DATE
> Task :lib-ui-compose:preReleaseBuild UP-TO-DATE
> Task :lib-ui-compose:mergeReleaseJniLibFolders
> Task :lib-ui-compose:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-util:preBuild UP-TO-DATE
> Task :lib-util:preReleaseBuild UP-TO-DATE
> Task :lib-ui-compose:copyReleaseJniLibsProjectOnly
> Task :lib-util:mergeReleaseJniLibFolders
> Task :lib-util:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-xxhashkmp:preBuild UP-TO-DATE
> Task :lib-util:copyReleaseJniLibsProjectOnly
> Task :lib-xxhashkmp:preReleaseBuild UP-TO-DATE
> Task :lib-xxhashkmp:mergeReleaseJniLibFolders
> Task :lib-xxhashkmp:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:preBuild UP-TO-DATE
> Task :lib-xxhashkmp:copyReleaseJniLibsProjectOnly
> Task :lib-xxhashkmp-commonjvmimpl:preReleaseBuild UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:mergeReleaseJniLibFolders
> Task :lib-xxhashkmp-commonjvmimpl:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-xxhashkmp-core:preBuild UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:copyReleaseJniLibsProjectOnly
> Task :lib-xxhashkmp-core:preReleaseBuild UP-TO-DATE
> Task :lib-xxhashkmp-core:mergeReleaseJniLibFolders
> Task :lib-xxhashkmp-core:mergeReleaseNativeLibs NO-SOURCE
> Task :sharedse:preBuild UP-TO-DATE
> Task :sharedse:preReleaseBuild UP-TO-DATE
> Task :lib-xxhashkmp-core:copyReleaseJniLibsProjectOnly
> Task :sharedse:mergeReleaseJniLibFolders
> Task :sharedse:mergeReleaseNativeLibs NO-SOURCE
> Task :sharedse:copyReleaseJniLibsProjectOnly
> Task :core:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-cache:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-centralappconfigdb-common:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-database:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-ihttp-core:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-ihttp-iostreams:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-ihttp-nanohttpd:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-ihttp-okhttp:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-ui-compose:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-util:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-xxhashkmp:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-xxhashkmp-core:prepareReleaseArtProfile UP-TO-DATE
> Task :sharedse:prepareReleaseArtProfile UP-TO-DATE
> Task :app-android:mergeBenchmarkReleaseNativeLibs
> Task :lib-centralappconfigdb-common:checkKotlinGradlePluginConfigurationErrors
> Task :app-android:mergeBenchmarkReleaseArtProfile
> Task :lib-centralappconfigdb-common:generateReleaseBuildConfig

> Task :app-android:stripBenchmarkReleaseDebugSymbols
Unable to strip the following libraries, packaging them as they are: libgav1JNI.so.

> Task :lib-centralappconfigdb-common:generateReleaseResValues
> Task :lib-centralappconfigdb-common:generateReleaseResources
> Task :app-android:extractBenchmarkReleaseNativeSymbolTables
> Task :lib-centralappconfigdb-common:packageReleaseResources
> Task :app-android:mergeBenchmarkReleaseNativeDebugMetadata NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:checkKotlinGradlePluginConfigurationErrors
> Task :lib-centralappconfigdb-common:javaPreCompileRelease
> Task :lib-centralappconfigdb-sqldelight:generateReleaseBuildConfig
> Task :lib-centralappconfigdb-sqldelight:generateReleaseResValues
> Task :lib-centralappconfigdb-sqldelight:generateReleaseResources
> Task :lib-centralappconfigdb-sqldelight:packageReleaseResources
> Task :lib-centralappconfigdb-common:parseReleaseLocalResources
> Task :lib-xxhashkmp:checkKotlinGradlePluginConfigurationErrors
> Task :lib-centralappconfigdb-sqldelight:parseReleaseLocalResources
> Task :lib-xxhashkmp:generateReleaseBuildConfig
> Task :lib-xxhashkmp:generateReleaseResValues
> Task :lib-xxhashkmp:generateReleaseResources
> Task :lib-xxhashkmp:packageReleaseResources
> Task :lib-xxhashkmp-commonjvmimpl:checkKotlinGradlePluginConfigurationErrors
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseBuildConfig
> Task :lib-centralappconfigdb-common:generateReleaseRFile
> Task :lib-centralappconfigdb-sqldelight:generateReleaseRFile
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseResValues
> Task :lib-xxhashkmp:parseReleaseLocalResources
> Task :app-android:expandBenchmarkReleaseL8ArtProfileWildcards
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseResources
> Task :lib-xxhashkmp:generateReleaseRFile
> Task :lib-xxhashkmp-commonjvmimpl:packageReleaseResources
> Task :lib-xxhashkmp-core:checkKotlinGradlePluginConfigurationErrors
> Task :lib-xxhashkmp-commonjvmimpl:parseReleaseLocalResources
> Task :lib-xxhashkmp-core:generateReleaseBuildConfig
> Task :lib-xxhashkmp-core:generateReleaseResValues
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseRFile
> Task :lib-xxhashkmp-core:generateReleaseResources
> Task :lib-xxhashkmp-core:packageReleaseResources
> Task :lib-xxhashkmp-core:javaPreCompileRelease
> Task :lib-xxhashkmp-core:parseReleaseLocalResources
> Task :lib-xxhashkmp-commonjvmimpl:javaPreCompileRelease
> Task :lib-xxhashkmp:javaPreCompileRelease
> Task :core:checkKotlinGradlePluginConfigurationErrors
> Task :lib-centralappconfigdb-sqldelight:javaPreCompileRelease
> Task :lib-xxhashkmp-core:generateReleaseRFile
> Task :core:generateMRjvmMain
> Task :core:generateReleaseBuildConfig
> Task :core:generateReleaseResValues
> Task :core:generateReleaseResources
> Task :core:packageReleaseResources
> Task :lib-cache:checkKotlinGradlePluginConfigurationErrors
> Task :lib-cache:generateReleaseBuildConfig
> Task :lib-cache:generateReleaseResValues
> Task :lib-cache:generateReleaseResources
> Task :lib-cache:packageReleaseResources
> Task :lib-ihttp-core:checkKotlinGradlePluginConfigurationErrors
> Task :lib-cache:parseReleaseLocalResources
> Task :core:parseReleaseLocalResources
> Task :lib-ihttp-core:generateReleaseBuildConfig
> Task :lib-ihttp-core:generateReleaseResValues
> Task :lib-cache:generateReleaseRFile
> Task :lib-ihttp-core:generateReleaseResources
> Task :lib-ihttp-core:packageReleaseResources
> Task :core:generateReleaseRFile
> Task :lib-ihttp-iostreams:checkKotlinGradlePluginConfigurationErrors
> Task :lib-ihttp-core:parseReleaseLocalResources
> Task :lib-ihttp-iostreams:generateReleaseBuildConfig
> Task :lib-ihttp-iostreams:generateReleaseResValues
> Task :lib-ihttp-core:generateReleaseRFile
> Task :lib-ihttp-iostreams:generateReleaseResources
> Task :lib-ihttp-iostreams:packageReleaseResources
> Task :lib-ihttp-iostreams:parseReleaseLocalResources
> Task :lib-ihttp-iostreams:javaPreCompileRelease
> Task :lib-ihttp-okhttp:checkKotlinGradlePluginConfigurationErrors
> Task :lib-ihttp-core:javaPreCompileRelease
> Task :lib-ihttp-iostreams:generateReleaseRFile
> Task :lib-ihttp-okhttp:generateReleaseBuildConfig
> Task :lib-ihttp-okhttp:generateReleaseResValues
> Task :lib-ihttp-okhttp:generateReleaseResources
> Task :lib-ihttp-okhttp:packageReleaseResources
> Task :lib-ihttp-okhttp:javaPreCompileRelease
> Task :lib-ihttp-okhttp:parseReleaseLocalResources
> Task :lib-cache:javaPreCompileRelease
> Task :lib-database:checkKotlinGradlePluginConfigurationErrors
> Task :lib-ihttp-okhttp:generateReleaseRFile
> Task :lib-database:generateReleaseBuildConfig
> Task :lib-database:generateReleaseResValues
> Task :lib-database:generateReleaseResources
> Task :lib-database:packageReleaseResources
> Task :lib-util:checkKotlinGradlePluginConfigurationErrors
> Task :lib-database:parseReleaseLocalResources
> Task :lib-util:generateReleaseBuildConfig
> Task :lib-util:generateReleaseResValues
> Task :lib-database:generateReleaseRFile
> Task :lib-util:generateReleaseResources
> Task :lib-util:packageReleaseResources
> Task :lib-util:parseReleaseLocalResources
> Task :lib-util:javaPreCompileRelease
> Task :lib-ihttp-nanohttpd:checkKotlinGradlePluginConfigurationErrors
> Task :lib-database:javaPreCompileRelease
> Task :lib-ihttp-nanohttpd:generateReleaseBuildConfig
> Task :lib-util:generateReleaseRFile
> Task :lib-ihttp-nanohttpd:generateReleaseResValues
> Task :lib-ihttp-nanohttpd:generateReleaseResources
> Task :lib-ihttp-nanohttpd:packageReleaseResources
> Task :lib-ihttp-nanohttpd:parseReleaseLocalResources
> Task :lib-ihttp-nanohttpd:javaPreCompileRelease
> Task :sharedse:checkKotlinGradlePluginConfigurationErrors
> Task :core:javaPreCompileRelease
> Task :lib-ihttp-nanohttpd:generateReleaseRFile
> Task :sharedse:generateReleaseBuildConfig
> Task :sharedse:generateReleaseResValues
> Task :sharedse:generateReleaseResources
> Task :sharedse:packageReleaseResources
> Task :sharedse:parseReleaseLocalResources
> Task :sharedse:javaPreCompileRelease
> Task :lib-ui-compose:checkKotlinGradlePluginConfigurationErrors
> Task :sharedse:generateReleaseRFile
> Task :lib-centralappconfigdb-sqldelight:generateCommonMainCentralAppConfigDbInterface
> Task :lib-ui-compose:generateComposeResClass
> Task :lib-ui-compose:generateMRdesktopMain
> Task :lib-ui-compose:generateReleaseBuildConfig
> Task :lib-ui-compose:generateReleaseResValues
> Task :lib-ui-compose:generateReleaseResources
> Task :lib-ui-compose:packageReleaseResources
> Task :lib-ui-compose:javaPreCompileRelease
> Task :lib-ui-compose:parseReleaseLocalResources
> Task :app-android:buildKotlinToolingMetadata
> Task :lib-ui-compose:generateReleaseRFile
> Task :app-android:checkKotlinGradlePluginConfigurationErrors
> Task :app-android:generateBenchmarkReleaseBuildConfig
> Task :lib-cache:writeReleaseAarMetadata
> Task :core:writeReleaseAarMetadata
> Task :lib-centralappconfigdb-common:writeReleaseAarMetadata
> Task :lib-centralappconfigdb-sqldelight:writeReleaseAarMetadata
> Task :lib-database:writeReleaseAarMetadata
> Task :lib-ihttp-core:writeReleaseAarMetadata
> Task :lib-ihttp-nanohttpd:writeReleaseAarMetadata
> Task :lib-ihttp-iostreams:writeReleaseAarMetadata
> Task :app-android:checkBenchmarkReleaseDuplicateClasses
> Task :lib-ihttp-okhttp:writeReleaseAarMetadata
> Task :lib-ui-compose:writeReleaseAarMetadata
> Task :lib-util:writeReleaseAarMetadata
> Task :lib-xxhashkmp:writeReleaseAarMetadata
> Task :lib-xxhashkmp-commonjvmimpl:writeReleaseAarMetadata
> Task :lib-xxhashkmp-core:writeReleaseAarMetadata
> Task :sharedse:writeReleaseAarMetadata
> Task :app-android:generateBenchmarkReleaseResValues
> Task :app-android:checkBenchmarkReleaseAarMetadata
> Task :app-android:mapBenchmarkReleaseSourceSetPaths
> Task :app-android:generateBenchmarkReleaseResources
> Task :app-android:packageBenchmarkReleaseResources
> Task :app-android:createBenchmarkReleaseCompatibleScreenManifests
> Task :app-android:extractDeepLinksBenchmarkRelease
> Task :core:extractDeepLinksRelease
> Task :lib-cache:extractDeepLinksRelease
> Task :lib-centralappconfigdb-common:extractDeepLinksRelease
> Task :lib-centralappconfigdb-sqldelight:extractDeepLinksRelease
> Task :lib-database:extractDeepLinksRelease
> Task :lib-ihttp-core:extractDeepLinksRelease
> Task :lib-ihttp-iostreams:extractDeepLinksRelease
> Task :lib-ihttp-nanohttpd:extractDeepLinksRelease
> Task :lib-ihttp-okhttp:extractDeepLinksRelease
> Task :lib-ui-compose:extractDeepLinksRelease
> Task :app-android:parseBenchmarkReleaseLocalResources
> Task :lib-centralappconfigdb-common:processReleaseManifest
> Task :lib-database:processReleaseManifest
> Task :lib-ihttp-nanohttpd:processReleaseManifest
> Task :lib-cache:processReleaseManifest
> Task :lib-ihttp-okhttp:processReleaseManifest
> Task :lib-ihttp-core:processReleaseManifest
> Task :core:processReleaseManifest
> Task :lib-util:extractDeepLinksRelease
> Task :lib-centralappconfigdb-sqldelight:processReleaseManifest
> Task :lib-ihttp-iostreams:processReleaseManifest
> Task :lib-ui-compose:processReleaseManifest
> Task :lib-xxhashkmp:extractDeepLinksRelease
> Task :lib-util:processReleaseManifest
> Task :lib-xxhashkmp:processReleaseManifest
> Task :lib-xxhashkmp-commonjvmimpl:extractDeepLinksRelease
> Task :lib-xxhashkmp-commonjvmimpl:processReleaseManifest
> Task :lib-xxhashkmp-core:extractDeepLinksRelease
> Task :sharedse:extractDeepLinksRelease
> Task :lib-xxhashkmp-core:processReleaseManifest
> Task :sharedse:processReleaseManifest
> Task :core:compileReleaseLibraryResources
> Task :lib-ihttp-iostreams:compileReleaseKotlinAndroid
> Task :lib-xxhashkmp-core:compileReleaseKotlinAndroid

> Task :app-android:mergeBenchmarkReleaseResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:529:4: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-my/values-my.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:432:4: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:645:4: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:647:4: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-fa/values-fa.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :app-android:processBenchmarkReleaseMainManifest
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/app-android/src/main/AndroidManifest.xml Warning:
	provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present

> Task :lib-xxhashkmp-core:compileReleaseJavaWithJavac
> Task :lib-centralappconfigdb-common:compileReleaseKotlinAndroid
> Task :lib-xxhashkmp-core:bundleLibCompileToJarRelease
> Task :lib-centralappconfigdb-common:compileReleaseJavaWithJavac
> Task :lib-centralappconfigdb-common:bundleLibCompileToJarRelease
> Task :lib-ihttp-iostreams:compileReleaseJavaWithJavac
> Task :lib-centralappconfigdb-common:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-iostreams:bundleLibCompileToJarRelease
> Task :lib-centralappconfigdb-common:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-core:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-core:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-iostreams:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-iostreams:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :app-android:processBenchmarkReleaseManifest
> Task :lib-cache:compileReleaseLibraryResources
> Task :lib-centralappconfigdb-common:compileReleaseLibraryResources
> Task :lib-centralappconfigdb-sqldelight:compileReleaseLibraryResources
> Task :lib-database:compileReleaseLibraryResources
> Task :lib-ihttp-core:compileReleaseLibraryResources
> Task :lib-ihttp-iostreams:compileReleaseLibraryResources
> Task :lib-ihttp-okhttp:compileReleaseLibraryResources
> Task :lib-ihttp-nanohttpd:compileReleaseLibraryResources
> Task :lib-util:compileReleaseLibraryResources
> Task :lib-xxhashkmp:compileReleaseLibraryResources
> Task :lib-ui-compose:compileReleaseLibraryResources
> Task :lib-xxhashkmp-commonjvmimpl:compileReleaseLibraryResources
> Task :lib-xxhashkmp-core:compileReleaseLibraryResources
> Task :sharedse:compileReleaseLibraryResources
> Task :app-android:javaPreCompileBenchmarkRelease
> Task :lib-centralappconfigdb-common:bundleLibRuntimeToJarRelease
> Task :lib-ihttp-iostreams:bundleLibRuntimeToJarRelease
> Task :lib-xxhashkmp-core:bundleLibRuntimeToJarRelease
> Task :app-android:extractProguardFiles

> Task :lib-util:compileReleaseKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RandomString.kt:11:32 Parameter 'i' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RangeUtil.kt:42:22 Variable 'statusCode' initializer is redundant

> Task :lib-centralappconfigdb-common:processReleaseJavaRes
> Task :lib-xxhashkmp-commonjvmimpl:compileReleaseKotlinAndroid
> Task :lib-util:compileReleaseJavaWithJavac
> Task :lib-xxhashkmp-commonjvmimpl:compileReleaseJavaWithJavac
> Task :lib-xxhashkmp-commonjvmimpl:bundleLibCompileToJarRelease
> Task :lib-xxhashkmp:compileReleaseKotlinAndroid NO-SOURCE
> Task :lib-util:bundleLibCompileToJarRelease
> Task :lib-xxhashkmp:compileReleaseJavaWithJavac
> Task :lib-xxhashkmp:bundleLibCompileToJarRelease
> Task :app-android:processBenchmarkReleaseManifestForPackage
> Task :lib-util:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-util:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp:bundleLibRuntimeToJarRelease
> Task :lib-util:bundleLibRuntimeToJarRelease
> Task :lib-ihttp-iostreams:processReleaseJavaRes
> Task :lib-xxhashkmp-commonjvmimpl:bundleLibRuntimeToJarRelease
> Task :lib-util:processReleaseJavaRes
> Task :lib-xxhashkmp:processReleaseJavaRes NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:processReleaseJavaRes
> Task :lib-xxhashkmp-core:processReleaseJavaRes
> Task :app-android:mergeBenchmarkReleaseStartupProfile
> Task :app-android:mergeBenchmarkReleaseShaders
> Task :app-android:compileBenchmarkReleaseShaders NO-SOURCE
> Task :app-android:generateBenchmarkReleaseAssets UP-TO-DATE
> Task :core:mergeReleaseShaders
> Task :core:compileReleaseShaders NO-SOURCE
> Task :core:generateReleaseAssets UP-TO-DATE
> Task :core:packageReleaseAssets
> Task :lib-cache:mergeReleaseShaders
> Task :lib-cache:compileReleaseShaders NO-SOURCE
> Task :lib-cache:generateReleaseAssets UP-TO-DATE
> Task :lib-cache:packageReleaseAssets
> Task :lib-centralappconfigdb-common:mergeReleaseShaders
> Task :lib-centralappconfigdb-common:compileReleaseShaders NO-SOURCE
> Task :lib-centralappconfigdb-common:generateReleaseAssets UP-TO-DATE
> Task :lib-centralappconfigdb-common:packageReleaseAssets
> Task :lib-centralappconfigdb-sqldelight:mergeReleaseShaders
> Task :lib-centralappconfigdb-sqldelight:compileReleaseShaders NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:generateReleaseAssets UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:packageReleaseAssets
> Task :lib-database:mergeReleaseShaders
> Task :lib-database:compileReleaseShaders NO-SOURCE
> Task :lib-database:generateReleaseAssets UP-TO-DATE
> Task :lib-database:packageReleaseAssets
> Task :lib-ihttp-core:mergeReleaseShaders
> Task :lib-ihttp-core:compileReleaseShaders NO-SOURCE
> Task :lib-ihttp-core:generateReleaseAssets UP-TO-DATE
> Task :lib-ihttp-core:packageReleaseAssets
> Task :lib-ihttp-iostreams:mergeReleaseShaders
> Task :lib-ihttp-iostreams:compileReleaseShaders NO-SOURCE
> Task :lib-ihttp-iostreams:generateReleaseAssets UP-TO-DATE
> Task :lib-ihttp-iostreams:packageReleaseAssets
> Task :lib-ihttp-nanohttpd:mergeReleaseShaders
> Task :lib-ihttp-nanohttpd:compileReleaseShaders NO-SOURCE
> Task :lib-ihttp-nanohttpd:generateReleaseAssets UP-TO-DATE
> Task :lib-ihttp-nanohttpd:packageReleaseAssets
> Task :lib-ihttp-okhttp:mergeReleaseShaders
> Task :lib-ihttp-okhttp:compileReleaseShaders NO-SOURCE
> Task :lib-ihttp-okhttp:generateReleaseAssets UP-TO-DATE
> Task :lib-ihttp-okhttp:packageReleaseAssets
> Task :lib-ui-compose:mergeReleaseShaders
> Task :lib-ui-compose:compileReleaseShaders NO-SOURCE
> Task :lib-ui-compose:copyReleaseFontsToAndroidAssets
> Task :lib-ui-compose:generateReleaseAssets UP-TO-DATE
> Task :lib-ui-compose:packageReleaseAssets
> Task :lib-util:mergeReleaseShaders
> Task :lib-util:compileReleaseShaders NO-SOURCE
> Task :lib-util:generateReleaseAssets UP-TO-DATE
> Task :lib-util:packageReleaseAssets
> Task :lib-xxhashkmp:mergeReleaseShaders
> Task :lib-xxhashkmp:compileReleaseShaders NO-SOURCE
> Task :lib-xxhashkmp:generateReleaseAssets UP-TO-DATE
> Task :lib-xxhashkmp:packageReleaseAssets
> Task :lib-xxhashkmp-commonjvmimpl:mergeReleaseShaders
> Task :lib-xxhashkmp-commonjvmimpl:compileReleaseShaders NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseAssets UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:packageReleaseAssets
> Task :lib-xxhashkmp-core:mergeReleaseShaders
> Task :lib-xxhashkmp-core:compileReleaseShaders NO-SOURCE
> Task :lib-xxhashkmp-core:generateReleaseAssets UP-TO-DATE
> Task :lib-xxhashkmp-core:packageReleaseAssets
> Task :sharedse:mergeReleaseShaders
> Task :sharedse:compileReleaseShaders NO-SOURCE
> Task :sharedse:generateReleaseAssets UP-TO-DATE
> Task :sharedse:packageReleaseAssets
> Task :app-android:mergeBenchmarkReleaseAssets
> Task :app-android:compressBenchmarkReleaseAssets
> Task :app-android:extractBenchmarkReleaseVersionControlInfo
> Task :app-android:collectBenchmarkReleaseDependencies
> Task :app-android:processBenchmarkReleaseResources
> Task :app-android:sdkBenchmarkReleaseDependencyData
> Task :app-android:validateSigningBenchmarkRelease
> Task :app-android:writeBenchmarkReleaseAppMetadata
> Task :lib-centralappconfigdb-sqldelight:compileReleaseKotlinAndroid
> Task :app-android:writeBenchmarkReleaseSigningConfigVersions
> Task :lib-ihttp-core:compileReleaseKotlinAndroid
> Task :lib-centralappconfigdb-sqldelight:compileReleaseJavaWithJavac
> Task :lib-centralappconfigdb-sqldelight:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-core:compileReleaseJavaWithJavac
> Task :lib-ihttp-core:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-core:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-core:bundleLibCompileToJarRelease
> Task :lib-centralappconfigdb-sqldelight:bundleLibCompileToJarRelease
> Task :lib-centralappconfigdb-sqldelight:bundleLibRuntimeToJarRelease
> Task :lib-ihttp-core:bundleLibRuntimeToJarRelease
> Task :lib-centralappconfigdb-sqldelight:processReleaseJavaRes
> Task :lib-ihttp-core:processReleaseJavaRes
> Task :app-android:preDebugBuild UP-TO-DATE
> Task :app-android:mergeDebugNativeDebugMetadata NO-SOURCE
> Task :app-android:generateDebugBuildConfig
> Task :core:preDebugBuild UP-TO-DATE
> Task :lib-cache:preDebugBuild UP-TO-DATE
> Task :lib-centralappconfigdb-common:preDebugBuild UP-TO-DATE
> Task :core:writeDebugAarMetadata
> Task :lib-centralappconfigdb-sqldelight:preDebugBuild UP-TO-DATE
> Task :lib-cache:writeDebugAarMetadata
> Task :lib-centralappconfigdb-common:writeDebugAarMetadata
> Task :lib-database:preDebugBuild UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:writeDebugAarMetadata
> Task :lib-ihttp-core:preDebugBuild UP-TO-DATE
> Task :lib-database:writeDebugAarMetadata
> Task :lib-ihttp-iostreams:preDebugBuild UP-TO-DATE
> Task :lib-ihttp-core:writeDebugAarMetadata
> Task :lib-ihttp-iostreams:writeDebugAarMetadata
> Task :app-android:optimizeBenchmarkReleaseResources
> Task :lib-ihttp-nanohttpd:preDebugBuild UP-TO-DATE
> Task :lib-ihttp-okhttp:preDebugBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:writeDebugAarMetadata
> Task :lib-ui-compose:preDebugBuild UP-TO-DATE
> Task :lib-ihttp-okhttp:writeDebugAarMetadata
> Task :lib-util:preDebugBuild UP-TO-DATE
> Task :lib-ui-compose:writeDebugAarMetadata
> Task :lib-xxhashkmp:preDebugBuild UP-TO-DATE
> Task :lib-util:writeDebugAarMetadata
> Task :lib-xxhashkmp-commonjvmimpl:preDebugBuild UP-TO-DATE
> Task :lib-xxhashkmp:writeDebugAarMetadata
> Task :lib-xxhashkmp-core:preDebugBuild UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:writeDebugAarMetadata
> Task :sharedse:preDebugBuild UP-TO-DATE
> Task :lib-xxhashkmp-core:writeDebugAarMetadata
> Task :sharedse:writeDebugAarMetadata
> Task :app-android:generateDebugResValues
> Task :core:generateDebugResValues
> Task :app-android:checkDebugAarMetadata
> Task :core:generateDebugResources
> Task :core:packageDebugResources
> Task :lib-cache:generateDebugResValues
> Task :lib-cache:generateDebugResources
> Task :lib-cache:packageDebugResources
> Task :lib-centralappconfigdb-common:generateDebugResValues
> Task :lib-centralappconfigdb-common:generateDebugResources
> Task :lib-centralappconfigdb-common:packageDebugResources
> Task :lib-centralappconfigdb-sqldelight:generateDebugResValues
> Task :lib-centralappconfigdb-sqldelight:generateDebugResources
> Task :lib-centralappconfigdb-sqldelight:packageDebugResources
> Task :lib-database:generateDebugResValues
> Task :lib-database:generateDebugResources
> Task :lib-database:packageDebugResources
> Task :lib-ihttp-core:generateDebugResValues
> Task :lib-ihttp-core:generateDebugResources
> Task :lib-ihttp-core:packageDebugResources
> Task :lib-ihttp-iostreams:generateDebugResValues
> Task :lib-ihttp-iostreams:generateDebugResources
> Task :lib-ihttp-iostreams:packageDebugResources
> Task :lib-ihttp-nanohttpd:generateDebugResValues
> Task :lib-ihttp-nanohttpd:generateDebugResources
> Task :lib-ihttp-nanohttpd:packageDebugResources
> Task :lib-ihttp-okhttp:generateDebugResValues
> Task :lib-ihttp-okhttp:generateDebugResources
> Task :lib-ihttp-okhttp:packageDebugResources
> Task :lib-ui-compose:generateDebugResValues
> Task :lib-ui-compose:generateDebugResources
> Task :lib-ui-compose:packageDebugResources
> Task :lib-util:generateDebugResValues
> Task :lib-util:generateDebugResources
> Task :lib-util:packageDebugResources
> Task :lib-xxhashkmp:generateDebugResValues
> Task :lib-xxhashkmp:generateDebugResources
> Task :lib-xxhashkmp:packageDebugResources
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugResValues
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugResources
> Task :lib-xxhashkmp-commonjvmimpl:packageDebugResources
> Task :lib-xxhashkmp-core:generateDebugResValues
> Task :lib-xxhashkmp-core:generateDebugResources
> Task :lib-xxhashkmp-core:packageDebugResources
> Task :sharedse:generateDebugResValues
> Task :sharedse:generateDebugResources
> Task :sharedse:packageDebugResources
> Task :app-android:mapDebugSourceSetPaths
> Task :app-android:generateDebugResources
> Task :lib-ihttp-nanohttpd:compileReleaseKotlinAndroid
> Task :lib-ihttp-okhttp:compileReleaseKotlinAndroid
> Task :lib-ihttp-okhttp:compileReleaseJavaWithJavac
> Task :lib-ihttp-okhttp:bundleLibCompileToJarRelease
> Task :lib-ihttp-nanohttpd:compileReleaseJavaWithJavac

> Task :app-android:mergeDebugResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-bn/values-bn.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-bn/values-bn.xml:529:4: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-my/values-my.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-ne/values-ne.xml:432:4: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-ne/values-ne.xml:645:4: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-ne/values-ne.xml:647:4: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-fa/values-fa.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :lib-ihttp-okhttp:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-nanohttpd:bundleLibCompileToJarRelease
> Task :lib-ihttp-nanohttpd:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-okhttp:exportReleaseConsumerProguardFiles
> Task :lib-ihttp-nanohttpd:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-nanohttpd:bundleLibRuntimeToJarRelease
> Task :lib-ihttp-okhttp:bundleLibRuntimeToJarRelease
> Task :lib-ihttp-nanohttpd:processReleaseJavaRes
> Task :lib-ihttp-okhttp:processReleaseJavaRes
> Task :app-android:packageDebugResources
> Task :app-android:createDebugCompatibleScreenManifests
> Task :app-android:parseDebugLocalResources
> Task :app-android:extractDeepLinksDebug
> Task :core:extractDeepLinksDebug
> Task :lib-cache:extractDeepLinksDebug
> Task :core:processDebugManifest
> Task :lib-centralappconfigdb-common:extractDeepLinksDebug
> Task :lib-cache:processDebugManifest
> Task :lib-centralappconfigdb-sqldelight:extractDeepLinksDebug
> Task :lib-centralappconfigdb-common:processDebugManifest
> Task :lib-centralappconfigdb-sqldelight:processDebugManifest
> Task :lib-database:extractDeepLinksDebug
> Task :lib-database:processDebugManifest
> Task :lib-ihttp-core:extractDeepLinksDebug
> Task :lib-ihttp-iostreams:extractDeepLinksDebug
> Task :lib-ihttp-core:processDebugManifest
> Task :lib-ihttp-iostreams:processDebugManifest
> Task :lib-ihttp-nanohttpd:extractDeepLinksDebug
> Task :lib-ihttp-okhttp:extractDeepLinksDebug
> Task :lib-ihttp-nanohttpd:processDebugManifest
> Task :lib-ui-compose:extractDeepLinksDebug
> Task :lib-ihttp-okhttp:processDebugManifest
> Task :lib-ui-compose:processDebugManifest
> Task :lib-util:extractDeepLinksDebug
> Task :lib-xxhashkmp:extractDeepLinksDebug
> Task :lib-util:processDebugManifest
> Task :lib-xxhashkmp-commonjvmimpl:extractDeepLinksDebug
> Task :lib-xxhashkmp:processDebugManifest
> Task :lib-xxhashkmp-core:extractDeepLinksDebug
> Task :lib-xxhashkmp-commonjvmimpl:processDebugManifest
> Task :sharedse:extractDeepLinksDebug
> Task :lib-xxhashkmp-core:processDebugManifest
> Task :sharedse:processDebugManifest
> Task :core:compileDebugLibraryResources
> Task :core:parseDebugLocalResources

> Task :app-android:processDebugMainManifest
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/app-android/src/main/AndroidManifest.xml Warning:
	provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present

> Task :app-android:processDebugManifest
> Task :lib-cache:compileDebugLibraryResources
> Task :app-android:processDebugManifestForPackage
> Task :core:generateDebugRFile
> Task :lib-cache:parseDebugLocalResources
> Task :lib-centralappconfigdb-common:compileDebugLibraryResources
> Task :lib-centralappconfigdb-common:parseDebugLocalResources
> Task :lib-cache:generateDebugRFile
> Task :lib-centralappconfigdb-sqldelight:compileDebugLibraryResources
> Task :lib-centralappconfigdb-common:generateDebugRFile
> Task :lib-database:compileDebugLibraryResources
> Task :lib-centralappconfigdb-sqldelight:parseDebugLocalResources
> Task :lib-database:parseDebugLocalResources
> Task :lib-centralappconfigdb-sqldelight:generateDebugRFile
> Task :lib-database:generateDebugRFile
> Task :lib-ihttp-core:compileDebugLibraryResources
> Task :lib-ihttp-iostreams:compileDebugLibraryResources
> Task :lib-ihttp-core:parseDebugLocalResources
> Task :lib-ihttp-iostreams:parseDebugLocalResources
> Task :lib-ihttp-core:generateDebugRFile
> Task :lib-ihttp-nanohttpd:compileDebugLibraryResources
> Task :lib-ihttp-iostreams:generateDebugRFile
> Task :lib-ihttp-nanohttpd:parseDebugLocalResources
> Task :lib-ihttp-okhttp:compileDebugLibraryResources
> Task :lib-ihttp-okhttp:parseDebugLocalResources
> Task :lib-ihttp-nanohttpd:generateDebugRFile
> Task :lib-ihttp-okhttp:generateDebugRFile
> Task :lib-ui-compose:compileDebugLibraryResources
> Task :lib-util:compileDebugLibraryResources
> Task :lib-ui-compose:parseDebugLocalResources
> Task :lib-util:parseDebugLocalResources
> Task :lib-xxhashkmp:compileDebugLibraryResources
> Task :lib-ui-compose:generateDebugRFile
> Task :lib-util:generateDebugRFile
> Task :lib-xxhashkmp:parseDebugLocalResources
> Task :lib-xxhashkmp-commonjvmimpl:compileDebugLibraryResources
> Task :lib-xxhashkmp:generateDebugRFile
> Task :lib-xxhashkmp-commonjvmimpl:parseDebugLocalResources
> Task :lib-xxhashkmp-core:compileDebugLibraryResources
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugRFile
> Task :sharedse:compileDebugLibraryResources
> Task :lib-xxhashkmp-core:parseDebugLocalResources
> Task :sharedse:parseDebugLocalResources
> Task :lib-xxhashkmp-core:generateDebugRFile
> Task :sharedse:generateDebugRFile
> Task :core:generateDebugBuildConfig
> Task :lib-cache:generateDebugBuildConfig
> Task :lib-ihttp-core:generateDebugBuildConfig
> Task :lib-ihttp-iostreams:generateDebugBuildConfig
> Task :lib-ihttp-iostreams:javaPreCompileDebug
> Task :lib-ihttp-core:javaPreCompileDebug
> Task :lib-ihttp-okhttp:generateDebugBuildConfig
> Task :lib-ihttp-okhttp:javaPreCompileDebug
> Task :lib-xxhashkmp:generateDebugBuildConfig
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugBuildConfig
> Task :lib-xxhashkmp-core:generateDebugBuildConfig
> Task :lib-xxhashkmp-core:javaPreCompileDebug
> Task :lib-xxhashkmp-commonjvmimpl:javaPreCompileDebug
> Task :lib-xxhashkmp:javaPreCompileDebug
> Task :lib-cache:javaPreCompileDebug
> Task :lib-centralappconfigdb-common:generateDebugBuildConfig
> Task :lib-centralappconfigdb-common:javaPreCompileDebug
> Task :lib-database:generateDebugBuildConfig
> Task :lib-util:generateDebugBuildConfig
> Task :lib-util:javaPreCompileDebug
> Task :lib-database:javaPreCompileDebug
> Task :lib-ihttp-nanohttpd:generateDebugBuildConfig
> Task :lib-ihttp-nanohttpd:javaPreCompileDebug
> Task :core:javaPreCompileDebug
> Task :lib-centralappconfigdb-sqldelight:generateDebugBuildConfig
> Task :lib-ui-compose:generateDebugBuildConfig
> Task :lib-centralappconfigdb-sqldelight:javaPreCompileDebug
> Task :lib-ui-compose:javaPreCompileDebug
> Task :sharedse:generateDebugBuildConfig
> Task :sharedse:javaPreCompileDebug
> Task :app-android:javaPreCompileDebug
> Task :app-android:mergeDebugShaders
> Task :app-android:compileDebugShaders NO-SOURCE
> Task :app-android:generateDebugAssets UP-TO-DATE
> Task :core:mergeDebugShaders
> Task :core:compileDebugShaders NO-SOURCE
> Task :core:generateDebugAssets UP-TO-DATE
> Task :core:packageDebugAssets
> Task :lib-cache:mergeDebugShaders
> Task :lib-cache:compileDebugShaders NO-SOURCE
> Task :lib-cache:generateDebugAssets UP-TO-DATE
> Task :lib-cache:packageDebugAssets
> Task :lib-centralappconfigdb-common:mergeDebugShaders
> Task :lib-centralappconfigdb-common:compileDebugShaders NO-SOURCE
> Task :lib-centralappconfigdb-common:generateDebugAssets UP-TO-DATE
> Task :lib-centralappconfigdb-common:packageDebugAssets
> Task :lib-centralappconfigdb-sqldelight:mergeDebugShaders
> Task :lib-centralappconfigdb-sqldelight:compileDebugShaders NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:generateDebugAssets UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:packageDebugAssets
> Task :lib-database:mergeDebugShaders
> Task :lib-database:compileDebugShaders NO-SOURCE
> Task :lib-database:generateDebugAssets UP-TO-DATE
> Task :lib-database:packageDebugAssets
> Task :lib-ihttp-iostreams:compileDebugKotlinAndroid
> Task :lib-ihttp-core:mergeDebugShaders
> Task :lib-ihttp-iostreams:compileDebugJavaWithJavac
> Task :lib-ihttp-core:compileDebugShaders NO-SOURCE
> Task :lib-ihttp-core:generateDebugAssets UP-TO-DATE
> Task :lib-ihttp-iostreams:bundleLibCompileToJarDebug
> Task :lib-ihttp-core:packageDebugAssets
> Task :lib-xxhashkmp-core:compileDebugKotlinAndroid
> Task :lib-ihttp-iostreams:mergeDebugShaders
> Task :lib-xxhashkmp-core:compileDebugJavaWithJavac
> Task :lib-ihttp-iostreams:compileDebugShaders NO-SOURCE
> Task :lib-ihttp-iostreams:generateDebugAssets UP-TO-DATE
> Task :lib-xxhashkmp-core:bundleLibCompileToJarDebug
> Task :lib-ihttp-iostreams:packageDebugAssets
> Task :lib-ihttp-nanohttpd:mergeDebugShaders
> Task :lib-ihttp-nanohttpd:compileDebugShaders NO-SOURCE
> Task :lib-ihttp-nanohttpd:generateDebugAssets UP-TO-DATE
> Task :lib-ihttp-nanohttpd:packageDebugAssets
> Task :lib-ihttp-okhttp:mergeDebugShaders
> Task :lib-ihttp-okhttp:compileDebugShaders NO-SOURCE
> Task :lib-ihttp-okhttp:generateDebugAssets UP-TO-DATE
> Task :lib-ihttp-okhttp:packageDebugAssets
> Task :lib-ui-compose:mergeDebugShaders
> Task :lib-ui-compose:compileDebugShaders NO-SOURCE
> Task :lib-ui-compose:copyDebugFontsToAndroidAssets
> Task :lib-ui-compose:generateDebugAssets UP-TO-DATE
> Task :lib-ui-compose:packageDebugAssets
> Task :lib-util:mergeDebugShaders
> Task :lib-util:compileDebugShaders NO-SOURCE
> Task :lib-util:generateDebugAssets UP-TO-DATE
> Task :lib-util:packageDebugAssets
> Task :lib-xxhashkmp:mergeDebugShaders
> Task :lib-xxhashkmp:compileDebugShaders NO-SOURCE
> Task :lib-xxhashkmp:generateDebugAssets UP-TO-DATE
> Task :lib-xxhashkmp:packageDebugAssets
> Task :lib-xxhashkmp-commonjvmimpl:mergeDebugShaders
> Task :lib-xxhashkmp-commonjvmimpl:compileDebugShaders NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugAssets UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:packageDebugAssets
> Task :lib-xxhashkmp-core:mergeDebugShaders
> Task :lib-xxhashkmp-core:compileDebugShaders NO-SOURCE
> Task :lib-xxhashkmp-core:generateDebugAssets UP-TO-DATE
> Task :lib-xxhashkmp-core:packageDebugAssets
> Task :sharedse:mergeDebugShaders
> Task :sharedse:compileDebugShaders NO-SOURCE
> Task :sharedse:generateDebugAssets UP-TO-DATE
> Task :sharedse:packageDebugAssets
> Task :app-android:mergeDebugAssets
> Task :lib-xxhashkmp-core:bundleLibRuntimeToJarDebug
> Task :lib-ihttp-iostreams:bundleLibRuntimeToJarDebug
> Task :app-android:compressDebugAssets
> Task :lib-xxhashkmp-commonjvmimpl:compileDebugKotlinAndroid
> Task :app-android:desugarDebugFileDependencies
> Task :lib-centralappconfigdb-common:compileDebugKotlinAndroid
> Task :lib-xxhashkmp-commonjvmimpl:compileDebugJavaWithJavac
> Task :lib-xxhashkmp-commonjvmimpl:bundleLibCompileToJarDebug
> Task :app-android:processDebugResources
> Task :lib-centralappconfigdb-common:compileDebugJavaWithJavac
> Task :lib-xxhashkmp:compileDebugKotlinAndroid NO-SOURCE
> Task :lib-xxhashkmp:compileDebugJavaWithJavac
> Task :lib-xxhashkmp:bundleLibCompileToJarDebug
> Task :lib-centralappconfigdb-common:bundleLibCompileToJarDebug
> Task :lib-centralappconfigdb-common:bundleLibRuntimeToJarDebug
> Task :lib-xxhashkmp:bundleLibRuntimeToJarDebug
> Task :lib-xxhashkmp-commonjvmimpl:bundleLibRuntimeToJarDebug
> Task :lib-centralappconfigdb-common:processDebugJavaRes
> Task :lib-ihttp-iostreams:processDebugJavaRes
> Task :lib-xxhashkmp:processDebugJavaRes NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:processDebugJavaRes
> Task :lib-xxhashkmp-core:processDebugJavaRes
> Task :app-android:mergeDebugJniLibFolders
> Task :core:mergeDebugJniLibFolders
> Task :core:mergeDebugNativeLibs NO-SOURCE
> Task :core:copyDebugJniLibsProjectOnly
> Task :lib-cache:mergeDebugJniLibFolders
> Task :lib-cache:mergeDebugNativeLibs NO-SOURCE
> Task :lib-cache:copyDebugJniLibsProjectOnly
> Task :lib-centralappconfigdb-common:mergeDebugJniLibFolders
> Task :lib-centralappconfigdb-common:mergeDebugNativeLibs NO-SOURCE
> Task :lib-centralappconfigdb-common:copyDebugJniLibsProjectOnly
> Task :app-android:checkDebugDuplicateClasses
> Task :lib-centralappconfigdb-sqldelight:mergeDebugJniLibFolders

> Task :lib-util:compileDebugKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RandomString.kt:11:32 Parameter 'i' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RangeUtil.kt:42:22 Variable 'statusCode' initializer is redundant

> Task :lib-util:compileDebugJavaWithJavac
> Task :lib-util:bundleLibCompileToJarDebug
> Task :lib-util:bundleLibRuntimeToJarDebug
> Task :lib-util:processDebugJavaRes
> Task :lib-centralappconfigdb-sqldelight:mergeDebugNativeLibs NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:copyDebugJniLibsProjectOnly
> Task :lib-database:mergeDebugJniLibFolders
> Task :lib-database:mergeDebugNativeLibs NO-SOURCE
> Task :lib-database:copyDebugJniLibsProjectOnly
> Task :lib-ihttp-core:mergeDebugJniLibFolders
> Task :lib-ihttp-core:mergeDebugNativeLibs NO-SOURCE
> Task :lib-ihttp-core:copyDebugJniLibsProjectOnly
> Task :lib-ihttp-iostreams:mergeDebugJniLibFolders
> Task :lib-ihttp-iostreams:mergeDebugNativeLibs NO-SOURCE
> Task :lib-ihttp-iostreams:copyDebugJniLibsProjectOnly
> Task :lib-ihttp-nanohttpd:mergeDebugJniLibFolders
> Task :lib-ihttp-nanohttpd:mergeDebugNativeLibs NO-SOURCE
> Task :lib-ihttp-nanohttpd:copyDebugJniLibsProjectOnly
> Task :lib-ihttp-okhttp:mergeDebugJniLibFolders
> Task :lib-ihttp-okhttp:mergeDebugNativeLibs NO-SOURCE
> Task :lib-ihttp-okhttp:copyDebugJniLibsProjectOnly
> Task :lib-ui-compose:mergeDebugJniLibFolders
> Task :lib-ui-compose:mergeDebugNativeLibs NO-SOURCE
> Task :lib-ui-compose:copyDebugJniLibsProjectOnly
> Task :lib-util:mergeDebugJniLibFolders
> Task :lib-util:mergeDebugNativeLibs NO-SOURCE
> Task :lib-util:copyDebugJniLibsProjectOnly
> Task :lib-xxhashkmp:mergeDebugJniLibFolders
> Task :lib-xxhashkmp:mergeDebugNativeLibs NO-SOURCE
> Task :lib-xxhashkmp:copyDebugJniLibsProjectOnly
> Task :lib-xxhashkmp-commonjvmimpl:mergeDebugJniLibFolders
> Task :lib-xxhashkmp-commonjvmimpl:mergeDebugNativeLibs NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:copyDebugJniLibsProjectOnly
> Task :lib-xxhashkmp-core:mergeDebugJniLibFolders
> Task :lib-xxhashkmp-core:mergeDebugNativeLibs NO-SOURCE
> Task :lib-xxhashkmp-core:copyDebugJniLibsProjectOnly
> Task :sharedse:mergeDebugJniLibFolders
> Task :sharedse:mergeDebugNativeLibs NO-SOURCE
> Task :sharedse:copyDebugJniLibsProjectOnly
> Task :app-android:validateSigningDebug
> Task :app-android:writeDebugAppMetadata
> Task :app-android:writeDebugSigningConfigVersions
> Task :app-android:preNonMinifiedReleaseBuild UP-TO-DATE
> Task :app-android:mergeNonMinifiedReleaseJniLibFolders
> Task :app-android:mergeDebugNativeLibs
> Task :app-android:mergeNonMinifiedReleaseArtProfile

> Task :app-android:stripDebugDebugSymbols
Unable to strip the following libraries, packaging them as they are: libgav1JNI.so.

> Task :app-android:generateNonMinifiedReleaseBuildConfig
> Task :app-android:checkNonMinifiedReleaseDuplicateClasses
> Task :app-android:generateNonMinifiedReleaseResValues
> Task :app-android:checkNonMinifiedReleaseAarMetadata
> Task :app-android:mergeNonMinifiedReleaseNativeLibs
> Task :app-android:mapNonMinifiedReleaseSourceSetPaths
> Task :app-android:generateNonMinifiedReleaseResources

> Task :app-android:stripNonMinifiedReleaseDebugSymbols
Unable to strip the following libraries, packaging them as they are: libgav1JNI.so.

> Task :app-android:expandNonMinifiedReleaseL8ArtProfileWildcards
> Task :lib-ihttp-core:compileDebugKotlinAndroid
> Task :lib-centralappconfigdb-sqldelight:compileDebugKotlinAndroid

> Task :lib-cache:kspReleaseKotlinAndroid
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:25: Schema export directory was not provided to the annotation processor so Room cannot export the schema. You can either provide `room.schemaLocation` annotation processor argument by applying the Room Gradle plugin (id 'androidx.room') OR set exportSchema to false.

> Task :lib-ihttp-core:compileDebugJavaWithJavac
> Task :lib-ihttp-core:bundleLibCompileToJarDebug
> Task :lib-centralappconfigdb-sqldelight:compileDebugJavaWithJavac

> Task :app-android:mergeNonMinifiedReleaseResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:529:4: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-my/values-my.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:432:4: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:645:4: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:647:4: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-fa/values-fa.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :lib-centralappconfigdb-sqldelight:bundleLibCompileToJarDebug
> Task :lib-centralappconfigdb-sqldelight:bundleLibRuntimeToJarDebug
> Task :lib-ihttp-core:bundleLibRuntimeToJarDebug
> Task :lib-centralappconfigdb-sqldelight:processDebugJavaRes
> Task :lib-ihttp-core:processDebugJavaRes
> Task :app-android:extractNonMinifiedReleaseNativeSymbolTables
> Task :app-android:packageNonMinifiedReleaseResources
> Task :app-android:mergeNonMinifiedReleaseNativeDebugMetadata NO-SOURCE
> Task :app-android:createNonMinifiedReleaseCompatibleScreenManifests
> Task :app-android:extractDeepLinksNonMinifiedRelease
> Task :app-android:parseNonMinifiedReleaseLocalResources

> Task :app-android:processNonMinifiedReleaseMainManifest
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/app-android/src/main/AndroidManifest.xml Warning:
	provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present

> Task :app-android:processNonMinifiedReleaseManifest
> Task :app-android:javaPreCompileNonMinifiedRelease
> Task :app-android:desugarNonMinifiedReleaseFileDependencies
> Task :app-android:mergeNonMinifiedReleaseStartupProfile UP-TO-DATE
> Task :app-android:mergeNonMinifiedReleaseShaders
> Task :app-android:compileNonMinifiedReleaseShaders NO-SOURCE
> Task :app-android:generateNonMinifiedReleaseAssets UP-TO-DATE
> Task :app-android:mergeNonMinifiedReleaseAssets
> Task :app-android:extractNonMinifiedReleaseVersionControlInfo
> Task :lib-ihttp-okhttp:compileDebugKotlinAndroid
> Task :app-android:compressNonMinifiedReleaseAssets
> Task :lib-ihttp-nanohttpd:compileDebugKotlinAndroid
> Task :app-android:collectNonMinifiedReleaseDependencies
> Task :lib-ihttp-okhttp:compileDebugJavaWithJavac
> Task :lib-ihttp-okhttp:bundleLibCompileToJarDebug
> Task :lib-ihttp-nanohttpd:compileDebugJavaWithJavac
> Task :lib-ihttp-nanohttpd:bundleLibCompileToJarDebug
> Task :lib-ihttp-nanohttpd:bundleLibRuntimeToJarDebug
> Task :lib-ihttp-okhttp:bundleLibRuntimeToJarDebug
> Task :lib-ihttp-nanohttpd:processDebugJavaRes
> Task :lib-ihttp-okhttp:processDebugJavaRes
> Task :app-android:sdkNonMinifiedReleaseDependencyData
> Task :app-android:validateSigningNonMinifiedRelease
> Task :app-android:writeNonMinifiedReleaseAppMetadata
> Task :app-android:writeNonMinifiedReleaseSigningConfigVersions
> Task :app-android:preReleaseBuild UP-TO-DATE
> Task :app-android:generateReleaseBuildConfig
> Task :app-android:generateReleaseResValues
> Task :app-android:checkReleaseAarMetadata
> Task :app-android:mapReleaseSourceSetPaths
> Task :app-android:generateReleaseResources
> Task :app-android:packageReleaseResources
> Task :app-android:processNonMinifiedReleaseManifestForPackage
> Task :app-android:createReleaseCompatibleScreenManifests
> Task :app-android:extractDeepLinksRelease
> Task :app-android:parseReleaseLocalResources

> Task :app-android:processReleaseMainManifest
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/app-android/src/main/AndroidManifest.xml Warning:
	provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present

> Task :app-android:processReleaseManifest
> Task :app-android:javaPreCompileRelease
> Task :core:extractProguardFiles
> Task :lib-cache:extractProguardFiles
> Task :lib-ihttp-core:createFullJarRelease
> Task :lib-ihttp-core:extractProguardFiles
> Task :lib-ihttp-iostreams:createFullJarRelease
> Task :lib-ihttp-iostreams:extractProguardFiles

> Task :app-android:mergeReleaseResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:529:4: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-my/values-my.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:432:4: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:645:4: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:647:4: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-fa/values-fa.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :lib-ihttp-iostreams:generateReleaseLintModel
> Task :lib-ihttp-iostreams:prepareLintJarForPublish UP-TO-DATE
> Task :lib-ihttp-core:generateReleaseLintModel
> Task :app-android:processReleaseManifestForPackage
> Task :lib-ihttp-core:prepareLintJarForPublish UP-TO-DATE
> Task :lib-ihttp-okhttp:createFullJarRelease
> Task :lib-ihttp-okhttp:extractProguardFiles
> Task :lib-ihttp-okhttp:generateReleaseLintModel
> Task :lib-ihttp-okhttp:prepareLintJarForPublish UP-TO-DATE
> Task :lib-xxhashkmp:createFullJarRelease
> Task :lib-xxhashkmp:extractProguardFiles
> Task :lib-xxhashkmp-commonjvmimpl:createFullJarRelease
> Task :lib-xxhashkmp-commonjvmimpl:extractProguardFiles
> Task :lib-xxhashkmp-core:createFullJarRelease
> Task :lib-xxhashkmp-core:extractProguardFiles
> Task :lib-xxhashkmp-core:generateReleaseLintModel
> Task :lib-xxhashkmp-core:prepareLintJarForPublish UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseLintModel
> Task :lib-xxhashkmp-commonjvmimpl:prepareLintJarForPublish UP-TO-DATE
> Task :lib-xxhashkmp:generateReleaseLintModel
> Task :lib-xxhashkmp:prepareLintJarForPublish UP-TO-DATE
> Task :lib-cache:prepareLintJarForPublish UP-TO-DATE
> Task :lib-centralappconfigdb-common:createFullJarRelease
> Task :lib-centralappconfigdb-common:extractProguardFiles
> Task :lib-centralappconfigdb-common:generateReleaseLintModel
> Task :lib-centralappconfigdb-common:prepareLintJarForPublish UP-TO-DATE
> Task :lib-database:extractProguardFiles
> Task :lib-util:createFullJarRelease
> Task :lib-util:extractProguardFiles
> Task :lib-util:generateReleaseLintModel
> Task :lib-util:prepareLintJarForPublish UP-TO-DATE
> Task :lib-database:prepareLintJarForPublish UP-TO-DATE
> Task :lib-ihttp-nanohttpd:createFullJarRelease
> Task :lib-ihttp-nanohttpd:extractProguardFiles
> Task :lib-ihttp-nanohttpd:generateReleaseLintModel
> Task :lib-ihttp-nanohttpd:prepareLintJarForPublish UP-TO-DATE
> Task :core:prepareLintJarForPublish UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:createFullJarRelease
> Task :lib-centralappconfigdb-sqldelight:extractProguardFiles
> Task :lib-centralappconfigdb-sqldelight:generateReleaseLintModel
> Task :lib-centralappconfigdb-sqldelight:prepareLintJarForPublish UP-TO-DATE
> Task :lib-ui-compose:extractProguardFiles
> Task :lib-ui-compose:prepareLintJarForPublish UP-TO-DATE
> Task :sharedse:extractProguardFiles
> Task :sharedse:prepareLintJarForPublish UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-centralappconfigdb-sqldelight:extractReleaseAnnotations
> Task :lib-centralappconfigdb-sqldelight:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :sharedse:stripReleaseDebugSymbols NO-SOURCE
> Task :sharedse:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-ui-compose:stripReleaseDebugSymbols NO-SOURCE
> Task :sharedse:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-ui-compose:extractDeepLinksForAarRelease UP-TO-DATE
> Task :core:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-ui-compose:copyReleaseJniLibsProjectAndLocalJars
> Task :core:copyReleaseJniLibsProjectAndLocalJars
> Task :core:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-cache:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-cache:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-database:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-cache:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-database:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-database:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-util:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-util:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-util:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-util:extractReleaseAnnotations
> Task :lib-util:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-centralappconfigdb-common:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-centralappconfigdb-common:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-centralappconfigdb-common:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-centralappconfigdb-common:extractReleaseAnnotations
> Task :lib-centralappconfigdb-common:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-util:mergeReleaseJavaResource
> Task :lib-centralappconfigdb-sqldelight:mergeReleaseJavaResource
> Task :lib-centralappconfigdb-common:mergeReleaseJavaResource
> Task :lib-util:syncReleaseLibJars
> Task :lib-centralappconfigdb-sqldelight:syncReleaseLibJars
> Task :app-android:processNonMinifiedReleaseResources
> Task :lib-centralappconfigdb-sqldelight:bundleReleaseLocalLintAar
> Task :lib-util:bundleReleaseLocalLintAar
> Task :lib-centralappconfigdb-common:syncReleaseLibJars
> Task :lib-centralappconfigdb-common:bundleReleaseLocalLintAar
> Task :lib-xxhashkmp:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-xxhashkmp:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-xxhashkmp:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-xxhashkmp:extractReleaseAnnotations
> Task :lib-xxhashkmp:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-okhttp:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-xxhashkmp:mergeReleaseJavaResource
> Task :lib-ihttp-okhttp:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-ihttp-okhttp:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-xxhashkmp:syncReleaseLibJars
> Task :lib-xxhashkmp:bundleReleaseLocalLintAar
> Task :lib-ihttp-okhttp:extractReleaseAnnotations
> Task :lib-ihttp-okhttp:mergeReleaseConsumerProguardFiles
> Task :lib-ihttp-nanohttpd:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-ihttp-nanohttpd:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-ihttp-nanohttpd:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-ihttp-okhttp:mergeReleaseJavaResource
> Task :lib-ihttp-nanohttpd:extractReleaseAnnotations
> Task :lib-ihttp-okhttp:syncReleaseLibJars
> Task :lib-ihttp-okhttp:bundleReleaseLocalLintAar
> Task :lib-ihttp-nanohttpd:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-core:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-ihttp-core:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-ihttp-core:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-ihttp-nanohttpd:mergeReleaseJavaResource
> Task :lib-ihttp-core:extractReleaseAnnotations
> Task :lib-ihttp-nanohttpd:syncReleaseLibJars
> Task :lib-ihttp-nanohttpd:bundleReleaseLocalLintAar
> Task :lib-ihttp-core:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-xxhashkmp-commonjvmimpl:extractDeepLinksForAarRelease UP-TO-DATE
> Task :app-android:processReleaseResources
> Task :lib-ihttp-core:mergeReleaseJavaResource
> Task :lib-xxhashkmp-commonjvmimpl:extractReleaseAnnotations
> Task :lib-ihttp-core:syncReleaseLibJars
> Task :lib-ihttp-core:bundleReleaseLocalLintAar
> Task :lib-xxhashkmp-commonjvmimpl:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:mergeReleaseJavaResource
> Task :app-android:optimizeNonMinifiedReleaseResources
> Task :lib-xxhashkmp-commonjvmimpl:syncReleaseLibJars
> Task :lib-xxhashkmp-commonjvmimpl:bundleReleaseLocalLintAar
> Task :lib-xxhashkmp-core:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-xxhashkmp-core:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-xxhashkmp-core:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-xxhashkmp-core:extractReleaseAnnotations
> Task :lib-xxhashkmp-core:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-iostreams:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-ihttp-iostreams:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-ihttp-iostreams:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-xxhashkmp-core:mergeReleaseJavaResource
> Task :lib-ihttp-iostreams:extractReleaseAnnotations
> Task :lib-xxhashkmp-core:syncReleaseLibJars
> Task :lib-xxhashkmp-core:bundleReleaseLocalLintAar
> Task :lib-ihttp-iostreams:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-cache:writeReleaseLintModelMetadata
> Task :lib-centralappconfigdb-common:writeReleaseLintModelMetadata
> Task :lib-ihttp-iostreams:mergeReleaseJavaResource
> Task :lib-database:writeReleaseLintModelMetadata
> Task :lib-ihttp-iostreams:syncReleaseLibJars
> Task :lib-ihttp-iostreams:bundleReleaseLocalLintAar
> Task :lib-ihttp-core:writeReleaseLintModelMetadata
> Task :lib-ihttp-iostreams:writeReleaseLintModelMetadata
> Task :lib-ihttp-nanohttpd:writeReleaseLintModelMetadata
> Task :lib-ihttp-okhttp:writeReleaseLintModelMetadata
> Task :lib-util:writeReleaseLintModelMetadata
> Task :lib-xxhashkmp:writeReleaseLintModelMetadata
> Task :lib-xxhashkmp-commonjvmimpl:writeReleaseLintModelMetadata
> Task :lib-xxhashkmp-core:writeReleaseLintModelMetadata
> Task :core:writeReleaseLintModelMetadata
> Task :lib-centralappconfigdb-sqldelight:writeReleaseLintModelMetadata
> Task :lib-ui-compose:writeReleaseLintModelMetadata
> Task :sharedse:writeReleaseLintModelMetadata
> Task :lib-centralappconfigdb-common:generateReleaseLintVitalModel
> Task :lib-centralappconfigdb-sqldelight:generateReleaseLintVitalModel
> Task :lib-ihttp-core:generateReleaseLintVitalModel
> Task :lib-ihttp-iostreams:generateReleaseLintVitalModel
> Task :lib-ihttp-nanohttpd:generateReleaseLintVitalModel
> Task :lib-ihttp-okhttp:generateReleaseLintVitalModel
> Task :lib-util:generateReleaseLintVitalModel
> Task :lib-xxhashkmp:generateReleaseLintVitalModel
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseLintVitalModel
> Task :lib-xxhashkmp-core:generateReleaseLintVitalModel
> Task :app-android:mergeReleaseJniLibFolders
> Task :app-android:mergeReleaseArtProfile
> Task :app-android:mergeReleaseNativeLibs
> Task :app-android:checkReleaseDuplicateClasses
> Task :app-android:mergeReleaseStartupProfile
> Task :app-android:mergeReleaseShaders
> Task :app-android:compileReleaseShaders NO-SOURCE
> Task :app-android:generateReleaseAssets UP-TO-DATE

> Task :app-android:stripReleaseDebugSymbols
Unable to strip the following libraries, packaging them as they are: libgav1JNI.so.

> Task :app-android:expandReleaseL8ArtProfileWildcards
> Task :app-android:mergeReleaseAssets
> Task :app-android:extractReleaseNativeSymbolTables
> Task :app-android:mergeReleaseNativeDebugMetadata NO-SOURCE
> Task :app-android:extractReleaseVersionControlInfo
> Task :app-android:collectReleaseDependencies

> Task :lib-cache:kspDebugKotlinAndroid
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:25: Schema export directory was not provided to the annotation processor so Room cannot export the schema. You can either provide `room.schemaLocation` annotation processor argument by applying the Room Gradle plugin (id 'androidx.room') OR set exportSchema to false.

> Task :app-android:sdkReleaseDependencyData
> Task :app-android:validateSigningRelease
> Task :app-android:writeReleaseAppMetadata
> Task :app-android:compressReleaseAssets
> Task :app-android:writeReleaseSigningConfigVersions
> Task :lib-centralappconfigdb-sqldelight:stripDebugDebugSymbols NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:extractDebugAnnotations
> Task :lib-centralappconfigdb-sqldelight:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:prepareDebugArtProfile UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:copyDebugJniLibsProjectAndLocalJars
> Task :lib-centralappconfigdb-sqldelight:mergeDebugJavaResource
> Task :app-android:optimizeReleaseResources
> Task :lib-centralappconfigdb-sqldelight:syncDebugLibJars
> Task :lib-centralappconfigdb-sqldelight:bundleDebugLocalLintAar
> Task :lib-ui-compose:stripDebugDebugSymbols NO-SOURCE
> Task :lib-ui-compose:copyDebugJniLibsProjectAndLocalJars
> Task :lib-ui-compose:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-ui-compose:prepareDebugArtProfile UP-TO-DATE
> Task :core:stripDebugDebugSymbols NO-SOURCE
> Task :core:copyDebugJniLibsProjectAndLocalJars
> Task :core:extractDeepLinksForAarDebug UP-TO-DATE
> Task :core:prepareDebugArtProfile UP-TO-DATE
> Task :sharedse:stripDebugDebugSymbols NO-SOURCE
> Task :sharedse:extractDeepLinksForAarDebug UP-TO-DATE
> Task :sharedse:prepareDebugArtProfile UP-TO-DATE
> Task :lib-cache:stripDebugDebugSymbols NO-SOURCE
> Task :sharedse:copyDebugJniLibsProjectAndLocalJars
> Task :lib-cache:copyDebugJniLibsProjectAndLocalJars
> Task :lib-cache:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-cache:prepareDebugArtProfile UP-TO-DATE
> Task :lib-database:stripDebugDebugSymbols NO-SOURCE
> Task :lib-database:copyDebugJniLibsProjectAndLocalJars
> Task :lib-database:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-database:prepareDebugArtProfile UP-TO-DATE
> Task :lib-util:stripDebugDebugSymbols NO-SOURCE
> Task :lib-util:copyDebugJniLibsProjectAndLocalJars
> Task :lib-util:extractDebugAnnotations
> Task :lib-util:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-util:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-util:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-util:prepareDebugArtProfile UP-TO-DATE
> Task :lib-centralappconfigdb-common:stripDebugDebugSymbols NO-SOURCE
> Task :lib-util:mergeDebugJavaResource
> Task :lib-centralappconfigdb-common:copyDebugJniLibsProjectAndLocalJars
> Task :lib-util:syncDebugLibJars
> Task :lib-util:bundleDebugLocalLintAar
> Task :lib-centralappconfigdb-common:extractDebugAnnotations
> Task :lib-centralappconfigdb-common:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-centralappconfigdb-common:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-centralappconfigdb-common:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-centralappconfigdb-common:prepareDebugArtProfile UP-TO-DATE
> Task :lib-ihttp-core:stripDebugDebugSymbols NO-SOURCE
> Task :lib-centralappconfigdb-common:mergeDebugJavaResource
> Task :lib-ihttp-core:copyDebugJniLibsProjectAndLocalJars
> Task :lib-ihttp-core:extractDebugAnnotations
> Task :lib-centralappconfigdb-common:syncDebugLibJars
> Task :lib-centralappconfigdb-common:bundleDebugLocalLintAar
> Task :lib-ihttp-core:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-ihttp-core:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-core:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-core:prepareDebugArtProfile UP-TO-DATE
> Task :lib-xxhashkmp:stripDebugDebugSymbols NO-SOURCE
> Task :lib-ihttp-core:mergeDebugJavaResource
> Task :lib-xxhashkmp:copyDebugJniLibsProjectAndLocalJars
> Task :lib-xxhashkmp:extractDebugAnnotations
> Task :lib-ihttp-core:syncDebugLibJars
> Task :lib-ihttp-core:bundleDebugLocalLintAar
> Task :lib-xxhashkmp:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-xxhashkmp:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp:prepareDebugArtProfile UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:stripDebugDebugSymbols NO-SOURCE
> Task :lib-xxhashkmp:mergeDebugJavaResource
> Task :lib-xxhashkmp-commonjvmimpl:copyDebugJniLibsProjectAndLocalJars
> Task :lib-xxhashkmp:syncDebugLibJars
> Task :lib-xxhashkmp:bundleDebugLocalLintAar
> Task :lib-xxhashkmp-commonjvmimpl:extractDebugAnnotations
> Task :lib-xxhashkmp-commonjvmimpl:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:prepareDebugArtProfile UP-TO-DATE
> Task :lib-xxhashkmp-core:stripDebugDebugSymbols NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:mergeDebugJavaResource
> Task :lib-xxhashkmp-core:extractDebugAnnotations
> Task :lib-xxhashkmp-core:copyDebugJniLibsProjectAndLocalJars
> Task :lib-xxhashkmp-commonjvmimpl:syncDebugLibJars
> Task :lib-xxhashkmp-commonjvmimpl:bundleDebugLocalLintAar
> Task :lib-xxhashkmp-core:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-xxhashkmp-core:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-core:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-xxhashkmp-core:prepareDebugArtProfile UP-TO-DATE
> Task :app-android:preDebugAndroidTestBuild SKIPPED
> Task :app-android:generateDebugAndroidTestResValues
> Task :lib-xxhashkmp-core:mergeDebugJavaResource
> Task :core:writeDebugLintModelMetadata
> Task :lib-xxhashkmp-core:syncDebugLibJars
> Task :lib-xxhashkmp-core:bundleDebugLocalLintAar
> Task :lib-cache:writeDebugLintModelMetadata
> Task :lib-centralappconfigdb-common:createFullJarDebug
> Task :lib-centralappconfigdb-common:writeDebugLintModelMetadata
> Task :lib-centralappconfigdb-sqldelight:createFullJarDebug
> Task :lib-centralappconfigdb-sqldelight:writeDebugLintModelMetadata
> Task :lib-database:writeDebugLintModelMetadata
> Task :lib-ihttp-core:createFullJarDebug
> Task :lib-ihttp-core:writeDebugLintModelMetadata
> Task :lib-ui-compose:writeDebugLintModelMetadata
> Task :lib-util:createFullJarDebug
> Task :lib-util:writeDebugLintModelMetadata
> Task :lib-xxhashkmp:createFullJarDebug
> Task :lib-xxhashkmp:writeDebugLintModelMetadata
> Task :lib-xxhashkmp-commonjvmimpl:createFullJarDebug
> Task :lib-xxhashkmp-commonjvmimpl:writeDebugLintModelMetadata
> Task :lib-xxhashkmp-core:createFullJarDebug
> Task :lib-xxhashkmp-core:writeDebugLintModelMetadata
> Task :sharedse:writeDebugLintModelMetadata
> Task :lib-ihttp-iostreams:createFullJarDebug
> Task :lib-ihttp-iostreams:generateDebugLintModel
> Task :lib-ihttp-core:generateDebugLintModel
> Task :lib-ihttp-okhttp:createFullJarDebug
> Task :lib-ihttp-okhttp:generateDebugLintModel
> Task :lib-xxhashkmp-core:generateDebugLintModel
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugLintModel
> Task :lib-xxhashkmp:generateDebugLintModel
> Task :lib-centralappconfigdb-common:generateDebugLintModel
> Task :lib-util:generateDebugLintModel
> Task :lib-ihttp-nanohttpd:createFullJarDebug
> Task :lib-ihttp-nanohttpd:generateDebugLintModel
> Task :lib-centralappconfigdb-sqldelight:generateDebugLintModel
> Task :lib-ihttp-okhttp:stripDebugDebugSymbols NO-SOURCE
> Task :lib-ihttp-okhttp:copyDebugJniLibsProjectAndLocalJars
> Task :lib-ihttp-okhttp:extractDebugAnnotations
> Task :lib-ihttp-okhttp:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-ihttp-okhttp:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-okhttp:mergeDebugConsumerProguardFiles
> Task :lib-ihttp-okhttp:prepareDebugArtProfile UP-TO-DATE
> Task :lib-ihttp-nanohttpd:stripDebugDebugSymbols NO-SOURCE
> Task :lib-ihttp-okhttp:mergeDebugJavaResource
> Task :lib-ihttp-nanohttpd:copyDebugJniLibsProjectAndLocalJars
> Task :lib-ihttp-nanohttpd:extractDebugAnnotations
> Task :lib-ihttp-okhttp:syncDebugLibJars
> Task :lib-ihttp-okhttp:bundleDebugLocalLintAar
> Task :lib-ihttp-nanohttpd:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-ihttp-nanohttpd:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-nanohttpd:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-nanohttpd:prepareDebugArtProfile UP-TO-DATE
> Task :lib-ihttp-iostreams:stripDebugDebugSymbols NO-SOURCE
> Task :lib-ihttp-nanohttpd:mergeDebugJavaResource
> Task :lib-ihttp-iostreams:copyDebugJniLibsProjectAndLocalJars
> Task :lib-ihttp-iostreams:extractDebugAnnotations
> Task :lib-ihttp-nanohttpd:syncDebugLibJars
> Task :lib-ihttp-nanohttpd:bundleDebugLocalLintAar
> Task :lib-ihttp-iostreams:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-ihttp-iostreams:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-ihttp-iostreams:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-ihttp-iostreams:prepareDebugArtProfile UP-TO-DATE
> Task :app-android:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-iostreams:writeDebugLintModelMetadata
> Task :lib-ihttp-nanohttpd:writeDebugLintModelMetadata
> Task :lib-ihttp-iostreams:mergeDebugJavaResource
> Task :lib-ihttp-iostreams:syncDebugLibJars
> Task :lib-ihttp-iostreams:bundleDebugLocalLintAar
> Task :lib-ihttp-okhttp:writeDebugLintModelMetadata
> Task :core:preDebugAndroidTestBuild UP-TO-DATE
> Task :core:generateDebugAndroidTestResValues
> Task :core:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-cache:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-cache:generateDebugAndroidTestResValues
> Task :lib-cache:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-centralappconfigdb-common:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-centralappconfigdb-common:generateDebugAndroidTestResValues
> Task :lib-centralappconfigdb-common:generateDebugAndroidTestLintModel
> Task :lib-centralappconfigdb-common:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-centralappconfigdb-common:generateDebugUnitTestLintModel
> Task :lib-centralappconfigdb-sqldelight:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:generateDebugAndroidTestResValues
> Task :lib-centralappconfigdb-sqldelight:generateDebugAndroidTestLintModel
> Task :lib-centralappconfigdb-sqldelight:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:generateDebugUnitTestLintModel
> Task :lib-database:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-database:generateDebugAndroidTestResValues
> Task :lib-database:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-core:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-ihttp-core:generateDebugAndroidTestResValues
> Task :lib-ihttp-core:generateDebugAndroidTestLintModel
> Task :lib-ihttp-core:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-core:generateDebugUnitTestLintModel
> Task :lib-ihttp-iostreams:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-ihttp-iostreams:generateDebugAndroidTestResValues
> Task :lib-ihttp-iostreams:generateDebugAndroidTestLintModel
> Task :lib-ihttp-iostreams:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-iostreams:generateDebugUnitTestLintModel
> Task :lib-ihttp-nanohttpd:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:generateDebugAndroidTestResValues
> Task :lib-ihttp-nanohttpd:generateDebugAndroidTestLintModel
> Task :lib-ihttp-nanohttpd:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:generateDebugUnitTestLintModel
> Task :lib-ihttp-okhttp:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-ihttp-okhttp:generateDebugAndroidTestResValues
> Task :lib-ihttp-okhttp:generateDebugAndroidTestLintModel
> Task :lib-ihttp-okhttp:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-okhttp:generateDebugUnitTestLintModel
> Task :lib-ui-compose:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-ui-compose:generateDebugAndroidTestResValues
> Task :lib-ui-compose:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-util:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-util:generateDebugAndroidTestResValues
> Task :lib-util:generateDebugAndroidTestLintModel
> Task :lib-util:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-util:generateDebugUnitTestLintModel
> Task :lib-xxhashkmp:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-xxhashkmp:generateDebugAndroidTestResValues
> Task :lib-xxhashkmp:generateDebugAndroidTestLintModel
> Task :lib-xxhashkmp:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-xxhashkmp:generateDebugUnitTestLintModel
> Task :lib-xxhashkmp-commonjvmimpl:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugAndroidTestResValues
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugAndroidTestLintModel
> Task :lib-xxhashkmp-commonjvmimpl:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugUnitTestLintModel
> Task :lib-xxhashkmp-core:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-xxhashkmp-core:generateDebugAndroidTestResValues
> Task :lib-xxhashkmp-core:generateDebugAndroidTestLintModel
> Task :lib-xxhashkmp-core:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-xxhashkmp-core:generateDebugUnitTestLintModel
> Task :sharedse:preDebugAndroidTestBuild UP-TO-DATE
> Task :sharedse:generateDebugAndroidTestResValues
> Task :sharedse:preDebugUnitTestBuild UP-TO-DATE
> Task :app-android:javaPreCompileDebugUnitTest
> Task :app-android:packageDebugUnitTestForUnitTest
> Task :app-android:preReleaseUnitTestBuild UP-TO-DATE
> Task :app-android:generateDebugUnitTestConfig
> Task :app-android:javaPreCompileReleaseUnitTest
> Task :app-android:packageReleaseUnitTestForUnitTest
> Task :app-desktop:checkKotlinGradlePluginConfigurationErrors
> Task :app-android:generateReleaseUnitTestConfig
> Task :app-desktop:generateComposeResClass
> Task :lib-ihttp-iostreams:jvmProcessResources NO-SOURCE
> Task :lib-ihttp-core:jvmProcessResources NO-SOURCE
> Task :lib-ihttp-okhttp:jvmProcessResources NO-SOURCE
> Task :lib-xxhashkmp-core:jvmProcessResources NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:jvmProcessResources NO-SOURCE
> Task :lib-xxhashkmp:jvmProcessResources NO-SOURCE
> Task :lib-ihttp-iostreams:compileKotlinJvm
> Task :lib-ihttp-iostreams:jvmMainClasses
> Task :lib-ihttp-iostreams:jvmJar
> Task :lib-xxhashkmp-core:compileKotlinJvm
> Task :lib-xxhashkmp-core:jvmMainClasses
> Task :lib-xxhashkmp-core:jvmJar
> Task :lib-centralappconfigdb-common:compileKotlinJvm
> Task :lib-centralappconfigdb-common:jvmProcessResources NO-SOURCE
> Task :lib-centralappconfigdb-common:jvmMainClasses
> Task :lib-centralappconfigdb-common:jvmJar
> Task :app-android:mergeExtDexNonMinifiedRelease
> Task :lib-util:jvmProcessResources NO-SOURCE
> Task :lib-ihttp-nanohttpd:jvmProcessResources NO-SOURCE
> Task :lib-ihttp-core:compileKotlinJvm
> Task :lib-xxhashkmp-commonjvmimpl:compileKotlinJvm
> Task :core:generateMRjsMain
> Task :lib-ihttp-core:jvmMainClasses
> Task :lib-ihttp-core:jvmJar
> Task :lib-xxhashkmp-commonjvmimpl:jvmMainClasses
> Task :lib-xxhashkmp-commonjvmimpl:jvmJar
> Task :lib-xxhashkmp:compileKotlinJvm NO-SOURCE
> Task :lib-xxhashkmp:jvmMainClasses UP-TO-DATE
> Task :lib-xxhashkmp:jvmJar
> Task :core:jvmProcessResources
> Task :lib-ihttp-okhttp:compileKotlinJvm
> Task :lib-ihttp-okhttp:jvmMainClasses
> Task :lib-ihttp-okhttp:jvmJar
> Task :app-android:mergeExtDexDebug
> Task :lib-ihttp-nanohttpd:compileKotlinJvm

> Task :lib-util:compileKotlinJvm
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RandomString.kt:11:32 Parameter 'i' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RangeUtil.kt:42:22 Variable 'statusCode' initializer is redundant

> Task :lib-util:jvmMainClasses
> Task :lib-util:jvmJar
> Task :lib-ihttp-nanohttpd:jvmMainClasses
> Task :lib-ihttp-nanohttpd:jvmJar
> Task :lib-centralappconfigdb-sqldelight:jvmProcessResources NO-SOURCE
> Task :lib-ui-compose-videoplayer:checkKotlinGradlePluginConfigurationErrors
> Task :lib-ui-compose-videoplayer:generateComposeResClass
> Task :lib-ihttp-okhttp:lintVitalAnalyzeRelease
> Task :lib-ihttp-iostreams:lintVitalAnalyzeRelease
> Task :lib-ihttp-nanohttpd:lintVitalAnalyzeRelease
> Task :lib-ui-compose-videoplayer:desktopProcessResources NO-SOURCE
> Task :lib-ui-compose:desktopProcessResources
> Task :app-desktop:processResources
> Task :app-react:generateMRcommonMain
> Task :app-react:generateMRjsMain
> Task :app-react:generateProjectStructureMetadata
> Task :app-react:allMetadataJar
> Task :lib-centralappconfigdb-common:lintVitalAnalyzeRelease
> Task :app-android:l8DexDesugarLibDebug

> Task :lib-cache:compileReleaseKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:25:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:25:30 Annotation `@DoorDatabase(entities = {com.ustadmobile.libcache.db.entities.CacheEntry::class, com.ustadmobile.libcache.db.entities.RequestedEntry::class, com.ustadmobile.libcache.db.entities.RetentionLock::class, com.ustadmobile.libcache.db.entities.NeighborCache::class, com.ustadmobile.libcache.db.entities.NeighborCacheEntry::class, com.ustadmobile.libcache.db.entities.NewCacheEntry::class}, version = 14)` is missing on actual declaration.
All annotations from expect `class UstadCacheDb : RoomDatabase /* = RoomDatabase */ defined in com.ustadmobile.libcache.db in file UstadCacheDb.kt` must be present with the same arguments on actual `class UstadCacheDb : RoomDatabase /* = RoomDatabase */ defined in com.ustadmobile.libcache.db in file UstadCacheDb.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/UstadCacheDb_DoorWrapper.kt:71:33 The corresponding parameter in the supertype 'UstadCacheDb' is named 'body'. This may cause problems when calling this function with named arguments.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:16:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:16:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class CacheEntryDao defined in com.ustadmobile.libcache.db.dao in file CacheEntryDao.kt` must be present with the same arguments on actual `class CacheEntryDao defined in com.ustadmobile.libcache.db.dao in file CacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:29:38 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `suspend fun insertAsync(entry: CacheEntry): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `suspend fun insertAsync(entry: CacheEntry): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:35:30 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun insertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun insertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:41:30 Annotation `@Update` has different arguments on actual declaration: `@Update(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun updateList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun updateList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:47:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun upsertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:70:30 Annotation `@Delete` has different arguments on actual declaration: `@Delete(entity = kotlin.Any::class)`.
All annotations from expect `fun delete(entries: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun delete(entries: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:15:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:15:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NeighborCacheDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheDao.kt` must be present with the same arguments on actual `class NeighborCacheDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:20:38 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `suspend fun upsertAsync(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `suspend fun upsertAsync(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:26:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsert(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun upsert(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:32:30 Annotation `@Insert(onConflict = 5)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 5)`.
All annotations from expect `fun insertOrIgnore(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun insertOrIgnore(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:14:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:14:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NeighborCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheEntryDao.kt` must be present with the same arguments on actual `class NeighborCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:19:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsertList(neighborCacheEntryList: List<NeighborCacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao` must be present with the same arguments on actual `fun upsertList(neighborCacheEntryList: List<NeighborCacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:9:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:9:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NewCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NewCacheEntryDao.kt` must be present with the same arguments on actual `class NewCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NewCacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:13:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:13:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class RequestedEntryDao defined in com.ustadmobile.libcache.db.dao in file RequestedEntryDao.kt` must be present with the same arguments on actual `class RequestedEntryDao defined in com.ustadmobile.libcache.db.dao in file RequestedEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:18:30 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun insertList(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `fun insertList(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:24:38 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `suspend fun insertListAsync(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `suspend fun insertListAsync(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:15:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:15:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class RetentionLockDao defined in com.ustadmobile.libcache.db.dao in file RetentionLockDao.kt` must be present with the same arguments on actual `class RetentionLockDao defined in com.ustadmobile.libcache.db.dao in file RetentionLockDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:20:30 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun insert(retentionLock: RetentionLock): Long defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun insert(retentionLock: RetentionLock): Long defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:26:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsertList(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun upsertList(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:29:30 Annotation `@Delete` has different arguments on actual declaration: `@Delete(entity = kotlin.Any::class)`.
All annotations from expect `fun delete(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun delete(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheNsdAndroid.kt:87:48 'getter for host: InetAddress!' is deprecated. Deprecated in Java
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheNsdAndroid.kt:130:28 'resolveService(NsdServiceInfo!, NsdManager.ResolveListener!): Unit' is deprecated. Deprecated in Java
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheNsdAndroid.kt:138:42 'getter for host: InetAddress!' is deprecated. Deprecated in Java
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonJvmMain/kotlin/com/ustadmobile/libcache/io/SourceExt.kt:70:43 Unsafe use of a nullable receiver of type File?
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/UstadCacheImpl.kt:597:52 Parameter 'urlKey' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/UstadCacheImpl.kt:814:76 Parameter 'key' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/CacheDbMigrations.kt:7:54 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:41:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:8:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:9:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheHashtable.kt:177:50 Type mismatch: inferred type is String? but String was expected
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/distributed/XXStringHasherExt.kt:11:24 Type mismatch: inferred type is String? but String was expected

> Task :lib-centralappconfigdb-sqldelight:compileKotlinJvm
> Task :app-react:jsProcessResources
> Task :lib-centralappconfigdb-sqldelight:lintVitalAnalyzeRelease
> Task :lib-ihttp-core:lintVitalAnalyzeRelease
> Task :lib-xxhashkmp-commonjvmimpl:lintVitalAnalyzeRelease
> Task :lib-xxhashkmp:lintVitalAnalyzeRelease
> Task :lib-ui-compose-videoplayer:compileKotlinDesktop
> Task :lib-cache:kspKotlinJvm
> Task :lib-cache:compileReleaseJavaWithJavac
> Task :lib-cache:mergeReleaseGeneratedProguardFiles UP-TO-DATE
> Task :lib-cache:exportReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-cache:bundleLibCompileToJarRelease
> Task :lib-cache:bundleLibRuntimeToJarRelease
> Task :lib-cache:processReleaseJavaRes
> Task :lib-cache:createFullJarRelease
> Task :lib-cache:generateReleaseLintModel
> Task :lib-cache:extractReleaseAnnotations
> Task :lib-cache:mergeReleaseConsumerProguardFiles UP-TO-DATE
> Task :lib-cache:mergeReleaseJavaResource
> Task :lib-cache:syncReleaseLibJars
> Task :lib-cache:bundleReleaseLocalLintAar
> Task :lib-cache:generateReleaseLintVitalModel

> Task :lib-cache:compileDebugKotlinAndroid
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:25:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:25:30 Annotation `@DoorDatabase(entities = {com.ustadmobile.libcache.db.entities.CacheEntry::class, com.ustadmobile.libcache.db.entities.RequestedEntry::class, com.ustadmobile.libcache.db.entities.RetentionLock::class, com.ustadmobile.libcache.db.entities.NeighborCache::class, com.ustadmobile.libcache.db.entities.NeighborCacheEntry::class, com.ustadmobile.libcache.db.entities.NewCacheEntry::class}, version = 14)` is missing on actual declaration.
All annotations from expect `class UstadCacheDb : RoomDatabase /* = RoomDatabase */ defined in com.ustadmobile.libcache.db in file UstadCacheDb.kt` must be present with the same arguments on actual `class UstadCacheDb : RoomDatabase /* = RoomDatabase */ defined in com.ustadmobile.libcache.db in file UstadCacheDb.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/UstadCacheDb_DoorWrapper.kt:71:33 The corresponding parameter in the supertype 'UstadCacheDb' is named 'body'. This may cause problems when calling this function with named arguments.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:16:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:16:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class CacheEntryDao defined in com.ustadmobile.libcache.db.dao in file CacheEntryDao.kt` must be present with the same arguments on actual `class CacheEntryDao defined in com.ustadmobile.libcache.db.dao in file CacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:29:38 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `suspend fun insertAsync(entry: CacheEntry): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `suspend fun insertAsync(entry: CacheEntry): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:35:30 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun insertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun insertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:41:30 Annotation `@Update` has different arguments on actual declaration: `@Update(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun updateList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun updateList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:47:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun upsertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:70:30 Annotation `@Delete` has different arguments on actual declaration: `@Delete(entity = kotlin.Any::class)`.
All annotations from expect `fun delete(entries: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun delete(entries: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:15:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:15:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NeighborCacheDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheDao.kt` must be present with the same arguments on actual `class NeighborCacheDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:20:38 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `suspend fun upsertAsync(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `suspend fun upsertAsync(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:26:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsert(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun upsert(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:32:30 Annotation `@Insert(onConflict = 5)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 5)`.
All annotations from expect `fun insertOrIgnore(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun insertOrIgnore(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:14:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:14:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NeighborCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheEntryDao.kt` must be present with the same arguments on actual `class NeighborCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:19:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsertList(neighborCacheEntryList: List<NeighborCacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao` must be present with the same arguments on actual `fun upsertList(neighborCacheEntryList: List<NeighborCacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:9:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:9:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NewCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NewCacheEntryDao.kt` must be present with the same arguments on actual `class NewCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NewCacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:13:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:13:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class RequestedEntryDao defined in com.ustadmobile.libcache.db.dao in file RequestedEntryDao.kt` must be present with the same arguments on actual `class RequestedEntryDao defined in com.ustadmobile.libcache.db.dao in file RequestedEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:18:30 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun insertList(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `fun insertList(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:24:38 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `suspend fun insertListAsync(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `suspend fun insertListAsync(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:15:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:15:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class RetentionLockDao defined in com.ustadmobile.libcache.db.dao in file RetentionLockDao.kt` must be present with the same arguments on actual `class RetentionLockDao defined in com.ustadmobile.libcache.db.dao in file RetentionLockDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:20:30 Annotation `@Insert` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 3)`.
All annotations from expect `fun insert(retentionLock: RetentionLock): Long defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun insert(retentionLock: RetentionLock): Long defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:26:30 Annotation `@Insert(onConflict = 1)` has different arguments on actual declaration: `@Insert(entity = kotlin.Any::class, onConflict = 1)`.
All annotations from expect `fun upsertList(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun upsertList(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:29:30 Annotation `@Delete` has different arguments on actual declaration: `@Delete(entity = kotlin.Any::class)`.
All annotations from expect `fun delete(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun delete(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheNsdAndroid.kt:87:48 'getter for host: InetAddress!' is deprecated. Deprecated in Java
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheNsdAndroid.kt:130:28 'resolveService(NsdServiceInfo!, NsdManager.ResolveListener!): Unit' is deprecated. Deprecated in Java
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheNsdAndroid.kt:138:42 'getter for host: InetAddress!' is deprecated. Deprecated in Java
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonJvmMain/kotlin/com/ustadmobile/libcache/io/SourceExt.kt:70:43 Unsafe use of a nullable receiver of type File?
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/UstadCacheImpl.kt:597:52 Parameter 'urlKey' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/UstadCacheImpl.kt:814:76 Parameter 'key' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/CacheDbMigrations.kt:7:54 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:41:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:8:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:9:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/distributed/DistributedCacheHashtable.kt:177:50 Type mismatch: inferred type is String? but String was expected
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/distributed/XXStringHasherExt.kt:11:24 Type mismatch: inferred type is String? but String was expected

> Task :lib-util:lintVitalAnalyzeRelease
> Task :lib-cache:compileDebugJavaWithJavac
> Task :lib-cache:bundleLibRuntimeToJarDebug
> Task :lib-cache:processDebugJavaRes
> Task :lib-cache:bundleLibCompileToJarDebug
> Task :lib-cache:extractDebugAnnotations
> Task :lib-cache:mergeDebugGeneratedProguardFiles UP-TO-DATE
> Task :lib-cache:mergeDebugConsumerProguardFiles UP-TO-DATE
> Task :lib-cache:createFullJarDebug
> Task :lib-cache:mergeDebugJavaResource
> Task :lib-cache:generateDebugLintModel
> Task :lib-cache:syncDebugLibJars
> Task :lib-cache:bundleDebugLocalLintAar
> Task :lib-cache:generateDebugAndroidTestLintModel
> Task :lib-xxhashkmp-core:lintVitalAnalyzeRelease
> Task :lib-cache:generateDebugUnitTestLintModel
> Task :lib-cache:jvmProcessResources NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:jvmMainClasses
> Task :lib-centralappconfigdb-sqldelight:jvmJar
> Task :lib-ui-compose-videoplayer:desktopMainClasses
> Task :lib-ui-compose-videoplayer:desktopJar
> Task :app-react:jsBrowserProductionExecutableDistributeResources
> Task :kotlinNodeJsSetup UP-TO-DATE
> Task :kotlinNpmCachesSetup
> Task :kotlinRestoreYarnLock
> Task :kotlinYarnSetup UP-TO-DATE
> Task :lib-centralappconfigdb-common:jsPackageJson
> Task :lib-util:jsPackageJson
> Task :lib-database:jsPackageJson
> Task :lib-ihttp-core:jsPackageJson
> Task :lib-xxhashkmp-core:jsPackageJson
> Task :lib-xxhashkmp:jsPackageJson
> Task :core:jsPackageJson
> Task :app-react:jsPackageJson

> Task :app-react:jsTestPackageJson
                              Transitive npm dependency version clash for compilation "jstest"
                                  Candidates:
                              		css-loader@6.7.3
css-loader@6.7.3
                                  Selected:
                                      css-loader@6.7.3
                              Transitive npm dependency version clash for compilation "jstest"
                                  Candidates:
                              		style-loader@3.3.2
style-loader@3.3.2
                                  Selected:
                                      style-loader@3.3.2

> Task :core:jsTestPackageJson
> Task :lib-centralappconfigdb-common:jsTestPackageJson
> Task :lib-database:jsTestPackageJson
> Task :lib-ihttp-core:jsTestPackageJson
> Task :lib-util:jsTestPackageJson
> Task :lib-xxhashkmp:jsTestPackageJson
> Task :lib-xxhashkmp-core:jsTestPackageJson
> Task :app-react:jsPublicPackageJson
> Task :app-react:jsTestPublicPackageJson
> Task :core:jsPublicPackageJson
> Task :core:jsTestPublicPackageJson
> Task :lib-centralappconfigdb-common:jsPublicPackageJson
> Task :lib-centralappconfigdb-common:jsTestPublicPackageJson
> Task :lib-database:jsPublicPackageJson
> Task :lib-database:jsTestPublicPackageJson
> Task :lib-ihttp-core:jsPublicPackageJson
> Task :lib-ihttp-core:jsTestPublicPackageJson
> Task :lib-util:jsPublicPackageJson
> Task :lib-util:jsTestPublicPackageJson
> Task :lib-xxhashkmp:jsPublicPackageJson
> Task :lib-xxhashkmp:jsTestPublicPackageJson
> Task :lib-xxhashkmp-core:jsPublicPackageJson
> Task :lib-xxhashkmp-core:jsTestPublicPackageJson
> Task :packageJsonUmbrella
> Task :rootPackageJson
> Task :lib-ihttp-iostreams:lintAnalyzeDebug
> Task :lib-cache:lintAnalyzeDebugAndroidTest
> Task :lib-xxhashkmp-core:lintAnalyzeDebug
> Task :lib-centralappconfigdb-common:lintAnalyzeDebug
> Task :lib-database:kspReleaseKotlinAndroid
> Task :lib-util:lintAnalyzeDebug
> Task :lib-cache:lintVitalAnalyzeRelease

> Task :lib-cache:compileKotlinJvm
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:11:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:11:30 Annotation `@DoorDatabase(entities = {com.ustadmobile.libcache.db.entities.CacheEntry::class, com.ustadmobile.libcache.db.entities.RequestedEntry::class, com.ustadmobile.libcache.db.entities.RetentionLock::class, com.ustadmobile.libcache.db.entities.NeighborCache::class, com.ustadmobile.libcache.db.entities.NeighborCacheEntry::class, com.ustadmobile.libcache.db.entities.NewCacheEntry::class}, version = 14)` is missing on actual declaration.
All annotations from expect `class UstadCacheDb : RoomDatabase defined in com.ustadmobile.libcache.db in file UstadCacheDb.kt` must be present with the same arguments on actual `class UstadCacheDb : RoomDatabase defined in com.ustadmobile.libcache.db in file UstadCacheDb.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:9:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:9:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class CacheEntryDao defined in com.ustadmobile.libcache.db.dao in file CacheEntryDao.kt` must be present with the same arguments on actual `class CacheEntryDao defined in com.ustadmobile.libcache.db.dao in file CacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:10:38 Annotation `@Query(value = "
        SELECT CacheEntry.*
          FROM CacheEntry
         WHERE CacheEntry.url = :url 
    ")` is missing on actual declaration.
All annotations from expect `suspend fun findByUrlAsync(url: String): CacheEntry? defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `suspend fun findByUrlAsync(url: String): CacheEntry? defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:12:30 Annotation `@Query(value = "
        SELECT CacheEntry.*
          FROM CacheEntry
         WHERE CacheEntry.key = :key
    ")` is missing on actual declaration.
All annotations from expect `fun findEntryAndBodyByKey(key: String): CacheEntry? defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun findEntryAndBodyByKey(key: String): CacheEntry? defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:14:38 Annotation `@Insert` is missing on actual declaration.
All annotations from expect `suspend fun insertAsync(entry: CacheEntry): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `suspend fun insertAsync(entry: CacheEntry): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:16:30 Annotation `@Insert` is missing on actual declaration.
All annotations from expect `fun insertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun insertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:18:30 Annotation `@Update` is missing on actual declaration.
All annotations from expect `fun updateList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun updateList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:20:30 Annotation `@Insert(onConflict = 1)` is missing on actual declaration.
All annotations from expect `fun upsertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun upsertList(entry: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:22:30 Annotation `@Query(value = "
        SELECT CacheEntry.*
          FROM CacheEntry
         WHERE CacheEntry.key IN
               (SELECT RequestedEntry.requestedKey
                  FROM RequestedEntry
                 WHERE RequestedEntry.batchId = :batchId)
    ")` is missing on actual declaration.
All annotations from expect `fun findByRequestBatchId(batchId: Int): List<CacheEntry> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun findByRequestBatchId(batchId: Int): List<CacheEntry> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:24:30 Annotation `@Query(value = "
        SELECT RequestedEntry.requestedKey
          FROM RequestedEntry
         WHERE RequestedEntry.batchId = :batchId
           AND EXISTS(
               SELECT RetentionLock.lockId
                 FROM RetentionLock
                WHERE RetentionLock.lockKey = RequestedEntry.requestedKey)
    ")` is missing on actual declaration.
All annotations from expect `fun findEntriesWithLock(batchId: Int): List<String> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun findEntriesWithLock(batchId: Int): List<String> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:26:30 Annotation `@Query(value = "
        UPDATE CacheEntry
           SET lastAccessed = :lastAccessTime
         WHERE key = :key  
    ")` is missing on actual declaration.
All annotations from expect `fun updateLastAccessedTime(key: String, lastAccessTime: Long): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun updateLastAccessedTime(key: String, lastAccessTime: Long): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:28:30 Annotation `@Query(value = "
        SELECT CacheEntry.*
          FROM CacheEntry
         WHERE NOT EXISTS(
               SELECT RetentionLock.lockId
                 FROM RetentionLock
                WHERE RetentionLock.lockKey = CacheEntry.key) 
      ORDER BY lastAccessed ASC           
         LIMIT :batchSize       
      
    ")` is missing on actual declaration.
All annotations from expect `fun findEvictableEntries(batchSize: Int): List<CacheEntry> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun findEvictableEntries(batchSize: Int): List<CacheEntry> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:30:30 Annotation `@Query(value = "
        SELECT SUM(CacheEntry.storageSize)
          FROM CacheEntry
         WHERE NOT EXISTS(
               SELECT RetentionLock.lockId
                 FROM RetentionLock
                WHERE RetentionLock.lockKey = CacheEntry.key)  
    ")` is missing on actual declaration.
All annotations from expect `fun totalEvictableSize(): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun totalEvictableSize(): Long defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:32:30 Annotation `@Delete` is missing on actual declaration.
All annotations from expect `fun delete(entries: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun delete(entries: List<CacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:34:30 Annotation `@Query(value = "
        UPDATE CacheEntry
           SET responseHeaders = :headers,
               lastValidated = :lastValidated,
               lastAccessed = :lastAccessed
         WHERE key = :key      
    ")` is missing on actual declaration.
All annotations from expect `fun updateValidation(key: String, headers: String, lastValidated: Long, lastAccessed: Long): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun updateValidation(key: String, headers: String, lastValidated: Long, lastAccessed: Long): Unit defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:41:30 Annotation `@Query(value = "
        SELECT CacheEntry.url
          FROM CacheEntry
      ORDER BY CacheEntry.key 
         LIMIT :limit
        OFFSET :offset
       
    ")` is missing on actual declaration.
All annotations from expect `fun getEntryUrlsInOrder(offset: Int, limit: Int): List<String> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao` must be present with the same arguments on actual `fun getEntryUrlsInOrder(offset: Int, limit: Int): List<String> defined in com.ustadmobile.libcache.db.dao.CacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:10:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:10:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NeighborCacheDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheDao.kt` must be present with the same arguments on actual `class NeighborCacheDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:11:38 Annotation `@Insert(onConflict = 1)` is missing on actual declaration.
All annotations from expect `suspend fun upsertAsync(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `suspend fun upsertAsync(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:13:30 Annotation `@Insert(onConflict = 1)` is missing on actual declaration.
All annotations from expect `fun upsert(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun upsert(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:15:30 Annotation `@Insert(onConflict = 5)` is missing on actual declaration.
All annotations from expect `fun insertOrIgnore(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun insertOrIgnore(neighborCache: NeighborCache): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:17:38 Annotation `@Query(value = "
        DELETE FROM NeighborCache
         WHERE neighborUid = :neighborUid
    ")` is missing on actual declaration.
All annotations from expect `suspend fun deleteAsync(neighborUid: Long): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `suspend fun deleteAsync(neighborUid: Long): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:19:30 Annotation `@Query(value = "
        SELECT NeighborCache.*
          FROM NeighborCache
         WHERE NeighborCache.neighborStatus = 1 
    ")` is missing on actual declaration.
All annotations from expect `fun allNeighborsAsFlow(): Flow<List<NeighborCache>> defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun allNeighborsAsFlow(): Flow<List<NeighborCache>> defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:21:30 Annotation `@Query(value = "
        SELECT NeighborCache.*
          FROM NeighborCache
    ")` is missing on actual declaration.
All annotations from expect `fun allNeighbors(): List<NeighborCache> defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun allNeighbors(): List<NeighborCache> defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:23:30 Annotation `@Query(value = "
        UPDATE NeighborCache
           SET neighborHttpPort = :httpPort
         WHERE neighborUid = :neighborUid
           AND neighborHttpPort != :httpPort
    ")` is missing on actual declaration.
All annotations from expect `fun updateHttpPort(neighborUid: Long, httpPort: Int): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun updateHttpPort(neighborUid: Long, httpPort: Int): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:25:30 Annotation `@Query(value = "
        UPDATE NeighborCache
           SET neighborPingTime = :pingTime,
               neighborLastSeen = :timeNow
         WHERE neighborUid = :neighborUid  
    ")` is missing on actual declaration.
All annotations from expect `fun updatePingTime(neighborUid: Long, pingTime: Int, timeNow: Long): Int defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun updatePingTime(neighborUid: Long, pingTime: Int, timeNow: Long): Int defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:31:30 Annotation `@Query(value = "
        UPDATE NeighborCache
           SET neighborStatus = CAST(((:timeNow - NeighborCache.neighborLastSeen) < :lostThreshold) AS INTEGER)
         WHERE neighborStatus != CAST(((:timeNow - NeighborCache.neighborLastSeen) < :lostThreshold) AS INTEGER)   
    ")` is missing on actual declaration.
All annotations from expect `fun updateStatuses(timeNow: Long, lostThreshold: Long): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun updateStatuses(timeNow: Long, lostThreshold: Long): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:33:30 Annotation `@Query(value = "
        UPDATE NeighborCache
           SET neighborDeviceName = :deviceName
        WHERE neighborUid = :neighborUid
          AND neighborDeviceName != :deviceName   
    ")` is missing on actual declaration.
All annotations from expect `fun updateDeviceName(neighborUid: Long, deviceName: String): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao` must be present with the same arguments on actual `fun updateDeviceName(neighborUid: Long, deviceName: String): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:9:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:9:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NeighborCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheEntryDao.kt` must be present with the same arguments on actual `class NeighborCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NeighborCacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:10:30 Annotation `@Insert(onConflict = 1)` is missing on actual declaration.
All annotations from expect `fun upsertList(neighborCacheEntryList: List<NeighborCacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao` must be present with the same arguments on actual `fun upsertList(neighborCacheEntryList: List<NeighborCacheEntry>): Unit defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:12:30 Annotation `@Query(value = "
        SELECT NeighborCacheEntry.* 
          FROM NeighborCacheEntry
    ")` is missing on actual declaration.
All annotations from expect `fun allEntriesAsFlow(): Flow<List<NeighborCacheEntry>> defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao` must be present with the same arguments on actual `fun allEntriesAsFlow(): Flow<List<NeighborCacheEntry>> defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:14:30 Annotation `@Query(value = "
        SELECT NeighborCacheEntry.nceUrlHash
          FROM NeighborCacheEntry
         WHERE NeighborCacheEntry.nceUrlHash IN (:urlHashes) 
    ")` is missing on actual declaration.
All annotations from expect `fun findAvailableEntries(urlHashes: List<Long>): List<Long> defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao` must be present with the same arguments on actual `fun findAvailableEntries(urlHashes: List<Long>): List<Long> defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:16:30 Annotation `@Query(value = "
        SELECT NeighborCacheEntry.*,
               NeighborCache.*
          FROM NeighborCacheEntry
               JOIN NeighborCache
                    ON NeighborCache.neighborUid = NeighborCacheEntry.nceNeighborUid
         WHERE NeighborCacheEntry.nceUrlHash = :urlHash
           AND NeighborCache.neighborStatus = 1
    ")` is missing on actual declaration.
All annotations from expect `fun findAvailableNeighborsByUrlHash(urlHash: Long): List<NeighborCacheEntryAndNeighborCache> defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao` must be present with the same arguments on actual `fun findAvailableNeighborsByUrlHash(urlHash: Long): List<NeighborCacheEntryAndNeighborCache> defined in com.ustadmobile.libcache.db.dao.NeighborCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:6:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:6:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class NewCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NewCacheEntryDao.kt` must be present with the same arguments on actual `class NewCacheEntryDao defined in com.ustadmobile.libcache.db.dao in file NewCacheEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:7:30 Annotation `@Query(value = "
        SELECT NewCacheEntry.*
          FROM NewCacheEntry
    ")` is missing on actual declaration.
All annotations from expect `fun findAllNewEntries(): List<NewCacheEntry> defined in com.ustadmobile.libcache.db.dao.NewCacheEntryDao` must be present with the same arguments on actual `fun findAllNewEntries(): List<NewCacheEntry> defined in com.ustadmobile.libcache.db.dao.NewCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:9:30 Annotation `@Query(value = "DELETE FROM NewCacheEntry")` is missing on actual declaration.
All annotations from expect `fun clearAll(): Unit defined in com.ustadmobile.libcache.db.dao.NewCacheEntryDao` must be present with the same arguments on actual `fun clearAll(): Unit defined in com.ustadmobile.libcache.db.dao.NewCacheEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:8:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:8:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class RequestedEntryDao defined in com.ustadmobile.libcache.db.dao in file RequestedEntryDao.kt` must be present with the same arguments on actual `class RequestedEntryDao defined in com.ustadmobile.libcache.db.dao in file RequestedEntryDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:9:30 Annotation `@Insert` is missing on actual declaration.
All annotations from expect `fun insertList(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `fun insertList(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:11:38 Annotation `@Insert` is missing on actual declaration.
All annotations from expect `suspend fun insertListAsync(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `suspend fun insertListAsync(requestedSha256s: List<RequestedEntry>): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:13:30 Annotation `@Query(value = "
        SELECT RequestedEntry.requestedKey
          FROM RequestedEntry
         WHERE RequestedEntry.batchId = :batchId 
           AND NOT EXISTS(
               SELECT CacheEntry.key
                 FROM CacheEntry
                WHERE CacheEntry.key = RequestedEntry.requestedKey
           )
        ")` is missing on actual declaration.
All annotations from expect `fun findKeysNotPresent(batchId: Int): List<String> defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `fun findKeysNotPresent(batchId: Int): List<String> defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:15:30 Annotation `@Query(value = "
        DELETE FROM RequestedEntry
         WHERE RequestedEntry.batchId = :batchId    
    ")` is missing on actual declaration.
All annotations from expect `fun deleteBatch(batchId: Int): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao` must be present with the same arguments on actual `fun deleteBatch(batchId: Int): Unit defined in com.ustadmobile.libcache.db.dao.RequestedEntryDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:9:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:9:30 Annotation `@DoorDao` is missing on actual declaration.
All annotations from expect `class RetentionLockDao defined in com.ustadmobile.libcache.db.dao in file RetentionLockDao.kt` must be present with the same arguments on actual `class RetentionLockDao defined in com.ustadmobile.libcache.db.dao in file RetentionLockDao.kt`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:10:30 Annotation `@Insert` is missing on actual declaration.
All annotations from expect `fun insert(retentionLock: RetentionLock): Long defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun insert(retentionLock: RetentionLock): Long defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:12:30 Annotation `@Insert(onConflict = 1)` is missing on actual declaration.
All annotations from expect `fun upsertList(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun upsertList(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:14:30 Annotation `@Delete` is missing on actual declaration.
All annotations from expect `fun delete(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun delete(retentionLocks: List<RetentionLock>): Unit defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:16:30 Annotation `@Query(value = "
        SELECT RetentionLock.*
          FROM RetentionLock
         WHERE RetentionLock.lockKey IN 
               (SELECT RequestedEntry.requestedKey
                  FROM RequestedEntry
                 WHERE RequestedEntry.batchId = :batchId)
    ")` is missing on actual declaration.
All annotations from expect `fun findByBatchId(batchId: Int): List<RetentionLock> defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun findByBatchId(batchId: Int): List<RetentionLock> defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/build/generated/ksp/jvm/jvmMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:18:30 Annotation `@Query(value = "
        SELECT RetentionLock.*
          FROM RetentionLock
         WHERE RetentionLock.lockKey = :urlKey 
    ")` is missing on actual declaration.
All annotations from expect `fun findByKey(urlKey: String): List<RetentionLock> defined in com.ustadmobile.libcache.db.dao.RetentionLockDao` must be present with the same arguments on actual `fun findByKey(urlKey: String): List<RetentionLock> defined in com.ustadmobile.libcache.db.dao.RetentionLockDao`, otherwise they might behave incorrectly.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/UstadCacheImpl.kt:597:52 Parameter 'urlKey' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/UstadCacheImpl.kt:814:76 Parameter 'key' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/CacheDbMigrations.kt:7:54 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/UstadCacheDb.kt:41:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/CacheEntryDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NeighborCacheEntryDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/NewCacheEntryDao.kt:8:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/RequestedEntryDao.kt:9:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/db/dao/RetentionLockDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573

> Task :kotlinNpmInstall
warning Ignored scripts due to flag.

> Task :lib-cache:jvmMainClasses
> Task :lib-cache:jvmJar
> Task :kotlinStoreYarnLock UP-TO-DATE
> Task :app-react:checkKotlinGradlePluginConfigurationErrors
> Task :app-react:generateBuildConfig
> Task :app-react:generateJsMainBuildConfig SKIPPED
> Task :lib-centralappconfigdb-common:jsProcessResources NO-SOURCE
> Task :lib-util:jsProcessResources NO-SOURCE
> Task :lib-database:jsProcessResources NO-SOURCE
> Task :lib-database:kspDebugKotlinAndroid
> Task :lib-ihttp-core:jsProcessResources NO-SOURCE
> Task :lib-xxhashkmp-core:jsProcessResources NO-SOURCE
> Task :lib-xxhashkmp:jsProcessResources NO-SOURCE
> Task :core:jsProcessResources
> Task :app-react:generateJsTestBuildConfig SKIPPED
> Task :app-react:generateTestBuildConfig SKIPPED
> Task :app-react:jsTestProcessResources NO-SOURCE
> Task :app-desktop:processTestResources NO-SOURCE
> Task :app-desktop:unpackDefaultComposeDesktopJvmApplicationResources
> Task :app-ktor-server:checkKotlinGradlePluginConfigurationErrors
> Task :lib-ihttp-ktor-server:checkKotlinGradlePluginConfigurationErrors
> Task :sharedse:jvmProcessResources
> Task :lib-ihttp-ktor-server:processResources NO-SOURCE
> Task :lib-test-common:checkKotlinGradlePluginConfigurationErrors
> Task :lib-test-common:jvmProcessResources
> Task :app-ktor-server:processTestResources
> Task :lib-centralappconfigdb-common:lintAnalyzeDebugAndroidTest
> Task :lib-centralappconfigdb-sqldelight:lintAnalyzeDebugAndroidTest
> Task :lib-centralappconfigdb-common:lintAnalyzeDebugUnitTest
> Task :lib-xxhashkmp-commonjvmimpl:lintAnalyzeDebug
> Task :lib-centralappconfigdb-common:transformCommonMainDependenciesMetadata
> Task :lib-centralappconfigdb-common:generateProjectStructureMetadata
> Task :lib-centralappconfigdb-common:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-util:transformCommonJvmMainDependenciesMetadata
> Task :lib-util:compileCommonJvmMainKotlinMetadata SKIPPED
> Task :lib-util:transformCommonMainDependenciesMetadata
> Task :lib-ihttp-core:lintAnalyzeDebug
> Task :lib-cache:lintAnalyzeDebugUnitTest
> Task :lib-centralappconfigdb-sqldelight:lintAnalyzeDebugUnitTest
> Task :lib-ihttp-core:lintAnalyzeDebugAndroidTest
> Task :lib-ihttp-core:lintAnalyzeDebugUnitTest
> Task :lib-xxhashkmp:lintAnalyzeDebug
> Task :lib-centralappconfigdb-common:compileCommonMainKotlinMetadata
> Task :lib-centralappconfigdb-common:metadataCommonMainClasses
> Task :lib-centralappconfigdb-common:allMetadataJar
> Task :lib-util:generateProjectStructureMetadata
> Task :lib-util:metadataCommonJvmMainProcessResources NO-SOURCE
> Task :lib-util:metadataCommonJvmMainClasses UP-TO-DATE
> Task :lib-util:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-database:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-database:generateProjectStructureMetadata
> Task :lib-database:metadataCommonJvmMainProcessResources NO-SOURCE
> Task :lib-ihttp-iostreams:lintAnalyzeDebugUnitTest
> Task :lib-ihttp-core:transformCommonMainDependenciesMetadata
> Task :lib-ihttp-okhttp:lintAnalyzeDebug
> Task :lib-ihttp-iostreams:lintAnalyzeDebugAndroidTest
> Task :lib-ihttp-nanohttpd:lintAnalyzeDebugAndroidTest
> Task :lib-xxhashkmp-core:compileKotlinJs
> Task :lib-xxhashkmp-core:jsMainClasses
> Task :lib-ihttp-ktor-server:compileKotlin

> Task :lib-util:compileCommonMainKotlinMetadata
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RandomString.kt:11:32 Parameter 'i' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RangeUtil.kt:42:22 Variable 'statusCode' initializer is redundant

> Task :lib-xxhashkmp-core:jsJar
> Task :lib-xxhashkmp:compileKotlinJs NO-SOURCE
> Task :lib-xxhashkmp:jsMainClasses UP-TO-DATE
> Task :lib-xxhashkmp:jsJar
> Task :lib-ihttp-ktor-server:compileJava NO-SOURCE
> Task :lib-ihttp-ktor-server:classes UP-TO-DATE
> Task :lib-ihttp-ktor-server:jar
> Task :lib-util:metadataCommonMainClasses
> Task :lib-util:allMetadataJar
> Task :lib-centralappconfigdb-common:compileKotlinJs
> Task :lib-ihttp-nanohttpd:lintAnalyzeDebug
> Task :lib-database:transformCommonMainDependenciesMetadata
> Task :lib-centralappconfigdb-common:jsMainClasses
> Task :lib-centralappconfigdb-common:jsJar
> Task :lib-ihttp-nanohttpd:lintAnalyzeDebugUnitTest
> Task :lib-database:transformCommonJvmMainDependenciesMetadata
> Task :lib-ihttp-okhttp:lintAnalyzeDebugUnitTest
> Task :lib-ihttp-okhttp:lintAnalyzeDebugAndroidTest
> Task :lib-ihttp-core:generateProjectStructureMetadata
> Task :lib-ihttp-core:metadataCommonMainProcessResources NO-SOURCE

> Task :lib-util:compileKotlinJs
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RandomString.kt:11:32 Parameter 'i' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RangeUtil.kt:42:22 Variable 'statusCode' initializer is redundant

> Task :lib-util:lintAnalyzeDebugAndroidTest
> Task :lib-xxhashkmp-core:transformCommonMainDependenciesMetadata
> Task :lib-util:jsMainClasses
> Task :lib-util:jsJar
> Task :lib-ihttp-core:compileKotlinJs
> Task :lib-ihttp-core:jsMainClasses
> Task :lib-util:lintAnalyzeDebugUnitTest
> Task :lib-ihttp-core:jsJar
> Task :lib-xxhashkmp-core:generateProjectStructureMetadata
> Task :lib-xxhashkmp-core:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-xxhashkmp:generateProjectStructureMetadata
> Task :lib-xxhashkmp:metadataCommonMainProcessResources NO-SOURCE
> Task :core:metadataCommonMainProcessResources
> Task :lib-ihttp-okhttp:generateProjectStructureMetadata
> Task :lib-ihttp-okhttp:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-cache:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-cache:generateProjectStructureMetadata
> Task :lib-cache:metadataCommonJvmMainProcessResources NO-SOURCE
> Task :lib-ihttp-nanohttpd:generateProjectStructureMetadata
> Task :lib-ihttp-nanohttpd:metadataCommonMainProcessResources NO-SOURCE
> Task :core:generateProjectStructureMetadata
> Task :core:metadataCommonJvmMainProcessResources
> Task :lib-centralappconfigdb-sqldelight:lintAnalyzeDebug
> Task :lib-xxhashkmp-core:compileCommonMainKotlinMetadata
> Task :core:mapReleaseSourceSetPaths
> Task :lib-xxhashkmp-core:metadataCommonMainClasses
> Task :lib-xxhashkmp-core:allMetadataJar
> Task :lib-xxhashkmp:lintAnalyzeDebugAndroidTest
> Task :lib-xxhashkmp:transformCommonMainDependenciesMetadata
> Task :lib-xxhashkmp:compileCommonMainKotlinMetadata NO-SOURCE
> Task :lib-xxhashkmp:metadataCommonMainClasses UP-TO-DATE
> Task :lib-xxhashkmp:allMetadataJar
> Task :lib-xxhashkmp:lintAnalyzeDebugUnitTest
> Task :lib-ihttp-core:compileCommonMainKotlinMetadata
> Task :lib-xxhashkmp-commonjvmimpl:lintAnalyzeDebugAndroidTest
> Task :lib-xxhashkmp-commonjvmimpl:lintAnalyzeDebugUnitTest
> Task :lib-xxhashkmp-core:lintAnalyzeDebugAndroidTest
> Task :lib-xxhashkmp-core:lintAnalyzeDebugUnitTest
> Task :core:mergeReleaseResources
> Task :lib-ihttp-core:metadataCommonMainClasses
> Task :lib-ihttp-core:allMetadataJar
> Task :lib-ihttp-okhttp:transformCommonMainDependenciesMetadata
> Task :lib-ihttp-okhttp:compileCommonMainKotlinMetadata SKIPPED
> Task :lib-ihttp-okhttp:metadataCommonMainClasses UP-TO-DATE
> Task :lib-ihttp-okhttp:allMetadataJar
> Task :lib-cache:transformCommonMainDependenciesMetadata
> Task :lib-cache:compileCommonMainKotlinMetadata SKIPPED
> Task :lib-cache:metadataCommonMainClasses UP-TO-DATE
> Task :lib-cache:transformCommonJvmMainDependenciesMetadata
> Task :lib-cache:compileCommonJvmMainKotlinMetadata SKIPPED
> Task :lib-cache:metadataCommonJvmMainClasses UP-TO-DATE
> Task :lib-cache:allMetadataJar
> Task :lib-ihttp-nanohttpd:transformCommonMainDependenciesMetadata
> Task :lib-ihttp-nanohttpd:compileCommonMainKotlinMetadata SKIPPED
> Task :lib-ihttp-nanohttpd:metadataCommonMainClasses UP-TO-DATE
> Task :lib-ihttp-nanohttpd:allMetadataJar
> Task :core:jsTestProcessResources
> Task :core:jvmTestProcessResources
> Task :core:generateDebugUnitTestResValues
> Task :core:checkDebugUnitTestAarMetadata
> Task :core:mapDebugUnitTestSourceSetPaths
> Task :core:generateDebugUnitTestResources
> Task :core:processDebugUnitTestManifest
> Task :core:javaPreCompileDebugUnitTest

> Task :core:verifyReleaseResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:527: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:666: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/merged_res/release/mergeReleaseResources/values-fa/values-fa.xml:873: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/merged_res/release/mergeReleaseResources/values-my/values-my.xml:527: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:500: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:777: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:779: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?

> Task :core:mergeDebugAssets
> Task :core:generateDebugUnitTestAssets UP-TO-DATE
> Task :lib-cache:lintAnalyzeDebug

> Task :core:mergeDebugUnitTestResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-ne/values-ne.xml:432:4: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-ne/values-ne.xml:645:4: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-ne/values-ne.xml:647:4: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-bn/values-bn.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-bn/values-bn.xml:529:4: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-fa/values-fa.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/debug/packageDebugResources/values-my/values-my.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :core:mergeDebugUnitTestAssets
> Task :core:preReleaseUnitTestBuild UP-TO-DATE
> Task :core:generateReleaseUnitTestResValues
> Task :core:checkReleaseUnitTestAarMetadata
> Task :core:mapReleaseUnitTestSourceSetPaths
> Task :core:generateReleaseUnitTestResources
> Task :core:processDebugUnitTestResources
> Task :core:processReleaseUnitTestManifest
> Task :core:packageDebugUnitTestForUnitTest
> Task :core:generateDebugUnitTestConfig
> Task :core:javaPreCompileReleaseUnitTest
> Task :core:mergeReleaseAssets
> Task :core:generateReleaseUnitTestAssets UP-TO-DATE

> Task :core:mergeReleaseUnitTestResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:432:4: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:645:4: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-ne/values-ne.xml:647:4: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-bn/values-bn.xml:529:4: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-fa/values-fa.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/intermediates/packaged_res/release/packageReleaseResources/values-my/values-my.xml:394:4: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :core:mergeReleaseUnitTestAssets
> Task :lib-cache:bundleDebugAar
> Task :lib-cache:assembleDebug
> Task :lib-cache:bundleReleaseAar
> Task :lib-cache:mapReleaseSourceSetPaths
> Task :lib-cache:mergeReleaseResources
> Task :lib-cache:jvmTestProcessResources
> Task :lib-cache:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-cache:javaPreCompileDebugUnitTest
> Task :lib-cache:javaPreCompileReleaseUnitTest
> Task :lib-cache:generateDebugUnitTestStubRFile
> Task :lib-cache:generateReleaseUnitTestStubRFile
> Task :lib-cache:generateDebugLintReportModel
> Task :lib-cache:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-cache:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-cache:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-cache:testDebugUnitTest NO-SOURCE
> Task :lib-cache:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-cache:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-cache:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-cache:testReleaseUnitTest NO-SOURCE
> Task :lib-cache:test UP-TO-DATE
> Task :lib-centralappconfigdb-common:bundleDebugAar
> Task :lib-centralappconfigdb-common:assembleDebug
> Task :lib-centralappconfigdb-common:bundleReleaseAar
> Task :lib-centralappconfigdb-common:mapReleaseSourceSetPaths
> Task :lib-centralappconfigdb-common:mergeReleaseResources
> Task :lib-centralappconfigdb-common:compileTestKotlinJs NO-SOURCE
> Task :lib-centralappconfigdb-common:jsTestProcessResources NO-SOURCE
> Task :lib-centralappconfigdb-common:jsTestClasses UP-TO-DATE
> Task :lib-centralappconfigdb-common:compileTestDevelopmentExecutableKotlinJs NO-SOURCE
> Task :lib-centralappconfigdb-common:jsTestTestDevelopmentExecutableCompileSync NO-SOURCE
> Task :lib-centralappconfigdb-common:jsBrowserTest SKIPPED
> Task :lib-centralappconfigdb-common:jsTest NO-SOURCE
> Task :lib-centralappconfigdb-common:compileTestKotlinJvm NO-SOURCE
> Task :lib-centralappconfigdb-common:jvmTestProcessResources NO-SOURCE
> Task :lib-centralappconfigdb-common:jvmTestClasses UP-TO-DATE
> Task :lib-cache:lintReportDebug
> Task :lib-centralappconfigdb-common:jvmTest NO-SOURCE
> Task :lib-cache:lintDebug
> Task :lib-cache:lint
> Task :lib-centralappconfigdb-common:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-centralappconfigdb-common:javaPreCompileDebugUnitTest
> Task :lib-centralappconfigdb-common:generateDebugUnitTestStubRFile
> Task :lib-centralappconfigdb-common:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-centralappconfigdb-common:generateReleaseUnitTestStubRFile
> Task :lib-centralappconfigdb-common:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-centralappconfigdb-common:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-centralappconfigdb-common:testDebugUnitTest NO-SOURCE
> Task :lib-centralappconfigdb-common:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-centralappconfigdb-common:javaPreCompileReleaseUnitTest
> Task :lib-centralappconfigdb-common:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-centralappconfigdb-common:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-centralappconfigdb-common:testReleaseUnitTest NO-SOURCE
> Task :lib-centralappconfigdb-common:allTests NO-SOURCE
> Task :lib-cache:verifyReleaseResources

> Task :lib-database:compileCommonMainKotlinMetadata
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/UmAppDatabase.kt:104:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CacheLockJoinDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ClazzAssignmentDao.kt:29:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ClazzDao.kt:29:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ClazzEnrolmentDao.kt:36:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ClazzInviteDao.kt:18:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ClazzLogAttendanceRecordDao.kt:14:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ClazzLogDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CommentsDao.kt:16:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentCategoryDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentCategorySchemaDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryContentCategoryJoinDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryDao.kt:31:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryImportJobDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryParentChildJoinDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryPicture2Dao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryPictureDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryRelatedEntryJoinDao.kt:10:40 'ContentEntryRelatedEntryJoinWithLangName' is deprecated. use ContentEntryRelatedEntryJoinWithLanguage
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryRelatedEntryJoinDao.kt:15:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryRelatedEntryJoinDao.kt:39:95 'ContentEntryRelatedEntryJoinWithLangName' is deprecated. use ContentEntryRelatedEntryJoinWithLanguage
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContentEntryVersionDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseAssignmentMarkDao.kt:16:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseAssignmentSubmissionDao.kt:14:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseAssignmentSubmissionFileDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseBlockDao.kt:27:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseBlockPictureDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseGroupMemberDao.kt:19:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseGroupSetDao.kt:15:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CoursePermissionDao.kt:29:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CoursePictureDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/CourseTerminologyDao.kt:14:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/DeletedItemDao.kt:15:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/DiscussionPostDao.kt:17:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/EnrolmentRequestDao.kt:18:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ErrorReportDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ExternalAppPermissionDao.kt:9:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/HolidayCalendarDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/HolidayDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/LanguageDao.kt:17:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/LanguageVariantDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/LeavingReasonDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/MessageDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/OfflineItemDao.kt:18:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/OutgoingReplicationDao.kt:9:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PeerReviewerAllocationDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonAuth2Dao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonAuthDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonDao.kt:16:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonGroupDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonGroupMemberDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonParentJoinDao.kt:14:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonPasskeyDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/PersonPictureDao.kt:15:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ReportDao.kt:15:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ScheduleDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ScopedGrantDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/SiteDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/SiteTermsDao.kt:14:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/StudentResultDao.kt:15:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/SyncNodeDao.kt:10:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/SystemPermissionDao.kt:22:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/TransferJobDao.kt:15:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/TransferJobErrorDao.kt:9:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/TransferJobItemDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/UserSessionDao.kt:14:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/ActivityEntityDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/ActivityExtensionDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/ActivityInteractionDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/ActivityLangMapEntryDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/ActorDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/GroupMemberActorJoinDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/StateDeleteCommandDao.kt:11:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/StateEntityDao.kt:16:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/StatementContextActivityJoinDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/StatementDao.kt:32:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/StatementEntityJsonDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/VerbDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/VerbLangMapEntryDao.kt:12:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/xapi/XapiSessionEntityDao.kt:13:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:28:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:36:63 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:166:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:218:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:267:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:304:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:373:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:387:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:467:71 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:471:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:528:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:814:71 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:1011:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:1388:71 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/core/db/ext/UmAppDatabaseMigrations.kt:1403:64 Parameter 'db' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:243:13 'thumbnailUrl: String?' is deprecated. use contentEntryPicture
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:243:35 'thumbnailUrl: String?' is deprecated. use contentEntryPicture
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:252:13 'completionCriteria: Int' is deprecated. use on courseBlock, will be removed soon
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:252:41 'completionCriteria: Int' is deprecated. use on courseBlock, will be removed soon
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:253:13 'minScore: Int' is deprecated. use on courseBlock, will be removed soon
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:253:31 'minScore: Int' is deprecated. use on courseBlock, will be removed soon
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:272:33 'thumbnailUrl: String?' is deprecated. use contentEntryPicture
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:281:32 'completionCriteria: Int' is deprecated. use on courseBlock, will be removed soon
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntry.kt:282:32 'minScore: Int' is deprecated. use on courseBlock, will be removed soon
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntryRelatedEntryJoinWithLangName.kt:20:18 'ContentEntryRelatedEntryJoinWithLangName' is deprecated. use ContentEntryRelatedEntryJoinWithLanguage
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/UmAccount.kt:21:13 'admin: Boolean' is deprecated. Will be removed in Aug/24 once door update that handles missing columns in replication goes online

> Task :lib-centralappconfigdb-common:generateDebugLintReportModel
> Task :lib-database:metadataCommonMainClasses
> Task :lib-database:compileCommonJvmMainKotlinMetadata SKIPPED
> Task :lib-database:metadataCommonJvmMainClasses UP-TO-DATE
> Task :lib-database:allMetadataJar
> Task :lib-centralappconfigdb-common:verifyReleaseResources
> Task :core:transformCommonMainDependenciesMetadata
> Task :core:processReleaseUnitTestResources
> Task :core:transformCommonJvmMainDependenciesMetadata
> Task :core:packageReleaseUnitTestForUnitTest
> Task :lib-cache:assembleRelease
> Task :lib-cache:assemble
> Task :lib-centralappconfigdb-common:assembleRelease
> Task :lib-centralappconfigdb-common:assemble
> Task :core:generateReleaseUnitTestConfig
> Task :lib-centralappconfigdb-common:test UP-TO-DATE
> Task :lib-centralappconfigdb-common:lintReportDebug
> Task :lib-centralappconfigdb-sqldelight:transformCommonMainDependenciesMetadata
> Task :lib-centralappconfigdb-common:lintDebug
> Task :lib-centralappconfigdb-common:lint
> Task :lib-centralappconfigdb-common:check
> Task :lib-centralappconfigdb-common:build
> Task :lib-centralappconfigdb-sqldelight:compileCommonMainKotlinMetadata SKIPPED
> Task :lib-centralappconfigdb-sqldelight:generateProjectStructureMetadata
> Task :lib-centralappconfigdb-sqldelight:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:metadataCommonMainClasses UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:allMetadataJar
> Task :lib-centralappconfigdb-sqldelight:bundleDebugAar
> Task :lib-centralappconfigdb-sqldelight:assembleDebug
> Task :lib-centralappconfigdb-sqldelight:bundleReleaseAar
> Task :lib-centralappconfigdb-sqldelight:mapReleaseSourceSetPaths
> Task :lib-centralappconfigdb-sqldelight:mergeReleaseResources
> Task :lib-centralappconfigdb-sqldelight:compileTestKotlinJvm NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:jvmTestProcessResources NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:jvmTestClasses UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:jvmTest NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:javaPreCompileDebugUnitTest
> Task :lib-centralappconfigdb-sqldelight:generateDebugUnitTestStubRFile
> Task :lib-centralappconfigdb-sqldelight:generateReleaseUnitTestStubRFile
> Task :lib-centralappconfigdb-sqldelight:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:testDebugUnitTest NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:javaPreCompileReleaseUnitTest
> Task :lib-centralappconfigdb-sqldelight:generateDebugLintReportModel
> Task :lib-centralappconfigdb-sqldelight:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:testReleaseUnitTest NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:allTests NO-SOURCE
> Task :lib-centralappconfigdb-sqldelight:test UP-TO-DATE
> Task :lib-centralappconfigdb-sqldelight:verifyReleaseResources
> Task :lib-database:mapReleaseSourceSetPaths
> Task :lib-centralappconfigdb-sqldelight:assembleRelease
> Task :lib-centralappconfigdb-sqldelight:assemble
> Task :lib-centralappconfigdb-sqldelight:lintReportDebug
> Task :lib-database:mergeReleaseResources
> Task :lib-centralappconfigdb-sqldelight:lintDebug
> Task :lib-centralappconfigdb-sqldelight:lint
> Task :lib-database:jsTestProcessResources NO-SOURCE
> Task :lib-database:jvmTestProcessResources NO-SOURCE
> Task :lib-database:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-database:javaPreCompileDebugUnitTest
> Task :lib-database:generateDebugUnitTestStubRFile
> Task :lib-database:generateReleaseUnitTestStubRFile
> Task :lib-database:javaPreCompileReleaseUnitTest
> Task :lib-ihttp-core:bundleDebugAar
> Task :lib-ihttp-core:assembleDebug
> Task :lib-ihttp-core:bundleReleaseAar
> Task :lib-ihttp-core:mapReleaseSourceSetPaths
> Task :lib-ihttp-core:mergeReleaseResources
> Task :lib-ihttp-core:compileTestKotlinJs NO-SOURCE
> Task :lib-ihttp-core:jsTestProcessResources NO-SOURCE
> Task :lib-ihttp-core:jsTestClasses UP-TO-DATE
> Task :lib-ihttp-core:compileTestDevelopmentExecutableKotlinJs NO-SOURCE
> Task :lib-ihttp-core:jsTestTestDevelopmentExecutableCompileSync NO-SOURCE
> Task :lib-ihttp-core:jsBrowserTest SKIPPED
> Task :lib-ihttp-core:jsTest NO-SOURCE
> Task :lib-ihttp-core:jvmTestProcessResources NO-SOURCE
> Task :lib-ihttp-core:generateDebugUnitTestStubRFile
> Task :lib-ihttp-core:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-core:javaPreCompileDebugUnitTest
> Task :lib-ihttp-core:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-core:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-core:testDebugUnitTest NO-SOURCE
> Task :lib-ihttp-core:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-core:generateReleaseUnitTestStubRFile
> Task :lib-ihttp-core:javaPreCompileReleaseUnitTest
> Task :lib-ihttp-core:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-core:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-core:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-core:testReleaseUnitTest NO-SOURCE
> Task :lib-ihttp-core:generateDebugLintReportModel
> Task :lib-database:verifyReleaseResources
> Task :lib-ihttp-core:verifyReleaseResources
> Task :lib-ihttp-core:assembleRelease
> Task :lib-ihttp-core:assemble
> Task :lib-ihttp-core:test UP-TO-DATE
> Task :lib-ihttp-core:lintReportDebug
> Task :lib-ihttp-iostreams:transformCommonMainDependenciesMetadata
> Task :lib-ihttp-core:lintDebug
> Task :lib-ihttp-core:lint
> Task :lib-ihttp-iostreams:compileCommonMainKotlinMetadata SKIPPED
> Task :lib-ihttp-iostreams:generateProjectStructureMetadata
> Task :lib-ihttp-iostreams:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-ihttp-iostreams:metadataCommonMainClasses UP-TO-DATE
> Task :lib-ihttp-iostreams:allMetadataJar
> Task :lib-ihttp-iostreams:bundleDebugAar
> Task :lib-ihttp-iostreams:assembleDebug
> Task :lib-ihttp-iostreams:bundleReleaseAar
> Task :lib-ihttp-iostreams:mapReleaseSourceSetPaths
> Task :lib-ihttp-iostreams:mergeReleaseResources
> Task :lib-ihttp-iostreams:compileTestKotlinJvm NO-SOURCE
> Task :lib-ihttp-iostreams:jvmTestProcessResources NO-SOURCE
> Task :lib-ihttp-iostreams:jvmTestClasses UP-TO-DATE
> Task :lib-ihttp-iostreams:jvmTest NO-SOURCE
> Task :lib-ihttp-iostreams:generateDebugUnitTestStubRFile
> Task :lib-ihttp-iostreams:javaPreCompileDebugUnitTest
> Task :lib-ihttp-iostreams:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-iostreams:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-iostreams:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-iostreams:testDebugUnitTest NO-SOURCE
> Task :lib-ihttp-iostreams:preReleaseUnitTestBuild UP-TO-DATE

> Task :lib-centralappconfigdb-sqldelight:verifyCommonMainCentralAppConfigDbMigration
Changing log factory from null to null
java.lang.Throwable
	at com.intellij.openapi.diagnostic.Logger.logFactoryChanged(Logger.java:79)
	at com.intellij.openapi.diagnostic.Logger.setFactory(Logger.java:70)
	at com.alecstrong.sql.psi.core.ApplicationEnvironment.<init>(SqlCoreEnvironment.kt:50)
	at com.alecstrong.sql.psi.core.SqlCoreEnvironment.<init>(SqlCoreEnvironment.kt:77)
	at app.cash.sqldelight.core.SqlDelightEnvironment.<init>(SqlDelightEnvironment.kt:73)
	at app.cash.sqldelight.gradle.VerifyMigrationTask$VerifyMigrationAction$environment$2.invoke(VerifyMigrationTask.kt:102)
	at app.cash.sqldelight.gradle.VerifyMigrationTask$VerifyMigrationAction$environment$2.invoke(VerifyMigrationTask.kt:101)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at app.cash.sqldelight.gradle.VerifyMigrationTask$VerifyMigrationAction.getEnvironment(VerifyMigrationTask.kt:101)
	at app.cash.sqldelight.gradle.VerifyMigrationTask$VerifyMigrationAction.execute(VerifyMigrationTask.kt:118)
	at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
	at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:54)
	at org.gradle.workers.internal.AbstractClassLoaderWorker$1.create(AbstractClassLoaderWorker.java:48)
	at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100)
	at org.gradle.workers.internal.AbstractClassLoaderWorker.executeInClassLoader(AbstractClassLoaderWorker.java:48)
	at org.gradle.workers.internal.IsolatedClassloaderWorker.run(IsolatedClassloaderWorker.java:49)
	at org.gradle.workers.internal.IsolatedClassloaderWorker.run(IsolatedClassloaderWorker.java:30)
	at org.gradle.workers.internal.WorkerDaemonServer.run(WorkerDaemonServer.java:104)
	at org.gradle.workers.internal.WorkerDaemonServer.run(WorkerDaemonServer.java:73)
	at org.gradle.process.internal.worker.request.WorkerAction$1.call(WorkerAction.java:146)
	at org.gradle.process.internal.worker.child.WorkerLogEventListener.withWorkerLoggingProtocol(WorkerLogEventListener.java:41)
	at org.gradle.process.internal.worker.request.WorkerAction.lambda$run$0(WorkerAction.java:143)
	at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:85)
	at org.gradle.process.internal.worker.request.WorkerAction.run(WorkerAction.java:135)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)


> Task :lib-ihttp-iostreams:generateReleaseUnitTestStubRFile
> Task :lib-ihttp-iostreams:javaPreCompileReleaseUnitTest
> Task :lib-ihttp-iostreams:generateDebugLintReportModel
> Task :lib-centralappconfigdb-sqldelight:check
> Task :lib-centralappconfigdb-sqldelight:build
> Task :lib-ihttp-iostreams:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-iostreams:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-iostreams:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-iostreams:testReleaseUnitTest NO-SOURCE
> Task :lib-ihttp-iostreams:allTests NO-SOURCE
> Task :lib-ihttp-iostreams:test UP-TO-DATE
> Task :lib-ihttp-ktor-server:assemble
> Task :lib-ihttp-ktor-server:compileTestKotlin NO-SOURCE
> Task :lib-ihttp-ktor-server:compileTestJava NO-SOURCE
> Task :lib-ihttp-ktor-server:processTestResources NO-SOURCE
> Task :lib-ihttp-ktor-server:testClasses UP-TO-DATE
> Task :lib-ihttp-ktor-server:test NO-SOURCE
> Task :lib-ihttp-ktor-server:check UP-TO-DATE
> Task :lib-ihttp-ktor-server:build
> Task :lib-ihttp-nanohttpd:bundleDebugAar
> Task :lib-ihttp-nanohttpd:assembleDebug
> Task :lib-ihttp-iostreams:lintReportDebug
> Task :lib-ihttp-nanohttpd:bundleReleaseAar
> Task :lib-ihttp-iostreams:lintDebug
> Task :lib-ihttp-iostreams:lint
> Task :lib-ihttp-iostreams:check
> Task :lib-ihttp-nanohttpd:mapReleaseSourceSetPaths
> Task :lib-ihttp-nanohttpd:mergeReleaseResources
> Task :lib-ihttp-iostreams:verifyReleaseResources
> Task :lib-ihttp-iostreams:assembleRelease
> Task :lib-ihttp-iostreams:assemble
> Task :lib-ihttp-iostreams:build
> Task :lib-ihttp-nanohttpd:compileTestKotlinJvm NO-SOURCE
> Task :lib-ihttp-nanohttpd:jvmTestProcessResources NO-SOURCE
> Task :lib-ihttp-nanohttpd:jvmTestClasses UP-TO-DATE
> Task :lib-ihttp-nanohttpd:jvmTest NO-SOURCE
> Task :lib-ihttp-nanohttpd:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:generateDebugUnitTestStubRFile
> Task :lib-ihttp-nanohttpd:javaPreCompileDebugUnitTest
> Task :lib-ihttp-nanohttpd:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-nanohttpd:generateReleaseUnitTestStubRFile
> Task :lib-ihttp-nanohttpd:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-nanohttpd:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-nanohttpd:testDebugUnitTest NO-SOURCE
> Task :lib-ihttp-nanohttpd:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-nanohttpd:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-nanohttpd:javaPreCompileReleaseUnitTest
> Task :lib-ihttp-nanohttpd:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-nanohttpd:testReleaseUnitTest NO-SOURCE
> Task :lib-ihttp-nanohttpd:allTests NO-SOURCE
> Task :lib-ihttp-nanohttpd:generateDebugLintReportModel
> Task :lib-ihttp-nanohttpd:test UP-TO-DATE
> Task :lib-ihttp-okhttp:bundleDebugAar
> Task :lib-ihttp-okhttp:assembleDebug
> Task :lib-ihttp-nanohttpd:verifyReleaseResources
> Task :lib-ihttp-okhttp:bundleReleaseAar
> Task :lib-ihttp-nanohttpd:assembleRelease
> Task :lib-ihttp-nanohttpd:assemble
> Task :lib-ihttp-nanohttpd:lintReportDebug
> Task :lib-ihttp-okhttp:mapReleaseSourceSetPaths
> Task :lib-ihttp-nanohttpd:lintDebug
> Task :lib-ihttp-nanohttpd:lint
> Task :lib-ihttp-nanohttpd:check
> Task :lib-ihttp-nanohttpd:build
> Task :lib-ihttp-okhttp:mergeReleaseResources
> Task :lib-ihttp-okhttp:compileTestKotlinJvm NO-SOURCE
> Task :lib-ihttp-okhttp:jvmTestProcessResources NO-SOURCE
> Task :lib-ihttp-okhttp:jvmTestClasses UP-TO-DATE
> Task :lib-ihttp-okhttp:jvmTest NO-SOURCE
> Task :lib-ihttp-okhttp:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-ihttp-okhttp:generateDebugUnitTestStubRFile
> Task :lib-ihttp-okhttp:javaPreCompileDebugUnitTest
> Task :lib-ihttp-okhttp:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-okhttp:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-okhttp:generateReleaseUnitTestStubRFile
> Task :lib-ihttp-okhttp:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-okhttp:testDebugUnitTest NO-SOURCE
> Task :lib-ihttp-okhttp:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-ihttp-okhttp:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-ihttp-okhttp:javaPreCompileReleaseUnitTest
> Task :lib-ihttp-okhttp:generateDebugLintReportModel
> Task :lib-ihttp-okhttp:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-ihttp-okhttp:testReleaseUnitTest NO-SOURCE
> Task :lib-ihttp-okhttp:allTests NO-SOURCE
> Task :lib-ihttp-okhttp:test UP-TO-DATE
> Task :lib-ihttp-okhttp:lintReportDebug
> Task :lib-ihttp-okhttp:verifyReleaseResources
> Task :lib-test-common:transformCommonJvmMainDependenciesMetadata
> Task :lib-ihttp-okhttp:assembleRelease
> Task :lib-ihttp-okhttp:assemble
> Task :lib-ihttp-okhttp:lintDebug
> Task :lib-ihttp-okhttp:lint
> Task :lib-ihttp-okhttp:check
> Task :lib-ihttp-okhttp:build
> Task :lib-test-common:compileCommonJvmMainKotlinMetadata SKIPPED
> Task :lib-test-common:generateProjectStructureMetadata
> Task :lib-test-common:metadataCommonJvmMainProcessResources NO-SOURCE
> Task :lib-test-common:metadataCommonJvmMainClasses UP-TO-DATE
> Task :lib-test-common:metadataCommonMainProcessResources
> Task :lib-test-common:preBuild UP-TO-DATE
> Task :lib-test-common:preDebugBuild UP-TO-DATE
> Task :lib-test-common:mergeDebugJniLibFolders
> Task :lib-test-common:mergeDebugNativeLibs NO-SOURCE
> Task :lib-test-common:stripDebugDebugSymbols NO-SOURCE
> Task :lib-test-common:copyDebugJniLibsProjectAndLocalJars
> Task :lib-test-common:generateDebugBuildConfig
> Task :lib-test-common:generateDebugResValues
> Task :lib-test-common:generateDebugResources
> Task :lib-test-common:packageDebugResources
> Task :lib-test-common:parseDebugLocalResources
> Task :lib-test-common:extractDeepLinksForAarDebug UP-TO-DATE
> Task :lib-test-common:javaPreCompileDebug
> Task :lib-test-common:generateDebugRFile
> Task :lib-test-common:mergeDebugShaders
> Task :lib-test-common:compileDebugShaders NO-SOURCE
> Task :lib-test-common:generateDebugAssets UP-TO-DATE
> Task :lib-test-common:packageDebugAssets
> Task :lib-test-common:prepareDebugArtProfile UP-TO-DATE
> Task :lib-test-common:prepareLintJarForPublish UP-TO-DATE
> Task :lib-test-common:preReleaseBuild UP-TO-DATE
> Task :lib-test-common:processDebugManifest
> Task :lib-test-common:writeDebugAarMetadata
> Task :lib-test-common:mergeReleaseJniLibFolders
> Task :lib-test-common:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-test-common:stripReleaseDebugSymbols NO-SOURCE
> Task :lib-test-common:copyReleaseJniLibsProjectAndLocalJars
> Task :lib-test-common:generateReleaseResValues
> Task :lib-test-common:extractDeepLinksForAarRelease UP-TO-DATE
> Task :lib-test-common:generateReleaseBuildConfig
> Task :lib-test-common:generateReleaseResources
> Task :lib-test-common:packageReleaseResources
> Task :lib-test-common:parseReleaseLocalResources
> Task :lib-test-common:javaPreCompileRelease
> Task :lib-test-common:generateReleaseRFile
> Task :lib-test-common:mergeReleaseShaders
> Task :lib-test-common:compileReleaseShaders NO-SOURCE
> Task :lib-test-common:generateReleaseAssets UP-TO-DATE
> Task :lib-test-common:packageReleaseAssets
> Task :lib-test-common:prepareReleaseArtProfile UP-TO-DATE
> Task :lib-test-common:writeReleaseAarMetadata
> Task :lib-test-common:processReleaseManifest
> Task :lib-test-common:mapReleaseSourceSetPaths
> Task :lib-test-common:mergeReleaseResources
> Task :lib-test-common:jvmTestProcessResources NO-SOURCE
> Task :lib-test-common:preDebugUnitTestBuild UP-TO-DATE
> Task :lib-test-common:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-test-common:javaPreCompileDebugUnitTest
> Task :lib-test-common:preDebugAndroidTestBuild UP-TO-DATE
> Task :lib-test-common:generateDebugAndroidTestResValues
> Task :lib-test-common:javaPreCompileReleaseUnitTest
> Task :lib-test-common:writeDebugLintModelMetadata
> Task :lib-test-common:extractProguardFiles
> Task :lib-ui-compose:generateProjectStructureMetadata
> Task :lib-ui-compose:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-test-common:generateDebugUnitTestStubRFile
> Task :lib-test-common:generateReleaseUnitTestStubRFile
> Task :lib-ui-compose:mapReleaseSourceSetPaths

> Task :lib-test-common:verifyReleaseResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-test-common/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:527: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-test-common/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:666: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-test-common/build/intermediates/merged_res/release/mergeReleaseResources/values-fa/values-fa.xml:873: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-test-common/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:500: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-test-common/build/intermediates/merged_res/release/mergeReleaseResources/values-my/values-my.xml:527: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-test-common/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:777: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-test-common/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:779: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?

> Task :lib-ui-compose:mergeReleaseResources
> Task :lib-ui-compose:desktopTestProcessResources NO-SOURCE
> Task :lib-ui-compose:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-ui-compose:javaPreCompileDebugUnitTest
> Task :lib-ui-compose:javaPreCompileReleaseUnitTest
> Task :lib-ui-compose-videoplayer:generateProjectStructureMetadata
> Task :lib-ui-compose-videoplayer:allMetadataJar
> Task :lib-ui-compose-videoplayer:assemble
> Task :lib-ui-compose-videoplayer:compileTestKotlinDesktop NO-SOURCE
> Task :lib-ui-compose-videoplayer:desktopTestProcessResources NO-SOURCE
> Task :lib-ui-compose-videoplayer:desktopTestClasses UP-TO-DATE
> Task :lib-ui-compose-videoplayer:desktopTest NO-SOURCE
> Task :lib-ui-compose-videoplayer:allTests NO-SOURCE
> Task :lib-ui-compose-videoplayer:check UP-TO-DATE
> Task :lib-ui-compose-videoplayer:build
> Task :lib-util:bundleDebugAar
> Task :lib-util:assembleDebug
> Task :lib-util:bundleReleaseAar
> Task :lib-util:mapReleaseSourceSetPaths
> Task :lib-ui-compose:generateDebugUnitTestStubRFile
> Task :lib-ui-compose:generateReleaseUnitTestStubRFile
> Task :lib-util:mergeReleaseResources
> Task :lib-util:compileTestKotlinJs NO-SOURCE
> Task :lib-util:jsTestProcessResources NO-SOURCE
> Task :lib-util:jsTestClasses UP-TO-DATE
> Task :lib-util:compileTestDevelopmentExecutableKotlinJs NO-SOURCE
> Task :lib-util:jsTestTestDevelopmentExecutableCompileSync NO-SOURCE
> Task :lib-util:jsBrowserTest SKIPPED
> Task :lib-util:jsTest NO-SOURCE
> Task :lib-util:jvmTestProcessResources NO-SOURCE
> Task :lib-util:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-util:javaPreCompileDebugUnitTest
> Task :lib-util:generateDebugUnitTestStubRFile
> Task :lib-util:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-util:generateReleaseUnitTestStubRFile
> Task :lib-util:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-util:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-util:testDebugUnitTest NO-SOURCE
> Task :lib-util:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-util:javaPreCompileReleaseUnitTest
> Task :lib-util:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-util:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-util:testReleaseUnitTest NO-SOURCE
> Task :lib-util:generateDebugLintReportModel
> Task :lib-util:test UP-TO-DATE
> Task :lib-xxhashkmp:bundleDebugAar
> Task :lib-xxhashkmp:assembleDebug
> Task :lib-xxhashkmp:bundleReleaseAar
> Task :lib-util:verifyReleaseResources
> Task :lib-xxhashkmp:mapReleaseSourceSetPaths
> Task :lib-util:assembleRelease
> Task :lib-util:assemble
> Task :lib-xxhashkmp:mergeReleaseResources
> Task :lib-util:lintReportDebug
> Task :lib-util:lintDebug
> Task :lib-util:lint
> Task :lib-xxhashkmp:compileTestKotlinJs NO-SOURCE
> Task :lib-xxhashkmp:jsTestProcessResources NO-SOURCE
> Task :lib-xxhashkmp:jsTestClasses UP-TO-DATE
> Task :lib-xxhashkmp:compileTestDevelopmentExecutableKotlinJs NO-SOURCE
> Task :lib-xxhashkmp:jsTestTestDevelopmentExecutableCompileSync NO-SOURCE
> Task :lib-xxhashkmp:jsBrowserTest SKIPPED
> Task :lib-xxhashkmp:jsTest NO-SOURCE
> Task :lib-xxhashkmp:compileTestKotlinJvm NO-SOURCE
> Task :lib-xxhashkmp:jvmTestProcessResources NO-SOURCE
> Task :lib-xxhashkmp:jvmTestClasses UP-TO-DATE
> Task :lib-xxhashkmp:jvmTest NO-SOURCE
> Task :lib-xxhashkmp:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-xxhashkmp:javaPreCompileDebugUnitTest
> Task :lib-xxhashkmp:generateDebugUnitTestStubRFile
> Task :lib-xxhashkmp:generateReleaseUnitTestStubRFile
> Task :lib-xxhashkmp:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-xxhashkmp:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-xxhashkmp:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-xxhashkmp:testDebugUnitTest NO-SOURCE
> Task :lib-xxhashkmp:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-xxhashkmp:javaPreCompileReleaseUnitTest
> Task :lib-xxhashkmp:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-xxhashkmp:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-xxhashkmp:testReleaseUnitTest NO-SOURCE
> Task :lib-xxhashkmp:allTests NO-SOURCE
> Task :lib-xxhashkmp:generateDebugLintReportModel
> Task :lib-xxhashkmp:test UP-TO-DATE
> Task :lib-xxhashkmp:lintReportDebug
> Task :lib-xxhashkmp:verifyReleaseResources
> Task :lib-xxhashkmp-commonjvmimpl:transformCommonMainDependenciesMetadata
> Task :lib-xxhashkmp:assembleRelease
> Task :lib-xxhashkmp:assemble
> Task :lib-xxhashkmp:lintDebug
> Task :lib-xxhashkmp:lint
> Task :lib-xxhashkmp:check
> Task :lib-xxhashkmp:build
> Task :lib-xxhashkmp-commonjvmimpl:compileCommonMainKotlinMetadata SKIPPED
> Task :lib-xxhashkmp-commonjvmimpl:generateProjectStructureMetadata
> Task :lib-xxhashkmp-commonjvmimpl:metadataCommonMainProcessResources NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:metadataCommonMainClasses UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:allMetadataJar
> Task :lib-xxhashkmp-commonjvmimpl:bundleDebugAar
> Task :lib-xxhashkmp-commonjvmimpl:assembleDebug
> Task :lib-xxhashkmp-commonjvmimpl:bundleReleaseAar
> Task :lib-xxhashkmp-commonjvmimpl:mapReleaseSourceSetPaths
> Task :lib-xxhashkmp-commonjvmimpl:mergeReleaseResources
> Task :lib-xxhashkmp-commonjvmimpl:jvmTestProcessResources NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugUnitTestStubRFile
> Task :lib-xxhashkmp-commonjvmimpl:javaPreCompileDebugUnitTest
> Task :lib-xxhashkmp-commonjvmimpl:generateReleaseUnitTestStubRFile
> Task :lib-xxhashkmp-commonjvmimpl:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:testDebugUnitTest NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:javaPreCompileReleaseUnitTest
> Task :lib-xxhashkmp-commonjvmimpl:generateDebugLintReportModel
> Task :lib-xxhashkmp-commonjvmimpl:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:testReleaseUnitTest NO-SOURCE
> Task :lib-xxhashkmp-commonjvmimpl:test UP-TO-DATE
> Task :lib-xxhashkmp-core:bundleDebugAar
> Task :lib-xxhashkmp-commonjvmimpl:lintReportDebug
> Task :lib-xxhashkmp-commonjvmimpl:lintDebug
> Task :lib-xxhashkmp-commonjvmimpl:lint
> Task :lib-xxhashkmp-core:assembleDebug
> Task :lib-xxhashkmp-core:bundleReleaseAar
> Task :lib-xxhashkmp-commonjvmimpl:verifyReleaseResources
> Task :lib-xxhashkmp-core:mapReleaseSourceSetPaths
> Task :lib-xxhashkmp-commonjvmimpl:assembleRelease
> Task :lib-xxhashkmp-commonjvmimpl:assemble
> Task :lib-xxhashkmp-core:mergeReleaseResources
> Task :lib-xxhashkmp-core:jsTestProcessResources NO-SOURCE
> Task :lib-xxhashkmp-core:compileTestKotlinJvm NO-SOURCE
> Task :lib-xxhashkmp-core:jvmTestProcessResources NO-SOURCE
> Task :lib-xxhashkmp-core:jvmTestClasses UP-TO-DATE
> Task :lib-xxhashkmp-core:jvmTest NO-SOURCE
> Task :lib-xxhashkmp-core:generateDebugUnitTestStubRFile
> Task :lib-xxhashkmp-core:compileDebugUnitTestKotlinAndroid NO-SOURCE
> Task :lib-xxhashkmp-core:javaPreCompileDebugUnitTest
> Task :lib-xxhashkmp-core:processDebugUnitTestJavaRes NO-SOURCE
> Task :lib-xxhashkmp-core:compileDebugUnitTestJavaWithJavac NO-SOURCE
> Task :lib-xxhashkmp-core:testDebugUnitTest NO-SOURCE
> Task :lib-xxhashkmp-core:preReleaseUnitTestBuild UP-TO-DATE
> Task :lib-xxhashkmp-core:javaPreCompileReleaseUnitTest
> Task :lib-xxhashkmp-core:generateReleaseUnitTestStubRFile
> Task :lib-xxhashkmp-core:generateDebugLintReportModel
> Task :lib-xxhashkmp-core:compileReleaseUnitTestKotlinAndroid NO-SOURCE
> Task :lib-xxhashkmp-core:compileReleaseUnitTestJavaWithJavac NO-SOURCE
> Task :lib-xxhashkmp-core:processReleaseUnitTestJavaRes NO-SOURCE
> Task :lib-xxhashkmp-core:testReleaseUnitTest NO-SOURCE
> Task :lib-xxhashkmp-core:test UP-TO-DATE
> Task :lib-xxhashkmp-core:verifyReleaseResources
> Task :lib-xxhashkmp-core:lintReportDebug
> Task :lib-xxhashkmp-commonjvmimpl:compileTestKotlinJvm
> Task :sharedse:transformCommonJvmMainDependenciesMetadata
> Task :lib-xxhashkmp-commonjvmimpl:jvmTestClasses
> Task :lib-util:compileTestKotlinJvm
> Task :lib-xxhashkmp-core:compileTestKotlinJs

> Task :lib-ui-compose:verifyReleaseResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-ui-compose/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:579: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-ui-compose/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:918: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-ui-compose/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:920: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-ui-compose/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:668: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-ui-compose/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:807: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-ui-compose/build/intermediates/merged_res/release/mergeReleaseResources/values-fa/values-fa.xml:1014: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-ui-compose/build/intermediates/merged_res/release/mergeReleaseResources/values-my/values-my.xml:668: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :lib-xxhashkmp-commonjvmimpl:jvmTest
> Task :lib-util:jvmTestClasses
> Task :lib-util:jvmTest
> Task :lib-util:allTests
> Task :lib-util:check
> Task :lib-util:build
> Task :lib-xxhashkmp-commonjvmimpl:allTests
> Task :lib-xxhashkmp-commonjvmimpl:check
> Task :lib-xxhashkmp-commonjvmimpl:build
> Task :lib-xxhashkmp-core:assembleRelease
> Task :lib-xxhashkmp-core:assemble
> Task :lib-xxhashkmp-core:jsTestClasses
> Task :lib-xxhashkmp-core:lintDebug
> Task :lib-xxhashkmp-core:lint
> Task :sharedse:compileCommonJvmMainKotlinMetadata SKIPPED
> Task :sharedse:generateProjectStructureMetadata
> Task :sharedse:metadataCommonJvmMainProcessResources
> Task :sharedse:metadataCommonJvmMainClasses
> Task :sharedse:metadataCommonMainProcessResources NO-SOURCE
> Task :sharedse:mapReleaseSourceSetPaths
> Task :sharedse:mergeReleaseResources

> Task :sharedse:copyTestResources
Dump sharedse local.env.properties

> Task :sharedse:jvmTestProcessResources
> Task :sharedse:preReleaseUnitTestBuild UP-TO-DATE
> Task :sharedse:javaPreCompileReleaseUnitTest
> Task :testserver-controller:checkKotlinGradlePluginConfigurationErrors
> Task :sharedse:javaPreCompileDebugUnitTest
> Task :testserver-controller:processResources
> Task :testserver-controller:processTestResources NO-SOURCE
> Task :sharedse:generateReleaseUnitTestStubRFile
> Task :sharedse:generateDebugUnitTestStubRFile

> Task :sharedse:verifyReleaseResources
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/sharedse/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:527: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/sharedse/build/intermediates/merged_res/release/mergeReleaseResources/values-bn/values-bn.xml:666: Multiple substitutions specified in non-positional format of string resource string/started_date. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/sharedse/build/intermediates/merged_res/release/mergeReleaseResources/values-fa/values-fa.xml:873: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/sharedse/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:500: Multiple substitutions specified in non-positional format of string resource string/hide_app_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/sharedse/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:777: Multiple substitutions specified in non-positional format of string resource string/parent_child_register_message. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/sharedse/build/intermediates/merged_res/release/mergeReleaseResources/values-ne/values-ne.xml:779: Multiple substitutions specified in non-positional format of string resource string/parent_consent_explanation. Did you mean to add the formatted="false" attribute?
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/sharedse/build/intermediates/merged_res/release/mergeReleaseResources/values-my/values-my.xml:527: Multiple substitutions specified in non-positional format of string resource string/percentage_complete. Did you mean to add the formatted="false" attribute?

> Task :testserver-controller:compileKotlin FAILED
e: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/testserver-controller/src/main/java/com/ustadmobile/test/http/TestServerController.kt:321:27 Unresolved reference: serverSiteUrl
e: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/testserver-controller/src/main/java/com/ustadmobile/test/http/TestServerController.kt:322:32 Unresolved reference: serverSiteUrl

> Task :lib-database:kspKotlinJvm

> Task :lib-database:kspReleaseKotlinAndroid
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/core/db/dao/PersonDao.kt:130:  com.ustadmobile.lib.db.entities.PersonAndDisplayDetail has some fields [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive, tjiUid, tjiTjUid, tjTotalSize, tjTransferred, tjAttemptCount, tjiSrc, tjiDest, tjiType, tjiStatus, tjiTableId, tjiEntityUid, tjiEntityEtag, tjiLockIdToRelease, tjiPartialTmpFile] 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 method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: personUid, username, firstNames, lastName, emailAddr, phoneNum, gender, active, isPersonalAccount, dateOfBirth, personAddress, personOrgId, personGroupUid, personLct, personCountry, personType, personMasterChangeSeqNum, personLocalChangeSeqNum, personLastChangedBy, admin, personNotes, fatherName, fatherNumber, motherName, motherNum, ppjUid, ppjPcsn, ppjLcsn, ppjLcb, ppjLct, ppjParentPersonUid, ppjMinorPersonUid, ppjRelationship, ppjEmail, ppjPhone, ppjInactive, ppjStatus, ppjApprovalTiemstamp, ppjApprovalIpAddr.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/core/db/dao/CourseBlockDao.kt:69: The query returns some columns [expanded] which are not used by com.ustadmobile.lib.db.composites.CourseBlockAndDisplayDetails. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: cbUid, cbType, cbIndentLevel, cbModuleParentBlockUid, cbTitle, cbDescription, cbCompletionCriteria, cbHideUntilDate, cbDeadlineDate, cbLateSubmissionPenalty, cbGracePeriodDate, cbMaxPoints, cbMinPoints, cbIndex, cbClazzUid, cbClazzSourcedId, cbActive, cbHidden, cbEntityUid, cbLct, cbSourcedId, cbMetadata, cbCreatedByAppId, contentEntryUid, title, description, entryId, author, publisher, licenseType, licenseName, licenseUrl, sourceUrl, thumbnailUrl, lastModified, primaryLanguageUid, languageVariantUid, contentFlags, leaf, publik, ceInactive, completionCriteria, minScore, contentTypeFlag, contentOwner, contentOwnerType, contentEntryLocalChangeSeqNum, contentEntryMasterChangeSeqNum, contentEntryLastChangedBy, contentEntryLct, cbpUid, cbpLct, cbpPictureUri, cbpThumbnailUri, cepUid, cepLct, cepPictureUri, cepThumbnailUri, expanded.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/core/db/dao/CourseTerminologyDao.kt:27: The query returns some columns [clazzUid, clazzName, clazzDesc, attendanceAverage, clazzHolidayUMCalendarUid, clazzScheuleUMCalendarUid, isClazzActive, clazzLocationUid, clazzStartTime, clazzEndTime, clazzFeatures, clazzSchoolUid, clazzEnrolmentPolicy, clazzTerminologyUid, clazzMasterChangeSeqNum, clazzLocalChangeSeqNum, clazzLastChangedBy, clazzLct, clazzTimeZone, clazzStudentsPersonGroupUid, clazzTeachersPersonGroupUid, clazzPendingStudentsPersonGroupUid, clazzParentsPersonGroupUid, clazzCode, clazzOwnerPersonUid] which are not used by com.ustadmobile.lib.db.entities.CourseTerminology. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: ctUid, ctTitle, ctTerminology, ctLct, clazzUid, clazzName, clazzDesc, attendanceAverage, clazzHolidayUMCalendarUid, clazzScheuleUMCalendarUid, isClazzActive, clazzLocationUid, clazzStartTime, clazzEndTime, clazzFeatures, clazzSchoolUid, clazzEnrolmentPolicy, clazzTerminologyUid, clazzMasterChangeSeqNum, clazzLocalChangeSeqNum, clazzLastChangedBy, clazzLct, clazzTimeZone, clazzStudentsPersonGroupUid, clazzTeachersPersonGroupUid, clazzPendingStudentsPersonGroupUid, clazzParentsPersonGroupUid, clazzCode, clazzOwnerPersonUid.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/core/db/dao/CourseGroupMemberDao.kt:44: The query returns some columns [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] which are not used by com.ustadmobile.lib.db.entities.CourseGroupMemberAndName. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: name, personUid, cgmUid, cgmSetUid, cgmGroupNumber, cgmPersonUid, cgmLct, personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive, enrolmentIsActive, pictureUri.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/core/db/dao/CourseGroupMemberDao.kt:54: The query returns some columns [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] which are not used by com.ustadmobile.lib.db.entities.CourseGroupMemberAndName. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: name, personUid, cgmUid, cgmSetUid, cgmGroupNumber, cgmPersonUid, cgmLct, personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive, enrolmentIsActive, pictureUri.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/core/db/dao/CommentsDao.kt:68: The query returns some columns [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] which are not used by com.ustadmobile.lib.db.entities.Person. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: personUid, username, firstNames, lastName, emailAddr, phoneNum, gender, active, isPersonalAccount, dateOfBirth, personAddress, personOrgId, personGroupUid, personLct, personCountry, personType, personMasterChangeSeqNum, personLocalChangeSeqNum, personLastChangedBy, admin, personNotes, fatherName, fatherNumber, motherName, motherNum, personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidRelease/kotlin/com/ustadmobile/core/db/dao/UserSessionDao.kt:37:  com.ustadmobile.lib.db.entities.UserSessionAndPerson has some fields [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] 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 method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType, personUid, username, firstNames, lastName, emailAddr, phoneNum, gender, active, isPersonalAccount, dateOfBirth, personAddress, personOrgId, personGroupUid, personLct, personCountry, personType, personMasterChangeSeqNum, personLocalChangeSeqNum, personLastChangedBy, admin, personNotes, fatherName, fatherNumber, motherName, motherNum.

> Task :lib-database:kspDebugKotlinAndroid
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/core/db/dao/PersonDao.kt:130:  com.ustadmobile.lib.db.entities.PersonAndDisplayDetail has some fields [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive, tjiUid, tjiTjUid, tjTotalSize, tjTransferred, tjAttemptCount, tjiSrc, tjiDest, tjiType, tjiStatus, tjiTableId, tjiEntityUid, tjiEntityEtag, tjiLockIdToRelease, tjiPartialTmpFile] 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 method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: personUid, username, firstNames, lastName, emailAddr, phoneNum, gender, active, isPersonalAccount, dateOfBirth, personAddress, personOrgId, personGroupUid, personLct, personCountry, personType, personMasterChangeSeqNum, personLocalChangeSeqNum, personLastChangedBy, admin, personNotes, fatherName, fatherNumber, motherName, motherNum, ppjUid, ppjPcsn, ppjLcsn, ppjLcb, ppjLct, ppjParentPersonUid, ppjMinorPersonUid, ppjRelationship, ppjEmail, ppjPhone, ppjInactive, ppjStatus, ppjApprovalTiemstamp, ppjApprovalIpAddr.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/core/db/dao/CourseBlockDao.kt:69: The query returns some columns [expanded] which are not used by com.ustadmobile.lib.db.composites.CourseBlockAndDisplayDetails. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: cbUid, cbType, cbIndentLevel, cbModuleParentBlockUid, cbTitle, cbDescription, cbCompletionCriteria, cbHideUntilDate, cbDeadlineDate, cbLateSubmissionPenalty, cbGracePeriodDate, cbMaxPoints, cbMinPoints, cbIndex, cbClazzUid, cbClazzSourcedId, cbActive, cbHidden, cbEntityUid, cbLct, cbSourcedId, cbMetadata, cbCreatedByAppId, contentEntryUid, title, description, entryId, author, publisher, licenseType, licenseName, licenseUrl, sourceUrl, thumbnailUrl, lastModified, primaryLanguageUid, languageVariantUid, contentFlags, leaf, publik, ceInactive, completionCriteria, minScore, contentTypeFlag, contentOwner, contentOwnerType, contentEntryLocalChangeSeqNum, contentEntryMasterChangeSeqNum, contentEntryLastChangedBy, contentEntryLct, cbpUid, cbpLct, cbpPictureUri, cbpThumbnailUri, cepUid, cepLct, cepPictureUri, cepThumbnailUri, expanded.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/core/db/dao/CourseTerminologyDao.kt:27: The query returns some columns [clazzUid, clazzName, clazzDesc, attendanceAverage, clazzHolidayUMCalendarUid, clazzScheuleUMCalendarUid, isClazzActive, clazzLocationUid, clazzStartTime, clazzEndTime, clazzFeatures, clazzSchoolUid, clazzEnrolmentPolicy, clazzTerminologyUid, clazzMasterChangeSeqNum, clazzLocalChangeSeqNum, clazzLastChangedBy, clazzLct, clazzTimeZone, clazzStudentsPersonGroupUid, clazzTeachersPersonGroupUid, clazzPendingStudentsPersonGroupUid, clazzParentsPersonGroupUid, clazzCode, clazzOwnerPersonUid] which are not used by com.ustadmobile.lib.db.entities.CourseTerminology. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: ctUid, ctTitle, ctTerminology, ctLct, clazzUid, clazzName, clazzDesc, attendanceAverage, clazzHolidayUMCalendarUid, clazzScheuleUMCalendarUid, isClazzActive, clazzLocationUid, clazzStartTime, clazzEndTime, clazzFeatures, clazzSchoolUid, clazzEnrolmentPolicy, clazzTerminologyUid, clazzMasterChangeSeqNum, clazzLocalChangeSeqNum, clazzLastChangedBy, clazzLct, clazzTimeZone, clazzStudentsPersonGroupUid, clazzTeachersPersonGroupUid, clazzPendingStudentsPersonGroupUid, clazzParentsPersonGroupUid, clazzCode, clazzOwnerPersonUid.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/core/db/dao/CourseGroupMemberDao.kt:44: The query returns some columns [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] which are not used by com.ustadmobile.lib.db.entities.CourseGroupMemberAndName. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: name, personUid, cgmUid, cgmSetUid, cgmGroupNumber, cgmPersonUid, cgmLct, personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive, enrolmentIsActive, pictureUri.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/core/db/dao/CourseGroupMemberDao.kt:54: The query returns some columns [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] which are not used by com.ustadmobile.lib.db.entities.CourseGroupMemberAndName. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: name, personUid, cgmUid, cgmSetUid, cgmGroupNumber, cgmPersonUid, cgmLct, personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive, enrolmentIsActive, pictureUri.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/core/db/dao/CommentsDao.kt:68: The query returns some columns [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] which are not used by com.ustadmobile.lib.db.entities.Person. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: personUid, username, firstNames, lastName, emailAddr, phoneNum, gender, active, isPersonalAccount, dateOfBirth, personAddress, personOrgId, personGroupUid, personLct, personCountry, personType, personMasterChangeSeqNum, personLocalChangeSeqNum, personLastChangedBy, admin, personNotes, fatherName, fatherNumber, motherName, motherNum, personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive.
w: [ksp] /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/lib-database/build/generated/ksp/android/androidDebug/kotlin/com/ustadmobile/core/db/dao/UserSessionDao.kt:37:  com.ustadmobile.lib.db.entities.UserSessionAndPerson has some fields [personPictureUid, personPictureLct, personPictureUri, personPictureThumbnailUri, fileSize, personPictureActive] 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 method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType, personUid, username, firstNames, lastName, emailAddr, phoneNum, gender, active, isPersonalAccount, dateOfBirth, personAddress, personOrgId, personGroupUid, personLct, personCountry, personType, personMasterChangeSeqNum, personLocalChangeSeqNum, personLastChangedBy, admin, personNotes, fatherName, fatherNumber, motherName, motherNum.

> Task :core:compileCommonMainKotlinMetadata
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:12:8 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:13:17 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:2339:17 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:2357:17 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:2363:17 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:2365:17 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:2367:17 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/build/generated/moko/commonMain/src/com/ustadmobile/core/MR.kt:2371:17 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/account/EndSessionParentChildJoinSyncListener.kt:28:9 This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/account/EndSessionParentChildJoinSyncListener.kt:28:21 This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/account/UstadAccountManager.kt:356:9 Parameter 'personPicture' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/account/UstadAccountManager.kt:379:13 Variable 'db' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/account/UstadAccountManager.kt:681:57 'insertPersonAndGroup(T, Int = ...): T' is deprecated. Should use AddNewPersonUseCase instead
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/domain/passkey/PasskeyRequestJsonUseCase.kt:79:34 Parameter 'i' is never used, could be renamed to _
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/domain/socialwarning/DismissSocialWarningUseCase.kt:14:63 Elvis operator (?:) always returns the left operand of non-nullable type String
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/domain/socialwarning/ShowSocialWarningUseCase.kt:14:63 Elvis operator (?:) always returns the left operand of non-nullable type String
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/domain/xapi/XapiStatementResource.kt:238:9 Parameter 'xapiSession' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/domain/xapi/XapiStatementResource.kt:240:9 Parameter 'format' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/impl/UstadMobileSystemImpl.kt:42:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/impl/UstadMobileSystemImpl.kt:85:15 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/EventCollator.kt:11:19 'Volatile' is deprecated. Use kotlin.concurrent.Volatile annotation in multiplatform code instead.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/EventCollator.kt:20:6 'Volatile' is deprecated. Use kotlin.concurrent.Volatile annotation in multiplatform code instead.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/EventCollator.kt:42:26 This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/MessageIdOption.kt:11:5 Parameter 'context' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/UMFileUtil.kt:445:13 Variable 'result' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/UMURLEncoder.kt:3:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/UMURLEncoder.kt:5:14 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/ext/ClazzEnrolmentExt.kt:18:33 Parameter 'context' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/ext/ClazzEnrolmentExt.kt:35:36 Parameter 'context' is never used
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/ext/UmAppDatabaseExt.kt:31:17 'Person' is a final type, and thus a value of the type parameter is predetermined
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/ext/UmAppDatabaseExt.kt:52:5 'grantScopedPermission(Person, Long, Int, Long): ScopedGrantResult' is deprecated. This has been replaced with SystemPermission and CoursePermission
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/util/ext/UmAppDatabaseExt.kt:202:12 'grantScopedPermission(Long, Long, Int, Long): ScopedGrantResult' is deprecated. This has been replaced with SystemPermission and CoursePermission
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/ViewModel.kt:6:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:66:52 This cast can never succeed
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:72:13 Check for instance is always 'false'
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:73:65 This cast can never succeed
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:75:17 Conditional branch result of type PagingSourceLoadResultPage<Int, StudentAndBlockStatuses> is implicitly cast to Any
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:90:13 Check for instance is always 'false'
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:91:17 Conditional branch result of type PagingSourceLoadResultError<Int, StudentAndBlockStatuses> is implicitly cast to Any
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:93:13 Check for instance is always 'false'
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:94:17 Conditional branch result of type PagingSourceLoadResultInvalid<Int, StudentAndBlockStatuses> is implicitly cast to Any
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/clazz/gradebook/ClazzGradebookPagingSource.kt:99:11 Unchecked cast: Any to PagingSourceLoadResult<Int, StudentAndBlockStatuses>
w: file:///home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/contententry/subtitleedit/SubtitleEditViewModel.kt:56:34 Parameter 'db' is never used, could be renamed to _

> Task :lib-xxhashkmp-core:compileTestDevelopmentExecutableKotlinJs
> Task :lib-database:kspKotlinJs

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':testserver-controller:compileKotlin'.
> 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.9/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 1m 32s
1601 actionable tasks: 1447 executed, 154 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: FAILURE