CodexCoder21Organization/WebCronApiServer
| Droplet | Role | IP | Size / Region | Created | Destroyed | |
|---|---|---|---|---|---|---|
| buildtest-11f9158d id=584070343 | primary | 137.184.233.93 | s-2vcpu-4gb / sfo3 | |||
| buildtest-11f9158d-s1 id=584070345 | test shard 1 | 209.38.66.200 | s-2vcpu-4gb / sfo3 | |||
| buildtest-11f9158d-s2 id=584070346 | test shard 2 | 143.198.98.40 | s-2vcpu-4gb / sfo3 |
| Status | Build Rule | Duration | Output | Error |
|---|---|---|---|---|
| PASSED | webcronserver.buildAdversarialReviewMaven() | 90707ms | 100 files, 55.9 MB |
| Status | Project | Test | Duration | Error |
|---|---|---|---|---|
| PASSED | webcronserver | stressTestSchedulerBoundsConcurrentExecutions | 8655ms | |
Console output (66 bytes)PASSED webcronserver.stressTestSchedulerBoundsConcurrentExecutions | ||||
| PASSED | webcronserver | stressTestTimerAutoDisabledRaceUnderLoad | 4457ms | |
Console output (61 bytes)PASSED webcronserver.stressTestTimerAutoDisabledRaceUnderLoad | ||||
| PASSED | webcronserver | testAlternateUrlRetryUsesAlternateUrl | 4874ms | |
Console output (58 bytes)PASSED webcronserver.testAlternateUrlRetryUsesAlternateUrl | ||||
| PASSED | webcronserver | testAtomicTimerUpsertAcrossServerGenerations | 1362ms | |
Console output (65 bytes)PASSED webcronserver.testAtomicTimerUpsertAcrossServerGenerations | ||||
| FAILED | webcronserver | testAtomicTimerUpsertByNameConcurrent | 1820ms | java.lang.AssertionError: Every atomic upsert should succeed, but failures were [HTTP 500: {"error":"Internal server error: Atomic timer upsert command '1584c748-edcf-4726-9c4c-d2faae997be3' selected job '6e9c79fb-12da-4b4d-a11e-67ee8df884c6' for name 'account-a-droplet-42', but that job is absent"}] at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at webcronserver.TestAtomicTimerUpsertByNameConcurrentKt.testAtomicTimerUpsertByNameConcurrent(testAtomicTimerUpsertByNameConcurrent.kt:83) 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 (2333 bytes)[main] INFO org.eclipse.jetty.server.Server - jetty-11.0.15; built: 2023-04-11T18:37:53.775Z; git: 5bc5e562c8d05c5862505aebe5cf83a61bdbcb96; jvm 21.0.11+10-1-24.04.2-Ubuntu
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@3bd82cf5{HTTP/1.1, (http/1.1)}{0.0.0.0:39531}
[main] INFO org.eclipse.jetty.server.Server - Started Server@6ab778a{STARTING}[11.0.15,sto=0] @1302ms
[main] INFO org.eclipse.jetty.server.Server - Stopped Server@6ab778a{STOPPING}[11.0.15,sto=0]
[CronScheduler] Stopping scheduler: 1 pending timers remaining, 0 jobs executed since startup
[CronScheduler] Scheduler stopped
[main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@3bd82cf5{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
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 webcronserver.TestAtomicTimerUpsertByNameConcurrentKt.testAtomicTimerUpsertByNameConcurrent
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: Every atomic upsert should succeed, but failures were [HTTP 500: {"error":"Internal server error: Atomic timer upsert command '1584c748-edcf-4726-9c4c-d2faae997be3' selected job '6e9c79fb-12da-4b4d-a11e-67ee8df884c6' for name 'account-a-droplet-42', but that job is absent"}]
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at webcronserver.TestAtomicTimerUpsertByNameConcurrentKt.testAtomicTimerUpsertByNameConcurrent(testAtomicTimerUpsertByNameConcurrent.kt:83)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 5 more
| ||||
| PASSED | webcronserver | testAtomicTimerUpsertByNamePrunesPriorDuplicates | 1848ms | |
Console output (69 bytes)PASSED webcronserver.testAtomicTimerUpsertByNamePrunesPriorDuplicates | ||||
| PASSED | webcronserver | testAtomicTimerUpsertLinearizesWithFiring | 1029ms | |
Console output (62 bytes)PASSED webcronserver.testAtomicTimerUpsertLinearizesWithFiring | ||||
| PASSED | webcronserver | testAtomicTimerUpsertReplacesFiredTimer | 1703ms | |
Console output (60 bytes)PASSED webcronserver.testAtomicTimerUpsertReplacesFiredTimer | ||||
| PASSED | webcronserver | testBackoffRetryRecordsMultipleAttempts | 6529ms | |
Console output (60 bytes)PASSED webcronserver.testBackoffRetryRecordsMultipleAttempts | ||||
| PASSED | webcronserver | testCreateJob | 5236ms | |
Console output (34 bytes)PASSED webcronserver.testCreateJob | ||||
| PASSED | webcronserver | testCreateJobValidation | 5354ms | |
Console output (44 bytes)PASSED webcronserver.testCreateJobValidation | ||||
| PASSED | webcronserver | testCreateJobWithAlternateUrl | 4487ms | |
Console output (50 bytes)PASSED webcronserver.testCreateJobWithAlternateUrl | ||||
| PASSED | webcronserver | testCreateJobWithHeaders | 5245ms | |
Console output (45 bytes)PASSED webcronserver.testCreateJobWithHeaders | ||||
| PASSED | webcronserver | testCreateJobWithRetryPolicy | 4238ms | |
Console output (49 bytes)PASSED webcronserver.testCreateJobWithRetryPolicy | ||||
| PASSED | webcronserver | testCreateTimer | 5485ms | |
Console output (36 bytes)PASSED webcronserver.testCreateTimer | ||||
| PASSED | webcronserver | testCreateTimerInPastFails | 4267ms | |
Console output (47 bytes)PASSED webcronserver.testCreateTimerInPastFails | ||||
| PASSED | webcronserver | testCreateTimerMissingWebhookUrl | 4194ms | |
Console output (53 bytes)PASSED webcronserver.testCreateTimerMissingWebhookUrl | ||||
| PASSED | webcronserver | testCreateTimerWithoutCronExpression | 3852ms | |
Console output (57 bytes)PASSED webcronserver.testCreateTimerWithoutCronExpression | ||||
| PASSED | webcronserver | testCreateUrlCallbackJob | 5516ms | |
Console output (45 bytes)PASSED webcronserver.testCreateUrlCallbackJob | ||||
| PASSED | webcronserver | testCreateUrlCallbackMissingInterfaceName | 4086ms | |
Console output (62 bytes)PASSED webcronserver.testCreateUrlCallbackMissingInterfaceName | ||||
| PASSED | webcronserver | testCreateUrlCallbackMissingMethodName | 5196ms | |
Console output (59 bytes)PASSED webcronserver.testCreateUrlCallbackMissingMethodName | ||||
| PASSED | webcronserver | testCreateUrlCallbackMissingServiceAddress | 4961ms | |
Console output (63 bytes)PASSED webcronserver.testCreateUrlCallbackMissingServiceAddress | ||||
| PASSED | webcronserver | testCreateUrlCallbackTimer | 5085ms | |
Console output (47 bytes)PASSED webcronserver.testCreateUrlCallbackTimer | ||||
| PASSED | webcronserver | testDefaultActionTypeIsWebhook | 4377ms | |
Console output (51 bytes)PASSED webcronserver.testDefaultActionTypeIsWebhook | ||||
| PASSED | webcronserver | testDeleteJob | 4477ms | |
Console output (34 bytes)PASSED webcronserver.testDeleteJob | ||||
| PASSED | webcronserver | testDeleteNonexistentJobReturns404 | 3879ms | |
Console output (55 bytes)PASSED webcronserver.testDeleteNonexistentJobReturns404 | ||||
| PASSED | webcronserver | testDeleteTimer | 3956ms | |
Console output (36 bytes)PASSED webcronserver.testDeleteTimer | ||||
| PASSED | webcronserver | testDeleteUrlCallbackJob | 4378ms | |
Console output (45 bytes)PASSED webcronserver.testDeleteUrlCallbackJob | ||||
| PASSED | webcronserver | testDeletedJobsStayDeletedAfterRestart | 1005ms | |
Console output (59 bytes)PASSED webcronserver.testDeletedJobsStayDeletedAfterRestart | ||||
| PASSED | webcronserver | testEnableDisableJob | 4200ms | |
Console output (41 bytes)PASSED webcronserver.testEnableDisableJob | ||||
| PASSED | webcronserver | testEnableDisableTimer | 5316ms | |
Console output (43 bytes)PASSED webcronserver.testEnableDisableTimer | ||||
| PASSED | webcronserver | testEnableDisableUrlCallbackJob | 5271ms | |
Console output (52 bytes)PASSED webcronserver.testEnableDisableUrlCallbackJob | ||||
| PASSED | webcronserver | testExecutionHistoryMemoryIsBoundedByErrorBudget | 2015ms | |
Console output (69 bytes)PASSED webcronserver.testExecutionHistoryMemoryIsBoundedByErrorBudget | ||||
| PASSED | webcronserver | testExecutionHistoryMemoryIsBoundedByResponseBodyBudget | 2072ms | |
Console output (76 bytes)PASSED webcronserver.testExecutionHistoryMemoryIsBoundedByResponseBodyBudget | ||||
| PASSED | webcronserver | testExecutionsSurviveRestart | 1319ms | |
Console output (49 bytes)PASSED webcronserver.testExecutionsSurviveRestart | ||||
| PASSED | webcronserver | testFiredTimerDoesNotDoubleFireAfterRestart | 10436ms | |
Console output (64 bytes)PASSED webcronserver.testFiredTimerDoesNotDoubleFireAfterRestart | ||||
| PASSED | webcronserver | testGetExecutionById | 16848ms | |
Console output (41 bytes)PASSED webcronserver.testGetExecutionById | ||||
| PASSED | webcronserver | testGetExecutionNotFoundReturns404 | 5161ms | |
Console output (55 bytes)PASSED webcronserver.testGetExecutionNotFoundReturns404 | ||||
| PASSED | webcronserver | testGetJob | 5047ms | |
Console output (31 bytes)PASSED webcronserver.testGetJob | ||||
| PASSED | webcronserver | testGetJobNotFound | 5594ms | |
Console output (39 bytes)PASSED webcronserver.testGetJobNotFound | ||||
| PASSED | webcronserver | testGetRecentExecutionsEmpty | 5482ms | |
Console output (49 bytes)PASSED webcronserver.testGetRecentExecutionsEmpty | ||||
| PASSED | webcronserver | testGetTimerHasNextExecutionTime | 5145ms | |
Console output (53 bytes)PASSED webcronserver.testGetTimerHasNextExecutionTime | ||||
| PASSED | webcronserver | testGetUrlCallbackJob | 5329ms | |
Console output (42 bytes)PASSED webcronserver.testGetUrlCallbackJob | ||||
| PASSED | webcronserver | testHealthEndpoint | 5097ms | |
Console output (39 bytes)PASSED webcronserver.testHealthEndpoint | ||||
| PASSED | webcronserver | testHealthEndpointIncludesCorrectJobCounts | 5393ms | |
Console output (63 bytes)PASSED webcronserver.testHealthEndpointIncludesCorrectJobCounts | ||||
| PASSED | webcronserver | testInvalidCronExpressionTooFewFields | 4365ms | |
Console output (58 bytes)PASSED webcronserver.testInvalidCronExpressionTooFewFields | ||||
| PASSED | webcronserver | testInvalidCronExpressionTooManyFields | 4211ms | |
Console output (59 bytes)PASSED webcronserver.testInvalidCronExpressionTooManyFields | ||||
| PASSED | webcronserver | testInvalidTimezoneReturns400 | 5029ms | |
Console output (50 bytes)PASSED webcronserver.testInvalidTimezoneReturns400 | ||||
| PASSED | webcronserver | testJobUpdatesSurviveRestart | 1167ms | |
Console output (49 bytes)PASSED webcronserver.testJobUpdatesSurviveRestart | ||||
| PASSED | webcronserver | testJobsSurviveProjectionRestart | 743ms | |
Console output (53 bytes)PASSED webcronserver.testJobsSurviveProjectionRestart | ||||
| PASSED | webcronserver | testListJobs | 5092ms | |
Console output (33 bytes)PASSED webcronserver.testListJobs | ||||
| PASSED | webcronserver | testListJobsIncludesUrlCallbackFields | 3902ms | |
Console output (58 bytes)PASSED webcronserver.testListJobsIncludesUrlCallbackFields | ||||
| PASSED | webcronserver | testRecurringJobCatchesUpMissedFiringAfterDowntime | 3964ms | |
Console output (71 bytes)PASSED webcronserver.testRecurringJobCatchesUpMissedFiringAfterDowntime | ||||
| PASSED | webcronserver | testRecurringJobCollapsesMissedWindowsIntoOneCatchUp | 6789ms | |
Console output (73 bytes)PASSED webcronserver.testRecurringJobCollapsesMissedWindowsIntoOneCatchUp | ||||
| PASSED | webcronserver | testRecurringJobDoesNotCatchUpWindowsMissedWhileDisabled | 9926ms | |
Console output (77 bytes)PASSED webcronserver.testRecurringJobDoesNotCatchUpWindowsMissedWhileDisabled | ||||
| PASSED | webcronserver | testRecurringJobDoesNotDoubleFireOnRestartWithinSameMinute | 5447ms | |
Console output (79 bytes)PASSED webcronserver.testRecurringJobDoesNotDoubleFireOnRestartWithinSameMinute | ||||
| PASSED | webcronserver | testRecurringJobFiresOnScheduleAndDedupesWithinMinute | 7144ms | |
Console output (74 bytes)PASSED webcronserver.testRecurringJobFiresOnScheduleAndDedupesWithinMinute | ||||
| PASSED | webcronserver | testSixFieldCronExpression | 5918ms | |
Console output (47 bytes)PASSED webcronserver.testSixFieldCronExpression | ||||
| PASSED | webcronserver | testStopSubscriptionShutsDownCleanly | 1013ms | |
Console output (57 bytes)PASSED webcronserver.testStopSubscriptionShutsDownCleanly | ||||
| PASSED | webcronserver | testTimerAndCronJobCoexistInList | 4747ms | |
Console output (53 bytes)PASSED webcronserver.testTimerAndCronJobCoexistInList | ||||
| PASSED | webcronserver | testTimerAppearsInJobList | 4824ms | |
Console output (46 bytes)PASSED webcronserver.testTimerAppearsInJobList | ||||
| PASSED | webcronserver | testTimerSurvivesRestartAndFiresAfterRestart | 7002ms | |
Console output (65 bytes)PASSED webcronserver.testTimerSurvivesRestartAndFiresAfterRestart | ||||
| PASSED | webcronserver | testTimerTriggerJobManually | 4971ms | |
Console output (48 bytes)PASSED webcronserver.testTimerTriggerJobManually | ||||
| PASSED | webcronserver | testTimerWithAllOptions | 4307ms | |
Console output (44 bytes)PASSED webcronserver.testTimerWithAllOptions | ||||
| PASSED | webcronserver | testTimerWithBothTriggerAtAndCronExpression | 4427ms | |
Console output (64 bytes)PASSED webcronserver.testTimerWithBothTriggerAtAndCronExpression | ||||
| PASSED | webcronserver | testTimezoneConfiguration | 5814ms | |
Console output (46 bytes)PASSED webcronserver.testTimezoneConfiguration | ||||
| PASSED | webcronserver | testTriggerDisabledJobReturns400 | 4981ms | |
Console output (53 bytes)PASSED webcronserver.testTriggerDisabledJobReturns400 | ||||
| PASSED | webcronserver | testTriggerNonexistentJobReturns404 | 4108ms | |
Console output (56 bytes)PASSED webcronserver.testTriggerNonexistentJobReturns404 | ||||
| PASSED | webcronserver | testTriggerUrlCallbackJob | 17042ms | |
Console output (46 bytes)PASSED webcronserver.testTriggerUrlCallbackJob | ||||
| PASSED | webcronserver | testTriggerUrlCallbackRecordsExecution | 18254ms | |
Console output (59 bytes)PASSED webcronserver.testTriggerUrlCallbackRecordsExecution | ||||
| PASSED | webcronserver | testUnknownRouteReturns404 | 5613ms | |
Console output (47 bytes)PASSED webcronserver.testUnknownRouteReturns404 | ||||
| PASSED | webcronserver | testUpdateJob | 3888ms | |
Console output (34 bytes)PASSED webcronserver.testUpdateJob | ||||
| PASSED | webcronserver | testUpdateNonexistentJobReturns404 | 5319ms | |
Console output (55 bytes)PASSED webcronserver.testUpdateNonexistentJobReturns404 | ||||
| PASSED | webcronserver | testUpdateTimerTriggerAt | 4383ms | |
Console output (45 bytes)PASSED webcronserver.testUpdateTimerTriggerAt | ||||
| PASSED | webcronserver | testUpdateUrlCallbackJob | 5317ms | |
Console output (45 bytes)PASSED webcronserver.testUpdateUrlCallbackJob | ||||
| PASSED | webcronserver | testUpdateWebhookJobToUrlCallback | 5133ms | |
Console output (54 bytes)PASSED webcronserver.testUpdateWebhookJobToUrlCallback | ||||
| PASSED | webcronserver | testUrlCallbackExecutorClosesSandboxedProxyAfterEachCallback | 6197ms | |
Console output (81 bytes)PASSED webcronserver.testUrlCallbackExecutorClosesSandboxedProxyAfterEachCallback | ||||
| PASSED | webcronserver | testUrlCallbackResolvesDropletServiceInterface | 13906ms | |
Console output (67 bytes)PASSED webcronserver.testUrlCallbackResolvesDropletServiceInterface | ||||
| PASSED | webcronserver | testUrlCallbackTimerAutoFires | 18818ms | |
Console output (50 bytes)PASSED webcronserver.testUrlCallbackTimerAutoFires | ||||
| PASSED | webcronserver | testUrlCallbackTimerWithAllOptions | 4278ms | |
Console output (55 bytes)PASSED webcronserver.testUrlCallbackTimerWithAllOptions | ||||
| PASSED | webcronserver | testUrlCallbackWebhookUrlNotRequired | 5055ms | |
Console output (57 bytes)PASSED webcronserver.testUrlCallbackWebhookUrlNotRequired | ||||
| PASSED | webcronserver | testUrlCallbackWithOptionalArgs | 5098ms | |
Console output (52 bytes)PASSED webcronserver.testUrlCallbackWithOptionalArgs | ||||
| PASSED | webcronserver | testWebhookReturns500RecordsFailure | 1511ms | |
Console output (56 bytes)PASSED webcronserver.testWebhookReturns500RecordsFailure | ||||
| PASSED | webcronserver | testWebhookStillRequiresUrl | 4045ms | |
Console output (48 bytes)PASSED webcronserver.testWebhookStillRequiresUrl | ||||
| PASSED | webcronserver | testWebhookWithCustomHeadersAndBody | 1512ms | |
Console output (56 bytes)PASSED webcronserver.testWebhookWithCustomHeadersAndBody | ||||
| PASSED | webcronserver | testWebhookWithDeleteMethod | 1618ms | |
Console output (48 bytes)PASSED webcronserver.testWebhookWithDeleteMethod | ||||
| PASSED | webcronserver | testWebhookWithGetMethod | 1544ms | |
Console output (45 bytes)PASSED webcronserver.testWebhookWithGetMethod | ||||
| PASSED | webcronserver | testWebhookWithPutMethod | 1561ms | |
Console output (45 bytes)PASSED webcronserver.testWebhookWithPutMethod | ||||
[2026-07-12 13:44:54] Provisioning DigitalOcean droplet...
[2026-07-12 13:44:54] Sharding 88 discovered tests across 3 droplets (maxTestShards=10, minTestsPerShard=25)
[shard 1/3] [2026-07-12 13:44:56] Droplet created: id=584070345, name=buildtest-11f9158d-s1
[shard 0/3] [2026-07-12 13:44:56] Droplet created: id=584070343, name=buildtest-11f9158d
[shard 2/3] [2026-07-12 13:44:59] Droplet created: id=584070346, name=buildtest-11f9158d-s2
[shard 0/3] [2026-07-12 13:45:51] Droplet active at 137.184.233.93
[shard 1/3] [2026-07-12 13:45:51] Droplet active at 209.38.66.200
[shard 0/3] [2026-07-12 13:45:58] SSH access granted to droplet 584070343
[shard 0/3] [2026-07-12 13:45:58] Connecting via SSH and installing dependencies...
[shard 0/3] [2026-07-12 13:45:58] SSH connected
[shard 1/3] [2026-07-12 13:45:58] SSH access granted to droplet 584070345
[shard 1/3] [2026-07-12 13:45:58] Connecting via SSH and installing dependencies...
[shard 1/3] [2026-07-12 13:45:58] SSH connected
[shard 0/3] Dependencies already present (snapshot image), skipping installation
[shard 1/3] Dependencies already present (snapshot image), skipping installation
[shard 0/3] Java: openjdk version "21.0.10" 2026-01-20
[shard 0/3] Node.js: v18.19.1
[shard 0/3] Chromium: /usr/bin/chromium-browser
[shard 0/3] Coursier: /root/tools/coursier
[shard 1/3] Java: openjdk version "21.0.10" 2026-01-20
[shard 0/3] Docker already present: Docker version 29.1.3, build 29.1.3-0ubuntu3~24.04.1
[shard 0/3] haveged already present
[shard 1/3] Node.js: v18.19.1
[shard 1/3] Chromium: /usr/bin/chromium-browser
[shard 1/3] Coursier: /root/tools/coursier
[shard 1/3] Docker already present: Docker version 29.1.3, build 29.1.3-0ubuntu3~24.04.1
[shard 1/3] haveged already present
[shard 0/3] securerandom.source=file:/dev/urandom already set in /usr/lib/jvm/java-21-openjdk-amd64/conf/security/java.security
[shard 0/3] Waiting for cloud-init to complete...
[shard 1/3] securerandom.source=file:/dev/urandom already set in /usr/lib/jvm/java-21-openjdk-amd64/conf/security/java.security
[shard 1/3] Waiting for cloud-init to complete...
[shard 2/3] [2026-07-12 13:46:02] Droplet active at 143.198.98.40
[shard 2/3] [2026-07-12 13:46:07] SSH access granted to droplet 584070346
[shard 2/3] [2026-07-12 13:46:07] Connecting via SSH and installing dependencies...
[shard 2/3] [2026-07-12 13:46:07] SSH connected
[shard 2/3] Dependencies already present (snapshot image), skipping installation
[shard 2/3] Java: openjdk version "21.0.10" 2026-01-20
[shard 2/3] Node.js: v18.19.1
[shard 2/3] Chromium: /usr/bin/chromium-browser
[shard 2/3] Coursier: /root/tools/coursier
[shard 2/3] Docker already present: Docker version 29.1.3, build 29.1.3-0ubuntu3~24.04.1
[shard 2/3] haveged already present
[shard 2/3] securerandom.source=file:/dev/urandom already set in /usr/lib/jvm/java-21-openjdk-amd64/conf/security/java.security
[shard 2/3] Waiting for cloud-init to complete...
[shard 0/3] ..................................................................................status: done
[shard 0/3] cloud-init done
[shard 1/3] .............................................................................................................status: done
[shard 1/3] cloud-init done
[shard 2/3] ..................................................................................................status: done
[shard 0/3]
[shard 2/3] cloud-init done
[shard 0/3] Extracting templates from packages: 22%
[shard 0/3] Extracting templates from packages: 44%
[shard 0/3] Extracting templates from packages: 66%
[shard 0/3] Extracting templates from packages: 88%
[shard 0/3] Extracting templates from packages: 100%
[shard 0/3] Preconfiguring packages ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../tar_1.35+dfsg-3ubuntu0.2_amd64.deb ...
[shard 0/3] Unpacking tar (1.35+dfsg-3ubuntu0.2) over (1.35+dfsg-3build1) ...
[shard 0/3] Setting up tar (1.35+dfsg-3ubuntu0.2) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../dpkg_1.22.6ubuntu6.6_amd64.deb ...
[shard 0/3] Unpacking dpkg (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 0/3] Setting up dpkg (1.22.6ubuntu6.6) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../gzip_1.12-1ubuntu3.2_amd64.deb ...
[shard 0/3] Unpacking gzip (1.12-1ubuntu3.2) over (1.12-1ubuntu3.1) ...
[shard 0/3] Setting up gzip (1.12-1ubuntu3.2) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../ncurses-bin_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 0/3] Unpacking ncurses-bin (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Setting up ncurses-bin (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../libperl5.38t64_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 0/3] Unpacking libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../perl_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 0/3] Unpacking perl (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 0/3] Unpacking perl-base (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Setting up perl-base (5.38.2-3.2ubuntu0.3) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../perl-modules-5.38_5.38.2-3.2ubuntu0.3_all.deb ...
[shard 0/3] Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../sed_4.9-2ubuntu0.24.04.1_amd64.deb ...
[shard 0/3] Unpacking sed (4.9-2ubuntu0.24.04.1) over (4.9-2build1) ...
[shard 0/3] Setting up sed (4.9-2ubuntu0.24.04.1) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../ncurses-base_6.4+20240113-1ubuntu2.1_all.deb ...
[shard 0/3] Unpacking ncurses-base (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Setting up ncurses-base (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../ncurses-term_6.4+20240113-1ubuntu2.1_all.deb ...
[shard 0/3] Unpacking ncurses-term (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Preparing to unpack .../libpython3.12t64_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 0/3] Unpacking libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 0/3] Preparing to unpack .../libssl-dev_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 0/3] Unpacking libssl-dev:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 0/3] Preparing to unpack .../libssl3t64_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 0/3] Unpacking libssl3t64:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 0/3] Setting up libssl3t64:amd64 (3.0.13-0ubuntu3.11) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../0-python3.12_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 0/3] Unpacking python3.12 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 0/3] Preparing to unpack .../1-libpython3.12-stdlib_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 0/3] Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 0/3] Preparing to unpack .../2-python3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 0/3] Unpacking python3.12-minimal (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 0/3] Preparing to unpack .../3-libpython3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 0/3] Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 0/3] Preparing to unpack .../4-tzdata_2026b-0ubuntu0.24.04.1_all.deb ...
[shard 0/3] Unpacking tzdata (2026b-0ubuntu0.24.04.1) over (2026a-0ubuntu0.24.04.1) ...
[shard 0/3] Preparing to unpack .../5-liblzma5_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
[shard 0/3] Unpacking liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
[shard 0/3] Setting up liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../libncurses6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 0/3] Unpacking libncurses6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Preparing to unpack .../libncursesw6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 0/3] Unpacking libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Preparing to unpack .../libtinfo6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 0/3] Unpacking libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Setting up libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../0-libsqlite3-0_3.45.1-1ubuntu2.6_amd64.deb ...
[shard 0/3] Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) over (3.45.1-1ubuntu2.5) ...
[shard 0/3] Preparing to unpack .../1-libnss-systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../2-systemd-dev_255.4-1ubuntu8.16_all.deb ...
[shard 0/3] Unpacking systemd-dev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../3-kmod_31+20240202-2ubuntu7.2_amd64.deb ...
[shard 0/3] Unpacking kmod (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
[shard 0/3] Preparing to unpack .../4-libkmod2_31+20240202-2ubuntu7.2_amd64.deb ...
[shard 0/3] Unpacking libkmod2:amd64 (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
[shard 0/3] Preparing to unpack .../5-systemd-timesyncd_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking systemd-timesyncd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../6-systemd-resolved_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking systemd-resolved (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../7-libsystemd-shared_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../8-libsystemd0_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking libsystemd0:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Setting up libsystemd0:amd64 (255.4-1ubuntu8.16) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157089 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../systemd-sysv_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking systemd-sysv (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../libpam-systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking systemd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../udev_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking udev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Preparing to unpack .../libudev1_255.4-1ubuntu8.16_amd64.deb ...
[shard 0/3] Unpacking libudev1:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 0/3] Setting up libudev1:amd64 (255.4-1ubuntu8.16) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157089 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
[shard 0/3] Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
[shard 0/3] Preparing to unpack .../libgcrypt20_1.10.3-2ubuntu0.1_amd64.deb ...
[shard 0/3] Unpacking libgcrypt20:amd64 (1.10.3-2ubuntu0.1) over (1.10.3-2build1) ...
[shard 0/3] Setting up libgcrypt20:amd64 (1.10.3-2ubuntu0.1) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157089 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../00-rsync_3.2.7-1ubuntu1.5_amd64.deb ...
[shard 0/3] Unpacking rsync (3.2.7-1ubuntu1.5) over (3.2.7-1ubuntu1.2) ...
[shard 0/3] Preparing to unpack .../01-python3-problem-report_2.28.2-0ubuntu0.1_all.deb ...
[shard 0/3] Unpacking python3-problem-report (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 0/3] Preparing to unpack .../02-python3-apport_2.28.2-0ubuntu0.1_all.deb ...
[shard 0/3] Unpacking python3-apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 0/3] Preparing to unpack .../03-apport-core-dump-handler_2.28.2-0ubuntu0.1_all.deb ...
[shard 0/3] Unpacking apport-core-dump-handler (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 0/3] Preparing to unpack .../04-apport_2.28.2-0ubuntu0.1_all.deb ...
[shard 0/3] Unpacking apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 0/3] Preparing to unpack .../05-openssh-sftp-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 0/3] Unpacking openssh-sftp-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 0/3] Preparing to unpack .../06-openssh-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 0/3] Unpacking openssh-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 0/3] Preparing to unpack .../07-openssh-client_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 0/3] Unpacking openssh-client (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 0/3] Preparing to unpack .../08-libdrm-common_2.4.125-1ubuntu0.1~24.04.2_all.deb ...
[shard 0/3] Unpacking libdrm-common (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 1/3]
[shard 0/3] Preparing to unpack .../09-libdrm2_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 0/3] Unpacking libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 1/3] Extracting templates from packages: 22%
[shard 0/3] Preparing to unpack .../10-libxml2_2.9.14+dfsg-1.3ubuntu3.8_amd64.deb ...
[shard 0/3] Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) over (2.9.14+dfsg-1.3ubuntu3.7) ...
[shard 1/3] Extracting templates from packages: 44%
[shard 0/3] Preparing to unpack .../11-iproute2_6.1.0-1ubuntu6.4_amd64.deb ...
[shard 0/3] Unpacking iproute2 (6.1.0-1ubuntu6.4) over (6.1.0-1ubuntu6.2) ...
[shard 1/3] Extracting templates from packages: 66%
[shard 1/3] Extracting templates from packages: 88%
[shard 1/3] Extracting templates from packages: 100%
[shard 1/3] Preconfiguring packages ...
[shard 0/3] Preparing to unpack .../12-open-vm-tools_2%3a13.0.0-2~ubuntu0.24.04.1_amd64.deb ...
[shard 0/3] Unpacking open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) over (2:12.5.0-1~ubuntu0.24.04.2) ...
[shard 0/3] Preparing to unpack .../13-libgnutls30t64_3.8.3-1.1ubuntu3.6_amd64.deb ...
[shard 0/3] Unpacking libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) over (3.8.3-1.1ubuntu3.5) ...
[shard 0/3] Setting up libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) ...
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 157089 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../00-openssl_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 0/3] Unpacking openssl (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 0/3] Preparing to unpack .../01-ca-certificates_20260601~24.04.1_all.deb ...
[shard 0/3] Unpacking ca-certificates (20260601~24.04.1) over (20240203) ...
[shard 0/3] Preparing to unpack .../02-distro-info-data_0.60ubuntu0.6_all.deb ...
[shard 0/3] Unpacking distro-info-data (0.60ubuntu0.6) over (0.60ubuntu0.5) ...
[shard 0/3] Preparing to unpack .../03-vim_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 0/3] Unpacking vim (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 0/3] Preparing to unpack .../04-vim-common_2%3a9.1.0016-1ubuntu7.17_all.deb ...
[shard 0/3] Unpacking vim-common (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 0/3] Preparing to unpack .../05-vim-tiny_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 0/3] Unpacking vim-tiny (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 0/3] Preparing to unpack .../06-vim-runtime_2%3a9.1.0016-1ubuntu7.17_all.deb ...
[shard 1/3] (Reading database ... 85%
[shard 0/3] Unpacking vim-runtime (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../tar_1.35+dfsg-3ubuntu0.2_amd64.deb ...
[shard 1/3] Unpacking tar (1.35+dfsg-3ubuntu0.2) over (1.35+dfsg-3build1) ...
[shard 1/3] Setting up tar (1.35+dfsg-3ubuntu0.2) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../dpkg_1.22.6ubuntu6.6_amd64.deb ...
[shard 1/3] Unpacking dpkg (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 1/3] Setting up dpkg (1.22.6ubuntu6.6) ...
[shard 0/3] Preparing to unpack .../07-xxd_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 0/3] Unpacking xxd (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 0/3] Preparing to unpack .../08-apparmor_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../gzip_1.12-1ubuntu3.2_amd64.deb ...
[shard 1/3] Unpacking gzip (1.12-1ubuntu3.2) over (1.12-1ubuntu3.1) ...
[shard 1/3] Setting up gzip (1.12-1ubuntu3.2) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 0/3] Unpacking apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../ncurses-bin_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 1/3] Unpacking ncurses-bin (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 1/3] Setting up ncurses-bin (6.4+20240113-1ubuntu2.1) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../libperl5.38t64_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 1/3] Unpacking libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../09-libnghttp2-14_1.59.0-1ubuntu0.4_amd64.deb ...
[shard 0/3] Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) over (1.59.0-1ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../10-bind9-dnsutils_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 0/3] Unpacking bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 0/3] Preparing to unpack .../11-bind9-host_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 0/3] Unpacking bind9-host (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 0/3] Preparing to unpack .../12-bind9-libs_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 0/3] Unpacking bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 0/3] Preparing to unpack .../13-inetutils-telnet_2%3a2.5-3ubuntu4.2_amd64.deb ...
[shard 0/3] Unpacking inetutils-telnet (2:2.5-3ubuntu4.2) over (2:2.5-3ubuntu4.1) ...
[shard 1/3] Preparing to unpack .../perl_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 1/3] Unpacking perl (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../14-libpng16-16t64_1.6.43-5ubuntu0.6_amd64.deb ...
[shard 0/3] Unpacking libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) over (1.6.43-5ubuntu0.5) ...
[shard 0/3] Preparing to unpack .../15-libplymouth5_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 0/3] Unpacking libplymouth5:amd64 (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 1/3] Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 0/3] Preparing to unpack .../16-nano_7.2-2ubuntu0.2_amd64.deb ...
[shard 1/3] Unpacking perl-base (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Unpacking nano (7.2-2ubuntu0.2) over (7.2-2ubuntu0.1) ...
[shard 0/3] Preparing to unpack .../17-plymouth-theme-ubuntu-text_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 0/3] Unpacking plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 0/3] Preparing to unpack .../18-plymouth_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 0/3] Unpacking plymouth (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 0/3] Preparing to unpack .../19-telnet_0.17+2.5-3ubuntu4.2_all.deb ...
[shard 0/3] Unpacking telnet (0.17+2.5-3ubuntu4.2) over (0.17+2.5-3ubuntu4.1) ...
[shard 1/3] Setting up perl-base (5.38.2-3.2ubuntu0.3) ...
[shard 0/3] Preparing to unpack .../20-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
[shard 0/3] Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 0/3] Preparing to unpack .../21-alsa-ucm-conf_1.2.10-1ubuntu5.13_all.deb ...
[shard 0/3] Unpacking alsa-ucm-conf (1.2.10-1ubuntu5.13) over (1.2.10-1ubuntu5.10) ...
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../perl-modules-5.38_5.38.2-3.2ubuntu0.3_all.deb ...
[shard 1/3] Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../22-containerd_2.2.1-0ubuntu1~24.04.3_amd64.deb ...
[shard 0/3] Unpacking containerd (2.2.1-0ubuntu1~24.04.3) over (2.2.1-0ubuntu1~24.04.2) ...
[shard 1/3] Preparing to unpack .../sed_4.9-2ubuntu0.24.04.1_amd64.deb ...
[shard 1/3] Unpacking sed (4.9-2ubuntu0.24.04.1) over (4.9-2build1) ...
[shard 2/3]
[shard 2/3] Extracting templates from packages: 22%
[shard 1/3] Setting up sed (4.9-2ubuntu0.24.04.1) ...
[shard 1/3] (Reading database ...
[shard 2/3] Extracting templates from packages: 44%
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 2/3] Extracting templates from packages: 66%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 2/3] Extracting templates from packages: 88%
[shard 2/3] Extracting templates from packages: 100%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preconfiguring packages ...
[shard 1/3] Preparing to unpack .../ncurses-base_6.4+20240113-1ubuntu2.1_all.deb ...
[shard 1/3] Unpacking ncurses-base (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 1/3] Setting up ncurses-base (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] Preparing to unpack .../23-curl_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 0/3] Unpacking curl (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 0/3] Preparing to unpack .../24-libcurl4t64_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 1/3] (Reading database ... 75%
[shard 0/3] Unpacking libcurl4t64:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../ncurses-term_6.4+20240113-1ubuntu2.1_all.deb ...
[shard 0/3] Preparing to unpack .../25-dnsmasq-base_2.90-2ubuntu0.3_amd64.deb ...
[shard 1/3] Unpacking ncurses-term (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Unpacking dnsmasq-base (2.90-2ubuntu0.3) over (2.90-2ubuntu0.1) ...
[shard 0/3] Preparing to unpack .../26-docker.io_29.1.3-0ubuntu3~24.04.2_amd64.deb ...
[shard 0/3] Unpacking docker.io (29.1.3-0ubuntu3~24.04.2) over (29.1.3-0ubuntu3~24.04.1) ...
[shard 1/3] Preparing to unpack .../libpython3.12t64_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 1/3] Unpacking libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 1/3] Preparing to unpack .../libssl-dev_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 1/3] Unpacking libssl-dev:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 1/3] Preparing to unpack .../libssl3t64_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 1/3] Unpacking libssl3t64:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 1/3] Setting up libssl3t64:amd64 (3.0.13-0ubuntu3.11) ...
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../tar_1.35+dfsg-3ubuntu0.2_amd64.deb ...
[shard 2/3] Unpacking tar (1.35+dfsg-3ubuntu0.2) over (1.35+dfsg-3build1) ...
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../0-python3.12_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 2/3] Setting up tar (1.35+dfsg-3ubuntu0.2) ...
[shard 1/3] Unpacking python3.12 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 2/3] (Reading database ...
[shard 0/3] Preparing to unpack .../27-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
[shard 0/3] Unpacking dpkg-dev (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 1/3] Preparing to unpack .../1-libpython3.12-stdlib_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 2/3] (Reading database ... 85%
[shard 1/3] Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../dpkg_1.22.6ubuntu6.6_amd64.deb ...
[shard 2/3] Unpacking dpkg (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 0/3] Preparing to unpack .../28-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
[shard 0/3] Unpacking libdpkg-perl (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 0/3] Preparing to unpack .../29-libarchive13t64_3.7.2-2ubuntu0.7_amd64.deb ...
[shard 0/3] Unpacking libarchive13t64:amd64 (3.7.2-2ubuntu0.7) over (3.7.2-2ubuntu0.6) ...
[shard 1/3] Preparing to unpack .../2-python3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 1/3] Unpacking python3.12-minimal (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 0/3] Preparing to unpack .../30-libcurl3t64-gnutls_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 0/3] Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 2/3] Setting up dpkg (1.22.6ubuntu6.6) ...
[shard 0/3] Preparing to unpack .../31-libdrm-amdgpu1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 0/3] Unpacking libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 1/3] Preparing to unpack .../3-libpython3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 0/3] Preparing to unpack .../32-libjcat1_0.2.3-1~ubuntu0.24.04.1_amd64.deb ...
[shard 0/3] Unpacking libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) over (0.2.0-2build3) ...
[shard 0/3] Selecting previously unselected package libfwupd3:amd64.
[shard 1/3] Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 0/3] Preparing to unpack .../33-libfwupd3_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
[shard 0/3] Unpacking libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
[shard 0/3] Preparing to unpack .../34-libxmlb2_0.3.24-1~ubuntu0.24.04.1_amd64.deb ...
[shard 0/3] Unpacking libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) over (0.3.18-1) ...
[shard 0/3] Preparing to unpack .../35-fwupd_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
[shard 1/3] Preparing to unpack .../4-tzdata_2026b-0ubuntu0.24.04.1_all.deb ...
[shard 1/3] Unpacking tzdata (2026b-0ubuntu0.24.04.1) over (2026a-0ubuntu0.24.04.1) ...
[shard 0/3] Unpacking fwupd (2.0.20-1ubuntu2~24.04.2) over (1.9.34-0ubuntu1~24.04.1) ...
[shard 1/3] Preparing to unpack .../5-liblzma5_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
[shard 1/3] Unpacking liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
[shard 1/3] Setting up liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 0/3] Preparing to unpack .../36-libavahi-client3_0.8-13ubuntu6.2_amd64.deb ...
[shard 0/3] Unpacking libavahi-client3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../37-libavahi-common3_0.8-13ubuntu6.2_amd64.deb ...
[shard 0/3] Unpacking libavahi-common3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 1/3] Preparing to unpack .../libncurses6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 1/3] Unpacking libncurses6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 0/3] Preparing to unpack .../38-libavahi-common-data_0.8-13ubuntu6.2_amd64.deb ...
[shard 0/3] Unpacking libavahi-common-data:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 2/3] (Reading database ... 75%
[shard 1/3] Preparing to unpack .../libncursesw6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 2/3] (Reading database ... 80%
[shard 1/3] Unpacking libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 2/3] (Reading database ... 85%
[shard 0/3] Preparing to unpack .../39-libcups2t64_2.4.7-1.2ubuntu7.14_amd64.deb ...
[shard 0/3] Unpacking libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) over (2.4.7-1.2ubuntu7.9) ...
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 1/3] Preparing to unpack .../libtinfo6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 1/3] Unpacking libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../gzip_1.12-1ubuntu3.2_amd64.deb ...
[shard 0/3] Preparing to unpack .../40-libdrm-intel1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 0/3] Unpacking libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 1/3] Setting up libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] Preparing to unpack .../41-libgl1-mesa-dri_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 0/3] Unpacking libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 2/3] Unpacking gzip (1.12-1ubuntu3.2) over (1.12-1ubuntu3.1) ...
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 0/3] Preparing to unpack .../42-libglx-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../0-libsqlite3-0_3.45.1-1ubuntu2.6_amd64.deb ...
[shard 2/3] Setting up gzip (1.12-1ubuntu3.2) ...
[shard 0/3] Unpacking libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) over (3.45.1-1ubuntu2.5) ...
[shard 0/3] Preparing to unpack .../43-libllvm20_1%3a20.1.2-0ubuntu1~24.04.3_amd64.deb ...
[shard 0/3] Unpacking libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) over (1:20.1.2-0ubuntu1~24.04.2) ...
[shard 1/3] Preparing to unpack .../1-libnss-systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 1/3] Preparing to unpack .../2-systemd-dev_255.4-1ubuntu8.16_all.deb ...
[shard 1/3] Unpacking systemd-dev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 1/3] Preparing to unpack .../3-kmod_31+20240202-2ubuntu7.2_amd64.deb ...
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../ncurses-bin_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 1/3] Unpacking kmod (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
[shard 2/3] Unpacking ncurses-bin (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 1/3] Preparing to unpack .../4-libkmod2_31+20240202-2ubuntu7.2_amd64.deb ...
[shard 1/3] Unpacking libkmod2:amd64 (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
[shard 2/3] Setting up ncurses-bin (6.4+20240113-1ubuntu2.1) ...
[shard 1/3] Preparing to unpack .../5-systemd-timesyncd_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking systemd-timesyncd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 1/3] Preparing to unpack .../6-systemd-resolved_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] (Reading database ... 85%
[shard 1/3] Unpacking systemd-resolved (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../libperl5.38t64_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 2/3] Unpacking libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 1/3] Preparing to unpack .../7-libsystemd-shared_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Preparing to unpack .../8-libsystemd0_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking libsystemd0:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Setting up libsystemd0:amd64 (255.4-1ubuntu8.16) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157089 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../systemd-sysv_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking systemd-sysv (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Preparing to unpack .../libpam-systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Preparing to unpack .../perl_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 1/3] Preparing to unpack .../systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] Unpacking perl (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 1/3] Unpacking systemd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.3_amd64.deb ...
[shard 2/3] Unpacking perl-base (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 0/3] Preparing to unpack .../44-libegl-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 0/3] Unpacking libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 0/3] Preparing to unpack .../45-libgbm1_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 0/3] Unpacking libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 0/3] Preparing to unpack .../46-mesa-libgallium_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 0/3] Unpacking mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Preparing to unpack .../udev_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking udev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Setting up perl-base (5.38.2-3.2ubuntu0.3) ...
[shard 1/3] Preparing to unpack .../libudev1_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking libudev1:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 1/3] Setting up libudev1:amd64 (255.4-1ubuntu8.16) ...
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 0/3] Preparing to unpack .../47-libgraphite2-3_1.3.14-2ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] (Reading database ... 85%
[shard 0/3] Unpacking libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) over (1.3.14-2build1) ...
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../perl-modules-5.38_5.38.2-3.2ubuntu0.3_all.deb ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 2/3] Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.3) over (5.38.2-3.2ubuntu0.2) ...
[shard 1/3] (Reading database ... 70%
[shard 0/3] Preparing to unpack .../48-libheif-plugin-aomdec_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 1/3] (Reading database ... 75%
[shard 0/3] Unpacking libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 0/3] Preparing to unpack .../49-libheif-plugin-aomenc_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 1/3] (Reading database ... 157089 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
[shard 0/3] Unpacking libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
[shard 0/3] Preparing to unpack .../50-libheif1_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 0/3] Unpacking libheif1:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Preparing to unpack .../libgcrypt20_1.10.3-2ubuntu0.1_amd64.deb ...
[shard 1/3] Unpacking libgcrypt20:amd64 (1.10.3-2ubuntu0.1) over (1.10.3-2build1) ...
[shard 0/3] Preparing to unpack .../51-libheif-plugin-libde265_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 0/3] Unpacking libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Setting up libgcrypt20:amd64 (1.10.3-2ubuntu0.1) ...
[shard 0/3] Preparing to unpack .../52-libhttp-daemon-perl_6.16-1ubuntu0.24.04.1_all.deb ...
[shard 0/3] Unpacking libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) over (6.16-1) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 0/3] Preparing to unpack .../53-liblcms2-2_2.14-2ubuntu0.1_amd64.deb ...
[shard 1/3] (Reading database ... 75%
[shard 0/3] Unpacking liblcms2-2:amd64 (2.14-2ubuntu0.1) over (2.14-2build1) ...
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157089 files and directories currently installed.)
[shard 0/3] Preparing to unpack .../54-libnss3_2%3a3.98-1ubuntu0.2_amd64.deb ...
[shard 0/3] Unpacking libnss3:amd64 (2:3.98-1ubuntu0.2) over (2:3.98-1ubuntu0.1) ...
[shard 1/3] Preparing to unpack .../00-rsync_3.2.7-1ubuntu1.5_amd64.deb ...
[shard 1/3] Unpacking rsync (3.2.7-1ubuntu1.5) over (3.2.7-1ubuntu1.2) ...
[shard 1/3] Preparing to unpack .../01-python3-problem-report_2.28.2-0ubuntu0.1_all.deb ...
[shard 0/3] Preparing to unpack .../55-libwww-perl_6.76-1ubuntu0.1_all.deb ...
[shard 0/3] Unpacking libwww-perl (6.76-1ubuntu0.1) over (6.76-1) ...
[shard 0/3] Selecting previously unselected package linux-headers-6.8.0-134.
[shard 0/3] Preparing to unpack .../56-linux-headers-6.8.0-134_6.8.0-134.134_all.deb ...
[shard 0/3] Unpacking linux-headers-6.8.0-134 (6.8.0-134.134) ...
[shard 1/3] Unpacking python3-problem-report (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 2/3] Preparing to unpack .../sed_4.9-2ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] Unpacking sed (4.9-2ubuntu0.24.04.1) over (4.9-2build1) ...
[shard 1/3] Preparing to unpack .../02-python3-apport_2.28.2-0ubuntu0.1_all.deb ...
[shard 2/3] Setting up sed (4.9-2ubuntu0.24.04.1) ...
[shard 2/3] (Reading database ...
[shard 1/3] Unpacking python3-apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 1/3] Preparing to unpack .../03-apport-core-dump-handler_2.28.2-0ubuntu0.1_all.deb ...
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 1/3] Unpacking apport-core-dump-handler (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../ncurses-base_6.4+20240113-1ubuntu2.1_all.deb ...
[shard 2/3] Unpacking ncurses-base (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 1/3] Preparing to unpack .../04-apport_2.28.2-0ubuntu0.1_all.deb ...
[shard 2/3] Setting up ncurses-base (6.4+20240113-1ubuntu2.1) ...
[shard 1/3] Unpacking apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 1/3] Preparing to unpack .../05-openssh-sftp-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Unpacking openssh-sftp-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 2/3] Preparing to unpack .../ncurses-term_6.4+20240113-1ubuntu2.1_all.deb ...
[shard 2/3] Unpacking ncurses-term (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 1/3] Preparing to unpack .../06-openssh-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 1/3] Unpacking openssh-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 1/3] Preparing to unpack .../07-openssh-client_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 1/3] Unpacking openssh-client (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 1/3] Preparing to unpack .../08-libdrm-common_2.4.125-1ubuntu0.1~24.04.2_all.deb ...
[shard 1/3] Unpacking libdrm-common (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 1/3] Preparing to unpack .../09-libdrm2_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 1/3] Unpacking libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 1/3] Preparing to unpack .../10-libxml2_2.9.14+dfsg-1.3ubuntu3.8_amd64.deb ...
[shard 1/3] Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) over (2.9.14+dfsg-1.3ubuntu3.7) ...
[shard 2/3] Preparing to unpack .../libpython3.12t64_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 1/3] Preparing to unpack .../11-iproute2_6.1.0-1ubuntu6.4_amd64.deb ...
[shard 2/3] Unpacking libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 1/3] Unpacking iproute2 (6.1.0-1ubuntu6.4) over (6.1.0-1ubuntu6.2) ...
[shard 1/3] Preparing to unpack .../12-open-vm-tools_2%3a13.0.0-2~ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] Preparing to unpack .../libssl-dev_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 2/3] Unpacking libssl-dev:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 1/3] Unpacking open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) over (2:12.5.0-1~ubuntu0.24.04.2) ...
[shard 1/3] Preparing to unpack .../13-libgnutls30t64_3.8.3-1.1ubuntu3.6_amd64.deb ...
[shard 1/3] Unpacking libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) over (3.8.3-1.1ubuntu3.5) ...
[shard 2/3] Preparing to unpack .../libssl3t64_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 2/3] Unpacking libssl3t64:amd64 (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 1/3] Setting up libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) ...
[shard 2/3] Setting up libssl3t64:amd64 (3.0.13-0ubuntu3.11) ...
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 2/3] (Reading database ...
[shard 1/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 157089 files and directories currently installed.)
[shard 2/3] (Reading database ... 80%
[shard 1/3] Preparing to unpack .../00-openssl_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 1/3] Unpacking openssl (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../0-python3.12_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 1/3] Preparing to unpack .../01-ca-certificates_20260601~24.04.1_all.deb ...
[shard 1/3] Unpacking ca-certificates (20260601~24.04.1) over (20240203) ...
[shard 2/3] Unpacking python3.12 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 2/3] Preparing to unpack .../1-libpython3.12-stdlib_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 1/3] Preparing to unpack .../02-distro-info-data_0.60ubuntu0.6_all.deb ...
[shard 1/3] Unpacking distro-info-data (0.60ubuntu0.6) over (0.60ubuntu0.5) ...
[shard 1/3] Preparing to unpack .../03-vim_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 2/3] Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 1/3] Unpacking vim (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 1/3] Preparing to unpack .../04-vim-common_2%3a9.1.0016-1ubuntu7.17_all.deb ...
[shard 1/3] Unpacking vim-common (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 2/3] Preparing to unpack .../2-python3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 1/3] Preparing to unpack .../05-vim-tiny_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 2/3] Unpacking python3.12-minimal (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 1/3] Unpacking vim-tiny (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 1/3] Preparing to unpack .../06-vim-runtime_2%3a9.1.0016-1ubuntu7.17_all.deb ...
[shard 1/3] Unpacking vim-runtime (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 2/3] Preparing to unpack .../3-libpython3.12-minimal_3.12.3-1ubuntu0.15_amd64.deb ...
[shard 2/3] Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) over (3.12.3-1ubuntu0.13) ...
[shard 2/3] Preparing to unpack .../4-tzdata_2026b-0ubuntu0.24.04.1_all.deb ...
[shard 2/3] Unpacking tzdata (2026b-0ubuntu0.24.04.1) over (2026a-0ubuntu0.24.04.1) ...
[shard 2/3] Preparing to unpack .../5-liblzma5_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
[shard 2/3] Unpacking liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
[shard 2/3] Setting up liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.3) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 1/3] Preparing to unpack .../07-xxd_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 2/3] Preparing to unpack .../libncurses6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 1/3] Unpacking xxd (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 2/3] Unpacking libncurses6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 1/3] Preparing to unpack .../08-apparmor_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
[shard 2/3] Preparing to unpack .../libncursesw6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 2/3] Unpacking libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 2/3] Preparing to unpack .../libtinfo6_6.4+20240113-1ubuntu2.1_amd64.deb ...
[shard 2/3] Unpacking libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) over (6.4+20240113-1ubuntu2) ...
[shard 0/3] Selecting previously unselected package linux-headers-6.8.0-134-generic.
[shard 2/3] Setting up libtinfo6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] Preparing to unpack .../57-linux-headers-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 0/3] Unpacking linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157088 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../0-libsqlite3-0_3.45.1-1ubuntu2.6_amd64.deb ...
[shard 2/3] Unpacking libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) over (3.45.1-1ubuntu2.5) ...
[shard 2/3] Preparing to unpack .../1-libnss-systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Preparing to unpack .../2-systemd-dev_255.4-1ubuntu8.16_all.deb ...
[shard 2/3] Unpacking systemd-dev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Preparing to unpack .../3-kmod_31+20240202-2ubuntu7.2_amd64.deb ...
[shard 2/3] Unpacking kmod (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
[shard 2/3] Preparing to unpack .../4-libkmod2_31+20240202-2ubuntu7.2_amd64.deb ...
[shard 2/3] Unpacking libkmod2:amd64 (31+20240202-2ubuntu7.2) over (31+20240202-2ubuntu7.1) ...
[shard 2/3] Preparing to unpack .../5-systemd-timesyncd_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] Unpacking systemd-timesyncd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Unpacking apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
[shard 2/3] Preparing to unpack .../6-systemd-resolved_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] Unpacking systemd-resolved (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Preparing to unpack .../7-libsystemd-shared_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Preparing to unpack .../8-libsystemd0_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] Unpacking libsystemd0:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 2/3] Setting up libsystemd0:amd64 (255.4-1ubuntu8.16) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 2/3] (Reading database ... 85%
[shard 1/3] Preparing to unpack .../09-libnghttp2-14_1.59.0-1ubuntu0.4_amd64.deb ...
[shard 1/3] Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) over (1.59.0-1ubuntu0.2) ...
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157089 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../systemd-sysv_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Preparing to unpack .../10-bind9-dnsutils_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 2/3] Unpacking systemd-sysv (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Unpacking bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 2/3] Preparing to unpack .../libpam-systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Preparing to unpack .../11-bind9-host_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 2/3] Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Unpacking bind9-host (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 1/3] Preparing to unpack .../12-bind9-libs_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 2/3] Preparing to unpack .../systemd_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Unpacking bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 2/3] Unpacking systemd (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Preparing to unpack .../13-inetutils-telnet_2%3a2.5-3ubuntu4.2_amd64.deb ...
[shard 1/3] Unpacking inetutils-telnet (2:2.5-3ubuntu4.2) over (2:2.5-3ubuntu4.1) ...
[shard 1/3] Preparing to unpack .../14-libpng16-16t64_1.6.43-5ubuntu0.6_amd64.deb ...
[shard 1/3] Unpacking libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) over (1.6.43-5ubuntu0.5) ...
[shard 0/3] Selecting previously unselected package linux-modules-6.8.0-134-generic.
[shard 0/3] Preparing to unpack .../58-linux-modules-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 0/3] Unpacking linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Preparing to unpack .../15-libplymouth5_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 1/3] Unpacking libplymouth5:amd64 (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 1/3] Preparing to unpack .../16-nano_7.2-2ubuntu0.2_amd64.deb ...
[shard 1/3] Unpacking nano (7.2-2ubuntu0.2) over (7.2-2ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../udev_255.4-1ubuntu8.16_amd64.deb ...
[shard 1/3] Preparing to unpack .../17-plymouth-theme-ubuntu-text_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 1/3] Unpacking plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 2/3] Unpacking udev (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Preparing to unpack .../18-plymouth_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 2/3] Preparing to unpack .../libudev1_255.4-1ubuntu8.16_amd64.deb ...
[shard 2/3] Unpacking libudev1:amd64 (255.4-1ubuntu8.16) over (255.4-1ubuntu8.15) ...
[shard 1/3] Unpacking plymouth (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 2/3] Setting up libudev1:amd64 (255.4-1ubuntu8.16) ...
[shard 1/3] Preparing to unpack .../19-telnet_0.17+2.5-3ubuntu4.2_all.deb ...
[shard 0/3] Selecting previously unselected package linux-image-6.8.0-134-generic.
[shard 1/3] Unpacking telnet (0.17+2.5-3ubuntu4.2) over (0.17+2.5-3ubuntu4.1) ...
[shard 0/3] Preparing to unpack .../59-linux-image-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 2/3] (Reading database ...
[shard 0/3] Unpacking linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 1/3] Preparing to unpack .../20-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 1/3] Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157089 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
[shard 2/3] Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
[shard 1/3] Preparing to unpack .../21-alsa-ucm-conf_1.2.10-1ubuntu5.13_all.deb ...
[shard 0/3] Preparing to unpack .../60-linux-virtual_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking alsa-ucm-conf (1.2.10-1ubuntu5.13) over (1.2.10-1ubuntu5.10) ...
[shard 0/3] Unpacking linux-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../libgcrypt20_1.10.3-2ubuntu0.1_amd64.deb ...
[shard 2/3] Unpacking libgcrypt20:amd64 (1.10.3-2ubuntu0.1) over (1.10.3-2build1) ...
[shard 0/3] Preparing to unpack .../61-linux-image-virtual_6.8.0-134.134_amd64.deb ...
[shard 0/3] Unpacking linux-image-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 0/3] Preparing to unpack .../62-linux-headers-virtual_6.8.0-134.134_amd64.deb ...
[shard 0/3] Unpacking linux-headers-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Setting up libgcrypt20:amd64 (1.10.3-2ubuntu0.1) ...
[shard 1/3] Preparing to unpack .../22-containerd_2.2.1-0ubuntu1~24.04.3_amd64.deb ...
[shard 0/3] Preparing to unpack .../63-linux-headers-generic_6.8.0-134.134_amd64.deb ...
[shard 0/3] Unpacking linux-headers-generic (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 1/3] Unpacking containerd (2.2.1-0ubuntu1~24.04.3) over (2.2.1-0ubuntu1~24.04.2) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 0/3] Preparing to unpack .../64-linux-libc-dev_6.8.0-134.134_amd64.deb ...
[shard 2/3] (Reading database ... 80%
[shard 0/3] Unpacking linux-libc-dev:amd64 (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157089 files and directories currently installed.)
[shard 2/3] Preparing to unpack .../00-rsync_3.2.7-1ubuntu1.5_amd64.deb ...
[shard 2/3] Unpacking rsync (3.2.7-1ubuntu1.5) over (3.2.7-1ubuntu1.2) ...
[shard 2/3] Preparing to unpack .../01-python3-problem-report_2.28.2-0ubuntu0.1_all.deb ...
[shard 0/3] Preparing to unpack .../65-linux-tools-common_6.8.0-134.134_all.deb ...
[shard 0/3] Unpacking linux-tools-common (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 0/3] Selecting previously unselected package linux-tools-6.8.0-134.
[shard 0/3] Preparing to unpack .../66-linux-tools-6.8.0-134_6.8.0-134.134_amd64.deb ...
[shard 0/3] Unpacking linux-tools-6.8.0-134 (6.8.0-134.134) ...
[shard 2/3] Unpacking python3-problem-report (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 0/3] Selecting previously unselected package linux-tools-6.8.0-134-generic.
[shard 2/3] Preparing to unpack .../02-python3-apport_2.28.2-0ubuntu0.1_all.deb ...
[shard 0/3] Preparing to unpack .../67-linux-tools-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 0/3] Unpacking linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Preparing to unpack .../23-curl_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 1/3] Unpacking curl (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 0/3] Preparing to unpack .../68-mesa-vulkan-drivers_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 0/3] Unpacking mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Preparing to unpack .../24-libcurl4t64_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 2/3] Unpacking python3-apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 1/3] Unpacking libcurl4t64:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 2/3] Preparing to unpack .../03-apport-core-dump-handler_2.28.2-0ubuntu0.1_all.deb ...
[shard 1/3] Preparing to unpack .../25-dnsmasq-base_2.90-2ubuntu0.3_amd64.deb ...
[shard 2/3] Unpacking apport-core-dump-handler (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 1/3] Unpacking dnsmasq-base (2.90-2ubuntu0.3) over (2.90-2ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../04-apport_2.28.2-0ubuntu0.1_all.deb ...
[shard 1/3] Preparing to unpack .../26-docker.io_29.1.3-0ubuntu3~24.04.2_amd64.deb ...
[shard 1/3] Unpacking docker.io (29.1.3-0ubuntu3~24.04.2) over (29.1.3-0ubuntu3~24.04.1) ...
[shard 2/3] Unpacking apport (2.28.2-0ubuntu0.1) over (2.28.1-0ubuntu3.8) ...
[shard 2/3] Preparing to unpack .../05-openssh-sftp-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 2/3] Unpacking openssh-sftp-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 2/3] Preparing to unpack .../06-openssh-server_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 2/3] Unpacking openssh-server (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 0/3] Preparing to unpack .../69-node-shell-quote_1.7.4+~1.7.1-1ubuntu0.24.04.1_all.deb ...
[shard 0/3] Unpacking node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) over (1.7.4+~1.7.1-1) ...
[shard 0/3] Preparing to unpack .../70-openjdk-21-jdk_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 0/3] Unpacking openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 2/3] Preparing to unpack .../07-openssh-client_1%3a9.6p1-3ubuntu13.16_amd64.deb ...
[shard 2/3] Unpacking openssh-client (1:9.6p1-3ubuntu13.16) over (1:9.6p1-3ubuntu13.15) ...
[shard 0/3] Preparing to unpack .../71-openjdk-21-jdk-headless_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 2/3] Preparing to unpack .../08-libdrm-common_2.4.125-1ubuntu0.1~24.04.2_all.deb ...
[shard 2/3] Unpacking libdrm-common (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 0/3] Unpacking openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 2/3] Preparing to unpack .../09-libdrm2_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 2/3] Unpacking libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 2/3] Preparing to unpack .../10-libxml2_2.9.14+dfsg-1.3ubuntu3.8_amd64.deb ...
[shard 2/3] Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) over (2.9.14+dfsg-1.3ubuntu3.7) ...
[shard 2/3] Preparing to unpack .../11-iproute2_6.1.0-1ubuntu6.4_amd64.deb ...
[shard 2/3] Unpacking iproute2 (6.1.0-1ubuntu6.4) over (6.1.0-1ubuntu6.2) ...
[shard 1/3] Preparing to unpack .../27-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
[shard 1/3] Unpacking dpkg-dev (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 2/3] Preparing to unpack .../12-open-vm-tools_2%3a13.0.0-2~ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] Unpacking open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) over (2:12.5.0-1~ubuntu0.24.04.2) ...
[shard 1/3] Preparing to unpack .../28-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
[shard 1/3] Unpacking libdpkg-perl (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 2/3] Preparing to unpack .../13-libgnutls30t64_3.8.3-1.1ubuntu3.6_amd64.deb ...
[shard 2/3] Unpacking libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) over (3.8.3-1.1ubuntu3.5) ...
[shard 0/3] Preparing to unpack .../72-openjdk-21-jre_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 0/3] Unpacking openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 1/3] Preparing to unpack .../29-libarchive13t64_3.7.2-2ubuntu0.7_amd64.deb ...
[shard 1/3] Unpacking libarchive13t64:amd64 (3.7.2-2ubuntu0.7) over (3.7.2-2ubuntu0.6) ...
[shard 0/3] Preparing to unpack .../73-openjdk-21-jre-headless_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 2/3] Setting up libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.6) ...
[shard 0/3] Unpacking openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 1/3] Preparing to unpack .../30-libcurl3t64-gnutls_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 1/3] Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 2/3] (Reading database ... 70%
[shard 1/3] Preparing to unpack .../31-libdrm-amdgpu1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 2/3] (Reading database ... 75%
[shard 1/3] Unpacking libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 2/3] (Reading database ... 80%
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 1/3] Preparing to unpack .../32-libjcat1_0.2.3-1~ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 157089 files and directories currently installed.)
[shard 1/3] Unpacking libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) over (0.2.0-2build3) ...
[shard 2/3] Preparing to unpack .../00-openssl_3.0.13-0ubuntu3.11_amd64.deb ...
[shard 2/3] Unpacking openssl (3.0.13-0ubuntu3.11) over (3.0.13-0ubuntu3.9) ...
[shard 1/3] Selecting previously unselected package libfwupd3:amd64.
[shard 1/3] Preparing to unpack .../33-libfwupd3_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
[shard 1/3] Unpacking libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
[shard 1/3] Preparing to unpack .../34-libxmlb2_0.3.24-1~ubuntu0.24.04.1_amd64.deb ...
[shard 1/3] Unpacking libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) over (0.3.18-1) ...
[shard 2/3] Preparing to unpack .../01-ca-certificates_20260601~24.04.1_all.deb ...
[shard 2/3] Unpacking ca-certificates (20260601~24.04.1) over (20240203) ...
[shard 1/3] Preparing to unpack .../35-fwupd_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
[shard 2/3] Preparing to unpack .../02-distro-info-data_0.60ubuntu0.6_all.deb ...
[shard 2/3] Unpacking distro-info-data (0.60ubuntu0.6) over (0.60ubuntu0.5) ...
[shard 2/3] Preparing to unpack .../03-vim_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 2/3] Unpacking vim (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 1/3] Unpacking fwupd (2.0.20-1ubuntu2~24.04.2) over (1.9.34-0ubuntu1~24.04.1) ...
[shard 2/3] Preparing to unpack .../04-vim-common_2%3a9.1.0016-1ubuntu7.17_all.deb ...
[shard 2/3] Unpacking vim-common (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 2/3] Preparing to unpack .../05-vim-tiny_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 2/3] Unpacking vim-tiny (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 1/3] Preparing to unpack .../36-libavahi-client3_0.8-13ubuntu6.2_amd64.deb ...
[shard 1/3] Unpacking libavahi-client3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 1/3] Preparing to unpack .../37-libavahi-common3_0.8-13ubuntu6.2_amd64.deb ...
[shard 2/3] Preparing to unpack .../06-vim-runtime_2%3a9.1.0016-1ubuntu7.17_all.deb ...
[shard 1/3] Unpacking libavahi-common3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 2/3] Unpacking vim-runtime (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 1/3] Preparing to unpack .../38-libavahi-common-data_0.8-13ubuntu6.2_amd64.deb ...
[shard 1/3] Unpacking libavahi-common-data:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 1/3] Preparing to unpack .../39-libcups2t64_2.4.7-1.2ubuntu7.14_amd64.deb ...
[shard 1/3] Unpacking libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) over (2.4.7-1.2ubuntu7.9) ...
[shard 1/3] Preparing to unpack .../40-libdrm-intel1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 1/3] Unpacking libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 1/3] Preparing to unpack .../41-libgl1-mesa-dri_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] Unpacking libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Preparing to unpack .../42-libglx-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] Unpacking libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Preparing to unpack .../43-libllvm20_1%3a20.1.2-0ubuntu1~24.04.3_amd64.deb ...
[shard 1/3] Unpacking libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) over (1:20.1.2-0ubuntu1~24.04.2) ...
[shard 0/3] Preparing to unpack .../74-python3-twisted_24.3.0-1ubuntu0.2_all.deb ...
[shard 2/3] Preparing to unpack .../07-xxd_2%3a9.1.0016-1ubuntu7.17_amd64.deb ...
[shard 2/3] Unpacking xxd (2:9.1.0016-1ubuntu7.17) over (2:9.1.0016-1ubuntu7.11) ...
[shard 0/3] Unpacking python3-twisted (24.3.0-1ubuntu0.2) over (24.3.0-1ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../08-apparmor_4.0.1really4.0.1-0ubuntu0.24.04.7_amd64.deb ...
[shard 0/3] Preparing to unpack .../75-python3-urllib3_2.0.7-1ubuntu0.7_all.deb ...
[shard 0/3] Unpacking python3-urllib3 (2.0.7-1ubuntu0.7) over (2.0.7-1ubuntu0.6) ...
[shard 0/3] Preparing to unpack .../76-snapd_2.75.2+ubuntu24.04_amd64.deb ...
[shard 0/3] Unpacking snapd (2.75.2+ubuntu24.04) over (2.74.1+ubuntu24.04.4) ...
[shard 1/3] Preparing to unpack .../44-libegl-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] Unpacking libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Preparing to unpack .../45-libgbm1_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] Unpacking libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Preparing to unpack .../46-mesa-libgallium_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] Unpacking mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 2/3] Unpacking apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) over (4.0.1really4.0.1-0ubuntu0.24.04.6) ...
[shard 1/3] Preparing to unpack .../47-libgraphite2-3_1.3.14-2ubuntu0.24.04.1_amd64.deb ...
[shard 1/3] Unpacking libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) over (1.3.14-2build1) ...
[shard 1/3] Preparing to unpack .../48-libheif-plugin-aomdec_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 1/3] Unpacking libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Preparing to unpack .../49-libheif-plugin-aomenc_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 1/3] Unpacking libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Preparing to unpack .../50-libheif1_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 1/3] Unpacking libheif1:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Preparing to unpack .../51-libheif-plugin-libde265_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 1/3] Unpacking libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 0/3] Preparing to unpack .../77-xserver-common_2%3a21.1.12-1ubuntu1.6_all.deb ...
[shard 0/3] Unpacking xserver-common (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
[shard 1/3] Preparing to unpack .../52-libhttp-daemon-perl_6.16-1ubuntu0.24.04.1_all.deb ...
[shard 1/3] Unpacking libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) over (6.16-1) ...
[shard 0/3] Preparing to unpack .../78-xvfb_2%3a21.1.12-1ubuntu1.6_amd64.deb ...
[shard 0/3] Unpacking xvfb (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
[shard 1/3] Preparing to unpack .../53-liblcms2-2_2.14-2ubuntu0.1_amd64.deb ...
[shard 1/3] Unpacking liblcms2-2:amd64 (2.14-2ubuntu0.1) over (2.14-2build1) ...
[shard 0/3] Preparing to unpack .../79-cloud-init_26.1-0ubuntu1~24.04.1_all.deb ...
[shard 2/3] Preparing to unpack .../09-libnghttp2-14_1.59.0-1ubuntu0.4_amd64.deb ...
[shard 1/3] Preparing to unpack .../54-libnss3_2%3a3.98-1ubuntu0.2_amd64.deb ...
[shard 2/3] Unpacking libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) over (1.59.0-1ubuntu0.2) ...
[shard 1/3] Unpacking libnss3:amd64 (2:3.98-1ubuntu0.2) over (2:3.98-1ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../10-bind9-dnsutils_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 2/3] Unpacking bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 1/3] Preparing to unpack .../55-libwww-perl_6.76-1ubuntu0.1_all.deb ...
[shard 1/3] Unpacking libwww-perl (6.76-1ubuntu0.1) over (6.76-1) ...
[shard 2/3] Preparing to unpack .../11-bind9-host_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 2/3] Unpacking bind9-host (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 2/3] Preparing to unpack .../12-bind9-libs_1%3a9.18.39-0ubuntu0.24.04.5_amd64.deb ...
[shard 2/3] Unpacking bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) over (1:9.18.39-0ubuntu0.24.04.3) ...
[shard 1/3] Selecting previously unselected package linux-headers-6.8.0-134.
[shard 1/3] Preparing to unpack .../56-linux-headers-6.8.0-134_6.8.0-134.134_all.deb ...
[shard 1/3] Unpacking linux-headers-6.8.0-134 (6.8.0-134.134) ...
[shard 2/3] Preparing to unpack .../13-inetutils-telnet_2%3a2.5-3ubuntu4.2_amd64.deb ...
[shard 0/3] Unpacking cloud-init (26.1-0ubuntu1~24.04.1) over (25.3-0ubuntu1~24.04.1) ...
[shard 2/3] Unpacking inetutils-telnet (2:2.5-3ubuntu4.2) over (2:2.5-3ubuntu4.1) ...
[shard 2/3] Preparing to unpack .../14-libpng16-16t64_1.6.43-5ubuntu0.6_amd64.deb ...
[shard 2/3] Unpacking libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) over (1.6.43-5ubuntu0.5) ...
[shard 2/3] Preparing to unpack .../15-libplymouth5_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 2/3] Unpacking libplymouth5:amd64 (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 0/3] Preparing to unpack .../80-kpartx_0.9.4-5ubuntu8.2_amd64.deb ...
[shard 0/3] Unpacking kpartx (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
[shard 2/3] Preparing to unpack .../16-nano_7.2-2ubuntu0.2_amd64.deb ...
[shard 2/3] Unpacking nano (7.2-2ubuntu0.2) over (7.2-2ubuntu0.1) ...
[shard 0/3] Preparing to unpack .../81-multipath-tools_0.9.4-5ubuntu8.2_amd64.deb ...
[shard 0/3] Unpacking multipath-tools (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
[shard 2/3] Preparing to unpack .../17-plymouth-theme-ubuntu-text_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 2/3] Unpacking plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 0/3] Setting up libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) ...
[shard 2/3] Preparing to unpack .../18-plymouth_24.004.60-1ubuntu7.2_amd64.deb ...
[shard 0/3] Setting up liblcms2-2:amd64 (2.14-2ubuntu0.1) ...
[shard 0/3] Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
[shard 0/3] Setting up alsa-ucm-conf (1.2.10-1ubuntu5.13) ...
[shard 0/3] Setting up python3-problem-report (2.28.2-0ubuntu0.1) ...
[shard 2/3] Unpacking plymouth (24.004.60-1ubuntu7.2) over (24.004.60-1ubuntu7.1) ...
[shard 0/3] Setting up distro-info-data (0.60ubuntu0.6) ...
[shard 0/3] Setting up iproute2 (6.1.0-1ubuntu6.4) ...
[shard 2/3] Preparing to unpack .../19-telnet_0.17+2.5-3ubuntu4.2_all.deb ...
[shard 2/3] Unpacking telnet (0.17+2.5-3ubuntu4.2) over (0.17+2.5-3ubuntu4.1) ...
[shard 2/3] Preparing to unpack .../20-xz-utils_5.6.1+really5.4.5-1ubuntu0.3_amd64.deb ...
[shard 2/3] Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.3) over (5.6.1+really5.4.5-1ubuntu0.2) ...
[shard 0/3] Setting up openssh-client (1:9.6p1-3ubuntu13.16) ...
[shard 0/3] Setting up libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) ...
[shard 2/3] Preparing to unpack .../21-alsa-ucm-conf_1.2.10-1ubuntu5.13_all.deb ...
[shard 0/3] Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) ...
[shard 0/3] Setting up node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) ...
[shard 2/3] Unpacking alsa-ucm-conf (1.2.10-1ubuntu5.13) over (1.2.10-1ubuntu5.10) ...
[shard 0/3] Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) ...
[shard 0/3] Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) ...
[shard 0/3] Setting up inetutils-telnet (2:2.5-3ubuntu4.2) ...
[shard 0/3] Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) ...
[shard 0/3] Setting up linux-libc-dev:amd64 (6.8.0-134.134) ...
[shard 0/3] Setting up systemd-dev (255.4-1ubuntu8.16) ...
[shard 0/3] Setting up libnss3:amd64 (2:3.98-1ubuntu0.2) ...
[shard 0/3] Setting up dnsmasq-base (2.90-2ubuntu0.3) ...
[shard 0/3] Setting up xxd (2:9.1.0016-1ubuntu7.17) ...
[shard 0/3] Setting up libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) ...
[shard 0/3] Setting up python3-apport (2.28.2-0ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../22-containerd_2.2.1-0ubuntu1~24.04.3_amd64.deb ...
[shard 2/3] Unpacking containerd (2.2.1-0ubuntu1~24.04.3) over (2.2.1-0ubuntu1~24.04.2) ...
[shard 0/3] Setting up tzdata (2026b-0ubuntu0.24.04.1) ...
[shard 0/3]
[shard 0/3] Current default time zone: 'Etc/UTC'
[shard 0/3] Local time is now: Sun Jul 12 13:47:20 UTC 2026.
[shard 0/3] Universal Time is now: Sun Jul 12 13:47:20 UTC 2026.
[shard 0/3] Run 'dpkg-reconfigure tzdata' if you wish to change it.
[shard 0/3]
[shard 0/3] Setting up apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
[shard 2/3] Preparing to unpack .../23-curl_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 2/3] Unpacking curl (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 2/3] Preparing to unpack .../24-libcurl4t64_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 2/3] Unpacking libcurl4t64:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 2/3] Preparing to unpack .../25-dnsmasq-base_2.90-2ubuntu0.3_amd64.deb ...
[shard 2/3] Unpacking dnsmasq-base (2.90-2ubuntu0.3) over (2.90-2ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../26-docker.io_29.1.3-0ubuntu3~24.04.2_amd64.deb ...
[shard 2/3] Unpacking docker.io (29.1.3-0ubuntu3~24.04.2) over (29.1.3-0ubuntu3~24.04.1) ...
[shard 0/3] /var/lib/dpkg/info/apparmor.postinst: 148: [: Illegal number: yes
[shard 0/3] Reloading AppArmor profiles
[shard 2/3] Preparing to unpack .../27-dpkg-dev_1.22.6ubuntu6.6_all.deb ...
[shard 2/3] Unpacking dpkg-dev (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 2/3] Preparing to unpack .../28-libdpkg-perl_1.22.6ubuntu6.6_all.deb ...
[shard 2/3] Unpacking libdpkg-perl (1.22.6ubuntu6.6) over (1.22.6ubuntu6.5) ...
[shard 2/3] Preparing to unpack .../29-libarchive13t64_3.7.2-2ubuntu0.7_amd64.deb ...
[shard 2/3] Unpacking libarchive13t64:amd64 (3.7.2-2ubuntu0.7) over (3.7.2-2ubuntu0.6) ...
[shard 2/3] Preparing to unpack .../30-libcurl3t64-gnutls_8.5.0-2ubuntu10.11_amd64.deb ...
[shard 2/3] Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) over (8.5.0-2ubuntu10.8) ...
[shard 0/3] Setting up vim-common (2:9.1.0016-1ubuntu7.17) ...
[shard 2/3] Preparing to unpack .../31-libdrm-amdgpu1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 0/3] Setting up python3-twisted (24.3.0-1ubuntu0.2) ...
[shard 2/3] Unpacking libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 2/3] Preparing to unpack .../32-libjcat1_0.2.3-1~ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] Unpacking libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) over (0.2.0-2build3) ...
[shard 2/3] Selecting previously unselected package libfwupd3:amd64.
[shard 2/3] Preparing to unpack .../33-libfwupd3_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
[shard 2/3] Unpacking libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
[shard 2/3] Preparing to unpack .../34-libxmlb2_0.3.24-1~ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] Unpacking libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) over (0.3.18-1) ...
[shard 2/3] Preparing to unpack .../35-fwupd_2.0.20-1ubuntu2~24.04.2_amd64.deb ...
[shard 2/3] Unpacking fwupd (2.0.20-1ubuntu2~24.04.2) over (1.9.34-0ubuntu1~24.04.1) ...
[shard 1/3] Selecting previously unselected package linux-headers-6.8.0-134-generic.
[shard 1/3] Preparing to unpack .../57-linux-headers-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Preparing to unpack .../36-libavahi-client3_0.8-13ubuntu6.2_amd64.deb ...
[shard 2/3] Unpacking libavahi-client3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 2/3] Preparing to unpack .../37-libavahi-common3_0.8-13ubuntu6.2_amd64.deb ...
[shard 2/3] Unpacking libavahi-common3:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 2/3] Preparing to unpack .../38-libavahi-common-data_0.8-13ubuntu6.2_amd64.deb ...
[shard 2/3] Unpacking libavahi-common-data:amd64 (0.8-13ubuntu6.2) over (0.8-13ubuntu6.1) ...
[shard 2/3] Preparing to unpack .../39-libcups2t64_2.4.7-1.2ubuntu7.14_amd64.deb ...
[shard 2/3] Unpacking libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) over (2.4.7-1.2ubuntu7.9) ...
[shard 2/3] Preparing to unpack .../40-libdrm-intel1_2.4.125-1ubuntu0.1~24.04.2_amd64.deb ...
[shard 2/3] Unpacking libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) over (2.4.125-1ubuntu0.1~24.04.1) ...
[shard 2/3] Preparing to unpack .../41-libgl1-mesa-dri_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 2/3] Unpacking libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 2/3] Preparing to unpack .../42-libglx-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 2/3] Unpacking libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 2/3] Preparing to unpack .../43-libllvm20_1%3a20.1.2-0ubuntu1~24.04.3_amd64.deb ...
[shard 2/3] Unpacking libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) over (1:20.1.2-0ubuntu1~24.04.2) ...
[shard 1/3] Selecting previously unselected package linux-modules-6.8.0-134-generic.
[shard 1/3] Preparing to unpack .../58-linux-modules-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Preparing to unpack .../44-libegl-mesa0_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 2/3] Unpacking libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 2/3] Preparing to unpack .../45-libgbm1_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 2/3] Unpacking libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 2/3] Preparing to unpack .../46-mesa-libgallium_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 2/3] Unpacking mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 1/3] Selecting previously unselected package linux-image-6.8.0-134-generic.
[shard 1/3] Preparing to unpack .../59-linux-image-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Preparing to unpack .../47-libgraphite2-3_1.3.14-2ubuntu0.24.04.1_amd64.deb ...
[shard 2/3] Unpacking libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) over (1.3.14-2build1) ...
[shard 1/3] Preparing to unpack .../60-linux-virtual_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../48-libheif-plugin-aomdec_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 2/3] Unpacking libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Preparing to unpack .../61-linux-image-virtual_6.8.0-134.134_amd64.deb ...
[shard 2/3] Preparing to unpack .../49-libheif-plugin-aomenc_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 2/3] Unpacking libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Unpacking linux-image-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../50-libheif1_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 1/3] Preparing to unpack .../62-linux-headers-virtual_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking libheif1:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Unpacking linux-headers-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../51-libheif-plugin-libde265_1.17.6-1ubuntu4.5_amd64.deb ...
[shard 2/3] Unpacking libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) over (1.17.6-1ubuntu4.2) ...
[shard 1/3] Preparing to unpack .../63-linux-headers-generic_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-headers-generic (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../52-libhttp-daemon-perl_6.16-1ubuntu0.24.04.1_all.deb ...
[shard 2/3] Unpacking libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) over (6.16-1) ...
[shard 1/3] Preparing to unpack .../64-linux-libc-dev_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-libc-dev:amd64 (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../53-liblcms2-2_2.14-2ubuntu0.1_amd64.deb ...
[shard 2/3] Unpacking liblcms2-2:amd64 (2.14-2ubuntu0.1) over (2.14-2build1) ...
[shard 2/3] Preparing to unpack .../54-libnss3_2%3a3.98-1ubuntu0.2_amd64.deb ...
[shard 2/3] Unpacking libnss3:amd64 (2:3.98-1ubuntu0.2) over (2:3.98-1ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../55-libwww-perl_6.76-1ubuntu0.1_all.deb ...
[shard 2/3] Unpacking libwww-perl (6.76-1ubuntu0.1) over (6.76-1) ...
[shard 2/3] Selecting previously unselected package linux-headers-6.8.0-134.
[shard 2/3] Preparing to unpack .../56-linux-headers-6.8.0-134_6.8.0-134.134_all.deb ...
[shard 2/3] Unpacking linux-headers-6.8.0-134 (6.8.0-134.134) ...
[shard 1/3] Preparing to unpack .../65-linux-tools-common_6.8.0-134.134_all.deb ...
[shard 1/3] Unpacking linux-tools-common (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 1/3] Selecting previously unselected package linux-tools-6.8.0-134.
[shard 1/3] Preparing to unpack .../66-linux-tools-6.8.0-134_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-tools-6.8.0-134 (6.8.0-134.134) ...
[shard 1/3] Selecting previously unselected package linux-tools-6.8.0-134-generic.
[shard 1/3] Preparing to unpack .../67-linux-tools-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 1/3] Unpacking linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Preparing to unpack .../68-mesa-vulkan-drivers_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 1/3] Unpacking mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 0/3] Setting up libavahi-common-data:amd64 (0.8-13ubuntu6.2) ...
[shard 0/3] Setting up libncurses6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
[shard 0/3] Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
[shard 0/3] Setting up libssl-dev:amd64 (3.0.13-0ubuntu3.11) ...
[shard 0/3] Setting up libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) ...
[shard 0/3] Setting up libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] Setting up linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
[shard 0/3] Setting up python3-urllib3 (2.0.7-1ubuntu0.7) ...
[shard 1/3] Preparing to unpack .../69-node-shell-quote_1.7.4+~1.7.1-1ubuntu0.24.04.1_all.deb ...
[shard 1/3] Unpacking node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) over (1.7.4+~1.7.1-1) ...
[shard 1/3] Preparing to unpack .../70-openjdk-21-jdk_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 1/3] Unpacking openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 1/3] Preparing to unpack .../71-openjdk-21-jdk-headless_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 0/3] Setting up nano (7.2-2ubuntu0.2) ...
[shard 0/3] Setting up libplymouth5:amd64 (24.004.60-1ubuntu7.2) ...
[shard 0/3] Setting up linux-headers-6.8.0-134 (6.8.0-134.134) ...
[shard 0/3] Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) ...
[shard 1/3] Unpacking openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 0/3] Setting up xserver-common (2:21.1.12-1ubuntu1.6) ...
[shard 0/3] Setting up vim-runtime (2:9.1.0016-1ubuntu7.17) ...
[shard 0/3] Setting up containerd (2.2.1-0ubuntu1~24.04.3) ...
[shard 1/3] Preparing to unpack .../72-openjdk-21-jre_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 1/3] Unpacking openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 1/3] Preparing to unpack .../73-openjdk-21-jre-headless_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 0/3] Setting up openssl (3.0.13-0ubuntu3.11) ...
[shard 0/3] Setting up libdrm-common (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 0/3] Setting up linux-tools-common (6.8.0-134.134) ...
[shard 1/3] Unpacking openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 0/3] Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ...
[shard 0/3] Setting up rsync (3.2.7-1ubuntu1.5) ...
[shard 0/3] rsync.service is a disabled or a static unit not running, not starting it.
[shard 0/3] Setting up libkmod2:amd64 (31+20240202-2ubuntu7.2) ...
[shard 0/3] Setting up ncurses-term (6.4+20240113-1ubuntu2.1) ...
[shard 0/3] Setting up python3.12-minimal (3.12.3-1ubuntu0.15) ...
[shard 1/3] Preparing to unpack .../74-python3-twisted_24.3.0-1ubuntu0.2_all.deb ...
[shard 1/3] Unpacking python3-twisted (24.3.0-1ubuntu0.2) over (24.3.0-1ubuntu0.1) ...
[shard 0/3] Setting up openssh-sftp-server (1:9.6p1-3ubuntu13.16) ...
[shard 0/3] Setting up cloud-init (26.1-0ubuntu1~24.04.1) ...
[shard 0/3] Installing new version of config file /etc/cloud/templates/chrony.conf.freebsd.tmpl ...
[shard 2/3] Selecting previously unselected package linux-headers-6.8.0-134-generic.
[shard 2/3] Preparing to unpack .../57-linux-headers-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Preparing to unpack .../75-python3-urllib3_2.0.7-1ubuntu0.7_all.deb ...
[shard 1/3] Unpacking python3-urllib3 (2.0.7-1ubuntu0.7) over (2.0.7-1ubuntu0.6) ...
[shard 1/3] Preparing to unpack .../76-snapd_2.75.2+ubuntu24.04_amd64.deb ...
[shard 1/3] Unpacking snapd (2.75.2+ubuntu24.04) over (2.74.1+ubuntu24.04.4) ...
[shard 1/3] Preparing to unpack .../77-xserver-common_2%3a21.1.12-1ubuntu1.6_all.deb ...
[shard 1/3] Unpacking xserver-common (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
[shard 1/3] Preparing to unpack .../78-xvfb_2%3a21.1.12-1ubuntu1.6_amd64.deb ...
[shard 1/3] Unpacking xvfb (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
[shard 1/3] Preparing to unpack .../79-cloud-init_26.1-0ubuntu1~24.04.1_all.deb ...
[shard 0/3] Setting up telnet (0.17+2.5-3ubuntu4.2) ...
[shard 0/3] Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) ...
[shard 0/3] Setting up openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) ...
[shard 0/3] Installing new version of config file /etc/java-21-openjdk/security/java.security ...
[shard 2/3] Selecting previously unselected package linux-modules-6.8.0-134-generic.
[shard 2/3] Preparing to unpack .../58-linux-modules-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 0/3] Setting up openssh-server (1:9.6p1-3ubuntu13.16) ...
[shard 2/3] Unpacking linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Unpacking cloud-init (26.1-0ubuntu1~24.04.1) over (25.3-0ubuntu1~24.04.1) ...
[shard 1/3] Preparing to unpack .../80-kpartx_0.9.4-5ubuntu8.2_amd64.deb ...
[shard 1/3] Unpacking kpartx (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
[shard 2/3] Selecting previously unselected package linux-image-6.8.0-134-generic.
[shard 2/3] Preparing to unpack .../59-linux-image-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Preparing to unpack .../81-multipath-tools_0.9.4-5ubuntu8.2_amd64.deb ...
[shard 1/3] Unpacking multipath-tools (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
[shard 2/3] Preparing to unpack .../60-linux-virtual_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 1/3] Setting up libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) ...
[shard 1/3] Setting up liblcms2-2:amd64 (2.14-2ubuntu0.1) ...
[shard 1/3] Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
[shard 1/3] Setting up alsa-ucm-conf (1.2.10-1ubuntu5.13) ...
[shard 1/3] Setting up python3-problem-report (2.28.2-0ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../61-linux-image-virtual_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-image-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../62-linux-headers-virtual_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-headers-virtual (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Preparing to unpack .../63-linux-headers-generic_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-headers-generic (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 1/3] Setting up distro-info-data (0.60ubuntu0.6) ...
[shard 1/3] Setting up iproute2 (6.1.0-1ubuntu6.4) ...
[shard 2/3] Preparing to unpack .../64-linux-libc-dev_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-libc-dev:amd64 (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 1/3] Setting up openssh-client (1:9.6p1-3ubuntu13.16) ...
[shard 1/3] Setting up libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) ...
[shard 1/3] Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) ...
[shard 1/3] Setting up node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) ...
[shard 1/3] Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) ...
[shard 1/3] Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) ...
[shard 1/3] Setting up inetutils-telnet (2:2.5-3ubuntu4.2) ...
[shard 1/3] Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) ...
[shard 1/3] Setting up linux-libc-dev:amd64 (6.8.0-134.134) ...
[shard 1/3] Setting up systemd-dev (255.4-1ubuntu8.16) ...
[shard 1/3] Setting up libnss3:amd64 (2:3.98-1ubuntu0.2) ...
[shard 1/3] Setting up dnsmasq-base (2.90-2ubuntu0.3) ...
[shard 1/3] Setting up xxd (2:9.1.0016-1ubuntu7.17) ...
[shard 1/3] Setting up libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) ...
[shard 1/3] Setting up python3-apport (2.28.2-0ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../65-linux-tools-common_6.8.0-134.134_all.deb ...
[shard 2/3] Unpacking linux-tools-common (6.8.0-134.134) over (6.8.0-110.110) ...
[shard 2/3] Selecting previously unselected package linux-tools-6.8.0-134.
[shard 2/3] Preparing to unpack .../66-linux-tools-6.8.0-134_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-tools-6.8.0-134 (6.8.0-134.134) ...
[shard 1/3] Setting up tzdata (2026b-0ubuntu0.24.04.1) ...
[shard 2/3] Selecting previously unselected package linux-tools-6.8.0-134-generic.
[shard 2/3] Preparing to unpack .../67-linux-tools-6.8.0-134-generic_6.8.0-134.134_amd64.deb ...
[shard 2/3] Unpacking linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Preparing to unpack .../68-mesa-vulkan-drivers_25.2.8-0ubuntu0.24.04.2_amd64.deb ...
[shard 2/3] Unpacking mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) over (25.2.8-0ubuntu0.24.04.1) ...
[shard 0/3] Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.11) ...
[shard 0/3] Setting up bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 0/3] Setting up xvfb (2:21.1.12-1ubuntu1.6) ...
[shard 0/3] Setting up python3.12 (3.12.3-1ubuntu0.15) ...
[shard 1/3]
[shard 1/3] Current default time zone: 'Etc/UTC'
[shard 1/3] Local time is now: Sun Jul 12 13:47:34 UTC 2026.
[shard 1/3] Universal Time is now: Sun Jul 12 13:47:34 UTC 2026.
[shard 1/3] Run 'dpkg-reconfigure tzdata' if you wish to change it.
[shard 1/3]
[shard 1/3] Setting up apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
[shard 2/3] Preparing to unpack .../69-node-shell-quote_1.7.4+~1.7.1-1ubuntu0.24.04.1_all.deb ...
[shard 2/3] Unpacking node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) over (1.7.4+~1.7.1-1) ...
[shard 2/3] Preparing to unpack .../70-openjdk-21-jdk_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 2/3] Unpacking openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 2/3] Preparing to unpack .../71-openjdk-21-jdk-headless_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 2/3] Unpacking openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 2/3] Preparing to unpack .../72-openjdk-21-jre_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 2/3] Unpacking openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 0/3] Setting up libavahi-common3:amd64 (0.8-13ubuntu6.2) ...
[shard 0/3] Setting up libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
[shard 0/3] Setting up docker.io (29.1.3-0ubuntu3~24.04.2) ...
[shard 2/3] Preparing to unpack .../73-openjdk-21-jre-headless_21.0.11+10-1~24.04.2_amd64.deb ...
[shard 2/3] Unpacking openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) over (21.0.10+7-1~24.04) ...
[shard 1/3] /var/lib/dpkg/info/apparmor.postinst: 148: [: Illegal number: yes
[shard 1/3] Reloading AppArmor profiles
[shard 0/3] Setting up vim-tiny (2:9.1.0016-1ubuntu7.17) ...
[shard 0/3] Setting up kmod (31+20240202-2ubuntu7.2) ...
[shard 0/3] Setting up libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) ...
[shard 0/3] Setting up ca-certificates (20260601~24.04.1) ...
[shard 1/3] Setting up vim-common (2:9.1.0016-1ubuntu7.17) ...
[shard 1/3] Setting up python3-twisted (24.3.0-1ubuntu0.2) ...
[shard 2/3] Preparing to unpack .../74-python3-twisted_24.3.0-1ubuntu0.2_all.deb ...
[shard 2/3] Unpacking python3-twisted (24.3.0-1ubuntu0.2) over (24.3.0-1ubuntu0.1) ...
[shard 2/3] Preparing to unpack .../75-python3-urllib3_2.0.7-1ubuntu0.7_all.deb ...
[shard 2/3] Unpacking python3-urllib3 (2.0.7-1ubuntu0.7) over (2.0.7-1ubuntu0.6) ...
[shard 2/3] Preparing to unpack .../76-snapd_2.75.2+ubuntu24.04_amd64.deb ...
[shard 2/3] Unpacking snapd (2.75.2+ubuntu24.04) over (2.74.1+ubuntu24.04.4) ...
[shard 2/3] Preparing to unpack .../77-xserver-common_2%3a21.1.12-1ubuntu1.6_all.deb ...
[shard 2/3] Unpacking xserver-common (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
[shard 2/3] Preparing to unpack .../78-xvfb_2%3a21.1.12-1ubuntu1.6_amd64.deb ...
[shard 2/3] Unpacking xvfb (2:21.1.12-1ubuntu1.6) over (2:21.1.12-1ubuntu1.5) ...
[shard 0/3] Updating certificates in /etc/ssl/certs...
[shard 2/3] Preparing to unpack .../79-cloud-init_26.1-0ubuntu1~24.04.1_all.deb ...
[shard 2/3] Unpacking cloud-init (26.1-0ubuntu1~24.04.1) over (25.3-0ubuntu1~24.04.1) ...
[shard 2/3] Preparing to unpack .../80-kpartx_0.9.4-5ubuntu8.2_amd64.deb ...
[shard 2/3] Unpacking kpartx (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
[shard 2/3] Preparing to unpack .../81-multipath-tools_0.9.4-5ubuntu8.2_amd64.deb ...
[shard 2/3] Unpacking multipath-tools (0.9.4-5ubuntu8.2) over (0.9.4-5ubuntu8.1) ...
[shard 2/3] Setting up libgraphite2-3:amd64 (1.3.14-2ubuntu0.24.04.1) ...
[shard 2/3] Setting up liblcms2-2:amd64 (2.14-2ubuntu0.1) ...
[shard 2/3] Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
[shard 2/3] Setting up alsa-ucm-conf (1.2.10-1ubuntu5.13) ...
[shard 2/3] Setting up python3-problem-report (2.28.2-0ubuntu0.1) ...
[shard 2/3] Setting up distro-info-data (0.60ubuntu0.6) ...
[shard 2/3] Setting up iproute2 (6.1.0-1ubuntu6.4) ...
[shard 2/3] Setting up openssh-client (1:9.6p1-3ubuntu13.16) ...
[shard 2/3] Setting up libxmlb2:amd64 (0.3.24-1~ubuntu0.24.04.1) ...
[shard 2/3] Setting up libsqlite3-0:amd64 (3.45.1-1ubuntu2.6) ...
[shard 2/3] Setting up node-shell-quote (1.7.4+~1.7.1-1ubuntu0.24.04.1) ...
[shard 2/3] Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.15) ...
[shard 2/3] Setting up libnghttp2-14:amd64 (1.59.0-1ubuntu0.4) ...
[shard 2/3] Setting up inetutils-telnet (2:2.5-3ubuntu4.2) ...
[shard 2/3] Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.11) ...
[shard 2/3] Setting up linux-libc-dev:amd64 (6.8.0-134.134) ...
[shard 2/3] Setting up systemd-dev (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up libnss3:amd64 (2:3.98-1ubuntu0.2) ...
[shard 2/3] Setting up dnsmasq-base (2.90-2ubuntu0.3) ...
[shard 2/3] Setting up xxd (2:9.1.0016-1ubuntu7.17) ...
[shard 2/3] Setting up libjcat1:amd64 (0.2.3-1~ubuntu0.24.04.1) ...
[shard 2/3] Setting up python3-apport (2.28.2-0ubuntu0.1) ...
[shard 0/3] rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
[shard 0/3] 14 added, 39 removed; done.
[shard 0/3] Setting up perl (5.38.2-3.2ubuntu0.3) ...
[shard 0/3] Setting up linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
[shard 0/3] Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.16) ...
[shard 0/3] Setting up libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) ...
[shard 0/3] Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
[shard 0/3] Setting up linux-tools-6.8.0-134 (6.8.0-134.134) ...
[shard 0/3] Setting up libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 0/3] Setting up libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) ...
[shard 0/3] Setting up open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) ...
[shard 0/3] Installing new version of config file /etc/vmware-tools/tools.conf.example ...
[shard 2/3] Setting up tzdata (2026b-0ubuntu0.24.04.1) ...
[shard 2/3]
[shard 2/3] Current default time zone: 'Etc/UTC'
[shard 2/3] Local time is now: Sun Jul 12 13:47:42 UTC 2026.
[shard 2/3] Universal Time is now: Sun Jul 12 13:47:42 UTC 2026.
[shard 2/3] Run 'dpkg-reconfigure tzdata' if you wish to change it.
[shard 2/3]
[shard 2/3] Setting up apparmor (4.0.1really4.0.1-0ubuntu0.24.04.7) ...
[shard 1/3] Setting up libavahi-common-data:amd64 (0.8-13ubuntu6.2) ...
[shard 1/3] Setting up libncurses6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 1/3] Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
[shard 1/3] Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
[shard 1/3] Setting up libssl-dev:amd64 (3.0.13-0ubuntu3.11) ...
[shard 1/3] Setting up libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) ...
[shard 1/3] Setting up libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 1/3] Setting up linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Setting up python3-urllib3 (2.0.7-1ubuntu0.7) ...
[shard 1/3] Setting up nano (7.2-2ubuntu0.2) ...
[shard 1/3] Setting up libplymouth5:amd64 (24.004.60-1ubuntu7.2) ...
[shard 1/3] Setting up linux-headers-6.8.0-134 (6.8.0-134.134) ...
[shard 1/3] Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) ...
[shard 1/3] Setting up xserver-common (2:21.1.12-1ubuntu1.6) ...
[shard 1/3] Setting up vim-runtime (2:9.1.0016-1ubuntu7.17) ...
[shard 1/3] Setting up containerd (2.2.1-0ubuntu1~24.04.3) ...
[shard 0/3] Setting up curl (8.5.0-2ubuntu10.11) ...
[shard 0/3] Setting up bind9-host (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 0/3] Setting up libarchive13t64:amd64 (3.7.2-2ubuntu0.7) ...
[shard 0/3] Setting up libavahi-client3:amd64 (0.8-13ubuntu6.2) ...
[shard 0/3] Setting up libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 0/3] Setting up mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 0/3] Setting up vim (2:9.1.0016-1ubuntu7.17) ...
[shard 0/3] Setting up libwww-perl (6.76-1ubuntu0.1) ...
[shard 0/3] Setting up linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Setting up openssl (3.0.13-0ubuntu3.11) ...
[shard 1/3] Setting up libdrm-common (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 1/3] Setting up linux-tools-common (6.8.0-134.134) ...
[shard 1/3] Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ...
[shard 1/3] Setting up rsync (3.2.7-1ubuntu1.5) ...
[shard 0/3] I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.8.0-110-generic
[shard 0/3] I: /boot/initrd.img.old is now a symlink to initrd.img-6.8.0-110-generic
[shard 0/3] I: /boot/vmlinuz is now a symlink to vmlinuz-6.8.0-134-generic
[shard 0/3] I: /boot/initrd.img is now a symlink to initrd.img-6.8.0-134-generic
[shard 0/3] Setting up libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 0/3] Setting up systemd (255.4-1ubuntu8.16) ...
[shard 2/3] /var/lib/dpkg/info/apparmor.postinst: 148: [: Illegal number: yes
[shard 2/3] Reloading AppArmor profiles
[shard 0/3] Setting up linux-headers-generic (6.8.0-134.134) ...
[shard 0/3] Setting up dpkg-dev (1.22.6ubuntu6.6) ...
[shard 0/3] Setting up linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
[shard 0/3] Setting up systemd-timesyncd (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up vim-common (2:9.1.0016-1ubuntu7.17) ...
[shard 2/3] Setting up python3-twisted (24.3.0-1ubuntu0.2) ...
[shard 1/3] rsync.service is a disabled or a static unit not running, not starting it.
[shard 1/3] Setting up libkmod2:amd64 (31+20240202-2ubuntu7.2) ...
[shard 1/3] Setting up ncurses-term (6.4+20240113-1ubuntu2.1) ...
[shard 1/3] Setting up python3.12-minimal (3.12.3-1ubuntu0.15) ...
[shard 0/3] Setting up udev (255.4-1ubuntu8.16) ...
[shard 1/3] Setting up openssh-sftp-server (1:9.6p1-3ubuntu13.16) ...
[shard 1/3] Setting up cloud-init (26.1-0ubuntu1~24.04.1) ...
[shard 1/3] Installing new version of config file /etc/cloud/templates/chrony.conf.freebsd.tmpl ...
[shard 0/3] Setting up kpartx (0.9.4-5ubuntu8.2) ...
[shard 0/3] Setting up bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 0/3] Setting up linux-image-virtual (6.8.0-134.134) ...
[shard 0/3] Setting up libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) ...
[shard 0/3] Setting up fwupd (2.0.20-1ubuntu2~24.04.2) ...
[shard 0/3] Installing new version of config file /etc/fwupd/bios-settings.d/README.md ...
[shard 0/3] Installing new version of config file /etc/fwupd/remotes.d/lvfs-testing.conf ...
[shard 0/3] Installing new version of config file /etc/fwupd/remotes.d/lvfs.conf ...
[shard 0/3] Installing new version of config file /etc/fwupd/remotes.d/vendor-directory.conf ...
[shard 0/3] Installing new version of config file /etc/grub.d/35_fwupd ...
[shard 0/3] Installing new version of config file /etc/update-motd.d/85-fwupd ...
[shard 0/3] fwupd-refresh.service is a disabled or a static unit not running, not starting it.
[shard 0/3] fwupd.service is a disabled or a static unit not running, not starting it.
[shard 0/3] Setting up systemd-resolved (255.4-1ubuntu8.16) ...
[shard 0/3] Setting up snapd (2.75.2+ubuntu24.04) ...
[shard 0/3] Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
[shard 1/3] Setting up telnet (0.17+2.5-3ubuntu4.2) ...
[shard 1/3] Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) ...
[shard 1/3] Setting up openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) ...
[shard 1/3] Installing new version of config file /etc/java-21-openjdk/security/java.security ...
[shard 1/3] Setting up openssh-server (1:9.6p1-3ubuntu13.16) ...
[shard 2/3] Setting up libavahi-common-data:amd64 (0.8-13ubuntu6.2) ...
[shard 2/3] Setting up libncurses6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 2/3] Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.3) ...
[shard 2/3] Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.3) ...
[shard 2/3] Setting up libssl-dev:amd64 (3.0.13-0ubuntu3.11) ...
[shard 2/3] Setting up libpng16-16t64:amd64 (1.6.43-5ubuntu0.6) ...
[shard 2/3] Setting up libncursesw6:amd64 (6.4+20240113-1ubuntu2.1) ...
[shard 2/3] Setting up linux-modules-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Setting up python3-urllib3 (2.0.7-1ubuntu0.7) ...
[shard 1/3] Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.11) ...
[shard 1/3] Setting up bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 1/3] Setting up xvfb (2:21.1.12-1ubuntu1.6) ...
[shard 1/3] Setting up python3.12 (3.12.3-1ubuntu0.15) ...
[shard 2/3] Setting up nano (7.2-2ubuntu0.2) ...
[shard 2/3] Setting up libplymouth5:amd64 (24.004.60-1ubuntu7.2) ...
[shard 2/3] Setting up linux-headers-6.8.0-134 (6.8.0-134.134) ...
[shard 2/3] Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.3) ...
[shard 2/3] Setting up xserver-common (2:21.1.12-1ubuntu1.6) ...
[shard 2/3] Setting up vim-runtime (2:9.1.0016-1ubuntu7.17) ...
[shard 2/3] Setting up containerd (2.2.1-0ubuntu1~24.04.3) ...
[shard 2/3] Setting up openssl (3.0.13-0ubuntu3.11) ...
[shard 2/3] Setting up libdrm-common (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 2/3] Setting up linux-tools-common (6.8.0-134.134) ...
[shard 2/3] Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ...
[shard 2/3] Setting up rsync (3.2.7-1ubuntu1.5) ...
[shard 1/3] Setting up libavahi-common3:amd64 (0.8-13ubuntu6.2) ...
[shard 1/3] Setting up libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
[shard 1/3] Setting up docker.io (29.1.3-0ubuntu3~24.04.2) ...
[shard 1/3] Setting up vim-tiny (2:9.1.0016-1ubuntu7.17) ...
[shard 1/3] Setting up kmod (31+20240202-2ubuntu7.2) ...
[shard 2/3] rsync.service is a disabled or a static unit not running, not starting it.
[shard 2/3] Setting up libkmod2:amd64 (31+20240202-2ubuntu7.2) ...
[shard 2/3] Setting up ncurses-term (6.4+20240113-1ubuntu2.1) ...
[shard 2/3] Setting up python3.12-minimal (3.12.3-1ubuntu0.15) ...
[shard 1/3] Setting up libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) ...
[shard 1/3] Setting up ca-certificates (20260601~24.04.1) ...
[shard 2/3] Setting up openssh-sftp-server (1:9.6p1-3ubuntu13.16) ...
[shard 2/3] Setting up cloud-init (26.1-0ubuntu1~24.04.1) ...
[shard 2/3] Installing new version of config file /etc/cloud/templates/chrony.conf.freebsd.tmpl ...
[shard 1/3] Updating certificates in /etc/ssl/certs...
[shard 2/3] Setting up telnet (0.17+2.5-3ubuntu4.2) ...
[shard 2/3] Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.15) ...
[shard 2/3] Setting up openjdk-21-jre-headless:amd64 (21.0.11+10-1~24.04.2) ...
[shard 2/3] Installing new version of config file /etc/java-21-openjdk/security/java.security ...
[shard 2/3] Setting up openssh-server (1:9.6p1-3ubuntu13.16) ...
[shard 1/3] rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
[shard 1/3] 14 added, 39 removed; done.
[shard 1/3] Setting up perl (5.38.2-3.2ubuntu0.3) ...
[shard 1/3] Setting up linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.16) ...
[shard 1/3] Setting up libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) ...
[shard 1/3] Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
[shard 1/3] Setting up linux-tools-6.8.0-134 (6.8.0-134.134) ...
[shard 1/3] Setting up libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 1/3] Setting up libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) ...
[shard 1/3] Setting up open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) ...
[shard 1/3] Installing new version of config file /etc/vmware-tools/tools.conf.example ...
[shard 2/3] Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.11) ...
[shard 2/3] Setting up bind9-libs:amd64 (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 2/3] Setting up xvfb (2:21.1.12-1ubuntu1.6) ...
[shard 2/3] Setting up python3.12 (3.12.3-1ubuntu0.15) ...
[shard 1/3] Setting up curl (8.5.0-2ubuntu10.11) ...
[shard 1/3] Setting up bind9-host (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 1/3] Setting up libarchive13t64:amd64 (3.7.2-2ubuntu0.7) ...
[shard 1/3] Setting up libavahi-client3:amd64 (0.8-13ubuntu6.2) ...
[shard 1/3] Setting up libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 1/3] Setting up mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 1/3] Setting up vim (2:9.1.0016-1ubuntu7.17) ...
[shard 1/3] Setting up libwww-perl (6.76-1ubuntu0.1) ...
[shard 1/3] Setting up linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Setting up libavahi-common3:amd64 (0.8-13ubuntu6.2) ...
[shard 2/3] Setting up libfwupd3:amd64 (2.0.20-1ubuntu2~24.04.2) ...
[shard 2/3] Setting up docker.io (29.1.3-0ubuntu3~24.04.2) ...
[shard 1/3] I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.8.0-110-generic
[shard 1/3] I: /boot/initrd.img.old is now a symlink to initrd.img-6.8.0-110-generic
[shard 1/3] I: /boot/vmlinuz is now a symlink to vmlinuz-6.8.0-134-generic
[shard 1/3] I: /boot/initrd.img is now a symlink to initrd.img-6.8.0-134-generic
[shard 1/3] Setting up libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 1/3] Setting up systemd (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up vim-tiny (2:9.1.0016-1ubuntu7.17) ...
[shard 2/3] Setting up kmod (31+20240202-2ubuntu7.2) ...
[shard 1/3] Setting up linux-headers-generic (6.8.0-134.134) ...
[shard 1/3] Setting up dpkg-dev (1.22.6ubuntu6.6) ...
[shard 1/3] Setting up linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
[shard 1/3] Setting up systemd-timesyncd (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up libpython3.12t64:amd64 (3.12.3-1ubuntu0.15) ...
[shard 2/3] Setting up ca-certificates (20260601~24.04.1) ...
[shard 1/3] Setting up udev (255.4-1ubuntu8.16) ...
[shard 1/3] Setting up kpartx (0.9.4-5ubuntu8.2) ...
[shard 1/3] Setting up bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 1/3] Setting up linux-image-virtual (6.8.0-134.134) ...
[shard 1/3] Setting up libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) ...
[shard 1/3] Setting up fwupd (2.0.20-1ubuntu2~24.04.2) ...
[shard 1/3] Installing new version of config file /etc/fwupd/bios-settings.d/README.md ...
[shard 1/3] Installing new version of config file /etc/fwupd/remotes.d/lvfs-testing.conf ...
[shard 1/3] Installing new version of config file /etc/fwupd/remotes.d/lvfs.conf ...
[shard 1/3] Installing new version of config file /etc/fwupd/remotes.d/vendor-directory.conf ...
[shard 1/3] Installing new version of config file /etc/grub.d/35_fwupd ...
[shard 1/3] Installing new version of config file /etc/update-motd.d/85-fwupd ...
[shard 1/3] fwupd-refresh.service is a disabled or a static unit not running, not starting it.
[shard 1/3] fwupd.service is a disabled or a static unit not running, not starting it.
[shard 1/3] Setting up systemd-resolved (255.4-1ubuntu8.16) ...
[shard 2/3] Updating certificates in /etc/ssl/certs...
[shard 1/3] Setting up snapd (2.75.2+ubuntu24.04) ...
[shard 1/3] Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
[shard 2/3] rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
[shard 2/3] 14 added, 39 removed; done.
[shard 2/3] Setting up perl (5.38.2-3.2ubuntu0.3) ...
[shard 2/3] Setting up linux-headers-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up libllvm20:amd64 (1:20.1.2-0ubuntu1~24.04.3) ...
[shard 2/3] Setting up libdpkg-perl (1.22.6ubuntu6.6) ...
[shard 2/3] Setting up linux-tools-6.8.0-134 (6.8.0-134.134) ...
[shard 2/3] Setting up libdrm2:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 2/3] Setting up libhttp-daemon-perl (6.16-1ubuntu0.24.04.1) ...
[shard 2/3] Setting up open-vm-tools (2:13.0.0-2~ubuntu0.24.04.1) ...
[shard 2/3] Installing new version of config file /etc/vmware-tools/tools.conf.example ...
[shard 2/3] Setting up curl (8.5.0-2ubuntu10.11) ...
[shard 2/3] Setting up bind9-host (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 2/3] Setting up libarchive13t64:amd64 (3.7.2-2ubuntu0.7) ...
[shard 2/3] Setting up libavahi-client3:amd64 (0.8-13ubuntu6.2) ...
[shard 2/3] Setting up libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 2/3] Setting up mesa-vulkan-drivers:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 2/3] Setting up vim (2:9.1.0016-1ubuntu7.17) ...
[shard 2/3] Setting up libwww-perl (6.76-1ubuntu0.1) ...
[shard 2/3] Setting up linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.8.0-110-generic
[shard 2/3] I: /boot/initrd.img.old is now a symlink to initrd.img-6.8.0-110-generic
[shard 2/3] I: /boot/vmlinuz is now a symlink to vmlinuz-6.8.0-134-generic
[shard 2/3] I: /boot/initrd.img is now a symlink to initrd.img-6.8.0-134-generic
[shard 2/3] Setting up libdrm-intel1:amd64 (2.4.125-1ubuntu0.1~24.04.2) ...
[shard 2/3] Setting up systemd (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up linux-headers-generic (6.8.0-134.134) ...
[shard 2/3] Setting up dpkg-dev (1.22.6ubuntu6.6) ...
[shard 2/3] Setting up linux-tools-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Setting up systemd-timesyncd (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up udev (255.4-1ubuntu8.16) ...
[shard 0/3] snapd.failure.service is a disabled or a static unit not running, not starting it.
[shard 0/3] snapd.gpio-chardev-setup.target is a disabled or a static unit not running, not starting it.
[shard 0/3] snapd.snap-repair.service is a disabled or a static unit not running, not starting it.
[shard 0/3] Setting up mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 0/3] Setting up systemd-sysv (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up kpartx (0.9.4-5ubuntu8.2) ...
[shard 2/3] Setting up bind9-dnsutils (1:9.18.39-0ubuntu0.24.04.5) ...
[shard 2/3] Setting up linux-image-virtual (6.8.0-134.134) ...
[shard 2/3] Setting up libcups2t64:amd64 (2.4.7-1.2ubuntu7.14) ...
[shard 0/3] Setting up linux-headers-virtual (6.8.0-134.134) ...
[shard 2/3] Setting up fwupd (2.0.20-1ubuntu2~24.04.2) ...
[shard 0/3] Setting up libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 2/3] Installing new version of config file /etc/fwupd/bios-settings.d/README.md ...
[shard 0/3] Setting up plymouth (24.004.60-1ubuntu7.2) ...
[shard 2/3] Installing new version of config file /etc/fwupd/remotes.d/lvfs-testing.conf ...
[shard 2/3] Installing new version of config file /etc/fwupd/remotes.d/lvfs.conf ...
[shard 2/3] Installing new version of config file /etc/fwupd/remotes.d/vendor-directory.conf ...
[shard 2/3] Installing new version of config file /etc/grub.d/35_fwupd ...
[shard 2/3] Installing new version of config file /etc/update-motd.d/85-fwupd ...
[shard 0/3] update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
[shard 2/3] fwupd-refresh.service is a disabled or a static unit not running, not starting it.
[shard 2/3] fwupd.service is a disabled or a static unit not running, not starting it.
[shard 2/3] Setting up systemd-resolved (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up snapd (2.75.2+ubuntu24.04) ...
[shard 2/3] Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
[shard 0/3] update-initramfs: Generating /boot/initrd.img-6.8.0-71-generic
[shard 0/3] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
[shard 0/3] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
[shard 0/3] Setting up libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 0/3] Setting up libnss-systemd:amd64 (255.4-1ubuntu8.16) ...
[shard 0/3] Setting up multipath-tools (0.9.4-5ubuntu8.2) ...
[shard 0/3] Setting up linux-virtual (6.8.0-134.134) ...
[shard 0/3] Setting up libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 0/3] Setting up plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) ...
[shard 0/3] update-initramfs: deferring update (trigger activated)
[shard 0/3] Setting up libpam-systemd:amd64 (255.4-1ubuntu8.16) ...
[shard 1/3] snapd.failure.service is a disabled or a static unit not running, not starting it.
[shard 1/3] snapd.gpio-chardev-setup.target is a disabled or a static unit not running, not starting it.
[shard 1/3] snapd.snap-repair.service is a disabled or a static unit not running, not starting it.
[shard 0/3] Setting up libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 0/3] Setting up apport-core-dump-handler (2.28.2-0ubuntu0.1) ...
[shard 1/3] Setting up mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 1/3] Setting up systemd-sysv (255.4-1ubuntu8.16) ...
[shard 1/3] Setting up linux-headers-virtual (6.8.0-134.134) ...
[shard 1/3] Setting up libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 1/3] Setting up plymouth (24.004.60-1ubuntu7.2) ...
[shard 1/3] update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
[shard 0/3] Setting up apport (2.28.2-0ubuntu0.1) ...
[shard 0/3] apport-autoreport.service is a disabled or a static unit not running, not starting it.
[shard 0/3] Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) ...
[shard 0/3] Setting up libheif1:amd64 (1.17.6-1ubuntu4.5) ...
[shard 0/3] Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) ...
[shard 0/3] Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) ...
[shard 0/3] Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
[shard 0/3] Processing triggers for rsyslog (8.2312.0-3ubuntu9.2) ...
[shard 0/3] Processing triggers for ufw (0.36.2-6) ...
[shard 0/3] Processing triggers for man-db (2.12.0-4build2) ...
[shard 0/3] Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
[shard 0/3] Processing triggers for install-info (7.1-3build2) ...
[shard 0/3] Processing triggers for initramfs-tools (0.142ubuntu25.8) ...
[shard 0/3] update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
[shard 1/3] update-initramfs: Generating /boot/initrd.img-6.8.0-71-generic
[shard 2/3] snapd.failure.service is a disabled or a static unit not running, not starting it.
[shard 2/3] snapd.gpio-chardev-setup.target is a disabled or a static unit not running, not starting it.
[shard 2/3] snapd.snap-repair.service is a disabled or a static unit not running, not starting it.
[shard 2/3] Setting up mesa-libgallium:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 2/3] Setting up systemd-sysv (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up linux-headers-virtual (6.8.0-134.134) ...
[shard 2/3] Setting up libgbm1:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 2/3] Setting up plymouth (24.004.60-1ubuntu7.2) ...
[shard 2/3] update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
[shard 0/3] Processing triggers for hicolor-icon-theme (0.17-2) ...
[shard 0/3] Processing triggers for ca-certificates-java (20240118) ...
[shard 0/3] done.
[shard 0/3] Setting up openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) ...
[shard 0/3] Setting up openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) ...
[shard 0/3] Setting up openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) ...
[shard 0/3] Processing triggers for ca-certificates (20260601~24.04.1) ...
[shard 0/3] Updating certificates in /etc/ssl/certs...
[shard 1/3] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
[shard 1/3] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
[shard 0/3] 0 added, 0 removed; done.
[shard 0/3] Running hooks in /etc/ca-certificates/update.d...
[shard 0/3] done.
[shard 0/3] Processing triggers for linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 0/3] /etc/kernel/postinst.d/initramfs-tools:
[shard 0/3] update-initramfs: Generating /boot/initrd.img-6.8.0-134-generic
[shard 1/3] Setting up libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 1/3] Setting up libnss-systemd:amd64 (255.4-1ubuntu8.16) ...
[shard 1/3] Setting up multipath-tools (0.9.4-5ubuntu8.2) ...
[shard 1/3] Setting up linux-virtual (6.8.0-134.134) ...
[shard 1/3] Setting up libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 1/3] Setting up plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) ...
[shard 1/3] update-initramfs: deferring update (trigger activated)
[shard 1/3] Setting up libpam-systemd:amd64 (255.4-1ubuntu8.16) ...
[shard 1/3] Setting up libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 1/3] Setting up apport-core-dump-handler (2.28.2-0ubuntu0.1) ...
[shard 2/3] update-initramfs: Generating /boot/initrd.img-6.8.0-71-generic
[shard 1/3] Setting up apport (2.28.2-0ubuntu0.1) ...
[shard 1/3] apport-autoreport.service is a disabled or a static unit not running, not starting it.
[shard 1/3] Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) ...
[shard 1/3] Setting up libheif1:amd64 (1.17.6-1ubuntu4.5) ...
[shard 1/3] Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) ...
[shard 1/3] Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) ...
[shard 1/3] Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
[shard 1/3] Processing triggers for rsyslog (8.2312.0-3ubuntu9.2) ...
[shard 1/3] Processing triggers for ufw (0.36.2-6) ...
[shard 1/3] Processing triggers for man-db (2.12.0-4build2) ...
[shard 0/3] /etc/kernel/postinst.d/zz-update-grub:
[shard 0/3] Sourcing file `/etc/default/grub'
[shard 0/3] Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
[shard 0/3] Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
[shard 0/3] Generating grub configuration file ...
[shard 0/3] Found linux image: /boot/vmlinuz-6.8.0-134-generic
[shard 0/3] Found initrd image: /boot/initrd.img-6.8.0-134-generic
[shard 0/3] Found linux image: /boot/vmlinuz-6.8.0-110-generic
[shard 0/3] Found initrd image: /boot/initrd.img-6.8.0-110-generic
[shard 0/3] Found linux image: /boot/vmlinuz-6.8.0-71-generic
[shard 0/3] Found initrd image: /boot/initrd.img-6.8.0-71-generic
[shard 0/3] Warning: os-prober will not be executed to detect other bootable partitions.
[shard 0/3] Systems on them will not be added to the GRUB boot configuration.
[shard 0/3] Check GRUB_DISABLE_OS_PROBER documentation entry.
[shard 0/3] Adding boot menu entry for UEFI Firmware Settings ...
[shard 0/3] done
[shard 0/3] Processing triggers for ca-certificates-java (20240118) ...
[shard 0/3] done.
[shard 0/3] Scanning processes... [ ]
[shard 0/3] Scanning processes... [ ]
[shard 0/3] Scanning processes... [ ]
[shard 0/3] Scanning processes... [= ]
[shard 0/3] Scanning processes... [= ]
[shard 0/3] Scanning processes... [== ]
[shard 0/3] Scanning processes... [== ]
[shard 0/3] Scanning processes... [== ]
[shard 0/3] Scanning processes... [=== ]
[shard 0/3] Scanning processes... [=== ]
[shard 0/3] Scanning processes... [==== ]
[shard 0/3] Scanning processes... [==== ]
[shard 0/3] Scanning processes... [==== ]
[shard 0/3] Scanning processes... [===== ]
[shard 0/3] Scanning processes... [===== ]
[shard 0/3] Scanning processes... [====== ]
[shard 0/3] Scanning processes... [====== ]
[shard 0/3] Scanning processes... [======= ]
[shard 0/3] Scanning processes... [======= ]
[shard 0/3] Scanning processes... [======= ]
[shard 0/3] Scanning processes... [======== ]
[shard 0/3] Scanning processes... [======== ]
[shard 0/3] Scanning processes... [========= ]
[shard 0/3] Scanning processes... [========= ]
[shard 0/3] Scanning processes... [========= ]
[shard 0/3] Scanning processes... [========== ]
[shard 0/3] Scanning processes... [========== ]
[shard 0/3] Scanning processes... [=========== ]
[shard 0/3] Scanning processes... [=========== ]
[shard 0/3] Scanning processes... [============ ]
[shard 0/3] Scanning processes... [============ ]
[shard 0/3] Scanning processes... [============ ]
[shard 0/3] Scanning processes... [============= ]
[shard 0/3] Scanning processes... [============= ]
[shard 0/3] Scanning processes... [============== ]
[shard 0/3] Scanning processes... [============== ]
[shard 0/3] Scanning processes... [============== ]
[shard 0/3] Scanning processes... [=============== ]
[shard 0/3] Scanning processes... [=============== ]
[shard 0/3] Scanning processes... [================ ]
[shard 0/3] Scanning processes... [================ ]
[shard 0/3] Scanning processes... [================= ]
[shard 0/3] Scanning processes... [================= ]
[shard 0/3] Scanning processes... [================= ]
[shard 0/3] Scanning processes... [================== ]
[shard 0/3] Scanning processes... [================== ]
[shard 0/3] Scanning processes... [=================== ]
[shard 0/3] Scanning processes... [=================== ]
[shard 0/3] Scanning processes... [=================== ]
[shard 0/3] Scanning processes... [==================== ]
[shard 0/3] Scanning processes... [==================== ]
[shard 0/3] Scanning processes... [===================== ]
[shard 0/3] Scanning processes... [===================== ]
[shard 0/3] Scanning processes... [===================== ]
[shard 0/3] Scanning processes... [====================== ]
[shard 0/3] Scanning processes... [====================== ]
[shard 0/3] Scanning processes... [======================= ]
[shard 0/3] Scanning processes... [======================= ]
[shard 0/3] Scanning processes... [======================== ]
[shard 0/3] Scanning processes... [======================== ]
[shard 0/3] Scanning processes... [======================== ]
[shard 0/3] Scanning processes... [========================= ]
[shard 0/3] Scanning processes... [========================= ]
[shard 0/3] Scanning processes... [========================== ]
[shard 0/3] Scanning processes... [========================== ]
[shard 0/3] Scanning processes... [========================== ]
[shard 0/3] Scanning processes... [=========================== ]
[shard 0/3] Scanning processes... [=========================== ]
[shard 0/3] Scanning processes... [============================ ]
[shard 0/3] Scanning processes... [============================ ]
[shard 0/3] Scanning processes... [============================= ]
[shard 0/3] Scanning processes... [============================= ]
[shard 0/3] Scanning processes... [============================= ]
[shard 0/3] Scanning processes... [============================== ]
[shard 0/3] Scanning processes... [============================== ]
[shard 0/3] Scanning processes... [=============================== ]
[shard 0/3] Scanning processes... [=============================== ]
[shard 0/3] Scanning processes... [=============================== ]
[shard 0/3] Scanning processes... [================================ ]
[shard 0/3] Scanning processes... [================================ ]
[shard 0/3] Scanning processes... [================================= ]
[shard 0/3] Scanning processes... [================================= ]
[shard 0/3] Scanning processes... [================================== ]
[shard 0/3] Scanning processes... [================================== ]
[shard 0/3] Scanning processes... [================================== ]
[shard 0/3] Scanning processes... [=================================== ]
[shard 0/3] Scanning processes... [=================================== ]
[shard 0/3] Scanning processes... [==================================== ]
[shard 0/3] Scanning processes... [==================================== ]
[shard 0/3] Scanning processes... [==================================== ]
[shard 0/3] Scanning processes... [===================================== ]
[shard 0/3] Scanning processes... [===================================== ]
[shard 0/3] Scanning processes... [====================================== ]
[shard 0/3] Scanning processes... [====================================== ]
[shard 0/3] Scanning processes... [====================================== ]
[shard 0/3] Scanning processes... [======================================= ]
[shard 0/3] Scanning processes... [======================================= ]
[shard 0/3] Scanning processes... [======================================== ]
[shard 0/3] Scanning processes... [======================================== ]
[shard 0/3] Scanning processes... [========================================= ]
[shard 0/3] Scanning processes... [========================================= ]
[shard 0/3] Scanning processes... [========================================= ]
[shard 0/3] Scanning processes... [========================================== ]
[shard 0/3] Scanning processes... [========================================== ]
[shard 0/3] Scanning processes... [=========================================== ]
[shard 0/3] Scanning processes... [=========================================== ]
[shard 0/3] Scanning processes... [=========================================== ]
[shard 0/3] Scanning processes... [============================================ ]
[shard 0/3] Scanning processes... [============================================ ]
[shard 0/3] Scanning processes... [============================================= ]
[shard 0/3] Scanning processes... [============================================= ]
[shard 0/3] Scanning processes... [============================================== ]
[shard 0/3] Scanning processes... [============================================== ]
[shard 0/3] Scanning processes... [============================================== ]
[shard 0/3] Scanning processes... [=============================================== ]
[shard 0/3] Scanning processes... [=============================================== ]
[shard 0/3] Scanning processes... [================================================ ]
[shard 0/3] Scanning processes... [================================================ ]
[shard 0/3] Scanning processes... [================================================ ]
[shard 0/3] Scanning processes... [================================================= ]
[shard 0/3] Scanning processes... [================================================= ]
[shard 0/3] Scanning processes... [================================================== ]
[shard 0/3] Scanning processes... [================================================== ]
[shard 0/3] Scanning processes... [=================================================== ]
[shard 0/3] Scanning processes... [=================================================== ]
[shard 0/3] Scanning processes... [=================================================== ]
[shard 0/3] Scanning processes... [==================================================== ]
[shard 0/3] Scanning processes... [==================================================== ]
[shard 0/3] Scanning processes... [===================================================== ]
[shard 0/3] Scanning processes... [===================================================== ]
[shard 0/3] Scanning processes... [===================================================== ]
[shard 0/3] Scanning processes... [====================================================== ]
[shard 0/3] Scanning processes... [====================================================== ]
[shard 0/3] Scanning processes... [======================================================= ]
[shard 0/3] Scanning processes... [======================================================= ]
[shard 0/3] Scanning processes... [========================================================]
[shard 0/3] Scanning processes...
[shard 0/3] Scanning candidates... [ ]
[shard 0/3] Scanning candidates... [===== ]
[shard 0/3] Scanning candidates... [=========== ]
[shard 0/3] Scanning candidates... [================ ]
[shard 0/3] Scanning candidates... [====================== ]
[shard 0/3] Scanning candidates... [=========================== ]
[shard 0/3] Scanning candidates... [================================= ]
[shard 0/3] Scanning candidates... [====================================== ]
[shard 0/3] Scanning candidates... [============================================ ]
[shard 0/3] Scanning candidates... [================================================= ]
[shard 0/3] Scanning candidates... [=======================================================]
[shard 0/3] Scanning candidates...
[shard 0/3] Scanning linux images... [ ]
[shard 0/3] Scanning linux images... [========== ]
[shard 0/3] Scanning linux images... [===================== ]
[shard 0/3] Scanning linux images... [=============================== ]
[shard 0/3] Scanning linux images... [========================================== ]
[shard 0/3] Scanning linux images... [=====================================================]
[shard 0/3] Scanning linux images...
[shard 0/3]
[shard 0/3] Pending kernel upgrade!
[shard 0/3] Running kernel version:
[shard 0/3] 6.8.0-110-generic
[shard 0/3] Diagnostics:
[shard 0/3] The currently running kernel version is not the expected kernel version
[shard 0/3] 6.8.0-134-generic.
[shard 0/3]
[shard 0/3] Restarting the system to load the new kernel will not be handled automatically,
[shard 0/3] so you should consider rebooting.
[shard 0/3]
[shard 0/3] Restarting services...
[shard 0/3] systemctl restart packagekit.service polkit.service udisks2.service
[shard 0/3]
[shard 0/3] Service restarts being deferred:
[shard 0/3] systemctl restart ModemManager.service
[shard 0/3] /etc/needrestart/restart.d/dbus.service
[shard 0/3] systemctl restart docker.service
[shard 0/3] systemctl restart systemd-logind.service
[shard 0/3] systemctl restart unattended-upgrades.service
[shard 0/3]
[shard 0/3] No containers need to be restarted.
[shard 0/3]
[shard 0/3] User sessions running outdated binaries:
[shard 0/3] root @ session #3: sshd[2122]
[shard 0/3] root @ user manager service: systemd[1864]
[shard 0/3]
[shard 0/3] No VM guests are running outdated hypervisor (qemu) binaries on this host.
[shard 1/3] Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
[shard 1/3] Processing triggers for install-info (7.1-3build2) ...
[shard 1/3] Processing triggers for initramfs-tools (0.142ubuntu25.8) ...
[shard 1/3] update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
[shard 2/3] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
[shard 2/3] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
[shard 0/3] (Reading database ...
[shard 0/3] (Reading database ... 5%
[shard 0/3] (Reading database ... 10%
[shard 0/3] (Reading database ... 15%
[shard 0/3] (Reading database ... 20%
[shard 0/3] (Reading database ... 25%
[shard 0/3] (Reading database ... 30%
[shard 0/3] (Reading database ... 35%
[shard 0/3] (Reading database ... 40%
[shard 0/3] (Reading database ... 45%
[shard 0/3] (Reading database ... 50%
[shard 0/3] (Reading database ... 55%
[shard 0/3] (Reading database ... 60%
[shard 0/3] (Reading database ... 65%
[shard 0/3] (Reading database ... 70%
[shard 0/3] (Reading database ... 75%
[shard 0/3] (Reading database ... 80%
[shard 0/3] (Reading database ... 85%
[shard 0/3] (Reading database ... 90%
[shard 0/3] (Reading database ... 95%
[shard 0/3] (Reading database ... 100%
[shard 0/3] (Reading database ... 188746 files and directories currently installed.)
[shard 0/3] Removing libfwupd2:amd64 (1.9.34-0ubuntu1~24.04.1) ...
[shard 0/3] Removing libgusb2:amd64 (0.4.8-1build2) ...
[shard 0/3] Removing linux-headers-6.8.0-71-generic (6.8.0-71.71) ...
[shard 2/3] Setting up libgl1-mesa-dri:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 2/3] Setting up libnss-systemd:amd64 (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up multipath-tools (0.9.4-5ubuntu8.2) ...
[shard 0/3] Removing linux-headers-6.8.0-71 (6.8.0-71.71) ...
[shard 2/3] Setting up linux-virtual (6.8.0-134.134) ...
[shard 2/3] Setting up libegl-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 2/3] Setting up plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.2) ...
[shard 2/3] update-initramfs: deferring update (trigger activated)
[shard 2/3] Setting up libpam-systemd:amd64 (255.4-1ubuntu8.16) ...
[shard 2/3] Setting up libglx-mesa0:amd64 (25.2.8-0ubuntu0.24.04.2) ...
[shard 2/3] Setting up apport-core-dump-handler (2.28.2-0ubuntu0.1) ...
[shard 0/3] Removing linux-image-6.8.0-71-generic (6.8.0-71.71) ...
[shard 0/3] /etc/kernel/postrm.d/initramfs-tools:
[shard 0/3] update-initramfs: Deleting /boot/initrd.img-6.8.0-71-generic
[shard 0/3] /etc/kernel/postrm.d/zz-update-grub:
[shard 0/3] Sourcing file `/etc/default/grub'
[shard 0/3] Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
[shard 0/3] Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
[shard 0/3] Generating grub configuration file ...
[shard 0/3] Found linux image: /boot/vmlinuz-6.8.0-134-generic
[shard 0/3] Found initrd image: /boot/initrd.img-6.8.0-134-generic
[shard 0/3] Found linux image: /boot/vmlinuz-6.8.0-110-generic
[shard 0/3] Found initrd image: /boot/initrd.img-6.8.0-110-generic
[shard 0/3] Warning: os-prober will not be executed to detect other bootable partitions.
[shard 0/3] Systems on them will not be added to the GRUB boot configuration.
[shard 0/3] Check GRUB_DISABLE_OS_PROBER documentation entry.
[shard 0/3] Adding boot menu entry for UEFI Firmware Settings ...
[shard 0/3] done
[shard 0/3] Removing linux-modules-6.8.0-71-generic (6.8.0-71.71) ...
[shard 0/3] Removing linux-tools-6.8.0-71-generic (6.8.0-71.71) ...
[shard 0/3] Removing linux-tools-6.8.0-71 (6.8.0-71.71) ...
[shard 0/3] Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
[shard 1/3] Processing triggers for hicolor-icon-theme (0.17-2) ...
[shard 2/3] Setting up apport (2.28.2-0ubuntu0.1) ...
[shard 1/3] Processing triggers for ca-certificates-java (20240118) ...
[shard 1/3] done.
[shard 1/3] Setting up openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) ...
[shard 1/3] Setting up openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) ...
[shard 1/3] Setting up openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) ...
[shard 1/3] Processing triggers for ca-certificates (20260601~24.04.1) ...
[shard 1/3] Updating certificates in /etc/ssl/certs...
[shard 2/3] apport-autoreport.service is a disabled or a static unit not running, not starting it.
[shard 1/3] 0 added, 0 removed; done.
[shard 1/3] Running hooks in /etc/ca-certificates/update.d...
[shard 1/3] done.
[shard 2/3] Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4.5) ...
[shard 2/3] Setting up libheif1:amd64 (1.17.6-1ubuntu4.5) ...
[shard 1/3] Processing triggers for linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4.5) ...
[shard 1/3] /etc/kernel/postinst.d/initramfs-tools:
[shard 1/3] update-initramfs: Generating /boot/initrd.img-6.8.0-134-generic
[shard 2/3] Setting up libheif-plugin-aomenc:amd64 (1.17.6-1ubuntu4.5) ...
[shard 2/3] Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
[shard 2/3] Processing triggers for rsyslog (8.2312.0-3ubuntu9.2) ...
[shard 2/3] Processing triggers for ufw (0.36.2-6) ...
[shard 2/3] Processing triggers for man-db (2.12.0-4build2) ...
[shard 0/3] System packages are current (apt dist-upgrade applied)
[shard 0/3] Dependencies installed successfully
[shard 0/3] [BuildDriver] Memory before swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3343720, totalSwapKb=0, freeSwapKb=0)
[shard 0/3] mkswap: /swapfile: warning: wiping old swap signature.
[shard 0/3] Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
[shard 0/3] no label, UUID=3491d368-0d42-4ea0-807a-ff9ed01ba57d
[shard 0/3] Swap file created and enabled
[shard 0/3] [BuildDriver] Memory after swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3343724, totalSwapKb=4194300, freeSwapKb=4194300)
[shard 0/3] [BuildDriver] Swap verified: 4194300KB total swap (was 0KB)
[shard 0/3] [2026-07-12 13:49:02] Dependencies installed
[shard 0/3] [2026-07-12 13:49:02] Uploading project archive...
[shard 0/3] Extracted projects:
CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671
[shard 0/3] [2026-07-12 13:49:02] Projects on remote: CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671
[shard 0/3] [2026-07-12 13:49:02] Projects from archive: webcronserver:webcron-server
[shard 0/3] [2026-07-12 13:49:02] Building and testing workspace...
[shard 0/3] [2026-07-12 13:49:02] Shard test specs (30): CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUrlCallbackTimerAutoFires.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testFiredTimerDoesNotDoubleFireAfterRestart.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testRecurringJobDoesNotCatchUpWindowsMissedWhileDisabled.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testGetUrlCallbackJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testRecurringJobFiresOnScheduleAndDedupesWithinMinute.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testRecurringJobCollapsesMissedWindowsIntoOneCatchUp.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUpdateTimerTriggerAt.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateJobValidation.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUrlCallbackWebhookUrlNotRequired.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTimerWithBothTriggerAtAndCronExpression.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testDefaultActionTypeIsWebhook.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testRecurringJobDoesNotDoubleFireOnRestartWithinSameMinute.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateTimerWithoutCronExpression.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateUrlCallbackMissingServiceAddress.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateJobWithRetryPolicy.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUnknownRouteReturns404.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateUrlCallbackJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateJobWithHeaders.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateUrlCallbackTimer.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testDeleteTimer.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testEnableDisableTimer.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/stressTestTimerAutoDisabledRaceUnderLoad.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testRecurringJobCatchesUpMissedFiringAfterDowntime.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testWebhookWithDeleteMethod.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testWebhookReturns500RecordsFailure.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testAtomicTimerUpsertByNameConcurrent.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testExecutionsSurviveRestart.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testDeletedJobsStayDeletedAfterRestart.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testAtomicTimerUpsertLinearizesWithFiring.kts
[shard 0/3] System memory: 3915MB, JVM heap: 1957MB
[shard 0/3] Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 0/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 0/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 0/3] Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 0/3] Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 0/3] Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
[shard 0/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 0/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 0/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 0/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
[shard 0/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 0/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 0/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 0/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 0/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 0/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 0/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
[shard 2/3] Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
[shard 2/3] Processing triggers for install-info (7.1-3build2) ...
[shard 0/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 0/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 0/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 0/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 2/3] Processing triggers for initramfs-tools (0.142ubuntu25.8) ...
[shard 2/3] update-initramfs: Generating /boot/initrd.img-6.8.0-110-generic
[shard 0/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 0/3] Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 0/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 0/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 0/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 0/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 0/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 0/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
[shard 0/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
[shard 0/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
[shard 0/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
[shard 1/3] /etc/kernel/postinst.d/zz-update-grub:
[shard 1/3] Sourcing file `/etc/default/grub'
[shard 1/3] Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
[shard 1/3] Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
[shard 0/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
[shard 0/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[shard 1/3] Generating grub configuration file ...
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
[shard 0/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[shard 1/3] Found linux image: /boot/vmlinuz-6.8.0-134-generic
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
[shard 0/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
[shard 1/3] Found initrd image: /boot/initrd.img-6.8.0-134-generic
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
[shard 0/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
[shard 0/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
[shard 0/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
[shard 0/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
[shard 1/3] Found linux image: /boot/vmlinuz-6.8.0-110-generic
[shard 1/3] Found initrd image: /boot/initrd.img-6.8.0-110-generic
[shard 0/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
[shard 0/3] Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
[shard 0/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
[shard 1/3] Found linux image: /boot/vmlinuz-6.8.0-71-generic
[shard 1/3] Found initrd image: /boot/initrd.img-6.8.0-71-generic
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
[shard 0/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
[shard 0/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[shard 1/3] Warning: os-prober will not be executed to detect other bootable partitions.
[shard 1/3] Systems on them will not be added to the GRUB boot configuration.
[shard 1/3] Check GRUB_DISABLE_OS_PROBER documentation entry.
[shard 1/3] Adding boot menu entry for UEFI Firmware Settings ...
[shard 0/3] Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
[shard 1/3] done
[shard 1/3] Processing triggers for ca-certificates-java (20240118) ...
[shard 0/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
[shard 0/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[shard 0/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
[shard 1/3] done.
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
[shard 0/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[shard 0/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
[shard 0/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
[shard 0/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
[shard 0/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[shard 0/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[shard 1/3] Scanning processes... [ ]
[shard 1/3] Scanning processes... [ ]
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[shard 0/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
[shard 0/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
[shard 0/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
[shard 1/3] Scanning processes... [ ]
[shard 1/3] Scanning processes... [= ]
[shard 1/3] Scanning processes... [= ]
[shard 1/3] Scanning processes... [== ]
[shard 1/3] Scanning processes... [== ]
[shard 1/3] Scanning processes... [== ]
[shard 1/3] Scanning processes... [=== ]
[shard 1/3] Scanning processes... [=== ]
[shard 1/3] Scanning processes... [==== ]
[shard 1/3] Scanning processes... [==== ]
[shard 1/3] Scanning processes... [==== ]
[shard 1/3] Scanning processes... [===== ]
[shard 1/3] Scanning processes... [===== ]
[shard 1/3] Scanning processes... [====== ]
[shard 1/3] Scanning processes... [====== ]
[shard 1/3] Scanning processes... [======= ]
[shard 1/3] Scanning processes... [======= ]
[shard 1/3] Scanning processes... [======= ]
[shard 1/3] Scanning processes... [======== ]
[shard 1/3] Scanning processes... [======== ]
[shard 1/3] Scanning processes... [========= ]
[shard 1/3] Scanning processes... [========= ]
[shard 1/3] Scanning processes... [========= ]
[shard 1/3] Scanning processes... [========== ]
[shard 1/3] Scanning processes... [========== ]
[shard 1/3] Scanning processes... [=========== ]
[shard 1/3] Scanning processes... [=========== ]
[shard 1/3] Scanning processes... [============ ]
[shard 1/3] Scanning processes... [============ ]
[shard 1/3] Scanning processes... [============ ]
[shard 1/3] Scanning processes... [============= ]
[shard 1/3] Scanning processes... [============= ]
[shard 1/3] Scanning processes... [============== ]
[shard 1/3] Scanning processes... [============== ]
[shard 1/3] Scanning processes... [============== ]
[shard 1/3] Scanning processes... [=============== ]
[shard 1/3] Scanning processes... [=============== ]
[shard 1/3] Scanning processes... [================ ]
[shard 1/3] Scanning processes... [================ ]
[shard 1/3] Scanning processes... [================= ]
[shard 1/3] Scanning processes... [================= ]
[shard 1/3] Scanning processes... [================= ]
[shard 1/3] Scanning processes... [================== ]
[shard 1/3] Scanning processes... [================== ]
[shard 1/3] Scanning processes... [=================== ]
[shard 1/3] Scanning processes... [=================== ]
[shard 1/3] Scanning processes... [=================== ]
[shard 1/3] Scanning processes... [==================== ]
[shard 1/3] Scanning processes... [==================== ]
[shard 1/3] Scanning processes... [===================== ]
[shard 1/3] Scanning processes... [===================== ]
[shard 1/3] Scanning processes... [===================== ]
[shard 1/3] Scanning processes... [====================== ]
[shard 1/3] Scanning processes... [====================== ]
[shard 1/3] Scanning processes... [======================= ]
[shard 1/3] Scanning processes... [======================= ]
[shard 1/3] Scanning processes... [======================== ]
[shard 1/3] Scanning processes... [======================== ]
[shard 1/3] Scanning processes... [======================== ]
[shard 1/3] Scanning processes... [========================= ]
[shard 1/3] Scanning processes... [========================= ]
[shard 1/3] Scanning processes... [========================== ]
[shard 1/3] Scanning processes... [========================== ]
[shard 1/3] Scanning processes... [========================== ]
[shard 1/3] Scanning processes... [=========================== ]
[shard 1/3] Scanning processes... [=========================== ]
[shard 1/3] Scanning processes... [============================ ]
[shard 1/3] Scanning processes... [============================ ]
[shard 1/3] Scanning processes... [============================= ]
[shard 1/3] Scanning processes... [============================= ]
[shard 1/3] Scanning processes... [============================= ]
[shard 1/3] Scanning processes... [============================== ]
[shard 1/3] Scanning processes... [============================== ]
[shard 1/3] Scanning processes... [=============================== ]
[shard 1/3] Scanning processes... [=============================== ]
[shard 1/3] Scanning processes... [=============================== ]
[shard 1/3] Scanning processes... [================================ ]
[shard 1/3] Scanning processes... [================================ ]
[shard 1/3] Scanning processes... [================================= ]
[shard 1/3] Scanning processes... [================================= ]
[shard 1/3] Scanning processes... [================================== ]
[shard 1/3] Scanning processes... [================================== ]
[shard 1/3] Scanning processes... [================================== ]
[shard 1/3] Scanning processes... [=================================== ]
[shard 1/3] Scanning processes... [=================================== ]
[shard 1/3] Scanning processes... [==================================== ]
[shard 1/3] Scanning processes... [==================================== ]
[shard 1/3] Scanning processes... [==================================== ]
[shard 1/3] Scanning processes... [===================================== ]
[shard 1/3] Scanning processes... [===================================== ]
[shard 1/3] Scanning processes... [====================================== ]
[shard 1/3] Scanning processes... [====================================== ]
[shard 1/3] Scanning processes... [====================================== ]
[shard 1/3] Scanning processes... [======================================= ]
[shard 1/3] Scanning processes... [======================================= ]
[shard 1/3] Scanning processes... [======================================== ]
[shard 1/3] Scanning processes... [======================================== ]
[shard 1/3] Scanning processes... [========================================= ]
[shard 1/3] Scanning processes... [========================================= ]
[shard 1/3] Scanning processes... [========================================= ]
[shard 1/3] Scanning processes... [========================================== ]
[shard 1/3] Scanning processes... [========================================== ]
[shard 1/3] Scanning processes... [=========================================== ]
[shard 1/3] Scanning processes... [=========================================== ]
[shard 1/3] Scanning processes... [=========================================== ]
[shard 1/3] Scanning processes... [============================================ ]
[shard 1/3] Scanning processes... [============================================ ]
[shard 1/3] Scanning processes... [============================================= ]
[shard 1/3] Scanning processes... [============================================= ]
[shard 1/3] Scanning processes... [============================================== ]
[shard 1/3] Scanning processes... [============================================== ]
[shard 1/3] Scanning processes... [============================================== ]
[shard 1/3] Scanning processes... [=============================================== ]
[shard 1/3] Scanning processes... [=============================================== ]
[shard 1/3] Scanning processes... [================================================ ]
[shard 1/3] Scanning processes... [================================================ ]
[shard 1/3] Scanning processes... [================================================ ]
[shard 1/3] Scanning processes... [================================================= ]
[shard 1/3] Scanning processes... [================================================= ]
[shard 1/3] Scanning processes... [================================================== ]
[shard 1/3] Scanning processes... [================================================== ]
[shard 1/3] Scanning processes... [=================================================== ]
[shard 1/3] Scanning processes... [=================================================== ]
[shard 1/3] Scanning processes... [=================================================== ]
[shard 1/3] Scanning processes... [==================================================== ]
[shard 1/3] Scanning processes... [==================================================== ]
[shard 1/3] Scanning processes... [===================================================== ]
[shard 1/3] Scanning processes... [===================================================== ]
[shard 1/3] Scanning processes... [===================================================== ]
[shard 1/3] Scanning processes... [====================================================== ]
[shard 1/3] Scanning processes... [====================================================== ]
[shard 1/3] Scanning processes... [======================================================= ]
[shard 1/3] Scanning processes... [======================================================= ]
[shard 1/3] Scanning processes... [========================================================]
[shard 1/3] Scanning processes...
[shard 1/3] Scanning candidates... [ ]
[shard 1/3] Scanning candidates... [===== ]
[shard 1/3] Scanning candidates... [=========== ]
[shard 1/3] Scanning candidates... [================ ]
[shard 1/3] Scanning candidates... [====================== ]
[shard 1/3] Scanning candidates... [=========================== ]
[shard 1/3] Scanning candidates... [================================= ]
[shard 1/3] Scanning candidates... [====================================== ]
[shard 1/3] Scanning candidates... [============================================ ]
[shard 1/3] Scanning candidates... [================================================= ]
[shard 1/3] Scanning candidates... [=======================================================]
[shard 1/3] Scanning candidates...
[shard 1/3] Scanning linux images... [ ]
[shard 1/3] Scanning linux images... [========== ]
[shard 1/3] Scanning linux images... [===================== ]
[shard 1/3] Scanning linux images... [=============================== ]
[shard 1/3] Scanning linux images... [========================================== ]
[shard 1/3] Scanning linux images... [=====================================================]
[shard 1/3] Scanning linux images...
[shard 1/3]
[shard 1/3] Pending kernel upgrade!
[shard 1/3] Running kernel version:
[shard 1/3] 6.8.0-110-generic
[shard 1/3] Diagnostics:
[shard 1/3] The currently running kernel version is not the expected kernel version
[shard 1/3] 6.8.0-134-generic.
[shard 1/3]
[shard 1/3] Restarting the system to load the new kernel will not be handled automatically,
[shard 1/3] so you should consider rebooting.
[shard 1/3]
[shard 1/3] Restarting services...
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
[shard 0/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
[shard 0/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
[shard 1/3] systemctl restart packagekit.service polkit.service udisks2.service
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
[shard 0/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
[shard 0/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[shard 1/3]
[shard 1/3] Service restarts being deferred:
[shard 1/3] systemctl restart ModemManager.service
[shard 1/3] /etc/needrestart/restart.d/dbus.service
[shard 1/3] systemctl restart docker.service
[shard 1/3] systemctl restart systemd-logind.service
[shard 1/3] systemctl restart unattended-upgrades.service
[shard 1/3]
[shard 1/3] No containers need to be restarted.
[shard 1/3]
[shard 1/3] User sessions running outdated binaries:
[shard 1/3] root @ session #3: sshd[1653]
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
[shard 0/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[shard 1/3] root @ user manager service: systemd[1409]
[shard 1/3]
[shard 1/3] No VM guests are running outdated hypervisor (qemu) binaries on this host.
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[shard 0/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
[shard 0/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
[shard 0/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
[shard 0/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
[shard 0/3] 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
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
[shard 0/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[shard 0/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
[shard 0/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
[shard 0/3] 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
[shard 0/3] Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
[shard 0/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
[shard 0/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
[shard 0/3] Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
[shard 0/3] Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
[shard 0/3] Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
[shard 2/3] Processing triggers for hicolor-icon-theme (0.17-2) ...
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
[shard 2/3] Processing triggers for ca-certificates-java (20240118) ...
[shard 0/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
[shard 2/3] done.
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar.sha1
[shard 2/3] Setting up openjdk-21-jre:amd64 (21.0.11+10-1~24.04.2) ...
[shard 2/3] Setting up openjdk-21-jdk-headless:amd64 (21.0.11+10-1~24.04.2) ...
[shard 0/3] Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
[shard 2/3] Setting up openjdk-21-jdk:amd64 (21.0.11+10-1~24.04.2) ...
[shard 0/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
[shard 2/3] Processing triggers for ca-certificates (20260601~24.04.1) ...
[shard 2/3] Updating certificates in /etc/ssl/certs...
[shard 0/3] 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
[shard 0/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
[shard 0/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
[shard 0/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
[shard 0/3] 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
[shard 0/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
[shard 2/3] 0 added, 0 removed; done.
[shard 2/3] Running hooks in /etc/ca-certificates/update.d...
[shard 2/3] done.
[shard 2/3] Processing triggers for linux-image-6.8.0-134-generic (6.8.0-134.134) ...
[shard 2/3] /etc/kernel/postinst.d/initramfs-tools:
[shard 2/3] update-initramfs: Generating /boot/initrd.img-6.8.0-134-generic
[shard 1/3] (Reading database ...
[shard 1/3] (Reading database ... 5%
[shard 1/3] (Reading database ... 10%
[shard 1/3] (Reading database ... 15%
[shard 1/3] (Reading database ... 20%
[shard 1/3] (Reading database ... 25%
[shard 1/3] (Reading database ... 30%
[shard 1/3] (Reading database ... 35%
[shard 1/3] (Reading database ... 40%
[shard 1/3] (Reading database ... 45%
[shard 1/3] (Reading database ... 50%
[shard 1/3] (Reading database ... 55%
[shard 1/3] (Reading database ... 60%
[shard 1/3] (Reading database ... 65%
[shard 1/3] (Reading database ... 70%
[shard 1/3] (Reading database ... 75%
[shard 1/3] (Reading database ... 80%
[shard 1/3] (Reading database ... 85%
[shard 1/3] (Reading database ... 90%
[shard 1/3] (Reading database ... 95%
[shard 1/3] (Reading database ... 100%
[shard 1/3] (Reading database ... 188746 files and directories currently installed.)
[shard 1/3] Removing libfwupd2:amd64 (1.9.34-0ubuntu1~24.04.1) ...
[shard 1/3] Removing libgusb2:amd64 (0.4.8-1build2) ...
[shard 1/3] Removing linux-headers-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] Removing linux-headers-6.8.0-71 (6.8.0-71.71) ...
[shard 1/3] Removing linux-image-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] /etc/kernel/postrm.d/initramfs-tools:
[shard 1/3] update-initramfs: Deleting /boot/initrd.img-6.8.0-71-generic
[shard 1/3] /etc/kernel/postrm.d/zz-update-grub:
[shard 1/3] Sourcing file `/etc/default/grub'
[shard 1/3] Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
[shard 1/3] Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
[shard 1/3] Generating grub configuration file ...
[shard 1/3] Found linux image: /boot/vmlinuz-6.8.0-134-generic
[shard 1/3] Found initrd image: /boot/initrd.img-6.8.0-134-generic
[shard 1/3] Found linux image: /boot/vmlinuz-6.8.0-110-generic
[shard 1/3] Found initrd image: /boot/initrd.img-6.8.0-110-generic
[shard 1/3] Warning: os-prober will not be executed to detect other bootable partitions.
[shard 1/3] Systems on them will not be added to the GRUB boot configuration.
[shard 1/3] Check GRUB_DISABLE_OS_PROBER documentation entry.
[shard 1/3] Adding boot menu entry for UEFI Firmware Settings ...
[shard 1/3] done
[shard 1/3] Removing linux-modules-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] Removing linux-tools-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] Removing linux-tools-6.8.0-71 (6.8.0-71.71) ...
[shard 1/3] Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
[shard 2/3] /etc/kernel/postinst.d/zz-update-grub:
[shard 2/3] Sourcing file `/etc/default/grub'
[shard 2/3] Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
[shard 2/3] Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
[shard 2/3] Generating grub configuration file ...
[shard 2/3] Found linux image: /boot/vmlinuz-6.8.0-134-generic
[shard 2/3] Found initrd image: /boot/initrd.img-6.8.0-134-generic
[shard 1/3] System packages are current (apt dist-upgrade applied)
[shard 1/3] Dependencies installed successfully
[shard 1/3] [BuildDriver] Memory before swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3344324, totalSwapKb=0, freeSwapKb=0)
[shard 1/3] mkswap: /swapfile: warning: wiping old swap signature.
[shard 1/3] Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
[shard 1/3] no label, UUID=e0675fe2-4c9d-4f43-aebc-15f8eb19ea1b
[shard 1/3] Swap file created and enabled
[shard 1/3] [BuildDriver] Memory after swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3341860, totalSwapKb=4194300, freeSwapKb=4194300)
[shard 1/3] [BuildDriver] Swap verified: 4194300KB total swap (was 0KB)
[shard 1/3] [2026-07-12 13:49:20] Dependencies installed
[shard 1/3] [2026-07-12 13:49:20] Uploading project archive...
[shard 2/3] Found linux image: /boot/vmlinuz-6.8.0-110-generic
[shard 2/3] Found initrd image: /boot/initrd.img-6.8.0-110-generic
[shard 2/3] Found linux image: /boot/vmlinuz-6.8.0-71-generic
[shard 2/3] Found initrd image: /boot/initrd.img-6.8.0-71-generic
[shard 1/3] Extracted projects:
CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671
[shard 1/3] [2026-07-12 13:49:21] Projects on remote: CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671
[shard 1/3] [2026-07-12 13:49:21] Projects from archive: webcronserver:webcron-server
[shard 1/3] [2026-07-12 13:49:21] Building and testing workspace...
[shard 1/3] [2026-07-12 13:49:21] Shard test specs (29): CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testGetExecutionById.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUrlCallbackResolvesDropletServiceInterface.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTimerAndCronJobCoexistInList.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTimezoneConfiguration.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testBackoffRetryRecordsMultipleAttempts.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTimerTriggerJobManually.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUpdateJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testListJobsIncludesUrlCallbackFields.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testListJobs.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testDeleteJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testEnableDisableJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testEnableDisableUrlCallbackJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTimerWithAllOptions.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTriggerNonexistentJobReturns404.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUrlCallbackWithOptionalArgs.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testDeleteUrlCallbackJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUpdateWebhookJobToUrlCallback.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testDeleteNonexistentJobReturns404.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUpdateNonexistentJobReturns404.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateUrlCallbackMissingMethodName.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testAlternateUrlRetryUsesAlternateUrl.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTimerAppearsInJobList.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUrlCallbackTimerWithAllOptions.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateUrlCallbackMissingInterfaceName.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testWebhookWithCustomHeadersAndBody.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testJobsSurviveProjectionRestart.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testStopSubscriptionShutsDownCleanly.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testExecutionHistoryMemoryIsBoundedByErrorBudget.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testAtomicTimerUpsertAcrossServerGenerations.kts
[shard 1/3] System memory: 3915MB, JVM heap: 1957MB
[shard 2/3] Warning: os-prober will not be executed to detect other bootable partitions.
[shard 2/3] Systems on them will not be added to the GRUB boot configuration.
[shard 2/3] Check GRUB_DISABLE_OS_PROBER documentation entry.
[shard 2/3] Adding boot menu entry for UEFI Firmware Settings ...
[shard 2/3] done
[shard 2/3] Processing triggers for ca-certificates-java (20240118) ...
[shard 2/3] done.
[shard 1/3] Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 1/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 1/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 2/3] Scanning processes... [ ]
[shard 2/3] Scanning processes... [ ]
[shard 2/3] Scanning processes... [ ]
[shard 2/3] Scanning processes... [= ]
[shard 2/3] Scanning processes... [= ]
[shard 2/3] Scanning processes... [== ]
[shard 2/3] Scanning processes... [== ]
[shard 2/3] Scanning processes... [== ]
[shard 2/3] Scanning processes... [=== ]
[shard 2/3] Scanning processes... [=== ]
[shard 2/3] Scanning processes... [==== ]
[shard 2/3] Scanning processes... [==== ]
[shard 2/3] Scanning processes... [===== ]
[shard 2/3] Scanning processes... [===== ]
[shard 2/3] Scanning processes... [===== ]
[shard 2/3] Scanning processes... [====== ]
[shard 2/3] Scanning processes... [====== ]
[shard 2/3] Scanning processes... [======= ]
[shard 2/3] Scanning processes... [======= ]
[shard 2/3] Scanning processes... [======== ]
[shard 2/3] Scanning processes... [======== ]
[shard 2/3] Scanning processes... [======== ]
[shard 2/3] Scanning processes... [========= ]
[shard 2/3] Scanning processes... [========= ]
[shard 2/3] Scanning processes... [========== ]
[shard 2/3] Scanning processes... [========== ]
[shard 2/3] Scanning processes... [=========== ]
[shard 2/3] Scanning processes... [=========== ]
[shard 2/3] Scanning processes... [=========== ]
[shard 2/3] Scanning processes... [============ ]
[shard 2/3] Scanning processes... [============ ]
[shard 2/3] Scanning processes... [============= ]
[shard 2/3] Scanning processes... [============= ]
[shard 2/3] Scanning processes... [============== ]
[shard 2/3] Scanning processes... [============== ]
[shard 2/3] Scanning processes... [============== ]
[shard 2/3] Scanning processes... [=============== ]
[shard 2/3] Scanning processes... [=============== ]
[shard 2/3] Scanning processes... [================ ]
[shard 2/3] Scanning processes... [================ ]
[shard 2/3] Scanning processes... [================ ]
[shard 2/3] Scanning processes... [================= ]
[shard 2/3] Scanning processes... [================= ]
[shard 2/3] Scanning processes... [================== ]
[shard 2/3] Scanning processes... [================== ]
[shard 2/3] Scanning processes... [=================== ]
[shard 2/3] Scanning processes... [=================== ]
[shard 2/3] Scanning processes... [=================== ]
[shard 2/3] Scanning processes... [==================== ]
[shard 2/3] Scanning processes... [==================== ]
[shard 2/3] Scanning processes... [===================== ]
[shard 2/3] Scanning processes... [===================== ]
[shard 2/3] Scanning processes... [====================== ]
[shard 2/3] Scanning processes... [====================== ]
[shard 2/3] Scanning processes... [====================== ]
[shard 2/3] Scanning processes... [======================= ]
[shard 2/3] Scanning processes... [======================= ]
[shard 2/3] Scanning processes... [======================== ]
[shard 2/3] Scanning processes... [======================== ]
[shard 2/3] Scanning processes... [========================= ]
[shard 2/3] Scanning processes... [========================= ]
[shard 2/3] Scanning processes... [========================= ]
[shard 2/3] Scanning processes... [========================== ]
[shard 2/3] Scanning processes... [========================== ]
[shard 2/3] Scanning processes... [=========================== ]
[shard 2/3] Scanning processes... [=========================== ]
[shard 2/3] Scanning processes... [============================ ]
[shard 2/3] Scanning processes... [============================ ]
[shard 2/3] Scanning processes... [============================ ]
[shard 2/3] Scanning processes... [============================= ]
[shard 2/3] Scanning processes... [============================= ]
[shard 2/3] Scanning processes... [============================== ]
[shard 2/3] Scanning processes... [============================== ]
[shard 2/3] Scanning processes... [============================== ]
[shard 2/3] Scanning processes... [=============================== ]
[shard 2/3] Scanning processes... [=============================== ]
[shard 2/3] Scanning processes... [================================ ]
[shard 2/3] Scanning processes... [================================ ]
[shard 2/3] Scanning processes... [================================= ]
[shard 2/3] Scanning processes... [================================= ]
[shard 2/3] Scanning processes... [================================= ]
[shard 2/3] Scanning processes... [================================== ]
[shard 2/3] Scanning processes... [================================== ]
[shard 2/3] Scanning processes... [=================================== ]
[shard 2/3] Scanning processes... [=================================== ]
[shard 2/3] Scanning processes... [==================================== ]
[shard 2/3] Scanning processes... [==================================== ]
[shard 2/3] Scanning processes... [==================================== ]
[shard 2/3] Scanning processes... [===================================== ]
[shard 2/3] Scanning processes... [===================================== ]
[shard 2/3] Scanning processes... [====================================== ]
[shard 2/3] Scanning processes... [====================================== ]
[shard 2/3] Scanning processes... [======================================= ]
[shard 2/3] Scanning processes... [======================================= ]
[shard 2/3] Scanning processes... [======================================= ]
[shard 2/3] Scanning processes... [======================================== ]
[shard 2/3] Scanning processes... [======================================== ]
[shard 2/3] Scanning processes... [========================================= ]
[shard 2/3] Scanning processes... [========================================= ]
[shard 2/3] Scanning processes... [========================================== ]
[shard 2/3] Scanning processes... [========================================== ]
[shard 2/3] Scanning processes... [========================================== ]
[shard 2/3] Scanning processes... [=========================================== ]
[shard 2/3] Scanning processes... [=========================================== ]
[shard 2/3] Scanning processes... [============================================ ]
[shard 2/3] Scanning processes... [============================================ ]
[shard 2/3] Scanning processes... [============================================ ]
[shard 2/3] Scanning processes... [============================================= ]
[shard 2/3] Scanning processes... [============================================= ]
[shard 2/3] Scanning processes... [============================================== ]
[shard 2/3] Scanning processes... [============================================== ]
[shard 2/3] Scanning processes... [=============================================== ]
[shard 2/3] Scanning processes... [=============================================== ]
[shard 2/3] Scanning processes... [=============================================== ]
[shard 2/3] Scanning processes... [================================================ ]
[shard 2/3] Scanning processes... [================================================ ]
[shard 2/3] Scanning processes... [================================================= ]
[shard 2/3] Scanning processes... [================================================= ]
[shard 2/3] Scanning processes... [================================================== ]
[shard 2/3] Scanning processes... [================================================== ]
[shard 2/3] Scanning processes... [================================================== ]
[shard 2/3] Scanning processes... [=================================================== ]
[shard 2/3] Scanning processes... [=================================================== ]
[shard 2/3] Scanning processes... [==================================================== ]
[shard 2/3] Scanning processes... [==================================================== ]
[shard 2/3] Scanning processes... [===================================================== ]
[shard 2/3] Scanning processes... [===================================================== ]
[shard 2/3] Scanning processes... [===================================================== ]
[shard 2/3] Scanning processes... [====================================================== ]
[shard 2/3] Scanning processes... [====================================================== ]
[shard 2/3] Scanning processes... [======================================================= ]
[shard 2/3] Scanning processes... [======================================================= ]
[shard 2/3] Scanning processes... [========================================================]
[shard 2/3] Scanning processes...
[shard 2/3] Scanning candidates... [ ]
[shard 2/3] Scanning candidates... [===== ]
[shard 2/3] Scanning candidates... [=========== ]
[shard 2/3] Scanning candidates... [================ ]
[shard 2/3] Scanning candidates... [====================== ]
[shard 2/3] Scanning candidates... [=========================== ]
[shard 2/3] Scanning candidates... [================================= ]
[shard 2/3] Scanning candidates... [====================================== ]
[shard 2/3] Scanning candidates... [============================================ ]
[shard 2/3] Scanning candidates... [================================================= ]
[shard 2/3] Scanning candidates... [=======================================================]
[shard 2/3] Scanning candidates...
[shard 2/3] Scanning linux images... [ ]
[shard 2/3] Scanning linux images... [========== ]
[shard 2/3] Scanning linux images... [===================== ]
[shard 2/3] Scanning linux images... [=============================== ]
[shard 2/3] Scanning linux images... [========================================== ]
[shard 2/3] Scanning linux images... [=====================================================]
[shard 2/3] Scanning linux images...
[shard 2/3]
[shard 2/3] Pending kernel upgrade!
[shard 2/3] Running kernel version:
[shard 2/3] 6.8.0-110-generic
[shard 2/3] Diagnostics:
[shard 2/3] The currently running kernel version is not the expected kernel version
[shard 2/3] 6.8.0-134-generic.
[shard 2/3]
[shard 2/3] Restarting the system to load the new kernel will not be handled automatically,
[shard 2/3] so you should consider rebooting.
[shard 2/3]
[shard 2/3] Restarting services...
[shard 1/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 2/3] systemctl restart packagekit.service polkit.service udisks2.service
[shard 1/3] Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[shard 2/3]
[shard 2/3] Service restarts being deferred:
[shard 2/3] systemctl restart ModemManager.service
[shard 2/3] /etc/needrestart/restart.d/dbus.service
[shard 2/3] systemctl restart docker.service
[shard 2/3] systemctl restart systemd-logind.service
[shard 2/3] systemctl restart unattended-upgrades.service
[shard 2/3]
[shard 2/3] No containers need to be restarted.
[shard 2/3]
[shard 2/3] User sessions running outdated binaries:
[shard 2/3] root @ session #3: sshd[2027]
[shard 1/3] Failed to download https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[shard 2/3] root @ user manager service: systemd[1589]
[shard 2/3]
[shard 2/3] No VM guests are running outdated hypervisor (qemu) binaries on this host.
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 1/3] Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 1/3] Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 1/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 1/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 1/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 1/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 1/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
[shard 1/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 1/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 1/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
[shard 1/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 1/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 1/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 1/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 1/3] Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
[shard 1/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 1/3] Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 1/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 2/3] (Reading database ...
[shard 2/3] (Reading database ... 5%
[shard 2/3] (Reading database ... 10%
[shard 2/3] (Reading database ... 15%
[shard 2/3] (Reading database ... 20%
[shard 2/3] (Reading database ... 25%
[shard 2/3] (Reading database ... 30%
[shard 2/3] (Reading database ... 35%
[shard 2/3] (Reading database ... 40%
[shard 2/3] (Reading database ... 45%
[shard 2/3] (Reading database ... 50%
[shard 2/3] (Reading database ... 55%
[shard 2/3] (Reading database ... 60%
[shard 2/3] (Reading database ... 65%
[shard 1/3] Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 2/3] (Reading database ... 70%
[shard 2/3] (Reading database ... 75%
[shard 2/3] (Reading database ... 80%
[shard 1/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 2/3] (Reading database ... 85%
[shard 2/3] (Reading database ... 90%
[shard 2/3] (Reading database ... 95%
[shard 2/3] (Reading database ... 100%
[shard 2/3] (Reading database ... 188746 files and directories currently installed.)
[shard 2/3] Removing libfwupd2:amd64 (1.9.34-0ubuntu1~24.04.1) ...
[shard 2/3] Removing libgusb2:amd64 (0.4.8-1build2) ...
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
[shard 2/3] Removing linux-headers-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 1/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[shard 2/3] Removing linux-headers-6.8.0-71 (6.8.0-71.71) ...
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[shard 1/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
[shard 1/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[shard 1/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
[shard 1/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
[shard 1/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
[shard 1/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
[shard 1/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[shard 1/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
[shard 1/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[shard 1/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
[shard 1/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
[shard 1/3] Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
[shard 1/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
[shard 1/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
[shard 2/3] Removing linux-image-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
[shard 1/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
[shard 1/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
[shard 1/3] Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
[shard 1/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[shard 2/3] /etc/kernel/postrm.d/initramfs-tools:
[shard 2/3] update-initramfs: Deleting /boot/initrd.img-6.8.0-71-generic
[shard 2/3] /etc/kernel/postrm.d/zz-update-grub:
[shard 2/3] Sourcing file `/etc/default/grub'
[shard 2/3] Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
[shard 2/3] Sourcing file `/etc/default/grub.d/51-legacy-ifnames.cfg'
[shard 2/3] Generating grub configuration file ...
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[shard 1/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
[shard 1/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
[shard 1/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
[shard 1/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
[shard 2/3] Found linux image: /boot/vmlinuz-6.8.0-134-generic
[shard 2/3] Found initrd image: /boot/initrd.img-6.8.0-134-generic
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[shard 1/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
[shard 1/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
[shard 1/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
[shard 2/3] Found linux image: /boot/vmlinuz-6.8.0-110-generic
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
[shard 1/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[shard 2/3] Found initrd image: /boot/initrd.img-6.8.0-110-generic
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
[shard 1/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
[shard 1/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
[shard 2/3] Warning: os-prober will not be executed to detect other bootable partitions.
[shard 2/3] Systems on them will not be added to the GRUB boot configuration.
[shard 2/3] Check GRUB_DISABLE_OS_PROBER documentation entry.
[shard 2/3] Adding boot menu entry for UEFI Firmware Settings ...
[shard 2/3] done
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
[shard 1/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
[shard 1/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
[shard 2/3] Removing linux-modules-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
[shard 1/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
[shard 2/3] Removing linux-tools-6.8.0-71-generic (6.8.0-71.71) ...
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[shard 2/3] Removing linux-tools-6.8.0-71 (6.8.0-71.71) ...
[shard 1/3] Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
[shard 2/3] Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
[shard 1/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
[shard 1/3] 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
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
[shard 1/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
[shard 1/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
[shard 1/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
[shard 1/3] 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
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
[shard 1/3] 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
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[shard 1/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
[shard 1/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
[shard 1/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
[shard 1/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
[shard 1/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[shard 1/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
[shard 1/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
[shard 1/3] Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
[shard 1/3] 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
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
[shard 1/3] 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
[shard 1/3] Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
[shard 1/3] Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
[shard 1/3] 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
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
[shard 2/3] System packages are current (apt dist-upgrade applied)
[shard 2/3] Dependencies installed successfully
[shard 2/3] [BuildDriver] Memory before swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3269968, totalSwapKb=0, freeSwapKb=0)
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
[shard 2/3] mkswap: /swapfile: warning: wiping old swap signature.
[shard 2/3] Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
[shard 2/3] no label, UUID=2f3cbe0a-fb1a-48da-ae54-702c8712e941
[shard 2/3] Swap file created and enabled
[shard 2/3] [BuildDriver] Memory after swap: MemoryInfo(totalMemoryKb=4009868, availableMemoryKb=3270620, totalSwapKb=4194300, freeSwapKb=4194300)
[shard 2/3] [BuildDriver] Swap verified: 4194300KB total swap (was 0KB)
[shard 2/3] [2026-07-12 13:49:32] Dependencies installed
[shard 2/3] [2026-07-12 13:49:32] Uploading project archive...
[shard 2/3] Extracted projects:
CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
[shard 2/3] [2026-07-12 13:49:32] Projects on remote: CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671
[shard 2/3] [2026-07-12 13:49:32] Projects from archive: webcronserver:webcron-server
[shard 2/3] [2026-07-12 13:49:32] Building and testing workspace...
[shard 2/3] [2026-07-12 13:49:32] Shard test specs (29): CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTriggerUrlCallbackJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTriggerUrlCallbackRecordsExecution.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/stressTestSchedulerBoundsConcurrentExecutions.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testSixFieldCronExpression.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTimerSurvivesRestartAndFiresAfterRestart.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateJobWithAlternateUrl.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateTimer.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testHealthEndpointIncludesCorrectJobCounts.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testInvalidCronExpressionTooFewFields.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUpdateUrlCallbackJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateTimerInPastFails.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testHealthEndpoint.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testGetJobNotFound.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testInvalidCronExpressionTooManyFields.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testWebhookStillRequiresUrl.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testTriggerDisabledJobReturns400.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testInvalidTimezoneReturns400.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testGetRecentExecutionsEmpty.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testGetExecutionNotFoundReturns404.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testGetJob.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testUrlCallbackExecutorClosesSandboxedProxyAfterEachCallback.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testGetTimerHasNextExecutionTime.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testCreateTimerMissingWebhookUrl.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testWebhookWithPutMethod.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testWebhookWithGetMethod.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testExecutionHistoryMemoryIsBoundedByResponseBodyBudget.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testAtomicTimerUpsertReplacesFiredTimer.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testJobUpdatesSurviveRestart.kts, CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/tests/testAtomicTimerUpsertByNamePrunesPriorDuplicates.kts
[shard 1/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar.sha1
[shard 2/3] System memory: 3915MB, JVM heap: 1957MB
[shard 1/3] Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
[shard 1/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
[shard 1/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 1/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
[shard 1/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 2/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom
[shard 2/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 1/3] 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
[shard 2/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 2/3] Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Failed to download https://repo1.maven.org/maven2/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[shard 2/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 2/3] Failed to download https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom
[shard 2/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom
[shard 2/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 2/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom
[shard 2/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 2/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom
[shard 2/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 2/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 2/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 2/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
[shard 2/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 2/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom
[shard 2/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 2/3] Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 2/3] Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 2/3] Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.pom.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.pom.sha1
[shard 2/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.pom.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.pom.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.pom.sha1
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 2/3] 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
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.pom.sha1
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.7.3/kotlinx-coroutines-bom-1.7.3.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven/3.9.2/maven-3.9.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/logging-parent/7/logging-parent-7.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/30/apache-30.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/27/apache-27.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/23/apache-23.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/apache/29/apache-29.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/config_3/1.8.5/config_3-1.8.5.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
[shard 2/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
[shard 2/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
[shard 2/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
[shard 2/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model-builder/3.9.2/maven-model-builder-3.9.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.3.6/scala3-library_3-3.3.6.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.2/maven-artifact-3.9.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar
[shard 2/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
[shard 2/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/versions_2.13/0.5.1/versions_2.13-0.5.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem-jvm/3.4.0/okio-fakefilesystem-jvm-3.4.0.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/virtuslab/scala-cli/specification-level_3/1.8.5/specification-level_3-1.8.5.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
[shard 2/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/jniutils/windows-jni-utils/0.3.3/windows-jni-utils-0.3.3.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar
[shard 2/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-fakefilesystem/3.4.0/okio-fakefilesystem-3.4.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[shard 2/3] Downloaded https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
[shard 2/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-kotlin/2.15.2/jackson-module-kotlin-2.15.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
[shard 2/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar
[shard 2/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[shard 2/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar
[shard 2/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.9.2/maven-model-3.9.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
[shard 2/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[shard 2/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/concurrent-reference-hash-map/1.1.0/concurrent-reference-hash-map-1.1.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[shard 2/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/windows-ansi/windows-ansi/0.0.6/windows-ansi-0.0.6.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[shard 2/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
[shard 2/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.9.22/kotlin-reflect-1.9.22.jar
[shard 2/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.15.0/moshi-1.15.0.jar
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/json/json/20250517/json-20250517.jar
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar
[shard 2/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
[shard 2/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.25/kotlin-script-runtime-1.9.25.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.9.25/kotlin-stdlib-1.9.25.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.4.0/okio-jvm-3.4.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[shard 2/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
[shard 2/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/apache/maven/maven-builder-support/3.9.2/maven-builder-support-3.9.2.jar
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okio/okio/3.2.0/okio-3.2.0.jar
[shard 2/3] 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
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/moshi/moshi-kotlin/1.15.0/moshi-kotlin-1.15.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar
[shard 2/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
[shard 2/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/net/pearx/kasechange/kasechange-jvm/1.4.1/kasechange-jvm-1.4.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.4.0/kotlinx-datetime-jvm-0.4.0.jar
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[shard 2/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/github/alexarchambault/is-terminal/0.1.2/is-terminal-0.1.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
[shard 2/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar
[shard 2/3] 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
[shard 2/3] Downloading https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
[shard 2/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.7.3/kotlinx-coroutines-core-1.7.3.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.11.0/okhttp-4.11.0.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
[shard 2/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar
[shard 2/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/io/get-coursier/dependency_2.13/0.3.2/dependency_2.13-0.3.2.jar
[shard 2/3] Downloading https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
[shard 2/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-daemon-embeddable/1.9.25/kotlin-daemon-embeddable-1.9.25.jar
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.3/kotlinx-coroutines-core-jvm-1.7.3.jar
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/cache-util/2.1.30/cache-util-2.1.30.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/kompile/effects/kompile-effects/0.0.1/kompile-effects-0.0.1.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildscript/stubjar/kompile-buildscript-stubjar/0.0.2/kompile-buildscript-stubjar-0.0.2.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/string/stringutils/0.0.1/stringutils-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/cache/key/builder/cache-key-builder/0.0.6/cache-key-builder-0.0.6.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/coursier/bldbinary/community-kotlin-coursier-bldbinary/0.0.1/community-kotlin-coursier-bldbinary-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/kompile/buildscript/kompile-buildscript/0.0.27/kompile-buildscript-0.0.27.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/psi/leakproof/community-kotlin-psi-leakproof/0.0.2/community-kotlin-psi-leakproof-0.0.2.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/logging/community-kotlin-logging/0.0.1/community-kotlin-logging-0.0.1.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/buildkts-generator-api/buildkts-generator-api/0.0.1/buildkts-generator-api-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-paths/2.1.30/coursier-paths-2.1.30.jar.sha1
[shard 2/3] 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
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/manager/0.0.104/manager-0.0.104.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/kompile-executionenvironment/0.0.27/kompile-executionenvironment-0.0.27.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/stacktrace/util-stacktrace/0.0.1/util-stacktrace-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/algebraic/effects/v1/runtime/algebraic-effects-v1-runtime/0.0.1/algebraic-effects-v1-runtime-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/buildtest/runner/buildtest-runner/0.0.53/buildtest-runner-0.0.53.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/ecj/batch/batch-external/4.16.0/batch-external-4.16.0.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/util/jar/jarutils/0.0.1/jarutils-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/tools/kotlin/build/runtime/kompile-runtime/0.0.1/kompile-runtime-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/community/kotlin/clocks/simple/community-kotlin-clocks-simple/0.0.3/community-kotlin-clocks-simple-0.0.3.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildrule/enhancer/kompile-buildrule-enhancer/0.0.1/kompile-buildrule-enhancer-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/kotlinc/diagnostic/collector/kotlinc-diagnostic-collector/0.0.1/kotlinc-diagnostic-collector-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/cache/cachekey/interfaces/util-cache-cachekey-interfaces/0.0.1/util-cache-cachekey-interfaces-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/buildtest/api/buildtest-api/0.0.36/buildtest-api-0.0.36.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/refcounted/refcounted/0.0.1/refcounted-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar
[shard 2/3] Downloading https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/coursier-proxy-setup/2.1.30/coursier-proxy-setup-2.1.30.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/coursier_2.13/2.1.30/coursier_2.13-2.1.30.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/file/utils/file-utils/0.0.1/file-utils-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-core_2.13/2.1.30/coursier-core_2.13-2.1.30.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/executionenvironment/bridge/interface/kompile-executionenvironment-bridge-interface/0.0.6/kompile-executionenvironment-bridge-interface-0.0.6.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/classloader/util-classloader/0.0.1/util-classloader-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
[shard 2/3] Downloaded https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.25/kotlin-compiler-embeddable-1.9.25.jar
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-cache_2.13/2.1.30/coursier-cache_2.13-2.1.30.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/build-kotlin-jvm/0.0.20/build-kotlin-jvm-0.0.20.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
[shard 2/3] Failed to download https://kotlin.directory/io/get-coursier/interface/2.1.31-freshcache1/interface-2.1.31-freshcache1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
[shard 2/3] Downloaded https://kotlin.directory/kompile/buildcache/interfaces/kompile-buildcache-interfaces/0.0.1/kompile-buildcache-interfaces-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/source/code/manager/source-code-manager/0.0.1/source-code-manager-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/kompile/interfaces/internal/kompile-interfaces-internal/0.0.2/kompile-interfaces-internal-0.0.2.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/file/metadata/cache/file-metadata-cache/0.0.1/file-metadata-cache-0.0.1.jar.sha1
[shard 2/3] Downloading https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloading https://kotlin.directory/io/get-coursier/coursier-util_2.13/2.1.30/coursier-util_2.13-2.1.30.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar
[shard 2/3] Downloading https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/org/jdom2/kt/0.0.1/kt-0.0.1.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/util/cache/hashtofile/hash-to-file-cache/0.0.6/hash-to-file-cache-0.0.6.jar.sha1
[shard 2/3] Downloaded https://kotlin.directory/ecj/batch/eclipse-internal/4.16/eclipse-internal-4.16.jar.sha1
[shard 2/3] 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
[shard 2/3] Downloaded https://kotlin.directory/resource/arena/resource-arena/0.0.1/resource-arena-0.0.1.jar.sha1
[shard 0/3] An uncaught NotificationEffect bubbled up to the thread root!
[shard 0/3] You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
[shard 0/3] null Kotlin buildrule building /tmp/tmp16739368419334649766/b892779d-62c6-44cc-9c1b-4817229880c9/file.jar from sources ([/root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebCronServer.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/Handlers.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebhookExecutor.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/UrlCallbackExecutor.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebCronRpcHandler.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronScheduler.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/UrlMain.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/BytecodeGenerator.kt]) and classpath [/tmp/resolveDependencies-artifact-522847454372762487/kotlin-stdlib-1.9.22.jar, /tmp/resolveDependencies-artifact-9479003416274456388/kotlin-stdlib-jdk7-1.9.22.jar, /tmp/resolveDependencies-artifact-10176596791788865826/kotlin-stdlib-jdk8-1.9.22.jar, /tmp/resolveDependencies-artifact-7528795049760826595/jetty-server-11.0.15.jar, /tmp/resolveDependencies-artifact-11510501321769328956/jetty-servlet-11.0.15.jar, /tmp/resolveDependencies-artifact-13686867301902154277/jetty-util-11.0.15.jar, /tmp/resolveDependencies-artifact-3021085648349231690/jetty-http-11.0.15.jar, /tmp/resolveDependencies-artifact-6561219435857233010/jetty-io-11.0.15.jar, /tmp/resolveDependencies-artifact-8488339840447948919/jetty-security-11.0.15.jar, /tmp/resolveDependencies-artifact-5783679360542920147/jakarta.servlet-api-5.0.0.jar, /tmp/resolveDependencies-artifact-1535063442836475195/okhttp-4.11.0.jar, /tmp/resolveDependencies-artifact-17606146549296346808/okio-jvm-3.4.0.jar, /tmp/resolveDependencies-artifact-6495077868506007597/json-20250517.jar, /tmp/resolveDependencies-artifact-5100701330247137434/commons-cli-1.5.0.jar, /tmp/resolveDependencies-artifact-11646633076302241388/community-kotlin-eventlog-0.0.2.jar, /tmp/resolveDependencies-artifact-13898576805215628893/community-kotlin-eventlog-localfilesystem-0.0.4.jar, /tmp/resolveDependencies-artifact-5617077189390292860/sqlite-jdbc-3.42.0.0.jar, /tmp/resolveDependencies-artifact-1770298832542807960/cron-utils-9.2.0.jar, /tmp/resolveDependencies-artifact-5646205554856573979/resolver-0.0.600.jar, /tmp/resolveDependencies-artifact-4846693814598261526/protocol-0.0.337.jar, /tmp/resolveDependencies-artifact-17084665267736984538/avianStdlibHelper-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-378335408799448157/community-kotlin-clocks-simple-0.0.11.jar, /tmp/resolveDependencies-artifact-17269275393356846298/jvm-libp2p-1.3.0-codexcoder21-snapshot-9.jar, /tmp/resolveDependencies-artifact-15500721965760856009/kotlin-reflect-1.9.22.jar, /tmp/resolveDependencies-artifact-2054524268574329579/protocol-api-0.0.2.jar, /tmp/resolveDependencies-artifact-536510011853845833/protocol-impl-0.0.14.jar, /tmp/resolveDependencies-artifact-10801494985717238831/protobuf-java-3.25.5.jar, /tmp/resolveDependencies-artifact-11291657791829003742/noise-java-22.1.0.jar, /tmp/resolveDependencies-artifact-3529565905493602604/kotlinx-coroutines-core-jvm-1.8.0.jar, /tmp/resolveDependencies-artifact-1301413272104305891/slf4j-api-2.0.9.jar, /tmp/resolveDependencies-artifact-8603686569446824753/slf4j-simple-2.0.9.jar, /tmp/resolveDependencies-artifact-11575155513871422246/netty-buffer-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-4832729970775887578/netty-codec-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-17279102448673217252/netty-codec-http-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-4201093937132692993/netty-codec-http2-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-17553741174072191967/netty-common-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-9396556605986292619/netty-handler-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-13672604761881150098/netty-resolver-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-12874646883013237544/netty-transport-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-8923944123330504332/netty-transport-classes-epoll-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-542054715872417132/netty-transport-classes-kqueue-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-10930893403623856779/netty-transport-native-unix-common-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-14145732290309201487/bcpkix-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-1050491724830989285/bcprov-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-706046088427312831/bcutil-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-17108869950130498974/guava-33.3.1-jre.jar, /tmp/resolveDependencies-artifact-881411485693869997/failureaccess-1.0.2.jar, /tmp/resolveDependencies-artifact-14148842934116070794/lambda-api-0.0.14.jar, /tmp/resolveDependencies-artifact-8105094115198622567/production-health-api-0.0.4.jar, /tmp/resolveDependencies-artifact-2992176040573039791/droplet-api-0.0.10.jar, /tmp/resolveDependencies-artifact-7166323049741046040/libSJVM-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-942802119821029642/stdlibHelperCommon-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-8070511955240834151/asm-9.6.jar, /tmp/resolveDependencies-artifact-15823281019953573730/asm-commons-9.6.jar, /tmp/resolveDependencies-artifact-10504513441336768739/algebraic-effects-v1-runtime-0.0.1.jar, /tmp/resolveDependencies-artifact-18132571166327013915/core-jvm-0.3.12.jar, /tmp/resolveDependencies-artifact-14875253841980068344/community-kotlin-logging-0.0.3.jar, /tmp/resolveDependencies-artifact-10126910936337794927/util-stacktrace-0.0.1.jar, /tmp/resolveDependencies-artifact-14373475927790584443/annotations-23.0.0.jar, /tmp/resolveDependencies-artifact-13039098771951074582/jetty-jakarta-servlet-api-5.0.2.jar, /tmp/resolveDependencies-artifact-13517702666360697787/okio-3.2.0.jar, /tmp/resolveDependencies-artifact-3474122395420653347/kotlin-stdlib-common-1.9.22.jar, /tmp/resolveDependencies-artifact-17757239668682566090/jakarta.el-3.0.4.jar, /tmp/resolveDependencies-artifact-16673332186142878245/community-kotlin-clocks-hierarchical-0.0.6.jar, /tmp/resolveDependencies-artifact-15950208407598302168/w3wallet-api-0.0.1.jar, /tmp/resolveDependencies-artifact-17761882307569016609/javaslang-2.0.6.jar, /tmp/resolveDependencies-artifact-1182247739694113995/netty-codec-protobuf-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-12429560726027074504/java-multibase-v1.1.1.jar, /tmp/resolveDependencies-artifact-2399549993714974984/vpn-url-registrar-client-0.0.1.jar, /tmp/resolveDependencies-artifact-2664476658291146626/vpn-url-registrar-api-0.0.1.jar, /tmp/resolveDependencies-artifact-7265330986819238127/kotlinx-coroutines-core-1.7.3.jar, /tmp/resolveDependencies-artifact-14727500702579551421/netty-codec-native-quic-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-4978115646646687456/netty-tcnative-boringssl-static-2.0.76.Final.jar, /tmp/resolveDependencies-artifact-16097717136604193550/netty-codec-base-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-3681160487740801124/netty-codec-compression-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-492957912498687743/netty-codec-marshalling-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-11142800116778448226/kotlinx-serialization-core-jvm-1.6.2.jar, /tmp/resolveDependencies-artifact-17872416467265442898/kotlinx-serialization-json-jvm-1.6.2.jar, /tmp/resolveDependencies-artifact-18340352217153761927/kotlinx-coroutines-jdk8-1.7.3.jar, /tmp/resolveDependencies-artifact-17190762630951342070/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /tmp/resolveDependencies-artifact-2463196214745326585/jsr305-3.0.2.jar, /tmp/resolveDependencies-artifact-788990110629889402/checker-qual-3.43.0.jar, /tmp/resolveDependencies-artifact-5459814667129799855/error_prone_annotations-2.28.0.jar, /tmp/resolveDependencies-artifact-16164705152575145063/j2objc-annotations-3.0.0.jar, /tmp/resolveDependencies-artifact-13139413798144896887/protobuf-javanano-3.0.0-alpha-5.jar, /tmp/resolveDependencies-artifact-8492439241242885068/netty-codec-classes-quic-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-14461076861118247500/netty-tcnative-classes-2.0.76.Final.jar, /tmp/resolveDependencies-artifact-6644237894913174396/asm-tree-9.6.jar, /tmp/resolveDependencies-artifact-14292837405847650238/javaslang-match-2.0.6.jar, /tmp/resolveDependencies-artifact-9192124111202443369/netty-codec-native-quic-4.2.10.Final-linux-x86_64.jar, /tmp/resolveDependencies-artifact-3442378561788688134/netty-codec-native-quic-4.2.10.Final-linux-aarch_64.jar, /tmp/resolveDependencies-artifact-10805382572494493188/netty-codec-native-quic-4.2.10.Final-osx-x86_64.jar, /tmp/resolveDependencies-artifact-5295693332532045854/netty-codec-native-quic-4.2.10.Final-osx-aarch_64.jar, /tmp/resolveDependencies-artifact-14117013886467768472/netty-codec-native-quic-4.2.10.Final-windows-x86_64.jar, /tmp/resolveDependencies-artifact-7761268490777515612/netty-tcnative-boringssl-static-2.0.76.Final-linux-x86_64.jar, /tmp/resolveDependencies-artifact-9308966359041609255/netty-tcnative-boringssl-static-2.0.76.Final-linux-aarch_64.jar, /tmp/resolveDependencies-artifact-18398312113181344470/netty-tcnative-boringssl-static-2.0.76.Final-osx-x86_64.jar, /tmp/resolveDependencies-artifact-8908801416761216364/netty-tcnative-boringssl-static-2.0.76.Final-osx-aarch_64.jar, /tmp/resolveDependencies-artifact-3531885178172869942/netty-tcnative-boringssl-static-2.0.76.Final-windows-x86_64.jar, /tmp/resolveDependencies-artifact-4678088895238009131/commons-compress-1.23.0.jar, /tmp/resolveDependencies-artifact-895772723659534254/websocket-jetty-client-11.0.15.jar, /tmp/resolveDependencies-artifact-79514671362357769/websocket-jetty-api-11.0.15.jar, /tmp/resolveDependencies-artifact-6158903496679082923/websocket-core-client-11.0.15.jar, /tmp/resolveDependencies-artifact-10618553506064132985/websocket-core-common-11.0.15.jar, /tmp/resolveDependencies-artifact-11452685851735895692/jetty-client-11.0.15.jar, /tmp/resolveDependencies-artifact-10663163295799806183/jvm-libp2p-1.2.2-RELEASE.jar, /tmp/resolveDependencies-artifact-8746422551534267694/websocket-jetty-common-11.0.15.jar, /tmp/resolveDependencies-artifact-13150705467782111223/jetty-alpn-client-11.0.15.jar, /tmp/resolveDependencies-artifact-17045380687498886056/bctls-jdk18on-1.78.1.jar] [unhandled DiagnosticEffect from JvmBuildRules.kt:1150]
[shard 0/3] null Using Kotlin home directory <no_path> [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 0/3] null Using JDK home inferred from java.home: /usr/lib/jvm/java-21-openjdk-amd64 [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 0/3] null Exception on loading scripting plugin: java.lang.ClassNotFoundException: org.jetbrains.kotlin.scripting.compiler.plugin.ScriptingCompilerConfigurationComponentRegistrar [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 0/3] 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]
[shard 0/3] null Using JVM IR backend [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 0/3] null Configuring the compilation environment [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 0/3] 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]
[shard 0/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:720:13: warning: variable 'existingJob' is never used
[shard 0/3] val existingJob = jobs[jobId] ?: return null
[shard 0/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 0/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:761:13: warning: variable 'existingJob' is never used
[shard 0/3] val existingJob = jobs[jobId] ?: return null
[shard 0/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 0/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:776:13: warning: variable 'existingJob' is never used
[shard 0/3] val existingJob = jobs[jobId] ?: return null
[shard 0/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] An uncaught NotificationEffect bubbled up to the thread root!
[shard 1/3] You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
[shard 1/3] null Kotlin buildrule building /tmp/tmp9789206860602894361/83b10651-e466-46db-abab-9937778b8f8b/file.jar from sources ([/root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebCronServer.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/Handlers.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebhookExecutor.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/UrlCallbackExecutor.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebCronRpcHandler.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronScheduler.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/UrlMain.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/BytecodeGenerator.kt]) and classpath [/tmp/resolveDependencies-artifact-16878574241785357465/kotlin-stdlib-1.9.22.jar, /tmp/resolveDependencies-artifact-7813719389114797532/kotlin-stdlib-jdk7-1.9.22.jar, /tmp/resolveDependencies-artifact-7086398757104220189/kotlin-stdlib-jdk8-1.9.22.jar, /tmp/resolveDependencies-artifact-1308182193592903046/jetty-server-11.0.15.jar, /tmp/resolveDependencies-artifact-5936098395662770700/jetty-servlet-11.0.15.jar, /tmp/resolveDependencies-artifact-13491120481548786593/jetty-util-11.0.15.jar, /tmp/resolveDependencies-artifact-9260136867305223722/jetty-http-11.0.15.jar, /tmp/resolveDependencies-artifact-4677562857039637977/jetty-io-11.0.15.jar, /tmp/resolveDependencies-artifact-8413572745456174802/jetty-security-11.0.15.jar, /tmp/resolveDependencies-artifact-7747509945976614261/jakarta.servlet-api-5.0.0.jar, /tmp/resolveDependencies-artifact-2667580969838495476/okhttp-4.11.0.jar, /tmp/resolveDependencies-artifact-1466564350698719356/okio-jvm-3.4.0.jar, /tmp/resolveDependencies-artifact-4976743968161859788/json-20250517.jar, /tmp/resolveDependencies-artifact-7829083253095091351/commons-cli-1.5.0.jar, /tmp/resolveDependencies-artifact-17299667735843246054/community-kotlin-eventlog-0.0.2.jar, /tmp/resolveDependencies-artifact-16099603357536204431/community-kotlin-eventlog-localfilesystem-0.0.4.jar, /tmp/resolveDependencies-artifact-4754458081068418774/sqlite-jdbc-3.42.0.0.jar, /tmp/resolveDependencies-artifact-5084610692180382084/cron-utils-9.2.0.jar, /tmp/resolveDependencies-artifact-13729228598802245836/resolver-0.0.600.jar, /tmp/resolveDependencies-artifact-1022165761129838689/protocol-0.0.337.jar, /tmp/resolveDependencies-artifact-11291749201622985565/avianStdlibHelper-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-2981306913693047790/community-kotlin-clocks-simple-0.0.11.jar, /tmp/resolveDependencies-artifact-14145344729433894981/jvm-libp2p-1.3.0-codexcoder21-snapshot-9.jar, /tmp/resolveDependencies-artifact-16057362871458153271/kotlin-reflect-1.9.22.jar, /tmp/resolveDependencies-artifact-16089357562636373799/protocol-api-0.0.2.jar, /tmp/resolveDependencies-artifact-7128806732499570974/protocol-impl-0.0.14.jar, /tmp/resolveDependencies-artifact-4457106409530197916/protobuf-java-3.25.5.jar, /tmp/resolveDependencies-artifact-208582667646953076/noise-java-22.1.0.jar, /tmp/resolveDependencies-artifact-14698896705898613760/kotlinx-coroutines-core-jvm-1.8.0.jar, /tmp/resolveDependencies-artifact-16732981626446175965/slf4j-api-2.0.9.jar, /tmp/resolveDependencies-artifact-13131614724396468859/slf4j-simple-2.0.9.jar, /tmp/resolveDependencies-artifact-8756344100996096755/netty-buffer-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-5924434416579369556/netty-codec-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-16595148707478123214/netty-codec-http-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-629932977722607983/netty-codec-http2-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-13238184856096456611/netty-common-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-4447029364285423271/netty-handler-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-4591361748862739440/netty-resolver-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-314043112876351526/netty-transport-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-5032090692886591154/netty-transport-classes-epoll-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-8882442189141003649/netty-transport-classes-kqueue-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-6658769723090258855/netty-transport-native-unix-common-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-10380844830970454820/bcpkix-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-5307892070814598043/bcprov-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-11968115639094846519/bcutil-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-14696954964766848920/guava-33.3.1-jre.jar, /tmp/resolveDependencies-artifact-12671339553180320518/failureaccess-1.0.2.jar, /tmp/resolveDependencies-artifact-11164637157160857150/lambda-api-0.0.14.jar, /tmp/resolveDependencies-artifact-16559883026028134092/production-health-api-0.0.4.jar, /tmp/resolveDependencies-artifact-8736371425222020611/droplet-api-0.0.10.jar, /tmp/resolveDependencies-artifact-11354508800584562003/libSJVM-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-10921882392904943076/stdlibHelperCommon-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-15553055637252780047/asm-9.6.jar, /tmp/resolveDependencies-artifact-9453062846321741940/asm-commons-9.6.jar, /tmp/resolveDependencies-artifact-4964861246513985620/algebraic-effects-v1-runtime-0.0.1.jar, /tmp/resolveDependencies-artifact-6500372004691889175/core-jvm-0.3.12.jar, /tmp/resolveDependencies-artifact-9941195959497956926/community-kotlin-logging-0.0.3.jar, /tmp/resolveDependencies-artifact-12353444659186771866/util-stacktrace-0.0.1.jar, /tmp/resolveDependencies-artifact-6987802470156863082/annotations-23.0.0.jar, /tmp/resolveDependencies-artifact-4254916791067277848/jetty-jakarta-servlet-api-5.0.2.jar, /tmp/resolveDependencies-artifact-12424654431362941347/okio-3.2.0.jar, /tmp/resolveDependencies-artifact-1483631383828210411/kotlin-stdlib-common-1.9.22.jar, /tmp/resolveDependencies-artifact-14643878435174229005/jakarta.el-3.0.4.jar, /tmp/resolveDependencies-artifact-865402365474320662/community-kotlin-clocks-hierarchical-0.0.6.jar, /tmp/resolveDependencies-artifact-5441071328432381323/w3wallet-api-0.0.1.jar, /tmp/resolveDependencies-artifact-12792786785416215917/javaslang-2.0.6.jar, /tmp/resolveDependencies-artifact-4172051283448899294/netty-codec-protobuf-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-5053174477536437742/java-multibase-v1.1.1.jar, /tmp/resolveDependencies-artifact-6569189782508001491/vpn-url-registrar-client-0.0.1.jar, /tmp/resolveDependencies-artifact-7443574873991189654/vpn-url-registrar-api-0.0.1.jar, /tmp/resolveDependencies-artifact-16972397283177551032/kotlinx-coroutines-core-1.7.3.jar, /tmp/resolveDependencies-artifact-10951555372966921531/netty-codec-native-quic-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-6173038190193602133/netty-tcnative-boringssl-static-2.0.76.Final.jar, /tmp/resolveDependencies-artifact-1878603226327989586/netty-codec-base-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-5068734181414684453/netty-codec-compression-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-2652122966024296264/netty-codec-marshalling-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-12554944923850851746/kotlinx-serialization-core-jvm-1.6.2.jar, /tmp/resolveDependencies-artifact-17463882695561157322/kotlinx-serialization-json-jvm-1.6.2.jar, /tmp/resolveDependencies-artifact-14250097784118094213/kotlinx-coroutines-jdk8-1.7.3.jar, /tmp/resolveDependencies-artifact-10191542688434759830/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /tmp/resolveDependencies-artifact-9816066581811449384/jsr305-3.0.2.jar, /tmp/resolveDependencies-artifact-15955371306269198700/checker-qual-3.43.0.jar, /tmp/resolveDependencies-artifact-15350290213553940366/error_prone_annotations-2.28.0.jar, /tmp/resolveDependencies-artifact-38740764525776014/j2objc-annotations-3.0.0.jar, /tmp/resolveDependencies-artifact-11076033708180100282/protobuf-javanano-3.0.0-alpha-5.jar, /tmp/resolveDependencies-artifact-14518708059804884040/netty-codec-classes-quic-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-13136705009379254452/netty-tcnative-classes-2.0.76.Final.jar, /tmp/resolveDependencies-artifact-7710388805960849999/asm-tree-9.6.jar, /tmp/resolveDependencies-artifact-8228699748832997566/javaslang-match-2.0.6.jar, /tmp/resolveDependencies-artifact-9252857181496406117/netty-codec-native-quic-4.2.10.Final-linux-x86_64.jar, /tmp/resolveDependencies-artifact-10865229047664836402/netty-codec-native-quic-4.2.10.Final-linux-aarch_64.jar, /tmp/resolveDependencies-artifact-11863499339808611155/netty-codec-native-quic-4.2.10.Final-osx-x86_64.jar, /tmp/resolveDependencies-artifact-8747532066524528658/netty-codec-native-quic-4.2.10.Final-osx-aarch_64.jar, /tmp/resolveDependencies-artifact-2286699738375401521/netty-codec-native-quic-4.2.10.Final-windows-x86_64.jar, /tmp/resolveDependencies-artifact-3110200043239525045/netty-tcnative-boringssl-static-2.0.76.Final-linux-x86_64.jar, /tmp/resolveDependencies-artifact-16637511369728431178/netty-tcnative-boringssl-static-2.0.76.Final-linux-aarch_64.jar, /tmp/resolveDependencies-artifact-15619540402701170744/netty-tcnative-boringssl-static-2.0.76.Final-osx-x86_64.jar, /tmp/resolveDependencies-artifact-17629305205870153853/netty-tcnative-boringssl-static-2.0.76.Final-osx-aarch_64.jar, /tmp/resolveDependencies-artifact-5106477503745839898/netty-tcnative-boringssl-static-2.0.76.Final-windows-x86_64.jar, /tmp/resolveDependencies-artifact-7720424233255011260/commons-compress-1.23.0.jar, /tmp/resolveDependencies-artifact-7144195368014476767/websocket-jetty-client-11.0.15.jar, /tmp/resolveDependencies-artifact-9518200360527815339/websocket-jetty-api-11.0.15.jar, /tmp/resolveDependencies-artifact-12877190964804641363/websocket-core-client-11.0.15.jar, /tmp/resolveDependencies-artifact-9740293703910628403/websocket-core-common-11.0.15.jar, /tmp/resolveDependencies-artifact-6065412665090996273/jetty-client-11.0.15.jar, /tmp/resolveDependencies-artifact-9946489512805211793/jvm-libp2p-1.2.2-RELEASE.jar, /tmp/resolveDependencies-artifact-644143581151322675/websocket-jetty-common-11.0.15.jar, /tmp/resolveDependencies-artifact-2800539310574690772/jetty-alpn-client-11.0.15.jar, /tmp/resolveDependencies-artifact-11001007306348462233/bctls-jdk18on-1.78.1.jar] [unhandled DiagnosticEffect from JvmBuildRules.kt:1150]
[shard 2/3] An uncaught NotificationEffect bubbled up to the thread root!
[shard 2/3] You can learn more about handling NotificationEffects at https://github.com/kotlin-algebraic-effects/
[shard 2/3] null Kotlin buildrule building /tmp/tmp7164654488831171658/1fbc21f4-9e3a-470d-ba33-6689108604a7/file.jar from sources ([/root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebCronServer.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/Handlers.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebhookExecutor.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/UrlCallbackExecutor.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/WebCronRpcHandler.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronScheduler.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/UrlMain.kt, /root/projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/BytecodeGenerator.kt]) and classpath [/tmp/resolveDependencies-artifact-14524737376263310848/kotlin-stdlib-1.9.22.jar, /tmp/resolveDependencies-artifact-8499495292686870270/kotlin-stdlib-jdk7-1.9.22.jar, /tmp/resolveDependencies-artifact-7678444196313108673/kotlin-stdlib-jdk8-1.9.22.jar, /tmp/resolveDependencies-artifact-14336646684591288932/jetty-server-11.0.15.jar, /tmp/resolveDependencies-artifact-7926942781329852249/jetty-servlet-11.0.15.jar, /tmp/resolveDependencies-artifact-10069389461705874823/jetty-util-11.0.15.jar, /tmp/resolveDependencies-artifact-357860712599548932/jetty-http-11.0.15.jar, /tmp/resolveDependencies-artifact-954704384739485436/jetty-io-11.0.15.jar, /tmp/resolveDependencies-artifact-15860410570780930421/jetty-security-11.0.15.jar, /tmp/resolveDependencies-artifact-3496898775043030402/jakarta.servlet-api-5.0.0.jar, /tmp/resolveDependencies-artifact-14300778409965747168/okhttp-4.11.0.jar, /tmp/resolveDependencies-artifact-5673871594218076786/okio-jvm-3.4.0.jar, /tmp/resolveDependencies-artifact-11417782760019579389/json-20250517.jar, /tmp/resolveDependencies-artifact-14367100173926310364/commons-cli-1.5.0.jar, /tmp/resolveDependencies-artifact-11688555400575802870/community-kotlin-eventlog-0.0.2.jar, /tmp/resolveDependencies-artifact-5978454290979641687/community-kotlin-eventlog-localfilesystem-0.0.4.jar, /tmp/resolveDependencies-artifact-7717490581202496095/sqlite-jdbc-3.42.0.0.jar, /tmp/resolveDependencies-artifact-18228127237980524197/cron-utils-9.2.0.jar, /tmp/resolveDependencies-artifact-6655728052537722812/resolver-0.0.600.jar, /tmp/resolveDependencies-artifact-7587150361813854844/protocol-0.0.337.jar, /tmp/resolveDependencies-artifact-18442955318201847592/avianStdlibHelper-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-539046060347766112/community-kotlin-clocks-simple-0.0.11.jar, /tmp/resolveDependencies-artifact-11984473467984020218/jvm-libp2p-1.3.0-codexcoder21-snapshot-9.jar, /tmp/resolveDependencies-artifact-2135224974962564859/kotlin-reflect-1.9.22.jar, /tmp/resolveDependencies-artifact-16790746842795168871/protocol-api-0.0.2.jar, /tmp/resolveDependencies-artifact-17712174820303118818/protocol-impl-0.0.14.jar, /tmp/resolveDependencies-artifact-150002986863224182/protobuf-java-3.25.5.jar, /tmp/resolveDependencies-artifact-8982229738050429968/noise-java-22.1.0.jar, /tmp/resolveDependencies-artifact-7789126518334831771/kotlinx-coroutines-core-jvm-1.8.0.jar, /tmp/resolveDependencies-artifact-17045615979245956425/slf4j-api-2.0.9.jar, /tmp/resolveDependencies-artifact-523884189109898184/slf4j-simple-2.0.9.jar, /tmp/resolveDependencies-artifact-9419841325406958758/netty-buffer-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-3187993698980283942/netty-codec-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-17674839233999832953/netty-codec-http-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-13917766698615930694/netty-codec-http2-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-900438333657561171/netty-common-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-1845141148100671836/netty-handler-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-7900399275846824730/netty-resolver-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-13092798810165310207/netty-transport-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-14301238177990312736/netty-transport-classes-epoll-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-16037832724587168367/netty-transport-classes-kqueue-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-3486371811201603129/netty-transport-native-unix-common-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-1403440845424717696/bcpkix-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-8815734894044291537/bcprov-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-14155713205408923095/bcutil-jdk18on-1.78.1.jar, /tmp/resolveDependencies-artifact-18332220926075881609/guava-33.3.1-jre.jar, /tmp/resolveDependencies-artifact-3737198979656095415/failureaccess-1.0.2.jar, /tmp/resolveDependencies-artifact-16042529159787049597/lambda-api-0.0.14.jar, /tmp/resolveDependencies-artifact-1802852043048073520/production-health-api-0.0.4.jar, /tmp/resolveDependencies-artifact-411203474406300658/droplet-api-0.0.10.jar, /tmp/resolveDependencies-artifact-3566595933588540291/libSJVM-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-361218473537728972/stdlibHelperCommon-jvm-0.0.37.jar, /tmp/resolveDependencies-artifact-235820958625965543/asm-9.6.jar, /tmp/resolveDependencies-artifact-10242293883666179453/asm-commons-9.6.jar, /tmp/resolveDependencies-artifact-17469101773249408745/algebraic-effects-v1-runtime-0.0.1.jar, /tmp/resolveDependencies-artifact-6107903396009573363/core-jvm-0.3.12.jar, /tmp/resolveDependencies-artifact-782766820294196149/community-kotlin-logging-0.0.3.jar, /tmp/resolveDependencies-artifact-10257389291128498255/util-stacktrace-0.0.1.jar, /tmp/resolveDependencies-artifact-11046125839274331035/annotations-23.0.0.jar, /tmp/resolveDependencies-artifact-11475994549032196572/jetty-jakarta-servlet-api-5.0.2.jar, /tmp/resolveDependencies-artifact-190259297708439620/okio-3.2.0.jar, /tmp/resolveDependencies-artifact-2305362927108753601/kotlin-stdlib-common-1.9.22.jar, /tmp/resolveDependencies-artifact-1118172764565057524/jakarta.el-3.0.4.jar, /tmp/resolveDependencies-artifact-5063089159124529662/community-kotlin-clocks-hierarchical-0.0.6.jar, /tmp/resolveDependencies-artifact-3040483554909077977/w3wallet-api-0.0.1.jar, /tmp/resolveDependencies-artifact-8936255615476136357/javaslang-2.0.6.jar, /tmp/resolveDependencies-artifact-6875987310666583888/netty-codec-protobuf-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-8799545819978016158/java-multibase-v1.1.1.jar, /tmp/resolveDependencies-artifact-1992900956043991558/vpn-url-registrar-client-0.0.1.jar, /tmp/resolveDependencies-artifact-3159503322694720073/vpn-url-registrar-api-0.0.1.jar, /tmp/resolveDependencies-artifact-10779832620347681244/kotlinx-coroutines-core-1.7.3.jar, /tmp/resolveDependencies-artifact-18314330239624665462/netty-codec-native-quic-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-15453283060049030279/netty-tcnative-boringssl-static-2.0.76.Final.jar, /tmp/resolveDependencies-artifact-4630486896047865792/netty-codec-base-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-6188564385844215884/netty-codec-compression-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-15915163371940655074/netty-codec-marshalling-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-15828798433714348145/kotlinx-serialization-core-jvm-1.6.2.jar, /tmp/resolveDependencies-artifact-13930890565406076055/kotlinx-serialization-json-jvm-1.6.2.jar, /tmp/resolveDependencies-artifact-16278884168983570089/kotlinx-coroutines-jdk8-1.7.3.jar, /tmp/resolveDependencies-artifact-3260653062400487003/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /tmp/resolveDependencies-artifact-6515078649256902860/jsr305-3.0.2.jar, /tmp/resolveDependencies-artifact-3034111793324649485/checker-qual-3.43.0.jar, /tmp/resolveDependencies-artifact-470179469870007278/error_prone_annotations-2.28.0.jar, /tmp/resolveDependencies-artifact-8414670442753958538/j2objc-annotations-3.0.0.jar, /tmp/resolveDependencies-artifact-3147876190184735689/protobuf-javanano-3.0.0-alpha-5.jar, /tmp/resolveDependencies-artifact-16678857507657645039/netty-codec-classes-quic-4.2.10.Final.jar, /tmp/resolveDependencies-artifact-6199820624287159232/netty-tcnative-classes-2.0.76.Final.jar, /tmp/resolveDependencies-artifact-10253930244579794423/asm-tree-9.6.jar, /tmp/resolveDependencies-artifact-13526171201699561867/javaslang-match-2.0.6.jar, /tmp/resolveDependencies-artifact-12652030367991519586/netty-codec-native-quic-4.2.10.Final-linux-x86_64.jar, /tmp/resolveDependencies-artifact-1006990151250398903/netty-codec-native-quic-4.2.10.Final-linux-aarch_64.jar, /tmp/resolveDependencies-artifact-14119021993339072729/netty-codec-native-quic-4.2.10.Final-osx-x86_64.jar, /tmp/resolveDependencies-artifact-1404571558606586226/netty-codec-native-quic-4.2.10.Final-osx-aarch_64.jar, /tmp/resolveDependencies-artifact-5918128146450049485/netty-codec-native-quic-4.2.10.Final-windows-x86_64.jar, /tmp/resolveDependencies-artifact-11667852069262847118/netty-tcnative-boringssl-static-2.0.76.Final-linux-x86_64.jar, /tmp/resolveDependencies-artifact-2882582100613256286/netty-tcnative-boringssl-static-2.0.76.Final-linux-aarch_64.jar, /tmp/resolveDependencies-artifact-11974631624059408663/netty-tcnative-boringssl-static-2.0.76.Final-osx-x86_64.jar, /tmp/resolveDependencies-artifact-1131159153394259051/netty-tcnative-boringssl-static-2.0.76.Final-osx-aarch_64.jar, /tmp/resolveDependencies-artifact-2515486317231611887/netty-tcnative-boringssl-static-2.0.76.Final-windows-x86_64.jar, /tmp/resolveDependencies-artifact-7767472743549970813/commons-compress-1.23.0.jar, /tmp/resolveDependencies-artifact-11679970298879393429/websocket-jetty-client-11.0.15.jar, /tmp/resolveDependencies-artifact-15565220841165718694/websocket-jetty-api-11.0.15.jar, /tmp/resolveDependencies-artifact-2058512446333143194/websocket-core-client-11.0.15.jar, /tmp/resolveDependencies-artifact-220070081947392667/websocket-core-common-11.0.15.jar, /tmp/resolveDependencies-artifact-1797419077472893295/jetty-client-11.0.15.jar, /tmp/resolveDependencies-artifact-6093442367298325316/jvm-libp2p-1.2.2-RELEASE.jar, /tmp/resolveDependencies-artifact-18103207647499672459/websocket-jetty-common-11.0.15.jar, /tmp/resolveDependencies-artifact-14770781632337923356/jetty-alpn-client-11.0.15.jar, /tmp/resolveDependencies-artifact-1869586417960319168/bctls-jdk18on-1.78.1.jar] [unhandled DiagnosticEffect from JvmBuildRules.kt:1150]
[shard 1/3] null Using Kotlin home directory <no_path> [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] null Using JDK home inferred from java.home: /usr/lib/jvm/java-21-openjdk-amd64 [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] null Exception on loading scripting plugin: java.lang.ClassNotFoundException: org.jetbrains.kotlin.scripting.compiler.plugin.ScriptingCompilerConfigurationComponentRegistrar [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] 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]
[shard 1/3] null Using JVM IR backend [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] null Configuring the compilation environment [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] 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]
[shard 1/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:720:13: warning: variable 'existingJob' is never used
[shard 1/3] val existingJob = jobs[jobId] ?: return null
[shard 1/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:761:13: warning: variable 'existingJob' is never used
[shard 1/3] val existingJob = jobs[jobId] ?: return null
[shard 1/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:776:13: warning: variable 'existingJob' is never used
[shard 1/3] val existingJob = jobs[jobId] ?: return null
[shard 1/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] null Using Kotlin home directory <no_path> [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] null Using JDK home inferred from java.home: /usr/lib/jvm/java-21-openjdk-amd64 [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] null Exception on loading scripting plugin: java.lang.ClassNotFoundException: org.jetbrains.kotlin.scripting.compiler.plugin.ScriptingCompilerConfigurationComponentRegistrar [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] 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]
[shard 2/3] null Using JVM IR backend [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] null Configuring the compilation environment [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] 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]
[shard 2/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:720:13: warning: variable 'existingJob' is never used
[shard 2/3] val existingJob = jobs[jobId] ?: return null
[shard 2/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:761:13: warning: variable 'existingJob' is never used
[shard 2/3] val existingJob = jobs[jobId] ?: return null
[shard 2/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 2/3] projects/CodexCoder21Organization-WebCronApiServer-7ae50159d58c2dcb5a5c88e3f0bd7dc10a0d3671/src/CronProjection.kt:776:13: warning: variable 'existingJob' is never used
[shard 2/3] val existingJob = jobs[jobId] ?: return null
[shard 2/3] ^ Variable 'existingJob' is never used [unhandled DiagnosticEffect from JvmBuildRules.kt:1176]
[shard 1/3] /tmp/qtcompile13386255912003969158/testBackoffRetryRecordsMultipleAttempts.kt:246:26: warning: parameter 'baseUrl' is never used, could be renamed to _
[shard 1/3] withMockTestServer { baseUrl, _, mockPort, requestLog, setMock, http ->
[shard 1/3] ^ Parameter 'baseUrl' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
[shard 1/3] /tmp/qtcompile881844681330459943/testAlternateUrlRetryUsesAlternateUrl.kt:246:26: warning: parameter 'baseUrl' is never used, could be renamed to _
[shard 1/3] withMockTestServer { baseUrl, _, mockPort, requestLog, setMock, http ->
[shard 1/3] ^ Parameter 'baseUrl' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
[shard 0/3] /tmp/qtcompile17722996748235661495/testWebhookWithDeleteMethod.kt:245:26: warning: parameter 'baseUrl' is never used, could be renamed to _
[shard 0/3] withMockTestServer { baseUrl, _, mockPort, requestLog, setMock, http ->
[shard 0/3] ^ Parameter 'baseUrl' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
[shard 0/3] /tmp/qtcompile17525830326821198838/testWebhookReturns500RecordsFailure.kt:245:26: warning: parameter 'baseUrl' is never used, could be renamed to _
[shard 0/3] withMockTestServer { baseUrl, _, mockPort, _, setMock, http ->
[shard 0/3] ^ Parameter 'baseUrl' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
[shard 1/3] /tmp/qtcompile16290780439865430509/testWebhookWithCustomHeadersAndBody.kt:245:26: warning: parameter 'baseUrl' is never used, could be renamed to _
[shard 1/3] withMockTestServer { baseUrl, _, mockPort, requestLog, setMock, http ->
[shard 1/3] ^ Parameter 'baseUrl' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
[shard 2/3] /tmp/qtcompile10646598754662219391/testWebhookWithPutMethod.kt:245:26: warning: parameter 'baseUrl' is never used, could be renamed to _
[shard 2/3] withMockTestServer { baseUrl, _, mockPort, requestLog, setMock, http ->
[shard 2/3] ^ Parameter 'baseUrl' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
[shard 0/3] [2026-07-12 13:57:12] Merged 1 build rule results from XML
[shard 0/3] [HeapDump] No heap dump files found on droplet
[shard 1/3] [2026-07-12 13:57:12] Merged 1 build rule results from XML
[shard 1/3] [HeapDump] No heap dump files found on droplet
[shard 2/3] /tmp/qtcompile12329140420576847499/testWebhookWithGetMethod.kt:245:26: warning: parameter 'baseUrl' is never used, could be renamed to _
[shard 2/3] withMockTestServer { baseUrl, _, mockPort, requestLog, setMock, http ->
[shard 2/3] ^ Parameter 'baseUrl' is never used, could be renamed to _ [DiagnosticEffect from Main.kt:239]
[shard 2/3] [2026-07-12 13:58:05] Merged 1 build rule results from XML
[shard 2/3] [HeapDump] No heap dump files found on droplet
[2026-07-12 13:58:06] Build+test complete: 87 passed, 1 failed, 88 total (aggregated across 3 shards)
[perftest-dispatch] No @PerformanceTest-annotated tests found in workspace.
[2026-07-12 13:58:08] Destroying droplets...
[2026-07-12 13:58:08] Droplets enqueued for deletion
[2026-07-12 13:58:08] Build finished with status: FAILED