VirtusLab / scala-cli

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
https://scala-cli.virtuslab.org
Apache License 2.0
531 stars 125 forks source link

Wrongly printed downloading messages #2693

Open arturopala opened 6 months ago

arturopala commented 6 months ago

Version(s) Scala CLI version: 1.1.2 Scala version (default): 3.3.1

Describe the bug Dependencies fetched from the registry declared using

//> using repository https://maven.pkg.github.com/xxx/xxx

are not cached and downloaded each time the project compiles or tests

To Reproduce See https://github.com/arturopala/test-package

Expected behaviour Dependencies fetched from the custom GithubPackages repository should be cached

SethTisue commented 6 months ago

Is the problem reproducible with Coursier alone, or is it specific to scala-cli?

arturopala commented 6 months ago

@SethTisue running command

cs fetch --verbose --repository https://maven.pkg.github.com/xxx/xxx io.github.xxx::xxx:1.0.0

always result in a download of an artifact

SethTisue commented 6 months ago

Is there an example package I could use to see if the problem is reproducible on my own computer? I don't know what to replace xxx/xxx with.

arturopala commented 6 months ago

created an example test project: https://github.com/arturopala/test-package

SethTisue commented 6 months ago

“unauthorized”

% cs fetch --verbose --repository https://maven.pkg.github.com/arturopala/test-package io.github.arturopala:test-package:1.0.0 
  Dependencies:
io.github.arturopala:test-package:1.0.0:
Resolution error: Error downloading io.github.arturopala:test-package:1.0.0
  not found: /Users/tisue/.ivy2/local/io.github.arturopala/test-package/1.0.0/ivys/ivy.xml
  not found: https://repo1.maven.org/maven2/io/github/arturopala/test-package/1.0.0/test-package-1.0.0.pom
  unauthorized: https://maven.pkg.github.com/arturopala/test-package/io/github/arturopala/test-package/1.0.0/test-package-1.0.0.pom (GitHub Package Registry)
arturopala commented 6 months ago

@SethTisue it looks like github packages always require authentication, the best I can do is to invite you to this repository as a collaborator, and then you can configure GH credentials locally using something like:

scala-cli --power config repositories.credentials maven.pkg.github.com value:PrivateToken env:MY_PERSONAL_ACCESS_TOKEN
SethTisue commented 6 months ago

hmm... sorry, that exceeds my level of ambition on this issue. perhaps someone else would like to take it up from here

it's not clear to me whether a scala-cli maintainer might take an interest (I'm just an observer here), or whether you'd need to report it over in the coursier repo (https://github.com/coursier/coursier/issues ) and hope for action there

note that the main thing I had hoped to do was study the output generated by --verbose for clues, in the hopes that we'd find that an issue for this actually already exists at https://github.com/coursier/coursier/issues

Gedochao commented 6 months ago

created an example test project: https://github.com/arturopala/test-package

the best I can do is to invite you to this repository as a collaborator, and then you can configure GH credentials locally

@arturopala can you invite me to the repo? can't promise when I'll have the time to investigate this, but I suspect I might be your best bet.

arturopala commented 6 months ago

Done

pt., 19 sty 2024, 10:17 użytkownik Piotr Chabelski @.***> napisał:

created an example test project: https://github.com/arturopala/test-package

the best I can do is to invite you to this repository as a collaborator, and then you can configure GH credentials locally

@arturopala https://github.com/arturopala can you invite me to the repo? can't promise when I'll have the time to investigate this, but I suspect I might be your best bet.

— Reply to this email directly, view it on GitHub https://github.com/VirtusLab/scala-cli/issues/2693#issuecomment-1900036106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5ILYRRXPAINOMCW7OSMLYPI2ZVAVCNFSM6AAAAABCATEKZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBQGAZTMMJQGY . You are receiving this because you were mentioned.Message ID: @.***>

arturopala commented 5 months ago

@Gedochao any chance to have you look at this?

MaciejG604 commented 5 months ago

I see the problem in BSP operations, scala-cli does indeed download the artifact on every compilation. Curiously this does not happen when working in CLI. I'll investigate this.

MaciejG604 commented 5 months ago

Hi @arturopala, getting back to you. Good news is, that after some debugging of Coursier, I can confirm that artifacts are cached and not downloaded multiple times. The problem is that the messages of the logger are always Downloading and Downloaded while foundLocally loggin method is empty. This is not seen on the CLI since the logger does not accumulate output, just refreshes the lines. The same logs can be seen by doing this scala-cli run hello.scala 2>&1 > /dev/null.

Perhaps some more love should be given to the logger we use, so it's much more user-frienldy.

arturopala commented 5 months ago

Thank you!

arturopala commented 4 months ago

@MaciejG604 hi, do you think this output log is right? I'm getting this every moment in metals:

2024.03.07 13:22:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:15 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:15 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:16 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:17 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:17 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:17 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:17 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:17 INFO  compiling remittances_f4dd477a3a-test (1 scala source)
2024.03.07 13:22:17 INFO  time: compiled remittances_f4dd477a3a-test in 0.21s
2024.03.07 13:22:17 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:17 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:17 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:17 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:17 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:17 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:18 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:18 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:18 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:18 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:18 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:18 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:18 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:18 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:18 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:18 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:20 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:20 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:21 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:21 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:22 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:22 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:22 INFO  compiling remittances_f4dd477a3a-test (1 scala source)
2024.03.07 13:22:22 INFO  time: compiled remittances_f4dd477a3a-test in 0.22s
2024.03.07 13:22:22 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:22 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:22 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:22 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:22 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:22 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:23 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:23 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:23 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:23 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:23 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:23 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:23 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:23 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:23 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:23 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:23 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:23 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:24 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:24 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:25 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:25 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:27 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:27 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:30 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:30 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:30 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:30 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:30 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:30 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:30 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:30 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
Mar 07, 2024 1:22:31 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation
WARNING: Unmatched cancel notification for request id 695
2024.03.07 13:22:31 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:31 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:31 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:31 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:31 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:31 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:31 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:31 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:31 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:31 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:32 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:32 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:33 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:33 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:34 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:34 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:34 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:34 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:35 INFO  compiling remittances_f4dd477a3a-test (1 scala source)
2024.03.07 13:22:35 INFO  time: compiled remittances_f4dd477a3a-test in 0.25s
2024.03.07 13:22:34 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:34 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:34 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:34 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:34 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:34 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:36 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:36 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:36 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:36 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:36 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:36 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:36 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:36 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:36 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:36 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:37 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:37 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:38 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:38 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:39 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:39 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:40 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:40 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:40 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:40 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:40 WARN  Could not load snapshot text for /Users/arturopala/workspace/xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/remittances/Remittancesxxxxxxx.test.scala
2024.03.07 13:22:40 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:40 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:40 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:40 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:41 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:41 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
Mar 07, 2024 1:22:41 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation
WARNING: Unmatched cancel notification for request id 716
2024.03.07 13:22:41 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:41 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:41 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:41 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:41 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:41 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:41 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:41 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:42 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:42 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
Mar 07, 2024 1:22:43 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation
WARNING: Unmatched cancel notification for request id 725
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:44 WARN  Could not load snapshot text for /Users/arturopala/workspace/xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/remittances/Remittancesxxxxxxx.test.scala
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:43 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:43 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:45 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:45 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:45 INFO  compiling remittances_f4dd477a3a-test (1 scala source)
2024.03.07 13:22:45 INFO  time: compiled remittances_f4dd477a3a-test in 0.23s
2024.03.07 13:22:52 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:52 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:52 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:52 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:52 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:52 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:52 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:52 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:53 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:53 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:53 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:53 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:53 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:53 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:53 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:53 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:53 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:53 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:54 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:54 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:55 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:55 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:56 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:56 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:56 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:56 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:56 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:56 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:56 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:56 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:56 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:56 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:57 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:57 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:57 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:22:57 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:22:57 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:57 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:57 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:57 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:22:57 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:57 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:58 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:58 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:59 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:22:59 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:23:01 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/utils_3/
2024.03.07 13:23:01 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/utils_3/
Mar 07, 2024 1:23:01 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation
WARNING: Unmatched cancel notification for request id 785
2024.03.07 13:23:12 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:23:12 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:23:12 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:23:12 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:23:12 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:23:12 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:23:13 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:23:13 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:23:13 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:23:13 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:23:13 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/scala3-library_3/
2024.03.07 13:23:13 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/scala3-library_3/
2024.03.07 13:23:13 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:23:13 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:23:13 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit-test_3/
2024.03.07 13:23:13 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit-test_3/
2024.03.07 13:23:13 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:23:13 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scalameta/munit_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scalameta/munit_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/org/scala-lang/toolkit_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/org/scala-lang/toolkit_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx-runtime_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:23:14 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:23:14 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloaded https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-integration-tests/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloading https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloading https://maven.pkg.github.com/xxxxxxxx-xxxxxxxx/xxxxxxxx-xxx-xxxxxxxs/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
2024.03.07 13:23:16 INFO  BSP server: Downloaded https://repo1.maven.org/maven2/io/github/xxxxxxxx-xxxxxxxx/xxxxxxxxxx_3/
tgodzik commented 4 months ago

Uch, I think i've seen this previously with non default repositories, nothing is actually being downloaded, but would be really great to fix in coursier.