Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extra try-catch clause + extra logging in LocalRepo #3114

Merged

Conversation

Gedochao
Copy link
Contributor

Closes #3110

@SpriteOvO @sequencer I have no idea under what circumstances this would fail, as we have no minimization/reproduction, but since the stacktrace points here, maybe this'd be sufficient. Feel free to try and let me know if this fixes it.

@Gedochao Gedochao requested review from tgodzik and kasiaMarek August 19, 2024 11:44
@Gedochao Gedochao force-pushed the maintenance/local-repo-extra-checks branch from 5c90059 to 45e623b Compare August 19, 2024 11:46
@Gedochao Gedochao force-pushed the maintenance/local-repo-extra-checks branch from 45e623b to 149c1dc Compare August 19, 2024 12:03
@Gedochao Gedochao marked this pull request as ready for review August 19, 2024 12:40
@Gedochao Gedochao enabled auto-merge (squash) August 19, 2024 14:13
@Gedochao Gedochao merged commit 44c783e into VirtusLab:main Aug 20, 2024
78 of 79 checks passed
@SpriteOvO
Copy link

Error message with the artifact of this commit:

Error removing /home/runner/.cache/scalacli/local-repo/.1.4.3-41-8ceaf1.tmp: /home/runner/.cache/scalacli/local-repo/.1.4.3-41-8ceaf1.tmp
Error: java.nio.file.FileAlreadyExistsException: /home/runner/.cache/scalacli/local-repo/1.4.3-41-8ceaf1
For more details, please see '[...]/.scala-build/stacktraces/1724173030-4202049434537684376.log'

1724173030-4202049434537684376.log:

 java.nio.file.FileAlreadyExistsException: /home/runner/.cache/scalacli/local-repo/1.4.3-41-8ceaf1
  java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
  java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:267)
  java.base/java.nio.file.Files.move(Files.java:1432)
  os.move$.apply(FileOps.scala:98)
  scala.build.LocalRepo$.localRepo$$anonfun$1(LocalRepo.scala:91)
  scala.build.LocalRepo$.localRepo$$anonfun$adapted$1(LocalRepo.scala:92)
  scala.build.LocalRepo$.withLock(LocalRepo.scala:118)
  scala.build.LocalRepo$.localRepo(LocalRepo.scala:92)
  scala.cli.commands.shared.SharedOptions.buildOptions$$anonfun$1(SharedOptions.scala:433)
  scala.build.EitherCps$Helper.apply(EitherCps.scala:19)
  scala.cli.commands.shared.SharedOptions.buildOptions(SharedOptions.scala:449)
  scala.cli.commands.ScalaCommand.buildOptions$$anonfun$1(ScalaCommand.scala:329)
  scala.Option.map(Option.scala:242)
  scala.cli.commands.ScalaCommand.buildOptions(ScalaCommand.scala:329)
  scala.cli.commands.ScalaCommand.run(ScalaCommand.scala:382)
  scala.cli.commands.ScalaCommand.run(ScalaCommand.scala:369)
  caseapp.core.app.CaseApp.main(CaseApp.scala:157)
  scala.cli.commands.ScalaCommand.main(ScalaCommand.scala:354)
  caseapp.core.app.CommandsEntryPoint.main(CommandsEntryPoint.scala:169)
  scala.cli.ScalaCliCommands.main(ScalaCliCommands.scala:125)
  scala.cli.ScalaCli$.main0(ScalaCli.scala:296)
  scala.cli.ScalaCli$.main(ScalaCli.scala:119)
  scala.cli.ScalaCli.main(ScalaCli.scala)
  java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  java.base/java.lang.reflect.Method.invoke(Method.java:568)
  coursier.bootstrap.launcher.a.a(Unknown Source)
  coursier.bootstrap.launcher.ResourcesLauncher.main(Unknown Source)

Sorry, I've been busy with other things recently and will try to provide a reproducible CI script sometime later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.nio.file.DirectoryNotEmptyException
3 participants