-
Bug
-
Resolution: Fixed
-
Trivial
-
Jenkins v2.190.1
Warnings-NG v6.1.1
wsbt test run fails in Jenkins build, producing a line such as:
[error] Total time: 127 s, completed Oct 7, 2019 9:11:30 AM
Later, during
post { always { recordIssues enabledForFailure: true, tools: [scala()] } }
the following output occurs in Jenkins log:
[Scala Compiler] [-ERROR-] Can't resolve absolute paths for some files: [Scala Compiler] [-ERROR-] - Total time: 127 s, completed Oct 7, 2019 9 [Scala Compiler] [-ERROR-] Can't create fingerprints for some files: [Scala Compiler] [-ERROR-] - 'Total time: 127 s, completed Oct 7, 2019 9', IO exception has been thrown: java.nio.file.NoSuchFileException: Total time: 127 s, completed Oct 7, 2019 9
Looks like a false positive from [Sbt]ScalacParser regex capture at first glance:
Not a big deal at all, but can be confusing (in particular since scalac ran green).
Perfectly looks like a Hacktoberfest candidate.