Skip to content

Core functionality

Core functionality #1

Triggered via push April 25, 2024 14:33
Status Failure
Total duration 14s
Artifacts

build.yml

on: push
compile-all
4s
compile-all
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
compile-all
Command failed: /home/runner/bin/scalafmt-native -c .scalafmt.conf --test core akka examples Exception in thread "main" java.nio.file.NoSuchFileException: /home/runner/work/urlopt4s/urlopt4s/examples at java.base@11.0.17/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base@11.0.17/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base@11.0.17/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base@11.0.17/java.nio.file.Files.readAttributes(Files.java:1764) at java.base@11.0.17/java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219) at java.base@11.0.17/java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276) at java.base@11.0.17/java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322) at java.base@11.0.17/java.nio.file.FileTreeIterator.<init>(FileTreeIterator.java:71) at java.base@11.0.17/java.nio.file.Files.find(Files.java:3942) at org.scalafmt.sysops.FileOps$.listFiles(FileOps.scala:67) at org.scalafmt.sysops.BatchPathFinder$DirFiles.$anonfun$findFiles$2(BatchPathFinder.scala:43) at scala.collection.immutable.List.flatMap(List.scala:294) at scala.collection.immutable.List.flatMap(List.scala:79) at org.scalafmt.sysops.BatchPathFinder$DirFiles.findFiles(BatchPathFinder.scala:43) at org.scalafmt.sysops.BatchPathFinder.findFilesExplicit(BatchPathFinder.scala:12) at org.scalafmt.sysops.BatchPathFinder.findFilesExplicit$(BatchPathFinder.scala:11) at org.scalafmt.sysops.BatchPathFinder$DirFiles.findFilesExplicit(BatchPathFinder.scala:36) at org.scalafmt.sysops.BatchPathFinder.findMatchingFiles(BatchPathFinder.scala:29) at org.scalafmt.sysops.BatchPathFinder.findMatchingFiles$(BatchPathFinder.scala:14) at org.scalafmt.sysops.BatchPathFinder$DirFiles.findMatchingFiles(BatchPathFinder.scala:36) at org.scalafmt.cli.ScalafmtRunner.getFilesFromCliOptions(ScalafmtRunner.scala:70) at org.scalafmt.cli.ScalafmtRunner.getInputMethods(ScalafmtRunner.scala:43) at org.scalafmt.cli.ScalafmtRunner.getInputMethods$(ScalafmtRunner.scala:35) at org.scalafmt.cli.ScalafmtCoreRunner$.getInputMethods(ScalafmtCoreRunner.scala:15) at org.scalafmt.cli.ScalafmtCoreRunner$.$anonfun$run$2(ScalafmtCoreRunner.scala:37) at metaconfig.Configured$ConfiguredImplicit.fold(Configured.scala:111) at org.scalafmt.cli.ScalafmtCoreRunner$.run(ScalafmtCoreRunner.scala:23) at org.scalafmt.cli.Cli$.runWithRunner(Cli.scala:164) at org.scalafmt.cli.Cli$.run(Cli.scala:91) at org.scalafmt.cli.Cli$.mainWithOptions(Cli.scala:61) at org.scalafmt.cli.Cli$.main(Cli.scala:43) at org.scalafmt.cli.Cli.main(Cli.scala)
compile-all
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, jrouly/scalafmt-native-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
compile-all
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jrouly/scalafmt-native-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/