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

opensearch 2.17.1 #192574

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/o/opensearch.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Opensearch < Formula
desc "Open source distributed and RESTful search engine"
homepage "https://github.com/opensearch-project/OpenSearch"
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.17.0.tar.gz"
sha256 "6af45ea416cf72e08680726ef59f0379fcbfa889845fd2626c86d9ae8ebbd9c4"
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.17.1.tar.gz"
sha256 "d0b358b2aa30dae87babe67a9e352d7a2ab0e18ef3e9b7e025a6b9cb7fa752a7"
license "Apache-2.0"

bottle do
Expand All @@ -17,7 +17,7 @@
depends_on "gradle" => :build
depends_on "openjdk"

def install

Check failure on line 20 in Formula/o/opensearch.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle opensearch` failed on Linux!

> Task :modules:mapper-extras:processResources NO-SOURCE > Task :modules:mapper-extras:copyPluginPropertiesTemplate > Task :modules:mapper-extras:pluginProperties > Task :libs:opensearch-grok:compileJava FAILED /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:117: error: reference not found * access to an actual {@link float}. Extracters returned from this method ^ /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:147: error: reference not found * Called when the native type is an {@link int}. ^ /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:152: error: reference not found * Called when the native type is an {@link long}. ^ /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:157: error: reference not found * Called when the native type is an {@link float}. ^ /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:162: error: reference not found * Called when the native type is an {@link double}. ^ /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:167: error: reference not found * Called when the native type is an {@link boolean}. ^ 6 errors > Task :libs:opensearch-common:compileJava Note: Some input files use unchecked or unsafe operations. > Task :modules:ingest-geoip:copyDefaultGeoIp2DatabaseFiles > Task :libs:opensearch-common:compileJava Note: Recompile with -Xlint:unchecked for details. > Task :client:rest:compileJava Note: /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/client/rest/src/main/java/org/opensearch/client/ReactiveRequestProducer.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':libs:opensearch-grok:compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --info option to get more log output. BUILD FAILED in 1m 51s 54 actionable tasks: 54 executed ==> Formula Path: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/o/opensearch.rb ==> Configuration HOMEBREW_VERSION: 4.4.0-9-g7841c53 ORIGIN: https://github.com/Homebrew/brew HEAD: 7841c5306269976c1f472bccd4d5e05295582510 Last commit: 8 hours ago Core tap HEAD: ad4fe775c953697efc029e1327e615a66fdc90dd Core tap last commit: 10 minutes ago Core tap JSON: 02 Oct 00:59 UTC HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew HOMEBREW_BOOTSNAP: set HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /github/home/bottles/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_NO_INSTALL_FROM_API: set HOMEBREW_SORBET_RUNTIME: set HOMEBREW_VERIFY_ATTESTATIONS: set Homebrew Ruby: 3.3.5 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.5/bin/ruby CPU: quad-core 64-bit zen3 Clang: N/A Git: 2.46.2 => /usr/bin/git Curl: 7.81.0 => /usr/bin/curl Kernel: Linux 6.8.0-1014-azure x86_64 GNU/Linux OS: Ubuntu 22.04.5 LTS Host glibc: 2.35 /usr/bin/gcc: 11.4.0 /usr/bin/ruby: N/A glibc: N/A gcc@11: N/A gcc: N/A xorg: N/A ==> ENV HOMEBREW_CC: gcc-11 HOMEBREW_CXX: g
platform = OS.kernel_name.downcase
platform += "-arm64" if Hardware::CPU.arm?
system "gradle", "-Dbuild.snapshot=false", ":distribution:archives:no-jdk-#{platform}-tar:assemble"
Expand Down
Loading