{"id":17248775,"url":"https://github.com/nomisrev/kt-54506-reproducible-example","last_synced_at":"2025-11-09T00:02:34.534Z","repository":{"id":103228054,"uuid":"554201474","full_name":"nomisRev/KT-54506-reproducible-example","owner":"nomisRev","description":"Example to reproduce KT-54506","archived":false,"fork":false,"pushed_at":"2022-10-19T12:24:37.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T07:41:38.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nomisRev.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-19T12:20:59.000Z","updated_at":"2022-10-19T12:24:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"96ccc333-ef7f-4b1f-9dbd-f2d20a19233c","html_url":"https://github.com/nomisRev/KT-54506-reproducible-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomisRev%2FKT-54506-reproducible-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomisRev%2FKT-54506-reproducible-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomisRev%2FKT-54506-reproducible-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomisRev%2FKT-54506-reproducible-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomisRev","download_url":"https://codeload.github.com/nomisRev/KT-54506-reproducible-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245598315,"owners_count":20641884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T06:42:06.307Z","updated_at":"2025-11-09T00:02:34.494Z","avatar_url":"https://github.com/nomisRev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KT-54506\n\nTo reproduce simply run `./gradlew build` twice. The first time the project will fail with a broken test, and the second time it will pass with a false-positive.\n\nSee output below:\n\n```text\nsimonvergauwen@Simons-MacBook-Pro false-positive-build % ./gradlew build\nStarting a Gradle Daemon, 1 incompatible and 2 stopped Daemons could not be reused, use --status for details\n\n\u003e Configure project :\nKotlin Multiplatform Projects are an Alpha feature. See: https://kotlinlang.org/docs/reference/evolution/components-stability.html. To hide this message, add 'kotlin.mpp.stability.nowarn=true' to the Gradle properties.\n\nThe property 'kotlin.mpp.enableGranularSourceSetsMetadata=true' has no effect in this and future Kotlin versions, as Hierarchical Structures support is now enabled by default. It is safe to remove the property.\n\nThe property 'kotlin.native.enableDependencyPropagation=false' has no effect in this and future Kotlin versions, as Kotlin/Native dependency commonization is now enabled by default. It is safe to remove the property.\n\n\n\u003e Task :nativeTest\n\nMainTest.assertMessage FAILED\nkotlin.AssertionError at /opt/buildAgent/work/5f69639f351c4725/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:25\n\n1 test completed, 1 failed\nThere were failing tests\n\n\u003e Task :allTests FAILED\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\n  Execution failed for task ':allTests'.\n\u003e There were failing tests. See the report at: file:///Users/simonvergauwen/Developer/false-positive-build/build/reports/tests/allTests/index.html\n\n* Try:\n\u003e Run with --stacktrace option to get the stack trace.\n\u003e Run with --info or --debug option to get more log output.\n\u003e Run with --scan to get full insights.\n\n* Get more help at https://help.gradle.org\n\nDeprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.\n\nYou can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.\n\nSee https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings\n\nBUILD FAILED in 14s\n11 actionable tasks: 11 executed\nsimonvergauwen@Simons-MacBook-Pro false-positive-build % ./gradlew build\n\n\u003e Configure project :\nKotlin Multiplatform Projects are an Alpha feature. See: https://kotlinlang.org/docs/reference/evolution/components-stability.html. To hide this message, add 'kotlin.mpp.stability.nowarn=true' to the Gradle properties.\n\nThe property 'kotlin.mpp.enableGranularSourceSetsMetadata=true' has no effect in this and future Kotlin versions, as Hierarchical Structures support is now enabled by default. It is safe to remove the property.\n\nThe property 'kotlin.native.enableDependencyPropagation=false' has no effect in this and future Kotlin versions, as Kotlin/Native dependency commonization is now enabled by default. It is safe to remove the property.\n\n\nDeprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.\n\nYou can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.\n\nSee https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings\n\nBUILD SUCCESSFUL in 448ms\n11 actionable tasks: 1 executed, 10 up-to-date\nsimonvergauwen@Simons-MacBook-Pro false-positive-build % \n```text","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomisrev%2Fkt-54506-reproducible-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomisrev%2Fkt-54506-reproducible-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomisrev%2Fkt-54506-reproducible-example/lists"}