Skip to content

Add support for PostgreSQL 16 #5

Add support for PostgreSQL 16

Add support for PostgreSQL 16 #5

Re-run triggered March 11, 2024 18:50
Status Failure
Total duration 6m 46s
Artifacts

tests.yml

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

Annotations

4 errors and 3 warnings
`brew install --verbose --build-bottle ozeias/postgresql/postgresql@16` failed on Linux!: Formula/postgresql@16.rb#L39
pt/zstd/lib -Wl,--as-needed -Wl,-rpath,'/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/lib/postgresql@16',--enable-new-dtags -fvisibility=hidden gcc-11 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fPIC -fvisibility=hidden -I. -I. -I../../src/include -I/home/linuxbrew/.linuxbrew/Cellar/icu4c/74.2/include -I/home/linuxbrew/.linuxbrew/opt/openssl@3/include -I/home/linuxbrew/.linuxbrew/opt/readline/include -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/libxml2/2.12.5_1/include/libxml2 -I/home/linuxbrew/.linuxbrew/Cellar/lz4/1.9.4/include -I/home/linuxbrew/.linuxbrew/opt/zstd/include -c -o pgcrypto.o pgcrypto.c /usr/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/share/postgresql@16/extension' /usr/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/share/postgresql@16/extension' /usr/bin/install -c -m 755 postgres_fdw.so '/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/lib/postgresql@16/postgres_fdw.so' /usr/bin/install -c -m 644 ./postgres_fdw.control '/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/share/postgresql@16/extension/' /usr/bin/install -c -m 644 ./postgres_fdw--1.0.sql ./postgres_fdw--1.0--1.1.sql '/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/share/postgresql@16/extension/' make[2]: Leaving directory '/tmp/postgresqlA16-20240311-13690-9vhzv0/postgresql-16.2/contrib/postgres_fdw' gcc-11 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fPIC -fvisibility=hidden -I. -I. -I../../src/include -I/home/linuxbrew/.linuxbrew/Cellar/icu4c/74.2/include -I/home/linuxbrew/.linuxbrew/opt/openssl@3/include -I/home/linuxbrew/.linuxbrew/opt/readline/include -D_GNU_SOURCE -I/home/linuxbrew/.linuxbrew/Cellar/libxml2/2.12.5_1/include/libxml2 -I/home/linuxbrew/.linuxbrew/Cellar/lz4/1.9.4/include -I/home/linuxbrew/.linuxbrew/opt/zstd/include -c -o pgp-armor.o pgp-armor.c /usr/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/lib/postgresql@16' gcc-11 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fPIC -fvisibility=hidden -shared -o hstore_plperl.so hstore_plperl.o -L../../src/port -L../../src/common -L/home/linuxbrew/.linuxbrew/opt/openssl@3/lib -L/home/linuxbrew/.linuxbrew/opt/readline/lib -L/home/linuxbrew/.linuxbrew/Cellar/libxml2/2.12.5_1/lib -L/home/linuxbrew/.linuxbrew/Cellar/lz4/1.9.4/lib -L/home/linuxbrew/.linuxbrew/opt/zstd/lib -Wl,--as-needed -Wl,-rpath,'/home/linuxbrew/.linuxbrew/opt/perl/lib/perl5/5.38/x86_64-linux-thread-multi/CORE',--enable-new-dtags -fvisibility=hidden -L/home/linuxbrew/.linuxbrew/opt/perl/lib/perl5/5.38/x86_64-linux-thread-multi/CORE -lperl -lpthread -ldl -lm -lcrypt -lutil -lc /usr/bin/mkdir -p '/home/linuxbrew/.linuxbrew/Cellar/postgresql@16/16.2/lib/postgresql@16' gcc-11 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fPIC -fvisibility=hidden -shared -o jsonb_plperl.so jsonb_plperl.o -L../../src/port -L../../src/common -L/home/linuxbrew/.linuxbrew/opt/openssl@3/lib -L/home/linuxbrew/.linuxbrew/opt/readline/lib -L
test-bot (ubuntu-22.04)
Process completed with exit code 1.
test-bot (macos-13)
The job was canceled because "ubuntu-22_04" failed.
test-bot (macos-13)
The operation was canceled.
test-bot (ubuntu-22.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-bot (ubuntu-22.04)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
test-bot (macos-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.