You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking forORT configurationin the following file:
/builds/oss/oss-review-toolkit/ort-gitlab-ci/config.yml
Looking foranalyzer-specific configurationin the following files and directories:
/builds/oss/oss-review-toolkit/ort-gitlab-ci/project/.ort.yml (does not exist)
/builds/oss/oss-review-toolkit/ort-gitlab-ci/ort-configuration/resolutions.yml
The following 25 package manager(s) are enabled:
Bazel, Bower, Bundler, Cargo, Carthage, CocoaPods, Composer, Conan, GoMod, Gradle, Maven, NPM, NuGet, PIP, Pipenv, PNPM, Poetry, Pub, SBT, SpdxDocumentFile, Stack, SwiftPM, Unmanaged, Yarn, Yarn2
Exception in thread "main" java.lang.IllegalStateException: Option path is required but not set.
at org.ossreviewtoolkit.plugins.packagecurationproviders.file.FilePackageCurationProviderFactory.create(FilePackageCurationProviderFactory.kt:14)
at org.ossreviewtoolkit.plugins.packagecurationproviders.file.FilePackageCurationProviderFactory.create(FilePackageCurationProviderFactory.kt:9)
at org.ossreviewtoolkit.plugins.packagecurationproviders.api.PackageCurationProviderFactory$Companion.create(PackageCurationProviderFactory.kt:51)
at org.ossreviewtoolkit.plugins.commands.analyzer.AnalyzerCommand.run(AnalyzerCommand.kt:167)
at com.github.ajalt.clikt.core.CoreCliktCommandKt.parse(CoreCliktCommand.kt:107)
at com.github.ajalt.clikt.core.CoreCliktCommandKt.main(CoreCliktCommand.kt:78)
at com.github.ajalt.clikt.core.CoreCliktCommandKt.main(CoreCliktCommand.kt:90)
at org.ossreviewtoolkit.cli.OrtMainKt.main(OrtMain.kt:87)
ORT version: [e.g. 37.0.0]
Java version: [e.g. 21]
OS: [e.g. Linux]
The error appeared after building latest ORT version, I am not sure how to proceed with this
The text was updated successfully, but these errors were encountered:
The error appeared after building latest ORT version, I am not sure how to proceed with this
Anyway, as the error message says, "Option path is required but not set". So no path is set for your FilePackageCurationProvider. Which probably is because you're using an outdated key name for the parent node: Use "options" instead of "config".
Great, I resolved the issue! I’m using this filter to track breaking changes, but this one wasn’t included. Are there any additional filters I should consider adding?
Are there any additional filters I should consider adding?
No. We somewhat deprecated the use of PR labels for breaking changes in favor of listing them in the release notes on a per-commit basis. I'd recommend to watch the release notes instead.
Describe the bug
The error appeared after building latest ORT version, I am not sure how to proceed with this
The text was updated successfully, but these errors were encountered: