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

influxdb 2.7.11 #199797

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/i/influxdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# When bumping to 3.x, update license stanza to `license any_of: ["Apache-2.0", "MIT"]`
# Ref: https://github.com/influxdata/influxdb/blob/main/Cargo.toml#L124
url "https://github.com/influxdata/influxdb.git",
tag: "v2.7.10",
revision: "f302d9730c3c66577bea7bc7199cfae773bf308e"
tag: "v2.7.11",
revision: "fbf5d4ab5e65d3a3661aa52e1d05259d19a6a81b"
license "MIT"
head "https://github.com/influxdata/influxdb.git", branch: "main-2.x"

Expand Down Expand Up @@ -61,7 +61,7 @@
end
end

def install

Check failure on line 64 in Formula/i/influxdb.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle influxdb` failed on macOS Sequoia (15) on Apple Silicon!

Compiling codespan-reporting v0.11.1 Compiling ena v0.14.2 Compiling fnv v1.0.7 Compiling maplit v1.0.2 Compiling flux-core v0.154.0 (/Users/brew/Library/Caches/Homebrew/go_cache/pkgconfig/github.com/influxdata/[email protected]/libflux/flux-core) error: elided lifetime has a name --> flux-core/src/ast/walk/mod.rs:183:47 | 181 | impl<'a> Node<'a> { | -- lifetime `'a` declared here 182 | #[allow(missing_docs)] 183 | pub fn from_expr(expr: &'a Expression) -> Node { | ^^^^ this elided lifetime gets resolved as `'a` | note: the lint level is defined here --> flux-core/src/lib.rs:1:38 | 1 | #![cfg_attr(feature = "strict", deny(warnings, missing_docs))] | ^^^^^^^^ = note: `#[deny(elided_named_lifetimes)]` implied by `#[deny(warnings)]` error: elided lifetime has a name --> flux-core/src/parser/mod.rs:44:37 | 42 | impl<'input> Parser<'input> { | ------ lifetime `'input` declared here 43 | /// Instantiates a new parser with the given string as input. 44 | pub fn new(src: &'input str) -> Parser { | ^^^^^^ this elided lifetime gets resolved as `'input` error: could not compile `flux-core` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... Error installing library {"name": "flux", "error": "exit status 101"} ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/i/influxdb.rb ==> Configuration HOMEBREW_VERSION: 4.4.9 ORIGIN: https://github.com/Homebrew/brew HEAD: 2e780004c92f16a96036d3d43569c2924c4e54f5 Last commit: 2 hours ago Branch: master Core tap HEAD: 1990619f333eecf8dfc7b2a3f23660af1f36be5a Core tap last commit: 9 minutes ago Core tap JSON: 02 Dec 23:06 UTC Core cask tap JSON: 02 Dec 23:06 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew 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: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/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.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby CPU: quad-core 64-bit dunno Clang: 16.0.0 build 1600 Git: 2.39.5 => /usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 15.1-arm64 CLT: 16.1.0.0.1.1729049160 Xcode: 16.1 Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig:/opt/homebrew/opt/protobuf/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/15 HOMEBREW_MAKE_JOBS: 4 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk ACLOCAL_PATH: /opt/homebrew/share/aclocal PATH: /private/tmp/influxdb-20241202-9273-fz9oyp/bootstrap:/opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/breezy/bin:/opt/homebrew/opt/go/bin:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/protobuf/bin:/opt/homebrew/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin ::error::influxdb 2.7.11 did not build Logs: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/influxdb/00.options.out /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/

Check failure on line 64 in Formula/i/influxdb.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle influxdb` failed on macOS Sonoma (14) on Apple Silicon!

Compiling codespan-reporting v0.11.1 Compiling ena v0.14.2 Compiling fnv v1.0.7 Compiling maplit v1.0.2 Compiling flux-core v0.154.0 (/Users/brew/Library/Caches/Homebrew/go_cache/pkgconfig/github.com/influxdata/[email protected]/libflux/flux-core) error: elided lifetime has a name --> flux-core/src/ast/walk/mod.rs:183:47 | 181 | impl<'a> Node<'a> { | -- lifetime `'a` declared here 182 | #[allow(missing_docs)] 183 | pub fn from_expr(expr: &'a Expression) -> Node { | ^^^^ this elided lifetime gets resolved as `'a` | note: the lint level is defined here --> flux-core/src/lib.rs:1:38 | 1 | #![cfg_attr(feature = "strict", deny(warnings, missing_docs))] | ^^^^^^^^ = note: `#[deny(elided_named_lifetimes)]` implied by `#[deny(warnings)]` error: elided lifetime has a name --> flux-core/src/parser/mod.rs:44:37 | 42 | impl<'input> Parser<'input> { | ------ lifetime `'input` declared here 43 | /// Instantiates a new parser with the given string as input. 44 | pub fn new(src: &'input str) -> Parser { | ^^^^^^ this elided lifetime gets resolved as `'input` error: could not compile `flux-core` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... Error installing library {"name": "flux", "error": "exit status 101"} ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/i/influxdb.rb ==> Configuration HOMEBREW_VERSION: 4.4.9 ORIGIN: https://github.com/Homebrew/brew HEAD: 2e780004c92f16a96036d3d43569c2924c4e54f5 Last commit: 2 hours ago Branch: master Core tap HEAD: 1990619f333eecf8dfc7b2a3f23660af1f36be5a Core tap last commit: 9 minutes ago Core tap JSON: 02 Dec 23:06 UTC Core cask tap JSON: 02 Dec 23:06 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew 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: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/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.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby CPU: quad-core 64-bit dunno Clang: 16.0.0 build 1600 Git: 2.39.5 => /usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 14.7-arm64 CLT: 16.1.0.0.1.1729049160 Xcode: 16.1 Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig:/opt/homebrew/opt/protobuf/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 HOMEBREW_MAKE_JOBS: 4 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk ACLOCAL_PATH: /opt/homebrew/share/aclocal PATH: /private/tmp/influxdb-20241202-9485-wv603b/bootstrap:/opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/breezy/bin:/opt/homebrew/opt/go/bin:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/protobuf/bin:/opt/homebrew/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin Logs: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/influxdb/00.options.out /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/inf

Check failure on line 64 in Formula/i/influxdb.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle influxdb` failed on macOS Ventura (13) on Apple Silicon!

Compiling codespan-reporting v0.11.1 Compiling ena v0.14.2 Compiling fnv v1.0.7 Compiling maplit v1.0.2 Compiling flux-core v0.154.0 (/Users/brew/Library/Caches/Homebrew/go_cache/pkgconfig/github.com/influxdata/[email protected]/libflux/flux-core) error: elided lifetime has a name --> flux-core/src/ast/walk/mod.rs:183:47 | 181 | impl<'a> Node<'a> { | -- lifetime `'a` declared here 182 | #[allow(missing_docs)] 183 | pub fn from_expr(expr: &'a Expression) -> Node { | ^^^^ this elided lifetime gets resolved as `'a` | note: the lint level is defined here --> flux-core/src/lib.rs:1:38 | 1 | #![cfg_attr(feature = "strict", deny(warnings, missing_docs))] | ^^^^^^^^ = note: `#[deny(elided_named_lifetimes)]` implied by `#[deny(warnings)]` error: elided lifetime has a name --> flux-core/src/parser/mod.rs:44:37 | 42 | impl<'input> Parser<'input> { | ------ lifetime `'input` declared here 43 | /// Instantiates a new parser with the given string as input. 44 | pub fn new(src: &'input str) -> Parser { | ^^^^^^ this elided lifetime gets resolved as `'input` error: could not compile `flux-core` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... Error installing library {"name": "flux", "error": "exit status 101"} ==> Formula Path: /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/i/influxdb.rb ==> Configuration HOMEBREW_VERSION: 4.4.9 ORIGIN: https://github.com/Homebrew/brew HEAD: 2e780004c92f16a96036d3d43569c2924c4e54f5 Last commit: 2 hours ago Branch: master Core tap HEAD: 1990619f333eecf8dfc7b2a3f23660af1f36be5a Core tap last commit: 9 minutes ago Core tap JSON: 02 Dec 23:06 UTC Core cask tap JSON: 02 Dec 23:06 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/brew/Library/Caches/Homebrew 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: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/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.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby CPU: quad-core 64-bit dunno Clang: 15.0.0 build 1500 Git: 2.39.3 => /usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 13.7-arm64 CLT: 15.1.0.0.1.1700200546 Xcode: 15.2 Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig:/opt/homebrew/opt/protobuf/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/13 HOMEBREW_MAKE_JOBS: 4 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk ACLOCAL_PATH: /opt/homebrew/share/aclocal PATH: /private/tmp/influxdb-20241202-9364-srxmr0/bootstrap:/opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/breezy/bin:/opt/homebrew/opt/go/bin:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/protobuf/bin:/opt/homebrew/opt/rust/bin:/usr/bin:/bin:/usr/sbin:/sbin Logs: /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/influxdb/00.options.out /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/inf
# Set up the influxdata pkg-config wrapper to enable just-in-time compilation & linking
# of the Rust components in the server.
resource("pkg-config-wrapper").stage do
Expand Down
Loading