glog 0.7.0 #381951
Annotations
10 errors
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/f/fizz.rb#L53
/opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean
==> Testing fizz
==> /usr/bin/clang++ -std=c++17 test.cpp -o test -I/opt/homebrew/Cellar/fizz/2024.05.02.00_1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/Cellar/fizz/2024.05.02.00_1/lib -lfizz -L/opt/homebrew/opt/folly/lib -lfolly -L/opt/homebrew/opt/gflags/lib -lgflags -L/opt/homebrew/opt/glog/lib -lglog -L/opt/homebrew/opt/libevent/lib -levent -L/opt/homebrew/opt/libsodium/lib -lsodium -L/opt/homebrew/opt/openssl@3/lib -lcrypto -lssl
In file included from test.cpp:1:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/client/AsyncFizzClient.h:11:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/client/ClientExtensions.h:11:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/record/Types.h:12:
In file included from /opt/homebrew/include/folly/io/Cursor.h:31:
In file included from /opt/homebrew/include/folly/io/IOBuf.h:33:
/opt/homebrew/include/glog/logging.h:60:4: error: <glog/logging.h> was not included correctly. See the documention for how to consume the library.
# error <glog/logging.h> was not included correctly. See the documention for how to consume the library.
^
In file included from test.cpp:1:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/client/AsyncFizzClient.h:11:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/client/ClientExtensions.h:11:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/record/Types.h:12:
In file included from /opt/homebrew/include/folly/io/Cursor.h:31:
In file included from /opt/homebrew/include/folly/io/IOBuf.h:33:
In file included from /opt/homebrew/include/glog/logging.h:63:
/opt/homebrew/include/glog/flags.h:45:4: error: <glog/flags.h> was not included correctly. See the documention for how to consume the library.
# error <glog/flags.h> was not included correctly. See the documention for how to consume the library.
^
/opt/homebrew/include/glog/flags.h:105:1: error: unknown type name 'GLOG_EXPORT'
DECLARE_int32(logemaillevel);
^
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^
/opt/homebrew/include/glog/flags.h:80:14: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^
/opt/homebrew/include/glog/flags.h:105:1: error: cannot define or redeclare 'int32' here because namespace 'fLI' does not enclose namespace 'google'
DECLARE_int32(logemaillevel);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:88:56: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
~~~~~~~~^
/opt/homebrew/include/glog/flags.h:80:26: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^~~~
/opt/homebrew/include/glog/flags.h:105:1: error: expected ';' after top level declarator
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^
/opt/homebrew/include/glog/flags.h:80:31: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^
<scratch space>:299:1: note: expanded from here
FLAGS_logemaillevel
^
In file included from test.cpp:1:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/client/AsyncFizzClient.h:11:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/client/ClientExtensions.h:11:
In file included from /opt/homebrew/Cellar/fizz/2024.05.02.00_1/include/fizz/record/Types.h:12:
In file included from /opt/homebrew/include/folly/io/Cur
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/w/wangle.rb#L54
/opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean
==> Testing wangle
==> /usr/bin/clang++ /opt/homebrew/Cellar/wangle/2024.05.02.00_1/share/wangle/EchoClient.cpp -std=c++17 -I/opt/homebrew/Cellar/wangle/2024.05.02.00_1/include -I/opt/homebrew/opt/openssl@3/include -L/opt/homebrew/opt/gflags/lib -L/opt/homebrew/opt/glog/lib -L/opt/homebrew/opt/folly/lib -L/opt/homebrew/opt/fizz/lib -L/opt/homebrew/Cellar/wangle/2024.05.02.00_1/lib -lgflags -lglog -lfolly -lfizz -lwangle -o EchoClient
In file included from /opt/homebrew/Cellar/wangle/2024.05.02.00_1/share/wangle/EchoClient.cpp:22:
In file included from /opt/homebrew/Cellar/wangle/2024.05.02.00_1/include/wangle/bootstrap/ClientBootstrap.h:19:
In file included from /opt/homebrew/include/folly/executors/IOThreadPoolExecutor.h:21:
In file included from /opt/homebrew/include/folly/executors/QueueObserver.h:28:
In file included from /opt/homebrew/include/folly/Synchronized.h:42:
/opt/homebrew/include/glog/logging.h:60:4: error: <glog/logging.h> was not included correctly. See the documention for how to consume the library.
# error <glog/logging.h> was not included correctly. See the documention for how to consume the library.
^
In file included from /opt/homebrew/Cellar/wangle/2024.05.02.00_1/share/wangle/EchoClient.cpp:22:
In file included from /opt/homebrew/Cellar/wangle/2024.05.02.00_1/include/wangle/bootstrap/ClientBootstrap.h:19:
In file included from /opt/homebrew/include/folly/executors/IOThreadPoolExecutor.h:21:
In file included from /opt/homebrew/include/folly/executors/QueueObserver.h:28:
In file included from /opt/homebrew/include/folly/Synchronized.h:42:
In file included from /opt/homebrew/include/glog/logging.h:63:
/opt/homebrew/include/glog/flags.h:45:4: error: <glog/flags.h> was not included correctly. See the documention for how to consume the library.
# error <glog/flags.h> was not included correctly. See the documention for how to consume the library.
^
/opt/homebrew/include/glog/flags.h:105:1: error: unknown type name 'GLOG_EXPORT'
DECLARE_int32(logemaillevel);
^
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^
/opt/homebrew/include/glog/flags.h:80:14: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^
/opt/homebrew/include/glog/flags.h:105:1: error: cannot define or redeclare 'int32' here because namespace 'fLI' does not enclose namespace 'google'
DECLARE_int32(logemaillevel);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:88:56: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
~~~~~~~~^
/opt/homebrew/include/glog/flags.h:80:26: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^~~~
/opt/homebrew/include/glog/flags.h:105:1: error: expected ';' after top level declarator
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^
/opt/homebrew/include/glog/flags.h:80:31: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^
<scratch space>:170:1: note: expanded from here
FLAGS_logemaillevel
^
In file included from /opt/homebrew/Cellar/wangle/2024.05.02.00_1/share/wangle/EchoClient.cpp:22:
In file included from /opt/homebrew/Cellar/wangle/2024.05.02.00_1/include/wangle/bootstrap/ClientBootstrap.h:19:
In file included from /opt/homebrew/include/folly/executors/IOThreadPoolExecutor.h:21:
In file included from /opt/homebrew/include/folly/executors/QueueObserver.h:28:
In file included from /opt/homebrew/include/folly/Synchronized.h:42:
In file included from /opt/
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/f/fb303.rb#L34
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:82:26: note: expanded from macro 'DECLARE_VARIABLE'
using fL##shorttype::FLAGS_##name
~~~~~~~~~~~~~~~^
<scratch space>:415:1: note: expanded from here
FLAGS_logcleansecs
^
In file included from /tmp/fb303-20240504-40551-br7ltx/fb303-2024.05.02.00/build/fb303/thrift/gen-cpp2/fb303_core_data.cpp:8:
In file included from /tmp/fb303-20240504-40551-br7ltx/fb303-2024.05.02.00/build/fb303/thrift/gen-cpp2/fb303_core_data.h:11:
In file included from /tmp/fb303-20240504-40551-br7ltx/fb303-2024.05.02.00/build/fb303/thrift/gen-cpp2/fb303_core_types.h:9:
In file included from /opt/homebrew/include/thrift/lib/cpp2/gen/module_types_h.h:35:
In file included from /opt/homebrew/include/thrift/lib/cpp2/Adapter.h:21:
In file included from /opt/homebrew/include/thrift/lib/cpp2/op/Clear.h:21:
In file included from /opt/homebrew/include/thrift/lib/cpp2/op/detail/Clear.h:25:
In file included from /opt/homebrew/include/folly/io/IOBuf.h:33:
In file included from /opt/homebrew/include/glog/logging.h:63:
/opt/homebrew/include/glog/flags.h:112:1: error: unknown type name 'GLOG_EXPORT'
DECLARE_string(log_backtrace_at);
^
/opt/homebrew/include/glog/flags.h:100:12: note: expanded from macro 'DECLARE_string'
extern GLOG_EXPORT std::string& FLAGS_##name; \
^
/opt/homebrew/include/glog/flags.h:112:1: error: cannot define or redeclare 'string' here because namespace 'fLS' does not enclose namespace 'std'
DECLARE_string(log_backtrace_at);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:100:29: note: expanded from macro 'DECLARE_string'
extern GLOG_EXPORT std::string& FLAGS_##name; \
~~~~~^
/opt/homebrew/include/glog/flags.h:112:1: error: expected ';' after top level declarator
/opt/homebrew/include/glog/flags.h:100:35: note: expanded from macro 'DECLARE_string'
extern GLOG_EXPORT std::string& FLAGS_##name; \
^
/opt/homebrew/include/glog/flags.h:112:1: error: no member named 'FLAGS_log_backtrace_at' in namespace 'fLS'
DECLARE_string(log_backtrace_at);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:102:16: note: expanded from macro 'DECLARE_string'
using fLS::FLAGS_##name
~~~~~^
<scratch space>:419:1: note: expanded from here
FLAGS_log_backtrace_at
^
In file included from /tmp/fb303-20240504-40551-br7ltx/fb303-2024.05.02.00/build/fb303/thrift/gen-cpp2/fb303_core_types.cpp:7:
In file included from /tmp/fb303-20240504-40551-br7ltx/fb303-2024.05.02.00/build/fb303/thrift/gen-cpp2/fb303_core_types.h:9:
In file included from /opt/homebrew/include/thrift/lib/cpp2/gen/module_types_h.h:35:
In file included from /opt/homebrew/include/thrift/lib/cpp2/Adapter.h:21:
In file included from /opt/homebrew/include/thrift/lib/cpp2/op/Clear.h:21:
In file included from /opt/homebrew/include/thrift/lib/cpp2/op/detail/Clear.h:25:
In file included from /opt/homebrew/include/folly/io/IOBuf.h:33:
In file included from /opt/homebrew/include/glog/logging.h:63:
/opt/homebrew/include/glog/flags.h:115:1: error: unknown type name 'GLOG_EXPORT'
DECLARE_bool(timestamp_in_logfile_name);
^
/opt/homebrew/include/glog/flags.h:85:30: note: expanded from macro 'DECLARE_bool'
# define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name, bool)
^
/opt/homebrew/include/glog/flags.h:80:14: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^
In file included from /tmp/fb303-20240504-40551-br7ltx/fb303-2024.05.02.00/build/fb303/thrift/gen-cpp2/fb303_core_metadata.cpp:7:
In file included from /opt/homebrew/include/thrift/lib/cpp2/gen/module_metadata_cpp.h:23:
In file included from /opt/homebrew/include/thrift/l
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/f/fb303.rb#L34
==> Fetching fbthrift
==> Downloading https://ghcr.io/v2/homebrew/core/fbthrift/manifests/2024.05.02.00
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/1bc441aa3f33038bc455eeae0cb35804a30e0c7d13f093e132b0cf401fff1b84--fbthrift-2024.05.02.00.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/fbthrift/blobs/sha256:48aa6dd249aae735e8725a3cfe2f975059ec316628f8cb314f2d4142849a8366
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/061e9d503fff89ec216f58a2220bdab1fdf408250765a5d5c021678b6b9658a4--fbthrift--2024.05.02.00.arm64_sonoma.bottle.tar.gz
==> Fetching fb303
==> Downloading https://github.com/facebook/fb303/archive/refs/tags/v2024.05.02.00.tar.gz
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/f32c3b70aeb956012048171b6bddd11c52139d467bb266ab4c34c8fb111d78ce--fb303-2024.05.02.00.tar.gz
==> Installing dependencies for fb303: cmake, icu4c, xz, lz4, zstd, boost, double-conversion, fmt, gflags, ca-certificates, openssl@3, libevent, libsodium, snappy, mvfst and fbthrift
==> Installing fb303 dependency: cmake
==> Downloading https://ghcr.io/v2/homebrew/core/cmake/manifests/3.29.2
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/5d86fc2c8aaddd092bcc954dec2091b65eb56cecc087312d622cd82f39c55c37--cmake-3.29.2.bottle_manifest.json
==> Pouring cmake--3.29.2.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/cmake/3.29.2: 3,384 files, 55.5MB
==> Installing fb303 dependency: icu4c
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/74.2
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/3e5230e726e5548db28bc0cf75710d6405903b742f941113d3dbe7483fad72a4--icu4c-74.2.bottle_manifest.json
==> Pouring icu4c--74.2.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/icu4c/74.2: 270 files, 77.9MB
==> Installing fb303 dependency: xz
==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
==> Pouring xz--5.4.6.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/xz/5.4.6: 163 files, 2.6MB
==> Installing fb303 dependency: lz4
==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
==> Pouring lz4--1.9.4.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/lz4/1.9.4: 22 files, 636KB
==> Installing fb303 dependency: zstd
==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
==> Pouring zstd--1.5.6.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/zstd/1.5.6: 31 files, 2.2MB
==> Installing fb303 dependency: boost
==> Downloading https://ghcr.io/v2/homebrew/core/boost/manifests/1.85.0
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/cb9add14f164eb6b7d74bbe1b440464435111b181c3060f3ca7f20d572044f47--boost-1.85.0.bottle_manifest.json
==> Pouring boost--1.85.0.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/boost/1.85.0: 16,160 files, 510.6MB
==> Installing fb303 dependency: double-conversion
==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/manifests/3.3.0
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/3f6c03611d69daaddcd2d467993bfc4e75cc54a55e2900fd5f383411c445a5b4--double-conversion-3.3.0.bottle_manifest.json
==> Pouring double-conversion--3.3.0.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/double-conversion/3.3.0: 26 files, 260.2KB
==> Installing fb303 dependency: fmt
==> Downloading https://ghcr.io/v2/homebrew/core/fmt/manifests/10.2.1_1
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/bbfb45ceacfa2ebba03c28dbddb022a0b5127bffd4d3d3700e5a310df9a2acde--fmt-10.2.1_1.bottle_manifest.json
==> Pouring fmt--10.2.1_1.arm64_sonoma.bottle.tar.gz
/opt/homebrew/Cellar/fmt/10.2.
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/e/edencommon.rb#L32
==> Fetching dependencies for edencommon: fb303
==> Fetching fb303
==> Downloading https://ghcr.io/v2/homebrew/core/fb303/manifests/2024.05.02.00_1
/usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.2.20-108-g7e0c137\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.4.1\)\ curl/8.4.0 --header Accept-Language:\ en --fail --silent --retry 3 --header Accept:\ application/vnd.oci.image.index.v1+json --header Authorization:\ Bearer\ QQ== --remote-time --output /Users/brew/Library/Caches/Homebrew/downloads/cd77acffe5f95a0178ce6e0ae795fbff05427e9f591683fa65386c90f1c75f4e--fb303-2024.05.02.00_1.bottle_manifest.json.incomplete --location https://ghcr.io/v2/homebrew/core/fb303/manifests/2024.05.02.00_1
curl: (22) The requested URL returned error: 404
==> Downloading https://ghcr.io/v2/homebrew/core/fb303/blobs/sha256:f73dbfc3f55db3e25a6597d9f6dc63b69c1e01affe42843845ce25ddcab620a5
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/8705b6e7ef790aa20365215f9543eb6cf6a562e63c7970acba021b8fb3c9080e--fb303--2024.05.02.00_1.arm64_sonoma.bottle.tar.gz
==> Verifying checksum for '8705b6e7ef790aa20365215f9543eb6cf6a562e63c7970acba021b8fb3c9080e--fb303--2024.05.02.00_1.arm64_sonoma.bottle.tar.gz'
==> Fetching edencommon
==> Downloading https://github.com/facebookexperimental/edencommon/archive/refs/tags/v2024.05.02.00.tar.gz
Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/d446929e81f3253f444e766b5332d1130f6448ed6644183f0f89832e562e38f3--edencommon-2024.05.02.00.tar.gz
==> Verifying checksum for 'd446929e81f3253f444e766b5332d1130f6448ed6644183f0f89832e562e38f3--edencommon-2024.05.02.00.tar.gz'
==> Installing dependencies for edencommon: fb303
==> Installing edencommon dependency: fb303
==> Downloading https://ghcr.io/v2/homebrew/core/fb303/manifests/2024.05.02.00_1
/usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.2.20-108-g7e0c137\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.4.1\)\ curl/8.4.0 --header Accept-Language:\ en --fail --silent --retry 3 --header Accept:\ application/vnd.oci.image.index.v1+json --header Authorization:\ Bearer\ QQ== --remote-time --output /Users/brew/Library/Caches/Homebrew/downloads/cd77acffe5f95a0178ce6e0ae795fbff05427e9f591683fa65386c90f1c75f4e--fb303-2024.05.02.00_1.bottle_manifest.json.incomplete --location https://ghcr.io/v2/homebrew/core/fb303/manifests/2024.05.02.00_1
curl: (22) The requested URL returned error: 404
==> Pouring fb303--2024.05.02.00_1.arm64_sonoma.bottle.tar.gz
/usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/8705b6e7ef790aa20365215f9543eb6cf6a562e63c7970acba021b8fb3c9080e--fb303--2024.05.02.00_1.arm64_sonoma.bottle.tar.gz --directory /private/tmp/homebrew-unpack20240504-53392-nuxw3e
/usr/bin/env cp -pR /private/tmp/homebrew-unpack20240504-53392-nuxw3e/fb303/. /opt/homebrew/Cellar/fb303
cp: /opt/homebrew/Cellar/fb303/./2024.05.02.00/lib/cmake/fb303/fb303-targets-release.cmake: Permission denied
cp: /opt/homebrew/Cellar/fb303/./2024.05.02.00/lib/cmake/fb303/fb303-config.cmake: Permission denied
cp: /opt/homebrew/Cellar/fb303/./2024.05.02.00/lib/cmake/fb303/fb303-targets.cmake: Permission denied
Error: Failure while executing; `/usr/bin/env cp -pR /private/tmp/homebrew-unpack20240504-53392-nuxw3e/fb303/. /opt/homebrew/Cellar/fb303` exited with 1. Here's the output:
cp: /opt/homebrew/Cellar/fb303/./2024.05.02.00/lib/cmake/fb303/fb303-targets-release.cmake: Permission denied
cp: /opt/homebrew/Cellar/fb303/./2024.05.02.00/lib/cmake/fb303/fb303-config.cmake: Permission denied
cp: /opt/homebrew/Cellar/fb303/./2024.05.02.00/lib/cmake/fb303/fb303-targets.cmake: Permission denied
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/lib/libgrape-lite.rb#L26
DECLARE_int32(logemaillevel);
^
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^
/opt/homebrew/include/glog/flags.h:80:14: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^
/opt/homebrew/include/glog/flags.h:105:1: error: cannot define or redeclare 'int32' here because namespace 'fLI' does not enclose namespace 'google'
DECLARE_int32(logemaillevel);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:88:56: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
~~~~~~~~^
/opt/homebrew/include/glog/flags.h:80:26: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^~~~
/opt/homebrew/include/glog/flags.h:105:1: error: expected ';' after top level declarator
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^
/opt/homebrew/include/glog/flags.h:80:31: note: expanded from macro 'DECLARE_VARIABLE'
extern GLOG_EXPORT type FLAGS_##name; \
^
<scratch space>:52:1: note: expanded from here
FLAGS_logemaillevel
^
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/io/local_io_adaptor.cc:16:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/io/local_io_adaptor.h:25:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/io/io_adaptor_base.h:21:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/serialization/in_archive.h:33:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/utils/gcontainer.h:29:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/config.h:28:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/utils/hp_allocator.h:22:
In file included from /opt/homebrew/include/glog/logging.h:63:
/opt/homebrew/include/glog/flags.h:105:1: error: no member named 'FLAGS_logemaillevel' in namespace 'fLI'
DECLARE_int32(logemaillevel);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_int32'
# define DECLARE_int32(name) DECLARE_VARIABLE(google::int32, I, name, int32)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/homebrew/include/glog/flags.h:82:26: note: expanded from macro 'DECLARE_VARIABLE'
using fL##shorttype::FLAGS_##name
~~~~~~~~~~~~~~~^
<scratch space>:54:1: note: expanded from here
FLAGS_logemaillevel
^
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/io/local_io_adaptor.cc:16:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/io/local_io_adaptor.h:25:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/io/io_adaptor_base.h:21:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/serialization/in_archive.h:33:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/utils/gcontainer.h:29:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/config.h:28:
In file included from /tmp/libgrape-lite-20240504-57050-vd26d2/libgrape-lite-0.3.4/grape/utils/hp_allocator.h:22:
In file included from /opt/homebrew/include/glog/logging.h:63:
/opt/homebrew/include/glog/flags.h:106:1: error: unknown type name 'GLOG_EXPORT'
DECLARE_int32(logcleansecs);
^
/opt/homebrew/include/glog/flags.h:88:31: note: expanded from macro 'DECLARE_
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/p/proxygen.rb#L35
iles/proxygen.dir/http/codec/compress/QPACKEncoder.cpp.o CMakeFiles/proxygen.dir/http/codec/compress/QPACKHeaderTable.cpp.o CMakeFiles/proxygen.dir/http/codec/compress/QPACKStaticHeaderTable.cpp.o CMakeFiles/proxygen.dir/http/codec/compress/StaticHeaderTable.cpp.o CMakeFiles/proxygen.dir/http/codec/DefaultHTTPCodecFactory.cpp.o CMakeFiles/proxygen.dir/http/codec/ErrorCode.cpp.o CMakeFiles/proxygen.dir/http/codec/FlowControlFilter.cpp.o CMakeFiles/proxygen.dir/http/codec/HeaderDecodeInfo.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTP1xCodec.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTP2Codec.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTP2Constants.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTP2Framer.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTPChecks.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTPCodecFactory.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTPCodecFilter.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTPCodecPrinter.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTPParallelCodec.cpp.o CMakeFiles/proxygen.dir/http/codec/HTTPSettings.cpp.o CMakeFiles/proxygen.dir/http/codec/TransportDirection.cpp.o CMakeFiles/proxygen.dir/http/codec/RateLimitFilter.cpp.o CMakeFiles/proxygen.dir/http/connpool/ServerIdleSessionController.cpp.o CMakeFiles/proxygen.dir/http/connpool/SessionHolder.cpp.o CMakeFiles/proxygen.dir/http/connpool/SessionPool.cpp.o CMakeFiles/proxygen.dir/http/connpool/ThreadIdleSessionController.cpp.o CMakeFiles/proxygen.dir/http/experimental/RFC1867.cpp.o CMakeFiles/proxygen.dir/http/HeaderConstants.cpp.o CMakeFiles/proxygen.dir/http/HTTPConnector.cpp.o CMakeFiles/proxygen.dir/http/HTTPConnectorWithFizz.cpp.o CMakeFiles/proxygen.dir/http/HTTPConstants.cpp.o CMakeFiles/proxygen.dir/http/HTTPException.cpp.o CMakeFiles/proxygen.dir/http/HTTPHeaders.cpp.o CMakeFiles/proxygen.dir/http/HTTPMessage.cpp.o CMakeFiles/proxygen.dir/http/HTTPMessageFilters.cpp.o CMakeFiles/proxygen.dir/http/HTTPMethod.cpp.o CMakeFiles/proxygen.dir/http/HTTPPriorityFunctions.cpp.o CMakeFiles/proxygen.dir/http/StatusTypeEnum.cpp.o CMakeFiles/proxygen.dir/http/ProxygenErrorEnum.cpp.o CMakeFiles/proxygen.dir/http/ProxyStatus.cpp.o CMakeFiles/proxygen.dir/http/RFC2616.cpp.o CMakeFiles/proxygen.dir/http/observer/HTTPSessionObserverInterface.cpp.o CMakeFiles/proxygen.dir/http/observer/HTTPTransactionObserverInterface.cpp.o CMakeFiles/proxygen.dir/http/session/ByteEvents.cpp.o CMakeFiles/proxygen.dir/http/session/ByteEventTracker.cpp.o CMakeFiles/proxygen.dir/http/session/CodecErrorResponseHandler.cpp.o CMakeFiles/proxygen.dir/http/session/HTTP2PriorityQueue.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPDefaultSessionCodecFactory.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPDirectResponseHandler.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPDownstreamSession.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPErrorPage.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPEvent.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPSessionAcceptor.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPSessionActivityTracker.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPSessionBase.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPSession.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPTransaction.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPTransactionEgressSM.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPTransactionIngressSM.cpp.o CMakeFiles/proxygen.dir/http/session/HTTPUpstreamSession.cpp.o CMakeFiles/proxygen.dir/http/session/SecondaryAuthManager.cpp.o CMakeFiles/proxygen.dir/http/session/SimpleController.cpp.o CMakeFiles/proxygen.dir/http/sink/HTTPTransactionSink.cpp.o CMakeFiles/proxygen.dir/http/structuredheaders/StructuredHeadersBuffer.cpp.o CMakeFiles/proxygen.dir/http/structuredheaders/StructuredHeadersDecoder.cpp.o CMakeFiles/proxygen.dir/http/structuredheaders/StructuredHeadersEncoder.cpp.o CMakeFiles/proxygen.dir/http/structuredheaders/StructuredHeadersUtilities.cpp.o CMakeFiles/proxygen.dir/pools/generators/FileServerListGenerator.cpp.o CMakeFiles/proxygen.dir/pools/generators/ServerListGenerator.cpp.o CMakeFiles/proxygen.dir/sampling/Sampling.cpp.o CMakeFiles/proxy
|
Run brew test-bot --only-formulae --junit --only-json-tab --skip-dependents --testing-formulae="ceres-solver,edencommon,fb303,fizz,folly,glog,libgrape-lite,opencv,proxygen,s2geometry,treefrog,wangle,watchman" --added-formulae="" --deleted-formulae="":
Formula/t/treefrog.rb#L35
hain/usr/include -F/opt/homebrew/lib systembusdaemon.h -o moc_systembusdaemon.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -mmacosx-version-min=14.0 -Wall -Wextra -DQT_USE_QSTRINGBUILDER -DTF_DLL -DTREEFROG_DATA_DIR=\"/opt/homebrew/Cellar/treefrog/2.8.0_1/share/treefrog\" -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I. -I/opt/homebrew/Cellar/treefrog/2.8.0_1/include/treefrog -I/opt/homebrew/lib/QtSql.framework/Headers -I/opt/homebrew/lib/QtCore.framework/Headers -I. -I/opt/homebrew/share/qt/mkspecs/macx-clang -F/opt/homebrew/lib -o projectfilegenerator.o projectfilegenerator.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -mmacosx-version-min=14.0 -Wall -Wextra -DQT_USE_QSTRINGBUILDER -DTF_DLL -DTF_VERSION=\"2.8.0\" -DINSTALL_PATH=\"/opt/homebrew/Cellar/treefrog/2.8.0_1/bin\" -DTF_NO_DEBUG -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/opt/homebrew/Cellar/treefrog/2.8.0_1/include/treefrog -I/opt/homebrew/lib/QtNetwork.framework/Headers -I/opt/homebrew/lib/QtCore.framework/Headers -I. -I/opt/homebrew/share/qt/mkspecs/macx-clang -F/opt/homebrew/lib -o moc_servermanager.o moc_servermanager.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -mmacosx-version-min=14.0 -Wall -Wextra -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../include -I/opt/homebrew/lib/QtCore.framework/Headers -I. -I/opt/homebrew/share/qt/mkspecs/macx-clang -F/opt/homebrew/lib -o otmparser.o otmparser.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -mmacosx-version-min=14.0 -Wall -Wextra -DQT_USE_QSTRINGBUILDER -DTF_DLL -DTREEFROG_DATA_DIR=\"/opt/homebrew/Cellar/treefrog/2.8.0_1/share/treefrog\" -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I. -I/opt/homebrew/Cellar/treefrog/2.8.0_1/include/treefrog -I/opt/homebrew/lib/QtSql.framework/Headers -I/opt/homebrew/lib/QtCore.framework/Headers -I. -I/opt/homebrew/share/qt/mkspecs/macx-clang -F/opt/homebrew/lib -o controllergenerator.o controllergenerator.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -mmacosx-version-min=14.0 -Wall -Wextra -DQT_USE_QSTRINGBUILDER -DTF_DLL -DTF_VERSION=\"2.8.0\" -DINSTALL_PATH=\"/opt/homebrew/Cellar/treefrog/2.8.0_1/bin\" -DTF_NO_DEBUG -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/opt/homebrew/Cellar/treefrog/2.8.0_1/include/treefrog -I/opt/homebrew/lib/QtNetwork.framework/Headers -I/opt/homebrew/lib/QtCore.framework/Headers -I. -I/opt/homebrew/share/qt/mkspecs/macx-clang -F/opt/homebrew/lib -o moc_systembusdaemon.o moc_systembusdaemon.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -mmacosx-version-min=14.0 -Wall -Wextra -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../include -I/opt/homebrew/lib/QtCore.framework/Headers -I. -I/opt/homebrew/share/qt/mkspecs/macx-clang -F/opt/homebrew/lib -o otamaconverter.o otamaconverter.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains
|
|
Loading