CLOVIS
10/15/2024, 7:54 PMe: KLIB resolver: Could not find "org.jetbrains.kotlinx:kotlinx-datetime-cinterop-date" in [/…/pedestal, /…/.konan/klib, /…/.konan/kotlin-native-prebuilt-linux-x86_64-2.0.0/klib/common, /…/.konan/kotlin-native-prebuilt-linux-x86_64-2.0.0/klib/platform/linux_x64]
It just started happening on an existing project.
Kotlin 2.0.0
KotlinX.Datetime 0.6.0Dmitry Khalanskiy [JB]
10/16/2024, 8:40 AMkotlinx-datetime
version, which had a kotlinx-datetime-cinterop-date
artifact. Please attempt upgrading your dependencies; if that fails (on a clean build!), I can look into working around this issue.CLOVIS
10/16/2024, 8:57 AMCLOVIS
11/02/2024, 5:15 PMcom.benwoodworth.parameterize:parameterize-jvm:0.3.2
com.benwoodworth.parameterize:parameterize:0.3.2
com.github.ajalt:colormath:1.2.0
com.github.ajalt:mordant:1.2.1
dev.opensavvy.prepared:compat-arrow-jvm:1.5.1
dev.opensavvy.prepared:compat-arrow:1.5.1
dev.opensavvy.prepared:compat-kotlinx-datetime-jvm:1.5.1
dev.opensavvy.prepared:compat-kotlinx-datetime:1.5.1
dev.opensavvy.prepared:compat-parameterize-jvm:1.5.1
dev.opensavvy.prepared:compat-parameterize:1.5.1
dev.opensavvy.prepared:runner-kotest-jvm:1.5.1
dev.opensavvy.prepared:runner-kotest:1.5.1
dev.opensavvy.prepared:suite-jvm:1.5.1
dev.opensavvy.prepared:suite:1.5.1
io.arrow-kt:arrow-annotations-jvm:1.2.4
io.arrow-kt:arrow-annotations:1.2.4
io.arrow-kt:arrow-atomic-jvm:1.2.4
io.arrow-kt:arrow-atomic:1.2.4
io.arrow-kt:arrow-continuations-jvm:1.2.4
io.arrow-kt:arrow-continuations:1.2.4
io.arrow-kt:arrow-core-jvm:1.2.4
io.arrow-kt:arrow-core:1.2.4
io.github.classgraph:classgraph:4.8.172
io.kotest:kotest-assertions-api-jvm:5.9.1
io.kotest:kotest-assertions-api:5.9.1
io.kotest:kotest-assertions-core-jvm:5.9.1
io.kotest:kotest-assertions-core:5.9.1
io.kotest:kotest-assertions-shared-jvm:5.9.1
io.kotest:kotest-assertions-shared:5.9.1
io.kotest:kotest-common-jvm:5.9.1
io.kotest:kotest-common:5.9.1
io.kotest:kotest-extensions-jvm:5.9.1
io.kotest:kotest-extensions:5.9.1
io.kotest:kotest-framework-api-jvm:5.9.1
io.kotest:kotest-framework-api:5.9.1
io.kotest:kotest-framework-concurrency-jvm:5.9.1
io.kotest:kotest-framework-concurrency:5.9.1
io.kotest:kotest-framework-discovery-jvm:5.9.1
io.kotest:kotest-framework-discovery:5.9.1
io.kotest:kotest-framework-engine-jvm:5.9.1
io.kotest:kotest-framework-engine:5.9.1
io.kotest:kotest-runner-junit5-jvm:5.9.1
io.kotest:kotest-runner-junit5:5.9.1
org.apiguardian:apiguardian-api:1.1.2
org.jetbrains.kotlin:kotlin-stdlib:2.0.20
org.jetbrains.kotlin:kotlin-test-junit5 -> 2.0.20
org.jetbrains.kotlin:kotlin-test-junit5:2.0.20 (c)
org.jetbrains.kotlin:kotlin-test:2.0.20
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 (c)
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 (c)
org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.9.0
org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.9.0 (c)
org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0 -> 1.9.0
org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 (c)
org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.6.1
org.jetbrains.kotlinx:kotlinx-datetime:0.6.1
org.jetbrains:annotations:13.0 -> 23.0.0
org.jetbrains:annotations:23.0.0
org.junit.jupiter:junit-jupiter-api:5.10.1 (c)
org.junit.jupiter:junit-jupiter-api:5.8.2 -> 5.10.1
org.junit.platform:junit-platform-commons:1.10.1
org.junit.platform:junit-platform-commons:1.10.1 (c)
org.junit.platform:junit-platform-engine:1.10.1 (c)
org.junit.platform:junit-platform-engine:1.8.2 -> 1.10.1
org.junit.platform:junit-platform-launcher:1.10.1 (c)
org.junit.platform:junit-platform-launcher:1.8.2 -> 1.10.1
org.junit.platform:junit-platform-suite-api:1.10.1 (c)
org.junit.platform:junit-platform-suite-api:1.8.2 -> 1.10.1
org.junit:junit-bom:5.10.1
org.opentest4j:opentest4j:1.3.0
Repro:
• <https://gitlab.com/opensavvy/groundwork/pedestal.git>
• Branch 137-cache-tests
• Command ./gradlew :cache:compileTestKotlinLinuxX64
CLOVIS
11/02/2024, 5:22 PMDmitry Khalanskiy [JB]
11/04/2024, 8:15 AMCLOVIS
11/04/2024, 8:37 AM