Skip to content
Aborted

Console Output

Started by user Mike Dawson
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 b6e9538e2d746fd969350c7e7ea762eb82620fa2 (refs/remotes/origin/dev-simplified-onboarding-distributedcache)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b6e9538e2d746fd969350c7e7ea762eb82620fa2 # timeout=10
Commit message: "Bump version."
 > git rev-list --no-walk b6e9538e2d746fd969350c7e7ea762eb82620fa2 # 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

> 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 UP-TO-DATE
> 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-iostreams:copyReleaseJniLibsProjectOnly
> Task :lib-ihttp-nanohttpd:preReleaseBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:mergeReleaseJniLibFolders
> Task :lib-ihttp-nanohttpd:mergeReleaseNativeLibs NO-SOURCE
> Task :lib-ihttp-okhttp:preBuild UP-TO-DATE
> Task :lib-ihttp-nanohttpd:copyReleaseJniLibsProjectOnly
> Task :lib-ihttp-okhttp:preReleaseBuild UP-TO-DATE
> 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-ui-compose:copyReleaseJniLibsProjectOnly
> Task :lib-util:preReleaseBuild UP-TO-DATE
> 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
Build was aborted
Aborted by Mike Dawson
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: ABORTED