Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View anarazel's full-sized avatar

Andres Freund anarazel

View GitHub Profile
ok 1 - traditional Windows unlink semantics detected: O_EXCL -> EEXIST
ok 2 - symlink fails on missing parent
ok 3 - errno == ENOENT
could not set junction for "\??\y:\testdata\dir1\my_subdir": Access is denied.
not ok 4 - create symlink (at ../src/port/t/001_filesystem.c:204), error: Permission denied
not ok 5 - readlink succeeds (at ../src/port/t/001_filesystem.c:207), error: No such file or directory
not ok 6 - readlink reports expected size: -1 != 26 (at ../src/port/t/001_filesystem.c:208)
not ok 7 - readlink reports expected target: "y:\testdata\dir1\my_subdir" vs "" (at ../src/port/t/001_filesystem.c:214)
ok 8 - readlink fails on missing path
ok 1 - traditional Windows unlink semantics detected: O_EXCL -> EEXIST
ok 2 - symlink fails on missing parent
ok 3 - errno == ENOENT
could not set junction for "\??\z:\testdata\dir1\my_subdir": Access is denied.
not ok 4 - create symlink (at ../src/port/t/001_filesystem.c:214), error: Permission denied
not ok 5 - readlink succeeds (at ../src/port/t/001_filesystem.c:217), error: No such file or directory
not ok 6 - readlink reports expected size: -1 != 26 (at ../src/port/t/001_filesystem.c:218)
not ok 7 - readlink reports expected target: "z:\testdata\dir1\my_subdir" vs "" (at ../src/port/t/001_filesystem.c:224)
ok 8 - readlink fails on missing path
ok 1 - traditional Windows unlink semantics detected: O_EXCL -> EEXIST
ok 2 - symlink fails on missing parent
ok 3 - errno == ENOENT
could not set junction for "\??\z:\testdata\dir1\my_subdir": Access is denied.
not ok 4 - create symlink (at ../src/port/t/001_filesystem.c:204), error: Permission denied
not ok 5 - readlink succeeds (at ../src/port/t/001_filesystem.c:207), error: No such file or directory
not ok 6 - readlink reports expected size: -1 != 26 (at ../src/port/t/001_filesystem.c:208)
not ok 7 - readlink reports expected target: "z:\testdata\dir1\my_subdir" vs "" (at ../src/port/t/001_filesystem.c:214)
ok 8 - readlink fails on missing path
Log of Meson test suite run on 2022-10-13T23:58:24.850174
Inherited environment: ACLOCAL_PATH=C:\dev\msys64\ucrt64\share\aclocal;C:\dev\msys64\usr\share\aclocal CONFIG_SITE=C:/dev/msys64/etc/config.site HOME=C:\dev\msys64\home\myadmin HOSTNAME=win10-nojoin INFOPATH=C:\dev\msys64\usr\local\info;C:\dev\msys64\usr\share\info;C:\dev\msys64\usr\info;C:\dev\msys64\share\info LANG=en_US.UTF-8 MANPATH=C:\dev\msys64\ucrt64\local\man;C:\dev\msys64\ucrt64\share\man;C:\dev\msys64\usr\local\man;C:\dev\msys64\usr\share\man;C:\dev\msys64\usr\man;C:\dev\msys64\share\man MINGW_CHOST=x86_64-w64-mingw32 MINGW_PACKAGE_PREFIX=mingw-w64-ucrt-x86_64 MINGW_PREFIX=C:/dev/msys64/ucrt64 MSYSTEM=UCRT64 MSYSTEM_CARCH=x86_64 MSYSTEM_CHOST=x86_64-w64-mingw32 MSYSTEM_PREFIX=C:/dev/msys64/ucrt64 OLDPWD=C:/dev/msys64/home/myadmin ORIGINAL_PATH=C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\ ORIGINAL_TEMP= ORIGINAL_TMP= PATH=C:\dev\msys64\ucrt64\bin;C:\dev\msys64\ucrt64\bin\site_perl\5.32.
Log of Meson test suite run on 2022-10-13T23:56:00.354672
Inherited environment: ACLOCAL_PATH=C:\dev\msys64\ucrt64\share\aclocal;C:\dev\msys64\usr\share\aclocal CONFIG_SITE=C:/dev/msys64/etc/config.site HOME=C:\dev\msys64\home\myadmin HOSTNAME=win10-nojoin INFOPATH=C:\dev\msys64\usr\local\info;C:\dev\msys64\usr\share\info;C:\dev\msys64\usr\info;C:\dev\msys64\share\info LANG=en_US.UTF-8 MANPATH=C:\dev\msys64\ucrt64\local\man;C:\dev\msys64\ucrt64\share\man;C:\dev\msys64\usr\local\man;C:\dev\msys64\usr\share\man;C:\dev\msys64\usr\man;C:\dev\msys64\share\man MINGW_CHOST=x86_64-w64-mingw32 MINGW_PACKAGE_PREFIX=mingw-w64-ucrt-x86_64 MINGW_PREFIX=C:/dev/msys64/ucrt64 MSYSTEM=UCRT64 MSYSTEM_CARCH=x86_64 MSYSTEM_CHOST=x86_64-w64-mingw32 MSYSTEM_PREFIX=C:/dev/msys64/ucrt64 OLDPWD=C:/dev/postgres-meson/build-ninja-2022 ORIGINAL_PATH=C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\ ORIGINAL_TEMP= ORIGINAL_TMP= PATH=C:\dev\msys64\ucrt64\bin;C:\dev\msys64\ucrt64\bin\sit
#!/bin/bash
set -e
DIR=~/build/llvm-project/master/debug-clang
mkdir -p $DIR/vpath
cd $DIR/vpath
#export LDFLAGS='-Wl,--compress-debug-sections=zlib -fuse-ld=lld '
cmake \
/home/andres/src/postgresql/meson.build:403:6: warning empty if statement block
403 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:412:6: warning empty if statement block
412 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:2349:4: warning empty if statement block
2349 | if host_system == 'win32'
^
dbg executing /usr/bin/ccache: 'ccache' 'gcc-12' '--version'
/home/andres/src/postgresql/meson.build:403:6: warning empty if statement block
403 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:412:6: warning empty if statement block
412 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:2348:4: warning empty if statement block
2348 | if host_system == 'win32'
^
dbg executing /usr/bin/ccache: 'ccache' '--version'
/home/andres/src/postgresql/meson.build:403:6: warning empty if statement block
403 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:412:6: warning empty if statement block
412 | if not have_gssapi
^
/home/andres/src/postgresql/meson.build:2348:4: warning empty if statement block
2348 | if host_system == 'win32'
^
dbg executing /usr/bin/ccache: 'ccache' '--version'
summary:
- postgresql 16devel Data layout
data block size: 8192
WAL block size: 8192
segment size: 131072
System
host system: 'linux x86_64'
build system: 'linux x86_64'
Compiler
linker: 'ld.bfd'