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

kapacitor 1.7.5 #174369

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/k/kapacitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

stable do
url "https://github.com/influxdata/kapacitor.git",
tag: "v1.7.4",
revision: "3470f6ae7f53acaca90459cc1128298548fdc740"
tag: "v1.7.5",
revision: "577ded2d9a65371b02bff0b6950ea147fa724b6c"

# build patch to upgrade flux so that it can be built with rust 1.72.0+
# upstream PR ref, https://github.com/influxdata/kapacitor/pull/2811
Expand Down Expand Up @@ -46,7 +46,7 @@
sha256 "23b2ed6a2f04d42906f5a8c28c8d681d03d47a1c32435b5df008adac5b935f1a"
end

def install

Check failure on line 49 in Formula/k/kapacitor.rb

View workflow job for this annotation

GitHub Actions / Linux

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

Executing cargo build {"dir": "/home/linuxbrew/.cache/Homebrew/go_cache/pkgconfig/github.com/influxdata/[email protected]/libflux", "target": "x86_64-unknown-linux-gnu"} warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Updating crates.io index Downloading crates ... Downloaded bitflags v1.3.2 Downloaded crc32fast v1.3.2 Downloaded flatbuffers v22.12.6 Downloaded strsim v0.8.0 Downloaded vec_map v0.8.2 Downloaded walkdir v2.3.3 Downloaded serde_derive v1.0.159 Downloaded serde v1.0.159 Downloaded unicode-segmentation v1.10.1 Downloaded ryu v1.0.13 Downloaded rle-decode-fast v1.0.3 Downloaded once_cell v1.17.1 Downloaded salsa-macros v0.17.0-pre.2 Downloaded serde_json v1.0.95 Downloaded proc-macro-error v1.0.4 Downloaded pretty v0.11.3 Downloaded itoa v1.0.6 Downloaded syn v2.0.13 Downloaded regex-syntax v0.6.29 Downloaded syn v1.0.109 Downloaded regex v1.7.3 Downloaded version_check v0.9.4 Downloaded unicode-width v0.1.10 Downloaded unicode-ident v1.0.8 Downloaded typed-arena v2.0.2 Downloaded thiserror-impl v1.0.40 Downloaded termcolor v1.2.0 Downloaded structopt-derive v0.4.18 Downloaded smallvec v1.10.0 Downloaded scopeguard v1.1.0 Downloaded same-file v1.0.6 Downloaded salsa v0.17.0-pre.2 Downloaded quote v1.0.26 Downloaded proc-macro-error-attr v1.0.4 Downloaded parking_lot_core v0.8.6 Downloaded ordered-float v3.6.0 Downloaded memchr v2.5.0 Downloaded libc v0.2.141 Downloaded libflate_lz77 v1.2.0 Downloaded thiserror v1.0.40 Downloaded textwrap v0.11.0 Downloaded structopt v0.3.26 Downloaded semver v1.0.17 Downloaded rustc_version v0.4.0 Downloaded rustc-hash v1.1.0 Downloaded proc-macro2 v1.0.56 Downloaded parking_lot v0.11.2 Downloaded oorandom v11.1.3 Downloaded num-traits v0.2.15 Downloaded num-integer v0.1.45 Downloaded maplit v1.0.2 Downloaded log v0.4.17 Downloaded lock_api v0.4.9 Downloaded libflate v1.3.0 Downloaded lazy_static v1.4.0 Downloaded instant v0.1.12 Downloaded humantime v2.1.0 Downloaded heck v0.3.3 Downloaded hashbrown v0.12.3 Downloaded getrandom v0.2.8 Downloaded env_logger v0.9.3 Downloaded ena v0.14.2 Downloaded derive_more v0.99.17 Downloaded derivative v2.2.0 Downloaded crossbeam-utils v0.8.15 Downloaded clap v2.34.0 Downloaded chrono v0.4.24 Downloaded cfg-if v1.0.0 Downloaded autocfg v1.1.0 Downloaded arrayvec v0.5.2 Downloaded anyhow v1.0.70 Downloaded ansi_term v0.12.1 Downloaded adler32 v1.2.0 Downloaded indexmap v1.9.3 Downloaded iana-time-zone v0.1.56 Downloaded fnv v1.0.7 Downloaded atty v0.2.14 Downloaded aho-corasick v0.7.20 Downloaded codespan-reporting v0.11.1 Downloading crates ... Downloaded colored v2.0.0 Downloading crates ... Downloaded criterion v0.3.6 Downloading crates ... Downloaded expect-test v1.4.1 Downloading crates ... Downloaded pretty_assertions v1.3.0 Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.56 Compiling unicode-ident v1.0.8 Compiling quote v1.0.26 Compiling libc v0.2.141 Compiling log v0.4.17 Compiling syn v1.0.109 Compiling num-traits v0.2.15 Compiling cfg-if v1.0.0 Compiling serde v1.0.159 Compiling serde_derive v1.0.159 Compiling memchr v2.5.0 Compiling version_check v0.9.4 Compiling lock_api v0.4.9 Compiling syn v2.0.13 Compiling semver v1.0.17 Compiling parking_lot_core v0.8.6 Compiling unicode-segmentation v1.10.1 Compiling heck v0.3.3 Compiling proc-macro-error-attr v1.0.4 Compiling num-integer v0.1.45 Compiling indexmap v1.9.3 Compiling crossbeam-utils v0.8.15 Compiling crc32fast v1.3.2 Compil

Check failure on line 49 in Formula/k/kapacitor.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

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

note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Updating crates.io index Downloading crates ... Downloaded aho-corasick v0.7.20 Downloaded core-foundation-sys v0.8.4 Downloaded ena v0.14.2 Downloaded getrandom v0.2.8 Downloaded unicode-ident v1.0.8 Downloaded version_check v0.9.4 Downloaded walkdir v2.3.3 Downloaded vec_map v0.8.2 Downloaded unicode-width v0.1.10 Downloaded unicode-segmentation v1.10.1 Downloaded textwrap v0.11.0 Downloaded termcolor v1.2.0 Downloaded syn v2.0.13 Downloaded syn v1.0.109 Downloaded serde_json v1.0.95 Downloaded serde v1.0.159 Downloaded salsa v0.17.0-pre.2 Downloaded ryu v1.0.13 Downloaded rle-decode-fast v1.0.3 Downloaded regex-syntax v0.6.29 Downloaded regex v1.7.3 Downloaded proc-macro2 v1.0.56 Downloaded proc-macro-error v1.0.4 Downloaded ordered-float v3.6.0 Downloaded once_cell v1.17.1 Downloaded num-traits v0.2.15 Downloaded num-integer v0.1.45 Downloaded maplit v1.0.2 Downloaded log v0.4.17 Downloaded lock_api v0.4.9 Downloaded libflate v1.3.0 Downloaded libc v0.2.141 Downloaded lazy_static v1.4.0 Downloaded itoa v1.0.6 Downloaded instant v0.1.12 Downloaded indexmap v1.9.3 Downloaded hashbrown v0.12.3 Downloaded typed-arena v2.0.2 Downloaded thiserror-impl v1.0.40 Downloaded structopt-derive v0.4.18 Downloaded strsim v0.8.0 Downloaded salsa-macros v0.17.0-pre.2 Downloaded rustc_version v0.4.0 Downloaded rustc-hash v1.1.0 Downloaded quote v1.0.26 Downloaded oorandom v11.1.3 Downloaded libflate_lz77 v1.2.0 Downloaded heck v0.3.3 Downloaded thiserror v1.0.40 Downloaded structopt v0.3.26 Downloaded smallvec v1.10.0 Downloaded serde_derive v1.0.159 Downloaded semver v1.0.17 Downloaded scopeguard v1.1.0 Downloaded same-file v1.0.6 Downloaded proc-macro-error-attr v1.0.4 Downloaded parking_lot_core v0.8.6 Downloaded parking_lot v0.11.2 Downloaded memchr v2.5.0 Downloaded iana-time-zone v0.1.56 Downloaded humantime v2.1.0 Downloaded flatbuffers v22.12.6 Downloaded env_logger v0.9.3 Downloaded derivative v2.2.0 Downloaded crossbeam-utils v0.8.15 Downloaded codespan-reporting v0.11.1 Downloaded clap v2.34.0 Downloaded cfg-if v1.0.0 Downloaded adler32 v1.2.0 Downloaded fnv v1.0.7 Downloaded derive_more v0.99.17 Downloaded crc32fast v1.3.2 Downloaded chrono v0.4.24 Downloaded bitflags v1.3.2 Downloaded autocfg v1.1.0 Downloaded arrayvec v0.5.2 Downloaded atty v0.2.14 Downloaded anyhow v1.0.70 Downloaded ansi_term v0.12.1 Downloaded pretty v0.11.3 Downloading crates ... Downloaded colored v2.0.0 Downloading crates ... Downloaded criterion v0.3.6 Downloading crates ... Downloaded expect-test v1.4.1 Downloading crates ... Downloaded pretty_assertions v1.3.0 Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.56 Compiling quote v1.0.26 Compiling unicode-ident v1.0.8 Compiling libc v0.2.141 Compiling log v0.4.17 Compiling syn v1.0.109 Compiling num-traits v0.2.15 Compiling memchr v2.5.0 Compiling cfg-if v1.0.0 Compiling serde_derive v1.0.159 Compiling serde v1.0.159 Compiling version_check v0.9.4 Compiling syn v2.0.13 Compiling lock_api v0.4.9 Compiling semver v1.0.17 Compiling unicode-segmentation v1.10.1 Compiling parking_lot_core v0.8.6 Compiling heck v0.3.3 Compiling proc-macro-error-attr v1.0.4 Compiling indexmap v1.9.3 Compiling num-integer v0.1.45 Compiling crc32fast v1.3.2 Compiling crossbeam-utils v0.8.15 Compiling rustc_version v0.4.0 Compiling proc-macro-error v1.0.4 Compiling flatbuffers v22.12.6 Compiling serde_json v1.0.95 Compiling anyhow v1.0.70 Compiling thiserror v1.0.40 Compiling unicode-width v0.1.10 Compiling thiserror-impl v1.0.4
resource("pkg-config-wrapper").stage do
system "go", "build", *std_go_args, "-o", buildpath/"bootstrap/pkg-config"
end
Expand Down
Loading