Skip to content

extensions: add Postgres 16 support #77

extensions: add Postgres 16 support

extensions: add Postgres 16 support #77

Triggered via pull request September 17, 2023 10:06
Status Failure
Total duration 35m 25s
Artifacts 1

tests.yml

on: pull_request
Matrix: test-bot
Fit to window
Zoom out
Zoom in

Annotations

22 errors
`brew test --verbose bayandin/tap/h3-pg` failed on macOS Ventura (13) on Apple Silicon!: Formula/h3-pg.rb#L47
/opt/homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle clean ==> Testing bayandin/tap/h3-pg ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_ctl initdb -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v14 The files belonging to this database system will be owned by user "m1". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v14 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Paris creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /opt/homebrew/Cellar/neon-postgres/3916/libexec/v14/bin/pg_ctl -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v14 -l logfile start ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_ctl start -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v14 -l /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/log-v14 waiting for server to start.... done server started ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/psql -p 52328 -c CREATE EXTENSION h3; SELECT h3_lat_lng_to_cell(POINT('37.3615593,-122.0553238'), 5); postgres h3_lat_lng_to_cell -------------------- 85e35e73fffffff (1 row) ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_ctl stop -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v14 waiting for server to shut down.... done server stopped ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_ctl initdb -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v15 The files belonging to this database system will be owned by user "m1". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v15 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Paris creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /opt/homebrew/Cellar/neon-postgres/3916/libexec/v15/bin/pg_ctl -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v15 -l logfile start ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_ctl start -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v15 -l /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/log-v15 waiting for server to start.... done server started ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/psql -p 52329 -c CREATE EXTENSION h3; SELECT h3_lat_lng_to_cell(POINT('37.3615593,-122.0553238'), 5); postgres CREATE EXTENSION h3_lat_lng_to_cell -------------------- 85e35e73fffffff (1 row) ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_ctl stop -D /private/tmp/h3-pg-test-20230917-12645-1aq5m5j/test-v15 waiting f
`brew install --verbose --build-bottle bayandin/tap/hypopg` failed on macOS Ventura (13) on Apple Silicon!: Formula/hypopg.rb#L27
==> Fetching bayandin/tap/hypopg ==> Downloading https://github.com/HypoPG/hypopg/archive/refs/tags/1.4.0.tar.gz Already downloaded: /Users/m1/Library/Caches/Homebrew/downloads/678194b9dd1b3c50bfdf2d56c685467f258b4bef587928fcacf7bc02f5544152--hypopg-1.4.0.tar.gz ==> Verifying checksum for '678194b9dd1b3c50bfdf2d56c685467f258b4bef587928fcacf7bc02f5544152--hypopg-1.4.0.tar.gz' ==> Installing hypopg from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/m1/Library/Caches/Homebrew/downloads/678194b9dd1b3c50bfdf2d56c685467f258b4bef587928fcacf7bc02f5544152--hypopg-1.4.0.tar.gz --directory /private/tmp/d20230917-14982-kt0gth /usr/bin/env cp -pR /private/tmp/d20230917-14982-kt0gth/hypopg-1.4.0/. /private/tmp/hypopg-20230917-14982-rag5sp/hypopg-1.4.0 ==> make clean rm -f hypopg.so libhypopg.a libhypopg.pc rm -f hypopg.o hypopg_index.o import/hypopg_import.o import/hypopg_import_index.o hypopg.bc hypopg_index.bc import/hypopg_import.bc import/hypopg_import_index.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o hypopg.o hypopg.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o hypopg_index.o hypopg_index.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o import/hypopg_import.o import/hypopg_import.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o import/hypopg_import_index.o import/hypopg_import_index.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-ava
`brew test --verbose bayandin/tap/ip4r` failed on macOS Ventura (13) on Apple Silicon!: Formula/ip4r.rb#L42
/opt/homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle clean ==> Testing bayandin/tap/ip4r ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_ctl initdb -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v14 The files belonging to this database system will be owned by user "m1". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v14 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Paris creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /opt/homebrew/Cellar/neon-postgres/3916/libexec/v14/bin/pg_ctl -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v14 -l logfile start ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_ctl start -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v14 -l /private/tmp/ip4r-test-20230917-19552-1tle3un/log-v14 waiting for server to start.... done server started ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/psql -p 52363 -c CREATE EXTENSION ip4r; SELECT '0.0.0.0'::ip4; SELECT '0:0:0:0:0:0:0:0'::ip6; postgres ip6 ----- :: (1 row) ==> /opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_ctl stop -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v14 waiting for server to shut down.... done server stopped ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_ctl initdb -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v15 The files belonging to this database system will be owned by user "m1". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v15 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Paris creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /opt/homebrew/Cellar/neon-postgres/3916/libexec/v15/bin/pg_ctl -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v15 -l logfile start ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_ctl start -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v15 -l /private/tmp/ip4r-test-20230917-19552-1tle3un/log-v15 waiting for server to start.... done server started ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/psql -p 52364 -c CREATE EXTENSION ip4r; SELECT '0.0.0.0'::ip4; SELECT '0:0:0:0:0:0:0:0'::ip6; postgres CREATE EXTENSION ip4 --------- 0.0.0.0 (1 row) ip6 ----- :: (1 row) ==> /opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_ctl stop -D /private/tmp/ip4r-test-20230917-19552-1tle3un/test-v15 waiting for server to shut down.... done server stopped ==> /opt/homebrew/opt
`brew install --verbose --build-bottle bayandin/tap/pg_cron` failed on macOS Ventura (13) on Apple Silicon!: Formula/pg_cron.rb#L22
==> Fetching bayandin/tap/pg_cron ==> Downloading https://github.com/citusdata/pg_cron/archive/refs/tags/v1.6.0.tar.gz Already downloaded: /Users/m1/Library/Caches/Homebrew/downloads/9c455adc58de5d9493f8689a3c91a5b064e6e5c5ed6ab88a42a6f65418f240d2--pg_cron-1.6.0.tar.gz ==> Verifying checksum for '9c455adc58de5d9493f8689a3c91a5b064e6e5c5ed6ab88a42a6f65418f240d2--pg_cron-1.6.0.tar.gz' ==> Installing pg_cron from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/m1/Library/Caches/Homebrew/downloads/9c455adc58de5d9493f8689a3c91a5b064e6e5c5ed6ab88a42a6f65418f240d2--pg_cron-1.6.0.tar.gz --directory /private/tmp/d20230917-21885-2zyc71 /usr/bin/env cp -pR /private/tmp/d20230917-21885-2zyc71/pg_cron-1.6.0/. /private/tmp/pg_cron-20230917-21885-szwvye/pg_cron-1.6.0 ==> make clean rm -f pg_cron.so libpg_cron.a libpg_cron.pc rm -f pg_cron--1.0.sql rm -f src/entry.o src/job_metadata.o src/misc.o src/pg_cron.o src/task_states.o src/entry.bc src/job_metadata.bc src/misc.bc src/pg_cron.bc src/task_states.bc rm -rf src/*.gcno src/*.gcda rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/opt/homebrew/include/neon-postgres/v14 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o src/entry.o src/entry.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/opt/homebrew/include/neon-postgres/v14 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o src/job_metadata.o src/job_metadata.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/opt/homebrew/include/neon-postgres/v14 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o src/misc.o src/misc.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-i
`brew install --verbose --build-bottle bayandin/tap/pg_embedding` failed on macOS Ventura (13) on Apple Silicon!: Formula/pg_embedding.rb#L22
==> Fetching bayandin/tap/pg_embedding ==> Downloading https://github.com/neondatabase/pg_embedding/archive/refs/tags/0.3.6.tar.gz Already downloaded: /Users/m1/Library/Caches/Homebrew/downloads/dae0394950fa54f13a5897aef68e340091b275a0386b6daae91e6f3914863400--pg_embedding-0.3.6.tar.gz ==> Verifying checksum for 'dae0394950fa54f13a5897aef68e340091b275a0386b6daae91e6f3914863400--pg_embedding-0.3.6.tar.gz' ==> Installing pg_embedding from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/m1/Library/Caches/Homebrew/downloads/dae0394950fa54f13a5897aef68e340091b275a0386b6daae91e6f3914863400--pg_embedding-0.3.6.tar.gz --directory /private/tmp/d20230917-24570-k0graj /usr/bin/env cp -pR /private/tmp/d20230917-24570-k0graj/pg_embedding-0.3.6/. /private/tmp/pg_embedding-20230917-24570-62jlj8/pg_embedding-0.3.6 ==> make clean rm -f embedding.so libembedding.a libembedding.pc rm -f embedding.o hnswalg.o distfunc.o embedding.bc hnswalg.bc distfunc.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -Ofast -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o embedding.o embedding.c clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o hnswalg.o hnswalg.cpp clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -Ofast -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o distfunc.o distfunc.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -Ofast -bundle -multiply_defined suppress -o embedding.so embedding.o hnswalg.o distfunc.o -lstdc++ -L/opt/homebrew/lib/neon-postgres/v14 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/Cellar/lz4/1.9.4/lib -Wl,-dead_strip_dylibs -bundle_loader /opt/homebrew/Cellar/neon-postgres/3916/libexec/v14/bin/postgres ==> make clean rm -f embedding.so libembedding.a libembedding.pc rm -f embedding.o hnswalg.o distfunc.o embedding.bc hnswalg.bc distfunc.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-protot
`brew install --verbose --build-bottle bayandin/tap/pg_hashids` failed on macOS Ventura (13) on Apple Silicon!: Formula/pg_hashids.rb#L22
==> Fetching bayandin/tap/pg_hashids ==> Downloading https://github.com/iCyberon/pg_hashids/archive/refs/tags/v1.2.1.tar.gz Already downloaded: /Users/m1/Library/Caches/Homebrew/downloads/1599083d28c6c1740ce7934a80564eceef8b7077a76bb71363406ce43a6ee12a--pg_hashids-1.2.1.tar.gz ==> Verifying checksum for '1599083d28c6c1740ce7934a80564eceef8b7077a76bb71363406ce43a6ee12a--pg_hashids-1.2.1.tar.gz' ==> Installing pg_hashids from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/m1/Library/Caches/Homebrew/downloads/1599083d28c6c1740ce7934a80564eceef8b7077a76bb71363406ce43a6ee12a--pg_hashids-1.2.1.tar.gz --directory /private/tmp/d20230917-27213-164ukks /usr/bin/env cp -pR /private/tmp/d20230917-27213-164ukks/pg_hashids-1.2.1/. /private/tmp/pg_hashids-20230917-27213-9kj34x/pg_hashids-1.2.1 ==> make clean PG_CONFIG=/opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_config rm -f pg_hashids.so libpg_hashids.a libpg_hashids.pc rm -f pg_hashids.o hashids.o pg_hashids.bc hashids.bc ==> make PG_CONFIG=/opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_config clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o pg_hashids.o pg_hashids.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o hashids.o hashids.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -bundle -multiply_defined suppress -o pg_hashids.so pg_hashids.o hashids.o -L/opt/homebrew/lib/neon-postgres/v14 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/homebrew/opt/openssl@3/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/Cellar/lz4/1.9.4/lib -Wl,-dead_strip_dylibs -bundle_loader /opt/homebrew/Cellar/neon-postgres/3916/libexec/v14/bin/postgres ==> make clean PG_CONFIG=/opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_config rm -f pg_hashids.so libpg_hashids.a libpg_hashids.pc rm -f pg_hashids.o hashids.o pg_hashids.bc hashids.bc ==> make PG_CONFIG=/opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_config clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/i
`brew install --verbose --build-bottle bayandin/tap/pg_tiktoken` failed on macOS Ventura (13) on Apple Silicon!: Formula/pg_tiktoken.rb#L24
==> Fetching bayandin/tap/pg_tiktoken ==> Downloading https://github.com/kelvich/pg_tiktoken/archive/801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz Already downloaded: /Users/m1/Library/Caches/Homebrew/downloads/faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz ==> Verifying checksum for 'faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz' ==> Installing pg_tiktoken from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/m1/Library/Caches/Homebrew/downloads/faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz --directory /private/tmp/d20230917-30346-1azdeu8 /usr/bin/env cp -pR /private/tmp/d20230917-30346-1azdeu8/pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72/. /private/tmp/pg_tiktoken-20230917-30346-11yos3o/pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72 ==> cargo pgx init --pg14 /opt/homebrew/opt/neon-postgres/libexec/v14/bin/pg_config --pg15 /opt/homebrew/opt/neon-postgres/libexec/v15/bin/pg_config --pg16 /opt/homebrew/opt/neon-postgres/libexec/v16/bin/pg_config error: unexpected argument '--pg16' found note: argument '--pg15' exists Usage: cargo pgx init <--pg11 <PG11>|--pg12 <PG12>|--pg13 <PG13>|--pg14 <PG14>|--pg15 <PG15>|--base-port <BASE_PORT>|--base-testing-port <BASE_TESTING_PORT>> For more information, try '--help'. ==> Formula Tap: bayandin/tap Path: /opt/homebrew/Library/Taps/bayandin/homebrew-tap/Formula/pg_tiktoken.rb ==> Configuration HOMEBREW_VERSION: 4.1.11-38-gaa2a77b ORIGIN: https://github.com/Homebrew/brew HEAD: aa2a77b1f1ac1539e69e186bad1d569100448987 Last commit: 9 hours ago Core tap JSON: 17 Sep 10:06 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/m1/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/m1/actions-runner/_work/homebrew-tap/homebrew-tap/logs HOMEBREW_MAKE_JOBS: 8 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_SORBET_RUNTIME: set Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby CPU: octa-core 64-bit arm_firestorm_icestorm Clang: 14.0.3 build 1403 Git: 2.39.2 => /usr/bin/git Curl: 8.1.2 => /usr/bin/curl macOS: 13.5.2-arm64 CLT: 14.3.1.0.1.1683849156 Xcode: 14.3.1 Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j8 CMAKE_PREFIX_PATH: /opt/homebrew/opt/icu4c:/opt/homebrew/opt/readline:/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/icu4c/lib/pkgconfig:/opt/homebrew/opt/lz4/lib/pkgconfig:/opt/homebrew/opt/openssl@3/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/zstd/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/13 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk ACLOCAL_PATH: /opt/homebrew/share/aclocal PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/[email protected]/bin:/opt/homebrew/opt/rust/bin:/opt/homebrew/opt/icu4c/bin:/opt/homebrew/opt/lz4/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/opt/zstd/bin:/usr/bin:/bin:/usr/sbin:/sbin Logs: /Users/m1/actions-runner/_work/homebrew-tap/homebrew-tap/logs/pg_tiktoken/00.options.out /Users/m1/actions-runner/_work/homebrew-tap/homebrew-tap/logs/pg_tiktoken/01.cargo Error:
`brew install --verbose --build-bottle bayandin/tap/pgvector` failed on macOS Ventura (13) on Apple Silicon!: Formula/pgvector.rb#L22
eon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/hnswbuild.o src/hnswbuild.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/hnswinsert.o src/hnswinsert.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/hnswscan.o src/hnswscan.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/hnswutils.o src/hnswutils.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/hnswvacuum.o src/hnswvacuum.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/opt/ho
`brew install --verbose --build-bottle bayandin/tap/postgresql-hll` failed on macOS Ventura (13) on Apple Silicon!: Formula/postgresql-hll.rb#L22
==> Fetching bayandin/tap/postgresql-hll ==> Downloading https://github.com/citusdata/postgresql-hll/archive/refs/tags/v2.18.tar.gz Already downloaded: /Users/m1/Library/Caches/Homebrew/downloads/e32a0f1825e7c8e0abd7722e95bdd86af69c946e3c20277bb9d309f9fba0ec6b--postgresql-hll-2.18.tar.gz ==> Verifying checksum for 'e32a0f1825e7c8e0abd7722e95bdd86af69c946e3c20277bb9d309f9fba0ec6b--postgresql-hll-2.18.tar.gz' ==> Installing postgresql-hll from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/m1/Library/Caches/Homebrew/downloads/e32a0f1825e7c8e0abd7722e95bdd86af69c946e3c20277bb9d309f9fba0ec6b--postgresql-hll-2.18.tar.gz --directory /private/tmp/d20230917-39614-1styypk /usr/bin/env cp -pR /private/tmp/d20230917-39614-1styypk/postgresql-hll-2.18/. /private/tmp/postgresql-hll-20230917-39614-1i50fmf/postgresql-hll-2.18 ==> make clean rm -f hll.so libhll.a libhll.pc rm -f hll--2.10--2.11.sql hll--2.10.sql hll--2.11--2.12.sql hll--2.12--2.13.sql hll--2.13--2.14.sql hll--2.14--2.15.sql hll--2.15--2.16.sql hll--2.16--2.17.sql hll--2.17--2.18.sql rm -f src/hll.o src/MurmurHash3.o src/hll.bc src/MurmurHash3.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/opt/homebrew/include/neon-postgres/v14 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o src/hll.o src/hll.c clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/opt/homebrew/include/neon-postgres/v14 -I. -I./ -I/opt/homebrew/include/neon-postgres/v14/server -I/opt/homebrew/include/neon-postgres/v14/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -c -o src/MurmurHash3.o src/MurmurHash3.cpp cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.10--2.11.sql > hll--2.10--2.11.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.10.sql > hll--2.10.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.11--2.12.sql > hll--2.11--2.12.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.12--2.13.sql > hll--2.12--2.13.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.13--2.14.sql > hll--2.13--2.14.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.14--2.15.sql > hll--2.14--2.15.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.15--2.16.sql > hll--2.15--2.16.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.16--2.17.sql > hll--2.16--2.17.sql cpp -undef -w -P -imacros /opt/homebrew/include/neon-postgres/v14/server/pg_config.h update/hll--2.17--2.18.sql > hll--2.17--2.18.sql clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availabi
`brew install --verbose --build-bottle bayandin/tap/rum` failed on macOS Ventura (13) on Apple Silicon!: Formula/rum.rb#L22
/rumsort.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/rum_ts_utils.o src/rum_ts_utils.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/rumtsquery.o src/rumtsquery.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/rumbtree.o src/rumbtree.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/rumbulk.o src/rumbulk.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/opt/homebrew/include/neon-postgres/v15/server -I/opt/homebrew/include/neon-postgres/v15/internal -I/opt/homebrew/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/opt/openssl@3/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/Cellar/lz4/1.9.4/include -I/opt/homebrew/opt/zstd/include -c -o src/rumdatapage.o src/rumdatapage.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g
`brew test --verbose bayandin/tap/h3-pg` failed on macOS Ventura (13)!: Formula/h3-pg.rb#L47
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle clean ==> Testing bayandin/tap/h3-pg ==> /usr/local/opt/neon-postgres/libexec/v14/bin/pg_ctl initdb -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v14 The files belonging to this database system will be owned by user "runner". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v14 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /usr/local/Cellar/neon-postgres/3916/libexec/v14/bin/pg_ctl -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v14 -l logfile start ==> /usr/local/opt/neon-postgres/libexec/v14/bin/pg_ctl start -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v14 -l /private/tmp/h3-pg-test-20230917-18515-jcwvh0/log-v14 waiting for server to start.... done server started ==> /usr/local/opt/neon-postgres/libexec/v14/bin/psql -p 49326 -c CREATE EXTENSION h3; SELECT h3_lat_lng_to_cell(POINT('37.3615593,-122.0553238'), 5); postgres h3_lat_lng_to_cell -------------------- 85e35e73fffffff (1 row) ==> /usr/local/opt/neon-postgres/libexec/v14/bin/pg_ctl stop -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v14 waiting for server to shut down.... done server stopped ==> /usr/local/opt/neon-postgres/libexec/v15/bin/pg_ctl initdb -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v15 The files belonging to this database system will be owned by user "runner". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v15 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /usr/local/Cellar/neon-postgres/3916/libexec/v15/bin/pg_ctl -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v15 -l logfile start ==> /usr/local/opt/neon-postgres/libexec/v15/bin/pg_ctl start -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v15 -l /private/tmp/h3-pg-test-20230917-18515-jcwvh0/log-v15 waiting for server to start.... done server started ==> /usr/local/opt/neon-postgres/libexec/v15/bin/psql -p 49327 -c CREATE EXTENSION h3; SELECT h3_lat_lng_to_cell(POINT('37.3615593,-122.0553238'), 5); postgres CREATE EXTENSION h3_lat_lng_to_cell -------------------- 85e35e73fffffff (1 row) ==> /usr/local/opt/neon-postgres/libexec/v15/bin/pg_ctl stop -D /private/tmp/h3-pg-test-20230917-18515-jcwvh0/test-v15 waiting for server to shut down.... done server stoppe
`brew install --verbose --build-bottle bayandin/tap/hypopg` failed on macOS Ventura (13)!: Formula/hypopg.rb#L27
==> Fetching bayandin/tap/hypopg ==> Downloading https://github.com/HypoPG/hypopg/archive/refs/tags/1.4.0.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/678194b9dd1b3c50bfdf2d56c685467f258b4bef587928fcacf7bc02f5544152--hypopg-1.4.0.tar.gz ==> Verifying checksum for '678194b9dd1b3c50bfdf2d56c685467f258b4bef587928fcacf7bc02f5544152--hypopg-1.4.0.tar.gz' ==> Installing hypopg from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/678194b9dd1b3c50bfdf2d56c685467f258b4bef587928fcacf7bc02f5544152--hypopg-1.4.0.tar.gz --directory /private/tmp/d20230917-20658-lo5csv /usr/bin/env cp -pR /private/tmp/d20230917-20658-lo5csv/hypopg-1.4.0/. /private/tmp/hypopg-20230917-20658-5vaqvg/hypopg-1.4.0 ==> make clean rm -f hypopg.so libhypopg.a libhypopg.pc rm -f hypopg.o hypopg_index.o import/hypopg_import.o import/hypopg_import_index.o hypopg.bc hypopg_index.bc import/hypopg_import.bc import/hypopg_import_index.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o hypopg.o hypopg.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o hypopg_index.o hypopg_index.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o import/hypopg_import.o import/hypopg_import.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o import/hypopg_import_index.o import/hypopg_import_index.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-f
`brew test --verbose bayandin/tap/ip4r` failed on macOS Ventura (13)!: Formula/ip4r.rb#L42
/usr/local/Homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle clean ==> Testing bayandin/tap/ip4r ==> /usr/local/opt/neon-postgres/libexec/v14/bin/pg_ctl initdb -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v14 The files belonging to this database system will be owned by user "runner". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v14 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /usr/local/Cellar/neon-postgres/3916/libexec/v14/bin/pg_ctl -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v14 -l logfile start ==> /usr/local/opt/neon-postgres/libexec/v14/bin/pg_ctl start -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v14 -l /private/tmp/ip4r-test-20230917-25167-1pgdz10/log-v14 waiting for server to start.... done server started ==> /usr/local/opt/neon-postgres/libexec/v14/bin/psql -p 49346 -c CREATE EXTENSION ip4r; SELECT '0.0.0.0'::ip4; SELECT '0:0:0:0:0:0:0:0'::ip6; postgres ip6 ----- :: (1 row) ==> /usr/local/opt/neon-postgres/libexec/v14/bin/pg_ctl stop -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v14 waiting for server to shut down.... done server stopped ==> /usr/local/opt/neon-postgres/libexec/v15/bin/pg_ctl initdb -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v15 The files belonging to this database system will be owned by user "runner". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v15 ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /usr/local/Cellar/neon-postgres/3916/libexec/v15/bin/pg_ctl -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v15 -l logfile start ==> /usr/local/opt/neon-postgres/libexec/v15/bin/pg_ctl start -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v15 -l /private/tmp/ip4r-test-20230917-25167-1pgdz10/log-v15 waiting for server to start.... done server started ==> /usr/local/opt/neon-postgres/libexec/v15/bin/psql -p 49347 -c CREATE EXTENSION ip4r; SELECT '0.0.0.0'::ip4; SELECT '0:0:0:0:0:0:0:0'::ip6; postgres CREATE EXTENSION ip4 --------- 0.0.0.0 (1 row) ip6 ----- :: (1 row) ==> /usr/local/opt/neon-postgres/libexec/v15/bin/pg_ctl stop -D /private/tmp/ip4r-test-20230917-25167-1pgdz10/test-v15 waiting for server to shut down.... done server stopped ==> /usr/local/opt/neon-postgres/libexec/v16/bin/pg_ctl
`brew install --verbose --build-bottle bayandin/tap/pg_cron` failed on macOS Ventura (13)!: Formula/pg_cron.rb#L22
==> Fetching bayandin/tap/pg_cron ==> Downloading https://github.com/citusdata/pg_cron/archive/refs/tags/v1.6.0.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/9c455adc58de5d9493f8689a3c91a5b064e6e5c5ed6ab88a42a6f65418f240d2--pg_cron-1.6.0.tar.gz ==> Verifying checksum for '9c455adc58de5d9493f8689a3c91a5b064e6e5c5ed6ab88a42a6f65418f240d2--pg_cron-1.6.0.tar.gz' ==> Installing pg_cron from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/9c455adc58de5d9493f8689a3c91a5b064e6e5c5ed6ab88a42a6f65418f240d2--pg_cron-1.6.0.tar.gz --directory /private/tmp/d20230917-27265-3lzfv2 /usr/bin/env cp -pR /private/tmp/d20230917-27265-3lzfv2/pg_cron-1.6.0/. /private/tmp/pg_cron-20230917-27265-9oii4s/pg_cron-1.6.0 ==> make clean rm -f pg_cron.so libpg_cron.a libpg_cron.pc rm -f pg_cron--1.0.sql rm -f src/entry.o src/job_metadata.o src/misc.o src/pg_cron.o src/task_states.o src/entry.bc src/job_metadata.bc src/misc.bc src/pg_cron.bc src/task_states.bc rm -rf src/*.gcno src/*.gcda rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/usr/local/include/neon-postgres/v14 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o src/entry.o src/entry.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/usr/local/include/neon-postgres/v14 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o src/job_metadata.o src/job_metadata.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/usr/local/include/neon-postgres/v14 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o src/misc.o src/misc.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/usr/local/include/neon
`brew install --verbose --build-bottle bayandin/tap/pg_embedding` failed on macOS Ventura (13)!: Formula/pg_embedding.rb#L22
==> Fetching bayandin/tap/pg_embedding ==> Downloading https://github.com/neondatabase/pg_embedding/archive/refs/tags/0.3.6.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/dae0394950fa54f13a5897aef68e340091b275a0386b6daae91e6f3914863400--pg_embedding-0.3.6.tar.gz ==> Verifying checksum for 'dae0394950fa54f13a5897aef68e340091b275a0386b6daae91e6f3914863400--pg_embedding-0.3.6.tar.gz' ==> Installing pg_embedding from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/dae0394950fa54f13a5897aef68e340091b275a0386b6daae91e6f3914863400--pg_embedding-0.3.6.tar.gz --directory /private/tmp/d20230917-29712-10g34va /usr/bin/env cp -pR /private/tmp/d20230917-29712-10g34va/pg_embedding-0.3.6/. /private/tmp/pg_embedding-20230917-29712-u4o9i6/pg_embedding-0.3.6 ==> make clean rm -f embedding.so libembedding.a libembedding.pc rm -f embedding.o hnswalg.o distfunc.o embedding.bc hnswalg.bc distfunc.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -Ofast -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o embedding.o embedding.c clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -std=c++11 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o hnswalg.o hnswalg.cpp clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -Ofast -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o distfunc.o distfunc.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -Ofast -bundle -multiply_defined suppress -o embedding.so embedding.o hnswalg.o distfunc.o -lstdc++ -L/usr/local/lib/neon-postgres/v14 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/usr/local/opt/openssl@3/lib -L/usr/local/opt/readline/lib -L/usr/local/Cellar/lz4/1.9.4/lib -Wl,-dead_strip_dylibs -bundle_loader /usr/local/Cellar/neon-postgres/3916/libexec/v14/bin/postgres ==> make clean rm -f embedding.so libembedding.a libembedding.pc rm -f embedding.o hnswalg.o distfunc.o embedding.bc hnswalg.bc distfunc.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=
`brew install --verbose --build-bottle bayandin/tap/pg_hashids` failed on macOS Ventura (13)!: Formula/pg_hashids.rb#L22
==> Fetching bayandin/tap/pg_hashids ==> Downloading https://github.com/iCyberon/pg_hashids/archive/refs/tags/v1.2.1.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/1599083d28c6c1740ce7934a80564eceef8b7077a76bb71363406ce43a6ee12a--pg_hashids-1.2.1.tar.gz ==> Verifying checksum for '1599083d28c6c1740ce7934a80564eceef8b7077a76bb71363406ce43a6ee12a--pg_hashids-1.2.1.tar.gz' ==> Installing pg_hashids from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/1599083d28c6c1740ce7934a80564eceef8b7077a76bb71363406ce43a6ee12a--pg_hashids-1.2.1.tar.gz --directory /private/tmp/d20230917-32143-z23ju4 /usr/bin/env cp -pR /private/tmp/d20230917-32143-z23ju4/pg_hashids-1.2.1/. /private/tmp/pg_hashids-20230917-32143-5z6zd4/pg_hashids-1.2.1 ==> make clean PG_CONFIG=/usr/local/opt/neon-postgres/libexec/v14/bin/pg_config rm -f pg_hashids.so libpg_hashids.a libpg_hashids.pc rm -f pg_hashids.o hashids.o pg_hashids.bc hashids.bc ==> make PG_CONFIG=/usr/local/opt/neon-postgres/libexec/v14/bin/pg_config clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o pg_hashids.o pg_hashids.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o hashids.o hashids.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -bundle -multiply_defined suppress -o pg_hashids.so pg_hashids.o hashids.o -L/usr/local/lib/neon-postgres/v14 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/usr/local/opt/openssl@3/lib -L/usr/local/opt/readline/lib -L/usr/local/Cellar/lz4/1.9.4/lib -Wl,-dead_strip_dylibs -bundle_loader /usr/local/Cellar/neon-postgres/3916/libexec/v14/bin/postgres ==> make clean PG_CONFIG=/usr/local/opt/neon-postgres/libexec/v15/bin/pg_config rm -f pg_hashids.so libpg_hashids.a libpg_hashids.pc rm -f pg_hashids.o hashids.o pg_hashids.bc hashids.bc ==> make PG_CONFIG=/usr/local/opt/neon-postgres/libexec/v15/bin/pg_config clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.
`brew install --verbose --build-bottle bayandin/tap/pg_tiktoken` failed on macOS Ventura (13)!: Formula/pg_tiktoken.rb#L24
==> Fetching bayandin/tap/pg_tiktoken ==> Downloading https://github.com/kelvich/pg_tiktoken/archive/801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz ==> Verifying checksum for 'faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz' ==> Installing pg_tiktoken from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz --directory /private/tmp/d20230917-35215-jdpz7w /usr/bin/env cp -pR /private/tmp/d20230917-35215-jdpz7w/pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72/. /private/tmp/pg_tiktoken-20230917-35215-5idt8g/pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72 ==> cargo pgx init --pg14 /usr/local/opt/neon-postgres/libexec/v14/bin/pg_config --pg15 /usr/local/opt/neon-postgres/libexec/v15/bin/pg_config --pg16 /usr/local/opt/neon-postgres/libexec/v16/bin/pg_config error: unexpected argument '--pg16' found note: argument '--pg15' exists Usage: cargo pgx init <--pg11 <PG11>|--pg12 <PG12>|--pg13 <PG13>|--pg14 <PG14>|--pg15 <PG15>|--base-port <BASE_PORT>|--base-testing-port <BASE_TESTING_PORT>> For more information, try '--help'. ==> Formula Tap: bayandin/tap Path: /usr/local/Homebrew/Library/Taps/bayandin/homebrew-tap/Formula/pg_tiktoken.rb ==> Configuration HOMEBREW_VERSION: 4.1.11-38-gaa2a77b ORIGIN: https://github.com/Homebrew/brew HEAD: aa2a77b1f1ac1539e69e186bad1d569100448987 Last commit: 9 hours ago Core tap origin: https://github.com/Homebrew/homebrew-core Core tap HEAD: 2346e448ef3dfc950950371e8775603cd6bdb25c Core tap last commit: 2 weeks ago Core tap branch: master Core tap JSON: 17 Sep 10:06 UTC HOMEBREW_PREFIX: /usr/local HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /Users/runner/Library/Caches/Homebrew HOMEBREW_CASK_OPTS: ["--no-quarantine"] HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /Users/runner/work/homebrew-tap/homebrew-tap/logs HOMEBREW_MAKE_JOBS: 4 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALL_CLEANUP: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set HOMEBREW_SORBET_RUNTIME: set Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby CPU: quad-core 64-bit ivybridge Clang: 14.0.3 build 1403 Git: 2.39.2 => /usr/bin/git Curl: 8.1.2 => /usr/bin/curl macOS: 13.5.1-x86_64 CLT: 14.3.1.0.1.1683849156 Xcode: 14.3.1 => /Applications/Xcode_14.3.1.app/Contents/Developer ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /usr/local/opt/icu4c:/usr/local/opt/readline:/usr/local 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: /usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/lz4/lib/pkgconfig:/usr/local/opt/openssl@3/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/zstd/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/13 HOMEBREW_GIT: /usr/bin/git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk ACLOCAL_PATH: /usr/local/share/aclocal PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/[email protected]/bin:/usr/local/opt/rust/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/lz4/bin:/usr/local/opt/openssl@3/bin:/usr/local/opt/xz/bin:/usr/local/opt/zstd/bin:/usr/bin:/bin:/usr/sbin:/s
`brew install --verbose --build-bottle bayandin/tap/pgvector` failed on macOS Ventura (13)!: Formula/pgvector.rb#L22
asing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -march=native -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/hnswbuild.o src/hnswbuild.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -march=native -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/hnswinsert.o src/hnswinsert.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -march=native -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/hnswscan.o src/hnswscan.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -march=native -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/hnswutils.o src/hnswutils.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -march=native -ftree-vectorize -fassociative-math -fno-signed-zeros -fno-trapping-math -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/hnswvacuum.o src/hnswvacuum.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unuse
`brew install --verbose --build-bottle bayandin/tap/postgresql-hll` failed on macOS Ventura (13)!: Formula/postgresql-hll.rb#L22
==> Fetching bayandin/tap/postgresql-hll ==> Downloading https://github.com/citusdata/postgresql-hll/archive/refs/tags/v2.18.tar.gz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/e32a0f1825e7c8e0abd7722e95bdd86af69c946e3c20277bb9d309f9fba0ec6b--postgresql-hll-2.18.tar.gz ==> Verifying checksum for 'e32a0f1825e7c8e0abd7722e95bdd86af69c946e3c20277bb9d309f9fba0ec6b--postgresql-hll-2.18.tar.gz' ==> Installing postgresql-hll from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/e32a0f1825e7c8e0abd7722e95bdd86af69c946e3c20277bb9d309f9fba0ec6b--postgresql-hll-2.18.tar.gz --directory /private/tmp/d20230917-43977-1ko6b7p /usr/bin/env cp -pR /private/tmp/d20230917-43977-1ko6b7p/postgresql-hll-2.18/. /private/tmp/postgresql-hll-20230917-43977-mqx8r6/postgresql-hll-2.18 ==> make clean rm -f hll.so libhll.a libhll.pc rm -f hll--2.10--2.11.sql hll--2.10.sql hll--2.11--2.12.sql hll--2.12--2.13.sql hll--2.13--2.14.sql hll--2.14--2.15.sql hll--2.15--2.16.sql hll--2.16--2.17.sql hll--2.17--2.18.sql rm -f src/hll.o src/MurmurHash3.o src/hll.bc src/MurmurHash3.bc rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ log/ output_iso/ ==> make clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -std=c99 -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/usr/local/include/neon-postgres/v14 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o src/hll.o src/hll.c clang++ -Wall -Wpointer-arith -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -fPIC -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I/usr/local/include/neon-postgres/v14 -I. -I./ -I/usr/local/include/neon-postgres/v14/server -I/usr/local/include/neon-postgres/v14/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -c -o src/MurmurHash3.o src/MurmurHash3.cpp cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.10--2.11.sql > hll--2.10--2.11.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.10.sql > hll--2.10.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.11--2.12.sql > hll--2.11--2.12.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.12--2.13.sql > hll--2.12--2.13.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.13--2.14.sql > hll--2.13--2.14.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.14--2.15.sql > hll--2.14--2.15.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.15--2.16.sql > hll--2.15--2.16.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.16--2.17.sql > hll--2.16--2.17.sql cpp -undef -w -P -imacros /usr/local/include/neon-postgres/v14/server/pg_config.h update/hll--2.17--2.18.sql > hll--2.17--2.18.sql clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-func
`brew install --verbose --build-bottle bayandin/tap/rum` failed on macOS Ventura (13)!: Formula/rum.rb#L22
ation-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/rumsort.o src/rumsort.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/rum_ts_utils.o src/rum_ts_utils.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/rumtsquery.o src/rumtsquery.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/rumbtree.o src/rumbtree.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/usr/local/opt/openssl@3/include -I/usr/local/opt/readline/include -I/usr/local/Cellar/lz4/1.9.4/include -I/usr/local/opt/zstd/include -c -o src/rumbulk.o src/rumbulk.c clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-deprecated-non-prototype -g -O2 -I. -I./ -I/usr/local/include/neon-postgres/v15/server -I/usr/local/include/neon-postgres/v15/internal -I/usr/local/Cellar/icu4c/73.2/include -isysroot /Library/Developer/Comman
`brew install --verbose --build-bottle bayandin/tap/pg_tiktoken` failed on Linux!: Formula/pg_tiktoken.rb#L24
==> Fetching bayandin/tap/pg_tiktoken ==> Downloading https://github.com/kelvich/pg_tiktoken/archive/801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz Already downloaded: /home/runner/.cache/Homebrew/downloads/faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz ==> Verifying checksum for 'faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz' ==> Installing pg_tiktoken from bayandin/tap /usr/bin/env tar --extract --no-same-owner --file /home/runner/.cache/Homebrew/downloads/faaae3a6ea732533586d9569df739645fae2c5caf6a29d3af5093ea54874de16--pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72.tar.gz --directory /tmp/d20230917-76640-hl5fn /usr/bin/env cp -pR /tmp/d20230917-76640-hl5fn/pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72/. /tmp/pg_tiktoken-20230917-76640-daifyc/pg_tiktoken-801f84f08c6881c8aa30f405fafbf00eec386a72 ==> cargo pgx init --pg14 /home/linuxbrew/.linuxbrew/opt/neon-postgres/libexec/v14/bin/pg_config --pg15 /home/linuxbrew/.linuxbrew/opt/neon-postgres/libexec/v15/bin/pg_config --pg16 /home/linuxbrew/.linuxbrew/opt/neon-postgres/libexec/v16/bin/pg_config error: unexpected argument '--pg16' found note: argument '--pg15' exists Usage: cargo pgx init <--pg11 <PG11>|--pg12 <PG12>|--pg13 <PG13>|--pg14 <PG14>|--pg15 <PG15>|--base-port <BASE_PORT>|--base-testing-port <BASE_TESTING_PORT>> For more information, try '--help'. ==> Formula Tap: bayandin/tap Path: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/bayandin/homebrew-tap/Formula/pg_tiktoken.rb ==> Configuration HOMEBREW_VERSION: 4.1.11-38-gaa2a77b ORIGIN: https://github.com/Homebrew/brew HEAD: aa2a77b1f1ac1539e69e186bad1d569100448987 Last commit: 9 hours ago Core tap JSON: 17 Sep 10:06 UTC HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew HOMEBREW_BOOTSNAP: set HOMEBREW_CACHE: /home/runner/.cache/Homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: 3650 HOMEBREW_COLOR: set HOMEBREW_CURL_PATH: /usr/bin/curl HOMEBREW_FAIL_LOG_LINES: 150 HOMEBREW_GIT_EMAIL: [email protected] HOMEBREW_GIT_NAME: BrewTestBot HOMEBREW_GIT_PATH: /usr/bin/git HOMEBREW_LOGS: /home/runner/work/homebrew-tap/homebrew-tap/logs HOMEBREW_MAKE_JOBS: 2 HOMEBREW_NO_AUTO_UPDATE: set HOMEBREW_NO_EMOJI: set HOMEBREW_NO_ENV_HINTS: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set Homebrew Ruby: 2.6.10 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/bin/ruby CPU: dual-core 64-bit icelake Clang: 16.0.6 Git: 2.42.0 => /usr/bin/git Curl: 7.81.0 => /usr/bin/curl Kernel: Linux 6.2.0-1011-azure x86_64 GNU/Linux OS: Ubuntu 22.04.3 LTS (jammy) Host glibc: 2.35 /usr/bin/gcc: 11.4.0 /usr/bin/ruby: 3.0.2 glibc: N/A gcc@11: N/A gcc: N/A xorg: N/A ==> ENV HOMEBREW_CC: gcc-11 HOMEBREW_CXX: g++-11 MAKEFLAGS: -j2 CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew PKG_CONFIG_PATH: /home/linuxbrew/.linuxbrew/opt/icu4c/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/lz4/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/openssl@3/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/ncurses/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/readline/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/xz/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/zlib/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/zstd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/brotli/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libidn2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libnghttp2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libssh2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libxcrypt/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/util-linux/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/openldap/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/rtmpdump/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libedit/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/krb5/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/curl/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libxml2/lib/pkgconfig:/home/linuxbrew/.linuxbrew/opt/libgpg-error/lib/pkgconfig:/home/linuxbrew/.linuxbrew/o
test-bot (ubuntu-22.04)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
bottles Expired
1.5 MB