← Back to all runs

Build Run: 5fd47bc8

CodexCoder21Organization/BuildTestEmbedded

Projectsbuildtest.embedded:buildtest-embedded
Droplets (1)
DropletRoleIPSize / RegionCreatedDestroyed
buildtest-5fd47bc8
id=584120140
primary164.92.66.163s-2vcpu-4gb / sfo3
Image: 226128685
Status
FAILED
9 test(s) failed
Tests
515 passed, 9 failed, 524 total
0%50%100%Tests started (including in-progress)Tests done (excluding in-progress)donestarted024m 2s
Started
Total duration from build request until completion: 69m 33s Excluding the 31m 56s spent pending in the queue: 37m 37s69m 33spending: 31m 56s wall clockpending31m 56sprovisioning droplet: 1m 10s wall clockprovisioning dropletinstalling dependencies: 4m 2s wall clockinstalling dependenciesuploading project: 150ms wall clockuploading projectbuild rules: 13.1s wall clock, 1m 29s cpu timebuild rulesWall-clock time: the real elapsed time of the build rules phase, from the first build rule starting to the last finishing. Because build rules run in parallel, this is normally shorter than the summed CPU time.13.1s (wall clock)CPU time: the sum of all individual build rules durations added together. Because build rules run in parallel across multiple cores and droplets, this is normally larger than the wall-clock elapsed time.1m 29s (cpu time)unit tests: 31m 55s wall clock, 95m 4s cpu timeunit testsWall-clock time: the real elapsed time of the unit tests phase, from the first test starting to the last finishing. Because tests run in parallel, this is normally shorter than the summed CPU time.31m 55s (wall clock)CPU time: the sum of all individual tests durations added together. Because tests run in parallel across multiple cores and droplets, this is normally larger than the wall-clock elapsed time.95m 4s (cpu time)collecting results: 14.3s wall clockcollecting resultsfinishing: 1.1s wall clockfinishing
Finished

Build Rules

StatusBuild RuleDurationOutputError
PASSEDbuildtest.embedded.buildMaven()89442ms75 files, 83.8 MB

Test Results

StatusProjectTestDurationError
PASSEDbuildtest.embeddedwatchdogIgnoresTerminalBuilds2330ms
Console output (55 bytes)
PASSED buildtest.embedded.watchdogIgnoresTerminalBuilds
PASSEDbuildtest.embeddedcompactedConsoleOutputRecoversStreamTruncatedLine3120ms
Console output (75 bytes)
PASSED buildtest.embedded.compactedConsoleOutputRecoversStreamTruncatedLine
PASSEDbuildtest.embeddedextractProjectNamesMixedCoordinatesAndFallback8383ms
Console output (72 bytes)
PASSED buildtest.embedded.extractProjectNamesMixedCoordinatesAndFallback
PASSEDbuildtest.embeddede2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries9453ms
Console output (91 bytes)
PASSED buildtest.embedded.e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries
PASSEDbuildtest.embeddedadmissionDoesNotListDropletsOnHotPath10246ms
Console output (63 bytes)
PASSED buildtest.embedded.admissionDoesNotListDropletsOnHotPath
PASSEDbuildtest.embeddedrenewBuildLeaseStalledParentDoesNotLetShardLeasesExpire3133ms
Console output (81 bytes)
PASSED buildtest.embedded.renewBuildLeaseStalledParentDoesNotLetShardLeasesExpire
PASSEDbuildtest.embeddedstartupRebuildsStaleProjectionFromEventLog2573ms
Console output (68 bytes)
PASSED buildtest.embedded.startupRebuildsStaleProjectionFromEventLog
FAILEDbuildtest.embeddede2eFailedBuildCollectsHeapDumpBeforeDropletDestruction36109msjava.lang.RuntimeException: Test 'e2eFailedBuildCollectsHeapDumpBeforeDropletDestruction' timed out after 30000ms at kompile.WorkspaceKt.executeTestInSeparateJvm(Workspace.kt:1651) at kompile.WorkspaceKt.runTests$lambda$77$lambda$76(Workspace.kt:2455) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583)
Console output (3563 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] WARNING: Admission configuration: dropletLimit=0, active=false; fleet admission control is disabled
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Build submitted: runId=0092c4a2, label=oom-build-test, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=308)
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
warning: test rule 'oom.project.buildMaven' at /tmp/buildscript-parse-11397632895060230789/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
[BuildTestService] Calculated whole-build timeout: 30 minutes from 0 test(s) (total test time: 0s, buffer: 30 min)
[BuildTestService] Build 0092c4a2: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3, nyc3
[DropletManager] Creating droplet: name=buildtest-0092c4a2, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Droplet created: id=1, name=buildtest-0092c4a2, status=active, region=sfo3
[DropletManager] Waiting for droplet 1 to become active...
[DropletManager] Droplet 1 is active at 127.0.0.2
[DropletManager] Generating new RSA-2048 key pair...
[DropletManager] Key pair saved to /tmp/e2e-oom-heapdump-12637805077477776027-data/ssh
[DropletManager] Granting SSH access to droplet 1 via admin key...
[DropletManager] SSH access granted to droplet 1
[BuildTestService] Build 0092c4a2: status=INSTALLING
[SshExecutor] Connecting to root@127.0.0.2:43353 (attempt 1/12)...
[SshExecutor] Connected to 127.0.0.2
[BuildDriver] Installing dependencies on remote server...
[BuildDriver] Install result: exitCode=0
[BuildTestService] Build 0092c4a2: status=UPLOADING
[BuildDriver] Uploading archive (308 bytes)...
[BuildDriver] Archive uploaded, extracting...
[BuildDriver] Extract result: exitCode=0
[BuildDriver] stdout: oom-project

[BuildTestService] Build 0092c4a2: status=BUILDING
[BuildDriver] Building and testing workspace with BuildTestRunner...
[BuildDriver] buildAndTestWorkspace: exitCode=1
[BuildDriver] stderr (last 500): java.lang.OutOfMemoryError: Java heap space

[BuildDriver] Could not download /root/test-results.xml: No such file or directory
[BuildDriver] Could not download /root/test-results.xml for build rules: No such file or directory
[BuildTestService] Build 0092c4a2: status=COLLECTING
[BuildTestService] Build 0092c4a2: status=COMPLETING
[DeletionWorker] Enqueued droplet 1 for deferred deletion
[DropletManager] Destroying droplet 1...
[DropletManager] Droplet 1 destroyed
[DeletionWorker] Successfully destroyed droplet 1
[BuildWatchdog] Loaded 0 tracked builds from state file
[BuildTestService] Loaded 1 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] Background recovery complete (1 dirs scanned, 0 recovered, 0 already-recovered skipped)
[BuildTestService] WARNING: Admission configuration: dropletLimit=0, active=false; fleet admission control is disabled
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
TIMEOUT: Process timed out after 30s
[JSTACK THREAD DUMPS BEGIN]
44584: non existent JVM pid: 44584
[JSTACK THREAD DUMPS END]
PASSEDbuildtest.embeddedbuildKompileCommandIncludesXmx2757ms
Console output (56 bytes)
PASSED buildtest.embedded.buildKompileCommandIncludesXmx
PASSEDbuildtest.embeddedtestSubmitBuild_overrideJarRunId_throwsWhenNoArtifactExists4622ms
Console output (85 bytes)
PASSED buildtest.embedded.testSubmitBuild_overrideJarRunId_throwsWhenNoArtifactExists
PASSEDbuildtest.embeddedtestOversizedConsoleOutputEventCompactsBeforeJsonParse7510ms
Console output (80 bytes)
PASSED buildtest.embedded.testOversizedConsoleOutputEventCompactsBeforeJsonParse
PASSEDbuildtest.embeddede2eRunnerStreamStallRecordsExecutionEventBeforeCompletion27392ms
Console output (83 bytes)
PASSED buildtest.embedded.e2eRunnerStreamStallRecordsExecutionEventBeforeCompletion
PASSEDbuildtest.embeddedexecutionDurationProjectionIgnoresMalformedPartialAndInvalidLines3282ms
Console output (91 bytes)
PASSED buildtest.embedded.executionDurationProjectionIgnoresMalformedPartialAndInvalidLines
PASSEDbuildtest.embeddedperftestDispatcherSubmitsMergeBaseCoRun43488ms
Console output (65 bytes)
PASSED buildtest.embedded.perftestDispatcherSubmitsMergeBaseCoRun
PASSEDbuildtest.embeddedshardPlanningKeepsSameFileTestsTogether2642ms
Console output (65 bytes)
PASSED buildtest.embedded.shardPlanningKeepsSameFileTestsTogether
PASSEDbuildtest.embeddedbuildRunImplJsonRoundTrip_maxBuildDurationMs2083ms
Console output (70 bytes)
PASSED buildtest.embedded.buildRunImplJsonRoundTrip_maxBuildDurationMs
PASSEDbuildtest.embeddedrenewBuildLeaseShardedRunWithOnlyShardDropletsStillAdvances2782ms
Console output (85 bytes)
PASSED buildtest.embedded.renewBuildLeaseShardedRunWithOnlyShardDropletsStillAdvances
PASSEDbuildtest.embeddedadmissionLeaseGraceSurvivesServiceRestart14201ms
Console output (67 bytes)
PASSED buildtest.embedded.admissionLeaseGraceSurvivesServiceRestart
PASSEDbuildtest.embeddeddropletManagerThrowsWhenAllRegionsFail4142ms
Console output (64 bytes)
PASSED buildtest.embedded.dropletManagerThrowsWhenAllRegionsFail
PASSEDbuildtest.embeddedbuildRunImplGitContextJsonRoundTrip1237ms
Console output (61 bytes)
PASSED buildtest.embedded.buildRunImplGitContextJsonRoundTrip
PASSEDbuildtest.embeddedlistBuildRunsExcludesArchivedRuns2990ms
Console output (59 bytes)
PASSED buildtest.embedded.listBuildRunsExcludesArchivedRuns
PASSEDbuildtest.embeddedtestInjectFileIntoArchive_preservesExistingEntriesAndAddsNewFile2487ms
Console output (90 bytes)
PASSED buildtest.embedded.testInjectFileIntoArchive_preservesExistingEntriesAndAddsNewFile
PASSEDbuildtest.embeddede2eResumeFromPendingWithOverrideJarReInjectsArtifact17894ms
Console output (78 bytes)
PASSED buildtest.embedded.e2eResumeFromPendingWithOverrideJarReInjectsArtifact
PASSEDbuildtest.embeddedbuildRunImplPhaseTimestampsJsonRoundTrip2119ms
Console output (66 bytes)
PASSED buildtest.embedded.buildRunImplPhaseTimestampsJsonRoundTrip
PASSEDbuildtest.embeddedorphanedBuildEnqueuesDeletionInsteadOfInlineDestroy5456ms
Console output (77 bytes)
PASSED buildtest.embedded.orphanedBuildEnqueuesDeletionInsteadOfInlineDestroy
PASSEDbuildtest.embeddedsubmitBuildInputStreamHandlesLargeArchiveWithin128mHeap21818ms
Console output (81 bytes)
PASSED buildtest.embedded.submitBuildInputStreamHandlesLargeArchiveWithin128mHeap
PASSEDbuildtest.embeddedtestOldRunnerEventsWithoutMemoryStillParse2322ms
Console output (68 bytes)
PASSED buildtest.embedded.testOldRunnerEventsWithoutMemoryStillParse
PASSEDbuildtest.embeddedwatchdogReapsStalledInterruptedUploadPromptly2561ms
Console output (71 bytes)
PASSED buildtest.embedded.watchdogReapsStalledInterruptedUploadPromptly
PASSEDbuildtest.embeddedperftestDispatcherSubmitsIdentityOnlyCoRunWithoutMergeBaseArchive40401ms
Console output (91 bytes)
PASSED buildtest.embedded.perftestDispatcherSubmitsIdentityOnlyCoRunWithoutMergeBaseArchive
PASSEDbuildtest.embeddedliveRunDropletsNeverReaped2048ms
Console output (52 bytes)
PASSED buildtest.embedded.liveRunDropletsNeverReaped
PASSEDbuildtest.embeddedorphanOfTerminalRunReapedAfterGrace1841ms
Console output (61 bytes)
PASSED buildtest.embedded.orphanOfTerminalRunReapedAfterGrace
PASSEDbuildtest.embeddedduplicateGhostDropletReaped9387ms
Console output (53 bytes)
PASSED buildtest.embedded.duplicateGhostDropletReaped
PASSEDbuildtest.embeddedabsentDuplicateNameDropletsAreNotReaped5064ms
Console output (65 bytes)
PASSED buildtest.embedded.absentDuplicateNameDropletsAreNotReaped
PASSEDbuildtest.embeddednonBuildtestNamesUntouched2454ms
Console output (52 bytes)
PASSED buildtest.embedded.nonBuildtestNamesUntouched
PASSEDbuildtest.embeddedreaperSurvivesListFailures2671ms
Console output (52 bytes)
PASSED buildtest.embedded.reaperSurvivesListFailures
PASSEDbuildtest.embeddedabsentRunDropletsAreNotReaped4335ms
Console output (55 bytes)
PASSED buildtest.embedded.absentRunDropletsAreNotReaped
PASSEDbuildtest.embeddedcreateUploadSessionRegistersPendingRunImmediately10582ms
Console output (75 bytes)
PASSED buildtest.embedded.createUploadSessionRegistersPendingRunImmediately
PASSEDbuildtest.embeddede2eRunnerKilledWithoutExitCodeFailsWithDescriptiveError30289ms
Console output (81 bytes)
PASSED buildtest.embedded.e2eRunnerKilledWithoutExitCodeFailsWithDescriptiveError
PASSEDbuildtest.embeddedresumedRunUnderQuotaSaturationRequeuesToPending7467ms
Console output (73 bytes)
PASSED buildtest.embedded.resumedRunUnderQuotaSaturationRequeuesToPending
PASSEDbuildtest.embeddedexecStreamingReturnsCorrectResult16923ms
Console output (59 bytes)
PASSED buildtest.embedded.execStreamingReturnsCorrectResult
PASSEDbuildtest.embeddede2eShardedRealRunnerExecutesEachSubsetForReal73962ms
Console output (71 bytes)
PASSED buildtest.embedded.e2eShardedRealRunnerExecutesEachSubsetForReal
PASSEDbuildtest.embeddede2eWatchdogDoesNotBlockOnHeapDumpFromDeadDroplet23028ms
Console output (74 bytes)
PASSED buildtest.embedded.e2eWatchdogDoesNotBlockOnHeapDumpFromDeadDroplet
PASSEDbuildtest.embeddedtestProcessRunnerEventTestDiscoveredCreatesEntry2191ms
Console output (74 bytes)
PASSED buildtest.embedded.testProcessRunnerEventTestDiscoveredCreatesEntry
PASSEDbuildtest.embeddede2eDestroyingStatusOnRestartPreservesResults9246ms
Console output (70 bytes)
PASSED buildtest.embedded.e2eDestroyingStatusOnRestartPreservesResults
PASSEDbuildtest.embeddeddeleteBuildRunEnqueuesDropletForNonTerminalBuild9306ms
Console output (74 bytes)
PASSED buildtest.embedded.deleteBuildRunEnqueuesDropletForNonTerminalBuild
PASSEDbuildtest.embeddede2eDestroyingRecoveryWithTestFailuresProducesCorrectErrorMessage9252ms
Console output (90 bytes)
PASSED buildtest.embedded.e2eDestroyingRecoveryWithTestFailuresProducesCorrectErrorMessage
PASSEDbuildtest.embeddedgetBuildLogChunkReadsCorrectTextFromLog2801ms
Console output (65 bytes)
PASSED buildtest.embedded.getBuildLogChunkReadsCorrectTextFromLog
PASSEDbuildtest.embeddednonBlockingKeyPairGenRSAUsesNonBlockingSecureRandom7400ms
Console output (77 bytes)
PASSED buildtest.embedded.nonBlockingKeyPairGenRSAUsesNonBlockingSecureRandom
PASSEDbuildtest.embeddedcreateDropletTimeoutAdoptsProviderCreatedDroplet6011ms
Console output (74 bytes)
PASSED buildtest.embedded.createDropletTimeoutAdoptsProviderCreatedDroplet
PASSEDbuildtest.embeddedrenewBuildLeaseThrowsForTerminalStatuses3064ms
Console output (66 bytes)
PASSED buildtest.embedded.renewBuildLeaseThrowsForTerminalStatuses
PASSEDbuildtest.embeddedbuildKompileCommandCustomPaths2104ms
Console output (56 bytes)
PASSED buildtest.embedded.buildKompileCommandCustomPaths
PASSEDbuildtest.embeddeddeletionWorkerProcessesPendingDeletions8787ms
Console output (65 bytes)
PASSED buildtest.embedded.deletionWorkerProcessesPendingDeletions
PASSEDbuildtest.embeddedtestProcessRunnerEventRepairsEmptyProjectConcurrentlyWithoutFloodingLog12470ms
Console output (97 bytes)
PASSED buildtest.embedded.testProcessRunnerEventRepairsEmptyProjectConcurrentlyWithoutFloodingLog
PASSEDbuildtest.embeddedcancelDuringAdmissionWaitCancelsPromptly9721ms
Console output (66 bytes)
PASSED buildtest.embedded.cancelDuringAdmissionWaitCancelsPromptly
PASSEDbuildtest.embeddedexecStreamingCarriageReturnOnlyTerminatorSplitsLines19430ms
Console output (78 bytes)
PASSED buildtest.embedded.execStreamingCarriageReturnOnlyTerminatorSplitsLines
PASSEDbuildtest.embeddedcreateDropletTimeoutFirstRegionAdoptsProviderDropletWithoutRetry5023ms
Console output (90 bytes)
PASSED buildtest.embedded.createDropletTimeoutFirstRegionAdoptsProviderDropletWithoutRetry
PASSEDbuildtest.embeddeddeletionWorkerThreadIsDaemon2561ms
Console output (54 bytes)
PASSED buildtest.embedded.deletionWorkerThreadIsDaemon
PASSEDbuildtest.embeddedemptyBuildRuleGeneratesValidCommand2387ms
Console output (61 bytes)
PASSED buildtest.embedded.emptyBuildRuleGeneratesValidCommand
PASSEDbuildtest.embeddedprocessRunnerEventAcceptsLineExactlyAtCap3310ms
Console output (67 bytes)
PASSED buildtest.embedded.processRunnerEventAcceptsLineExactlyAtCap
PASSEDbuildtest.embeddeddropletManagerDefaultSizeIsBasic6403ms
Console output (58 bytes)
PASSED buildtest.embedded.dropletManagerDefaultSizeIsBasic
PASSEDbuildtest.embeddedloadFromDiskWithLargeConsoleOutputDoesNotOom10238ms
Console output (70 bytes)
PASSED buildtest.embedded.loadFromDiskWithLargeConsoleOutputDoesNotOom
PASSEDbuildtest.embeddedwatchdogLegacyProvisioningRunGetsFreshBudgetAfterRestart2759ms
Console output (82 bytes)
PASSED buildtest.embedded.watchdogLegacyProvisioningRunGetsFreshBudgetAfterRestart
PASSEDbuildtest.embeddedoversizedConsoleCompactionRunsInBoundedTime4910ms
Console output (69 bytes)
PASSED buildtest.embedded.oversizedConsoleCompactionRunsInBoundedTime
PASSEDbuildtest.embeddedcoldSpoolDrainDoesNotMarkExactlyCapLineAtEof18526ms
Console output (70 bytes)
PASSED buildtest.embedded.coldSpoolDrainDoesNotMarkExactlyCapLineAtEof
PASSEDbuildtest.embeddedtestParseTestResultsXmlSurfacesConsoleOutputForFailedTest2646ms
Console output (83 bytes)
PASSED buildtest.embedded.testParseTestResultsXmlSurfacesConsoleOutputForFailedTest
PASSEDbuildtest.embeddedorphanedDropletEnqueueIsAlwaysReliable4656ms
Console output (64 bytes)
PASSED buildtest.embedded.orphanedDropletEnqueueIsAlwaysReliable
PASSEDbuildtest.embeddedmultipleOrphanedDropletsAreAllEnqueued4713ms
Console output (64 bytes)
PASSED buildtest.embedded.multipleOrphanedDropletsAreAllEnqueued
PASSEDbuildtest.embeddedbuildRunImplShardFieldsJsonRoundTrip2068ms
Console output (62 bytes)
PASSED buildtest.embedded.buildRunImplShardFieldsJsonRoundTrip
PASSEDbuildtest.embeddedtestWaitForActiveFailsFastOnTerminalState906ms
Console output (67 bytes)
PASSED buildtest.embedded.testWaitForActiveFailsFastOnTerminalState
PASSEDbuildtest.embeddedexecutionDurationProjectionReloadsFromDiskAfterServiceRestart1827ms
Console output (87 bytes)
PASSED buildtest.embedded.executionDurationProjectionReloadsFromDiskAfterServiceRestart
PASSEDbuildtest.embeddeduploadHeapDumpsFindsAndUploads16461ms
Console output (56 bytes)
PASSED buildtest.embedded.uploadHeapDumpsFindsAndUploads
PASSEDbuildtest.embeddeddropletManagerInterruptDoesNotFallBackToNextRegion2449ms
Console output (76 bytes)
PASSED buildtest.embedded.dropletManagerInterruptDoesNotFallBackToNextRegion
PASSEDbuildtest.embeddede2eTrueRestartFifoAdmissionWithMixedDropletOwnership36020ms
Console output (78 bytes)
PASSED buildtest.embedded.e2eTrueRestartFifoAdmissionWithMixedDropletOwnership
PASSEDbuildtest.embeddedwatchdogLogDeletionGrantsOneFreshProgressWindow2279ms
Console output (73 bytes)
PASSED buildtest.embedded.watchdogLogDeletionGrantsOneFreshProgressWindow
PASSEDbuildtest.embeddedwatchdogUsesPerBuildTimeoutWhenAvailable2744ms
Console output (66 bytes)
PASSED buildtest.embedded.watchdogUsesPerBuildTimeoutWhenAvailable
PASSEDbuildtest.embeddede2eShardedRunResumedAndCompletedAcrossServiceRestart36192ms
Console output (78 bytes)
PASSED buildtest.embedded.e2eShardedRunResumedAndCompletedAcrossServiceRestart
PASSEDbuildtest.embeddedautoArchiveUsesCompletedAtNotStartedAt4709ms
Console output (64 bytes)
PASSED buildtest.embedded.autoArchiveUsesCompletedAtNotStartedAt
PASSEDbuildtest.embeddedtestSubmitBuild_overrideJarRunId_injectsArtifactIntoSavedArchive4746ms
Console output (90 bytes)
PASSED buildtest.embedded.testSubmitBuild_overrideJarRunId_injectsArtifactIntoSavedArchive
PASSEDbuildtest.embeddedsubmitBuildWithCorruptGzipArchiveFailsCleanly3639ms
Console output (71 bytes)
PASSED buildtest.embedded.submitBuildWithCorruptGzipArchiveFailsCleanly
PASSEDbuildtest.embeddede2eCancelResumedBuildProducesCanceled19134ms
Console output (63 bytes)
PASSED buildtest.embedded.e2eCancelResumedBuildProducesCanceled
PASSEDbuildtest.embeddede2eShardedBuildCancellationCleansAllDroplets35991ms
Console output (70 bytes)
PASSED buildtest.embedded.e2eShardedBuildCancellationCleansAllDroplets
PASSEDbuildtest.embeddedtestStartupFinalizesIncompleteTestsForTerminalBuilds9801ms
Console output (78 bytes)
PASSED buildtest.embedded.testStartupFinalizesIncompleteTestsForTerminalBuilds
PASSEDbuildtest.embeddedtestProcessRunnerEventUpdatesStatus8092ms
Console output (61 bytes)
PASSED buildtest.embedded.testProcessRunnerEventUpdatesStatus
PASSEDbuildtest.embeddedbuildKompileCommandNoBuildRuleOrOutput2954ms
Console output (64 bytes)
PASSED buildtest.embedded.buildKompileCommandNoBuildRuleOrOutput
PASSEDbuildtest.embeddedextractProjectNamesFallsBackToDirName8309ms
Console output (63 bytes)
PASSED buildtest.embedded.extractProjectNamesFallsBackToDirName
PASSEDbuildtest.embeddede2eCreateDropletTimeoutAdoptsAndDeletesOnCompletion22682ms
Console output (77 bytes)
PASSED buildtest.embedded.e2eCreateDropletTimeoutAdoptsAndDeletesOnCompletion
PASSEDbuildtest.embeddede2eShardedResumeProvisioningFailureKeepsTestsNotRun16558ms
Console output (77 bytes)
PASSED buildtest.embedded.e2eShardedResumeProvisioningFailureKeepsTestsNotRun
PASSEDbuildtest.embeddedextractArtifactCoordinateFromBuildKtsAnnotationOnly7040ms
Console output (77 bytes)
PASSED buildtest.embedded.extractArtifactCoordinateFromBuildKtsAnnotationOnly
PASSEDbuildtest.embeddedtestReplayPreservesBtrErrorWhenXmlHasNoStacktrace2094ms
Console output (75 bytes)
PASSED buildtest.embedded.testReplayPreservesBtrErrorWhenXmlHasNoStacktrace
PASSEDbuildtest.embeddedtestReplayUsesXmlStacktraceWhenPresent1989ms
Console output (64 bytes)
PASSED buildtest.embedded.testReplayUsesXmlStacktraceWhenPresent
PASSEDbuildtest.embeddedinstallDependenciesRetriesOnTransientAptFailure12632ms
Console output (73 bytes)
PASSED buildtest.embedded.installDependenciesRetriesOnTransientAptFailure
PASSEDbuildtest.embeddedwatchdogCleansUpCompletedBuilds2360ms
Console output (57 bytes)
PASSED buildtest.embedded.watchdogCleansUpCompletedBuilds
PASSEDbuildtest.embeddede2eShardedRunResumeFailsWhenArchiveMissing13335ms
Console output (68 bytes)
PASSED buildtest.embedded.e2eShardedRunResumeFailsWhenArchiveMissing
PASSEDbuildtest.embeddedextractArtifactCoordinateFromBuildKtsReturnsNullForEmptyContent6428ms
Console output (89 bytes)
PASSED buildtest.embedded.extractArtifactCoordinateFromBuildKtsReturnsNullForEmptyContent
PASSEDbuildtest.embeddedtestInjectFileIntoArchive_worksWithLargeFiles2351ms
Console output (71 bytes)
PASSED buildtest.embedded.testInjectFileIntoArchive_worksWithLargeFiles
PASSEDbuildtest.embeddedtestFinalizationAndCountingFullPipeline1774ms
Console output (65 bytes)
PASSED buildtest.embedded.testFinalizationAndCountingFullPipeline
PASSEDbuildtest.embeddedcompactedConsoleOutputMarkerCollisionIsUnambiguous2421ms
Console output (76 bytes)
PASSED buildtest.embedded.compactedConsoleOutputMarkerCollisionIsUnambiguous
PASSEDbuildtest.embeddedresumeBuildDispatchesPerftestFromPersistedStructuredContextAndMergeBaseArchive59981ms
Console output (104 bytes)
PASSED buildtest.embedded.resumeBuildDispatchesPerftestFromPersistedStructuredContextAndMergeBaseArchive
PASSEDbuildtest.embeddedcompletedAndFailedRunsArePreservedOnRestart2238ms
Console output (69 bytes)
PASSED buildtest.embedded.completedAndFailedRunsArePreservedOnRestart
PASSEDbuildtest.embeddedrecoveryUsesClockForCompletedAt4066ms
Console output (57 bytes)
PASSED buildtest.embedded.recoveryUsesClockForCompletedAt
PASSEDbuildtest.embeddede2eShardedShardFailureStampsDropletDestruction26975ms
Console output (72 bytes)
PASSED buildtest.embedded.e2eShardedShardFailureStampsDropletDestruction
PASSEDbuildtest.embeddedprocessRunnerEventTruncatesLineOneCharOverCap3085ms
Console output (71 bytes)
PASSED buildtest.embedded.processRunnerEventTruncatesLineOneCharOverCap
PASSEDbuildtest.embeddedextractArtifactCoordinateIgnoresComments9278ms
Console output (66 bytes)
PASSED buildtest.embedded.extractArtifactCoordinateIgnoresComments
PASSEDbuildtest.embeddedsubmitBuildReturnsImmediatelyWithPendingAndEmptyProjectNames3873ms
Console output (86 bytes)
PASSED buildtest.embedded.submitBuildReturnsImmediatelyWithPendingAndEmptyProjectNames
PASSEDbuildtest.embeddedbuildRunImplJsonRoundTripWithDefaults2088ms
Console output (63 bytes)
PASSED buildtest.embedded.buildRunImplJsonRoundTripWithDefaults
PASSEDbuildtest.embeddedcoldStartWithManyArchivedRunsStaysBoundedUnderTightHeap31982ms
Console output (81 bytes)
PASSED buildtest.embedded.coldStartWithManyArchivedRunsStaysBoundedUnderTightHeap
PASSEDbuildtest.embeddedorphanedBuildingRunIsRecoveredToFailedOnRestart4974ms
Console output (73 bytes)
PASSED buildtest.embedded.orphanedBuildingRunIsRecoveredToFailedOnRestart
PASSEDbuildtest.embeddeddiscoverTestsWithTimeoutsExtractsTimeout10047ms
Console output (66 bytes)
PASSED buildtest.embedded.discoverTestsWithTimeoutsExtractsTimeout
PASSEDbuildtest.embeddeddropletManagerTriesNextRegionOnFailure4804ms
Console output (64 bytes)
PASSED buildtest.embedded.dropletManagerTriesNextRegionOnFailure
PASSEDbuildtest.embeddedbuildKompileCommandQuotesBuildRuleWithSpecialChars2450ms
Console output (76 bytes)
PASSED buildtest.embedded.buildKompileCommandQuotesBuildRuleWithSpecialChars
PASSEDbuildtest.embeddede2eShardedRunResumeReprovisionsReapedShardDroplet24626ms
Console output (75 bytes)
PASSED buildtest.embedded.e2eShardedRunResumeReprovisionsReapedShardDroplet
PASSEDbuildtest.embeddedprocessRunnerEventTruncatesConsoleLabelledLineWithTruncatedName4788ms
Console output (89 bytes)
PASSED buildtest.embedded.processRunnerEventTruncatesConsoleLabelledLineWithTruncatedName
PASSEDbuildtest.embeddedprocessRunnerEventStaysFastWithLargeEventLog17964ms
Console output (70 bytes)
PASSED buildtest.embedded.processRunnerEventStaysFastWithLargeEventLog
PASSEDbuildtest.embeddedextractArtifactCoordinateFromBuildKtsWithCoordinates8474ms
Console output (78 bytes)
PASSED buildtest.embedded.extractArtifactCoordinateFromBuildKtsWithCoordinates
PASSEDbuildtest.embeddede2eExplicitTestSpecsRunOnSingleDroplet26310ms
Console output (64 bytes)
PASSED buildtest.embedded.e2eExplicitTestSpecsRunOnSingleDroplet
PASSEDbuildtest.embeddede2eWatchdogErrorMessageNotOverwrittenByBuildThread19116ms
Console output (76 bytes)
PASSED buildtest.embedded.e2eWatchdogErrorMessageNotOverwrittenByBuildThread
PASSEDbuildtest.embeddedtailingInputStreamDeliversDataPromptly1993ms
Console output (64 bytes)
PASSED buildtest.embedded.tailingInputStreamDeliversDataPromptly
PASSEDbuildtest.embeddeddeleteDuringProvisioning2606ms
Console output (50 bytes)
PASSED buildtest.embedded.deleteDuringProvisioning
PASSEDbuildtest.embeddedcaptureTimeoutThreadDumpNoProcess14067ms
Console output (59 bytes)
PASSED buildtest.embedded.captureTimeoutThreadDumpNoProcess
PASSEDbuildtest.embeddede2eCancelDuringShardedProvisioningReleasesAllShardReservations10039ms
Console output (88 bytes)
PASSED buildtest.embedded.e2eCancelDuringShardedProvisioningReleasesAllShardReservations
PASSEDbuildtest.embeddede2eDestroyDropletFailureDoesNotOverrideCompletedStatus30526ms
Console output (80 bytes)
PASSED buildtest.embedded.e2eDestroyDropletFailureDoesNotOverrideCompletedStatus
PASSEDbuildtest.embeddeddeleteBuildRunThrowsForNonExistentRunId3312ms
Console output (65 bytes)
PASSED buildtest.embedded.deleteBuildRunThrowsForNonExistentRunId
PASSEDbuildtest.embeddede2eReservationConsumedAtCreationFreesCapacityDuringBoot31477ms
Console output (81 bytes)
PASSED buildtest.embedded.e2eReservationConsumedAtCreationFreesCapacityDuringBoot
PASSEDbuildtest.embeddedexecStreamingCapturesMergedOutputForDiagnostics15726ms
Console output (73 bytes)
PASSED buildtest.embedded.execStreamingCapturesMergedOutputForDiagnostics
PASSEDbuildtest.embeddedbuildCommandsAbsolutizeWorkspaceRelativePathTestSpecs2474ms
Console output (79 bytes)
PASSED buildtest.embedded.buildCommandsAbsolutizeWorkspaceRelativePathTestSpecs
PASSEDbuildtest.embeddedstressWatchdogProcessesManyStaleBuildsInParallel3558ms
Console output (74 bytes)
PASSED buildtest.embedded.stressWatchdogProcessesManyStaleBuildsInParallel
PASSEDbuildtest.embeddedgetBuildRunReturnsAtomicSnapshotAcrossMultiFieldUpdates14346ms
Console output (81 bytes)
PASSED buildtest.embedded.getBuildRunReturnsAtomicSnapshotAcrossMultiFieldUpdates
PASSEDbuildtest.embeddede2eDisabledTestsNotCountedAsFailed32228ms
Console output (60 bytes)
PASSED buildtest.embedded.e2eDisabledTestsNotCountedAsFailed
PASSEDbuildtest.embeddedbuildRuleProjectionFailurePreferredOverSuccess1904ms
Console output (72 bytes)
PASSED buildtest.embedded.buildRuleProjectionFailurePreferredOverSuccess
PASSEDbuildtest.embeddede2eBuildWithCompilationFailure27092ms
Console output (56 bytes)
PASSED buildtest.embedded.e2eBuildWithCompilationFailure
PASSEDbuildtest.embeddedtestCompletedRecordsEndedAtFromReceiveTime2766ms
Console output (68 bytes)
PASSED buildtest.embedded.testCompletedRecordsEndedAtFromReceiveTime
PASSEDbuildtest.embeddedwatchdogProvisioningTimeoutDoesNotAffectOtherStatuses2472ms
Console output (79 bytes)
PASSED buildtest.embedded.watchdogProvisioningTimeoutDoesNotAffectOtherStatuses
PASSEDbuildtest.embeddede2eCancelDuringResumedFreshBuildInstallPhase18579ms
Console output (70 bytes)
PASSED buildtest.embedded.e2eCancelDuringResumedFreshBuildInstallPhase
PASSEDbuildtest.embeddedbuildKompileCommandIncludesExitCodeCapture2450ms
Console output (68 bytes)
PASSED buildtest.embedded.buildKompileCommandIncludesExitCodeCapture
PASSEDbuildtest.embeddedperftestGitContextForRunFallsBackToLegacyParsing2440ms
Console output (74 bytes)
PASSED buildtest.embedded.perftestGitContextForRunFallsBackToLegacyParsing
FAILEDbuildtest.embeddedwatchdogAdmissionWaitIsCumulativeAcrossRequeueCycles22426msjava.lang.AssertionError: The failure must measure at least 61 cumulative minutes from first enqueue, including quota backpressure time; waitedMinutes=null, actual='DigitalOcean droplet quota remained saturated for the configured total wait window of 3600000ms for runId=26aa2c91. Provisioning was attempted 2 times since quotaSaturationStartedAt=1902000000000. Last provider error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit'. at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652) at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:662) at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11) at kotlin.test.AssertionsKt__AssertionsKt.assertTrue(Assertions.kt:44) at kotlin.test.AssertionsKt.assertTrue(Unknown Source) at buildtest.embedded.WatchdogAdmissionWaitIsCumulativeAcrossRequeueCyclesKt.watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles(watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:145) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at kompile.TestRunner.executeTest(TestRunner.kt:16) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Console output (6679 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[BuildTestService] Admission configuration: dropletLimit=1, active=true
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildDropletReconciler] decision=keep name=buildtest-occupier id=9701 ageMs=118272000000 runId=occupier runState=absent
[BuildTestService] Build submitted: runId=26aa2c91, label=cumulative admission queue age, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=190)
[BuildTestService] Calculated whole-build timeout: 30 minutes from 1 test(s) (total test time: 30s, buffer: 30 min)
[BuildTestService] Build 26aa2c91: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3
[DropletManager] Creating droplet: name=buildtest-26aa2c91, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-26aa2c91' (attempt 1, waited 250ms of 1000ms). Waiting 100ms before retrying.
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-26aa2c91' (attempt 2, waited 500ms of 1000ms). Waiting 200ms before retrying.
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-26aa2c91' (attempt 3, waited 750ms of 1000ms). Waiting 250ms before retrying.
[DropletManager] Failed to create droplet in region sfo3: DigitalOcean account droplet quota stayed full while creating 'buildtest-26aa2c91' for 1000ms (region=sfo3, size=s-2vcpu-4gb, image=226128685). The droplet pool did not free capacity within the bounded quota backpressure budget. Last quota error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit
[BuildTestService] Build 26aa2c91 requeued after allocation failure: Provisioning failed for runId=26aa2c91 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=1000 classification=INFRASTRUCTURE/PROVISIONING: DigitalOcean account droplet quota remained unavailable while creating 'buildtest-26aa2c91' (region=sfo3, size=s-2vcpu-4gb, image=226128685). Quota is account-wide, so region fallback cannot create capacity. Last quota error: DigitalOcean account droplet quota stayed full while creating 'buildtest-26aa2c91' for 1000ms (region=sfo3, size=s-2vcpu-4gb, image=226128685). The droplet pool did not free capacity within the bounded quota backpressure budget. Last quota error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit
[BuildTestService] Build 26aa2c91: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3
[DropletManager] Creating droplet: name=buildtest-26aa2c91, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-26aa2c91' (attempt 1, waited 0ms of 1000ms). Waiting 100ms before retrying.
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-26aa2c91' (attempt 2, waited 250ms of 1000ms). Waiting 200ms before retrying.
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-26aa2c91' (attempt 3, waited 500ms of 1000ms). Waiting 400ms before retrying.
[DropletManager] Failed to create droplet in region sfo3: DigitalOcean account droplet quota stayed full while creating 'buildtest-26aa2c91' for 1000ms (region=sfo3, size=s-2vcpu-4gb, image=226128685). The droplet pool did not free capacity within the bounded quota backpressure budget. Last quota error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit
[BuildTestService] Build 26aa2c91 requeued after allocation failure: Provisioning failed for runId=26aa2c91 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=1250 classification=INFRASTRUCTURE/PROVISIONING: DigitalOcean account droplet quota remained unavailable while creating 'buildtest-26aa2c91' (region=sfo3, size=s-2vcpu-4gb, image=226128685). Quota is account-wide, so region fallback cannot create capacity. Last quota error: DigitalOcean account droplet quota stayed full while creating 'buildtest-26aa2c91' for 1000ms (region=sfo3, size=s-2vcpu-4gb, image=226128685). The droplet pool did not free capacity within the bounded quota backpressure budget. Last quota error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Caused by: java.lang.RuntimeException: Failed to execute test buildtest.embedded.WatchdogAdmissionWaitIsCumulativeAcrossRequeueCyclesKt.watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles
	at kompile.TestRunner.executeTest(TestRunner.kt:18)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 2 more
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	... 3 more
Caused by: java.lang.AssertionError: The failure must measure at least 61 cumulative minutes from first enqueue, including quota backpressure time; waitedMinutes=null, actual='DigitalOcean droplet quota remained saturated for the configured total wait window of 3600000ms for runId=26aa2c91. Provisioning was attempted 2 times since quotaSaturationStartedAt=1902000000000. Last provider error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit'.
	at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16)
	at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652)
	at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11)
	at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:662)
	at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11)
	at kotlin.test.AssertionsKt__AssertionsKt.assertTrue(Assertions.kt:44)
	at kotlin.test.AssertionsKt.assertTrue(Unknown Source)
	at buildtest.embedded.WatchdogAdmissionWaitIsCumulativeAcrossRequeueCyclesKt.watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles(watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:145)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 5 more
PASSEDbuildtest.embeddede2eRenewBuildLeaseRenewsEveryShardDroplet26304ms
Console output (67 bytes)
PASSED buildtest.embedded.e2eRenewBuildLeaseRenewsEveryShardDroplet
PASSEDbuildtest.embeddede2eRestartWithQueuedRunsHonorsDropletCapAdmission24788ms
Console output (75 bytes)
PASSED buildtest.embedded.e2eRestartWithQueuedRunsHonorsDropletCapAdmission
PASSEDbuildtest.embeddedexecutionDurationProjectionFromEmptyLog2098ms
Console output (65 bytes)
PASSED buildtest.embedded.executionDurationProjectionFromEmptyLog
PASSEDbuildtest.embeddedconcurrentSubmitBuildsDoNotGarbleProjectNames19633ms
Console output (71 bytes)
PASSED buildtest.embedded.concurrentSubmitBuildsDoNotGarbleProjectNames
PASSEDbuildtest.embeddedwatchdogProvisioningProgressSurvivesBeyondWallClockBudget2354ms
Console output (83 bytes)
PASSED buildtest.embedded.watchdogProvisioningProgressSurvivesBeyondWallClockBudget
PASSEDbuildtest.embeddedmanyDistinctRunConcurrentColdReadsStayBoundedUnderTightHeap22539ms
Console output (85 bytes)
PASSED buildtest.embedded.manyDistinctRunConcurrentColdReadsStayBoundedUnderTightHeap
PASSEDbuildtest.embeddede2eResumeDoesNotDuplicateOverrideJarEntry19120ms
Console output (67 bytes)
PASSED buildtest.embedded.e2eResumeDoesNotDuplicateOverrideJarEntry
PASSEDbuildtest.embeddedparseMemoryInfoMissingFieldTest3165ms
Console output (57 bytes)
PASSED buildtest.embedded.parseMemoryInfoMissingFieldTest
PASSEDbuildtest.embeddedtestResultStatusFieldSerialization2493ms
Console output (60 bytes)
PASSED buildtest.embedded.testResultStatusFieldSerialization
PASSEDbuildtest.embeddedextractProjectNamesFromArchiveDoesNotOomOnOversizedBuildKts9300ms
Console output (85 bytes)
PASSED buildtest.embedded.extractProjectNamesFromArchiveDoesNotOomOnOversizedBuildKts
PASSEDbuildtest.embeddedreplayTestEventLogStreamingPreservesCorruptLineSkip3867ms
Console output (77 bytes)
PASSED buildtest.embedded.replayTestEventLogStreamingPreservesCorruptLineSkip
PASSEDbuildtest.embeddedbuildLogTimestampsUseClockNotSystemTime9555ms
Console output (65 bytes)
PASSED buildtest.embedded.buildLogTimestampsUseClockNotSystemTime
PASSEDbuildtest.embeddeddeletionWorkerSurvivesRestart3189ms
Console output (55 bytes)
PASSED buildtest.embedded.deletionWorkerSurvivesRestart
PASSEDbuildtest.embeddede2eCompletingRecoveryWithTestFailuresProducesCorrectErrorMessage8591ms
Console output (90 bytes)
PASSED buildtest.embedded.e2eCompletingRecoveryWithTestFailuresProducesCorrectErrorMessage
PASSEDbuildtest.embeddedwatchdogAdmissionQueuedRunSurvivesConsumerLeaseSilence2614ms
Console output (80 bytes)
PASSED buildtest.embedded.watchdogAdmissionQueuedRunSurvivesConsumerLeaseSilence
PASSEDbuildtest.embeddedrenewBuildLeasePreviousRenewalStillRunningStillAdvances3138ms
Console output (81 bytes)
PASSED buildtest.embedded.renewBuildLeasePreviousRenewalStillRunningStillAdvances
PASSEDbuildtest.embeddedtestE2EBuildRuleDiscoveredFullPipelineRunnerToProjection123147ms
Console output (82 bytes)
PASSED buildtest.embedded.testE2EBuildRuleDiscoveredFullPipelineRunnerToProjection
PASSEDbuildtest.embeddedextractProjectNamesUsesArtifactCoordinates9024ms
Console output (68 bytes)
PASSED buildtest.embedded.extractProjectNamesUsesArtifactCoordinates
PASSEDbuildtest.embeddede2eDeleteBuildRunStopsBuildThread24773ms
Console output (59 bytes)
PASSED buildtest.embedded.e2eDeleteBuildRunStopsBuildThread
PASSEDbuildtest.embeddede2eShardedRunResumeWaitsForRunningKompileThenCollects27590ms
Console output (79 bytes)
PASSED buildtest.embedded.e2eShardedRunResumeWaitsForRunningKompileThenCollects
PASSEDbuildtest.embeddedbuildKompileCommandWithOutputRequested2078ms
Console output (64 bytes)
PASSED buildtest.embedded.buildKompileCommandWithOutputRequested
PASSEDbuildtest.embeddedextractArtifactCoordinateFromBuildKtsReturnsNullForNoBuildKts8633ms
Console output (87 bytes)
PASSED buildtest.embedded.extractArtifactCoordinateFromBuildKtsReturnsNullForNoBuildKts
PASSEDbuildtest.embeddedcaptureTimeoutHeapDumpNoProcess19864ms
Console output (57 bytes)
PASSED buildtest.embedded.captureTimeoutHeapDumpNoProcess
PASSEDbuildtest.embeddedwatchdogLeaseExemptionYieldsToAdmissionWaitBound12514ms
Console output (74 bytes)
PASSED buildtest.embedded.watchdogLeaseExemptionYieldsToAdmissionWaitBound
PASSEDbuildtest.embeddedrenewBuildLeaseDropletRenewalFailureStillAdvances3619ms
Console output (75 bytes)
PASSED buildtest.embedded.renewBuildLeaseDropletRenewalFailureStillAdvances
PASSEDbuildtest.embeddedwatchdogFailsRunQueuedForOverMaxAdmissionWait12378ms
Console output (71 bytes)
PASSED buildtest.embedded.watchdogFailsRunQueuedForOverMaxAdmissionWait
PASSEDbuildtest.embeddede2eResumePreservesExistingTestResultsWhenXmlDownloadFails19769ms
Console output (83 bytes)
PASSED buildtest.embedded.e2eResumePreservesExistingTestResultsWhenXmlDownloadFails
PASSEDbuildtest.embeddeddeleteBuildRunRetainsForensicsForNonTerminalRun3323ms
Console output (73 bytes)
PASSED buildtest.embedded.deleteBuildRunRetainsForensicsForNonTerminalRun
PASSEDbuildtest.embeddede2eShardedRunResumeMixesCollectAndRerunAcrossShards29814ms
Console output (77 bytes)
PASSED buildtest.embedded.e2eShardedRunResumeMixesCollectAndRerunAcrossShards
PASSEDbuildtest.embeddedquotaSaturationFailsOnlyAfterTotalWindow25128ms
Console output (66 bytes)
PASSED buildtest.embedded.quotaSaturationFailsOnlyAfterTotalWindow
PASSEDbuildtest.embeddedlegacyProvisioningMarkerWithStartedTestFinalizesIncompleteTests2789ms
Console output (89 bytes)
PASSED buildtest.embedded.legacyProvisioningMarkerWithStartedTestFinalizesIncompleteTests
PASSEDbuildtest.embeddedwatchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds12387ms
Console output (81 bytes)
PASSED buildtest.embedded.watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds
PASSEDbuildtest.embeddedgetArtifactChunkReturnsNullWhenRunHasNoArtifact2402ms
Console output (73 bytes)
PASSED buildtest.embedded.getArtifactChunkReturnsNullWhenRunHasNoArtifact
PASSEDbuildtest.embeddedcalculateWholeBuildTimeout_mixedAnnotationsAndDefaults10004ms
Console output (80 bytes)
PASSED buildtest.embedded.calculateWholeBuildTimeout_mixedAnnotationsAndDefaults
PASSEDbuildtest.embeddeddropletManagerAdoptsProviderCreatedDropletAfterResponseFailure10140ms
Console output (88 bytes)
PASSED buildtest.embedded.dropletManagerAdoptsProviderCreatedDropletAfterResponseFailure
PASSEDbuildtest.embeddedattachToRunnerResetsTimeoutAfterSpoolProgress15328ms
Console output (71 bytes)
PASSED buildtest.embedded.attachToRunnerResetsTimeoutAfterSpoolProgress
PASSEDbuildtest.embeddedallBlankTestSpecsFallBackToWorkspacePath2699ms
Console output (66 bytes)
PASSED buildtest.embedded.allBlankTestSpecsFallBackToWorkspacePath
PASSEDbuildtest.embeddedsubmitBuildWithPathTraversalArchiveDoesNotEscape11102ms
Console output (74 bytes)
PASSED buildtest.embedded.submitBuildWithPathTraversalArchiveDoesNotEscape
PASSEDbuildtest.embeddede2eOverrideJarRunId_artifactFromPreviousBuildIsInjectedIntoWorkspace34274ms
Console output (94 bytes)
PASSED buildtest.embedded.e2eOverrideJarRunId_artifactFromPreviousBuildIsInjectedIntoWorkspace
PASSEDbuildtest.embeddedwatchdogAdmissionExpiryAfterFailedBootReportsHonestDiagnostics10677ms
Console output (88 bytes)
PASSED buildtest.embedded.watchdogAdmissionExpiryAfterFailedBootReportsHonestDiagnostics
PASSEDbuildtest.embeddede2eShardedProvisioningFailureRecoveryKeepsTestsNotRun21613ms
Console output (79 bytes)
PASSED buildtest.embedded.e2eShardedProvisioningFailureRecoveryKeepsTestsNotRun
PASSEDbuildtest.embeddedtestPendingTestsFinalizedToFailedOnBuildCompletion2788ms
Console output (76 bytes)
PASSED buildtest.embedded.testPendingTestsFinalizedToFailedOnBuildCompletion
PASSEDbuildtest.embeddedallPhasesWithDropletInfoAreResumedOnRestart5551ms
Console output (69 bytes)
PASSED buildtest.embedded.allPhasesWithDropletInfoAreResumedOnRestart
PASSEDbuildtest.embeddede2eExecStreamingDoesNotRetainOutput21242ms
Console output (61 bytes)
PASSED buildtest.embedded.e2eExecStreamingDoesNotRetainOutput
PASSEDbuildtest.embeddedloadStormConcurrentSubmitReadDeleteStaysBoundedUnder128mHeap12032ms
Console output (86 bytes)
PASSED buildtest.embedded.loadStormConcurrentSubmitReadDeleteStaysBoundedUnder128mHeap
PASSEDbuildtest.embeddedinstallDependenciesContinuesWhenSwapPermissionDeniedOnLargeMemoryHost18094ms
Console output (95 bytes)
PASSED buildtest.embedded.installDependenciesContinuesWhenSwapPermissionDeniedOnLargeMemoryHost
PASSEDbuildtest.embeddedrenewBuildLeasePendingWithoutDropletAdvances5064ms
Console output (70 bytes)
PASSED buildtest.embedded.renewBuildLeasePendingWithoutDropletAdvances
PASSEDbuildtest.embeddedtestDisabledTestsNotCountedAsFailed2923ms
Console output (61 bytes)
PASSED buildtest.embedded.testDisabledTestsNotCountedAsFailed
PASSEDbuildtest.embeddeddeleteBuildRunFindsUnpersistedShardDropletsByName2640ms
Console output (75 bytes)
PASSED buildtest.embedded.deleteBuildRunFindsUnpersistedShardDropletsByName
PASSEDbuildtest.embeddedwatchdogProvisioningTimeoutDestroysDropletIfPresent2202ms
Console output (77 bytes)
PASSED buildtest.embedded.watchdogProvisioningTimeoutDestroysDropletIfPresent
PASSEDbuildtest.embeddedadmissionWaitWithLiveConsumerHeartbeatSurvivesLeaseBudget3183ms
Console output (83 bytes)
PASSED buildtest.embedded.admissionWaitWithLiveConsumerHeartbeatSurvivesLeaseBudget
PASSEDbuildtest.embeddede2eShardedMixedProvisioningAndTestingFailureFinalizesStartedTests33467ms
Console output (91 bytes)
PASSED buildtest.embedded.e2eShardedMixedProvisioningAndTestingFailureFinalizesStartedTests
PASSEDbuildtest.embeddedtestBuildRunnerCommand2506ms
Console output (48 bytes)
PASSED buildtest.embedded.testBuildRunnerCommand
PASSEDbuildtest.embeddedtestSubmitBuild_overrideJarRunId_throwsWhenRunDoesNotExist3675ms
Console output (84 bytes)
PASSED buildtest.embedded.testSubmitBuild_overrideJarRunId_throwsWhenRunDoesNotExist
PASSEDbuildtest.embeddedtestProcessRunnerEventThrowsOnEmptyProjectOrName3174ms
Console output (74 bytes)
PASSED buildtest.embedded.testProcessRunnerEventThrowsOnEmptyProjectOrName
PASSEDbuildtest.embeddede2eNormalBuildLogsNoHeapDumps29010ms
Console output (55 bytes)
PASSED buildtest.embedded.e2eNormalBuildLogsNoHeapDumps
PASSEDbuildtest.embeddedfailingDropletServiceProducesCleanFailedAndDoesNotWedgeService12128ms
Console output (88 bytes)
PASSED buildtest.embedded.failingDropletServiceProducesCleanFailedAndDoesNotWedgeService
PASSEDbuildtest.embeddedtestProcessRunnerEventBuildRuleSavesResult2157ms
Console output (68 bytes)
PASSED buildtest.embedded.testProcessRunnerEventBuildRuleSavesResult
PASSEDbuildtest.embeddedadmissionCapAndReleaseWakeQueuedRun14131ms
Console output (61 bytes)
PASSED buildtest.embedded.admissionCapAndReleaseWakeQueuedRun
PASSEDbuildtest.embeddedtestStreamedSnapshotRoundTripsEveryTestResultField2778ms
Console output (76 bytes)
PASSED buildtest.embedded.testStreamedSnapshotRoundTripsEveryTestResultField
PASSEDbuildtest.embeddedwatchdogFailsProvisioningBuildAfterFiveMinutes2317ms
Console output (72 bytes)
PASSED buildtest.embedded.watchdogFailsProvisioningBuildAfterFiveMinutes
PASSEDbuildtest.embeddede2eResumeIngestsSpooledEventsWhileRunnerStillRunning23673ms
Console output (78 bytes)
PASSED buildtest.embedded.e2eResumeIngestsSpooledEventsWhileRunnerStillRunning
PASSEDbuildtest.embeddedtestGetBuildRuleResultsRefreshesAfterSameMetadataAtomicReplacement3319ms
Console output (92 bytes)
PASSED buildtest.embedded.testGetBuildRuleResultsRefreshesAfterSameMetadataAtomicReplacement
PASSEDbuildtest.embeddedgetExecutionDurationStatsConcurrentQueriesDoNotReparseLogUnderTightHeap13131ms
Console output (97 bytes)
PASSED buildtest.embedded.getExecutionDurationStatsConcurrentQueriesDoNotReparseLogUnderTightHeap
PASSEDbuildtest.embeddedwatchdogLeaseRenewalCadenceRetriesBeforeLeaseExpires2777ms
Console output (78 bytes)
PASSED buildtest.embedded.watchdogLeaseRenewalCadenceRetriesBeforeLeaseExpires
PASSEDbuildtest.embeddede2eBuildLifecycleIncludesTestingStatus28142ms
Console output (64 bytes)
PASSED buildtest.embedded.e2eBuildLifecycleIncludesTestingStatus
FAILEDbuildtest.embeddede2eXmlResultsShouldNotOverwriteBtrErrorMessages36885msjava.lang.RuntimeException: Test 'e2eXmlResultsShouldNotOverwriteBtrErrorMessages' timed out after 30000ms at kompile.WorkspaceKt.executeTestInSeparateJvm(Workspace.kt:1651) at kompile.WorkspaceKt.runTests$lambda$77$lambda$76(Workspace.kt:2455) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583)
Console output (3785 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[BuildTestService] WARNING: Admission configuration: dropletLimit=0, active=false; fleet admission control is disabled
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Build submitted: runId=de0bb72e, label=xml-error-test, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=314)
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
warning: test rule 'error.project.buildMaven' at /tmp/buildscript-parse-7646188914621060129/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
[BuildTestService] Calculated whole-build timeout: 30 minutes from 0 test(s) (total test time: 0s, buffer: 30 min)
[BuildTestService] Build de0bb72e: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3, nyc3
[DropletManager] Creating droplet: name=buildtest-de0bb72e, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Droplet created: id=1, name=buildtest-de0bb72e, status=active, region=sfo3
[DropletManager] Waiting for droplet 1 to become active...
[DropletManager] Droplet 1 is active at 127.0.0.2
[DropletManager] Generating new RSA-2048 key pair...
[DropletManager] Key pair saved to /tmp/e2e-xml-error-10728348523594048189-data/ssh
[DropletManager] Granting SSH access to droplet 1 via admin key...
[DropletManager] SSH access granted to droplet 1
[BuildTestService] Build de0bb72e: status=INSTALLING
[SshExecutor] Connecting to root@127.0.0.2:39095 (attempt 1/12)...
[SshExecutor] Connected to 127.0.0.2
[BuildDriver] Installing dependencies on remote server...
[BuildDriver] Install result: exitCode=0
[BuildTestService] Build de0bb72e: status=UPLOADING
[BuildDriver] Uploading archive (314 bytes)...
[BuildDriver] Archive uploaded, extracting...
[BuildDriver] Extract result: exitCode=0
[BuildDriver] stdout: Extracted:
error-project

[BuildTestService] Build de0bb72e: status=BUILDING
[BuildDriver] Building and testing workspace with BuildTestRunner...
[BuildTestService] Build de0bb72e: status=TESTING
[BuildDriver] buildAndTestWorkspace: exitCode=1
[BuildDriver] Downloaded test-results.xml: 177 bytes
[BuildTestService] Build de0bb72e: status=COLLECTING
[BuildTestService] Build de0bb72e: status=COMPLETING
[DeletionWorker] Enqueued droplet 1 for deferred deletion
[DropletManager] Destroying droplet 1...
[DeletionWorker] Enqueued droplet 1 for deferred deletion
[BuildTestService] Enqueued droplet 1 ('buildtest-de0bb72e') for run de0bb72e during normal completion
[DropletManager] Droplet 1 destroyed
[DeletionWorker] Successfully destroyed droplet 1
TIMEOUT: Process timed out after 30s
[JSTACK THREAD DUMPS BEGIN]
Exception in thread "main" java.io.IOException: Premature EOF
	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.readInt(HotSpotVirtualMachine.java:355)
	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.processCompletionStatus(HotSpotVirtualMachine.java:392)
	at jdk.attach/sun.tools.attach.VirtualMachineImpl.execute(VirtualMachineImpl.java:200)
	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.executeCommand(HotSpotVirtualMachine.java:324)
	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.remoteDataDump(HotSpotVirtualMachine.java:281)
	at jdk.jcmd/sun.tools.jstack.JStack.runThreadDump(JStack.java:130)
	at jdk.jcmd/sun.tools.jstack.JStack.main(JStack.java:109)
[JSTACK THREAD DUMPS END]
PASSEDbuildtest.embeddede2eResumeRecoverFromSshChannelFailure22407ms
Console output (63 bytes)
PASSED buildtest.embedded.e2eResumeRecoverFromSshChannelFailure
PASSEDbuildtest.embeddedpowOverflowDoesNotCauseNegativeBackoffInterval2463ms
Console output (72 bytes)
PASSED buildtest.embedded.powOverflowDoesNotCauseNegativeBackoffInterval
PASSEDbuildtest.embeddedwatchdogStillFailsRunWhenConsumerStopsRenewingBuildLease2552ms
Console output (82 bytes)
PASSED buildtest.embedded.watchdogStillFailsRunWhenConsumerStopsRenewingBuildLease
PASSEDbuildtest.embeddedwatchdogFrozenProvisioningReportsLastProgress2691ms
Console output (71 bytes)
PASSED buildtest.embedded.watchdogFrozenProvisioningReportsLastProgress
PASSEDbuildtest.embeddede2eCancellationViaInterruptProducesCanceled22437ms
Console output (69 bytes)
PASSED buildtest.embedded.e2eCancellationViaInterruptProducesCanceled
PASSEDbuildtest.embeddedbuildKompileCommandOutputRequiresBuildrule2224ms
Console output (68 bytes)
PASSED buildtest.embedded.buildKompileCommandOutputRequiresBuildrule
PASSEDbuildtest.embeddedgetArtifactChunkReturnsNullForNonExistentRun2796ms
Console output (70 bytes)
PASSED buildtest.embedded.getArtifactChunkReturnsNullForNonExistentRun
PASSEDbuildtest.embeddede2eCancelDuringPreparationProducesCanceled6159ms
Console output (68 bytes)
PASSED buildtest.embedded.e2eCancelDuringPreparationProducesCanceled
PASSEDbuildtest.embeddedextractProjectNamesFromValidArchive4937ms
Console output (61 bytes)
PASSED buildtest.embedded.extractProjectNamesFromValidArchive
PASSEDbuildtest.embeddeddeletionWorkerProcessesEnqueueDuringActiveProcessing10485ms
Console output (78 bytes)
PASSED buildtest.embedded.deletionWorkerProcessesEnqueueDuringActiveProcessing
PASSEDbuildtest.embeddede2eArtifactCollectionAfterBuild29235ms
Console output (57 bytes)
PASSED buildtest.embedded.e2eArtifactCollectionAfterBuild
PASSEDbuildtest.embeddede2eHeapDumpCompletesBeforeOldSessionClosed32103ms
Console output (68 bytes)
PASSED buildtest.embedded.e2eHeapDumpCompletesBeforeOldSessionClosed
PASSEDbuildtest.embeddedrenewBuildLeaseAuthoritativePerDroplet404MarksNonRenewable2715ms
Console output (84 bytes)
PASSED buildtest.embedded.renewBuildLeaseAuthoritativePerDroplet404MarksNonRenewable
PASSEDbuildtest.embeddedtestProcessRunnerEventMaterializesPendingBuildRuleFromDiscovery2298ms
Console output (89 bytes)
PASSED buildtest.embedded.testProcessRunnerEventMaterializesPendingBuildRuleFromDiscovery
PASSEDbuildtest.embeddede2eCancelWhileRestartRecoveredRunIsAdmissionQueued23931ms
Console output (76 bytes)
PASSED buildtest.embedded.e2eCancelWhileRestartRecoveredRunIsAdmissionQueued
PASSEDbuildtest.embeddede2eCancelDuringSilentBuildPhaseClosesSshSession26448ms
Console output (73 bytes)
PASSED buildtest.embedded.e2eCancelDuringSilentBuildPhaseClosesSshSession
PASSEDbuildtest.embeddedtestInitialPendingResultsWrittenAfterDiscovery8567ms
Console output (72 bytes)
PASSED buildtest.embedded.testInitialPendingResultsWrittenAfterDiscovery
PASSEDbuildtest.embeddede2eUnshardedResumeProvisioningFailureKeepsTestsNotRun10466ms
Console output (79 bytes)
PASSED buildtest.embedded.e2eUnshardedResumeProvisioningFailureKeepsTestsNotRun
PASSEDbuildtest.embeddednoDropletDestroyWhenDropletIdIsZero4858ms
Console output (61 bytes)
PASSED buildtest.embedded.noDropletDestroyWhenDropletIdIsZero
PASSEDbuildtest.embeddeduploadHeapDumpsNoFilesFound14348ms
Console output (53 bytes)
PASSED buildtest.embedded.uploadHeapDumpsNoFilesFound
PASSEDbuildtest.embeddedtestProcessRunnerEventCompletedBeforeStarted2154ms
Console output (70 bytes)
PASSED buildtest.embedded.testProcessRunnerEventCompletedBeforeStarted
PASSEDbuildtest.embeddede2ePreparationFailureProducesBuildLog4010ms
Console output (63 bytes)
PASSED buildtest.embedded.e2ePreparationFailureProducesBuildLog
PASSEDbuildtest.embeddedprocessRunnerEventProjectsTruncatedConsoleLineWithSurvivingIdentity4834ms
Console output (93 bytes)
PASSED buildtest.embedded.processRunnerEventProjectsTruncatedConsoleLineWithSurvivingIdentity
PASSEDbuildtest.embeddedbuildRunImplJsonRoundTrip2428ms
Console output (51 bytes)
PASSED buildtest.embedded.buildRunImplJsonRoundTrip
PASSEDbuildtest.embeddedloadFromDiskBacksRecoveryWorkOffConstructorHotPath7104ms
Console output (76 bytes)
PASSED buildtest.embedded.loadFromDiskBacksRecoveryWorkOffConstructorHotPath
PASSEDbuildtest.embeddedwatchdogDoesNotFailBuildInCompletingStatus2521ms
Console output (68 bytes)
PASSED buildtest.embedded.watchdogDoesNotFailBuildInCompletingStatus
PASSEDbuildtest.embeddedtestResultImplStartedAtJsonRoundTrip1754ms
Console output (62 bytes)
PASSED buildtest.embedded.testResultImplStartedAtJsonRoundTrip
PASSEDbuildtest.embeddede2eShardingTriggersNaturallyAtProductionDefaults30846ms
Console output (74 bytes)
PASSED buildtest.embedded.e2eShardingTriggersNaturallyAtProductionDefaults
PASSEDbuildtest.embeddedexecutionDurationCompletingRestartRecordsDurationsOnce3821ms
Console output (80 bytes)
PASSED buildtest.embedded.executionDurationCompletingRestartRecordsDurationsOnce
PASSEDbuildtest.embeddedtestProcessRunnerEventThrowsOnInvalidJson2956ms
Console output (67 bytes)
PASSED buildtest.embedded.testProcessRunnerEventThrowsOnInvalidJson
PASSEDbuildtest.embeddede2eProvisioningTimeoutFailsBuild20770ms
Console output (58 bytes)
PASSED buildtest.embedded.e2eProvisioningTimeoutFailsBuild
PASSEDbuildtest.embeddedallNonTerminalStatusesAreRecoveredOnRestart5055ms
Console output (69 bytes)
PASSED buildtest.embedded.allNonTerminalStatusesAreRecoveredOnRestart
PASSEDbuildtest.embeddedmanyDistinctRunStatusReadsStayBoundedUnderTightHeap56364ms
Console output (77 bytes)
PASSED buildtest.embedded.manyDistinctRunStatusReadsStayBoundedUnderTightHeap
PASSEDbuildtest.embeddedinstallDependenciesPointsJvmSecurerandomAtUrandom17195ms
Console output (75 bytes)
PASSED buildtest.embedded.installDependenciesPointsJvmSecurerandomAtUrandom
PASSEDbuildtest.embeddedcoldSpoolDrainMarksOneByteOverCapLine17828ms
Console output (63 bytes)
PASSED buildtest.embedded.coldSpoolDrainMarksOneByteOverCapLine
PASSEDbuildtest.embeddedparseMemoryInfoMalformedValueTest3082ms
Console output (59 bytes)
PASSED buildtest.embedded.parseMemoryInfoMalformedValueTest
PASSEDbuildtest.embeddeddropletManagerQuotaLimitFailsAfterBoundedWait4955ms
Console output (71 bytes)
PASSED buildtest.embedded.dropletManagerQuotaLimitFailsAfterBoundedWait
PASSEDbuildtest.embeddedstreamedSnapshotJsonEscapingMatchesJSONObjectQuote2092ms
Console output (76 bytes)
PASSED buildtest.embedded.streamedSnapshotJsonEscapingMatchesJSONObjectQuote
PASSEDbuildtest.embeddedwatchdogRespectsExponentialBackoff2504ms
Console output (60 bytes)
PASSED buildtest.embedded.watchdogRespectsExponentialBackoff
PASSEDbuildtest.embeddedanalyzeArchiveMatchesThreeSeparateFunctions9093ms
Console output (69 bytes)
PASSED buildtest.embedded.analyzeArchiveMatchesThreeSeparateFunctions
PASSEDbuildtest.embeddedwatchdogFallsBackToGlobalTimeoutWhenPerBuildIsNull2361ms
Console output (76 bytes)
PASSED buildtest.embedded.watchdogFallsBackToGlobalTimeoutWhenPerBuildIsNull
PASSEDbuildtest.embeddedtestDiscoveryFromArchiveFindsTestFunctions7805ms
Console output (68 bytes)
PASSED buildtest.embedded.testDiscoveryFromArchiveFindsTestFunctions
PASSEDbuildtest.embeddede2eShardedBuildFailingShardFailsRun27325ms
Console output (61 bytes)
PASSED buildtest.embedded.e2eShardedBuildFailingShardFailsRun
PASSEDbuildtest.embeddedbuildRunImplFailureCategoryJsonRoundTrip1642ms
Console output (66 bytes)
PASSED buildtest.embedded.buildRunImplFailureCategoryJsonRoundTrip
PASSEDbuildtest.embeddeddeletionWorkerStartIsIdempotent2491ms
Console output (57 bytes)
PASSED buildtest.embedded.deletionWorkerStartIsIdempotent
PASSEDbuildtest.embeddedcalculateWholeBuildTimeout_capsAtMaxForLargeTestSuites21553ms
Console output (80 bytes)
PASSED buildtest.embedded.calculateWholeBuildTimeout_capsAtMaxForLargeTestSuites
PASSEDbuildtest.embeddedwatchdogSkipsDropletCheckForBuildsWithoutDroplet2408ms
Console output (74 bytes)
PASSED buildtest.embedded.watchdogSkipsDropletCheckForBuildsWithoutDroplet
PASSEDbuildtest.embeddedshardPlanningRunAllSpecsDetection1985ms
Console output (59 bytes)
PASSED buildtest.embedded.shardPlanningRunAllSpecsDetection
PASSEDbuildtest.embeddedwatchdogTrackedBuildsIsSafeForConcurrentAccess3743ms
Console output (72 bytes)
PASSED buildtest.embedded.watchdogTrackedBuildsIsSafeForConcurrentAccess
PASSEDbuildtest.embeddedwatchdogStopThenStartDoesNotLeakOldThread9564ms
Console output (67 bytes)
PASSED buildtest.embedded.watchdogStopThenStartDoesNotLeakOldThread
PASSEDbuildtest.embeddedanalyzeArchiveDoesNotOomOnOversizedBuildKts8093ms
Console output (69 bytes)
PASSED buildtest.embedded.analyzeArchiveDoesNotOomOnOversizedBuildKts
PASSEDbuildtest.embeddedtestDropletManagerNormalizesBlankSize2734ms
Console output (63 bytes)
PASSED buildtest.embedded.testDropletManagerNormalizesBlankSize
PASSEDbuildtest.embeddedwatchdogDoesNotFailBuildInDestroyingStatus1943ms
Console output (68 bytes)
PASSED buildtest.embedded.watchdogDoesNotFailBuildInDestroyingStatus
PASSEDbuildtest.embeddedextractProjectNamesFallsBackWhenNoBuildKts2026ms
Console output (68 bytes)
PASSED buildtest.embedded.extractProjectNamesFallsBackWhenNoBuildKts
PASSEDbuildtest.embeddedextractProjectNamesHandlesDotSlashPrefix2023ms
Console output (66 bytes)
PASSED buildtest.embedded.extractProjectNamesHandlesDotSlashPrefix
PASSEDbuildtest.embeddede2eTestCountsUpdatedOnExceptionPath25574ms
Console output (61 bytes)
PASSED buildtest.embedded.e2eTestCountsUpdatedOnExceptionPath
PASSEDbuildtest.embeddedbuildKompileCommandSingleTestSpec2016ms
Console output (59 bytes)
PASSED buildtest.embedded.buildKompileCommandSingleTestSpec
PASSEDbuildtest.embeddedadmissionWaitWithoutConsumerHeartbeatSurvivesWhileQueued2831ms
Console output (82 bytes)
PASSED buildtest.embedded.admissionWaitWithoutConsumerHeartbeatSurvivesWhileQueued
PASSEDbuildtest.embeddedadmissionWaitDoesNotConsumeProvisioningBudget11143ms
Console output (71 bytes)
PASSED buildtest.embedded.admissionWaitDoesNotConsumeProvisioningBudget
PASSEDbuildtest.embeddedshardPlanningBalancesByDurationEstimates2853ms
Console output (66 bytes)
PASSED buildtest.embedded.shardPlanningBalancesByDurationEstimates
PASSEDbuildtest.embeddedloadFromDiskRecoversManyRunsWithLargeEventLogsUnderTightHeap8672ms
Console output (86 bytes)
PASSED buildtest.embedded.loadFromDiskRecoversManyRunsWithLargeEventLogsUnderTightHeap
PASSEDbuildtest.embeddedtestProcessRunnerEventConsoleOutputPersistedAndProjected2365ms
Console output (82 bytes)
PASSED buildtest.embedded.testProcessRunnerEventConsoleOutputPersistedAndProjected
PASSEDbuildtest.embeddedtestProcessRunnerEventConsoleOutputForUnknownTest2570ms
Console output (75 bytes)
PASSED buildtest.embedded.testProcessRunnerEventConsoleOutputForUnknownTest
PASSEDbuildtest.embeddedcalculateFileTimeoutMs_ignoresTimeoutInStringLiterals8374ms
Console output (79 bytes)
PASSED buildtest.embedded.calculateFileTimeoutMs_ignoresTimeoutInStringLiterals
PASSEDbuildtest.embeddedorphanedDropletIsEnqueuedForDeletionOnServiceRestart4808ms
Console output (78 bytes)
PASSED buildtest.embedded.orphanedDropletIsEnqueuedForDeletionOnServiceRestart
PASSEDbuildtest.embeddedtestResultImplJsonRoundTripWithDefaults2066ms
Console output (65 bytes)
PASSED buildtest.embedded.testResultImplJsonRoundTripWithDefaults
PASSEDbuildtest.embeddede2eRunnerSurvivesSshChannelDeathMidTestingViaEventSpool37824ms
Console output (81 bytes)
PASSED buildtest.embedded.e2eRunnerSurvivesSshChannelDeathMidTestingViaEventSpool
PASSEDbuildtest.embeddedcalculateWholeBuildTimeout_withFunctionAnnotations9470ms
Console output (76 bytes)
PASSED buildtest.embedded.calculateWholeBuildTimeout_withFunctionAnnotations
PASSEDbuildtest.embeddedmutatingMethodsRejectAdversarialRunIds3386ms
Console output (64 bytes)
PASSED buildtest.embedded.mutatingMethodsRejectAdversarialRunIds
PASSEDbuildtest.embeddedtestProcessRunnerEventRejectsEmptyProjectForMultiProjectRun2717ms
Console output (85 bytes)
PASSED buildtest.embedded.testProcessRunnerEventRejectsEmptyProjectForMultiProjectRun
PASSEDbuildtest.embeddede2eSshExecutorClosedRefusesToReconnect14655ms
Console output (64 bytes)
PASSED buildtest.embedded.e2eSshExecutorClosedRefusesToReconnect
PASSEDbuildtest.embeddedsubmitBuildWithOversizedBuildKtsDoesNotOom10671ms
Console output (68 bytes)
PASSED buildtest.embedded.submitBuildWithOversizedBuildKtsDoesNotOom
PASSEDbuildtest.embeddedsubmitBuildRejectsArchiveWithOnlyFiles3318ms
Console output (64 bytes)
PASSED buildtest.embedded.submitBuildRejectsArchiveWithOnlyFiles
PASSEDbuildtest.embeddedtestDropletManagerRejectsBlankImage2789ms
Console output (61 bytes)
PASSED buildtest.embedded.testDropletManagerRejectsBlankImage
PASSEDbuildtest.embeddedtestGatewayCreateFailureIsNotRetriedByConsumer2950ms
Console output (72 bytes)
PASSED buildtest.embedded.testGatewayCreateFailureIsNotRetriedByConsumer
PASSEDbuildtest.embeddedrecoveredRunsArePersistedToDisk5060ms
Console output (57 bytes)
PASSED buildtest.embedded.recoveredRunsArePersistedToDisk
PASSEDbuildtest.embeddede2eBuildWithHeapDumpCollectsAndUploads25685ms
Console output (64 bytes)
PASSED buildtest.embedded.e2eBuildWithHeapDumpCollectsAndUploads
PASSEDbuildtest.embeddedcalculateWholeBuildTimeout_defaultTimeouts8547ms
Console output (68 bytes)
PASSED buildtest.embedded.calculateWholeBuildTimeout_defaultTimeouts
PASSEDbuildtest.embeddede2eArchiveInProgressBuildThrows24517ms
Console output (57 bytes)
PASSED buildtest.embedded.e2eArchiveInProgressBuildThrows
PASSEDbuildtest.embeddedtestFinalizationIsIdempotent1682ms
Console output (54 bytes)
PASSED buildtest.embedded.testFinalizationIsIdempotent
PASSEDbuildtest.embeddedshardPlanningWeightsNoHistoryTestsByDeclaredTimeout2025ms
Console output (77 bytes)
PASSED buildtest.embedded.shardPlanningWeightsNoHistoryTestsByDeclaredTimeout
PASSEDbuildtest.embeddedexecStreamingSingleOversizeLineIsBoundedInTailAndCallback14890ms
Console output (83 bytes)
PASSED buildtest.embedded.execStreamingSingleOversizeLineIsBoundedInTailAndCallback
PASSEDbuildtest.embeddedsubmitBuildAcceptsValidArchive11264ms
Console output (56 bytes)
PASSED buildtest.embedded.submitBuildAcceptsValidArchive
PASSEDbuildtest.embeddedfinalizeUploadAfterRestartRehydratesSessionAndBuilds11883ms
Console output (78 bytes)
PASSED buildtest.embedded.finalizeUploadAfterRestartRehydratesSessionAndBuilds
PASSEDbuildtest.embeddede2eShardedBuildCleansUpAllDropletsOnSuccess37046ms
Console output (69 bytes)
PASSED buildtest.embedded.e2eShardedBuildCleansUpAllDropletsOnSuccess
PASSEDbuildtest.embeddedendToEndStreamingPipeline19038ms
Console output (51 bytes)
PASSED buildtest.embedded.endToEndStreamingPipeline
PASSEDbuildtest.embeddedcompactedConsoleOutputHandlesEscapedUnicodeAtCutPoints4179ms
Console output (80 bytes)
PASSED buildtest.embedded.compactedConsoleOutputHandlesEscapedUnicodeAtCutPoints
PASSEDbuildtest.embeddede2eWatchdogTimeoutCapturesThreadDumpBeforeHeapDump29389ms
Console output (76 bytes)
PASSED buildtest.embedded.e2eWatchdogTimeoutCapturesThreadDumpBeforeHeapDump
PASSEDbuildtest.embeddedcaptureTimeoutThreadDumpRunsJcmd15922ms
Console output (58 bytes)
PASSED buildtest.embedded.captureTimeoutThreadDumpRunsJcmd
PASSEDbuildtest.embeddedconcurrentSshKeyInitializationGeneratesSingleKeypair5935ms
Console output (78 bytes)
PASSED buildtest.embedded.concurrentSshKeyInitializationGeneratesSingleKeypair
PASSEDbuildtest.embeddedrecoveryDoesNotReprojectAlreadyRecoveredRunOnRestart2987ms
Console output (78 bytes)
PASSED buildtest.embedded.recoveryDoesNotReprojectAlreadyRecoveredRunOnRestart
PASSEDbuildtest.embeddedconcurrentArchivalAndBuildCompletionDoesNotDeadlock10879ms
Console output (77 bytes)
PASSED buildtest.embedded.concurrentArchivalAndBuildCompletionDoesNotDeadlock
PASSEDbuildtest.embeddede2eShardedProvisioningInterruptionRetriesBeforeReportingTests24640ms
Console output (87 bytes)
PASSED buildtest.embedded.e2eShardedProvisioningInterruptionRetriesBeforeReportingTests
PASSEDbuildtest.embeddedprocessRunnerEventTruncatesOversizedFieldlessEntriesBatch4605ms
Console output (83 bytes)
PASSED buildtest.embedded.processRunnerEventTruncatesOversizedFieldlessEntriesBatch
PASSEDbuildtest.embeddeddropletManagerSshKeygenUsesNonBlockingRandom4738ms
Console output (70 bytes)
PASSED buildtest.embedded.dropletManagerSshKeygenUsesNonBlockingRandom
PASSEDbuildtest.embeddedblankTestSpecsAreFilteredOut2241ms
Console output (54 bytes)
PASSED buildtest.embedded.blankTestSpecsAreFilteredOut
PASSEDbuildtest.embeddedwatchdogDoesNotFailProvisioningBuildBeforeFiveMinutes2824ms
Console output (79 bytes)
PASSED buildtest.embedded.watchdogDoesNotFailProvisioningBuildBeforeFiveMinutes
PASSEDbuildtest.embeddedbuildingRunWithDropletInfoIsResumedNotImmediatelyFailed5106ms
Console output (81 bytes)
PASSED buildtest.embedded.buildingRunWithDropletInfoIsResumedNotImmediatelyFailed
PASSEDbuildtest.embeddedbuildRuleProjectionCacheHitPreservesStartedAt2178ms
Console output (71 bytes)
PASSED buildtest.embedded.buildRuleProjectionCacheHitPreservesStartedAt
PASSEDbuildtest.embeddedsubmitBuildRejectsEmptyArchive3447ms
Console output (56 bytes)
PASSED buildtest.embedded.submitBuildRejectsEmptyArchive
PASSEDbuildtest.embeddedgetStatusReadsReflectRewrittenFilesNotStaleCache3233ms
Console output (74 bytes)
PASSED buildtest.embedded.getStatusReadsReflectRewrittenFilesNotStaleCache
PASSEDbuildtest.embeddedgetBuildRunDoesNotBlockWhileAnotherRunIsBeingSaved19211ms
Console output (76 bytes)
PASSED buildtest.embedded.getBuildRunDoesNotBlockWhileAnotherRunIsBeingSaved
PASSEDbuildtest.embeddedcompletedRunWithAllTestsPassingRemainsCompleted3667ms
Console output (73 bytes)
PASSED buildtest.embedded.completedRunWithAllTestsPassingRemainsCompleted
PASSEDbuildtest.embeddedbuildRunImplGitContextBackwardCompatibility2206ms
Console output (69 bytes)
PASSED buildtest.embedded.buildRunImplGitContextBackwardCompatibility
PASSEDbuildtest.embeddedresumeDropletIsEnqueuedForDeletionAfterResumeFailure4958ms
Console output (78 bytes)
PASSED buildtest.embedded.resumeDropletIsEnqueuedForDeletionAfterResumeFailure
PASSEDbuildtest.embeddede2eShardedBuildRecordsPerRunDropletDetail52106ms
Console output (67 bytes)
PASSED buildtest.embedded.e2eShardedBuildRecordsPerRunDropletDetail
PASSEDbuildtest.embeddedcheckDropletAliveTreatsOffDropletAsDead1825ms
Console output (65 bytes)
PASSED buildtest.embedded.checkDropletAliveTreatsOffDropletAsDead
PASSEDbuildtest.embeddedbuildRuleProjectionCollapsesCacheHitDuplicates1848ms
Console output (72 bytes)
PASSED buildtest.embedded.buildRuleProjectionCollapsesCacheHitDuplicates
PASSEDbuildtest.embeddedprocessRunnerEventCompactsConsoleLineOneCharOverFullOutputThreshold2957ms
Console output (93 bytes)
PASSED buildtest.embedded.processRunnerEventCompactsConsoleLineOneCharOverFullOutputThreshold
PASSEDbuildtest.embeddedcompletedRunWithFailedTestsIsCorrectedToFailedOnRestart3051ms
Console output (81 bytes)
PASSED buildtest.embedded.completedRunWithFailedTestsIsCorrectedToFailedOnRestart
PASSEDbuildtest.embeddedrecoverySelfAssemblesFinalizedUploadWithoutClientRetry20890ms
Console output (80 bytes)
PASSED buildtest.embedded.recoverySelfAssemblesFinalizedUploadWithoutClientRetry
FAILEDbuildtest.embeddede2eTestFailureErrorMessageDoesNotSayBuildFailed33197msjava.lang.RuntimeException: Test 'e2eTestFailureErrorMessageDoesNotSayBuildFailed' timed out after 30000ms, stuck at: buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.waitForBuildCompletion(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:74) at kompile.WorkspaceKt.executeTestInSeparateJvm(Workspace.kt:1651) at kompile.WorkspaceKt.runTests$lambda$77$lambda$76(Workspace.kt:2455) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583)
Console output (37446 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] WARNING: Admission configuration: dropletLimit=0, active=false; fleet admission control is disabled
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Build submitted: runId=6151f79b, label=msg-build, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=316)
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
warning: test rule 'msg.project.buildMaven' at /tmp/buildscript-parse-10333009290969755763/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
[BuildTestService] Calculated whole-build timeout: 30 minutes from 0 test(s) (total test time: 0s, buffer: 30 min)
[BuildTestService] Build 6151f79b: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3, nyc3
[DropletManager] Creating droplet: name=buildtest-6151f79b, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Droplet created: id=1, name=buildtest-6151f79b, status=active, region=sfo3
[DropletManager] Waiting for droplet 1 to become active...
[DropletManager] Droplet 1 is active at 127.0.0.2
[DropletManager] Generating new RSA-2048 key pair...
2026-07-12 20:14:33
Full thread dump OpenJDK 64-Bit Server VM (21.0.11+10-1-24.04.2-Ubuntu mixed mode, sharing):

Threads class SMR info:
_java_thread_list=0x000072cbec0028f0, length=22, elements={
0x000072cc7c01be50, 0x000072cc7c0b8470, 0x000072cc7c0b99f0, 0x000072cc7c0bb1a0,
0x000072cc7c0bc7f0, 0x000072cc7c0bdda0, 0x000072cc7c0bf8f0, 0x000072cc7c0c0fc0,
0x000072cc7c0cd8d0, 0x000072cc7c0d0bf0, 0x000072cc7c76d5e0, 0x000072cc7c774240,
0x000072cc7c79d020, 0x000072cc7c7b0860, 0x000072cc7c7c7310, 0x000072cc7c7c92b0,
0x000072cc7c7ca460, 0x000072cc7c8771f0, 0x000072cc50005c00, 0x000072cc501263c0,
0x000072cc507a78b0, 0x000072cbec0017c0
}

"main" #1 [60890] prio=5 os_prio=0 cpu=2739.52ms elapsed=32.56s tid=0x000072cc7c01be50 nid=60890 waiting on condition  [0x000072cc81bfd000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.waitForBuildCompletion(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:74)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:262)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:252)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.withTestArchive(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:230)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:252)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:251)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.withE2eService(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:177)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.e2eTestFailureErrorMessageDoesNotSayBuildFailed(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:251)
	at java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.base@21.0.11/DirectMethodHandle$Holder)
	at java.lang.invoke.LambdaForm$MH/0x000072cc08004800.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:153)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	at java.lang.invoke.LambdaForm$DMH/0x000072cc08001800.invokeStatic(java.base@21.0.11/LambdaForm$DMH)
	at java.lang.invoke.LambdaForm$MH/0x000072cc08004000.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:154)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)

"Reference Handler" #9 [60901] daemon prio=10 os_prio=0 cpu=1.65ms elapsed=32.35s tid=0x000072cc7c0b8470 nid=60901 waiting on condition  [0x000072cc807a5000]
   java.lang.Thread.State: RUNNABLE
	at java.lang.ref.Reference.waitForReferencePendingList(java.base@21.0.11/Native Method)
	at java.lang.ref.Reference.processPendingReferences(java.base@21.0.11/Reference.java:246)
	at java.lang.ref.Reference$ReferenceHandler.run(java.base@21.0.11/Reference.java:208)

"Finalizer" #10 [60902] daemon prio=8 os_prio=0 cpu=0.39ms elapsed=32.35s tid=0x000072cc7c0b99f0 nid=60902 in Object.wait()  [0x000072cc806a5000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8818120> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.lang.ref.NativeReferenceQueue.await(java.base@21.0.11/NativeReferenceQueue.java:48)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:158)
	at java.lang.ref.NativeReferenceQueue.remove(java.base@21.0.11/NativeReferenceQueue.java:89)
	- locked <0x00000000f8818120> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.ref.Finalizer$FinalizerThread.run(java.base@21.0.11/Finalizer.java:173)

"Signal Dispatcher" #11 [60903] daemon prio=9 os_prio=0 cpu=0.71ms elapsed=32.34s tid=0x000072cc7c0bb1a0 nid=60903 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Service Thread" #12 [60904] daemon prio=9 os_prio=0 cpu=1.00ms elapsed=32.33s tid=0x000072cc7c0bc7f0 nid=60904 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Monitor Deflation Thread" #13 [60906] daemon prio=9 os_prio=0 cpu=10.22ms elapsed=32.33s tid=0x000072cc7c0bdda0 nid=60906 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #14 [60907] daemon prio=9 os_prio=0 cpu=2802.86ms elapsed=32.32s tid=0x000072cc7c0bf8f0 nid=60907 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   Compiling: 2062       4       java.math.BigInteger::montgomerySquare (49 bytes)

"C1 CompilerThread0" #15 [60909] daemon prio=9 os_prio=0 cpu=1180.50ms elapsed=32.31s tid=0x000072cc7c0c0fc0 nid=60909 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   No compile task

"Notification Thread" #16 [60914] daemon prio=9 os_prio=0 cpu=0.29ms elapsed=32.15s tid=0x000072cc7c0cd8d0 nid=60914 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" #17 [60915] daemon prio=8 os_prio=0 cpu=0.78ms elapsed=32.12s tid=0x000072cc7c0d0bf0 nid=60915 waiting on condition  [0x000072cc646fe000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8818248> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1886)
	at java.lang.ref.ReferenceQueue.await(java.base@21.0.11/ReferenceQueue.java:71)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(java.base@21.0.11/ReferenceQueue.java:218)
	at jdk.internal.ref.CleanerImpl.run(java.base@21.0.11/CleanerImpl.java:140)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Thread-0" #20 [61028] daemon prio=5 os_prio=0 cpu=1.07ms elapsed=15.09s tid=0x000072cc7c76d5e0 nid=61028 runnable  [0x000072cc644fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[5b247367](port=0)-timer-thread-1" #21 [61029] daemon prio=5 os_prio=0 cpu=3.31ms elapsed=15.03s tid=0x000072cc7c774240 nid=61029 waiting on condition  [0x000072cc643fd000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8eaa4e8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Timer-0" #22 [61030] daemon prio=5 os_prio=0 cpu=0.41ms elapsed=13.99s tid=0x000072cc7c79d020 nid=61030 in Object.wait()  [0x000072cc642fd000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8eaa7b8> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:537)
	- locked <0x00000000f8eaa7b8> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"Timer-1" #23 [61031] daemon prio=5 os_prio=0 cpu=0.26ms elapsed=13.94s tid=0x000072cc7c7b0860 nid=61031 in Object.wait()  [0x000072cc641fd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8eaa8c0> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:563)
	- locked <0x00000000f8eaa8c0> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"deletion-worker" #26 [61041] daemon prio=5 os_prio=0 cpu=0.44ms elapsed=13.65s tid=0x000072cc7c7c7310 nid=61041 in Object.wait()  [0x000072cc55ffe000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8e07730> (a java.lang.Object)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at buildtest.embedded.DeletionWorker.run(DeletionWorker.kt:120)
	- locked <0x00000000f8e07730> (a java.lang.Object)
	at buildtest.embedded.DeletionWorker$$Lambda/0x000072cc0814db48.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"build-watchdog" #27 [61042] daemon prio=5 os_prio=0 cpu=9.80ms elapsed=13.64s tid=0x000072cc7c7c92b0 nid=61042 waiting on condition  [0x000072cc55efe000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fa6003f8> (a java.util.concurrent.CountDownLatch$Sync)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:221)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@21.0.11/AbstractQueuedSynchronizer.java:788)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(java.base@21.0.11/AbstractQueuedSynchronizer.java:1133)
	at java.util.concurrent.CountDownLatch.await(java.base@21.0.11/CountDownLatch.java:230)
	at buildtest.embedded.BuildWatchdogKt.clockSleep(BuildWatchdog.kt:114)
	at buildtest.embedded.BuildWatchdog.loop(BuildWatchdog.kt:665)
	at buildtest.embedded.BuildWatchdog.start$lambda$5$lambda$3(BuildWatchdog.kt:224)
	at buildtest.embedded.BuildWatchdog$$Lambda/0x000072cc0814dd70.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"buildtest-auto-archive" #24 [61043] daemon prio=5 os_prio=0 cpu=2.21ms elapsed=13.64s tid=0x000072cc7c7ca460 nid=61043 waiting on condition  [0x000072cc55dfe000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.BuildTestEmbeddedService.archiveThread$lambda$26(BuildTestEmbeddedService.kt:792)
	at buildtest.embedded.BuildTestEmbeddedService$$Lambda/0x000072cc0814c848.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"ForkJoinPool-1-worker-1" #29 [61044] daemon prio=5 os_prio=0 cpu=1986.65ms elapsed=13.42s tid=0x000072cc7c8771f0  [0x000072cc55cfc000]
   Carrying virtual thread #28
	at jdk.internal.vm.Continuation.run(java.base@21.0.11/Continuation.java:248)
	at java.lang.VirtualThread.runContinuation(java.base@21.0.11/VirtualThread.java:245)
	at java.lang.VirtualThread$$Lambda/0x000072cc080ba070.run(java.base@21.0.11/Unknown Source)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(java.base@21.0.11/ForkJoinTask.java:1423)
	at java.util.concurrent.ForkJoinTask.doExec(java.base@21.0.11/ForkJoinTask.java:387)
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(java.base@21.0.11/ForkJoinPool.java:1312)
	at java.util.concurrent.ForkJoinPool.scan(java.base@21.0.11/ForkJoinPool.java:1843)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1808)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"ForkJoinPool-1-worker-2" #30 [61045] daemon prio=5 os_prio=0 cpu=72.63ms elapsed=13.41s tid=0x000072cc50005c00 nid=61045 waiting on condition  [0x000072cc55bfe000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fa61e268> (a java.util.concurrent.ForkJoinPool)
	at java.util.concurrent.locks.LockSupport.parkUntil(java.base@21.0.11/LockSupport.java:449)
	at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.11/ForkJoinPool.java:1891)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1809)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"Thread-6" #31 [61133] daemon prio=5 os_prio=0 cpu=0.36ms elapsed=3.29s tid=0x000072cc501263c0 nid=61133 runnable  [0x000072cc55afe000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[5c4d1c48](port=35087)-timer-thread-1" #32 [61134] daemon prio=5 os_prio=0 cpu=0.74ms elapsed=3.27s tid=0x000072cc507a78b0 nid=61134 waiting on condition  [0x000072cc559fe000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fae93520> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Attach Listener" #33 [61178] daemon prio=9 os_prio=0 cpu=0.68ms elapsed=0.39s tid=0x000072cbec0017c0 nid=61178 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"GC Thread#1" os_prio=0 cpu=64.61ms elapsed=30.50s tid=0x000072cbfc006120 nid=60924 runnable  

"VM Thread" os_prio=0 cpu=24.47ms elapsed=32.42s tid=0x000072cc7c0ac930 nid=60899 runnable  

"VM Periodic Task Thread" os_prio=0 cpu=45.34ms elapsed=32.46s tid=0x000072cc7c09b0f0 nid=60898 waiting on condition  

"G1 Service" os_prio=0 cpu=4.70ms elapsed=32.52s tid=0x000072cc7c082420 nid=60897 runnable  

"G1 Refine#0" os_prio=0 cpu=30.17ms elapsed=32.53s tid=0x000072cc7c081450 nid=60896 runnable  

"G1 Conc#0" os_prio=0 cpu=33.23ms elapsed=32.53s tid=0x000072cc7c03fc60 nid=60895 runnable  

"G1 Main Marker" os_prio=0 cpu=0.48ms elapsed=32.54s tid=0x000072cc7c03ecb0 nid=60894 runnable  

"GC Thread#0" os_prio=0 cpu=46.29ms elapsed=32.54s tid=0x000072cc7c03c6d0 nid=60893 runnable  

JNI global refs: 14, weak refs: 0

Heap
 garbage-first heap   total 65536K, used 47137K [0x00000000f8000000, 0x0000000100000000)
  region size 1024K, 31 young (31744K), 2 survivors (2048K)
 Metaspace       used 25969K, committed 26176K, reserved 1114112K
  class space    used 3439K, committed 3520K, reserved 1048576K

TIMEOUT: Process timed out after 30s
[JSTACK THREAD DUMPS BEGIN]
2026-07-12 20:14:33
Full thread dump OpenJDK 64-Bit Server VM (21.0.11+10-1-24.04.2-Ubuntu mixed mode, sharing):

Threads class SMR info:
_java_thread_list=0x000072cbec0028f0, length=22, elements={
0x000072cc7c01be50, 0x000072cc7c0b8470, 0x000072cc7c0b99f0, 0x000072cc7c0bb1a0,
0x000072cc7c0bc7f0, 0x000072cc7c0bdda0, 0x000072cc7c0bf8f0, 0x000072cc7c0c0fc0,
0x000072cc7c0cd8d0, 0x000072cc7c0d0bf0, 0x000072cc7c76d5e0, 0x000072cc7c774240,
0x000072cc7c79d020, 0x000072cc7c7b0860, 0x000072cc7c7c7310, 0x000072cc7c7c92b0,
0x000072cc7c7ca460, 0x000072cc7c8771f0, 0x000072cc50005c00, 0x000072cc501263c0,
0x000072cc507a78b0, 0x000072cbec0017c0
}

"main" #1 [60890] prio=5 os_prio=0 cpu=2739.52ms elapsed=32.29s tid=0x000072cc7c01be50 nid=60890 waiting on condition  [0x000072cc81bfd000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.waitForBuildCompletion(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:74)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:262)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:252)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.withTestArchive(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:230)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:252)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt$e2eTestFailureErrorMessageDoesNotSayBuildFailed$1.invoke(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:251)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.withE2eService(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:177)
	at buildtest.embedded.E2eTestFailureErrorMessageDoesNotSayBuildFailedKt.e2eTestFailureErrorMessageDoesNotSayBuildFailed(e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:251)
	at java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.base@21.0.11/DirectMethodHandle$Holder)
	at java.lang.invoke.LambdaForm$MH/0x000072cc08004800.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:153)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	at java.lang.invoke.LambdaForm$DMH/0x000072cc08001800.invokeStatic(java.base@21.0.11/LambdaForm$DMH)
	at java.lang.invoke.LambdaForm$MH/0x000072cc08004000.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:154)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)

"Reference Handler" #9 [60901] daemon prio=10 os_prio=0 cpu=1.65ms elapsed=32.08s tid=0x000072cc7c0b8470 nid=60901 waiting on condition  [0x000072cc807a5000]
   java.lang.Thread.State: RUNNABLE
	at java.lang.ref.Reference.waitForReferencePendingList(java.base@21.0.11/Native Method)
	at java.lang.ref.Reference.processPendingReferences(java.base@21.0.11/Reference.java:246)
	at java.lang.ref.Reference$ReferenceHandler.run(java.base@21.0.11/Reference.java:208)

"Finalizer" #10 [60902] daemon prio=8 os_prio=0 cpu=0.39ms elapsed=32.08s tid=0x000072cc7c0b99f0 nid=60902 in Object.wait()  [0x000072cc806a5000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8818120> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.lang.ref.NativeReferenceQueue.await(java.base@21.0.11/NativeReferenceQueue.java:48)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:158)
	at java.lang.ref.NativeReferenceQueue.remove(java.base@21.0.11/NativeReferenceQueue.java:89)
	- locked <0x00000000f8818120> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.ref.Finalizer$FinalizerThread.run(java.base@21.0.11/Finalizer.java:173)

"Signal Dispatcher" #11 [60903] daemon prio=9 os_prio=0 cpu=0.68ms elapsed=32.07s tid=0x000072cc7c0bb1a0 nid=60903 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Service Thread" #12 [60904] daemon prio=9 os_prio=0 cpu=1.00ms elapsed=32.06s tid=0x000072cc7c0bc7f0 nid=60904 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Monitor Deflation Thread" #13 [60906] daemon prio=9 os_prio=0 cpu=10.20ms elapsed=32.05s tid=0x000072cc7c0bdda0 nid=60906 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #14 [60907] daemon prio=9 os_prio=0 cpu=2763.03ms elapsed=32.05s tid=0x000072cc7c0bf8f0 nid=60907 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   Compiling: 2039       4       java.math.MutableBigInteger::divideMagnitude (1297 bytes)

"C1 CompilerThread0" #15 [60909] daemon prio=9 os_prio=0 cpu=1174.96ms elapsed=32.03s tid=0x000072cc7c0c0fc0 nid=60909 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   Compiling: 2073 %     3       java.math.BigInteger::oddModPow @ 530 (795 bytes)

"Notification Thread" #16 [60914] daemon prio=9 os_prio=0 cpu=0.29ms elapsed=31.88s tid=0x000072cc7c0cd8d0 nid=60914 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" #17 [60915] daemon prio=8 os_prio=0 cpu=0.78ms elapsed=31.85s tid=0x000072cc7c0d0bf0 nid=60915 waiting on condition  [0x000072cc646fe000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8818248> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1886)
	at java.lang.ref.ReferenceQueue.await(java.base@21.0.11/ReferenceQueue.java:71)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(java.base@21.0.11/ReferenceQueue.java:218)
	at jdk.internal.ref.CleanerImpl.run(java.base@21.0.11/CleanerImpl.java:140)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Thread-0" #20 [61028] daemon prio=5 os_prio=0 cpu=1.07ms elapsed=14.81s tid=0x000072cc7c76d5e0 nid=61028 runnable  [0x000072cc644fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[5b247367](port=0)-timer-thread-1" #21 [61029] daemon prio=5 os_prio=0 cpu=3.16ms elapsed=14.76s tid=0x000072cc7c774240 nid=61029 waiting on condition  [0x000072cc643fd000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8eaa4e8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Timer-0" #22 [61030] daemon prio=5 os_prio=0 cpu=0.41ms elapsed=13.72s tid=0x000072cc7c79d020 nid=61030 in Object.wait()  [0x000072cc642fd000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8eaa7b8> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:537)
	- locked <0x00000000f8eaa7b8> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"Timer-1" #23 [61031] daemon prio=5 os_prio=0 cpu=0.26ms elapsed=13.67s tid=0x000072cc7c7b0860 nid=61031 in Object.wait()  [0x000072cc641fd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8eaa8c0> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:563)
	- locked <0x00000000f8eaa8c0> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"deletion-worker" #26 [61041] daemon prio=5 os_prio=0 cpu=0.44ms elapsed=13.38s tid=0x000072cc7c7c7310 nid=61041 in Object.wait()  [0x000072cc55ffe000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8e07730> (a java.lang.Object)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at buildtest.embedded.DeletionWorker.run(DeletionWorker.kt:120)
	- locked <0x00000000f8e07730> (a java.lang.Object)
	at buildtest.embedded.DeletionWorker$$Lambda/0x000072cc0814db48.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"build-watchdog" #27 [61042] daemon prio=5 os_prio=0 cpu=9.80ms elapsed=13.37s tid=0x000072cc7c7c92b0 nid=61042 waiting on condition  [0x000072cc55efe000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fa6003f8> (a java.util.concurrent.CountDownLatch$Sync)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:221)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@21.0.11/AbstractQueuedSynchronizer.java:788)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(java.base@21.0.11/AbstractQueuedSynchronizer.java:1133)
	at java.util.concurrent.CountDownLatch.await(java.base@21.0.11/CountDownLatch.java:230)
	at buildtest.embedded.BuildWatchdogKt.clockSleep(BuildWatchdog.kt:114)
	at buildtest.embedded.BuildWatchdog.loop(BuildWatchdog.kt:665)
	at buildtest.embedded.BuildWatchdog.start$lambda$5$lambda$3(BuildWatchdog.kt:224)
	at buildtest.embedded.BuildWatchdog$$Lambda/0x000072cc0814dd70.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"buildtest-auto-archive" #24 [61043] daemon prio=5 os_prio=0 cpu=2.21ms elapsed=13.37s tid=0x000072cc7c7ca460 nid=61043 waiting on condition  [0x000072cc55dfe000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.BuildTestEmbeddedService.archiveThread$lambda$26(BuildTestEmbeddedService.kt:792)
	at buildtest.embedded.BuildTestEmbeddedService$$Lambda/0x000072cc0814c848.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"ForkJoinPool-1-worker-1" #29 [61044] daemon prio=5 os_prio=0 cpu=1949.60ms elapsed=13.15s tid=0x000072cc7c8771f0  [0x000072cc55cfc000]
   Carrying virtual thread #28
	at jdk.internal.vm.Continuation.run(java.base@21.0.11/Continuation.java:248)
	at java.lang.VirtualThread.runContinuation(java.base@21.0.11/VirtualThread.java:245)
	at java.lang.VirtualThread$$Lambda/0x000072cc080ba070.run(java.base@21.0.11/Unknown Source)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(java.base@21.0.11/ForkJoinTask.java:1423)
	at java.util.concurrent.ForkJoinTask.doExec(java.base@21.0.11/ForkJoinTask.java:387)
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(java.base@21.0.11/ForkJoinPool.java:1312)
	at java.util.concurrent.ForkJoinPool.scan(java.base@21.0.11/ForkJoinPool.java:1843)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1808)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"ForkJoinPool-1-worker-2" #30 [61045] daemon prio=5 os_prio=0 cpu=72.38ms elapsed=13.14s tid=0x000072cc50005c00 nid=61045 waiting on condition  [0x000072cc55bfe000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fa61e268> (a java.util.concurrent.ForkJoinPool)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.11/ForkJoinPool.java:1893)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1809)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"Thread-6" #31 [61133] daemon prio=5 os_prio=0 cpu=0.36ms elapsed=3.02s tid=0x000072cc501263c0 nid=61133 runnable  [0x000072cc55afe000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[5c4d1c48](port=35087)-timer-thread-1" #32 [61134] daemon prio=5 os_prio=0 cpu=0.63ms elapsed=3.00s tid=0x000072cc507a78b0 nid=61134 runnable  [0x000072cc559fe000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fae93520> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Attach Listener" #33 [61178] daemon prio=9 os_prio=0 cpu=0.50ms elapsed=0.11s tid=0x000072cbec0017c0 nid=61178 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"GC Thread#1" os_prio=0 cpu=64.61ms elapsed=30.23s tid=0x000072cbfc006120 nid=60924 runnable  

"VM Thread" os_prio=0 cpu=22.46ms elapsed=32.14s tid=0x000072cc7c0ac930 nid=60899 runnable  

"VM Periodic Task Thread" os_prio=0 cpu=45.17ms elapsed=32.18s tid=0x000072cc7c09b0f0 nid=60898 waiting on condition  

"G1 Service" os_prio=0 cpu=4.66ms elapsed=32.25s tid=0x000072cc7c082420 nid=60897 runnable  

"G1 Refine#0" os_prio=0 cpu=30.07ms elapsed=32.25s tid=0x000072cc7c081450 nid=60896 runnable  

"G1 Conc#0" os_prio=0 cpu=33.23ms elapsed=32.26s tid=0x000072cc7c03fc60 nid=60895 runnable  

"G1 Main Marker" os_prio=0 cpu=0.48ms elapsed=32.26s tid=0x000072cc7c03ecb0 nid=60894 runnable  

"GC Thread#0" os_prio=0 cpu=46.29ms elapsed=32.27s tid=0x000072cc7c03c6d0 nid=60893 runnable  

JNI global refs: 14, weak refs: 0

[JSTACK THREAD DUMPS END]
PASSEDbuildtest.embeddede2eWatchdogProcessesMultipleStaleBuildsInParallel40995ms
Console output (75 bytes)
PASSED buildtest.embedded.e2eWatchdogProcessesMultipleStaleBuildsInParallel
PASSEDbuildtest.embeddedcalculateWholeBuildTimeout_withFileAnnotations13965ms
Console output (72 bytes)
PASSED buildtest.embedded.calculateWholeBuildTimeout_withFileAnnotations
PASSEDbuildtest.embeddedlistBuildRunsNeverReturnsArchivedRunsDuringConcurrentArchival9313ms
Console output (87 bytes)
PASSED buildtest.embedded.listBuildRunsNeverReturnsArchivedRunsDuringConcurrentArchival
PASSEDbuildtest.embeddedwatchdogPersistsAndRestoresState3870ms
Console output (58 bytes)
PASSED buildtest.embedded.watchdogPersistsAndRestoresState
PASSEDbuildtest.embeddedtestPeakMemoryRunnerEventsPersistInProjections4138ms
Console output (72 bytes)
PASSED buildtest.embedded.testPeakMemoryRunnerEventsPersistInProjections
PASSEDbuildtest.embeddedextractProjectNamesLongDirNameNotCorrupted19379ms
Console output (68 bytes)
PASSED buildtest.embedded.extractProjectNamesLongDirNameNotCorrupted
PASSEDbuildtest.embeddedparseMemoryInfoTypicalOutputTest2698ms
Console output (58 bytes)
PASSED buildtest.embedded.parseMemoryInfoTypicalOutputTest
PASSEDbuildtest.embeddeddiscoverTestsWithTimeoutsDoesNotExtractEntryOutsideTempDir8358ms
Console output (84 bytes)
PASSED buildtest.embedded.discoverTestsWithTimeoutsDoesNotExtractEntryOutsideTempDir
PASSEDbuildtest.embeddedtestFilteredOutPendingTestsMarkedFilteredOut2055ms
Console output (70 bytes)
PASSED buildtest.embedded.testFilteredOutPendingTestsMarkedFilteredOut
PASSEDbuildtest.embeddedarchivedRunStartupRecoveryFinalizesCountsWithoutHeapResidency2497ms
Console output (87 bytes)
PASSED buildtest.embedded.archivedRunStartupRecoveryFinalizesCountsWithoutHeapResidency
PASSEDbuildtest.embeddedwatchdogProvisioningProgressSurvivesServiceRestart1914ms
Console output (76 bytes)
PASSED buildtest.embedded.watchdogProvisioningProgressSurvivesServiceRestart
PASSEDbuildtest.embeddede2eFullBuildLifecycleHappyPath25274ms
Console output (56 bytes)
PASSED buildtest.embedded.e2eFullBuildLifecycleHappyPath
PASSEDbuildtest.embeddede2eListBuildRunsDuringActiveBuild28101ms
Console output (59 bytes)
PASSED buildtest.embedded.e2eListBuildRunsDuringActiveBuild
PASSEDbuildtest.embeddede2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds19192ms
Console output (84 bytes)
PASSED buildtest.embedded.e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds
PASSEDbuildtest.embeddedtestDiscoveryFromArchiveHandlesTestsDirectory7706ms
Console output (71 bytes)
PASSED buildtest.embedded.testDiscoveryFromArchiveHandlesTestsDirectory
PASSEDbuildtest.embeddedrenewBuildLeaseCallsDropletServiceForActiveRun5718ms
Console output (72 bytes)
PASSED buildtest.embedded.renewBuildLeaseCallsDropletServiceForActiveRun
PASSEDbuildtest.embeddede2eSshExecutorReconnectsAfterChannelFailure16919ms
Console output (69 bytes)
PASSED buildtest.embedded.e2eSshExecutorReconnectsAfterChannelFailure
PASSEDbuildtest.embeddedperftestGitContextForRunPrefersStructuredContext1889ms
Console output (74 bytes)
PASSED buildtest.embedded.perftestGitContextForRunPrefersStructuredContext
PASSEDbuildtest.embeddedgetExecutionDurationStatsDoesNotRetainEverySampleUnderTightHeap23890ms
Console output (89 bytes)
PASSED buildtest.embedded.getExecutionDurationStatsDoesNotRetainEverySampleUnderTightHeap
PASSEDbuildtest.embeddedperftestDispatcherResolvesMergeBaseAcrossShaNamedTopLevelDirs35542ms
Console output (87 bytes)
PASSED buildtest.embedded.perftestDispatcherResolvesMergeBaseAcrossShaNamedTopLevelDirs
PASSEDbuildtest.embeddeddropletManagerUsesFirstRegionWhenItSucceeds5205ms
Console output (69 bytes)
PASSED buildtest.embedded.dropletManagerUsesFirstRegionWhenItSucceeds
PASSEDbuildtest.embeddedrenewBuildLeaseTransient404StillCleansPrunedDroplet2104ms
Console output (77 bytes)
PASSED buildtest.embedded.renewBuildLeaseTransient404StillCleansPrunedDroplet
PASSEDbuildtest.embeddedstreamedLineCapTracksConsoleCompactionThreshold1961ms
Console output (73 bytes)
PASSED buildtest.embedded.streamedLineCapTracksConsoleCompactionThreshold
PASSEDbuildtest.embeddedtestProcessRunnerEventHandlesMultipleProjects1967ms
Console output (71 bytes)
PASSED buildtest.embedded.testProcessRunnerEventHandlesMultipleProjects
PASSEDbuildtest.embeddedxmlResultsPreservesEarlierTestStartedAt1521ms
Console output (65 bytes)
PASSED buildtest.embedded.xmlResultsPreservesEarlierTestStartedAt
PASSEDbuildtest.embeddede2eResumeFromInstallingRerunsFullBuild16201ms
Console output (64 bytes)
PASSED buildtest.embedded.e2eResumeFromInstallingRerunsFullBuild
PASSEDbuildtest.embeddedcalculateFileTimeoutMs_ignoresTimeoutInLineComments6637ms
Console output (77 bytes)
PASSED buildtest.embedded.calculateFileTimeoutMs_ignoresTimeoutInLineComments
PASSEDbuildtest.embeddedprocessRunnerEventProjectionMatchesColdReplay3109ms
Console output (71 bytes)
PASSED buildtest.embedded.processRunnerEventProjectionMatchesColdReplay
PASSEDbuildtest.embeddedmixedTerminalAndNonTerminalRunsHandledCorrectly4749ms
Console output (73 bytes)
PASSED buildtest.embedded.mixedTerminalAndNonTerminalRunsHandledCorrectly
PASSEDbuildtest.embeddedstreamingEventsForManyRunsDoesNotPinProjectionsUnderTightHeap32734ms
Console output (87 bytes)
PASSED buildtest.embedded.streamingEventsForManyRunsDoesNotPinProjectionsUnderTightHeap
PASSEDbuildtest.embeddedgetTestResultsPaginatedReturnsBoundedPage3173ms
Console output (67 bytes)
PASSED buildtest.embedded.getTestResultsPaginatedReturnsBoundedPage
PASSEDbuildtest.embeddedincrementalBuildLogAppendMode1739ms
Console output (55 bytes)
PASSED buildtest.embedded.incrementalBuildLogAppendMode
PASSEDbuildtest.embeddedquotaSaturatedRunExposesPendingReason8965ms
Console output (63 bytes)
PASSED buildtest.embedded.quotaSaturatedRunExposesPendingReason
PASSEDbuildtest.embeddede2eResumeFromPendingReprovisionsFromArchive17597ms
Console output (69 bytes)
PASSED buildtest.embedded.e2eResumeFromPendingReprovisionsFromArchive
PASSEDbuildtest.embeddedwatchdogDestroysDropletForStaleBuild2354ms
Console output (62 bytes)
PASSED buildtest.embedded.watchdogDestroysDropletForStaleBuild
PASSEDbuildtest.embeddedsubmitBuildAlwaysReturnsPendingEvenWhenBackgroundFailsFast5139ms
Console output (84 bytes)
PASSED buildtest.embedded.submitBuildAlwaysReturnsPendingEvenWhenBackgroundFailsFast
PASSEDbuildtest.embeddedwatchdogFailsShardedRunWhenAnyShardDropletDies2240ms
Console output (72 bytes)
PASSED buildtest.embedded.watchdogFailsShardedRunWhenAnyShardDropletDies
PASSEDbuildtest.embeddedparseMemoryInfoZeroSwapTest1920ms
Console output (53 bytes)
PASSED buildtest.embedded.parseMemoryInfoZeroSwapTest
PASSEDbuildtest.embeddedcorruptArchivedRunJsonDegradesToNotFound2463ms
Console output (66 bytes)
PASSED buildtest.embedded.corruptArchivedRunJsonDegradesToNotFound
PASSEDbuildtest.embeddedtestProcessRunnerEventTestStartedPopulatesStartedAt1959ms
Console output (77 bytes)
PASSED buildtest.embedded.testProcessRunnerEventTestStartedPopulatesStartedAt
PASSEDbuildtest.embeddede2eFailStaleBuildInterruptsBuildThread24059ms
Console output (64 bytes)
PASSED buildtest.embedded.e2eFailStaleBuildInterruptsBuildThread
PASSEDbuildtest.embeddedbuildRunnerCommandSpoolsEventStreamDurably1797ms
Console output (68 bytes)
PASSED buildtest.embedded.buildRunnerCommandSpoolsEventStreamDurably
PASSEDbuildtest.embeddedtestDropletManagerRejectsBlankRegions2223ms
Console output (63 bytes)
PASSED buildtest.embedded.testDropletManagerRejectsBlankRegions
FAILEDbuildtest.embeddede2eRateLimitExhaustionRequeuesInsteadOfHardFailing71690msjava.lang.AssertionError: The build must complete after the structured rate-limit reset; createCalls=2, status=PENDING, error='', log='[2030-07-11 11:33:20] Provisioning DigitalOcean droplet... [2030-07-11 11:33:20] provisioning_failure runId=0b4a2700 shardIndex=0 shardCount=1 method=createBuildDroplet attempt=1 maxAttempts=3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING action=exhausted error=DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0. [2030-07-11 11:33:20] Allocation capacity unavailable; requeueing build as PENDING: ProvisioningFailureException: Provisioning failed for runId=0b4a2700 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0. | DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0. | IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0. [2030-07-11 11:33:30] Provisioning DigitalOcean droplet... [2030-07-11 11:33:30] provisioning_failure runId=0b4a2700 shardIndex=0 shardCount=1 method=createBuildDroplet attempt=1 maxAttempts=3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING action=exhausted error=DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0. [2030-07-11 11:33:30] Allocation capacity unavailable; requeueing build as PENDING: ProvisioningFailureException: Provisioning failed for runId=0b4a2700 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0. | DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0. | IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0. '.. Expected <COMPLETED>, actual <PENDING>. at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652) at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11) at kotlin.test.Asserter$DefaultImpls.assertEquals(Assertions.kt:671) at kotlin.test.DefaultAsserter.assertEquals(DefaultAsserter.kt:11) at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63) at kotlin.test.AssertionsKt.assertEquals(Unknown Source) at buildtest.embedded.E2eRateLimitExhaustionRequeuesInsteadOfHardFailingKt.e2eRateLimitExhaustionRequeuesInsteadOfHardFailing(e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at kompile.TestRunner.executeTest(TestRunner.kt:16) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Console output (8914 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[BuildTestService] Admission configuration: dropletLimit=1, active=true
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Build submitted: runId=0b4a2700, label=rate-limit exhaustion requeues, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=158)
[BuildTestService] Calculated whole-build timeout: 30 minutes from 0 test(s) (total test time: 0s, buffer: 30 min)
[BuildTestService] Build 0b4a2700: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3
[DropletManager] Creating droplet: name=buildtest-0b4a2700, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Failed to create droplet in region sfo3: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0.
[BuildTestService] Build 0b4a2700 requeued after allocation failure: Provisioning failed for runId=0b4a2700 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0.
[BuildTestService] Rate-limit request budget remains closed for runId=0b4a2700; retrying no earlier than resetAt=1910000010000 (delayMs=10000, remaining=0, limitPerHour=3600, queuedWrites=21, queuedReads=12)
[BuildTestService] Build 0b4a2700: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3
[DropletManager] Creating droplet: name=buildtest-0b4a2700, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Failed to create droplet in region sfo3: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0.
[BuildTestService] Build 0b4a2700 requeued after allocation failure: Provisioning failed for runId=0b4a2700 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0.
[BuildTestService] Cancel requested for build run: 0b4a2700
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Caused by: java.lang.RuntimeException: Failed to execute test buildtest.embedded.E2eRateLimitExhaustionRequeuesInsteadOfHardFailingKt.e2eRateLimitExhaustionRequeuesInsteadOfHardFailing
	at kompile.TestRunner.executeTest(TestRunner.kt:18)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 2 more
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	... 3 more
Caused by: java.lang.AssertionError: The build must complete after the structured rate-limit reset; createCalls=2, status=PENDING, error='', log='[2030-07-11 11:33:20] Provisioning DigitalOcean droplet...
[2030-07-11 11:33:20] provisioning_failure runId=0b4a2700 shardIndex=0 shardCount=1 method=createBuildDroplet attempt=1 maxAttempts=3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING action=exhausted error=DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0.
[2030-07-11 11:33:20] Allocation capacity unavailable; requeueing build as PENDING: ProvisioningFailureException: Provisioning failed for runId=0b4a2700 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0. | DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0. | IllegalStateException: DigitalOcean request POST /v2/droplets waited in the account rate-limit queue but caller budget 30000ms exhausted after 30069ms: queuedWrites=21, queuedReads=12, windowSpend=802/3600; local budget recovers at 2030-07-12T02:41:00Z; provider reset=2030-07-12T02:46:40Z; ratelimit-remaining=0.
[2030-07-11 11:33:30] Provisioning DigitalOcean droplet...
[2030-07-11 11:33:30] provisioning_failure runId=0b4a2700 shardIndex=0 shardCount=1 method=createBuildDroplet attempt=1 maxAttempts=3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING action=exhausted error=DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0.
[2030-07-11 11:33:30] Allocation capacity unavailable; requeueing build as PENDING: ProvisioningFailureException: Provisioning failed for runId=0b4a2700 shardIndex=0 method=createBuildDroplet attempts=1/3 elapsedMs=0 classification=INFRASTRUCTURE/PROVISIONING: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0. | DropletAllocationException: Failed to create droplet in all regions (sfo3). Last failure: IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0. | IllegalStateException: DigitalOcean request POST /v2/droplets cannot be admitted before caller budget 30000ms expires at 2030-07-12T02:41:00Z; earliest possible retry time=2030-07-12T02:46:40Z: queuedWrites=21, queuedReads=12, windowSpend=802/3600; ratelimit-remaining=0.
'.. Expected <COMPLETED>, actual <PENDING>.
	at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16)
	at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652)
	at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11)
	at kotlin.test.Asserter$DefaultImpls.assertEquals(Assertions.kt:671)
	at kotlin.test.DefaultAsserter.assertEquals(DefaultAsserter.kt:11)
	at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63)
	at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
	at buildtest.embedded.E2eRateLimitExhaustionRequeuesInsteadOfHardFailingKt.e2eRateLimitExhaustionRequeuesInsteadOfHardFailing(e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:176)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 5 more
PASSEDbuildtest.embeddedtestProcessRunnerEventRepairsEmptyProjectForSingleProjectRun2191ms
Console output (86 bytes)
PASSED buildtest.embedded.testProcessRunnerEventRepairsEmptyProjectForSingleProjectRun
PASSEDbuildtest.embeddedparsePerftestGitContextRecoversRepoAndCommit1798ms
Console output (70 bytes)
PASSED buildtest.embedded.parsePerftestGitContextRecoversRepoAndCommit
PASSEDbuildtest.embeddede2eShardedBuildAggregatesResultsAcrossDroplets16453ms
Console output (72 bytes)
PASSED buildtest.embedded.e2eShardedBuildAggregatesResultsAcrossDroplets
PASSEDbuildtest.embeddedwatchdogDetectsTimedOutBuild1616ms
Console output (54 bytes)
PASSED buildtest.embedded.watchdogDetectsTimedOutBuild
PASSEDbuildtest.embeddedwatchdogRenewsActiveShardDropletFleet2078ms
Console output (63 bytes)
PASSED buildtest.embedded.watchdogRenewsActiveShardDropletFleet
PASSEDbuildtest.embeddede2eInterruptedChunkUploadIsRecoveredAcrossServiceRestart4979ms
Console output (82 bytes)
PASSED buildtest.embedded.e2eInterruptedChunkUploadIsRecoveredAcrossServiceRestart
PASSEDbuildtest.embeddedtestBuildWithNoTestsReturnsEmptyResults1642ms
Console output (65 bytes)
PASSED buildtest.embedded.testBuildWithNoTestsReturnsEmptyResults
PASSEDbuildtest.embeddedgetBuildLogChunkSequentialReadsProduceOriginalContent1789ms
Console output (79 bytes)
PASSED buildtest.embedded.getBuildLogChunkSequentialReadsProduceOriginalContent
PASSEDbuildtest.embeddedexecStreamingDeliversLinesIncrementally11716ms
Console output (65 bytes)
PASSED buildtest.embedded.execStreamingDeliversLinesIncrementally
PASSEDbuildtest.embeddedreplayTestEventLogStreamsLargeEventLogUnderTightHeap18482ms
Console output (78 bytes)
PASSED buildtest.embedded.replayTestEventLogStreamsLargeEventLogUnderTightHeap
PASSEDbuildtest.embeddedarchivedRunsRemainFullyOperableAfterHeapEviction2336ms
Console output (74 bytes)
PASSED buildtest.embedded.archivedRunsRemainFullyOperableAfterHeapEviction
PASSEDbuildtest.embeddedtestDiscoveryFromArchiveIgnoresFunctionsInStringLiterals5203ms
Console output (82 bytes)
PASSED buildtest.embedded.testDiscoveryFromArchiveIgnoresFunctionsInStringLiterals
PASSEDbuildtest.embeddede2eFailedBootRestoresAdmissionCapacityPromptly30295ms
Console output (72 bytes)
PASSED buildtest.embedded.e2eFailedBootRestoresAdmissionCapacityPromptly
PASSEDbuildtest.embeddedcompactedConsoleOutputIgnoresNestedMessageFields2522ms
Console output (74 bytes)
PASSED buildtest.embedded.compactedConsoleOutputIgnoresNestedMessageFields
PASSEDbuildtest.embeddedexecStreamingRequestsPty8655ms
Console output (50 bytes)
PASSED buildtest.embedded.execStreamingRequestsPty
PASSEDbuildtest.embeddedinstallDependenciesInstallsHaveged8418ms
Console output (60 bytes)
PASSED buildtest.embedded.installDependenciesInstallsHaveged
PASSEDbuildtest.embeddedtestDiscoveryReportsEmptyProjectForNoPackageTest4272ms
Console output (74 bytes)
PASSED buildtest.embedded.testDiscoveryReportsEmptyProjectForNoPackageTest
PASSEDbuildtest.embeddedstructuredUploadSessionPersistsGitContextAndMergeBaseArchive6387ms
Console output (86 bytes)
PASSED buildtest.embedded.structuredUploadSessionPersistsGitContextAndMergeBaseArchive
PASSEDbuildtest.embeddeddeleteBuildRunTossesEffectWhenForensicRetentionFails1348ms
Console output (78 bytes)
PASSED buildtest.embedded.deleteBuildRunTossesEffectWhenForensicRetentionFails
PASSEDbuildtest.embeddedconcurrentStatusReadStormStaysBoundedUnderTightHeap6875ms
Console output (77 bytes)
PASSED buildtest.embedded.concurrentStatusReadStormStaysBoundedUnderTightHeap
PASSEDbuildtest.embeddedcrashRecoveryOfPendingBuildPopulatesProjectNames18182ms
Console output (74 bytes)
PASSED buildtest.embedded.crashRecoveryOfPendingBuildPopulatesProjectNames
PASSEDbuildtest.embeddede2eAdmissionGrantBaselineSurvivesRestart21465ms
Console output (66 bytes)
PASSED buildtest.embedded.e2eAdmissionGrantBaselineSurvivesRestart
PASSEDbuildtest.embeddeduploadInterruptedRightAfterCreateUploadSessionRecoversAcrossRestart7105ms
Console output (93 bytes)
PASSED buildtest.embedded.uploadInterruptedRightAfterCreateUploadSessionRecoversAcrossRestart
PASSEDbuildtest.embeddede2eShardedRunResumeRerunsShardWhenRunnerDiedWithoutSpoolEvidence28292ms
Console output (90 bytes)
PASSED buildtest.embedded.e2eShardedRunResumeRerunsShardWhenRunnerDiedWithoutSpoolEvidence
PASSEDbuildtest.embeddedcoldSpoolDrainMarksMultibyteByteCappedLine19102ms
Console output (68 bytes)
PASSED buildtest.embedded.coldSpoolDrainMarksMultibyteByteCappedLine
PASSEDbuildtest.embeddedwatchdogDetectsDeadDroplet2450ms
Console output (52 bytes)
PASSED buildtest.embedded.watchdogDetectsDeadDroplet
PASSEDbuildtest.embeddeddropletManagerBackpressuresQuotaLimitThenSucceeds2486ms
Console output (75 bytes)
PASSED buildtest.embedded.dropletManagerBackpressuresQuotaLimitThenSucceeds
PASSEDbuildtest.embeddedtestSubmitBuild_overrideJarRunId_prefersArtifactTarGzOverBin3980ms
Console output (86 bytes)
PASSED buildtest.embedded.testSubmitBuild_overrideJarRunId_prefersArtifactTarGzOverBin
PASSEDbuildtest.embeddedtestProcessRunnerEventCompletedForUnknownTest2276ms
Console output (71 bytes)
PASSED buildtest.embedded.testProcessRunnerEventCompletedForUnknownTest
PASSEDbuildtest.embeddedsubmitBuildErrorMessageIncludesLabel3778ms
Console output (62 bytes)
PASSED buildtest.embedded.submitBuildErrorMessageIncludesLabel
PASSEDbuildtest.embeddede2eResumeFromBuildingWithKompleAlreadyCompleted17952ms
Console output (73 bytes)
PASSED buildtest.embedded.e2eResumeFromBuildingWithKompleAlreadyCompleted
PASSEDbuildtest.embeddedextractProjectNamesReadsBuildKtsWithDotSlashPrefix10484ms
Console output (76 bytes)
PASSED buildtest.embedded.extractProjectNamesReadsBuildKtsWithDotSlashPrefix
PASSEDbuildtest.embeddedsubmitBuildInputStreamRoundTripsArchiveToDisk3445ms
Console output (71 bytes)
PASSED buildtest.embedded.submitBuildInputStreamRoundTripsArchiveToDisk
PASSEDbuildtest.embeddedadmissionSurvivesDropletListingFailure9645ms
Console output (64 bytes)
PASSED buildtest.embedded.admissionSurvivesDropletListingFailure
PASSEDbuildtest.embeddedanalyzeArchiveDoesNotExtractEntryOutsideTempDir8062ms
Console output (73 bytes)
PASSED buildtest.embedded.analyzeArchiveDoesNotExtractEntryOutsideTempDir
PASSEDbuildtest.embeddedappendBuildRuleResultConcurrentWritesDoNotLoseRules27969ms
Console output (77 bytes)
PASSED buildtest.embedded.appendBuildRuleResultConcurrentWritesDoNotLoseRules
PASSEDbuildtest.embeddedcompletedRunWithBuildSucceededFalseAndNoTestFailuresRemainsCompleted2915ms
Console output (94 bytes)
PASSED buildtest.embedded.completedRunWithBuildSucceededFalseAndNoTestFailuresRemainsCompleted
PASSEDbuildtest.embeddedrehydrationRejectsUnknownAndTerminalSessionsAfterRestart3521ms
Console output (82 bytes)
PASSED buildtest.embedded.rehydrationRejectsUnknownAndTerminalSessionsAfterRestart
PASSEDbuildtest.embeddede2eRestartQueuedRunSurvivesQuotaSaturationWithoutFailing22884ms
Console output (82 bytes)
PASSED buildtest.embedded.e2eRestartQueuedRunSurvivesQuotaSaturationWithoutFailing
PASSEDbuildtest.embeddedexecStreamingOversizeLineDeliversTruncationMarkerToCallback17735ms
Console output (85 bytes)
PASSED buildtest.embedded.execStreamingOversizeLineDeliversTruncationMarkerToCallback
PASSEDbuildtest.embeddede2eBuildCancellation26214ms
Console output (46 bytes)
PASSED buildtest.embedded.e2eBuildCancellation
PASSEDbuildtest.embeddede2eShardedFailedRunStillRecordsAllLifecyclePhaseTimestamps29435ms
Console output (84 bytes)
PASSED buildtest.embedded.e2eShardedFailedRunStillRecordsAllLifecyclePhaseTimestamps
PASSEDbuildtest.embeddedgetArtifactChunkFullDownloadReassemblesCorrectly3087ms
Console output (74 bytes)
PASSED buildtest.embedded.getArtifactChunkFullDownloadReassemblesCorrectly
PASSEDbuildtest.embeddede2eShardedResumeDuringRateLimitExhaustionRequeues25514ms
Console output (75 bytes)
PASSED buildtest.embedded.e2eShardedResumeDuringRateLimitExhaustionRequeues
PASSEDbuildtest.embeddede2eShardedFailedBootRetryDoesNotDiscardSiblingReservations12768ms
Console output (84 bytes)
PASSED buildtest.embedded.e2eShardedFailedBootRetryDoesNotDiscardSiblingReservations
PASSEDbuildtest.embeddedtestProcessRunnerEventUpdatesStatusToDisabled2250ms
Console output (71 bytes)
PASSED buildtest.embedded.testProcessRunnerEventUpdatesStatusToDisabled
PASSEDbuildtest.embeddedgetArtifactChunkReadsCorrectBytesFromBinArtifact2985ms
Console output (74 bytes)
PASSED buildtest.embedded.getArtifactChunkReadsCorrectBytesFromBinArtifact
FAILEDbuildtest.embeddede2eShardedRestartReadmissionAndPartialAllocationFailure30735msjava.lang.AssertionError: Partial allocation quota failure must return the sharded run to PENDING admission; actual=BUILDING, error=''.. Expected <PENDING>, actual <BUILDING>. at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652) at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11) at kotlin.test.Asserter$DefaultImpls.assertEquals(Assertions.kt:671) at kotlin.test.DefaultAsserter.assertEquals(DefaultAsserter.kt:11) at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63) at kotlin.test.AssertionsKt.assertEquals(Unknown Source) at buildtest.embedded.E2eShardedRestartReadmissionAndPartialAllocationFailureKt.e2eShardedRestartReadmissionAndPartialAllocationFailure(e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:255) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at kompile.TestRunner.executeTest(TestRunner.kt:16) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Console output (7409 bytes)
[BuildTestService] Loaded 1 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] Resuming build shardreadmit: was PENDING, droplet=0 at 
[BuildTestService] Admission configuration: dropletLimit=2, active=true
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Background recovery complete (1 dirs scanned, 1 recovered, 0 already-recovered skipped)
[BuildDropletReconciler] decision=keep name=buildtest-occupier id=1 ageMs=118612487211 runId=occupier runState=absent
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
warning: test rule 'shard.alpha.buildMaven' at /tmp/buildscript-parse-4763747982496314741/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
warning: test rule 'shard.beta.buildMaven' at /tmp/buildscript-parse-11306116864960067156/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
[BuildTestService] Calculated whole-build timeout: 32 minutes from 4 test(s) (total test time: 120s, buffer: 30 min)
[DropletManager] Generating new RSA-2048 key pair...
[DropletManager] Key pair saved to /tmp/e2e-sharded-readmission-5084850957083633712-data/ssh
[BuildTestService] Build shardreadmit: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3
[DropletManager] Creating droplet: name=buildtest-shardreadmit, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Will try regions in order: sfo3
[DropletManager] Creating droplet: name=buildtest-shardreadmit-s1, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-shardreadmit-s1' (attempt 1, waited 0ms of 1000ms). Waiting 100ms before retrying.
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-shardreadmit-s1' (attempt 2, waited 250ms of 1000ms). Waiting 200ms before retrying.
[DropletManager] Droplet created: id=2, name=buildtest-shardreadmit, status=active, region=sfo3
[DropletManager] DigitalOcean account droplet quota is full while creating 'buildtest-shardreadmit-s1' (attempt 3, waited 500ms of 1000ms). Waiting 400ms before retrying.
[DropletManager] Waiting for droplet 2 to become active...
[DropletManager] Droplet 2 is active at 127.0.0.3
[DropletManager] Granting SSH access to droplet 2 via admin key...
[DropletManager] SSH access granted to droplet 2
[DropletManager] Failed to create droplet in region sfo3: DigitalOcean account droplet quota stayed full while creating 'buildtest-shardreadmit-s1' for 1000ms (region=sfo3, size=s-2vcpu-4gb, image=226128685). The droplet pool did not free capacity within the bounded quota backpressure budget. Last quota error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit
[BuildTestService] Cannot collect heap dumps for failed shard 1 of build shardreadmit: SSH session is null (shard failed before SSH connection was established)
[SshExecutor] Connecting to root@127.0.0.3:35023 (attempt 1/12)...
[SshExecutor] Connected to 127.0.0.3
[BuildTestService] Build shardreadmit: status=INSTALLING
[BuildDriver] Installing dependencies on remote server...
[BuildDriver] Install result: exitCode=0
[BuildTestService] Build shardreadmit: status=UPLOADING
[BuildDriver] Uploading archive (455 bytes)...
[BuildDriver] Archive uploaded, extracting...
[BuildDriver] Extract result: exitCode=0
[BuildDriver] stdout: Extracted

[BuildTestService] Build shardreadmit: status=BUILDING
[BuildDriver] Building and testing workspace with BuildTestRunner...
[BuildDriver]   testSpecs=[proj-alpha/tests/testAlphaOne.kts, proj-beta/tests/testBetaOne.kts]
[BuildDriver] buildAndTestWorkspace: exitCode=0
[BuildDriver] Downloaded test-results.xml: 187 bytes
[BuildTestService] Sharded build shardreadmit requeued after allocation failure during resume: 1 of 2 shard(s) failed during resume: shard 1: Provisioning failed for runId=shardreadmit shardIndex=1 method=createBuildDroplet attempts=1/3 elapsedMs=1000 classification=INFRASTRUCTURE/PROVISIONING: DigitalOcean account droplet quota remained unavailable while creating 'buildtest-shardreadmit-s1' (region=sfo3, size=s-2vcpu-4gb, image=226128685). Quota is account-wide, so region fallback cannot create capacity. Last quota error: DigitalOcean account droplet quota stayed full while creating 'buildtest-shardreadmit-s1' for 1000ms (region=sfo3, size=s-2vcpu-4gb, image=226128685). The droplet pool did not free capacity within the bounded quota backpressure budget. Last quota error: DigitalOcean HTTP 422: creating this/these droplet(s) will exceed your droplet limit
[DeletionWorker] Enqueued droplet 2 for deferred deletion
[DropletManager] Destroying droplet 2...
[DeletionWorker] Enqueued droplet 2 for deferred deletion
[BuildTestService] Enqueued droplet 2 ('buildtest-shardreadmit') for run shardreadmit during allocation failure during sharded resume
[DropletManager] Droplet 2 destroyed
[DeletionWorker] Successfully destroyed droplet 2
[BuildTestService] Cancel requested for build run: shardreadmit
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Caused by: java.lang.RuntimeException: Failed to execute test buildtest.embedded.E2eShardedRestartReadmissionAndPartialAllocationFailureKt.e2eShardedRestartReadmissionAndPartialAllocationFailure
	at kompile.TestRunner.executeTest(TestRunner.kt:18)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 2 more
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	... 3 more
Caused by: java.lang.AssertionError: Partial allocation quota failure must return the sharded run to PENDING admission; actual=BUILDING, error=''.. Expected <PENDING>, actual <BUILDING>.
	at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16)
	at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652)
	at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11)
	at kotlin.test.Asserter$DefaultImpls.assertEquals(Assertions.kt:671)
	at kotlin.test.DefaultAsserter.assertEquals(DefaultAsserter.kt:11)
	at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63)
	at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
	at buildtest.embedded.E2eShardedRestartReadmissionAndPartialAllocationFailureKt.e2eShardedRestartReadmissionAndPartialAllocationFailure(e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:255)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 5 more
PASSEDbuildtest.embeddede2eCompletingStatusOnRestartPreservesResults11355ms
Console output (70 bytes)
PASSED buildtest.embedded.e2eCompletingStatusOnRestartPreservesResults
PASSEDbuildtest.embeddede2eShardedRunResumeRerunsSubsetsWhenKompileNotStarted25242ms
Console output (79 bytes)
PASSED buildtest.embedded.e2eShardedRunResumeRerunsSubsetsWhenKompileNotStarted
PASSEDbuildtest.embeddedbuildKompileCommandDefaultsToWorkspacePath1519ms
Console output (68 bytes)
PASSED buildtest.embedded.buildKompileCommandDefaultsToWorkspacePath
PASSEDbuildtest.embeddedloadFromDiskDoesNotIncorrectlyCorrectOldCompletedRuns3211ms
Console output (79 bytes)
PASSED buildtest.embedded.loadFromDiskDoesNotIncorrectlyCorrectOldCompletedRuns
PASSEDbuildtest.embeddede2eCatchPathHeapDumpCollectionAfterSshLoss30666ms
Console output (68 bytes)
PASSED buildtest.embedded.e2eCatchPathHeapDumpCollectionAfterSshLoss
PASSEDbuildtest.embeddedbuildRunImplDropletRecordsJsonRoundTrip2440ms
Console output (65 bytes)
PASSED buildtest.embedded.buildRunImplDropletRecordsJsonRoundTrip
PASSEDbuildtest.embeddedgetBuildLogChunkWithNegativeOffsetDoesNotThrow2918ms
Console output (72 bytes)
PASSED buildtest.embedded.getBuildLogChunkWithNegativeOffsetDoesNotThrow
PASSEDbuildtest.embeddedgetArtifactChunkPrefersTarGzOverBin2400ms
Console output (61 bytes)
PASSED buildtest.embedded.getArtifactChunkPrefersTarGzOverBin
PASSEDbuildtest.embeddedloadFromDiskStillCorrectsTrulyBrokenCompletedRuns2819ms
Console output (75 bytes)
PASSED buildtest.embedded.loadFromDiskStillCorrectsTrulyBrokenCompletedRuns
PASSEDbuildtest.embeddedinjectFileIntoArchiveStreamingFormPreservesEntriesAndInjects2966ms
Console output (86 bytes)
PASSED buildtest.embedded.injectFileIntoArchiveStreamingFormPreservesEntriesAndInjects
PASSEDbuildtest.embeddedrenewBuildLeaseDoesNotProtectCompletedRunDropletsFromReaper3536ms
Console output (85 bytes)
PASSED buildtest.embedded.renewBuildLeaseDoesNotProtectCompletedRunDropletsFromReaper
PASSEDbuildtest.embeddedbuildKompileCommandQuotesOutputPath2140ms
Console output (61 bytes)
PASSED buildtest.embedded.buildKompileCommandQuotesOutputPath
PASSEDbuildtest.embeddedcaptureTimeoutHeapDumpRunsJcmd22601ms
Console output (56 bytes)
PASSED buildtest.embedded.captureTimeoutHeapDumpRunsJcmd
PASSEDbuildtest.embeddedgetRunDropletsSynthesizesLegacyAndDerivesLiveness9794ms
Console output (75 bytes)
PASSED buildtest.embedded.getRunDropletsSynthesizesLegacyAndDerivesLiveness
PASSEDbuildtest.embeddedprocessRunnerEventConcurrentWritesDoNotLoseResults13362ms
Console output (76 bytes)
PASSED buildtest.embedded.processRunnerEventConcurrentWritesDoNotLoseResults
FAILEDbuildtest.embeddede2eCancelledBuildDestroysDropletPromptly23264msjava.lang.AssertionError: Build should reach BUILDING phase within 15 seconds at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652) at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11) at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:662) at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11) at kotlin.test.AssertionsKt__AssertionsKt.assertTrue(Assertions.kt:44) at kotlin.test.AssertionsKt.assertTrue(Unknown Source) at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt$e2eCancelledBuildDestroysDropletPromptly$1.invoke(e2eCancelledBuildDestroysDropletPromptly.kt:188) at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt$e2eCancelledBuildDestroysDropletPromptly$1.invoke(e2eCancelledBuildDestroysDropletPromptly.kt:177) at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt.withTestArchive(e2eCancelledBuildDestroysDropletPromptly.kt:125) at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt.e2eCancelledBuildDestroysDropletPromptly(e2eCancelledBuildDestroysDropletPromptly.kt:177) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at kompile.TestRunner.executeTest(TestRunner.kt:16) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Console output (5822 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] WARNING: Admission configuration: dropletLimit=0, active=false; fleet admission control is disabled
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Build submitted: runId=de18d6c6, label=cancel-destroy-build, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=315)
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
warning: test rule 'cancel.destroy.buildMaven' at /tmp/buildscript-parse-10311820021363681492/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
[BuildTestService] Calculated whole-build timeout: 30 minutes from 0 test(s) (total test time: 0s, buffer: 30 min)
[BuildTestService] Build de18d6c6: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3, nyc3
[DropletManager] Creating droplet: name=buildtest-de18d6c6, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Droplet created: id=1, name=buildtest-de18d6c6, status=active, region=sfo3
[DropletManager] Waiting for droplet 1 to become active...
[DropletManager] Droplet 1 is active at 127.0.0.2
[DropletManager] Generating new RSA-2048 key pair...
[DropletManager] Key pair saved to /tmp/e2e-cancel-destroy-13066664826969666152-data/ssh
[DropletManager] Granting SSH access to droplet 1 via admin key...
[DropletManager] SSH access granted to droplet 1
[BuildTestService] Build de18d6c6: status=INSTALLING
[SshExecutor] Connecting to root@127.0.0.2:41707 (attempt 1/12)...
[SshExecutor] Connected to 127.0.0.2
[BuildDriver] Installing dependencies on remote server...
[BuildDriver] Install result: exitCode=0
[BuildTestService] Build de18d6c6: status=UPLOADING
[BuildDriver] Uploading archive (315 bytes)...
[BuildTestService] Build de18d6c6 failed: /tmp/e2e-cancel-destroy-13066664826969666152-data/runs/de18d6c6/archive.tar.gz (No such file or directory)
java.io.FileNotFoundException: /tmp/e2e-cancel-destroy-13066664826969666152-data/runs/de18d6c6/archive.tar.gz (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:213)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:152)
	at buildtest.embedded.SshExecutor.uploadFileInternal(SshExecutor.kt:572)
	at buildtest.embedded.SshExecutor.uploadFile(SshExecutor.kt:551)
	at buildtest.embedded.BuildDriver.uploadAndExtractProjects(BuildDriver.kt:404)
	at buildtest.embedded.BuildTestEmbeddedService.runShardPipeline(BuildTestEmbeddedService.kt:3347)
	at buildtest.embedded.BuildTestEmbeddedService.executeBuild(BuildTestEmbeddedService.kt:3580)
	at buildtest.embedded.BuildTestEmbeddedService.prepareAndExecuteBuild(BuildTestEmbeddedService.kt:1207)
	at buildtest.embedded.BuildTestEmbeddedService.submitBuildFromArchiveFile$lambda$32(BuildTestEmbeddedService.kt:966)
	at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)
[BuildTestService] Reconnecting SSH for heap dump collection on failed shard 0 of build de18d6c6
[SshExecutor] Connecting to root@127.0.0.2:41707 (attempt 1/12)...
[SshExecutor] Connection attempt 1 failed: java.net.ConnectException: Connection refused
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)
Caused by: java.lang.RuntimeException: Failed to execute test buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt.e2eCancelledBuildDestroysDropletPromptly
	at kompile.TestRunner.executeTest(TestRunner.kt:18)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 2 more
Caused by: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	... 3 more
Caused by: java.lang.AssertionError: Build should reach BUILDING phase within 15 seconds
	at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:16)
	at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:652)
	at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11)
	at kotlin.test.Asserter$DefaultImpls.assertTrue(Assertions.kt:662)
	at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:11)
	at kotlin.test.AssertionsKt__AssertionsKt.assertTrue(Assertions.kt:44)
	at kotlin.test.AssertionsKt.assertTrue(Unknown Source)
	at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt$e2eCancelledBuildDestroysDropletPromptly$1.invoke(e2eCancelledBuildDestroysDropletPromptly.kt:188)
	at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt$e2eCancelledBuildDestroysDropletPromptly$1.invoke(e2eCancelledBuildDestroysDropletPromptly.kt:177)
	at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt.withTestArchive(e2eCancelledBuildDestroysDropletPromptly.kt:125)
	at buildtest.embedded.E2eCancelledBuildDestroysDropletPromptlyKt.e2eCancelledBuildDestroysDropletPromptly(e2eCancelledBuildDestroysDropletPromptly.kt:177)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 5 more
PASSEDbuildtest.embeddedtestProcessRunnerEventCreatesFileIfMissing2646ms
Console output (68 bytes)
PASSED buildtest.embedded.testProcessRunnerEventCreatesFileIfMissing
PASSEDbuildtest.embeddedarchivedRunWithFailedTestsIsCorrectedOnDiskAtStartup2495ms
Console output (78 bytes)
PASSED buildtest.embedded.archivedRunWithFailedTestsIsCorrectedOnDiskAtStartup
PASSEDbuildtest.embeddedinstallDependenciesAppliesPendingSecurityUpdates11859ms
Console output (74 bytes)
PASSED buildtest.embedded.installDependenciesAppliesPendingSecurityUpdates
PASSEDbuildtest.embeddedtestE2ERunnerStdoutPipedThroughProcessRunnerEvent74886ms
Console output (75 bytes)
PASSED buildtest.embedded.testE2ERunnerStdoutPipedThroughProcessRunnerEvent
PASSEDbuildtest.embeddedexecDoesNotRequestPty14276ms
Console output (47 bytes)
PASSED buildtest.embedded.execDoesNotRequestPty
PASSEDbuildtest.embeddedtestResultImplTimeoutMsJsonRoundTrip2075ms
Console output (62 bytes)
PASSED buildtest.embedded.testResultImplTimeoutMsJsonRoundTrip
PASSEDbuildtest.embeddedbuildKompileCommandWithTestSpecs2468ms
Console output (58 bytes)
PASSED buildtest.embedded.buildKompileCommandWithTestSpecs
PASSEDbuildtest.embeddedarchivingRunsReleasesTheirHeapForNewSubmissions35862ms
Console output (73 bytes)
PASSED buildtest.embedded.archivingRunsReleasesTheirHeapForNewSubmissions
PASSEDbuildtest.embeddedshardPlanningComputesShardCount2290ms
Console output (57 bytes)
PASSED buildtest.embedded.shardPlanningComputesShardCount
PASSEDbuildtest.embeddedarchiveInvalidatesArtifactReadCachesAndRacingLoadCannotRestoreThem2519ms
Console output (92 bytes)
PASSED buildtest.embedded.archiveInvalidatesArtifactReadCachesAndRacingLoadCannotRestoreThem
PASSEDbuildtest.embeddedbuildRuleResultImplEndedAtJsonRoundTrip1542ms
Console output (65 bytes)
PASSED buildtest.embedded.buildRuleResultImplEndedAtJsonRoundTrip
PASSEDbuildtest.embeddedrenewBuildLeaseDestroyedShardStillAdvancesAndStopsRenewingDestroyedDroplet2879ms
Console output (100 bytes)
PASSED buildtest.embedded.renewBuildLeaseDestroyedShardStillAdvancesAndStopsRenewingDestroyedDroplet
FAILEDbuildtest.embeddede2eStreamBuildLogDuringExecution32470msjava.lang.RuntimeException: Test 'e2eStreamBuildLogDuringExecution' timed out after 30000ms, stuck at: buildtest.embedded.E2eStreamBuildLogDuringExecutionKt.waitForBuildCompletion(e2eStreamBuildLogDuringExecution.kt:74) at kompile.WorkspaceKt.executeTestInSeparateJvm(Workspace.kt:1651) at kompile.WorkspaceKt.runTests$lambda$77$lambda$76(Workspace.kt:2455) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583)
Console output (62270 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[BuildTestService] WARNING: Admission configuration: dropletLimit=0, active=false; fleet admission control is disabled
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Build submitted: runId=8d5be5a4, label=stream-log-build, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=314)
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
warning: test rule 'stream.project.buildMaven' at /tmp/buildscript-parse-13888512253467422445/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
[BuildTestService] Calculated whole-build timeout: 30 minutes from 0 test(s) (total test time: 0s, buffer: 30 min)
[BuildTestService] Build 8d5be5a4: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3, nyc3
[DropletManager] Creating droplet: name=buildtest-8d5be5a4, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Droplet created: id=1, name=buildtest-8d5be5a4, status=active, region=sfo3
[DropletManager] Waiting for droplet 1 to become active...
[DropletManager] Droplet 1 is active at 127.0.0.2
[DropletManager] Generating new RSA-2048 key pair...
[DropletManager] Key pair saved to /tmp/e2e-stream-4204303402010361822-data/ssh
[DropletManager] Granting SSH access to droplet 1 via admin key...
[DropletManager] SSH access granted to droplet 1
[BuildTestService] Build 8d5be5a4: status=INSTALLING
[SshExecutor] Connecting to root@127.0.0.2:39799 (attempt 1/12)...
[SshExecutor] Connected to 127.0.0.2
[BuildDriver] Installing dependencies on remote server...
[BuildDriver] Install result: exitCode=0
[BuildTestService] Build 8d5be5a4: status=UPLOADING
[BuildDriver] Uploading archive (314 bytes)...
[BuildDriver] Archive uploaded, extracting...
[BuildDriver] Extract result: exitCode=0
[BuildDriver] stdout: Extracted

[BuildTestService] Build 8d5be5a4: status=BUILDING
[BuildDriver] Building and testing workspace with BuildTestRunner...
[BuildDriver] buildAndTestWorkspace: exitCode=0
[BuildDriver] Downloaded test-results.xml: 89 bytes
2026-07-12 20:20:09
Full thread dump OpenJDK 64-Bit Server VM (21.0.11+10-1-24.04.2-Ubuntu mixed mode, sharing):

Threads class SMR info:
_java_thread_list=0x000070f7a80716d0, length=32, elements={
0x000070f82c01be40, 0x000070f82c0b8480, 0x000070f82c0b9a00, 0x000070f82c0bb1b0,
0x000070f82c0bc800, 0x000070f82c0bddb0, 0x000070f82c0bf900, 0x000070f82c0c0fd0,
0x000070f82c0cd7c0, 0x000070f82c0d0b30, 0x000070f82c795790, 0x000070f82c79c020,
0x000070f82c7bd7f0, 0x000070f82c7d0d90, 0x000070f82c7daf90, 0x000070f82c7dd1e0,
0x000070f82c7de390, 0x000070f82c8958f0, 0x000070f8000053e0, 0x000070f800798700,
0x000070f800794630, 0x000070f8080020d0, 0x000070f800093300, 0x000070f800530470,
0x000070f8004cd010, 0x000070f8004cdc40, 0x000070f8004cf5c0, 0x000070f80800b360,
0x000070f80800c5e0, 0x000070f8002818e0, 0x000070f7b8008c00, 0x000070f7a8070d60
}

"main" #1 [69298] prio=5 os_prio=0 cpu=2752.73ms elapsed=31.83s tid=0x000070f82c01be40 nid=69298 waiting on condition  [0x000070f8335fd000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt.waitForBuildCompletion(e2eStreamBuildLogDuringExecution.kt:74)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt$e2eStreamBuildLogDuringExecution$1.invoke(e2eStreamBuildLogDuringExecution.kt:224)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt$e2eStreamBuildLogDuringExecution$1.invoke(e2eStreamBuildLogDuringExecution.kt:178)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt.withTestArchive(e2eStreamBuildLogDuringExecution.kt:125)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt.e2eStreamBuildLogDuringExecution(e2eStreamBuildLogDuringExecution.kt:178)
	at java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.base@21.0.11/DirectMethodHandle$Holder)
	at java.lang.invoke.LambdaForm$MH/0x000070f7c0004800.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:153)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	at java.lang.invoke.LambdaForm$DMH/0x000070f7c0001800.invokeStatic(java.base@21.0.11/LambdaForm$DMH)
	at java.lang.invoke.LambdaForm$MH/0x000070f7c0004000.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:154)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)

"Reference Handler" #9 [69307] daemon prio=10 os_prio=0 cpu=1.58ms elapsed=31.73s tid=0x000070f82c0b8480 nid=69307 waiting on condition  [0x000070f8301a5000]
   java.lang.Thread.State: RUNNABLE
	at java.lang.ref.Reference.waitForReferencePendingList(java.base@21.0.11/Native Method)
	at java.lang.ref.Reference.processPendingReferences(java.base@21.0.11/Reference.java:246)
	at java.lang.ref.Reference$ReferenceHandler.run(java.base@21.0.11/Reference.java:208)

"Finalizer" #10 [69308] daemon prio=8 os_prio=0 cpu=0.39ms elapsed=31.73s tid=0x000070f82c0b9a00 nid=69308 in Object.wait()  [0x000070f82bffe000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8811688> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.lang.ref.NativeReferenceQueue.await(java.base@21.0.11/NativeReferenceQueue.java:48)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:158)
	at java.lang.ref.NativeReferenceQueue.remove(java.base@21.0.11/NativeReferenceQueue.java:89)
	- locked <0x00000000f8811688> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.ref.Finalizer$FinalizerThread.run(java.base@21.0.11/Finalizer.java:173)

"Signal Dispatcher" #11 [69309] daemon prio=9 os_prio=0 cpu=0.62ms elapsed=31.73s tid=0x000070f82c0bb1b0 nid=69309 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Service Thread" #12 [69310] daemon prio=9 os_prio=0 cpu=2.25ms elapsed=31.73s tid=0x000070f82c0bc800 nid=69310 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Monitor Deflation Thread" #13 [69311] daemon prio=9 os_prio=0 cpu=9.97ms elapsed=31.72s tid=0x000070f82c0bddb0 nid=69311 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #14 [69312] daemon prio=9 os_prio=0 cpu=4950.48ms elapsed=31.72s tid=0x000070f82c0bf900 nid=69312 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   Compiling: 2960   !   4       java.util.concurrent.ConcurrentHashMap::putVal (432 bytes)

"C1 CompilerThread0" #15 [69313] daemon prio=9 os_prio=0 cpu=1709.24ms elapsed=31.71s tid=0x000070f82c0c0fd0 nid=69313 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   No compile task

"Notification Thread" #16 [69315] daemon prio=9 os_prio=0 cpu=0.10ms elapsed=31.66s tid=0x000070f82c0cd7c0 nid=69315 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" #17 [69316] daemon prio=8 os_prio=0 cpu=0.60ms elapsed=31.66s tid=0x000070f82c0d0b30 nid=69316 waiting on condition  [0x000070f81412d000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f88117b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1886)
	at java.lang.ref.ReferenceQueue.await(java.base@21.0.11/ReferenceQueue.java:71)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(java.base@21.0.11/ReferenceQueue.java:218)
	at jdk.internal.ref.CleanerImpl.run(java.base@21.0.11/CleanerImpl.java:140)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Thread-0" #20 [69413] daemon prio=5 os_prio=0 cpu=0.92ms elapsed=19.24s tid=0x000070f82c795790 nid=69413 runnable  [0x000070f7beefd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[268f106e](port=0)-timer-thread-1" #21 [69414] daemon prio=5 os_prio=0 cpu=4.45ms elapsed=19.21s tid=0x000070f82c79c020 nid=69414 waiting on condition  [0x000070f7bedfd000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8e33b18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Timer-0" #22 [69424] daemon prio=5 os_prio=0 cpu=0.33ms elapsed=18.76s tid=0x000070f82c7bd7f0 nid=69424 in Object.wait()  [0x000070f7becfd000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8900700> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:537)
	- locked <0x00000000f8900700> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"Timer-1" #23 [69425] daemon prio=5 os_prio=0 cpu=0.45ms elapsed=18.70s tid=0x000070f82c7d0d90 nid=69425 in Object.wait()  [0x000070f7bebfd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8900808> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:563)
	- locked <0x00000000f8900808> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"deletion-worker" #26 [69427] daemon prio=5 os_prio=0 cpu=0.46ms elapsed=18.63s tid=0x000070f82c7daf90 nid=69427 in Object.wait()  [0x000070f7beafd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f89008d0> (a java.lang.Object)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at buildtest.embedded.DeletionWorker.run(DeletionWorker.kt:120)
	- locked <0x00000000f89008d0> (a java.lang.Object)
	at buildtest.embedded.DeletionWorker$$Lambda/0x000070f7c014db48.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"build-watchdog" #27 [69428] daemon prio=5 os_prio=0 cpu=9.59ms elapsed=18.62s tid=0x000070f82c7dd1e0 nid=69428 waiting on condition  [0x000070f7be9fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8900a88> (a java.util.concurrent.CountDownLatch$Sync)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:221)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@21.0.11/AbstractQueuedSynchronizer.java:788)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(java.base@21.0.11/AbstractQueuedSynchronizer.java:1133)
	at java.util.concurrent.CountDownLatch.await(java.base@21.0.11/CountDownLatch.java:230)
	at buildtest.embedded.BuildWatchdogKt.clockSleep(BuildWatchdog.kt:114)
	at buildtest.embedded.BuildWatchdog.loop(BuildWatchdog.kt:665)
	at buildtest.embedded.BuildWatchdog.start$lambda$5$lambda$3(BuildWatchdog.kt:224)
	at buildtest.embedded.BuildWatchdog$$Lambda/0x000070f7c014dd70.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"buildtest-auto-archive" #24 [69429] daemon prio=5 os_prio=0 cpu=2.09ms elapsed=18.62s tid=0x000070f82c7de390 nid=69429 waiting on condition  [0x000070f7be8fd000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.BuildTestEmbeddedService.archiveThread$lambda$26(BuildTestEmbeddedService.kt:792)
	at buildtest.embedded.BuildTestEmbeddedService$$Lambda/0x000070f7c014c848.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"ForkJoinPool-1-worker-1" #29 [69430] daemon prio=5 os_prio=0 cpu=3290.33ms elapsed=18.53s tid=0x000070f82c8958f0  [0x000070f7be7fc000]
   Carrying virtual thread #28
	at jdk.internal.vm.Continuation.run(java.base@21.0.11/Continuation.java:251)
	at java.lang.VirtualThread.runContinuation(java.base@21.0.11/VirtualThread.java:245)
	at java.lang.VirtualThread$$Lambda/0x000070f7c00ba1a0.run(java.base@21.0.11/Unknown Source)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(java.base@21.0.11/ForkJoinTask.java:1423)
	at java.util.concurrent.ForkJoinTask.doExec(java.base@21.0.11/ForkJoinTask.java:387)
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(java.base@21.0.11/ForkJoinPool.java:1312)
	at java.util.concurrent.ForkJoinPool.scan(java.base@21.0.11/ForkJoinPool.java:1843)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1808)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"ForkJoinPool-1-worker-2" #30 [69431] daemon prio=5 os_prio=0 cpu=99.64ms elapsed=18.52s tid=0x000070f8000053e0 nid=69431 waiting on condition  [0x000070f7be6fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8902388> (a java.util.concurrent.ForkJoinPool)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.11/ForkJoinPool.java:1893)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1809)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"Thread-6" #31 [69483] daemon prio=5 os_prio=0 cpu=15.28ms elapsed=11.60s tid=0x000070f800798700 nid=69483 runnable  [0x000070f7be5fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[657746](port=39799)-timer-thread-1" #32 [69484] daemon prio=5 os_prio=0 cpu=4.08ms elapsed=11.60s tid=0x000070f800794630 nid=69484 waiting on condition  [0x000070f7be4fd000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902ae0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[657746](port=39799)-nio2-thread-1" #33 [69493] daemon prio=5 os_prio=0 cpu=498.78ms elapsed=9.35s tid=0x000070f8080020d0 nid=69493 waiting on condition  [0x000070f7be3fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902c60> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.LinkedBlockingQueue.take(java.base@21.0.11/LinkedBlockingQueue.java:435)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Read-Poller" #34 [69494] daemon prio=5 os_prio=0 cpu=1.01ms elapsed=9.32s tid=0x000070f800093300 nid=69494 runnable  [0x000070f7be2fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPoller.poll(java.base@21.0.11/EPollPoller.java:74)
	at sun.nio.ch.Poller.poll(java.base@21.0.11/Poller.java:370)
	at sun.nio.ch.Poller.pollLoop(java.base@21.0.11/Poller.java:277)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d16f0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Read-Updater" #35 [69495] daemon prio=5 os_prio=0 cpu=1.64ms elapsed=9.31s tid=0x000070f800530470 nid=69495 waiting on condition  [0x000070f7be1fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9903258> (a java.util.concurrent.LinkedTransferQueue)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.11/LinkedTransferQueue.java:458)
	at java.util.concurrent.LinkedTransferQueue.xfer(java.base@21.0.11/LinkedTransferQueue.java:613)
	at java.util.concurrent.LinkedTransferQueue.take(java.base@21.0.11/LinkedTransferQueue.java:1257)
	at sun.nio.ch.Poller.updateLoop(java.base@21.0.11/Poller.java:293)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d1da0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Write-Poller" #36 [69496] daemon prio=5 os_prio=0 cpu=0.33ms elapsed=9.30s tid=0x000070f8004cd010 nid=69496 runnable  [0x000070f7be0fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPoller.poll(java.base@21.0.11/EPollPoller.java:74)
	at sun.nio.ch.Poller.poll(java.base@21.0.11/Poller.java:370)
	at sun.nio.ch.Poller.pollLoop(java.base@21.0.11/Poller.java:277)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d16f0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Write-Updater" #37 [69497] daemon prio=5 os_prio=0 cpu=0.36ms elapsed=9.30s tid=0x000070f8004cdc40 nid=69497 waiting on condition  [0x000070f7bdffd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9903040> (a java.util.concurrent.LinkedTransferQueue)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.11/LinkedTransferQueue.java:458)
	at java.util.concurrent.LinkedTransferQueue.xfer(java.base@21.0.11/LinkedTransferQueue.java:613)
	at java.util.concurrent.LinkedTransferQueue.take(java.base@21.0.11/LinkedTransferQueue.java:1257)
	at sun.nio.ch.Poller.updateLoop(java.base@21.0.11/Poller.java:293)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d1da0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"VirtualThread-unparker" #38 [69498] daemon prio=5 os_prio=0 cpu=24.10ms elapsed=9.29s tid=0x000070f8004cf5c0 nid=69498 waiting on condition  [0x000070f7bdefd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8905070> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1170)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"sshd-SshServer[657746](port=39799)-nio2-thread-2" #39 [69522] daemon prio=5 os_prio=0 cpu=285.55ms elapsed=4.96s tid=0x000070f80800b360 nid=69522 waiting on condition  [0x000070f7bddfd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902c60> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.LinkedBlockingQueue.take(java.base@21.0.11/LinkedBlockingQueue.java:435)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[657746](port=39799)-nio2-thread-3" #40 [69526] daemon prio=5 os_prio=0 cpu=75.00ms elapsed=4.17s tid=0x000070f80800c5e0 nid=69526 waiting on condition  [0x000070f7bdcfd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902c60> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.LinkedBlockingQueue.take(java.base@21.0.11/LinkedBlockingQueue.java:435)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Connect thread 127.0.0.2 session" #41 [69527] daemon prio=5 os_prio=0 cpu=21.24ms elapsed=3.80s tid=0x000070f8002818e0 nid=69527 runnable  [0x000070f7bdbfd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.Net.poll(java.base@21.0.11/Native Method)
	at sun.nio.ch.NioSocketImpl.park(java.base@21.0.11/NioSocketImpl.java:191)
	at sun.nio.ch.NioSocketImpl.timedRead(java.base@21.0.11/NioSocketImpl.java:280)
	at sun.nio.ch.NioSocketImpl.implRead(java.base@21.0.11/NioSocketImpl.java:304)
	at sun.nio.ch.NioSocketImpl.read(java.base@21.0.11/NioSocketImpl.java:346)
	at sun.nio.ch.NioSocketImpl$1.read(java.base@21.0.11/NioSocketImpl.java:796)
	at java.net.Socket$SocketInputStream.read(java.base@21.0.11/Socket.java:1099)
	at com.jcraft.jsch.IO.getByte(IO.java:95)
	at com.jcraft.jsch.Session.read(Session.java:1182)
	at com.jcraft.jsch.Session.run(Session.java:1783)
	at com.jcraft.jsch.Session$$Lambda/0x000070f7c04169c8.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"process reaper" #44 [69531] daemon prio=10 os_prio=0 cpu=4.56ms elapsed=3.04s tid=0x000070f7b8008c00 nid=69531 waiting on condition  [0x000070f8338b0000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fa6bd4d0> (a java.util.concurrent.SynchronousQueue$Transferer)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:410)
	at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.11/LinkedTransferQueue.java:452)
	at java.util.concurrent.SynchronousQueue$Transferer.xferLifo(java.base@21.0.11/SynchronousQueue.java:194)
	at java.util.concurrent.SynchronousQueue.xfer(java.base@21.0.11/SynchronousQueue.java:235)
	at java.util.concurrent.SynchronousQueue.poll(java.base@21.0.11/SynchronousQueue.java:338)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1069)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Attach Listener" #62 [69612] daemon prio=9 os_prio=0 cpu=0.68ms elapsed=0.28s tid=0x000070f7a8070d60 nid=69612 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"GC Thread#1" os_prio=0 cpu=114.63ms elapsed=31.02s tid=0x000070f7ac006120 nid=69331 runnable  

"VM Thread" os_prio=0 cpu=28.74ms elapsed=31.77s tid=0x000070f82c0ac940 nid=69306 runnable  

"VM Periodic Task Thread" os_prio=0 cpu=50.58ms elapsed=31.78s tid=0x000070f82c09b100 nid=69305 waiting on condition  

"G1 Service" os_prio=0 cpu=1.94ms elapsed=31.82s tid=0x000070f82c082410 nid=69303 runnable  

"G1 Refine#0" os_prio=0 cpu=60.35ms elapsed=31.82s tid=0x000070f82c081440 nid=69302 runnable  

"G1 Conc#0" os_prio=0 cpu=34.57ms elapsed=31.83s tid=0x000070f82c03fc50 nid=69301 runnable  

"G1 Main Marker" os_prio=0 cpu=0.50ms elapsed=31.83s tid=0x000070f82c03eca0 nid=69300 runnable  

"GC Thread#0" os_prio=0 cpu=83.47ms elapsed=31.83s tid=0x000070f82c03c6c0 nid=69299 runnable  

JNI global refs: 14, weak refs: 2

Heap
 garbage-first heap   total 65536K, used 54427K [0x00000000f8000000, 0x0000000100000000)
  region size 1024K, 35 young (35840K), 3 survivors (3072K)
 Metaspace       used 33371K, committed 33728K, reserved 1114112K
  class space    used 4306K, committed 4480K, reserved 1048576K

[BuildTestService] Build 8d5be5a4: status=COLLECTING
[BuildTestService] Build 8d5be5a4: status=COMPLETING
[DeletionWorker] Enqueued droplet 1 for deferred deletion
[DropletManager] Destroying droplet 1...
[DropletManager] Droplet 1 destroyed
[DeletionWorker] Successfully destroyed droplet 1
TIMEOUT: Process timed out after 30s
[JSTACK THREAD DUMPS BEGIN]
2026-07-12 20:20:09
Full thread dump OpenJDK 64-Bit Server VM (21.0.11+10-1-24.04.2-Ubuntu mixed mode, sharing):

Threads class SMR info:
_java_thread_list=0x000070f7a80716d0, length=32, elements={
0x000070f82c01be40, 0x000070f82c0b8480, 0x000070f82c0b9a00, 0x000070f82c0bb1b0,
0x000070f82c0bc800, 0x000070f82c0bddb0, 0x000070f82c0bf900, 0x000070f82c0c0fd0,
0x000070f82c0cd7c0, 0x000070f82c0d0b30, 0x000070f82c795790, 0x000070f82c79c020,
0x000070f82c7bd7f0, 0x000070f82c7d0d90, 0x000070f82c7daf90, 0x000070f82c7dd1e0,
0x000070f82c7de390, 0x000070f82c8958f0, 0x000070f8000053e0, 0x000070f800798700,
0x000070f800794630, 0x000070f8080020d0, 0x000070f800093300, 0x000070f800530470,
0x000070f8004cd010, 0x000070f8004cdc40, 0x000070f8004cf5c0, 0x000070f80800b360,
0x000070f80800c5e0, 0x000070f8002818e0, 0x000070f7b8008c00, 0x000070f7a8070d60
}

"main" #1 [69298] prio=5 os_prio=0 cpu=2752.73ms elapsed=31.66s tid=0x000070f82c01be40 nid=69298 waiting on condition  [0x000070f8335fd000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt.waitForBuildCompletion(e2eStreamBuildLogDuringExecution.kt:74)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt$e2eStreamBuildLogDuringExecution$1.invoke(e2eStreamBuildLogDuringExecution.kt:224)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt$e2eStreamBuildLogDuringExecution$1.invoke(e2eStreamBuildLogDuringExecution.kt:178)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt.withTestArchive(e2eStreamBuildLogDuringExecution.kt:125)
	at buildtest.embedded.E2eStreamBuildLogDuringExecutionKt.e2eStreamBuildLogDuringExecution(e2eStreamBuildLogDuringExecution.kt:178)
	at java.lang.invoke.DirectMethodHandle$Holder.invokeStatic(java.base@21.0.11/DirectMethodHandle$Holder)
	at java.lang.invoke.LambdaForm$MH/0x000070f7c0004800.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:153)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at kompile.TestRunner.executeTest(TestRunner.kt:16)
	at java.lang.invoke.LambdaForm$DMH/0x000070f7c0001800.invokeStatic(java.base@21.0.11/LambdaForm$DMH)
	at java.lang.invoke.LambdaForm$MH/0x000070f7c0004000.invoke(java.base@21.0.11/LambdaForm$MH)
	at java.lang.invoke.Invokers$Holder.invokeExact_MT(java.base@21.0.11/Invokers$Holder)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(java.base@21.0.11/DirectMethodHandleAccessor.java:154)
	at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(java.base@21.0.11/DirectMethodHandleAccessor.java:103)
	at java.lang.reflect.Method.invoke(java.base@21.0.11/Method.java:580)
	at community.kotlin.kompile.testrunner.bootstrap.BootstrapRunner.main(BootstrapRunner.java:308)

"Reference Handler" #9 [69307] daemon prio=10 os_prio=0 cpu=1.58ms elapsed=31.57s tid=0x000070f82c0b8480 nid=69307 waiting on condition  [0x000070f8301a5000]
   java.lang.Thread.State: RUNNABLE
	at java.lang.ref.Reference.waitForReferencePendingList(java.base@21.0.11/Native Method)
	at java.lang.ref.Reference.processPendingReferences(java.base@21.0.11/Reference.java:246)
	at java.lang.ref.Reference$ReferenceHandler.run(java.base@21.0.11/Reference.java:208)

"Finalizer" #10 [69308] daemon prio=8 os_prio=0 cpu=0.39ms elapsed=31.56s tid=0x000070f82c0b9a00 nid=69308 in Object.wait()  [0x000070f82bffe000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8811688> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.lang.ref.NativeReferenceQueue.await(java.base@21.0.11/NativeReferenceQueue.java:48)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:158)
	at java.lang.ref.NativeReferenceQueue.remove(java.base@21.0.11/NativeReferenceQueue.java:89)
	- locked <0x00000000f8811688> (a java.lang.ref.NativeReferenceQueue$Lock)
	at java.lang.ref.Finalizer$FinalizerThread.run(java.base@21.0.11/Finalizer.java:173)

"Signal Dispatcher" #11 [69309] daemon prio=9 os_prio=0 cpu=0.58ms elapsed=31.56s tid=0x000070f82c0bb1b0 nid=69309 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Service Thread" #12 [69310] daemon prio=9 os_prio=0 cpu=2.25ms elapsed=31.56s tid=0x000070f82c0bc800 nid=69310 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Monitor Deflation Thread" #13 [69311] daemon prio=9 os_prio=0 cpu=9.94ms elapsed=31.55s tid=0x000070f82c0bddb0 nid=69311 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"C2 CompilerThread0" #14 [69312] daemon prio=9 os_prio=0 cpu=4918.95ms elapsed=31.55s tid=0x000070f82c0bf900 nid=69312 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   Compiling: 2922       4       sun.security.provider.SHA::implCompress0 (478 bytes)

"C1 CompilerThread0" #15 [69313] daemon prio=9 os_prio=0 cpu=1703.26ms elapsed=31.55s tid=0x000070f82c0c0fd0 nid=69313 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE
   No compile task

"Notification Thread" #16 [69315] daemon prio=9 os_prio=0 cpu=0.10ms elapsed=31.49s tid=0x000070f82c0cd7c0 nid=69315 runnable  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" #17 [69316] daemon prio=8 os_prio=0 cpu=0.60ms elapsed=31.49s tid=0x000070f82c0d0b30 nid=69316 waiting on condition  [0x000070f81412d000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f88117b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1886)
	at java.lang.ref.ReferenceQueue.await(java.base@21.0.11/ReferenceQueue.java:71)
	at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.11/ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(java.base@21.0.11/ReferenceQueue.java:218)
	at jdk.internal.ref.CleanerImpl.run(java.base@21.0.11/CleanerImpl.java:140)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Thread-0" #20 [69413] daemon prio=5 os_prio=0 cpu=0.92ms elapsed=19.07s tid=0x000070f82c795790 nid=69413 runnable  [0x000070f7beefd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[268f106e](port=0)-timer-thread-1" #21 [69414] daemon prio=5 os_prio=0 cpu=4.45ms elapsed=19.04s tid=0x000070f82c79c020 nid=69414 waiting on condition  [0x000070f7bedfd000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8e33b18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Timer-0" #22 [69424] daemon prio=5 os_prio=0 cpu=0.33ms elapsed=18.59s tid=0x000070f82c7bd7f0 nid=69424 in Object.wait()  [0x000070f7becfd000]
   java.lang.Thread.State: WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8900700> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:339)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:537)
	- locked <0x00000000f8900700> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"Timer-1" #23 [69425] daemon prio=5 os_prio=0 cpu=0.45ms elapsed=18.54s tid=0x000070f82c7d0d90 nid=69425 in Object.wait()  [0x000070f7bebfd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f8900808> (a java.util.TaskQueue)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at java.util.TimerThread.mainLoop(java.base@21.0.11/Timer.java:563)
	- locked <0x00000000f8900808> (a java.util.TaskQueue)
	at java.util.TimerThread.run(java.base@21.0.11/Timer.java:516)

"deletion-worker" #26 [69427] daemon prio=5 os_prio=0 cpu=0.46ms elapsed=18.46s tid=0x000070f82c7daf90 nid=69427 in Object.wait()  [0x000070f7beafd000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
	at java.lang.Object.wait0(java.base@21.0.11/Native Method)
	- waiting on <0x00000000f89008d0> (a java.lang.Object)
	at java.lang.Object.wait(java.base@21.0.11/Object.java:366)
	at buildtest.embedded.DeletionWorker.run(DeletionWorker.kt:120)
	- locked <0x00000000f89008d0> (a java.lang.Object)
	at buildtest.embedded.DeletionWorker$$Lambda/0x000070f7c014db48.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"build-watchdog" #27 [69428] daemon prio=5 os_prio=0 cpu=9.59ms elapsed=18.45s tid=0x000070f82c7dd1e0 nid=69428 waiting on condition  [0x000070f7be9fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8900a88> (a java.util.concurrent.CountDownLatch$Sync)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:221)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@21.0.11/AbstractQueuedSynchronizer.java:788)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(java.base@21.0.11/AbstractQueuedSynchronizer.java:1133)
	at java.util.concurrent.CountDownLatch.await(java.base@21.0.11/CountDownLatch.java:230)
	at buildtest.embedded.BuildWatchdogKt.clockSleep(BuildWatchdog.kt:114)
	at buildtest.embedded.BuildWatchdog.loop(BuildWatchdog.kt:665)
	at buildtest.embedded.BuildWatchdog.start$lambda$5$lambda$3(BuildWatchdog.kt:224)
	at buildtest.embedded.BuildWatchdog$$Lambda/0x000070f7c014dd70.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"buildtest-auto-archive" #24 [69429] daemon prio=5 os_prio=0 cpu=2.09ms elapsed=18.45s tid=0x000070f82c7de390 nid=69429 waiting on condition  [0x000070f7be8fd000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
	at java.lang.Thread.sleep0(java.base@21.0.11/Native Method)
	at java.lang.Thread.sleep(java.base@21.0.11/Thread.java:509)
	at buildtest.embedded.BuildTestEmbeddedService.archiveThread$lambda$26(BuildTestEmbeddedService.kt:792)
	at buildtest.embedded.BuildTestEmbeddedService$$Lambda/0x000070f7c014c848.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"ForkJoinPool-1-worker-1" #29 [69430] daemon prio=5 os_prio=0 cpu=3249.90ms elapsed=18.36s tid=0x000070f82c8958f0  [0x000070f7be7fc000]
   Carrying virtual thread #28
	at jdk.internal.vm.Continuation.run(java.base@21.0.11/Continuation.java:251)
	at java.lang.VirtualThread.runContinuation(java.base@21.0.11/VirtualThread.java:245)
	at java.lang.VirtualThread$$Lambda/0x000070f7c00ba1a0.run(java.base@21.0.11/Unknown Source)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(java.base@21.0.11/ForkJoinTask.java:1423)
	at java.util.concurrent.ForkJoinTask.doExec(java.base@21.0.11/ForkJoinTask.java:387)
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(java.base@21.0.11/ForkJoinPool.java:1312)
	at java.util.concurrent.ForkJoinPool.scan(java.base@21.0.11/ForkJoinPool.java:1843)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1808)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"ForkJoinPool-1-worker-2" #30 [69431] daemon prio=5 os_prio=0 cpu=99.12ms elapsed=18.36s tid=0x000070f8000053e0 nid=69431 waiting on condition  [0x000070f7be6fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8902388> (a java.util.concurrent.ForkJoinPool)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.11/ForkJoinPool.java:1893)
	at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.11/ForkJoinPool.java:1809)
	at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.11/ForkJoinWorkerThread.java:188)

"Thread-6" #31 [69483] daemon prio=5 os_prio=0 cpu=15.28ms elapsed=11.44s tid=0x000070f800798700 nid=69483 runnable  [0x000070f7be5fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPort$EventHandlerTask.poll(java.base@21.0.11/EPollPort.java:199)
	at sun.nio.ch.EPollPort$EventHandlerTask.run(java.base@21.0.11/EPollPort.java:280)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[657746](port=39799)-timer-thread-1" #32 [69484] daemon prio=5 os_prio=0 cpu=4.08ms elapsed=11.43s tid=0x000070f800794630 nid=69484 waiting on condition  [0x000070f7be4fd000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902ae0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:269)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.11/AbstractQueuedSynchronizer.java:1797)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1182)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[657746](port=39799)-nio2-thread-1" #33 [69493] daemon prio=5 os_prio=0 cpu=498.78ms elapsed=9.18s tid=0x000070f8080020d0 nid=69493 waiting on condition  [0x000070f7be3fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902c60> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.LinkedBlockingQueue.take(java.base@21.0.11/LinkedBlockingQueue.java:435)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Read-Poller" #34 [69494] daemon prio=5 os_prio=0 cpu=1.01ms elapsed=9.15s tid=0x000070f800093300 nid=69494 runnable  [0x000070f7be2fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPoller.poll(java.base@21.0.11/EPollPoller.java:74)
	at sun.nio.ch.Poller.poll(java.base@21.0.11/Poller.java:370)
	at sun.nio.ch.Poller.pollLoop(java.base@21.0.11/Poller.java:277)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d16f0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Read-Updater" #35 [69495] daemon prio=5 os_prio=0 cpu=1.64ms elapsed=9.14s tid=0x000070f800530470 nid=69495 waiting on condition  [0x000070f7be1fd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9903258> (a java.util.concurrent.LinkedTransferQueue)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.11/LinkedTransferQueue.java:458)
	at java.util.concurrent.LinkedTransferQueue.xfer(java.base@21.0.11/LinkedTransferQueue.java:613)
	at java.util.concurrent.LinkedTransferQueue.take(java.base@21.0.11/LinkedTransferQueue.java:1257)
	at sun.nio.ch.Poller.updateLoop(java.base@21.0.11/Poller.java:293)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d1da0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Write-Poller" #36 [69496] daemon prio=5 os_prio=0 cpu=0.33ms elapsed=9.13s tid=0x000070f8004cd010 nid=69496 runnable  [0x000070f7be0fd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.EPoll.wait(java.base@21.0.11/Native Method)
	at sun.nio.ch.EPollPoller.poll(java.base@21.0.11/EPollPoller.java:74)
	at sun.nio.ch.Poller.poll(java.base@21.0.11/Poller.java:370)
	at sun.nio.ch.Poller.pollLoop(java.base@21.0.11/Poller.java:277)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d16f0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Write-Updater" #37 [69497] daemon prio=5 os_prio=0 cpu=0.36ms elapsed=9.12s tid=0x000070f8004cdc40 nid=69497 waiting on condition  [0x000070f7bdffd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9903040> (a java.util.concurrent.LinkedTransferQueue)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.11/LinkedTransferQueue.java:458)
	at java.util.concurrent.LinkedTransferQueue.xfer(java.base@21.0.11/LinkedTransferQueue.java:613)
	at java.util.concurrent.LinkedTransferQueue.take(java.base@21.0.11/LinkedTransferQueue.java:1257)
	at sun.nio.ch.Poller.updateLoop(java.base@21.0.11/Poller.java:293)
	at sun.nio.ch.Poller$$Lambda/0x000070f7c01d1da0.run(java.base@21.0.11/Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"VirtualThread-unparker" #38 [69498] daemon prio=5 os_prio=0 cpu=24.10ms elapsed=9.11s tid=0x000070f8004cf5c0 nid=69498 waiting on condition  [0x000070f7bdefd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f8905070> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:1170)
	at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.11/ScheduledThreadPoolExecutor.java:899)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"sshd-SshServer[657746](port=39799)-nio2-thread-2" #39 [69522] daemon prio=5 os_prio=0 cpu=285.55ms elapsed=4.79s tid=0x000070f80800b360 nid=69522 waiting on condition  [0x000070f7bddfd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902c60> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.LinkedBlockingQueue.take(java.base@21.0.11/LinkedBlockingQueue.java:435)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"sshd-SshServer[657746](port=39799)-nio2-thread-3" #40 [69526] daemon prio=5 os_prio=0 cpu=75.00ms elapsed=4.00s tid=0x000070f80800c5e0 nid=69526 waiting on condition  [0x000070f7bdcfd000]
   java.lang.Thread.State: WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000f9902c60> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
	at java.util.concurrent.locks.LockSupport.park(java.base@21.0.11/LockSupport.java:371)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.11/AbstractQueuedSynchronizer.java:519)
	at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.11/ForkJoinPool.java:3780)
	at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.11/ForkJoinPool.java:3725)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.11/AbstractQueuedSynchronizer.java:1746)
	at java.util.concurrent.LinkedBlockingQueue.take(java.base@21.0.11/LinkedBlockingQueue.java:435)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1070)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"Connect thread 127.0.0.2 session" #41 [69527] daemon prio=5 os_prio=0 cpu=21.24ms elapsed=3.63s tid=0x000070f8002818e0 nid=69527 runnable  [0x000070f7bdbfd000]
   java.lang.Thread.State: RUNNABLE
	at sun.nio.ch.Net.poll(java.base@21.0.11/Native Method)
	at sun.nio.ch.NioSocketImpl.park(java.base@21.0.11/NioSocketImpl.java:191)
	at sun.nio.ch.NioSocketImpl.timedRead(java.base@21.0.11/NioSocketImpl.java:280)
	at sun.nio.ch.NioSocketImpl.implRead(java.base@21.0.11/NioSocketImpl.java:304)
	at sun.nio.ch.NioSocketImpl.read(java.base@21.0.11/NioSocketImpl.java:346)
	at sun.nio.ch.NioSocketImpl$1.read(java.base@21.0.11/NioSocketImpl.java:796)
	at java.net.Socket$SocketInputStream.read(java.base@21.0.11/Socket.java:1099)
	at com.jcraft.jsch.IO.getByte(IO.java:95)
	at com.jcraft.jsch.Session.read(Session.java:1182)
	at com.jcraft.jsch.Session.run(Session.java:1783)
	at com.jcraft.jsch.Session$$Lambda/0x000070f7c04169c8.run(Unknown Source)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)

"process reaper" #44 [69531] daemon prio=10 os_prio=0 cpu=4.56ms elapsed=2.87s tid=0x000070f7b8008c00 nid=69531 waiting on condition  [0x000070f8338b0000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at jdk.internal.misc.Unsafe.park(java.base@21.0.11/Native Method)
	- parking to wait for  <0x00000000fa6bd4d0> (a java.util.concurrent.SynchronousQueue$Transferer)
	at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.11/LockSupport.java:410)
	at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.11/LinkedTransferQueue.java:452)
	at java.util.concurrent.SynchronousQueue$Transferer.xferLifo(java.base@21.0.11/SynchronousQueue.java:194)
	at java.util.concurrent.SynchronousQueue.xfer(java.base@21.0.11/SynchronousQueue.java:235)
	at java.util.concurrent.SynchronousQueue.poll(java.base@21.0.11/SynchronousQueue.java:338)
	at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.11/ThreadPoolExecutor.java:1069)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.11/ThreadPoolExecutor.java:1130)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.11/ThreadPoolExecutor.java:642)
	at java.lang.Thread.runWith(java.base@21.0.11/Thread.java:1596)
	at java.lang.Thread.run(java.base@21.0.11/Thread.java:1583)
	at jdk.internal.misc.InnocuousThread.run(java.base@21.0.11/InnocuousThread.java:186)

"Attach Listener" #62 [69612] daemon prio=9 os_prio=0 cpu=0.51ms elapsed=0.10s tid=0x000070f7a8070d60 nid=69612 waiting on condition  [0x0000000000000000]
   java.lang.Thread.State: RUNNABLE

"GC Thread#1" os_prio=0 cpu=114.63ms elapsed=30.85s tid=0x000070f7ac006120 nid=69331 runnable  

"VM Thread" os_prio=0 cpu=23.91ms elapsed=31.59s tid=0x000070f82c0ac940 nid=69306 runnable  

"VM Periodic Task Thread" os_prio=0 cpu=50.48ms elapsed=31.61s tid=0x000070f82c09b100 nid=69305 waiting on condition  

"G1 Service" os_prio=0 cpu=1.94ms elapsed=31.64s tid=0x000070f82c082410 nid=69303 runnable  

"G1 Refine#0" os_prio=0 cpu=60.16ms elapsed=31.64s tid=0x000070f82c081440 nid=69302 runnable  

"G1 Conc#0" os_prio=0 cpu=34.57ms elapsed=31.65s tid=0x000070f82c03fc50 nid=69301 runnable  

"G1 Main Marker" os_prio=0 cpu=0.50ms elapsed=31.65s tid=0x000070f82c03eca0 nid=69300 runnable  

"GC Thread#0" os_prio=0 cpu=83.47ms elapsed=31.65s tid=0x000070f82c03c6c0 nid=69299 runnable  

JNI global refs: 14, weak refs: 2

[JSTACK THREAD DUMPS END]
PASSEDbuildtest.embeddedlistBuildRunsPaginatedDoesNotBlockOnArchival12468ms
Console output (70 bytes)
PASSED buildtest.embedded.listBuildRunsPaginatedDoesNotBlockOnArchival
PASSEDbuildtest.embeddede2eBuildWithFailingTests32724ms
Console output (50 bytes)
PASSED buildtest.embedded.e2eBuildWithFailingTests
PASSEDbuildtest.embeddede2eShardedRunRecordsAllLifecyclePhaseTimestamps30712ms
Console output (73 bytes)
PASSED buildtest.embedded.e2eShardedRunRecordsAllLifecyclePhaseTimestamps
PASSEDbuildtest.embeddedbuildKompileCommandIncludesHeapDumpOnOom2976ms
Console output (66 bytes)
PASSED buildtest.embedded.buildKompileCommandIncludesHeapDumpOnOom
PASSEDbuildtest.embeddedtestExtractBtrPayloadStripsLeadingAnsi2675ms
Console output (64 bytes)
PASSED buildtest.embedded.testExtractBtrPayloadStripsLeadingAnsi
PASSEDbuildtest.embeddedboundedCollectionLimitCapIsEnforced4408ms
Console output (61 bytes)
PASSED buildtest.embedded.boundedCollectionLimitCapIsEnforced
PASSEDbuildtest.embeddedcalculateWholeBuildTimeout_noTests3039ms
Console output (60 bytes)
PASSED buildtest.embedded.calculateWholeBuildTimeout_noTests
PASSEDbuildtest.embeddedtestFleetStatusReportsPendingRunsAndBuildtestDroplets2909ms
Console output (79 bytes)
PASSED buildtest.embedded.testFleetStatusReportsPendingRunsAndBuildtestDroplets
PASSEDbuildtest.embeddeddeletionWorkerStartIsThreadSafe13780ms
Console output (57 bytes)
PASSED buildtest.embedded.deletionWorkerStartIsThreadSafe
PASSEDbuildtest.embeddedstressTestDeletionWorkerDoesNotRaceWithLoadFromDisk11389ms
Console output (77 bytes)
PASSED buildtest.embedded.stressTestDeletionWorkerDoesNotRaceWithLoadFromDisk
PASSEDbuildtest.embeddedgetArtifactChunkSingleByteReads3062ms
Console output (57 bytes)
PASSED buildtest.embedded.getArtifactChunkSingleByteReads
PASSEDbuildtest.embeddedwatchdogStateJsonRoundTrip2515ms
Console output (52 bytes)
PASSED buildtest.embedded.watchdogStateJsonRoundTrip
PASSEDbuildtest.embeddedgetExecutionDurationStatsStreamsLargeGlobalLogUnderTightHeap11314ms
Console output (86 bytes)
PASSED buildtest.embedded.getExecutionDurationStatsStreamsLargeGlobalLogUnderTightHeap
PASSEDbuildtest.embeddedwatchdogDoesNotKillQueuedRunViaWholeBuildTimeout27468ms
Console output (74 bytes)
PASSED buildtest.embedded.watchdogDoesNotKillQueuedRunViaWholeBuildTimeout
PASSEDbuildtest.embeddede2eNonRateLimitProvisioningFailureStillHardFails9925ms
Console output (74 bytes)
PASSED buildtest.embedded.e2eNonRateLimitProvisioningFailureStillHardFails
PASSEDbuildtest.embeddeduploadMergeBaseChunkValidationErrors3480ms
Console output (62 bytes)
PASSED buildtest.embedded.uploadMergeBaseChunkValidationErrors
PASSEDbuildtest.embeddedwatchdogDetectsArchivedDropletAsDead2729ms
Console output (62 bytes)
PASSED buildtest.embedded.watchdogDetectsArchivedDropletAsDead
PASSEDbuildtest.embeddedgetBuildLogChunkLengthMatchesContentUtf8Bytes2593ms
Console output (71 bytes)
PASSED buildtest.embedded.getBuildLogChunkLengthMatchesContentUtf8Bytes
PASSEDbuildtest.embeddede2eRateLimitRequeueBackoffExitsOnTerminal9933ms
Console output (67 bytes)
PASSED buildtest.embedded.e2eRateLimitRequeueBackoffExitsOnTerminal
PASSEDbuildtest.embeddedperftestGitContextForRunLogsUnusedMergeBaseArchiveWithoutIdentity1973ms
Console output (91 bytes)
PASSED buildtest.embedded.perftestGitContextForRunLogsUnusedMergeBaseArchiveWithoutIdentity
PASSEDbuildtest.embeddedbuildRunImplJsonRoundTrip_overrideJarRunId2128ms
Console output (68 bytes)
PASSED buildtest.embedded.buildRunImplJsonRoundTrip_overrideJarRunId
PASSEDbuildtest.embeddedwatchdogReapsExpiredBuildLease2360ms
Console output (56 bytes)
PASSED buildtest.embedded.watchdogReapsExpiredBuildLease
PASSEDbuildtest.embeddedwatchdogDoesNotFailBuildOnApiException2436ms
Console output (64 bytes)
PASSED buildtest.embedded.watchdogDoesNotFailBuildOnApiException
PASSEDbuildtest.embeddedshardPlanningPartitionsTestsCoverAllTests2269ms
Console output (67 bytes)
PASSED buildtest.embedded.shardPlanningPartitionsTestsCoverAllTests
PASSEDbuildtest.embeddedprocessRunnerEventTruncatesOversizedConsoleEventInsteadOfFailingShard3971ms
Console output (95 bytes)
PASSED buildtest.embedded.processRunnerEventTruncatesOversizedConsoleEventInsteadOfFailingShard
PASSEDbuildtest.embeddedcollectingRunWithDropletInfoIsResumedNotImmediatelyFailed5203ms
Console output (83 bytes)
PASSED buildtest.embedded.collectingRunWithDropletInfoIsResumedNotImmediatelyFailed
PASSEDbuildtest.embeddedsshExecutorConfiguresKeepaliveForDeadPeerDetection14730ms
Console output (76 bytes)
PASSED buildtest.embedded.sshExecutorConfiguresKeepaliveForDeadPeerDetection
PASSEDbuildtest.embeddede2eRunnerStreamSilentStallRecoversViaSpoolReattach28627ms
Console output (76 bytes)
PASSED buildtest.embedded.e2eRunnerStreamSilentStallRecoversViaSpoolReattach
PASSEDbuildtest.embeddedtestRunningTestsFinalizedToFailedOnBuildCompletion3110ms
Console output (76 bytes)
PASSED buildtest.embedded.testRunningTestsFinalizedToFailedOnBuildCompletion
PASSEDbuildtest.embeddeddeletedRunNotResurrectedByAutoArchival9600ms
Console output (64 bytes)
PASSED buildtest.embedded.deletedRunNotResurrectedByAutoArchival
PASSEDbuildtest.embeddedwatchdogAdmissionExpiryPreservesCountsWhenProjectionUnreadable3377ms
Console output (88 bytes)
PASSED buildtest.embedded.watchdogAdmissionExpiryPreservesCountsWhenProjectionUnreadable
PASSEDbuildtest.embeddedinstallDependenciesInstallsDocker17393ms
Console output (59 bytes)
PASSED buildtest.embedded.installDependenciesInstallsDocker
PASSEDbuildtest.embeddede2eShardedBuildRuleAndArtifactCollectedFromShardZero28324ms
Console output (78 bytes)
PASSED buildtest.embedded.e2eShardedBuildRuleAndArtifactCollectedFromShardZero
PASSEDbuildtest.embeddedreaperIdempotentUnderOverlap3446ms
Console output (54 bytes)
PASSED buildtest.embedded.reaperIdempotentUnderOverlap
PASSEDbuildtest.embeddede2eGetBuildLogAndTestResultsAfterCompletion26826ms
Console output (69 bytes)
PASSED buildtest.embedded.e2eGetBuildLogAndTestResultsAfterCompletion
PASSEDbuildtest.embeddedsubmitBuildUsesArtifactCoordinatesAsProjectNames11103ms
Console output (74 bytes)
PASSED buildtest.embedded.submitBuildUsesArtifactCoordinatesAsProjectNames
PASSEDbuildtest.embeddedtestExecutionResourceStatsPercentilesFromBoundedWindow5739ms
Console output (80 bytes)
PASSED buildtest.embedded.testExecutionResourceStatsPercentilesFromBoundedWindow
PASSEDbuildtest.embeddede2eMultipleSequentialBuilds31368ms
Console output (53 bytes)
PASSED buildtest.embedded.e2eMultipleSequentialBuilds
PASSEDbuildtest.embeddedbuildKompileCommandWithBuildRule2852ms
Console output (58 bytes)
PASSED buildtest.embedded.buildKompileCommandWithBuildRule
PASSEDbuildtest.embeddedtestStartupFinalizesTestsInAlreadyFailedBuilds2905ms
Console output (72 bytes)
PASSED buildtest.embedded.testStartupFinalizesTestsInAlreadyFailedBuilds
PASSEDbuildtest.embeddedcoldSpoolDrainDoesNotMarkExactlyCapLineWithNewline18165ms
Console output (76 bytes)
PASSED buildtest.embedded.coldSpoolDrainDoesNotMarkExactlyCapLineWithNewline
PASSEDbuildtest.embeddedcompactedConsoleOutputReplaysAfterServiceRestart4237ms
Console output (74 bytes)
PASSED buildtest.embedded.compactedConsoleOutputReplaysAfterServiceRestart
PASSEDbuildtest.embeddedgetBuildRunAndDeleteBuildRunRaceIsSafe3908ms
Console output (64 bytes)
PASSED buildtest.embedded.getBuildRunAndDeleteBuildRunRaceIsSafe
PASSEDbuildtest.embeddedexecStreamingTruncatedGiantLineEventuallyEvictedByLaterOutput18353ms
Console output (87 bytes)
PASSED buildtest.embedded.execStreamingTruncatedGiantLineEventuallyEvictedByLaterOutput
PASSEDbuildtest.embeddedpathTraversalRunIdCannotReadFilesOutsideRunsDir2140ms
Console output (73 bytes)
PASSED buildtest.embedded.pathTraversalRunIdCannotReadFilesOutsideRunsDir
PASSEDbuildtest.embeddede2eShardedBuildShardInfraFailureFailsRunAndCleansDroplets29528ms
Console output (83 bytes)
PASSED buildtest.embedded.e2eShardedBuildShardInfraFailureFailsRunAndCleansDroplets
PASSEDbuildtest.embeddede2eResumeFromInstallingPassesThroughCollectingStatus18037ms
Console output (78 bytes)
PASSED buildtest.embedded.e2eResumeFromInstallingPassesThroughCollectingStatus
PASSEDbuildtest.embeddede2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit10794ms
Console output (86 bytes)
PASSED buildtest.embedded.e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit
PASSEDbuildtest.embeddedshardTestSpecUsesBareNameForNoPackageTests1843ms
Console output (68 bytes)
PASSED buildtest.embedded.shardTestSpecUsesBareNameForNoPackageTests
PASSEDbuildtest.embeddede2eShardedRunResumeFinalizesUncollectedTestsAsFailed26787ms
Console output (78 bytes)
PASSED buildtest.embedded.e2eShardedRunResumeFinalizesUncollectedTestsAsFailed
PASSEDbuildtest.embeddedwatchdogLogInspectionIsBoundedAndProvisioningOnly2528ms
Console output (75 bytes)
PASSED buildtest.embedded.watchdogLogInspectionIsBoundedAndProvisioningOnly
PASSEDbuildtest.embeddedexecStreamingHugeConsoleOutputLineDoesNotOomService25673ms
Console output (77 bytes)
PASSED buildtest.embedded.execStreamingHugeConsoleOutputLineDoesNotOomService
PASSEDbuildtest.embeddedstartupLogsEffectiveAdmissionConfiguration2811ms
Console output (68 bytes)
PASSED buildtest.embedded.startupLogsEffectiveAdmissionConfiguration
PASSEDbuildtest.embeddedexecutionDurationEntryImplRoundTrip2508ms
Console output (61 bytes)
PASSED buildtest.embedded.executionDurationEntryImplRoundTrip
PASSEDbuildtest.embeddedrenewBuildLeaseJoinTimeoutStillAdvances3608ms
Console output (65 bytes)
PASSED buildtest.embedded.renewBuildLeaseJoinTimeoutStillAdvances
PASSEDbuildtest.embeddedgetExecutionDurationStatsBoundedMethodsReturnWindowsAndFilters3283ms
Console output (88 bytes)
PASSED buildtest.embedded.getExecutionDurationStatsBoundedMethodsReturnWindowsAndFilters
FAILEDbuildtest.embeddede2eUpdateStatusDoesNotOverwriteTerminalStatus42275msjava.lang.RuntimeException: Test 'e2eUpdateStatusDoesNotOverwriteTerminalStatus' timed out after 30000ms at kompile.WorkspaceKt.executeTestInSeparateJvm(Workspace.kt:1651) at kompile.WorkspaceKt.runTests$lambda$77$lambda$76(Workspace.kt:2455) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583)
Console output (5475 bytes)
[BuildTestService] Loaded 0 build runs from disk (0 archived runs left on disk, paged on demand)
[BuildTestService] Background recovery complete (0 dirs scanned, 0 recovered, 0 already-recovered skipped)
[BuildTestService] WARNING: Admission configuration: dropletLimit=0, active=false; fleet admission control is disabled
[DeletionWorker] Started (pending: 0)
[BuildWatchdog] Started
[BuildTestService] Build submitted: runId=cd7cd188, label=updatestatus-test-build, buildRule=null, testSpecs=[], outputRequested=false, archiveSize=316)
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
warning: test rule 'updatestatus.project.buildMaven' at /tmp/buildscript-parse-16401662801960758867/build.kts is annotated with @MavenArtifactCoordinates. @MavenArtifactCoordinates can only be applied to functions which produce maven artifacts. [unhandled MavenAnnotationOnTestRuleWarningEffect from BuildscriptCache.kt:1477]
[BuildTestService] Calculated whole-build timeout: 30 minutes from 0 test(s) (total test time: 0s, buffer: 30 min)
[BuildTestService] Build cd7cd188: status=PROVISIONING
[DropletManager] Will try regions in order: sfo3, nyc3
[DropletManager] Creating droplet: name=buildtest-cd7cd188, region=sfo3, size=s-2vcpu-4gb, image=226128685
[DropletManager] Droplet created: id=12345, name=buildtest-cd7cd188, status=new, region=sfo3
[DropletManager] Waiting for droplet 12345 to become active...
[DropletManager] Droplet 12345 status: new, ip: '' (0s elapsed)
[DropletManager] Renewing lease for droplet 12345...
[BuildTestService] WARNING: Failed to renew droplet lease for run 'cd7cd188', droplet 12345: UnsupportedOperationException: no message. The build lease timestamp was not changed because this was a watchdog droplet keepalive, not a successful consumer renewBuildLease call.
[DropletManager] Renewing lease for droplet 12345...
[BuildTestService] WARNING: Failed to renew droplet lease for run 'cd7cd188', droplet 12345: UnsupportedOperationException: no message. The build lease timestamp was not changed because this was a watchdog droplet keepalive, not a successful consumer renewBuildLease call.
[DropletManager] Renewing lease for droplet 12345...
[BuildTestService] WARNING: Failed to renew droplet lease for run 'cd7cd188', droplet 12345: UnsupportedOperationException: no message. The build lease timestamp was not changed because this was a watchdog droplet keepalive, not a successful consumer renewBuildLease call.
[DropletManager] Renewing lease for droplet 12345...
[BuildTestService] WARNING: Failed to renew droplet lease for run 'cd7cd188', droplet 12345: UnsupportedOperationException: no message. The build lease timestamp was not changed because this was a watchdog droplet keepalive, not a successful consumer renewBuildLease call.
[DropletManager] Renewing lease for droplet 12345...
[BuildTestService] WARNING: Failed to renew droplet lease for run 'cd7cd188', droplet 12345: UnsupportedOperationException: no message. The build lease timestamp was not changed because this was a watchdog droplet keepalive, not a successful consumer renewBuildLease call.
[BuildTestService] Build cd7cd188 failed: Provisioning stopped for runId=cd7cd188 shardIndex=0 method=getDroplet attempts=1/3 elapsedMs=900000 classification=INFRASTRUCTURE/PROVISIONING dropletId=12345 reason=terminal-or-sibling-failure status=FAILED threadInterrupted=false cause=ProvisioningStoppedForTerminalRunException: Provisioning stopped for runId=cd7cd188 because the run is terminal or a sibling shard failed; status=FAILED
buildtest.embedded.BuildTestEmbeddedService$ProvisioningFailureException: Provisioning stopped for runId=cd7cd188 shardIndex=0 method=getDroplet attempts=1/3 elapsedMs=900000 classification=INFRASTRUCTURE/PROVISIONING dropletId=12345 reason=terminal-or-sibling-failure status=FAILED threadInterrupted=false cause=ProvisioningStoppedForTerminalRunException: Provisioning stopped for runId=cd7cd188 because the run is terminal or a sibling shard failed; status=FAILED
[BuildTestService] Watchdog failed stale build cd7cd188
	at buildtest.embedded.BuildTestEmbeddedService.provisionShardWithRetry(BuildTestEmbeddedService.kt:3125)
	at buildtest.embedded.BuildTestEmbeddedService.runShardPipeline(BuildTestEmbeddedService.kt:3301)
	at buildtest.embedded.BuildTestEmbeddedService.executeBuild(BuildTestEmbeddedService.kt:3580)
	at buildtest.embedded.BuildTestEmbeddedService.prepareAndExecuteBuild(BuildTestEmbeddedService.kt:1207)
	at buildtest.embedded.BuildTestEmbeddedService.submitBuildFromArchiveFile$lambda$32(BuildTestEmbeddedService.kt:966)
	at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)
Caused by: buildtest.embedded.BuildTestEmbeddedService$ProvisioningStoppedForTerminalRunException: Provisioning stopped for runId=cd7cd188 because the run is terminal or a sibling shard failed; status=FAILED
	at buildtest.embedded.BuildTestEmbeddedService.provisionShardWithRetry(BuildTestEmbeddedService.kt:3033)
	... 5 more
[BuildWatchdog] Destroyed orphaned droplet 12345 for run cd7cd188
[DeletionWorker] Enqueued droplet 12345 for deferred deletion
[DropletManager] Destroying droplet 12345...
[DropletManager] Droplet 12345 destroyed
[DeletionWorker] Successfully destroyed droplet 12345
TIMEOUT: Process timed out after 30s
[JSTACK THREAD DUMPS BEGIN]
75290: non existent JVM pid: 75290
[JSTACK THREAD DUMPS END]
PASSEDbuildtest.embeddedexecStreamingTruncatedGiantLineSurvivesModestSubsequentOutput14579ms
Console output (87 bytes)
PASSED buildtest.embedded.execStreamingTruncatedGiantLineSurvivesModestSubsequentOutput
PASSEDbuildtest.embeddedbuildRuleProjectionSwapsWhenLongerDurationArrivesLater2449ms
Console output (80 bytes)
PASSED buildtest.embedded.buildRuleProjectionSwapsWhenLongerDurationArrivesLater
PASSEDbuildtest.embeddedwatchdogDoesNotFailBuildBelowMaxDuration2927ms
Console output (66 bytes)
PASSED buildtest.embedded.watchdogDoesNotFailBuildBelowMaxDuration
PASSEDbuildtest.embeddedbuildKompileCommandExitCodePathIsConfigurable1903ms
Console output (71 bytes)
PASSED buildtest.embedded.buildKompileCommandExitCodePathIsConfigurable
PASSEDbuildtest.embeddedbuildRuleProjectionDistinctRuleNamesNotCollapsed1646ms
Console output (74 bytes)
PASSED buildtest.embedded.buildRuleProjectionDistinctRuleNamesNotCollapsed
PASSEDbuildtest.embeddedincrementalBuildLogFlushesImmediately1732ms
Console output (63 bytes)
PASSED buildtest.embedded.incrementalBuildLogFlushesImmediately
PASSEDbuildtest.embeddedinstallDependenciesSetsDpkgLockTimeout11423ms
Console output (64 bytes)
PASSED buildtest.embedded.installDependenciesSetsDpkgLockTimeout
PASSEDbuildtest.embeddede2eGetBuildRunReturnsMutableInternalState20208ms
Console output (67 bytes)
PASSED buildtest.embedded.e2eGetBuildRunReturnsMutableInternalState
PASSEDbuildtest.embeddedprocessRunnerEventTruncatesOversizeNonConsoleEventLine2660ms
Console output (80 bytes)
PASSED buildtest.embedded.processRunnerEventTruncatesOversizeNonConsoleEventLine
PASSEDbuildtest.embeddede2eResumeFromInstallingRecoverFromSshChannelFailure28506ms
Console output (77 bytes)
PASSED buildtest.embedded.e2eResumeFromInstallingRecoverFromSshChannelFailure
PASSEDbuildtest.embeddedrenewBuildLeaseThrowsForUnknownRunId5903ms
Console output (62 bytes)
PASSED buildtest.embedded.renewBuildLeaseThrowsForUnknownRunId
PASSEDbuildtest.embeddede2eAdmissionWakesPromptlyWhenCapacityFrees18033ms
Console output (68 bytes)
PASSED buildtest.embedded.e2eAdmissionWakesPromptlyWhenCapacityFrees
PASSEDbuildtest.embeddedtestProcessRunnerEventDoneIsNoOp1027ms
Console output (58 bytes)
PASSED buildtest.embedded.testProcessRunnerEventDoneIsNoOp
PASSEDbuildtest.embeddedbuildRunImplJsonBackwardCompatibility979ms
Console output (63 bytes)
PASSED buildtest.embedded.buildRunImplJsonBackwardCompatibility
PASSEDbuildtest.embeddede2eDeleteBuildRunCleansUpDroplet23365ms
Console output (58 bytes)
PASSED buildtest.embedded.e2eDeleteBuildRunCleansUpDroplet
PASSEDbuildtest.embeddedtestProcessRunnerEventBuildRuleDerivesStartedAt1949ms
Console output (73 bytes)
PASSED buildtest.embedded.testProcessRunnerEventBuildRuleDerivesStartedAt
PASSEDbuildtest.embeddede2eShardedRunOneShardChannelDeathRecoversViaSpoolReattach32719ms
Console output (83 bytes)
PASSED buildtest.embedded.e2eShardedRunOneShardChannelDeathRecoversViaSpoolReattach
PASSEDbuildtest.embeddede2eStaleKillStopsZombieProvisioningRetries11000ms
Console output (68 bytes)
PASSED buildtest.embedded.e2eStaleKillStopsZombieProvisioningRetries
PASSEDbuildtest.embeddedgetBuildLogChunkWithNegativeLengthDoesNotExceedTotalSize2762ms
Console output (82 bytes)
PASSED buildtest.embedded.getBuildLogChunkWithNegativeLengthDoesNotExceedTotalSize
PASSEDbuildtest.embeddeddropletManagerRejectsEmptyRegionsList2662ms
Console output (63 bytes)
PASSED buildtest.embedded.dropletManagerRejectsEmptyRegionsList
PASSEDbuildtest.embeddedbuildKompileCommandQuotesTestSpecsWithSpaces2277ms
Console output (70 bytes)
PASSED buildtest.embedded.buildKompileCommandQuotesTestSpecsWithSpaces
PASSEDbuildtest.embeddedtestResultImplJsonRoundTrip1629ms
Console output (53 bytes)
PASSED buildtest.embedded.testResultImplJsonRoundTrip
PASSEDbuildtest.embeddedinProgressUploadNeverFinalizedIsReapedByWatchdog2532ms
Console output (74 bytes)
PASSED buildtest.embedded.inProgressUploadNeverFinalizedIsReapedByWatchdog
PASSEDbuildtest.embeddedtestProcessRunnerEventBuildRuleRecordsEndedAt1924ms
Console output (71 bytes)
PASSED buildtest.embedded.testProcessRunnerEventBuildRuleRecordsEndedAt
PASSEDbuildtest.embeddedtestCompletedFallbackStartedAtFromReceiveTimeMinusDuration2374ms
Console output (84 bytes)
PASSED buildtest.embedded.testCompletedFallbackStartedAtFromReceiveTimeMinusDuration
PASSEDbuildtest.embeddeddropletCreationRetryAfterProviderTimeoutDoesNotLeak21848ms
Console output (77 bytes)
PASSED buildtest.embedded.dropletCreationRetryAfterProviderTimeoutDoesNotLeak
PASSEDbuildtest.embeddeddeletionWorkerProcessesEnqueuedDeletionPromptly4663ms
Console output (73 bytes)
PASSED buildtest.embedded.deletionWorkerProcessesEnqueuedDeletionPromptly
PASSEDbuildtest.embeddede2eCancellationDuringDestroyingIsLost20387ms
Console output (63 bytes)
PASSED buildtest.embedded.e2eCancellationDuringDestroyingIsLost
PASSEDbuildtest.embeddedtestDiscoveryFromArchiveHandlesMultipleProjects7384ms
Console output (73 bytes)
PASSED buildtest.embedded.testDiscoveryFromArchiveHandlesMultipleProjects
PASSEDbuildtest.embeddedtestDisabledTestsSurviveFinalization1952ms
Console output (62 bytes)
PASSED buildtest.embedded.testDisabledTestsSurviveFinalization
PASSEDbuildtest.embeddedbuildRuleResultImplStartedAtJsonRoundTrip1389ms
Console output (67 bytes)
PASSED buildtest.embedded.buildRuleResultImplStartedAtJsonRoundTrip

Build Log

[2026-07-12 19:46:31] Resuming build after service restart (was PENDING)
[2026-07-12 19:46:31] Project names empty — running deferred preparation from archive
[2026-07-12 19:46:57] Extracted project names: [buildtest.embedded:buildtest-embedded]
[2026-07-12 19:46:57] Discovered 529 tests from archive
[2026-07-12 19:46:57] No droplet allocated, provisioning from scratch...
[2026-07-12 19:46:59] Droplet created: id=584120140, name=buildtest-5fd47bc8
[2026-07-12 19:48:02] Droplet active at 164.92.66.163
[2026-07-12 19:48:04] SSH access granted to droplet 584120140
[2026-07-12 19:48:04] Droplet active at 164.92.66.163
[2026-07-12 19:48:05] SSH connected to 164.92.66.163
[2026-07-12 19:48:07] kompile-cli has not been started, running build from scratch on droplet
[2026-07-12 19:48:07] Installing dependencies...
Dependencies already present (snapshot image), skipping installation
Java: openjdk version "21.0.10" 2026-01-20
Node.js: v18.19.1
Chromium: /usr/bin/chromium-browser
Coursier: /root/tools/coursier
Docker already present: Docker version 29.1.3, build 29.1.3-0ubuntu3~24.04.1
haveged already present
securerandom.source=file:/dev/urandom already set in /usr/lib/jvm/java-21-openjdk-amd64/conf/security/java.security
Waiting for cloud-init to complete...
.........................................................................................................................status: done
cloud-init done

Extracting templates from packages: 22%
Extracting templates from packages: 44%
Extracting templates from packages: 66%
Extracting templates from packages: 88%
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../tar_1.35+dfsg-3ubuntu0.2_amd64.deb ...
Unpacking tar (1.35+dfsg-3ubuntu0.2) over (1.35+dfsg-3build1) ...
Setting up tar (1.35+dfsg-3ubuntu0.2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.6ubuntu6.6_amd64.deb ...
Unpacking dpkg (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
Setting up dpkg (1.22.6ubuntu6.6) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../gzip_1.12-1ubuntu3.2_amd64.deb ...
Unpacking gzip (1.12-1ubuntu3.2) over (1.12-1ubuntu3.1) ...
Setting up gzip (1.12-1ubuntu3.2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../ncurses-bin_6.4+20240113-1ubuntu2.1_amd64.deb ...
Unpacking ncurses-bin (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
Setting up ncurses-bin (6.4+20240113-1ubuntu2.1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../libperl5.38t64_5.38.2-3.2ubuntu0.3_amd64.deb ...
Unpacking libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
Preparing to unpack .../perl_5.38.2-3.2ubuntu0.3_amd64.deb ...
Unpacking perl (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.3_amd64.deb ...
Unpacking perl-base (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
Setting up perl-base (5.38.2-3.2ubuntu0.3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../perl-modules-5.38_5.38.2-3.2ubuntu0.3_all.deb ...
Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
Preparing to unpack .../sed_4.9-2ubuntu0.24.04.1_amd64.deb ...
Unpacking sed (4.9-2ubuntu0.24.04.1) over (4.9-2build1) ...
Setting up sed (4.9-2ubuntu0.24.04.1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../ncurses-base_6.4+20240113-1ubuntu2.1_all.deb ...
Unpacking ncurses-base (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
Setting up ncurses-base (6.4+20240113-1ubuntu2.1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../ncurses-term_6.4+20240113-1ubuntu2.1_all.deb ...
Unpacking ncurses-term (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
Preparing to unpack .../libpython3.12t64_3.12.3-1ubuntu0.15_amd64.deb ...
Unpacking libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
Preparing to unpack .../libssl-dev_3.0.13-0ubuntu3.11_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
Preparing to unpack .../libssl3t64_3.0.13-0ubuntu3.11_amd64.deb ...
Unpacking libssl3t64:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
Setting up libssl3t64:amd64 (3.0.13-0ubuntu3.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../0-python3.12_3.12.3-1ubuntu0.15_amd64.deb ...
Unpacking python3.12 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
Preparing to unpack .../1-libpython3.12-stdlib_3.12.3-1ubuntu0.15_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
Preparing to unpack .../2-python3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
Unpacking python3.12-minimal (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
Preparing to unpack .../3-libpython3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
Preparing to unpack .../4-tzdata_2026b-0ubuntu0.24.04.1_all.deb ...
Unpacking tzdata (2026b-0ubuntu0.24.04.1) over (2026a-0ubuntu0.24.04.1) ...
Preparing to unpack .../5-liblzma5_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
Unpacking liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
Setting up liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../libncurses6_6.4+20240113-1ubuntu2.1_amd64.deb ...
Unpacking libncurses6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
Preparing to unpack .../libncursesw6_6.4+20240113-1ubuntu2.1_amd64.deb ...
Unpacking libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
Preparing to unpack .../libtinfo6_6.4+20240113-1ubuntu2.1_amd64.deb ...
Unpacking libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
Setting up libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157088 files and directories currently installed.)
Preparing to unpack .../0-libsqlite3-0_3.45.1-1ubuntu2.6_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) over (3.45.1-1ubuntu2.5) ...
Preparing to unpack .../1-libnss-systemd_255.4-1ubuntu8.16_amd64.deb ...
Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../2-systemd-dev_255.4-1ubuntu8.16_all.deb ...
Unpacking systemd-dev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../3-kmod_31+20240202-2ubuntu7.2_amd64.deb ...
Unpacking kmod (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
Preparing to unpack .../4-libkmod2_31+20240202-2ubuntu7.2_amd64.deb ...
Unpacking libkmod2:amd64 (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
Preparing to unpack .../5-systemd-timesyncd_255.4-1ubuntu8.16_amd64.deb ...
Unpacking systemd-timesyncd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../6-systemd-resolved_255.4-1ubuntu8.16_amd64.deb ...
Unpacking systemd-resolved (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../7-libsystemd-shared_255.4-1ubuntu8.16_amd64.deb ...
Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../8-libsystemd0_255.4-1ubuntu8.16_amd64.deb ...
Unpacking libsystemd0:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Setting up libsystemd0:amd64 (255.4-1ubuntu8.16) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157089 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_255.4-1ubuntu8.16_amd64.deb ...
Unpacking systemd-sysv (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../libpam-systemd_255.4-1ubuntu8.16_amd64.deb ...
Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../systemd_255.4-1ubuntu8.16_amd64.deb ...
Unpacking systemd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../udev_255.4-1ubuntu8.16_amd64.deb ...
Unpacking udev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Preparing to unpack .../libudev1_255.4-1ubuntu8.16_amd64.deb ...
Unpacking libudev1:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
Setting up libudev1:amd64 (255.4-1ubuntu8.16) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157089 files and directories currently installed.)
Preparing to unpack .../libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
Preparing to unpack .../libgcrypt20_1.10.3-2ubuntu0.1_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.10.3-2ubuntu0.1) over (1.10.3-2build1) ...
Setting up libgcrypt20:amd64 (1.10.3-2ubuntu0.1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157089 files and directories currently installed.)
Preparing to unpack .../00-rsync_3.2.7-1ubuntu1.5_amd64.deb ...
Unpacking rsync (3.2.7-1ubuntu1.5) over (3.2.7-1ubuntu1.2) ...
Preparing to unpack .../01-python3-problem-report_2.28.2-0ubuntu0.1_all.deb ...
Unpacking python3-problem-report (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
Preparing to unpack .../02-python3-apport_2.28.2-0ubuntu0.1_all.deb ...
Unpacking python3-apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
Preparing to unpack .../03-apport-core-dump-handler_2.28.2-0ubuntu0.1_all.deb ...
Unpacking apport-core-dump-handler (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
Preparing to unpack .../04-apport_2.28.2-0ubuntu0.1_all.deb ...
Unpacking apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
Preparing to unpack .../05-openssh-sftp-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
Unpacking openssh-sftp-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
Preparing to unpack .../06-openssh-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
Unpacking openssh-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
Preparing to unpack .../07-openssh-client_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
Unpacking openssh-client (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
Preparing to unpack .../08-libdrm-common_2.4.125-1ubuntu0.1~24.04.2_all.deb ...
Unpacking libdrm-common (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
Preparing to unpack .../09-libdrm2_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
Preparing to unpack .../10-libxml2_2.9.14+dfsg-1.3ubuntu3.8_amd64.deb ...
Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) over (2.9.14+dfsg-1.3ubuntu3.7) ...
Preparing to unpack .../11-iproute2_6.1.0-1ubuntu6.4_amd64.deb ...
Unpacking iproute2 (6.1.0-1ubuntu6.4) over (6.1.0-1ubuntu6.2) ...
Preparing to unpack .../12-open-vm-tools_2%3a13.0.0-2~ubuntu0.24.04.1_amd64.deb ...
Unpacking open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) over (2:12.5.0-1~ubuntu0.24.04.2) ...
Preparing to unpack .../13-libgnutls30t64_3.8.3-1.1ubuntu3.6_amd64.deb ...
Unpacking libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) over (3.8.3-1.1ubuntu3.5) ...
Setting up libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157089 files and directories currently installed.)
Preparing to unpack .../00-openssl_3.0.13-0ubuntu3.11_amd64.deb ...
Unpacking openssl (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
Preparing to unpack .../01-ca-certificates_20260601~24.04.1_all.deb ...
Unpacking ca-certificates (20260601~24.04.1) over (20240203) ...
Preparing to unpack .../02-distro-info-data_0.60ubuntu0.6_all.deb ...
Unpacking distro-info-data (0.60ubuntu0.6) over (0.60ubuntu0.5) ...
Preparing to unpack .../03-vim_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
Unpacking vim (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
Preparing to unpack .../04-vim-common_2%3a9.1.0016-1ubuntu7.17_all.deb ...
Unpacking vim-common (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
Preparing to unpack .../05-vim-tiny_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
Unpacking vim-tiny (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
Preparing to unpack .../06-vim-runtime_2%3a9.1.0016-1ubuntu7.17_all.deb ...
Unpacking vim-runtime (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
Preparing to unpack .../07-xxd_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
Unpacking xxd (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
Preparing to unpack .../08-apparmor_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
Unpacking apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
Preparing to unpack .../09-libnghttp2-14_1.59.0-1ubuntu0.4_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) over (1.59.0-1ubuntu0.2) ...
Preparing to unpack .../10-bind9-dnsutils_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
Unpacking bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
Preparing to unpack .../11-bind9-host_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
Unpacking bind9-host (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
Preparing to unpack .../12-bind9-libs_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
Unpacking bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
Preparing to unpack .../13-inetutils-telnet_2%3a2.5-3ubuntu4.2_amd64.deb ...
Unpacking inetutils-telnet (2:2.5-3ubuntu4.2) over (2:2.5-3ubuntu4.1) ...
Preparing to unpack .../14-libpng16-16t64_1.6.43-5ubuntu0.6_amd64.deb ...
Unpacking libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) over (1.6.43-5ubuntu0.5) ...
Preparing to unpack .../15-libplymouth5_24.004.60-1ubuntu7.2_amd64.deb ...
Unpacking libplymouth5:amd64 (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
Preparing to unpack .../16-nano_7.2-2ubuntu0.2_amd64.deb ...
Unpacking nano (7.2-2ubuntu0.2) over (7.2-2ubuntu0.1) ...
Preparing to unpack .../17-plymouth-theme-ubuntu-text_24.004.60-1ubuntu7.2_amd64.deb ...
Unpacking plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
Preparing to unpack .../18-plymouth_24.004.60-1ubuntu7.2_amd64.deb ...
Unpacking plymouth (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
Preparing to unpack .../19-telnet_0.17+2.5-3ubuntu4.2_all.deb ...
Unpacking telnet (0.17+2.5-3ubuntu4.2) over (0.17+2.5-3ubuntu4.1) ...
Preparing to unpack .../20-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
Preparing to unpack .../21-alsa-ucm-conf_1.2.10-1ubuntu5.13_all.deb ...
Unpacking alsa-ucm-conf (1.2.10-1ubuntu5.13) over (1.2.10-1ubuntu5.10) ...
Preparing to unpack .../22-containerd_2.2.1-0ubuntu1~24.04.3_amd64.deb ...
Unpacking containerd (2.2.1-0ubuntu1~24.04.3) over (2.2.1-0ubuntu1~24.04.2) ...
Preparing to unpack .../23-curl_8.5.0-2ubuntu10.11_amd64.deb ...
Unpacking curl (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
Preparing to unpack .../24-libcurl4t64_8.5.0-2ubuntu10.11_amd64.deb ...
Unpacking libcurl4t64:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
Preparing to unpack .../25-dnsmasq-base_2.90-2ubuntu0.3_amd64.deb ...
Unpacking dnsmasq-base (2.90-2ubuntu0.3) over (2.90-2ubuntu0.1) ...
Preparing to unpack .../26-docker.io_29.1.3-0ubuntu3~24.04.2_amd64.deb ...
Unpacking docker.io (29.1.3-0ubuntu3~24.04.2) over (29.1.3-0ubuntu3~24.04.1) ...
Preparing to unpack .../27-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
Unpacking dpkg-dev (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
Preparing to unpack .../28-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
Unpacking libdpkg-perl (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
Preparing to unpack .../29-libarchive13t64_3.7.2-2ubuntu0.7_amd64.deb ...
Unpacking libarchive13t64:amd64 (3.7.2-2ubuntu0.7) over (3.7.2-2ubuntu0.6) ...
Preparing to unpack .../30-libcurl3t64-gnutls_8.5.0-2ubuntu10.11_amd64.deb ...
Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
Preparing to unpack .../31-libdrm-amdgpu1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
Preparing to unpack .../32-libjcat1_0.2.3-1~ubuntu0.24.04.1_amd64.deb ...
Unpacking libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) over (0.2.0-2build3) ...
Selecting previously unselected package libfwupd3:amd64.
Preparing to unpack .../33-libfwupd3_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
Unpacking libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
Preparing to unpack .../34-libxmlb2_0.3.24-1~ubuntu0.24.04.1_amd64.deb ...
Unpacking libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) over (0.3.18-1) ...
Preparing to unpack .../35-fwupd_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
Unpacking fwupd (2.0.20-1ubuntu2~24.04.2) over (1.9.34-0ubuntu1~24.04.1) ...
Preparing to unpack .../36-libavahi-client3_0.8-13ubuntu6.2_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
Preparing to unpack .../37-libavahi-common3_0.8-13ubuntu6.2_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
Preparing to unpack .../38-libavahi-common-data_0.8-13ubuntu6.2_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
Preparing to unpack .../39-libcups2t64_2.4.7-1.2ubuntu7.14_amd64.deb ...
Unpacking libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) over (2.4.7-1.2ubuntu7.9) ...
Preparing to unpack .../40-libdrm-intel1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
Preparing to unpack .../41-libgl1-mesa-dri_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
Preparing to unpack .../42-libglx-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
Unpacking libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
Preparing to unpack .../43-libllvm20_1%3a20.1.2-0ubuntu1~24.04.3_amd64.deb ...
Unpacking libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) over (1:20.1.2-0ubuntu1~24.04.2) ...
Preparing to unpack .../44-libegl-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
Unpacking libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
Preparing to unpack .../45-libgbm1_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
Unpacking libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
Preparing to unpack .../46-mesa-libgallium_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
Unpacking mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
Preparing to unpack .../47-libgraphite2-3_1.3.14-2ubuntu0.24.04.1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) over (1.3.14-2build1) ...
Preparing to unpack .../48-libheif-plugin-aomdec_1.17.6-1ubuntu4.5_amd64.deb ...
Unpacking libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
Preparing to unpack .../49-libheif-plugin-aomenc_1.17.6-1ubuntu4.5_amd64.deb ...
Unpacking libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
Preparing to unpack .../50-libheif1_1.17.6-1ubuntu4.5_amd64.deb ...
Unpacking libheif1:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
Preparing to unpack .../51-libheif-plugin-libde265_1.17.6-1ubuntu4.5_amd64.deb ...
Unpacking libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
Preparing to unpack .../52-libhttp-daemon-perl_6.16-1ubuntu0.24.04.1_all.deb ...
Unpacking libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) over (6.16-1) ...
Preparing to unpack .../53-liblcms2-2_2.14-2ubuntu0.1_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.14-2ubuntu0.1) over (2.14-2build1) ...
Preparing to unpack .../54-libnss3_2%3a3.98-1ubuntu0.2_amd64.deb ...
Unpacking libnss3:amd64 (2:3.98-1ubuntu0.2) over (2:3.98-1ubuntu0.1) ...
Preparing to unpack .../55-libwww-perl_6.76-1ubuntu0.1_all.deb ...
Unpacking libwww-perl (6.76-1ubuntu0.1) over (6.76-1) ...
Selecting previously unselected package linux-headers-6.8.0-134.
Preparing to unpack .../56-linux-headers-6.8.0-134_6.8.0-134.134_all.deb ...
Unpacking linux-headers-6.8.0-134 (6.8.0-134.134) ...
Selecting previously unselected package linux-headers-6.8.0-134-generic.
Preparing to unpack .../57-linux-headers-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
Unpacking linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
Selecting previously unselected package linux-modules-6.8.0-134-generic.
Preparing to unpack .../58-linux-modules-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
Unpacking linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
Selecting previously unselected package linux-image-6.8.0-134-generic.
Preparing to unpack .../59-linux-image-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
Unpacking linux-image-6.8.0-134-generic (6.8.0-134.134) ...
Preparing to unpack .../60-linux-virtual_6.8.0-134.134_amd64.deb ...
Unpacking linux-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
Preparing to unpack .../61-linux-image-virtual_6.8.0-134.134_amd64.deb ...
Unpacking linux-image-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
Preparing to unpack .../62-linux-headers-virtual_6.8.0-134.134_amd64.deb ...
Unpacking linux-headers-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
Preparing to unpack .../63-linux-headers-generic_6.8.0-134.134_amd64.deb ...
Unpacking linux-headers-generic (6.8.0-134.134) over (6.8.0-110.110) ...
Preparing to unpack .../64-linux-libc-dev_6.8.0-134.134_amd64.deb ...
Unpacking linux-libc-dev:amd64 (6.8.0-134.134) over (6.8.0-110.110) ...
Preparing to unpack .../65-linux-tools-common_6.8.0-134.134_all.deb ...
Unpacking linux-tools-common (6.8.0-134.134) over (6.8.0-110.110) ...
Selecting previously unselected package linux-tools-6.8.0-134.
Preparing to unpack .../66-linux-tools-6.8.0-134_6.8.0-134.134_amd64.deb ...
Unpacking linux-tools-6.8.0-134 (6.8.0-134.134) ...
Selecting previously unselected package linux-tools-6.8.0-134-generic.
Preparing to unpack .../67-linux-tools-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
Unpacking linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
Preparing to unpack .../68-mesa-vulkan-drivers_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
Unpacking mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
Preparing to unpack .../69-node-shell-quote_1.7.4+~1.7.1-1ubuntu0.24.04.1_all.deb ...
Unpacking node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) over (1.7.4+~1.7.1-1) ...
Preparing to unpack .../70-openjdk-21-jdk_21.0.11+10-1~24.04.2_amd64.deb ...
Unpacking openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
Preparing to unpack .../71-openjdk-21-jdk-headless_21.0.11+10-1~24.04.2_amd64.deb ...
Unpacking openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
Preparing to unpack .../72-openjdk-21-jre_21.0.11+10-1~24.04.2_amd64.deb ...
Unpacking openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
Preparing to unpack .../73-openjdk-21-jre-headless_21.0.11+10-1~24.04.2_amd64.deb ...
Unpacking openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
Preparing to unpack .../74-python3-twisted_24.3.0-1ubuntu0.2_all.deb ...
Unpacking python3-twisted (24.3.0-1ubuntu0.2) over (24.3.0-1ubuntu0.1) ...
Preparing to unpack .../75-python3-urllib3_2.0.7-1ubuntu0.7_all.deb ...
Unpacking python3-urllib3 (2.0.7-1ubuntu0.7) over (2.0.7-1ubuntu0.6) ...
Preparing to unpack .../76-snapd_2.75.2+ubuntu24.04_amd64.deb ...
Unpacking snapd (2.75.2+ubuntu24.04) over (2.74.1+ubuntu24.04.4) ...
Preparing to unpack .../77-xserver-common_2%3a21.1.12-1ubuntu1.6_all.deb ...
Unpacking xserver-common (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
Preparing to unpack .../78-xvfb_2%3a21.1.12-1ubuntu1.6_amd64.deb ...
Unpacking xvfb (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
Preparing to unpack .../79-cloud-init_26.1-0ubuntu1~24.04.1_all.deb ...
Unpacking cloud-init (26.1-0ubuntu1~24.04.1) over (25.3-0ubuntu1~24.04.1) ...
Preparing to unpack .../80-kpartx_0.9.4-5ubuntu8.2_amd64.deb ...
Unpacking kpartx (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
Preparing to unpack .../81-multipath-tools_0.9.4-5ubuntu8.2_amd64.deb ...
Unpacking multipath-tools (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
Setting up libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) ...
Setting up liblcms2-2:amd64 (2.14-2ubuntu0.1) ...
Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
Setting up alsa-ucm-conf (1.2.10-1ubuntu5.13) ...
Setting up python3-problem-report (2.28.2-0ubuntu0.1) ...
Setting up distro-info-data (0.60ubuntu0.6) ...
Setting up iproute2 (6.1.0-1ubuntu6.4) ...
Setting up openssh-client (1:9.6p1-3ubuntu13.16) ...
Setting up libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) ...
Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) ...
Setting up node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) ...
Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) ...
Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) ...
Setting up inetutils-telnet (2:2.5-3ubuntu4.2) ...
Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) ...
Setting up linux-libc-dev:amd64 (6.8.0-134.134) ...
Setting up systemd-dev (255.4-1ubuntu8.16) ...
Setting up libnss3:amd64 (2:3.98-1ubuntu0.2) ...
Setting up dnsmasq-base (2.90-2ubuntu0.3) ...
Setting up xxd (2:9.1.0016-1ubuntu7.17) ...
Setting up libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) ...
Setting up python3-apport (2.28.2-0ubuntu0.1) ...
Setting up tzdata (2026b-0ubuntu0.24.04.1) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Sun Jul 12 19:50:05 UTC 2026.
Universal Time is now:  Sun Jul 12 19:50:05 UTC 2026.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
/var/lib/dpkg/info/apparmor.postinst: 148: [: Illegal number: yes
Reloading AppArmor profiles 
Setting up vim-common (2:9.1.0016-1ubuntu7.17) ...
Setting up python3-twisted (24.3.0-1ubuntu0.2) ...
Setting up libavahi-common-data:amd64 (0.8-13ubuntu6.2) ...
Setting up libncurses6:amd64 (6.4+20240113-1ubuntu2.1) ...
Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
Setting up libssl-dev:amd64 (3.0.13-0ubuntu3.11) ...
Setting up libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) ...
Setting up libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) ...
Setting up linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
Setting up python3-urllib3 (2.0.7-1ubuntu0.7) ...
Setting up nano (7.2-2ubuntu0.2) ...
Setting up libplymouth5:amd64 (24.004.60-1ubuntu7.2) ...
Setting up linux-headers-6.8.0-134 (6.8.0-134.134) ...
Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) ...
Setting up xserver-common (2:21.1.12-1ubuntu1.6) ...
Setting up vim-runtime (2:9.1.0016-1ubuntu7.17) ...
Setting up containerd (2.2.1-0ubuntu1~24.04.3) ...
Setting up openssl (3.0.13-0ubuntu3.11) ...
Setting up libdrm-common (2.4.125-1ubuntu0.1~24.04.2) ...
Setting up linux-tools-common (6.8.0-134.134) ...
Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ...
Setting up rsync (3.2.7-1ubuntu1.5) ...
rsync.service is a disabled or a static unit not running, not starting it.
Setting up libkmod2:amd64 (31+20240202-2ubuntu7.2) ...
Setting up ncurses-term (6.4+20240113-1ubuntu2.1) ...
Setting up python3.12-minimal (3.12.3-1ubuntu0.15) ...
Setting up openssh-sftp-server (1:9.6p1-3ubuntu13.16) ...
Setting up cloud-init (26.1-0ubuntu1~24.04.1) ...
Installing new version of config file /etc/cloud/templates/chrony.conf.freebsd.tmpl ...
Setting up telnet (0.17+2.5-3ubuntu4.2) ...
Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) ...
Setting up openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) ...
Installing new version of config file /etc/java-21-openjdk/security/java.security ...
Setting up openssh-server (1:9.6p1-3ubuntu13.16) ...
Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.11) ...
Setting up bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) ...
Setting up xvfb (2:21.1.12-1ubuntu1.6) ...
Setting up python3.12 (3.12.3-1ubuntu0.15) ...
Setting up libavahi-common3:amd64 (0.8-13ubuntu6.2) ...
Setting up libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
Setting up docker.io (29.1.3-0ubuntu3~24.04.2) ...
Setting up vim-tiny (2:9.1.0016-1ubuntu7.17) ...
Setting up kmod (31+20240202-2ubuntu7.2) ...
Setting up libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) ...
Setting up ca-certificates (20260601~24.04.1) ...
Updating certificates in /etc/ssl/certs...
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
14 added, 39 removed; done.
Setting up perl (5.38.2-3.2ubuntu0.3) ...
Setting up linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.16) ...
Setting up libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) ...
Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
Setting up linux-tools-6.8.0-134 (6.8.0-134.134) ...
Setting up libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
Setting up libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) ...
Setting up open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) ...
Installing new version of config file /etc/vmware-tools/tools.conf.example ...
Setting up curl (8.5.0-2ubuntu10.11) ...
Setting up bind9-host (1:9.18.39-0ubuntu0.24.04.5) ...
Setting up libarchive13t64:amd64 (3.7.2-2ubuntu0.7) ...
Setting up libavahi-client3:amd64 (0.8-13ubuntu6.2) ...
Setting up libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
Setting up mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) ...
Setting up vim (2:9.1.0016-1ubuntu7.17) ...
Setting up libwww-perl (6.76-1ubuntu0.1) ...
Setting up linux-image-6.8.0-134-generic (6.8.0-134.134) ...
I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.8.0-110-generic
I: /boot/initrd.img.old is now a symlink to initrd.img-6.8.0-110-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-6.8.0-134-generic
I: /boot/initrd.img is now a symlink to initrd.img-6.8.0-134-generic
Setting up libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
Setting up systemd (255.4-1ubuntu8.16) ...
Setting up linux-headers-generic (6.8.0-134.134) ...
Setting up dpkg-dev (1.22.6ubuntu6.6) ...
Setting up linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
Setting up systemd-timesyncd (255.4-1ubuntu8.16) ...
Setting up udev (255.4-1ubuntu8.16) ...
Setting up kpartx (0.9.4-5ubuntu8.2) ...
Setting up bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) ...
Setting up linux-image-virtual (6.8.0-134.134) ...
Setting up libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) ...
Setting up fwupd (2.0.20-1ubuntu2~24.04.2) ...
Installing new version of config file /etc/fwupd/bios-settings.d/README.md ...
Installing new version of config file /etc/fwupd/remotes.d/lvfs-testing.conf ...
Installing new version of config file /etc/fwupd/remotes.d/lvfs.conf ...
Installing new version of config file /etc/fwupd/remotes.d/vendor-directory.conf ...
Installing new version of config file /etc/grub.d/35_fwupd ...
Installing new version of config file /etc/update-motd.d/85-fwupd ...
fwupd-refresh.service is a disabled or a static unit not running, not starting it.
fwupd.service is a disabled or a static unit not running, not starting it.
Setting up systemd-resolved (255.4-1ubuntu8.16) ...
Setting up snapd (2.75.2+ubuntu24.04) ...
Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
snapd.failure.service is a disabled or a static unit not running, not starting it.
snapd.gpio-chardev-setup.target is a disabled or a static unit not running, not starting it.
snapd.snap-repair.service is a disabled or a static unit not running, not starting it.
Setting up mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) ...
Setting up systemd-sysv (255.4-1ubuntu8.16) ...
Setting up linux-headers-virtual (6.8.0-134.134) ...
Setting up libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) ...
Setting up plymouth (24.004.60-1ubuntu7.2) ...
update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
update-initramfs: Generating /boot/initrd.img-6.8.0-71-generic
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) ...
Setting up libnss-systemd:amd64 (255.4-1ubuntu8.16) ...
Setting up multipath-tools (0.9.4-5ubuntu8.2) ...
Setting up linux-virtual (6.8.0-134.134) ...
Setting up libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
Setting up plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) ...
update-initramfs: deferring update (trigger activated)
Setting up libpam-systemd:amd64 (255.4-1ubuntu8.16) ...
Setting up libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
Setting up apport-core-dump-handler (2.28.2-0ubuntu0.1) ...
Setting up apport (2.28.2-0ubuntu0.1) ...
apport-autoreport.service is a disabled or a static unit not running, not starting it.
Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) ...
Setting up libheif1:amd64 (1.17.6-1ubuntu4.5) ...
Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) ...
Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) ...
Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
Processing triggers for rsyslog (8.2312.0-3ubuntu9.2) ...
Processing triggers for ufw (0.36.2-6) ...
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
Processing triggers for install-info (7.1-3build2) ...
Processing triggers for initramfs-tools (0.142ubuntu25.8) ...
update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for ca-certificates-java (20240118) ...
done.
Setting up openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) ...
Setting up openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) ...
Setting up openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) ...
Processing triggers for ca-certificates (20260601~24.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Processing triggers for linux-image-6.8.0-134-generic (6.8.0-134.134) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.8.0-134-generic
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-134-generic
Found initrd image: /boot/initrd.img-6.8.0-134-generic
Found linux image: /boot/vmlinuz-6.8.0-110-generic
Found initrd image: /boot/initrd.img-6.8.0-110-generic
Found linux image: /boot/vmlinuz-6.8.0-71-generic
Found initrd image: /boot/initrd.img-6.8.0-71-generic
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Processing triggers for ca-certificates-java (20240118) ...
done.
Scanning processes... [                                                        ]
Scanning processes... [                                                        ]
Scanning processes... [                                                        ]
Scanning processes... [=                                                       ]
Scanning processes... [=                                                       ]
Scanning processes... [==                                                      ]
Scanning processes... [==                                                      ]
Scanning processes... [==                                                      ]
Scanning processes... [===                                                     ]
Scanning processes... [===                                                     ]
Scanning processes... [====                                                    ]
Scanning processes... [====                                                    ]
Scanning processes... [====                                                    ]
Scanning processes... [=====                                                   ]
Scanning processes... [=====                                                   ]
Scanning processes... [======                                                  ]
Scanning processes... [======                                                  ]
Scanning processes... [=======                                                 ]
Scanning processes... [=======                                                 ]
Scanning processes... [=======                                                 ]
Scanning processes... [========                                                ]
Scanning processes... [========                                                ]
Scanning processes... [=========                                               ]
Scanning processes... [=========                                               ]
Scanning processes... [=========                                               ]
Scanning processes... [==========                                              ]
Scanning processes... [==========                                              ]
Scanning processes... [===========                                             ]
Scanning processes... [===========                                             ]
Scanning processes... [============                                            ]
Scanning processes... [============                                            ]
Scanning processes... [============                                            ]
Scanning processes... [=============                                           ]
Scanning processes... [=============                                           ]
Scanning processes... [==============                                          ]
Scanning processes... [==============                                          ]
Scanning processes... [==============                                          ]
Scanning processes... [===============                                         ]
Scanning processes... [===============                                         ]
Scanning processes... [================                                        ]
Scanning processes... [================                                        ]
Scanning processes... [=================                                       ]
Scanning processes... [=================                                       ]
Scanning processes... [=================                                       ]
Scanning processes... [==================                                      ]
Scanning processes... [==================                                      ]
Scanning processes... [===================                                     ]
Scanning processes... [===================                                     ]
Scanning processes... [===================                                     ]
Scanning processes... [====================                                    ]
Scanning processes... [====================                                    ]
Scanning processes... [=====================                                   ]
Scanning processes... [=====================                                   ]
Scanning processes... [=====================                                   ]
Scanning processes... [======================                                  ]
Scanning processes... [======================                                  ]
Scanning processes... [=======================                                 ]
Scanning processes... [=======================                                 ]
Scanning processes... [========================                                ]
Scanning processes... [========================                                ]
Scanning processes... [========================                                ]
Scanning processes... [=========================                               ]
Scanning processes... [=========================                               ]
Scanning processes... [==========================                              ]
Scanning processes... [==========================                              ]
Scanning processes... [==========================                              ]
Scanning processes... [===========================                             ]
Scanning processes... [===========================                             ]
Scanning processes... [============================                            ]
Scanning processes... [============================                            ]
Scanning processes... [=============================                           ]
Scanning processes... [=============================                           ]
Scanning processes... [=============================                           ]
Scanning processes... [==============================                          ]
Scanning processes... [==============================                          ]
Scanning processes... [===============================                         ]
Scanning processes... [===============================                         ]
Scanning processes... [===============================                         ]
Scanning processes... [================================                        ]
Scanning processes... [================================                        ]
Scanning processes... [=================================                       ]
Scanning processes... [=================================                       ]
Scanning processes... [==================================                      ]
Scanning processes... [==================================                      ]
Scanning processes... [==================================                      ]
Scanning processes... [===================================                     ]
Scanning processes... [===================================                     ]
Scanning processes... [====================================                    ]
Scanning processes... [====================================                    ]
Scanning processes... [====================================                    ]
Scanning processes... [=====================================                   ]
Scanning processes... [=====================================                   ]
Scanning processes... [======================================                  ]
Scanning processes... [======================================                  ]
Scanning processes... [======================================                  ]
Scanning processes... [=======================================                 ]
Scanning processes... [=======================================                 ]
Scanning processes... [========================================                ]
Scanning processes... [========================================                ]
Scanning processes... [=========================================               ]
Scanning processes... [=========================================               ]
Scanning processes... [=========================================               ]
Scanning processes... [==========================================              ]
Scanning processes... [==========================================              ]
Scanning processes... [===========================================             ]
Scanning processes... [===========================================             ]
Scanning processes... [===========================================             ]
Scanning processes... [============================================            ]
Scanning processes... [============================================            ]
Scanning processes... [=============================================           ]
Scanning processes... [=============================================           ]
Scanning processes... [==============================================          ]
Scanning processes... [==============================================          ]
Scanning processes... [==============================================          ]
Scanning processes... [===============================================         ]
Scanning processes... [===============================================         ]
Scanning processes... [================================================        ]
Scanning processes... [================================================        ]
Scanning processes... [================================================        ]
Scanning processes... [=================================================       ]
Scanning processes... [=================================================       ]
Scanning processes... [==================================================      ]
Scanning processes... [==================================================      ]
Scanning processes... [===================================================     ]
Scanning processes... [===================================================     ]
Scanning processes... [===================================================     ]
Scanning processes... [====================================================    ]
Scanning processes... [====================================================    ]
Scanning processes... [=====================================================   ]
Scanning processes... [=====================================================   ]
Scanning processes... [=====================================================   ]
Scanning processes... [======================================================  ]
Scanning processes... [======================================================  ]
Scanning processes... [======================================================= ]
Scanning processes... [======================================================= ]
Scanning processes... [========================================================]
Scanning processes...                                                           
Scanning candidates... [                                                       ]
Scanning candidates... [=====                                                  ]
Scanning candidates... [===========                                            ]
Scanning candidates... [================                                       ]
Scanning candidates... [======================                                 ]
Scanning candidates... [===========================                            ]
Scanning candidates... [=================================                      ]
Scanning candidates... [======================================                 ]
Scanning candidates... [============================================           ]
Scanning candidates... [=================================================      ]
Scanning candidates... [=======================================================]
Scanning candidates...                                                          
Scanning linux images... [                                                     ]
Scanning linux images... [==========                                           ]
Scanning linux images... [=====================                                ]
Scanning linux images... [===============================                      ]
Scanning linux images... [==========================================           ]
Scanning linux images... [=====================================================]
Scanning linux images...                                                        

Pending kernel upgrade!
Running kernel version:
  6.8.0-110-generic
Diagnostics:
  The currently running kernel version is not the expected kernel version
6.8.0-134-generic.

Restarting the system to load the new kernel will not be handled automatically,
so you should consider rebooting.

Restarting services...
 systemctl restart packagekit.service polkit.service udisks2.service

Service restarts being deferred:
 systemctl restart ModemManager.service
 /etc/needrestart/restart.d/dbus.service
 systemctl restart docker.service
 systemctl restart systemd-logind.service
 systemctl restart unattended-upgrades.service

No containers need to be restarted.

User sessions running outdated binaries:
 root @ session #3: sshd[2044]
 root @ user manager service: systemd[1820]

No VM guests are running outdated hypervisor (qemu) binaries on this host.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 188746 files and directories currently installed.)
Removing libfwupd2:amd64 (1.9.34-0ubuntu1~24.04.1) ...
Removing libgusb2:amd64 (0.4.8-1build2) ...
Removing linux-headers-6.8.0-71-generic (6.8.0-71.71) ...
Removing linux-headers-6.8.0-71 (6.8.0-71.71) ...
Removing linux-image-6.8.0-71-generic (6.8.0-71.71) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-6.8.0-71-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-134-generic
Found initrd image: /boot/initrd.img-6.8.0-134-generic
Found linux image: /boot/vmlinuz-6.8.0-110-generic
Found initrd image: /boot/initrd.img-6.8.0-110-generic
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Removing linux-modules-6.8.0-71-generic (6.8.0-71.71) ...
Removing linux-tools-6.8.0-71-generic (6.8.0-71.71) ...
Removing linux-tools-6.8.0-71 (6.8.0-71.71) ...
Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
System packages are current (apt dist-upgrade applied)
Dependencies installed successfully
[BuildDriver] Memory before swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3294704, totalSwapKb=0, freeSwapKb=0)
mkswap: /swapfile: warning: wiping old swap signature.
Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
no label, UUID=7b8bb30a-ab4a-4929-9c12-2ce007281762
Swap file created and enabled
[BuildDriver] Memory after swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3297504, totalSwapKb=4194300, freeSwapKb=4194300)
[BuildDriver] Swap verified: 4194300KB total swap (was 0KB)
[2026-07-12 19:52:10] Dependencies installed
[2026-07-12 19:52:10] Uploading project archive...
Extracted projects:
CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81

[2026-07-12 19:52:10] Projects on remote: CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81
[2026-07-12 19:52:10] Building and testing workspace...
System memory: 3915MB, JVM heap: 1957MB
Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
Downloading https://repo1.maven.org/maven2/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
Downloading https://repo1.maven.org/maven2/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
Failed to download https://repo1.maven.org/maven2/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
Failed to download https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
Failed to download https://repo1.maven.org/maven2/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
Failed to download https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Failed to download https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
Failed to download https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Failed to download https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Failed to download https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
Failed to download https://repo1.maven.org/maven2/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
Failed to download https://repo1.maven.org/maven2/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.pom
Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
Failed to download https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.13/2.13.0/scala-collection-compat_2.13-2.13.0.pom
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.13/2.13.0/scala-collection-compat_2.13-2.13.0.pom
Downloading https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom
Downloading https://repo1.maven.org/maven2/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
Failed to download https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
Failed to download https://repo1.maven.org/maven2/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.11.0/scala-collection-compat_3-2.11.0.pom
Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloading https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.11.0/scala-collection-compat_3-2.11.0.pom
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
Downloading https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_2.13/2.13.5/jsoniter-scala-core_2.13-2.13.5.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom
Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_2.13/2.13.5/jsoniter-scala-core_2.13-2.13.5.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom
Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.4.0/scala-xml_2.13-2.4.0.pom
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
Downloading https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Failed to download https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
Failed to download https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
Downloaded https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.4.0/scala-xml_2.13-2.4.0.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
Downloading https://repo1.maven.org/maven2/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
Failed to download https://repo1.maven.org/maven2/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom.sha1
Failed to download https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
Failed to download https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom.sha1
Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
Failed to download https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
Downloading https://repo1.maven.org/maven2/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
Failed to download https://repo1.maven.org/maven2/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom.sha1
Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
Failed to download https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
Downloading https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
Downloading https://repo1.maven.org/maven2/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Failed to download https://repo1.maven.org/maven2/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
Failed to download https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
Downloading https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom.sha1
Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom.sha1
Failed to download https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom.sha1
Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom.sha1
Downloading https://repo1.maven.org/maven2/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
Failed to download https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
Failed to download https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
Failed to download https://repo1.maven.org/maven2/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom
Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom
Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom
Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom
Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom
Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom
Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom
Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom
Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom.sha1
Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom.sha1
Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom.sha1
Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom.sha1
Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom.sha1
Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.pom.sha1
Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom.sha1
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.pom.sha1
Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom.sha1
Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.pom.sha1
Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.pom.sha1
Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
Downloading https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
Downloading https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
Downloading https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/6.6.0.202305301015-r/org.eclipse.jgit-parent-6.6.0.202305301015-r.pom
Downloaded https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
Downloaded https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/6.6.0.202305301015-r/org.eclipse.jgit-parent-6.6.0.202305301015-r.pom
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
Downloading https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
Downloaded https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
Downloading https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
Downloaded https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
Downloading https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
Downloading https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
Downloading https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
Downloaded https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
Downloading https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
Downloading https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
Downloading https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
Downloaded https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
Downloading https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
Downloading https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
Downloaded https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
Downloaded https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
Downloaded https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
Downloaded https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
Downloading https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
Downloading https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
Downloaded https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.jar
Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.jar
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.11.0/scala-collection-compat_3-2.11.0.jar
Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_3/2.11.0/scala-collection-compat_3-2.11.0.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.4.0/scala-xml_2.13-2.4.0.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.jar
Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.jar
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.4.0/scala-xml_2.13-2.4.0.jar
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.jar
Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
Downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.13/2.13.0/scala-collection-compat_2.13-2.13.0.jar
Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
Downloaded https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.13/2.13.0/scala-collection-compat_2.13-2.13.0.jar
Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
Downloading https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
Downloading https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
Downloading https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_2.13/2.13.5/jsoniter-scala-core_2.13-2.13.5.jar
Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
Downloaded https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_2.13/2.13.5/jsoniter-scala-core_2.13-2.13.5.jar
Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.jar
Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
Downloaded https://repo1.maven.org/maven2/org/eclipse/jgit/org.eclipse.jgit/6.6.0.202305301015-r/org.eclipse.jgit-6.6.0.202305301015-r.jar
Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.jar
Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.jar.sha1
Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/diagnostics/tools-kotlin-build-compile-interfaces-diagnostics/0.0.1/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.jar.sha1
Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
Downloading https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.jar.sha1
Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/jvm/community-kotlin-kompile-testrunner-jvm/0.0.18/community-kotlin-kompile-testrunner-jvm-0.0.18.jar.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar.sha1
Downloaded https://kotlin.directory/tools/kotlin/build/compile/interfaces/executionenvironment/tools-kotlin-build-compile-interfaces-executionenvironment/0.0.1/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.jar.sha1
Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar.sha1
Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar.sha1
Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar.sha1
Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar.sha1
Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar.sha1
Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
Downloading https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.jar.sha1
Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.jar.sha1
Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
[2026-07-12 19:52:37] Resuming build after service restart (was TESTING)
[2026-07-12 19:52:37] Reconnecting to droplet 584120140 at 164.92.66.163
[2026-07-12 19:52:38] SSH access re-granted to droplet 584120140
[2026-07-12 19:52:39] SSH connected to 164.92.66.163
[2026-07-12 19:52:39] kompile-cli is still running
[2026-07-12 19:52:39] Attaching to the runner event spool at line 976
Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/kompile/testrunner/bootstrap/community-kotlin-kompile-testrunner-bootstrap/0.0.10/community-kotlin-kompile-testrunner-bootstrap-0.0.10.jar.sha1
Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
An uncaught NotificationEffect bubbled up to the thread root!
You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
null Kotlin buildrule building /tmp/tmp17423121006266729196/ecca4a59-41bd-40ad-980f-50422777b579/file.jar from sources ([/root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/RunEventProjection.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/ReplayTestEventLogMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/ConcurrentDurationStatsMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/IncrementalBuildLog.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/DropletManager.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/ColdStartArchivedRunsMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/DataModels.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/ConcurrentReadStormMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildDropletReconciler.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildCancelledException.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/RunArtifactReadCache.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/SshExecutor.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/ArchiveEvictionChurnMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/ProjectionCacheChurnMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildWatchdog.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/LoadFromDiskAwaitRecoveryMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/SshStreamIngestMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildDriver.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/LoadFromDiskMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/PerftestDispatcher.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/NonBlockingKeyPairGenRSA.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/TestSharding.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildTestEmbeddedService.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/DeletionWorker.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/TailingInputStream.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/AllRunsSequentialReadMain.kt, /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/OversizedConsoleOutputIngestMain.kt]) and classpath [/tmp/resolveDependencies-artifact-8431690192962894795/kotlin-stdlib-1.9.25.jar, /tmp/resolveDependencies-artifact-5661374199740986976/kotlin-stdlib-common-1.9.22.jar, /tmp/resolveDependencies-artifact-10423046918187841355/kotlin-stdlib-jdk7-1.9.22.jar, /tmp/resolveDependencies-artifact-17054289567184957451/kotlin-stdlib-jdk8-1.9.22.jar, /tmp/resolveDependencies-artifact-7277176803279655907/buildtest-api-0.0.49.jar, /tmp/resolveDependencies-artifact-7869106715680323121/droplet-api-0.0.14.jar, /tmp/resolveDependencies-artifact-6283094656396633204/jsch-0.2.18.jar, /tmp/resolveDependencies-artifact-7633261448655764501/json-20250517.jar, /tmp/resolveDependencies-artifact-15207589991563567398/community-kotlin-clocks-simple-0.0.5.jar, /tmp/resolveDependencies-artifact-3292290863637904272/community-kotlin-clocks-hierarchical-0.0.2.jar, /tmp/resolveDependencies-artifact-5434577676819443119/commons-compress-1.26.0.jar, /tmp/resolveDependencies-artifact-5334421854324015571/commons-codec-1.16.1.jar, /tmp/resolveDependencies-artifact-3742284453265479516/kompile-buildscript-0.0.24.jar, /tmp/resolveDependencies-artifact-6714430089308798504/performancetest-api-0.0.4.jar, /tmp/resolveDependencies-artifact-10736619266774619989/community-kotlin-test-bundle-builder-0.0.1.jar, /tmp/resolveDependencies-artifact-15032740191706719040/build-kotlin-annotations-0.0.6.jar, /tmp/resolveDependencies-artifact-5727050115450776952/build-kotlin-withartifact-0.0.1.jar, /tmp/resolveDependencies-artifact-10211030840765339058/kotlin-compiler-embeddable-1.9.25.jar, /tmp/resolveDependencies-artifact-12965179330295961953/algebraic-effects-v1-runtime-0.0.1.jar, /tmp/resolveDependencies-artifact-5820367873979640710/kompile-effects-0.0.1.jar, /tmp/resolveDependencies-artifact-10683855152799612001/community-kotlin-logging-0.0.1.jar, /tmp/resolveDependencies-artifact-4591137977985437340/okio-jvm-3.4.0.jar, /tmp/resolveDependencies-artifact-11951209395496807258/hash-to-file-cache-0.0.5.jar, /tmp/resolveDependencies-artifact-9298364581852557721/cache-key-builder-0.0.6.jar, /tmp/resolveDependencies-artifact-8460809245345348747/asm-9.8.jar, /tmp/resolveDependencies-artifact-9859588410830106297/asm-commons-9.8.jar, /tmp/resolveDependencies-artifact-16698816193456152445/asm-util-9.8.jar, /tmp/resolveDependencies-artifact-17417559068726626329/asm-tree-9.8.jar, /tmp/resolveDependencies-artifact-5128528163545794795/file-utils-0.0.1.jar, /tmp/resolveDependencies-artifact-10704394847407113/stringutils-0.0.1.jar, /tmp/resolveDependencies-artifact-14627694113680432545/resource-arena-0.0.1.jar, /tmp/resolveDependencies-artifact-1618317388982317403/kotlinc-diagnostic-collector-0.0.1.jar, /tmp/resolveDependencies-artifact-12750012724408470409/kompile-buildrule-enhancer-0.0.1.jar, /tmp/resolveDependencies-artifact-8379499192389984902/refcounted-0.0.1.jar, /tmp/resolveDependencies-artifact-1787256953638873267/jarutils-0.0.1.jar, /tmp/resolveDependencies-artifact-1868540190455257640/kompile-interfaces-internal-0.0.2.jar, /tmp/resolveDependencies-artifact-11587237843023368333/tools-kotlin-build-compile-interfaces-executionenvironment-0.0.1.jar, /tmp/resolveDependencies-artifact-2357624559686590781/tools-kotlin-build-compile-interfaces-diagnostics-0.0.1.jar, /tmp/resolveDependencies-artifact-7624965876221625571/community-kotlin-coursier-bldbinary-0.0.1.jar, /tmp/resolveDependencies-artifact-2202380844280514125/interface-2.1.30-SNAPSHOT.jar, /tmp/resolveDependencies-artifact-3037609315491709940/coursier-util_2.13-2.1.30.jar, /tmp/resolveDependencies-artifact-386244354434550415/coursier-core_2.13-2.1.30.jar, /tmp/resolveDependencies-artifact-4605270604424678669/coursier_2.13-2.1.30.jar, /tmp/resolveDependencies-artifact-12986845487983772333/coursier-cache_2.13-2.1.30.jar, /tmp/resolveDependencies-artifact-5864653871890158472/annotations-13.0.jar, /tmp/resolveDependencies-artifact-6313749874378017633/commons-io-2.15.1.jar, /tmp/resolveDependencies-artifact-4554918770551540845/commons-lang3-3.14.0.jar, /tmp/resolveDependencies-artifact-15706055765932004099/kotlin-script-runtime-1.9.25.jar, /tmp/resolveDependencies-artifact-3643024082752631711/kotlin-reflect-1.6.10.jar, /tmp/resolveDependencies-artifact-9301354823570254129/kotlin-daemon-embeddable-1.9.25.jar, /tmp/resolveDependencies-artifact-295069060230819631/trove4j-1.0.20200330.jar, /tmp/resolveDependencies-artifact-11284997957880814910/util-stacktrace-0.0.1.jar, /tmp/resolveDependencies-artifact-8692398699186674388/file-metadata-cache-0.0.1.jar, /tmp/resolveDependencies-artifact-6458572079040968297/util-cache-cachekey-interfaces-0.0.1.jar, /tmp/resolveDependencies-artifact-3008171810094042242/asm-analysis-9.8.jar, /tmp/resolveDependencies-artifact-8089006944687858596/kompile-executionenvironment-bridge-interface-0.0.1.jar, /tmp/resolveDependencies-artifact-18373050674991917954/versions_2.13-0.5.1.jar, /tmp/resolveDependencies-artifact-13941785019021916637/windows-jni-utils-0.3.3.jar, /tmp/resolveDependencies-artifact-1061927319005452573/slf4j-api-1.7.36.jar, /tmp/resolveDependencies-artifact-18049238683384426381/scala-collection-compat_2.13-2.13.0.jar, /tmp/resolveDependencies-artifact-5161585411933439322/scala-library-2.13.16.jar, /tmp/resolveDependencies-artifact-14114342439195275587/concurrent-reference-hash-map-1.1.0.jar, /tmp/resolveDependencies-artifact-4774923421370910086/scala-xml_2.13-2.4.0.jar, /tmp/resolveDependencies-artifact-4804632543894745976/dependency_2.13-0.3.2.jar, /tmp/resolveDependencies-artifact-8476430611759822126/jsoniter-scala-core_2.13-2.13.5.jar, /tmp/resolveDependencies-artifact-15866469034098463849/coursier-proxy-setup-2.1.30.jar, /tmp/resolveDependencies-artifact-8545230599687121378/config_3-1.8.5.jar, /tmp/resolveDependencies-artifact-18088362980382285658/windows-ansi-0.0.6.jar, /tmp/resolveDependencies-artifact-10660289579255767094/cache-util-2.1.30.jar, /tmp/resolveDependencies-artifact-17611556496895796198/coursier-paths-2.1.30.jar, /tmp/resolveDependencies-artifact-17740318838685286708/scala3-library_3-3.3.6.jar, /tmp/resolveDependencies-artifact-17239383494018317864/specification-level_3-1.8.5.jar, /tmp/resolveDependencies-artifact-1200036380034268203/jansi-2.4.1.jar, /tmp/resolveDependencies-artifact-7412932143193396516/is-terminal-0.1.2.jar] [unhandled DiagnosticEffect from JvmBuildRules.kt:1150]
null Using Kotlin home directory <no_path> [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
null Using JDK home inferred from java.home: /usr/lib/jvm/java-21-openjdk-amd64 [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
null Exception on loading scripting plugin: java.lang.ClassNotFoundException: org.jetbrains.kotlin.scripting.compiler.plugin.ScriptingCompilerConfigurationComponentRegistrar [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
null Scripting plugin will not be loaded: not all required jars are present in the classpath (missing files: [./kotlin-scripting-compiler.jar, ./kotlin-scripting-compiler-impl.jar, ./kotlin-scripting-common.jar, ./kotlin-scripting-jvm.jar]) [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
null Using JVM IR backend [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
null Configuring the compilation environment [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
null Loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.incubator.vector, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.net, jdk.nio.mapmode, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.internal.opt, jdk.zipfs, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le] [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildDriver.kt:634:37: warning: parameter 'result' is never used
    private fun parseTestResultsXml(result: CommandResult): List<TestResult>? {
                                    ^ Parameter 'result' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildTestEmbeddedService.kt:2971:21: warning: the value '"createBuildDroplet"' assigned to 'var activeMethod: String defined in buildtest.embedded.BuildTestEmbeddedService.provisionShardWithRetry' is never used
                    activeMethod = "createBuildDroplet"
                    ^ The value '"createBuildDroplet"' assigned to 'var activeMethod: String defined in buildtest.embedded.BuildTestEmbeddedService.provisionShardWithRetry' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/BuildTestEmbeddedService.kt:3009:17: warning: the value '"getDroplet"' assigned to 'var activeMethod: String defined in buildtest.embedded.BuildTestEmbeddedService.provisionShardWithRetry' is never used
                activeMethod = "getDroplet"
                ^ The value '"getDroplet"' assigned to 'var activeMethod: String defined in buildtest.embedded.BuildTestEmbeddedService.provisionShardWithRetry' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/DataModels.kt:311:29: warning: extension is shadowed by a member: public final fun toJson(): JSONObject
private fun GitBuildContext.toJson(): JSONObject {
                            ^ Extension is shadowed by a member: public final fun toJson(): JSONObject [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/PerftestDispatcher.kt:328:45: warning: 'getter for nextTarEntry: TarArchiveEntry!' is deprecated. Deprecated in Java
                            val entry = tar.nextTarEntry ?: break
                                            ^ 'getter for nextTarEntry: TarArchiveEntry!' is deprecated. Deprecated in Java [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/src/buildtest/embedded/RunEventProjection.kt:354:29: warning: the value 'MAX_PROJECTED_OUTPUT_BYTES' assigned to 'var totalBytes: Int defined in buildtest.embedded.RunEventProjection.applyParsedEvent.`<anonymous>`' is never used
                            totalBytes = MAX_PROJECTED_OUTPUT_BYTES
                            ^ The value 'MAX_PROJECTED_OUTPUT_BYTES' assigned to 'var totalBytes: Int defined in buildtest.embedded.RunEventProjection.applyParsedEvent.`<anonymous>`' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
/tmp/qtcompile16780283371897993444/extractProjectNamesMixedCoordinatesAndFallback.kt:93:17: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val names = extractProjectNamesFromArchive(archive)
                ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17947630118034622217/e2eFailedBuildCollectsHeapDumpBeforeDropletDestruction.kt:217:58: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(BuildStatus.FAILED, finalRun!!.status,
                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17947630118034622217/e2eFailedBuildCollectsHeapDumpBeforeDropletDestruction.kt:245:56: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(BuildStatus.FAILED, apiRun!!.status,
                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17947630118034622217/e2eFailedBuildCollectsHeapDumpBeforeDropletDestruction.kt:260:72: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(apiRun.heapDumpFilesystemName, reloadedRun!!.heapDumpFilesystemName,
                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13121030695754960684/e2eRunnerStreamStallRecordsExecutionEventBeforeCompletion.kt:190:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                currentRun!!.status !in TERMINAL_STATUSES,
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18082484490631134301/testInjectFileIntoArchive_preservesExistingEntriesAndAddsNewFile.kt:94:22: warning: 'injectFileIntoArchive(ByteArray, String, File): ByteArray' is deprecated. Holds both the source and result archive in heap; prone to OOM on large uploads. Use one of the streaming overloads instead.
        val result = injectFileIntoArchive(archiveBytes, ".kompile-cli-override.jar", tempFile)
                     ^ 'injectFileIntoArchive(ByteArray, String, File): ByteArray' is deprecated. Holds both the source and result archive in heap; prone to OOM on large uploads. Use one of the streaming overloads instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17994226663161095835/e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries.kt:68:29: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        firstRunId = service!!.submitBuild(archive, "stale provisioning reservation owner").runId
                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17994226663161095835/e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries.kt:70:142: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The first run must enter the real createDroplet/getDroplet provisioning path; createCalls=${createCalls.get()}, status=${service!!.getBuildRun(firstRunId)?.status}.")
                                                                                                                                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17994226663161095835/e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries.kt:71:16: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17994226663161095835/e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries.kt:71:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17994226663161095835/e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries.kt:72:29: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val failed = service!!.getBuildRun(firstRunId)
                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17994226663161095835/e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries.kt:78:30: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        secondRunId = service!!.submitBuild(archive, "queued build admitted after stale kill").runId
                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17994226663161095835/e2eStaleKillReleasesAdmissionReservationsWhileProvisioningRetries.kt:82:188: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "Terminal transition for runId=$firstRunId must release its only admission reservation and wake runId=$secondRunId promptly; createdNames=$createdNames, secondStatus=${service!!.getBuildRun(secondRunId)?.status}.")
                                                                                                                                                                                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile15784214227439455266/e2eRunnerKilledWithoutExitCodeFailsWithDescriptiveError.kt:237:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertTrue(finalRun!!.status in TERMINAL_STATUSES,
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile15784214227439455266/e2eRunnerKilledWithoutExitCodeFailsWithDescriptiveError.kt:270:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type TestResult
            assertTrue(k1!!.passed,
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type TestResult [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile15376071218192587541/e2eDestroyingStatusOnRestartPreservesResults.kt:149:72: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, loadedRun!!.status,
                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11506641187936918761/e2eDestroyingRecoveryWithTestFailuresProducesCorrectErrorMessage.kt:107:69: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, loadedRun!!.status,
                                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12602178322259958357/renewBuildLeaseThrowsForTerminalStatuses.kt:102:21: warning: unreachable code
                    throw UnsupportedOperationException()
                    ^ Unreachable code [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7671341982097065433/uploadHeapDumpsFindsAndUploads.kt:189:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
                uploadScriptCommand!!.contains("create-fs"),
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9448324816849472739/e2eTrueRestartFifoAdmissionWithMixedDropletOwnership.kt:178:33: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while(ids.any { serviceB!!.getBuildRun(it)?.status !in TERMINAL_STATUSES } && System.nanoTime()<completionDeadline) {
                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9448324816849472739/e2eTrueRestartFifoAdmissionWithMixedDropletOwnership.kt:182:29: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val run=serviceB!!.getBuildRun(id)
                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4594954636010944738/e2eCancelResumedBuildProducesCanceled.kt:91:13: warning: variable 'rootDir' is never used
        val rootDir = java.io.File(workingDir, "root")
            ^ Variable 'rootDir' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4594954636010944738/e2eCancelResumedBuildProducesCanceled.kt:158:70: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.CANCELED, finalRun!!.status,
                                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9955765173578004371/e2eShardedRunResumedAndCompletedAcrossServiceRestart.kt:262:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile136572024054699848/e2eShardedBuildCancellationCleansAllDroplets.kt:243:74: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.CANCELED, finalRun!!.status,
                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1374200850824646628/extractProjectNamesFallsBackToDirName.kt:76:17: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val names = extractProjectNamesFromArchive(archive)
                ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1282734633392468000/e2eShardedRunResumeFailsWhenArchiveMissing.kt:124:64: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17003268491517759658/testInjectFileIntoArchive_worksWithLargeFiles.kt:80:22: warning: 'injectFileIntoArchive(ByteArray, String, File): ByteArray' is deprecated. Holds both the source and result archive in heap; prone to OOM on large uploads. Use one of the streaming overloads instead.
        val result = injectFileIntoArchive(archiveBytes, ".kompile-cli-override.jar", tempFile)
                     ^ 'injectFileIntoArchive(ByteArray, String, File): ByteArray' is deprecated. Holds both the source and result archive in heap; prone to OOM on large uploads. Use one of the streaming overloads instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9494787201615122355/resumeBuildDispatchesPerftestFromPersistedStructuredContextAndMergeBaseArchive.kt:236:67: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                  ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5128353212914993778/discoverTestsWithTimeoutsExtractsTimeout.kt:79:22: warning: 'discoverTestsWithTimeouts(ByteArray): List<DiscoveredTest>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discovered = discoverTestsWithTimeouts(baos.toByteArray())
                     ^ 'discoverTestsWithTimeouts(ByteArray): List<DiscoveredTest>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7239142387023852538/e2eShardedRunResumeReprovisionsReapedShardDroplet.kt:269:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7239142387023852538/e2eShardedRunResumeReprovisionsReapedShardDroplet.kt:288:49: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONArray
            val persistedShardId = shardIdsAfter!!.getLong(0)
                                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONArray [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2712717843525546030/e2eWatchdogErrorMessageNotOverwrittenByBuildThread.kt:203:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, watchdogRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2712717843525546030/e2eWatchdogErrorMessageNotOverwrittenByBuildThread.kt:221:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7889077190009792318/e2eExplicitTestSpecsRunOnSingleDroplet.kt:190:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertTrue(finalRun!!.status in TERMINAL_STATUSES,
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17114141886877278644/captureTimeoutThreadDumpNoProcess.kt:131:37: warning: parameter 'out' is never used, could be renamed to _
        commandHandler = { command, out, exitCallback, _ ->
                                    ^ Parameter 'out' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9716387731368207833/deleteDuringProvisioning.kt:66:58: warning: the corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments.
            override fun createSnapshot(dropletId: Long, name: String): droplet.api.SnapshotInfo {
                                                         ^ The corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2539242133129711413/e2eCancelDuringShardedProvisioningReleasesAllShardReservations.kt:60:33: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        cancelledRunId = service!!.submitBuild(archive, "cancel four provisioning shards").runId
                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2539242133129711413/e2eCancelDuringShardedProvisioningReleasesAllShardReservations.kt:63:16: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.cancelBuildRun(cancelledRunId)
               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2539242133129711413/e2eCancelDuringShardedProvisioningReleasesAllShardReservations.kt:64:65: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertEquals(buildtest.api.BuildStatus.CANCELED, service!!.getBuildRun(cancelledRunId)?.status,
                                                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2539242133129711413/e2eCancelDuringShardedProvisioningReleasesAllShardReservations.kt:65:133: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "cancelBuildRun must persist CANCELED for runId=$cancelledRunId before releasing its four reservations; actual=${service!!.getBuildRun(cancelledRunId)}.")
                                                                                                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2539242133129711413/e2eCancelDuringShardedProvisioningReleasesAllShardReservations.kt:66:28: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        nextRunId = service!!.submitBuild(archive, "admitted after four-shard cancellation").runId
                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11518607104091323177/e2eDestroyDropletFailureDoesNotOverrideCompletedStatus.kt:296:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1489240082064125500/e2eDisabledTestsNotCountedAsFailed.kt:237:41: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(0, finalRun!!.testsFailed,
                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1489240082064125500/e2eDisabledTestsNotCountedAsFailed.kt:260:77: warning: unnecessary non-null assertion (!!) on a non-null receiver of type TestResult
                assertEquals(buildtest.api.TestStatus.DISABLED, disabledTest!!.status,
                                                                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type TestResult [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5102290999057954190/e2eBuildWithCompilationFailure.kt:204:72: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile10834416241777885438/getBuildRunReturnsAtomicSnapshotAcrossMultiFieldUpdates.kt:119:13: warning: variable 'archiveBytes' is never used
        val archiveBytes = byteArrayOf(0x1f, 0x8b.toByte(), 0x08, 0x00) // mini gzip header, good enough for isolated submit
            ^ Variable 'archiveBytes' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13460736238106509771/perftestGitContextForRunFallsBackToLegacyParsing.kt:28:55: warning: unnecessary non-null assertion (!!) on a non-null receiver of type PerftestGitContext
        assertEquals("LegacyOwner/LegacyRepo", context!!.repo)
                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type PerftestGitContext [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11945487021867773523/e2eCancelDuringResumedFreshBuildInstallPhase.kt:222:70: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.CANCELED, finalRun!!.status,
                                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:112:30: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val submitted=service!!.submitBuild(bytes.toByteArray(),"cumulative admission queue age"); runId=submitted.runId
                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:114:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while(!service!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity") && System.nanoTime()<queuedDeadline) Thread.sleep(20)
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:115:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertTrue(service!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity"),
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:116:83: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The run must enter admission before queue-age cycling; log='${service!!.getBuildLog(runId)}'.")
                                                                                  ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:120:20: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            service!!.checkStaleBuildsNow()
                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:128:132: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Admission cycle ${cycle+1} must reach provider quota rejection; createCalls=${createCalls.get()}, status=${service!!.getBuildRun(runId)?.status}.")
                                                                                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:132:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            while(service!!.getBuildRun(runId)?.status!=buildtest.api.BuildStatus.PENDING && System.nanoTime()<pendingDeadline) Thread.sleep(20)
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:133:67: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertEquals(buildtest.api.BuildStatus.PENDING,service!!.getBuildRun(runId)?.status,
                                                                  ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:134:89: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Quota rejection cycle ${cycle+1} must requeue PENDING; actual=${service!!.getBuildRun(runId)?.status}, error='${service!!.getBuildRun(runId)?.errorMessage}'.")
                                                                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:134:137: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Quota rejection cycle ${cycle+1} must requeue PENDING; actual=${service!!.getBuildRun(runId)?.status}, error='${service!!.getBuildRun(runId)?.errorMessage}'.")
                                                                                                                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:138:16: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow()
               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:139:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val failed=service!!.getBuildRun(runId)
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:148:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertTrue(service!!.getTestResults(runId).all { it.status==buildtest.api.TestStatus.PENDING },
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14897718157799801787/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kt:149:73: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "All never-run results must remain PENDING; actual=${service!!.getTestResults(runId).map { it.status }}.")
                                                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5335960966636795617/e2eCompletingRecoveryWithTestFailuresProducesCorrectErrorMessage.kt:129:69: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, loadedRun!!.status,
                                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2366556475046084620/extractProjectNamesUsesArtifactCoordinates.kt:86:17: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val names = extractProjectNamesFromArchive(archive)
                ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2650966607132065986/testE2EBuildRuleDiscoveredFullPipelineRunnerToProjection.kt:276:57: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject
        assertEquals("PENDING", fixtureRowAfterDiscovery!!.getString("status"),
                                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2650966607132065986/testE2EBuildRuleDiscoveredFullPipelineRunnerToProjection.kt:312:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject
        if (fixtureRowAfterFull!!.has("status")) {
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11959895239858411117/captureTimeoutHeapDumpNoProcess.kt:131:37: warning: parameter 'out' is never used, could be renamed to _
        commandHandler = { command, out, exitCallback, _ ->
                                    ^ Parameter 'out' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17112927509181013863/e2eShardedRunResumeWaitsForRunningKompileThenCollects.kt:199:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:103:22: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        runId=service!!.submitBuild(bytes.toByteArray(),"lease exemption admission bound").runId
                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:105:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while(!service!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity") && System.nanoTime()<deadline) Thread.sleep(20)
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:106:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertTrue(service!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity"),
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:107:88: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The run must enter admission before lease/admission checks; log='${service!!.getBuildLog(runId)}'.")
                                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:109:53: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        repeat(6) { clock.advanceBy(60_000); service!!.checkStaleBuildsNow() }
                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:110:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val atSix=service!!.getBuildRun(runId)
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:114:54: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        repeat(10) { clock.advanceBy(60_000); service!!.checkStaleBuildsNow() }
                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7282454479336208221/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kt:115:30: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val atSixteen=service!!.getBuildRun(runId)
                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile10811934131001222454/watchdogFailsRunQueuedForOverMaxAdmissionWait.kt:196:58: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
            try { serviceForCleanup?.cancelBuildRun(runId!!) } catch (_: Exception) {}
                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5907925771181134223/e2eResumePreservesExistingTestResultsWhenXmlDownloadFails.kt:226:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18357542891414302803/e2eShardedRunResumeMixesCollectAndRerunAcrossShards.kt:245:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:88:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        runId = service!!.submitBuild(archive, "rate-limited until watchdog ceiling").runId
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:90:50: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while ((createCalls.get() == 0 || service!!.getBuildRun(runId)?.status != buildtest.api.BuildStatus.PENDING) && System.nanoTime() < requeueDeadline) {
                                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:91:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            if (service!!.getBuildRun(runId)?.status in TERMINAL_STATUSES) break
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:94:64: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertEquals(buildtest.api.BuildStatus.PENDING, service!!.getBuildRun(runId)?.status,
                                                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:95:152: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "Rate-limit exhaustion must re-enter admission before the watchdog ceiling is exercised; createCalls=${createCalls.get()}, status=${service!!.getBuildRun(runId)?.status}, error='${service!!.getBuildRun(runId)?.errorMessage}'.")
                                                                                                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:95:200: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "Rate-limit exhaustion must re-enter admission before the watchdog ceiling is exercised; createCalls=${createCalls.get()}, status=${service!!.getBuildRun(runId)?.status}, error='${service!!.getBuildRun(runId)?.errorMessage}'.")
                                                                                                                                                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:98:16: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow()
               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:99:29: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val failed = service!!.getBuildRun(runId)
                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:107:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertTrue(service!!.getTestResults(runId).all { it.status == buildtest.api.TestStatus.PENDING },
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17925671739080858086/watchdogAdmissionWaitCeilingStillFailsRateLimitedBuilds.kt:108:111: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "Every discovered test must remain PENDING when the admission watchdog expires; statuses=${service!!.getTestResults(runId).map { it.status }}.")
                                                                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2236343342727813965/calculateWholeBuildTimeout_mixedAnnotationsAndDefaults.kt:119:21: warning: 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val timeoutMs = calculateWholeBuildTimeoutMs(baos.toByteArray())
                    ^ 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7781095163938419821/watchdogAdmissionExpiryAfterFailedBootReportsHonestDiagnostics.kt:56:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val run=service!!.submitBuild(bytes.toByteArray(),"failed boot then capacity expiry"); runId=run.runId
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7781095163938419821/watchdogAdmissionExpiryAfterFailedBootReportsHonestDiagnostics.kt:59:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while(!service!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity")&&System.nanoTime()<queuedDeadline) Thread.sleep(10)
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7781095163938419821/watchdogAdmissionExpiryAfterFailedBootReportsHonestDiagnostics.kt:60:46: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        clock.advanceBy(61L*60*1000); service!!.checkStaleBuildsNow()
                                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7781095163938419821/watchdogAdmissionExpiryAfterFailedBootReportsHonestDiagnostics.kt:61:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val failed=service!!.getBuildRun(runId)
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2303836275926331143/e2eOverrideJarRunId_artifactFromPreviousBuildIsInjectedIntoWorkspace.kt:246:76: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun1!!.status,
                                                                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2303836275926331143/e2eOverrideJarRunId_artifactFromPreviousBuildIsInjectedIntoWorkspace.kt:266:76: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun2!!.status,
                                                                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9674447396824146727/e2eExecStreamingDoesNotRetainOutput.kt:54:13: warning: variable 'droplet' is never used
        val droplet = service.createDroplet("test-droplet", "nyc1", "s-1vcpu-1gb", "ubuntu-24-04-x64")
            ^ Variable 'droplet' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8909170277161250218/e2eNormalBuildLogsNoHeapDumps.kt:269:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8909170277161250218/e2eNormalBuildLogsNoHeapDumps.kt:275:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
                assertTrue(buildLog!!.contains("No heap dump files found"),
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11014555762655973766/e2eResumeIngestsSpooledEventsWhileRunnerStillRunning.kt:232:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertTrue(finalRun!!.status in TERMINAL_STATUSES,
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12083579978553194873/e2eXmlResultsShouldNotOverwriteBtrErrorMessages.kt:233:72: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12083579978553194873/e2eXmlResultsShouldNotOverwriteBtrErrorMessages.kt:246:58: warning: unnecessary non-null assertion (!!) on a non-null receiver of type TestResult
                assertEquals(btrErrorMessage, failingTest!!.errorMessage,
                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type TestResult [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12083579978553194873/e2eXmlResultsShouldNotOverwriteBtrErrorMessages.kt:256:74: warning: unnecessary non-null assertion (!!) on a non-null receiver of type TestResult
                assertEquals(buildtest.api.TestStatus.PASSED, passingTest!!.status,
                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type TestResult [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5773273965039246143/powOverflowDoesNotCauseNegativeBackoffInterval.kt:98:45: warning: parameter 'reason' is never used, could be renamed to _
            onStaleBuildDetected = { runId, reason -> failedRuns.add(runId) },
                                            ^ Parameter 'reason' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9477854468272238672/e2eResumeRecoverFromSshChannelFailure.kt:256:25: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                finalRun!!.status == buildtest.api.BuildStatus.COMPLETED ||
                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13505108334055185272/extractProjectNamesFromValidArchive.kt:94:17: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val names = extractProjectNamesFromArchive(validArchive)
                ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12687582608420400993/e2eCancellationViaInterruptProducesCanceled.kt:216:74: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.CANCELED, finalRun!!.status,
                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2665689737361677545/e2eCancelDuringPreparationProducesCanceled.kt:147:22: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            when (run!!.status) {
                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16262260906003476471/e2eArtifactCollectionAfterBuild.kt:222:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildArtifact
                assertTrue(artifact!!.artifactBytes.isNotEmpty(),
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildArtifact [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4746949073130381041/e2eHeapDumpCompletesBeforeOldSessionClosed.kt:217:21: warning: variable 'run' is never used
                val run = buildService.submitBuild(archiveBytes, "heapdump-order-build")
                    ^ Variable 'run' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9495675457091855718/e2eCancelDuringSilentBuildPhaseClosesSshSession.kt:228:74: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.CANCELED, finalRun!!.status,
                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5186319891640337796/testInitialPendingResultsWrittenAfterDiscovery.kt:73:27: warning: 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discoveredTests = discoverTestsFromArchive(baos.toByteArray())
                          ^ 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:168:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            while(!service!!.getBuildLog(runIds[0]).orEmpty().contains("Waiting for droplet capacity") && System.nanoTime()<waitDeadline) {
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:171:31: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertTrue(service!!.getBuildLog(runIds[0]).orEmpty().contains("Waiting for droplet capacity"),
                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:172:98: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "The first recovered run must enter admission before cancellation; log='${service!!.getBuildLog(runIds[0])}'.")
                                                                                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:173:20: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            service!!.cancelBuildRun(runIds[0])
                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:174:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertEquals(buildtest.api.BuildStatus.CANCELED,service!!.getBuildRun(runIds[0])?.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:175:106: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Public cancellation must persist CANCELED for the recovered queued run; actual=${service!!.getBuildRun(runIds[0])?.status}.")
                                                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:178:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            while(service!!.getBuildRun(runIds[1])?.status !in TERMINAL_STATUSES && System.nanoTime()<completionDeadline) {
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:181:33: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val survivor=service!!.getBuildRun(runIds[1])
                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14562552719216197039/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kt:189:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertEquals(buildtest.api.BuildStatus.CANCELED,service!!.getBuildRun(runIds[0])?.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile15842547185219919493/uploadHeapDumpsNoFilesFound.kt:129:37: warning: parameter 'out' is never used, could be renamed to _
        commandHandler = { command, out, exitCallback, _ ->
                                    ^ Parameter 'out' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12248999945441513885/e2ePreparationFailureProducesBuildLog.kt:76:94: warning: parameter 'tar' is never used, could be renamed to _
                org.apache.commons.compress.archivers.tar.TarArchiveOutputStream(gzip).use { tar ->
                                                                                             ^ Parameter 'tar' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12248999945441513885/e2ePreparationFailureProducesBuildLog.kt:120:39: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            "errorMessage ('${finalRun!!.errorMessage}') but not in the build log.")
                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12248999945441513885/e2ePreparationFailureProducesBuildLog.kt:121:28: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
        assertTrue(buildLog!!.contains("no project directories"),
                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5280390214608602130/e2eProvisioningTimeoutFailsBuild.kt:182:76: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.PROVISIONING, currentRun!!.status,
                                                                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5280390214608602130/e2eProvisioningTimeoutFailsBuild.kt:210:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2102333284568439528/analyzeArchiveMatchesThreeSeparateFunctions.kt:102:20: warning: 'analyzeArchive(ByteArray): ArchiveAnalysis' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val combined = analyzeArchive(archive)
                   ^ 'analyzeArchive(ByteArray): ArchiveAnalysis' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2102333284568439528/analyzeArchiveMatchesThreeSeparateFunctions.kt:103:24: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val projectNames = extractProjectNamesFromArchive(archive)
                       ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2102333284568439528/analyzeArchiveMatchesThreeSeparateFunctions.kt:104:31: warning: 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val wholeBuildTimeoutMs = calculateWholeBuildTimeoutMs(archive)
                              ^ 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2102333284568439528/analyzeArchiveMatchesThreeSeparateFunctions.kt:105:22: warning: 'discoverTestsWithTimeouts(ByteArray): List<DiscoveredTest>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discovered = discoverTestsWithTimeouts(archive)
                     ^ 'discoverTestsWithTimeouts(ByteArray): List<DiscoveredTest>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16734257125568323460/testDiscoveryFromArchiveFindsTestFunctions.kt:72:22: warning: 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discovered = discoverTestsFromArchive(baos.toByteArray())
                     ^ 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1497614836107184296/calculateWholeBuildTimeout_capsAtMaxForLargeTestSuites.kt:76:21: warning: 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val timeoutMs = calculateWholeBuildTimeoutMs(baos.toByteArray())
                    ^ 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11524757969714144346/watchdogTrackedBuildsIsSafeForConcurrentAccess.kt:108:13: warning: variable 'threads' is never used
        val threads = (1..threadCount).map { threadNum ->
            ^ Variable 'threads' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5975921603264487665/extractProjectNamesFallsBackWhenNoBuildKts.kt:76:17: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val names = extractProjectNamesFromArchive(archive)
                ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9446008137894960603/extractProjectNamesHandlesDotSlashPrefix.kt:95:17: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val names = extractProjectNamesFromArchive(baos.toByteArray())
                ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6973679090734588396/e2eTestCountsUpdatedOnExceptionPath.kt:238:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2740353746201189660/testProcessRunnerEventConsoleOutputPersistedAndProjected.kt:81:49: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject
        val persistedEntries = consoleEventInLog!!.getJSONArray("entries")
                                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6020556979582358013/calculateWholeBuildTimeout_withFunctionAnnotations.kt:79:21: warning: 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val timeoutMs = calculateWholeBuildTimeoutMs(baos.toByteArray())
                    ^ 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13532611363114044572/e2eRunnerSurvivesSshChannelDeathMidTestingViaEventSpool.kt:308:42: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                "Final status: ${finalRun!!.status}, error: '${finalRun.errorMessage}'. " +
                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13532611363114044572/e2eRunnerSurvivesSshChannelDeathMidTestingViaEventSpool.kt:312:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile15942351206805937439/recoveredRunsArePersistedToDisk.kt:104:13: warning: variable 'service' is never used
        val service = BuildTestEmbeddedService(dataDir, dropletManager)
            ^ Variable 'service' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4286234814296647888/e2eSshExecutorClosedRefusesToReconnect.kt:89:17: warning: variable 'droplet' is never used
            val droplet = fakeDropletService.createDroplet(
                ^ Variable 'droplet' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4286234814296647888/e2eSshExecutorClosedRefusesToReconnect.kt:141:21: warning: 'uploadFile(ByteArray, String): Unit' is deprecated. Holds the full payload in heap; prone to OOM on large uploads. Use the File overload (streams via SFTP put(InputStream)) instead.
                ssh.uploadFile("x".toByteArray(), "/root/should-not-write.txt")
                    ^ 'uploadFile(ByteArray, String): Unit' is deprecated. Holds the full payload in heap; prone to OOM on large uploads. Use the File overload (streams via SFTP put(InputStream)) instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14896195357625768102/calculateWholeBuildTimeout_defaultTimeouts.kt:86:21: warning: 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val timeoutMs = calculateWholeBuildTimeoutMs(baos.toByteArray())
                    ^ 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17016879640175886063/e2eBuildWithHeapDumpCollectsAndUploads.kt:258:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17016879640175886063/e2eBuildWithHeapDumpCollectsAndUploads.kt:265:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
                assertTrue(buildLog!!.contains("Found 1 heap dump file(s)"),
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile361817371690026331/e2eArchiveInProgressBuildThrows.kt:192:38: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertTrue(currentRun!!.status !in TERMINAL_STATUSES,
                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12477271380567787977/finalizeUploadAfterRestartRehydratesSessionAndBuilds.kt:120:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertNotEquals(buildtest.api.BuildStatus.FAILED, afterRestart!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18303728777806975176/e2eWatchdogTimeoutCapturesThreadDumpBeforeHeapDump.kt:309:73: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.FAILED, failedRun!!.status,
                                                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18303728777806975176/e2eWatchdogTimeoutCapturesThreadDumpBeforeHeapDump.kt:335:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
                assertTrue(buildLog!!.contains("[ThreadDump]"),
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8663923777040517035/processRunnerEventTruncatesOversizedFieldlessEntriesBatch.kt:102:35: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONArray
        val savedMessage = entries!!.getJSONObject(0).getString("message")
                                  ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONArray [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile3685799214293892732/submitBuildRejectsEmptyArchive.kt:66:86: warning: parameter 'tar' is never used, could be renamed to _
        org.apache.commons.compress.archivers.tar.TarArchiveOutputStream(gzip).use { tar ->
                                                                                     ^ Parameter 'tar' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18088678736657305096/calculateWholeBuildTimeout_withFileAnnotations.kt:100:21: warning: 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val timeoutMs = calculateWholeBuildTimeoutMs(baos.toByteArray())
                    ^ 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile15738142410182762537/e2eTestFailureErrorMessageDoesNotSayBuildFailed.kt:267:72: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile10201639037383670000/reaperSurvivesListFailures.kt:53:58: warning: the corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments.
            override fun createSnapshot(dropletId: Long, name: String): droplet.api.SnapshotInfo {
                                                         ^ The corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18345514537689760204/e2eFullBuildLifecycleHappyPath.kt:273:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18345514537689760204/e2eFullBuildLifecycleHappyPath.kt:286:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
                assertTrue(buildLog!!.contains("Provisioning"),
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2539083582403105217/testDiscoveryFromArchiveHandlesTestsDirectory.kt:84:22: warning: 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discovered = discoverTestsFromArchive(baos.toByteArray())
                     ^ 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile10313024618433922875/e2eListBuildRunsDuringActiveBuild.kt:207:37: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertTrue(activeRun!!.status !in TERMINAL_STATUSES,
                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11134681800020813816/perftestGitContextForRunPrefersStructuredContext.kt:34:63: warning: unnecessary non-null assertion (!!) on a non-null receiver of type PerftestGitContext
        assertEquals("StructuredOwner/StructuredRepo", context!!.repo,
                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type PerftestGitContext [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:142:63: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while ((rejectedNames.size < 2 || runIds.any { service!!.getBuildRun(it)?.status != buildtest.api.BuildStatus.PENDING }) && System.nanoTime() < requeueDeadline) {
                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:143:37: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            if (runIds.all { service!!.getBuildRun(it)?.status in TERMINAL_STATUSES }) break
                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:147:34: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val pending = service!!.getBuildRun(runId)
                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:149:228: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Every admitted or queued build resumed into a closed rate-limit gate must requeue PENDING; runId=$runId, rejectedNames=$rejectedNames, status=${pending?.status}, error='${pending?.errorMessage}', log='${service!!.getBuildLog(runId)}'.")
                                                                                                                                                                                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:156:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while (runIds.any { service!!.getBuildRun(it)?.status !in TERMINAL_STATUSES } && System.nanoTime() < completionDeadline) Thread.sleep(25)
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:157:88: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        for (runId in runIds) assertEquals(buildtest.api.BuildStatus.COMPLETED, service!!.getBuildRun(runId)?.status,
                                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:158:122: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "Every restart-resumed build must complete after the rate-limit gate recovers; runId=$runId, status=${service!!.getBuildRun(runId)?.status}, error='${service!!.getBuildRun(runId)?.errorMessage}'.")
                                                                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6571398495662350859/e2eRestartResumeDuringRateLimitExhaustionRequeuesAllBuilds.kt:158:170: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "Every restart-resumed build must complete after the rate-limit gate recovers; runId=$runId, status=${service!!.getBuildRun(runId)?.status}, error='${service!!.getBuildRun(runId)?.errorMessage}'.")
                                                                                                                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9155147990107356206/e2eSshExecutorReconnectsAfterChannelFailure.kt:138:17: warning: 'uploadFile(ByteArray, String): Unit' is deprecated. Holds the full payload in heap; prone to OOM on large uploads. Use the File overload (streams via SFTP put(InputStream)) instead.
            ssh.uploadFile(testContent.toByteArray(), "/root/reconnect-test.txt")
                ^ 'uploadFile(ByteArray, String): Unit' is deprecated. Holds the full payload in heap; prone to OOM on large uploads. Use the File overload (streams via SFTP put(InputStream)) instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8866377972208350552/dropletManagerUsesFirstRegionWhenItSucceeds.kt:105:13: warning: variable 'droplet' is never used
        val droplet = dropletManager.createBuildDroplet("test-run")
            ^ Variable 'droplet' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12012056703896150153/e2eResumeFromInstallingRerunsFullBuild.kt:277:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12954946448593070028/e2eResumeFromPendingReprovisionsFromArchive.kt:335:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1219354808235222007/submitBuildAlwaysReturnsPendingEvenWhenBackgroundFailsFast.kt:125:17: warning: variable 'current' is never used
            val current = service.getBuildRun("race-test-$i")
                ^ Variable 'current' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12943106735255328134/liveRunDropletsNeverReaped.kt:106:58: warning: the corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments.
            override fun createSnapshot(dropletId: Long, name: String): droplet.api.SnapshotInfo {
                                                         ^ The corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:102:34: warning: variable 'call' is never used
                return when (val call = createCalls.incrementAndGet()) {
                                 ^ Variable 'call' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:145:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        runId = service!!.submitBuild(archive, "rate-limit exhaustion requeues").runId
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:148:49: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while ((createCalls.get() < 1 || service!!.getBuildRun(runId)?.status != buildtest.api.BuildStatus.PENDING) && System.nanoTime() < firstRequeueDeadline) {
                                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:149:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            if (service!!.getBuildRun(runId)?.status in TERMINAL_STATUSES) break
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:152:35: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val firstRequeue = service!!.getBuildRun(runId)
                                  ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:154:250: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The production rate-limit budget-exhaustion message must requeue the fresh build as PENDING instead of hard-failing; createCalls=${createCalls.get()}, status=${firstRequeue?.status}, error='${firstRequeue?.errorMessage}', log='${service!!.getBuildLog(runId)}'.")
                                                                                                                                                                                                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:155:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertTrue(service!!.getBuildLog(runId).orEmpty().contains("requeue", ignoreCase = true),
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:156:86: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The build log must make the admission requeue observable; log='${service!!.getBuildLog(runId)}'.")
                                                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:162:49: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while ((createCalls.get() < 2 || service!!.getBuildRun(runId)?.status != buildtest.api.BuildStatus.PENDING) && System.nanoTime() < secondRequeueDeadline) {
                                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:163:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            if (service!!.getBuildRun(runId)?.status in TERMINAL_STATUSES) break
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:166:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val secondRequeue = service!!.getBuildRun(runId)
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:174:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while (service!!.getBuildRun(runId)?.status !in TERMINAL_STATUSES && System.nanoTime() < completionDeadline) Thread.sleep(25)
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:175:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val completed = service!!.getBuildRun(runId)
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile767231975030215294/e2eRateLimitExhaustionRequeuesInsteadOfHardFailing.kt:177:190: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The build must complete after the structured rate-limit reset; createCalls=${createCalls.get()}, status=${completed?.status}, error='${completed?.errorMessage}', log='${service!!.getBuildLog(runId)}'.")
                                                                                                                                                                                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13446094627722239310/testBuildWithNoTestsReturnsEmptyResults.kt:66:22: warning: 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discovered = discoverTestsFromArchive(baos.toByteArray())
                     ^ 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6901147394088525292/e2eInterruptedChunkUploadIsRecoveredAcrossServiceRestart.kt:148:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertNotEquals(buildtest.api.BuildStatus.FAILED, afterRestart!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6729278647671681119/testDiscoveryFromArchiveIgnoresFunctionsInStringLiterals.kt:71:22: warning: 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discovered = discoverTestsFromArchive(baos.toByteArray())
                     ^ 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16540375428238919258/archivedRunsRemainFullyOperableAfterHeapEviction.kt:173:41: warning: no cast needed
                "but was ${(archivedRun as BuildRunImpl).testSpecs}")
                                        ^ No cast needed [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8144936855383160130/testDiscoveryReportsEmptyProjectForNoPackageTest.kt:90:26: warning: 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
        val discovered = discoverTestsFromArchive(archiveBytes)
                         ^ 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:160:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val a=service!!.submitBuild(archive,"A"); ids.add(a.runId); runLabels[a.runId]="A"; runClassificationReady.countDown()
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:164:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val b=service!!.submitBuild(archive,"B"); ids.add(b.runId); runLabels[b.runId]="B"
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:173:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            while((service!!.getBuildRun(a.runId)?.status!=buildtest.api.BuildStatus.FAILED ||
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:174:28: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                    service!!.getBuildRun(b.runId)?.status !in TERMINAL_STATUSES) &&
                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:176:66: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertEquals(buildtest.api.BuildStatus.FAILED,service!!.getBuildRun(a.runId)?.status,
                                                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:177:95: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Run A must exhaust three getDroplet boot failures as FAILED; actual=${service!!.getBuildRun(a.runId)?.status}, error='${service!!.getBuildRun(a.runId)?.errorMessage}'.")
                                                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:177:145: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Run A must exhaust three getDroplet boot failures as FAILED; actual=${service!!.getBuildRun(a.runId)?.status}, error='${service!!.getBuildRun(a.runId)?.errorMessage}'.")
                                                                                                                                                ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:178:31: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertTrue(service!!.getBuildRun(a.runId)?.errorMessage.orEmpty().contains("classification=INFRASTRUCTURE/PROVISIONING"),
                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:179:89: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Run A failure must retain provisioning classification; error='${service!!.getBuildRun(a.runId)?.errorMessage}'.")
                                                                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:180:69: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertEquals(buildtest.api.BuildStatus.COMPLETED,service!!.getBuildRun(b.runId)?.status,
                                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:181:102: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Deletion wake must admit B without further ManualClock advancement; actual=${service!!.getBuildRun(b.runId)?.status}, error='${service!!.getBuildRun(b.runId)?.errorMessage}'.")
                                                                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:181:152: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Deletion wake must admit B without further ManualClock advancement; actual=${service!!.getBuildRun(b.runId)?.status}, error='${service!!.getBuildRun(b.runId)?.errorMessage}'.")
                                                                                                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:184:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val c=service!!.submitBuild(archive,"C"); ids.add(c.runId); runLabels[c.runId]="C"
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:186:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            while(service!!.getBuildRun(c.runId)?.status !in TERMINAL_STATUSES && System.nanoTime()<cDeadline) Thread.sleep(25)
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:187:69: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertEquals(buildtest.api.BuildStatus.COMPLETED,service!!.getBuildRun(c.runId)?.status,
                                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:188:98: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Run C must complete, proving A leaked no admission reservation; actual=${service!!.getBuildRun(c.runId)?.status}, error='${service!!.getBuildRun(c.runId)?.errorMessage}'.")
                                                                                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16967857844741610624/e2eFailedBootRestoresAdmissionCapacityPromptly.kt:188:148: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Run C must complete, proving A leaked no admission reservation; actual=${service!!.getBuildRun(c.runId)?.status}, error='${service!!.getBuildRun(c.runId)?.errorMessage}'.")
                                                                                                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17207500184156431273/structuredUploadSessionPersistsGitContextAndMergeBaseArchive.kt:133:54: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertEquals(listOf("head-project"), prepared!!.projectNames,
                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile17207500184156431273/structuredUploadSessionPersistsGitContextAndMergeBaseArchive.kt:145:46: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertEquals(gitContext, afterRestart!!.gitContext,
                                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile718390554998332953/uploadInterruptedRightAfterCreateUploadSessionRecoversAcrossRestart.kt:115:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertNotEquals(buildtest.api.BuildStatus.FAILED, afterRestart!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16606072045179465677/e2eAdmissionGrantBaselineSurvivesRestart.kt:140:47: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        clockB.advanceBy(3L*60*1000); serviceB!!.checkStaleBuildsNow()
                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16606072045179465677/e2eAdmissionGrantBaselineSurvivesRestart.kt:141:28: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertTrue(serviceB!!.getBuildRun(runId)?.status !in TERMINAL_STATUSES,
                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16606072045179465677/e2eAdmissionGrantBaselineSurvivesRestart.kt:142:100: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "Queue time must not consume the restored per-build execution budget; actual=${serviceB!!.getBuildRun(runId)}.")
                                                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16606072045179465677/e2eAdmissionGrantBaselineSurvivesRestart.kt:145:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while(serviceB!!.getBuildRun(runId)?.status !in TERMINAL_STATUSES&&System.nanoTime()<doneDeadline) { clockB.advanceBy(500); Thread.sleep(20) }
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16606072045179465677/e2eAdmissionGrantBaselineSurvivesRestart.kt:146:66: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertEquals(buildtest.api.BuildStatus.COMPLETED,serviceB!!.getBuildRun(runId)?.status,
                                                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16606072045179465677/e2eAdmissionGrantBaselineSurvivesRestart.kt:147:95: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The restarted run must complete after its execution gate opens; actual=${serviceB!!.getBuildRun(runId)}.")
                                                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1790136025660038428/e2eShardedRunResumeRerunsShardWhenRunnerDiedWithoutSpoolEvidence.kt:222:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile10363129588526439602/submitBuildErrorMessageIncludesLabel.kt:76:86: warning: parameter 'tar' is never used, could be renamed to _
        org.apache.commons.compress.archivers.tar.TarArchiveOutputStream(gzip).use { tar ->
                                                                                     ^ Parameter 'tar' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13507929224413539862/e2eResumeFromBuildingWithKompleAlreadyCompleted.kt:186:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6870822582619434099/extractProjectNamesReadsBuildKtsWithDotSlashPrefix.kt:105:17: warning: 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val names = extractProjectNamesFromArchive(baos.toByteArray())
                ^ 'extractProjectNamesFromArchive(ByteArray): List<String>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9164329425478751363/rehydrationRejectsUnknownAndTerminalSessionsAfterRestart.kt:129:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertEquals(buildtest.api.BuildStatus.COMPLETED, stillDone!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile3121743394397638981/nonBuildtestNamesUntouched.kt:69:58: warning: the corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments.
            override fun createSnapshot(dropletId: Long, name: String): droplet.api.SnapshotInfo {
                                                         ^ The corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5006792192743676222/e2eBuildCancellation.kt:204:74: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.CANCELED, finalRun!!.status,
                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13073078231704353285/e2eShardedFailedBootRetryDoesNotDiscardSiblingReservations.kt:76:26: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val first=service!!.submitBuild(bytes.toByteArray(),"four shard reservation owner")
                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile13073078231704353285/e2eShardedFailedBootRetryDoesNotDiscardSiblingReservations.kt:82:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val second=service!!.submitBuild(bytes.toByteArray(),"one droplet contender",testSpecs=listOf("reservation/tests/testReservation0.kts"))
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6783857095971534716/e2eShardedResumeDuringRateLimitExhaustionRequeues.kt:151:54: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while ((rejectedCreates.get() == 0 || service!!.getBuildRun(runId)?.status != buildtest.api.BuildStatus.PENDING) && System.nanoTime() < requeueDeadline) {
                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6783857095971534716/e2eShardedResumeDuringRateLimitExhaustionRequeues.kt:152:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            if (service!!.getBuildRun(runId)?.status in TERMINAL_STATUSES) break
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6783857095971534716/e2eShardedResumeDuringRateLimitExhaustionRequeues.kt:155:30: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val pending = service!!.getBuildRun(runId)
                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6783857095971534716/e2eShardedResumeDuringRateLimitExhaustionRequeues.kt:157:233: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "A sharded restart resume blocked by rate-limit exhaustion must release partial resources and requeue; rejectedCreates=${rejectedCreates.get()}, status=${pending?.status}, error='${pending?.errorMessage}', log='${service!!.getBuildLog(runId)}'.")
                                                                                                                                                                                                                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6783857095971534716/e2eShardedResumeDuringRateLimitExhaustionRequeues.kt:163:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while (service!!.getBuildRun(runId)?.status !in TERMINAL_STATUSES && System.nanoTime() < completionDeadline) Thread.sleep(25)
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6783857095971534716/e2eShardedResumeDuringRateLimitExhaustionRequeues.kt:164:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val completed = service!!.getBuildRun(runId)
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile6783857095971534716/e2eShardedResumeDuringRateLimitExhaustionRequeues.kt:166:170: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The sharded resumed run must complete after the structured rate-limit reset; status=${completed?.status}, error='${completed?.errorMessage}', log='${service!!.getBuildLog(runId)}'.")
                                                                                                                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile18377081563972856172/e2eCompletingStatusOnRestartPreservesResults.kt:135:72: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, loadedRun!!.status,
                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5820027035946314417/e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:238:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            while(!buildService!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity") && System.nanoTime()<waitDeadline) {
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5820027035946314417/e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:241:36: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            assertTrue(buildService!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity"),
                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5820027035946314417/e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:242:140: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
                "Droplet-less sharded recovery must wait for two-slot admission while an occupier leaves only one slot; log='${buildService!!.getBuildLog(runId)}'.")
                                                                                                                                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5820027035946314417/e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:254:37: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val pending=buildService!!.getBuildRun(runId)
                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5820027035946314417/e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:260:31: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            while(buildService!!.getBuildRun(runId)?.status !in TERMINAL_STATUSES && System.nanoTime()<doneDeadline) {
                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5820027035946314417/e2eShardedRestartReadmissionAndPartialAllocationFailure.kt:263:39: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            val completed=buildService!!.getBuildRun(runId)
                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2755129249392613927/e2eShardedRunResumeRerunsSubsetsWhenKompileNotStarted.kt:258:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8178809377121939300/e2eCatchPathHeapDumpCollectionAfterSshLoss.kt:85:65: warning: variable 'fakeService' initializer is redundant
    var fakeService: fake.droplet.service.FakeDropletService? = null
                                                                ^ Variable 'fakeService' initializer is redundant [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8178809377121939300/e2eCatchPathHeapDumpCollectionAfterSshLoss.kt:174:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService
    val port = fakeService!!.actualSshPort
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8178809377121939300/e2eCatchPathHeapDumpCollectionAfterSshLoss.kt:185:28: warning: unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService
                fakeService!!.restartSshServer(dropletId)
                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8178809377121939300/e2eCatchPathHeapDumpCollectionAfterSshLoss.kt:226:69: warning: unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService
            val dropletManager = DropletManager(dataDir, fakeService!!)
                                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8178809377121939300/e2eCatchPathHeapDumpCollectionAfterSshLoss.kt:255:54: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(BuildStatus.FAILED, finalRun!!.status,
                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8178809377121939300/e2eCatchPathHeapDumpCollectionAfterSshLoss.kt:281:20: warning: unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService
        fakeService!!.shutdown()
                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type FakeDropletService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile7648868842185326336/e2eCancelledBuildDestroysDropletPromptly.kt:195:41: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                val dropletId = buildRun!!.dropletId
                                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8331342253222839143/testE2ERunnerStdoutPipedThroughProcessRunnerEvent.kt:180:43: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject
        assertEquals("PASSED", printingRow!!.getString("status"),
                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8331342253222839143/testE2ERunnerStdoutPipedThroughProcessRunnerEvent.kt:199:35: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject
        assertEquals("", silentRow!!.getString("output"),
                                  ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONObject [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile299111368923994539/e2eStreamBuildLogDuringExecution.kt:198:88: warning: unnecessary non-null assertion (!!) on a non-null receiver of type InputStream
                val reader = java.io.BufferedReader(java.io.InputStreamReader(logStream!!))
                                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type InputStream [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4418813250684286763/e2eBuildWithFailingTests.kt:271:72: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4418813250684286763/e2eBuildWithFailingTests.kt:286:40: warning: unnecessary non-null assertion (!!) on a non-null receiver of type TestResult
                assertTrue(failedResult!!.errorMessage.contains("AssertionError"),
                                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type TestResult [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile8056550504917243841/calculateWholeBuildTimeout_noTests.kt:67:21: warning: 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val timeoutMs = calculateWholeBuildTimeoutMs(baos.toByteArray())
                    ^ 'calculateWholeBuildTimeoutMs(ByteArray): Long' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile10866394023271731886/stressTestDeletionWorkerDoesNotRaceWithLoadFromDisk.kt:120:17: warning: variable 'service' is never used
            val service = BuildTestEmbeddedService(dataDir, dropletManager)
                ^ Variable 'service' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9490474239205358059/orphanOfTerminalRunReapedAfterGrace.kt:66:58: warning: the corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments.
            override fun createSnapshot(dropletId: Long, name: String): droplet.api.SnapshotInfo {
                                                         ^ The corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4691380395097354571/watchdogDoesNotKillQueuedRunViaWholeBuildTimeout.kt:220:62: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
                try { serviceForCleanup?.cancelBuildRun(runId!!) } catch (_: Exception) {}
                                                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4743431224745073051/watchdogDetectsArchivedDropletAsDead.kt:88:32: warning: parameter 'dropletId' is never used, could be renamed to _
            isDropletAlive = { dropletId ->
                               ^ Parameter 'dropletId' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:57:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        runId = service!!.submitBuild(archive, "rate-limit requeue terminal exit").runId
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:59:50: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while ((createCalls.get() == 0 || service!!.getBuildRun(runId)?.status != buildtest.api.BuildStatus.PENDING) && System.nanoTime() < requeueDeadline) Thread.sleep(10)
                                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:60:52: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertTrue(createCalls.get() > 0 && service!!.getBuildRun(runId)?.status == buildtest.api.BuildStatus.PENDING,
                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:61:148: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "runId=$runId must be parked in the 0.0.267 structured rate-limit requeue/backoff path; createCalls=${createCalls.get()}, run=${service!!.getBuildRun(runId)}, log='${service!!.getBuildLog(runId)}'.")
                                                                                                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:61:186: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "runId=$runId must be parked in the 0.0.267 structured rate-limit requeue/backoff path; createCalls=${createCalls.get()}, run=${service!!.getBuildRun(runId)}, log='${service!!.getBuildLog(runId)}'.")
                                                                                                                                                                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:62:16: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:62:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:63:63: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertEquals(buildtest.api.BuildStatus.FAILED, service!!.getBuildRun(runId)?.status,
                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile5511700027436019996/e2eRateLimitRequeueBackoffExitsOnTerminal.kt:64:98: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The admission ceiling must make rate-limited runId=$runId terminal; actual=${service!!.getBuildRun(runId)}.")
                                                                                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16951354397581953199/watchdogDoesNotFailBuildOnApiException.kt:79:45: warning: parameter 'reason' is never used, could be renamed to _
            onStaleBuildDetected = { runId, reason -> failedRuns.add(runId) },
                                            ^ Parameter 'reason' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9637483755784304832/processRunnerEventTruncatesOversizedConsoleEventInsteadOfFailingShard.kt:98:13: warning: variable 'committed' is never used
        val committed = try {
            ^ Variable 'committed' is never used [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9637483755784304832/processRunnerEventTruncatesOversizedConsoleEventInsteadOfFailingShard.kt:137:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type JSONArray
        assertEquals(1, entries!!.length(),
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type JSONArray [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile3014543205782272877/e2eNonRateLimitProvisioningFailureStillHardFails.kt:44:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        runId = service!!.submitBuild(archive, "generic provisioning failure").runId
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile3014543205782272877/e2eNonRateLimitProvisioningFailureStillHardFails.kt:46:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while (service!!.getBuildRun(runId)?.status !in TERMINAL_STATUSES && System.nanoTime() < deadline) Thread.sleep(20)
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile3014543205782272877/e2eNonRateLimitProvisioningFailureStillHardFails.kt:47:29: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val failed = service!!.getBuildRun(runId)
                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1137931434621562838/e2eRunnerStreamSilentStallRecoversViaSpoolReattach.kt:270:32: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertTrue(finalRun!!.status in TERMINAL_STATUSES,
                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2262693867119131669/watchdogAdmissionExpiryPreservesCountsWhenProjectionUnreadable.kt:50:23: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        while(!service!!.getBuildLog(runId).orEmpty().contains("Waiting for droplet capacity")&&System.nanoTime()<queuedDeadline) Thread.sleep(10)
                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2262693867119131669/watchdogAdmissionExpiryPreservesCountsWhenProjectionUnreadable.kt:52:46: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        clock.advanceBy(61L*60*1000); service!!.checkStaleBuildsNow()
                                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2262693867119131669/watchdogAdmissionExpiryPreservesCountsWhenProjectionUnreadable.kt:53:27: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val failed=service!!.getBuildRun(runId)
                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile3942370219779134776/e2eShardedBuildRuleAndArtifactCollectedFromShardZero.kt:239:62: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildArtifact
                assertEquals(artifactContent, String(artifact!!.artifactBytes, Charsets.UTF_8),
                                                             ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildArtifact [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11413082852880297132/reaperIdempotentUnderOverlap.kt:68:58: warning: the corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments.
            override fun createSnapshot(dropletId: Long, name: String): droplet.api.SnapshotInfo {
                                                         ^ The corresponding parameter in the supertype 'DropletService' is named 'snapshotName'. This may cause problems when calling this function with named arguments. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile3023888231324046966/e2eGetBuildLogAndTestResultsAfterCompletion.kt:270:31: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
                assertTrue(log!!.isNotBlank(), "Build log should not be blank")
                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type String [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile15500649311703069358/e2eResumeFromInstallingPassesThroughCollectingStatus.kt:261:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12437534143040089066/e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit.kt:62:28: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val first = service!!.submitBuild(archive, "late worker reservation owner"); runIds.add(first.runId)
                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12437534143040089066/e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit.kt:64:16: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12437534143040089066/e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit.kt:64:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12437534143040089066/e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit.kt:65:63: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertEquals(buildtest.api.BuildStatus.FAILED, service!!.getBuildRun(first.runId)?.status,
                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12437534143040089066/e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit.kt:66:91: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The stale transition must fail the wedged reservation owner; actual=${service!!.getBuildRun(first.runId)}.")
                                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12437534143040089066/e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit.kt:67:29: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val second = service!!.submitBuild(archive, "second owns the single released slot"); runIds.add(second.runId)
                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile12437534143040089066/e2eTerminalReservationReleaseIsIdempotentAfterLateWorkerExit.kt:71:28: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        val third = service!!.submitBuild(archive, "third must remain queued"); runIds.add(third.runId)
                           ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14722777378191483925/e2eShardedRunResumeFinalizesUncollectedTestsAsFailed.kt:191:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile14722777378191483925/e2eShardedRunResumeFinalizesUncollectedTestsAsFailed.kt:206:34: warning: unnecessary non-null assertion (!!) on a non-null receiver of type TestResult
            assertFalse(failedRow!!.passed,
                                 ^ Unnecessary non-null assertion (!!) on a non-null receiver of type TestResult [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2585373013189198843/e2eUpdateStatusDoesNotOverwriteTerminalStatus.kt:233:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, watchdogRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2585373013189198843/e2eUpdateStatusDoesNotOverwriteTerminalStatus.kt:248:68: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                                   ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16896150728830349393/e2eGetBuildRunReturnsMutableInternalState.kt:270:45: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                val originalError = firstGet!!.errorMessage
                                            ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile16896150728830349393/e2eGetBuildRunReturnsMutableInternalState.kt:281:54: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(originalError, secondGet!!.errorMessage,
                                                     ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile4658230467985863198/renewBuildLeaseThrowsForUnknownRunId.kt:108:17: warning: unreachable code
                throw UnsupportedOperationException()
                ^ Unreachable code [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile1805892499879438959/e2eResumeFromInstallingRecoverFromSshChannelFailure.kt:317:25: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                finalRun!!.status == buildtest.api.BuildStatus.COMPLETED ||
                        ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2778409590189001741/e2eStaleKillStopsZombieProvisioningRetries.kt:65:24: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        runId = service!!.submitBuild(archive, "stale worker must stop retrying").runId
                       ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2778409590189001741/e2eStaleKillStopsZombieProvisioningRetries.kt:68:16: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2778409590189001741/e2eStaleKillStopsZombieProvisioningRetries.kt:68:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        service!!.checkStaleBuildsNow(); clock.advanceBy(61_000L); service!!.checkStaleBuildsNow()
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2778409590189001741/e2eStaleKillStopsZombieProvisioningRetries.kt:69:63: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
        assertEquals(buildtest.api.BuildStatus.FAILED, service!!.getBuildRun(runId)?.status,
                                                              ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2778409590189001741/e2eStaleKillStopsZombieProvisioningRetries.kt:70:117: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService
            "The watchdog must make runId=$runId terminal before retry-call accounting is asserted; actual=${service!!.getBuildRun(runId)}.")
                                                                                                                    ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildTestEmbeddedService [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11882673755465610880/e2eShardedRunOneShardChannelDeathRecoversViaSpoolReattach.kt:324:42: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                "Final status: ${finalRun!!.status}, error: '${finalRun.errorMessage}'")
                                         ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile11882673755465610880/e2eShardedRunOneShardChannelDeathRecoversViaSpoolReattach.kt:330:71: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
            assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                      ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9314636473273130964/inProgressUploadNeverFinalizedIsReapedByWatchdog.kt:103:64: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertEquals(buildtest.api.BuildStatus.PENDING, pending!!.status,
                                                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile9314636473273130964/inProgressUploadNeverFinalizedIsReapedByWatchdog.kt:122:64: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
        assertEquals(buildtest.api.BuildStatus.FAILED, finalRun!!.status,
                                                               ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile10576403438101631963/testDiscoveryFromArchiveHandlesMultipleProjects.kt:90:22: warning: 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead.
    val discovered = discoverTestsFromArchive(baos.toByteArray())
                     ^ 'discoverTestsFromArchive(ByteArray): List<Pair<String, String>>' is deprecated. Holds the full archive in heap; prone to OOM on large uploads. Use the InputStream overload instead. [DiagnosticEffect from Main.kt:239]
/tmp/qtcompile2098549107901755347/e2eCancellationDuringDestroyingIsLost.kt:266:75: warning: unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun
                assertEquals(buildtest.api.BuildStatus.COMPLETED, finalRun!!.status,
                                                                          ^ Unnecessary non-null assertion (!!) on a non-null receiver of type BuildRun [DiagnosticEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogIgnoresTerminalBuilds.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractProjectNamesMixedCoordinatesAndFallback.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/startupRebuildsStaleProjectionFromEventLog.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eFailedBuildCollectsHeapDumpBeforeDropletDestruction.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandIncludesXmx.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testSubmitBuild_overrideJarRunId_throwsWhenNoArtifactExists.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/dropletManagerThrowsWhenAllRegionsFail.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/listBuildRunsExcludesArchivedRuns.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testInjectFileIntoArchive_preservesExistingEntriesAndAddsNewFile.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildRunImplPhaseTimestampsJsonRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/orphanedBuildEnqueuesDeletionInsteadOfInlineDestroy.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eRunnerKilledWithoutExitCodeFailsWithDescriptiveError.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/execStreamingReturnsCorrectResult.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRealRunnerExecutesEachSubsetForReal.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eDestroyingStatusOnRestartPreservesResults.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deleteBuildRunEnqueuesDropletForNonTerminalBuild.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eDestroyingRecoveryWithTestFailuresProducesCorrectErrorMessage.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getBuildLogChunkReadsCorrectTextFromLog.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/nonBlockingKeyPairGenRSAUsesNonBlockingSecureRandom.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/createDropletTimeoutAdoptsProviderCreatedDroplet.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/renewBuildLeaseThrowsForTerminalStatuses.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandCustomPaths.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletionWorkerProcessesPendingDeletions.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/createDropletTimeoutFirstRegionAdoptsProviderDropletWithoutRetry.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletionWorkerThreadIsDaemon.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/emptyBuildRuleGeneratesValidCommand.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/dropletManagerDefaultSizeIsBasic.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/orphanedDropletEnqueueIsAlwaysReliable.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/multipleOrphanedDropletsAreAllEnqueued.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildRunImplShardFieldsJsonRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/uploadHeapDumpsFindsAndUploads.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eTrueRestartFifoAdmissionWithMixedDropletOwnership.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunResumedAndCompletedAcrossServiceRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/autoArchiveUsesCompletedAtNotStartedAt.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testSubmitBuild_overrideJarRunId_injectsArtifactIntoSavedArchive.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCancelResumedBuildProducesCanceled.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedBuildCancellationCleansAllDroplets.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandNoBuildRuleOrOutput.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractProjectNamesFallsBackToDirName.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCreateDropletTimeoutAdoptsAndDeletesOnCompletion.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractArtifactCoordinateFromBuildKtsAnnotationOnly.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogCleansUpCompletedBuilds.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunResumeFailsWhenArchiveMissing.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractArtifactCoordinateFromBuildKtsReturnsNullForEmptyContent.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testInjectFileIntoArchive_worksWithLargeFiles.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/completedAndFailedRunsArePreservedOnRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/recoveryUsesClockForCompletedAt.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedShardFailureStampsDropletDestruction.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractArtifactCoordinateIgnoresComments.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildRunImplJsonRoundTripWithDefaults.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/orphanedBuildingRunIsRecoveredToFailedOnRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/dropletManagerTriesNextRegionOnFailure.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandQuotesBuildRuleWithSpecialChars.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunResumeReprovisionsReapedShardDroplet.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractArtifactCoordinateFromBuildKtsWithCoordinates.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eExplicitTestSpecsRunOnSingleDroplet.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eWatchdogErrorMessageNotOverwrittenByBuildThread.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/tailingInputStreamDeliversDataPromptly.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/captureTimeoutThreadDumpNoProcess.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eDestroyDropletFailureDoesNotOverrideCompletedStatus.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deleteBuildRunThrowsForNonExistentRunId.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eDisabledTestsNotCountedAsFailed.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eBuildWithCompilationFailure.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogProvisioningTimeoutDoesNotAffectOtherStatuses.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCancelDuringResumedFreshBuildInstallPhase.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandIncludesExitCodeCapture.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogAdmissionWaitIsCumulativeAcrossRequeueCycles.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eRenewBuildLeaseRenewsEveryShardDroplet.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eRestartWithQueuedRunsHonorsDropletCapAdmission.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/executionDurationProjectionFromEmptyLog.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/parseMemoryInfoMissingFieldTest.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/replayTestEventLogStreamingPreservesCorruptLineSkip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildLogTimestampsUseClockNotSystemTime.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletionWorkerSurvivesRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCompletingRecoveryWithTestFailuresProducesCorrectErrorMessage.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractProjectNamesUsesArtifactCoordinates.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eDeleteBuildRunStopsBuildThread.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunResumeWaitsForRunningKompileThenCollects.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandWithOutputRequested.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractArtifactCoordinateFromBuildKtsReturnsNullForNoBuildKts.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/captureTimeoutHeapDumpNoProcess.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogLeaseExemptionYieldsToAdmissionWaitBound.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogFailsRunQueuedForOverMaxAdmissionWait.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumePreservesExistingTestResultsWhenXmlDownloadFails.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunResumeMixesCollectAndRerunAcrossShards.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getArtifactChunkReturnsNullWhenRunHasNoArtifact.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/allBlankTestSpecsFallBackToWorkspacePath.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eOverrideJarRunId_artifactFromPreviousBuildIsInjectedIntoWorkspace.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/allPhasesWithDropletInfoAreResumedOnRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eExecStreamingDoesNotRetainOutput.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/renewBuildLeasePendingWithoutDropletAdvances.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogProvisioningTimeoutDestroysDropletIfPresent.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testSubmitBuild_overrideJarRunId_throwsWhenRunDoesNotExist.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eNormalBuildLogsNoHeapDumps.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogFailsProvisioningBuildAfterFiveMinutes.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumeIngestsSpooledEventsWhileRunnerStillRunning.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eBuildLifecycleIncludesTestingStatus.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eXmlResultsShouldNotOverwriteBtrErrorMessages.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumeRecoverFromSshChannelFailure.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/powOverflowDoesNotCauseNegativeBackoffInterval.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCancellationViaInterruptProducesCanceled.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandOutputRequiresBuildrule.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getArtifactChunkReturnsNullForNonExistentRun.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractProjectNamesFromValidArchive.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletionWorkerProcessesEnqueueDuringActiveProcessing.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eArtifactCollectionAfterBuild.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCancelWhileRestartRecoveredRunIsAdmissionQueued.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCancelDuringSilentBuildPhaseClosesSshSession.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/noDropletDestroyWhenDropletIdIsZero.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/uploadHeapDumpsNoFilesFound.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildRunImplJsonRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDoesNotFailBuildInCompletingStatus.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardingTriggersNaturallyAtProductionDefaults.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eProvisioningTimeoutFailsBuild.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/allNonTerminalStatusesAreRecoveredOnRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/parseMemoryInfoMalformedValueTest.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogRespectsExponentialBackoff.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedBuildFailingShardFailsRun.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletionWorkerStartIsIdempotent.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogSkipsDropletCheckForBuildsWithoutDroplet.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/shardPlanningRunAllSpecsDetection.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogTrackedBuildsIsSafeForConcurrentAccess.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogStopThenStartDoesNotLeakOldThread.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDoesNotFailBuildInDestroyingStatus.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractProjectNamesFallsBackWhenNoBuildKts.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractProjectNamesHandlesDotSlashPrefix.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eTestCountsUpdatedOnExceptionPath.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandSingleTestSpec.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/shardPlanningBalancesByDurationEstimates.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/orphanedDropletIsEnqueuedForDeletionOnServiceRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testResultImplJsonRoundTripWithDefaults.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eRunnerSurvivesSshChannelDeathMidTestingViaEventSpool.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eSshExecutorClosedRefusesToReconnect.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/submitBuildRejectsArchiveWithOnlyFiles.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/recoveredRunsArePersistedToDisk.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eBuildWithHeapDumpCollectsAndUploads.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eArchiveInProgressBuildThrows.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/shardPlanningWeightsNoHistoryTestsByDeclaredTimeout.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/submitBuildAcceptsValidArchive.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedBuildCleansUpAllDropletsOnSuccess.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/endToEndStreamingPipeline.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eWatchdogTimeoutCapturesThreadDumpBeforeHeapDump.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/captureTimeoutThreadDumpRunsJcmd.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/concurrentArchivalAndBuildCompletionDoesNotDeadlock.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/dropletManagerSshKeygenUsesNonBlockingRandom.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/blankTestSpecsAreFilteredOut.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDoesNotFailProvisioningBuildBeforeFiveMinutes.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildingRunWithDropletInfoIsResumedNotImmediatelyFailed.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/submitBuildRejectsEmptyArchive.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/completedRunWithAllTestsPassingRemainsCompleted.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/resumeDropletIsEnqueuedForDeletionAfterResumeFailure.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedBuildRecordsPerRunDropletDetail.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/checkDropletAliveTreatsOffDropletAsDead.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/completedRunWithFailedTestsIsCorrectedToFailedOnRestart.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eTestFailureErrorMessageDoesNotSayBuildFailed.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/listBuildRunsNeverReturnsArchivedRunsDuringConcurrentArchival.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogPersistsAndRestoresState.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/parseMemoryInfoTypicalOutputTest.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/archivedRunStartupRecoveryFinalizesCountsWithoutHeapResidency.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eFullBuildLifecycleHappyPath.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eListBuildRunsDuringActiveBuild.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/renewBuildLeaseCallsDropletServiceForActiveRun.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eSshExecutorReconnectsAfterChannelFailure.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/dropletManagerUsesFirstRegionWhenItSucceeds.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumeFromInstallingRerunsFullBuild.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/mixedTerminalAndNonTerminalRunsHandledCorrectly.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/incrementalBuildLogAppendMode.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumeFromPendingReprovisionsFromArchive.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDestroysDropletForStaleBuild.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogFailsShardedRunWhenAnyShardDropletDies.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/parseMemoryInfoZeroSwapTest.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/corruptArchivedRunJsonDegradesToNotFound.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eFailStaleBuildInterruptsBuildThread.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedBuildAggregatesResultsAcrossDroplets.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDetectsTimedOutBuild.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getBuildLogChunkSequentialReadsProduceOriginalContent.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/execStreamingDeliversLinesIncrementally.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/archivedRunsRemainFullyOperableAfterHeapEviction.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/execStreamingRequestsPty.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/crashRecoveryOfPendingBuildPopulatesProjectNames.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDetectsDeadDroplet.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testSubmitBuild_overrideJarRunId_prefersArtifactTarGzOverBin.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/submitBuildErrorMessageIncludesLabel.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumeFromBuildingWithKompleAlreadyCompleted.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/extractProjectNamesReadsBuildKtsWithDotSlashPrefix.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/completedRunWithBuildSucceededFalseAndNoTestFailuresRemainsCompleted.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eRestartQueuedRunSurvivesQuotaSaturationWithoutFailing.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eBuildCancellation.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedFailedRunStillRecordsAllLifecyclePhaseTimestamps.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getArtifactChunkFullDownloadReassemblesCorrectly.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getArtifactChunkReadsCorrectBytesFromBinArtifact.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRestartReadmissionAndPartialAllocationFailure.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCompletingStatusOnRestartPreservesResults.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunResumeRerunsSubsetsWhenKompileNotStarted.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandDefaultsToWorkspacePath.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/loadFromDiskDoesNotIncorrectlyCorrectOldCompletedRuns.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCatchPathHeapDumpCollectionAfterSshLoss.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildRunImplDropletRecordsJsonRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getBuildLogChunkWithNegativeOffsetDoesNotThrow.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getArtifactChunkPrefersTarGzOverBin.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/loadFromDiskStillCorrectsTrulyBrokenCompletedRuns.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandQuotesOutputPath.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/captureTimeoutHeapDumpRunsJcmd.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getRunDropletsSynthesizesLegacyAndDerivesLiveness.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCancelledBuildDestroysDropletPromptly.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/archivedRunWithFailedTestsIsCorrectedOnDiskAtStartup.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/execDoesNotRequestPty.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testResultImplTimeoutMsJsonRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandWithTestSpecs.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/shardPlanningComputesShardCount.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eStreamBuildLogDuringExecution.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/listBuildRunsPaginatedDoesNotBlockOnArchival.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eBuildWithFailingTests.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunRecordsAllLifecyclePhaseTimestamps.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandIncludesHeapDumpOnOom.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletionWorkerStartIsThreadSafe.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/stressTestDeletionWorkerDoesNotRaceWithLoadFromDisk.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getArtifactChunkSingleByteReads.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogStateJsonRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDoesNotKillQueuedRunViaWholeBuildTimeout.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDetectsArchivedDropletAsDead.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getBuildLogChunkLengthMatchesContentUtf8Bytes.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDoesNotFailBuildOnApiException.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/shardPlanningPartitionsTestsCoverAllTests.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/collectingRunWithDropletInfoIsResumedNotImmediatelyFailed.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eRunnerStreamSilentStallRecoversViaSpoolReattach.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletedRunNotResurrectedByAutoArchival.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/installDependenciesInstallsDocker.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedBuildRuleAndArtifactCollectedFromShardZero.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eGetBuildLogAndTestResultsAfterCompletion.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/submitBuildUsesArtifactCoordinatesAsProjectNames.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eMultipleSequentialBuilds.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandWithBuildRule.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedBuildShardInfraFailureFailsRunAndCleansDroplets.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumeFromInstallingPassesThroughCollectingStatus.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/shardTestSpecUsesBareNameForNoPackageTests.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunResumeFinalizesUncollectedTestsAsFailed.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/executionDurationEntryImplRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eUpdateStatusDoesNotOverwriteTerminalStatus.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/watchdogDoesNotFailBuildBelowMaxDuration.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandExitCodePathIsConfigurable.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/incrementalBuildLogFlushesImmediately.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eGetBuildRunReturnsMutableInternalState.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eResumeFromInstallingRecoverFromSshChannelFailure.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/renewBuildLeaseThrowsForUnknownRunId.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildRunImplJsonBackwardCompatibility.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eDeleteBuildRunCleansUpDroplet.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eShardedRunOneShardChannelDeathRecoversViaSpoolReattach.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/getBuildLogChunkWithNegativeLengthDoesNotExceedTotalSize.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/dropletManagerRejectsEmptyRegionsList.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/buildKompileCommandQuotesTestSpecsWithSpaces.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/testResultImplJsonRoundTrip.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/deletionWorkerProcessesEnqueuedDeletionPromptly.kts [PackageWarningEffect from Main.kt:239]
warning: no package at top of file: /root/projects/CodexCoder21Organization-BuildTestEmbedded-c85cbd368df570381d0225893277c22c35f0ec81/tests/e2eCancellationDuringDestroyingIsLost.kts [PackageWarningEffect from Main.kt:239]
Unexpected error in TCP communication: cannot assign instance of [Ljava.lang.Object; to field community.kotlin.kompile.testrunner.bootstrap.TcpMessage.methodName of type java.lang.String in instance of community.kotlin.kompile.testrunner.bootstrap.TcpMessage
java.lang.ClassCastException: cannot assign instance of [Ljava.lang.Object; to field community.kotlin.kompile.testrunner.bootstrap.TcpMessage.methodName of type java.lang.String in instance of community.kotlin.kompile.testrunner.bootstrap.TcpMessage
	at java.base/java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2096)
	at java.base/java.io.ObjectStreamClass$FieldReflector.checkObjectFieldValueTypes(ObjectStreamClass.java:2060)
	at java.base/java.io.ObjectStreamClass.checkObjFieldValueTypes(ObjectStreamClass.java:1349)
	at java.base/java.io.ObjectInputStream$FieldValues.defaultCheckFieldValues(ObjectInputStream.java:2697)
	at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2498)
	at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2284)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1762)
	at java.base/java.io.ObjectInputStream$FieldValues.<init>(ObjectInputStream.java:2618)
	at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2469)
	at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2284)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1762)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:540)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:498)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.handleCommunication(JvmUnitTestLauncher.kt:1239)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.acceptValidatedChildThenHandle(JvmUnitTestLauncher.kt:1189)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler._init_$lambda$0(JvmUnitTestLauncher.kt:1071)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Control socket idle for 60000ms with no RPC from the child; child process is still alive, so continuing to wait (the per-test timeout still bounds the run)
Unexpected error in TCP communication: invalid handle value: 007E0004
java.io.StreamCorruptedException: invalid handle value: 007E0004
	at java.base/java.io.ObjectInputStream.readHandle(ObjectInputStream.java:1871)
	at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1929)
	at java.base/java.io.ObjectInputStream.readArray(ObjectInputStream.java:2139)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1750)
	at java.base/java.io.ObjectInputStream$FieldValues.<init>(ObjectInputStream.java:2618)
	at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2469)
	at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2284)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1762)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:540)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:498)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.handleCommunication(JvmUnitTestLauncher.kt:1239)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.acceptValidatedChildThenHandle(JvmUnitTestLauncher.kt:1189)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler._init_$lambda$0(JvmUnitTestLauncher.kt:1071)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Control socket idle for 60000ms with no RPC from the child; child process is still alive, so continuing to wait (the per-test timeout still bounds the run)
Control socket idle for 60000ms with no RPC from the child; child process is still alive, so continuing to wait (the per-test timeout still bounds the run)
Unexpected error in TCP communication: buildtest.embedded.BuildCancelledException
java.lang.ClassNotFoundException: buildtest.embedded.BuildCancelledException
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:536)
	at java.base/java.lang.Class.forName(Class.java:515)
	at java.base/java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:804)
	at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2061)
	at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1927)
	at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2252)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1762)
	at java.base/java.io.ObjectInputStream.readArray(ObjectInputStream.java:2186)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1750)
	at java.base/java.io.ObjectInputStream$FieldValues.<init>(ObjectInputStream.java:2618)
	at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2469)
	at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2284)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1762)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:540)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:498)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.handleCommunication(JvmUnitTestLauncher.kt:1239)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.acceptValidatedChildThenHandle(JvmUnitTestLauncher.kt:1189)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler._init_$lambda$0(JvmUnitTestLauncher.kt:1071)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Unexpected error in TCP communication: [Ljava.lang.Object;; invalid descriptor for field 
java.io.InvalidClassException: [Ljava.lang.Object;; invalid descriptor for field 
	at java.base/java.io.ObjectStreamClass.readNonProxy(ObjectStreamClass.java:713)
	at java.base/java.io.ObjectInputStream.readClassDescriptor(ObjectInputStream.java:1014)
	at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2050)
	at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1927)
	at java.base/java.io.ObjectInputStream.readArray(ObjectInputStream.java:2139)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1750)
	at java.base/java.io.ObjectInputStream$FieldValues.<init>(ObjectInputStream.java:2618)
	at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2469)
	at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2284)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1762)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:540)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:498)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.handleCommunication(JvmUnitTestLauncher.kt:1239)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler.acceptValidatedChildThenHandle(JvmUnitTestLauncher.kt:1189)
	at community.kotlin.kompile.testrunner.jvm.TcpCommunicationHandler._init_$lambda$0(JvmUnitTestLauncher.kt:1071)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: illegal signature
	at java.base/java.io.ObjectStreamField.<init>(ObjectStreamField.java:123)
	at java.base/java.io.ObjectStreamClass.readNonProxy(ObjectStreamClass.java:711)
	... 15 more
Control socket idle for 60000ms with no RPC from the child; child process is still alive, so continuing to wait (the per-test timeout still bounds the run)
Control socket idle for 60000ms with no RPC from the child; child process is still alive, so continuing to wait (the per-test timeout still bounds the run)
[2026-07-12 20:24:19] kompile-cli completed
[2026-07-12 20:24:19] kompile-cli exit code: 1
[2026-07-12 20:24:20] Build+test results: 515 passed, 9 failed, 524 total
[perftest-dispatch] No @PerformanceTest-annotated tests found in workspace.
[HeapDump] No heap dump files found on droplet
[2026-07-12 20:24:33] Merged 1 build rule results from XML
[2026-07-12 20:24:33] Destroying droplet...
[2026-07-12 20:24:34] Droplet enqueued for deletion
[2026-07-12 20:24:34] Build finished with status: FAILED (resumed after restart)