influxdb 2.7.11 #490092
tests.yml
on: pull_request
formulae_detect
31s
Matrix: tap_syntax
report_analytics
5s
Matrix: tests
Matrix: test_deps
conclusion
0s
Annotations
21 errors, 9 warnings, and 5 notices
macOS 15-arm64
influxdb 2.7.11 did not build
|
`brew install --verbose --formula --build-bottle influxdb` failed on macOS Sequoia (15) on Apple Silicon!:
Formula/i/influxdb.rb#L64
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/
|
macOS 15-arm64
install failed
|
macOS 15-arm64
Process completed with exit code 1.
|
Linux
The job was canceled because "macOS_15-arm64_15-arm64-1" failed.
|
Linux
The operation was canceled.
|
macOS 13-arm64
The job was canceled because "macOS_15-arm64_15-arm64-1" failed.
|
macOS 13-arm64
influxdb 2.7.11 did not build
|
`brew install --verbose --formula --build-bottle influxdb` failed on macOS Ventura (13) on Apple Silicon!:
Formula/i/influxdb.rb#L64
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
|
macOS 13-arm64
The operation was canceled.
|
macOS 14-arm64
The job was canceled because "macOS_15-arm64_15-arm64-1" failed.
|
macOS 14-arm64
influxdb 2.7.11 did not build
|
`brew install --verbose --formula --build-bottle influxdb` failed on macOS Sonoma (14) on Apple Silicon!:
Formula/i/influxdb.rb#L64
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
|
macOS 14-arm64
The operation was canceled.
|
macOS 14-x86_64
The job was canceled because "macOS_15-arm64_15-arm64-1" failed.
|
macOS 14-x86_64
The operation was canceled.
|
macOS 13-x86_64
The job was canceled because "macOS_15-arm64_15-arm64-1" failed.
|
macOS 13-x86_64
The operation was canceled.
|
conclusion
`tests` job failure.
|
conclusion
`test_deps` job skipped. Do not merge until re-run with `CI-no-fail-fast-deps`
|
conclusion
Process completed with exit code 1.
|
formulae_detect
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
report_analytics
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_dep_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_runners
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tap_syntax (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tap_syntax
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
setup_dep_runners
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
conclusion
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
macOS 15-arm64
0 bottle(s)
|
macOS 15-arm64
0 failed bottle(s)
|
macOS 15-arm64
1 list(s) of skipped formulae
|
macOS 15-arm64
0 list(s) of successfully tested dependents
|
conclusion
`tests` job status: failure
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bottles_13-arm64-12129511865
|
462 Bytes |
|
bottles_13-x86_64-12129511865
|
450 Bytes |
|
bottles_14-arm64-12129511865
|
460 Bytes |
|
bottles_14-x86_64-12129511865
|
448 Bytes |
|
bottles_15-arm64-12129511865
|
789 Bytes |
|
bottles_ubuntu-latest
|
460 Bytes |
|
logs_13-arm64-12129511865
|
18.8 KB |
|
logs_14-arm64-12129511865
|
19.6 KB |
|
logs_14-x86_64-12129511865
|
1.23 KB |
|
logs_15-arm64-12129511865
|
19.3 KB |
|
logs_ubuntu-latest
|
17.7 KB |
|