-
Notifications
You must be signed in to change notification settings - Fork 2.5k
checkNotice tasks failing #4940
Description
On running gradle check on windows, we see the below group of failures for checkNotice tasks. We need to modify these checkNotice tasks so they get skipped on windows as these distributions aren't built on windows platform.
Task :distribution:archives:linux-arm64-tar:checkNotice FAILED
Task :distribution:archives:darwin-arm64-tar:checkNotice FAILED
Task :distribution:archives:freebsd-tar:checkNotice FAILED
Task :distribution:archives:linux-s390x-tar:checkNotice FAILED
Task :distribution:archives:darwin-tar:checkNotice FAILED
Task :distribution:archives:no-jdk-darwin-arm64-tar:checkNotice FAILED
Task :distribution:archives:no-jdk-darwin-tar:checkNotice FAILED
Task :distribution:archives:no-jdk-linux-tar:checkNotice FAILED
Task :distribution:archives:no-jdk-freebsd-tar:checkNotice FAILED
Task :distribution:archives:linux-tar:checkNotice FAILED
Task :distribution:archives:no-jdk-freebsd-tar:checkNotice FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':distribution:archives:no-jdk-freebsd-tar:checkNotice'.
Unable to read from file C:\Users\Pooj\OpenSearch\distribution\archives\no-jdk-freebsd-tar\build\tar-extracted\opensearch-3.0.0-SNAPSHOT\NOTICE.txt
Task :distribution:archives:linux-tar:checkNotice FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':distribution:archives:linux-tar:checkNotice'.
Unable to read from file C:\Users\Pooj\OpenSearch\distribution\archives\linux-tar\build\tar-extracted\opensearch-3.0.0-SNAPSHOT\NOTICE.txt