Running with gitlab-runner 15.4.0 (43b2dc3d)
  on ci-02.labs.nic.cz RZxiWBTB
section_start:1669570519:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.nic.cz/turris/sentinel/minipot:debian ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image registry.nic.cz/turris/sentinel/minipot:debian ...
Using docker image sha256:5b23ba0ef68016d9787bacc600792a58cfa3e76700b1e69fb9d3fb8d96f17e06 for registry.nic.cz/turris/sentinel/minipot:debian with digest registry.nic.cz/turris/sentinel/minipot@sha256:ba03174212232fd8d805a25eb2dba23e23b2e3b6d84a373456c5d7ea691d9e3f ...
section_end:1669570523:prepare_executor
section_start:1669570523:prepare_script
Preparing environment
Running on runner-rzxiwbtb-project-595-concurrent-4 via ci-02...
section_end:1669570524:prepare_script
section_start:1669570524:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/turris/sentinel/minipot/.git/
Created fresh repository.
Checking out 15e08bf7 as dev...

Skipping Git submodules setup
section_end:1669570526:get_sources
section_start:1669570526:step_script
Executing "step_script" stage of the job script
Using docker image sha256:5b23ba0ef68016d9787bacc600792a58cfa3e76700b1e69fb9d3fb8d96f17e06 for registry.nic.cz/turris/sentinel/minipot:debian with digest registry.nic.cz/turris/sentinel/minipot@sha256:ba03174212232fd8d805a25eb2dba23e23b2e3b6d84a373456c5d7ea691d9e3f ...
$ ./bootstrap
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.aux'.
libtoolize: linking file '.aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '.m4'.
libtoolize: linking file '.m4/libtool.m4'
libtoolize: linking file '.m4/ltoptions.m4'
libtoolize: linking file '.m4/ltsugar.m4'
libtoolize: linking file '.m4/ltversion.m4'
libtoolize: linking file '.m4/lt~obsolete.m4'
configure.ac:14: installing '.aux/ar-lib'
configure.ac:12: installing '.aux/compile'
configure.ac:15: installing '.aux/config.guess'
configure.ac:15: installing '.aux/config.sub'
configure.ac:5: installing '.aux/install-sh'
configure.ac:5: installing '.aux/missing'
configure.ac:49: installing '.aux/tap-driver.sh'
Makefile.am: installing '.aux/depcomp'
parallel-tests: installing '.aux/test-driver'
$ ./configure --enable-tests --enable-valgrind $CONFIGURE_CHECK
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether C compiler accepts -std=c11... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libczmq... yes
checking for msgpack... yes
checking for libevent... yes
checking for libconfig... yes
checking for base64c... yes
checking for logc >= 0.4.0 logc_argp logc_config... yes
checking for libczmq_logc... yes
checking for libevent_logc... yes
checking for gperf... /usr/bin/gperf
checking for check >= 0.11... yes
checking for valgrind... valgrind
checking for Valgrind tool memcheck... yes
checking for Valgrind tool helgrind... yes
checking for Valgrind tool drd... yes
checking for Valgrind tool sgcheck... no
checking whether to build with code coverage support... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsentinel_minipot/sentinel_minipot.pc
config.status: executing depfiles commands
config.status: executing libtool commands
$ make distcheck
make  dist-xz dist-gzip dist-zip am__post_remove_distdir='@:'
make[1]: Entering directory '/builds/turris/sentinel/minipot'
make  distdir-am
make[2]: Entering directory '/builds/turris/sentinel/minipot'
  GPERF    http/http_header.gperf.c
  GPERF    http/http_tr_enc.gperf.c
if test -d "sentinel-minipot-2.3.0"; then find "sentinel-minipot-2.3.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sentinel-minipot-2.3.0" || { sleep 5 && rm -rf "sentinel-minipot-2.3.0"; }; else :; fi
test -d "sentinel-minipot-2.3.0" || mkdir "sentinel-minipot-2.3.0"
test -n "" \
|| find "sentinel-minipot-2.3.0" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /builds/turris/sentinel/minipot/.aux/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "sentinel-minipot-2.3.0"
make[2]: Leaving directory '/builds/turris/sentinel/minipot'
tardir=sentinel-minipot-2.3.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >sentinel-minipot-2.3.0.tar.xz
tardir=sentinel-minipot-2.3.0 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >sentinel-minipot-2.3.0.tar.gz
rm -f sentinel-minipot-2.3.0.zip
zip -rq sentinel-minipot-2.3.0.zip sentinel-minipot-2.3.0
make[1]: Leaving directory '/builds/turris/sentinel/minipot'
if test -d "sentinel-minipot-2.3.0"; then find "sentinel-minipot-2.3.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sentinel-minipot-2.3.0" || { sleep 5 && rm -rf "sentinel-minipot-2.3.0"; }; else :; fi
case 'sentinel-minipot-2.3.0.tar.gz sentinel-minipot-2.3.0.tar.xz sentinel-minipot-2.3.0.zip' in \
*.tar.gz*) \
  eval GZIP= gzip --best -dc sentinel-minipot-2.3.0.tar.gz | ${TAR-tar} xf - ;;\
*.tar.bz2*) \
  bzip2 -dc sentinel-minipot-2.3.0.tar.bz2 | ${TAR-tar} xf - ;;\
*.tar.lz*) \
  lzip -dc sentinel-minipot-2.3.0.tar.lz | ${TAR-tar} xf - ;;\
*.tar.xz*) \
  xz -dc sentinel-minipot-2.3.0.tar.xz | ${TAR-tar} xf - ;;\
*.tar.Z*) \
  uncompress -c sentinel-minipot-2.3.0.tar.Z | ${TAR-tar} xf - ;;\
*.shar.gz*) \
  eval GZIP= gzip --best -dc sentinel-minipot-2.3.0.shar.gz | unshar ;;\
*.zip*) \
  unzip sentinel-minipot-2.3.0.zip ;;\
*.tar.zst*) \
  zstd -dc sentinel-minipot-2.3.0.tar.zst | ${TAR-tar} xf - ;;\
esac
chmod -R a-w sentinel-minipot-2.3.0
chmod u+w sentinel-minipot-2.3.0
mkdir sentinel-minipot-2.3.0/_build sentinel-minipot-2.3.0/_build/sub sentinel-minipot-2.3.0/_inst
chmod a-w sentinel-minipot-2.3.0
test -d sentinel-minipot-2.3.0/_build || exit 0; \
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd sentinel-minipot-2.3.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && am__cwd=`pwd` \
  && CDPATH="${ZSH_VERSION+.}:" && cd sentinel-minipot-2.3.0/_build/sub \
  && ../../configure \
    --disable-valgrind \
    --enable-tests \
    --srcdir=../.. --prefix="$dc_install_base" \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && make  distuninstallcheck_dir="$dc_install_base" \
        distuninstallcheck \
  && chmod -R a-w "$dc_install_base" \
  && ({ \
       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
       && make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && make  DESTDIR="$dc_destdir" \
            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist \
  && rm -rf sentinel-minipot-2.3.0.tar.gz sentinel-minipot-2.3.0.tar.xz sentinel-minipot-2.3.0.zip \
  && make  distcleancheck \
  && cd "$am__cwd" \
  || exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether C compiler accepts -std=c11... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libczmq... yes
checking for msgpack... yes
checking for libevent... yes
checking for libconfig... yes
checking for base64c... yes
checking for logc >= 0.4.0 logc_argp logc_config... yes
checking for libczmq_logc... yes
checking for libevent_logc... yes
checking for check >= 0.11... yes
checking whether to build with code coverage support... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsentinel_minipot/sentinel_minipot.pc
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
  CC       http/sentinel_minipot_http-sentinel_minipot_http.o
  CC       http/sentinel_minipot_http-http_minipot_config.o
  CC       http/sentinel_minipot_http-http_minipot.o
../../http/http_minipot.c: In function 'accept_cb':
../../http/http_minipot.c:8:49: warning: unused parameter 'events' [-Wunused-parameter]
    8 | static void accept_cb(evutil_socket_t fd, short events, void *arg) {
      |                                           ~~~~~~^~~~~~
  CC       http/sentinel_minipot_http-http_minipot_session.o
../../http/http_minipot_session.c: In function 'timeout_cb':
../../http/http_minipot_session.c:8:40: warning: unused parameter 'fd' [-Wunused-parameter]
    8 | static void timeout_cb(evutil_socket_t fd, short events, void *arg) {
      |                                        ^
../../http/http_minipot_session.c:8:50: warning: unused parameter 'events' [-Wunused-parameter]
    8 | static void timeout_cb(evutil_socket_t fd, short events, void *arg) {
      |                                            ~~~~~~^~~~~~
../../http/http_minipot_session.c: In function 'read_cb':
../../http/http_minipot_session.c:13:47: warning: unused parameter 'events' [-Wunused-parameter]
   13 | static void read_cb(evutil_socket_t fd, short events, void *arg) {
      |                                         ~~~~~~^~~~~~
  CC       http/sentinel_minipot_http-http_minipot_session_process.o
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf: In function 'http_header_name_hash':
http/http_header.gperf:83:27: warning: unused parameter 'str' [-Wunused-parameter]
http/http_header.gperf: In function 'http_header_name_lookup':
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:111:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:25:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:25:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:26:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:26:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf: In function 'http_transfer_encoding_lookup':
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:27:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:27:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:25:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:25:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:25:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
../../http/http_minipot_session_process.c: In function 'proc_auth_data':
../../http/http_minipot_session_process.c:28:69: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
   28 |                         || strncmp(BASIC, s->http_minipot->tokens[0].start_ptr, BASIC_LEN)
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                     |
      |                                                                     const uint8_t * {aka const unsigned char *}
In file included from ../../include/minipot_config.h:5,
                 from ../../include/minipot.h:4,
                 from ../../include/minipot_session.h:6,
                 from ../../http/http_minipot_session.h:4,
                 from ../../http/http_minipot_session_process.h:4,
                 from ../../http/http_minipot_session_process.c:1:
/usr/include/string.h:143:51: note: expected 'const char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
  143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                       ~~~~~~~~~~~~^~~~
../../http/http_minipot_session_process.c:29:68: warning: pointer targets in passing argument 1 of 'base64_verify' differ in signedness [-Wpointer-sign]
   29 |                         || base64_verify(s->http_minipot->tokens[1].start_ptr,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                    |
      |                                                                    const uint8_t * {aka const unsigned char *}
In file included from ../../http/http_minipot_session_process.c:7:
/usr/include/base64c.h:31:34: note: expected 'const char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
   31 | size_t base64_verify(const char *input, size_t len);
      |                      ~~~~~~~~~~~~^~~~~
../../http/http_minipot_session_process.c:33:74: warning: pointer targets in passing argument 1 of 'base64_decode' differ in signedness [-Wpointer-sign]
   33 |         size_t dcoded_data_len = base64_decode(s->http_minipot->tokens[1].start_ptr,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                          |
      |                                                                          const uint8_t * {aka const unsigned char *}
In file included from ../../http/http_minipot_session_process.c:7:
/usr/include/base64c.h:52:34: note: expected 'const char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
   52 | size_t base64_decode(const char *input, size_t len, uint8_t *output);
      |                      ~~~~~~~~~~~~^~~~~
../../http/http_minipot_session_process.c:39:26: warning: pointer targets in initialization of 'char *' from 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
   39 |         char *username = s->http_minipot->dcode_buff;
      |                          ^
../../http/http_minipot_session_process.c:41:26: warning: pointer targets in initialization of 'char *' from 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
   41 |         char *password = delim + 1;
      |                          ^~~~~
../../http/http_minipot_session_process.c: In function 'proc_chunk_size':
../../http/http_minipot_session_process.c:135:35: warning: pointer targets in passing argument 1 of 'strtoll' differ in signedness [-Wpointer-sign]
  135 |         int64_t result = strtoll(s->token_buff, &end_ptr, 16);
      |                                  ~^~~~~~~~~~~~
      |                                   |
      |                                   uint8_t * {aka unsigned char *}
In file included from /usr/include/logc.h:23,
                 from ../../include/minipot_utils.h:6,
                 from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_process.h:4,
                 from ../../http/http_minipot_session_process.c:1:
/usr/include/stdlib.h:200:54: note: expected 'const char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
  200 | extern long long int strtoll (const char *__restrict __nptr,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../http/http_minipot_session_process.c: In function 'proc_con_len_head':
../../http/http_minipot_session_process.c:185:68: warning: pointer targets in passing argument 1 of 'strtoll' differ in signedness [-Wpointer-sign]
  185 |                 int64_t result = strtoll(s->http_minipot->tokens[0].start_ptr,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                    |
      |                                                                    const uint8_t * {aka const unsigned char *}
In file included from /usr/include/logc.h:23,
                 from ../../include/minipot_utils.h:6,
                 from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_process.h:4,
                 from ../../http/http_minipot_session_process.c:1:
/usr/include/stdlib.h:200:54: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
  200 | extern long long int strtoll (const char *__restrict __nptr,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../http/http_minipot_session_process.c: In function 'proc_line':
../../http/http_minipot_session_process.c:332:43: warning: operand of '?:' changes signedness from 'long int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare]
  332 |         size_t bytes_to_buff = line_sep ? (line_sep - *buffer + 1) : *bytes_to_proc;
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~
  CC       http/sentinel_minipot_http-http_minipot_session_respond.o
  CC       http/sentinel_minipot_http-http_minipot_session_report.o
../../http/http_minipot_session_report.c: In function 'http_report_login':
../../http/http_minipot_session_report.c:50:47: warning: pointer targets in passing argument 1 of 'minipot_check_data' differ in signedness [-Wpointer-sign]
   50 |                         || minipot_check_data(username, username_len)
      |                                               ^~~~~~~~
      |                                               |
      |                                               const char *
In file included from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_report.h:4,
                 from ../../http/http_minipot_session_report.c:1:
../../include/minipot_utils.h:40:39: note: expected 'const uint8_t *' {aka 'const unsigned char *'} but argument is of type 'const char *'
   40 | int minipot_check_data(const uint8_t *buff, size_t len);
      |                        ~~~~~~~~~~~~~~~^~~~
../../http/http_minipot_session_report.c:51:47: warning: pointer targets in passing argument 1 of 'minipot_check_data' differ in signedness [-Wpointer-sign]
   51 |                         || minipot_check_data(password, password_len)
      |                                               ^~~~~~~~
      |                                               |
      |                                               const char *
In file included from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_report.h:4,
                 from ../../http/http_minipot_session_report.c:1:
../../include/minipot_utils.h:40:39: note: expected 'const uint8_t *' {aka 'const unsigned char *'} but argument is of type 'const char *'
   40 | int minipot_check_data(const uint8_t *buff, size_t len);
      |                        ~~~~~~~~~~~~~~~^~~~
../../http/http_minipot_session_report.c:12:16: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:56:18: note: in expansion of macro 'METHOD'
   56 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:12:16: note: (near initialization for 'data[0].key')
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:56:18: note: in expansion of macro 'METHOD'
   56 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:13:13: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:57:18: note: in expansion of macro 'URL'
   57 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:13:13: note: (near initialization for 'data[1].key')
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:57:18: note: in expansion of macro 'URL'
   57 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:15:18: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   15 | #define USERNAME "username"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:58:18: note: in expansion of macro 'USERNAME'
   58 |                 {USERNAME, strlen(USERNAME), username, username_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:15:18: note: (near initialization for 'data[2].key')
   15 | #define USERNAME "username"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:58:18: note: in expansion of macro 'USERNAME'
   58 |                 {USERNAME, strlen(USERNAME), username, username_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:58:46: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'const char *' differ in signedness [-Wpointer-sign]
   58 |                 {USERNAME, strlen(USERNAME), username, username_len},
      |                                              ^~~~~~~~
../../http/http_minipot_session_report.c:58:46: note: (near initialization for 'data[2].val')
../../http/http_minipot_session_report.c:16:18: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   16 | #define PASSWORD "password"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:59:18: note: in expansion of macro 'PASSWORD'
   59 |                 {PASSWORD, strlen(PASSWORD), password, password_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:16:18: note: (near initialization for 'data[3].key')
   16 | #define PASSWORD "password"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:59:18: note: in expansion of macro 'PASSWORD'
   59 |                 {PASSWORD, strlen(PASSWORD), password, password_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:59:46: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'const char *' differ in signedness [-Wpointer-sign]
   59 |                 {PASSWORD, strlen(PASSWORD), password, password_len},
      |                                              ^~~~~~~~
../../http/http_minipot_session_report.c:59:46: note: (near initialization for 'data[3].val')
../../http/http_minipot_session_report.c:14:17: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:61:18: note: in expansion of macro 'USER_AG'
   61 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
../../http/http_minipot_session_report.c:14:17: note: (near initialization for 'data[4].key')
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:61:18: note: in expansion of macro 'USER_AG'
   61 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
../../http/http_minipot_session_report.c: In function 'http_report_message':
../../http/http_minipot_session_report.c:12:16: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:82:18: note: in expansion of macro 'METHOD'
   82 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:12:16: note: (near initialization for 'data[0].key')
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:82:18: note: in expansion of macro 'METHOD'
   82 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:13:13: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:83:18: note: in expansion of macro 'URL'
   83 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:13:13: note: (near initialization for 'data[1].key')
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:83:18: note: in expansion of macro 'URL'
   83 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:14:17: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:85:18: note: in expansion of macro 'USER_AG'
   85 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
../../http/http_minipot_session_report.c:14:17: note: (near initialization for 'data[2].key')
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:85:18: note: in expansion of macro 'USER_AG'
   85 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
  CC       http/sentinel_minipot_http-http_minipot_session_utils.o
../../http/http_minipot_session_utils.c: In function 'check_version':
../../http/http_minipot_session_utils.c:26:36: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
   26 |                         || strncmp(version, "HTTP/", strlen("HTTP/")) != 0
      |                                    ^~~~~~~
      |                                    |
      |                                    uint8_t * {aka unsigned char *}
In file included from ../../include/minipot_utils.h:4,
                 from ../../http/http_minipot_session_utils.c:2:
/usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
  143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                     ~~~~~~~~~~~~^~~~
  CC       http/sentinel_minipot_http-log.o
  CC       libsentinel_minipot/la-log.lo
  CC       libsentinel_minipot/la-minipot_argp.lo
  CC       libsentinel_minipot/la-minipot_config_load.lo
  CC       libsentinel_minipot/la-minipot_config.lo
  CC       libsentinel_minipot/la-minipot_fork.lo
../../libsentinel_minipot/minipot_fork.c: In function 'sigchld_handler':
../../libsentinel_minipot/minipot_fork.c:14:33: warning: unused parameter 'sig' [-Wunused-parameter]
   14 | static void sigchld_handler(int sig) {
      |                             ~~~~^~~
  CC       libsentinel_minipot/la-minipot_pipe_handler.lo
../../libsentinel_minipot/minipot_pipe_handler.c:52:31: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
   52 |                 const uint8_t const *dest_start, uint8_t **dest_wrt,
      |                               ^~~~~
../../libsentinel_minipot/minipot_pipe_handler.c: In function 'proc_data':
../../libsentinel_minipot/minipot_pipe_handler.c:66:49: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   66 |         if ((self->data_write_ptr - self->data) == self->data_len.full) {
      |                                                 ^~
../../libsentinel_minipot/minipot_pipe_handler.c: In function 'read_cb':
../../libsentinel_minipot/minipot_pipe_handler.c:104:47: warning: unused parameter 'events' [-Wunused-parameter]
  104 | static void read_cb(evutil_socket_t fd, short events, void *arg) {
      |                                         ~~~~~~^~~~~~
../../libsentinel_minipot/minipot_pipe_handler.c: In function 'terminate_cb':
../../libsentinel_minipot/minipot_pipe_handler.c:122:42: warning: unused parameter 'fd' [-Wunused-parameter]
  122 | static void terminate_cb(evutil_socket_t fd, short events, void *arg) {
      |                                          ^
../../libsentinel_minipot/minipot_pipe_handler.c:122:52: warning: unused parameter 'events' [-Wunused-parameter]
  122 | static void terminate_cb(evutil_socket_t fd, short events, void *arg) {
      |                                              ~~~~~~^~~~~~
  CC       libsentinel_minipot/la-minipot_sentinel_msg_packer.lo
  CC       libsentinel_minipot/la-minipot_session.lo
  CC       libsentinel_minipot/la-minipot_utils.lo
  CC       libsentinel_minipot/la-minipot_zmq_sender.lo
  CC       libsentinel_minipot/la-minipot.lo
../../libsentinel_minipot/minipot.c: In function 'sigint_cb':
../../libsentinel_minipot/minipot.c:14:39: warning: unused parameter 'fd' [-Wunused-parameter]
   14 | static void sigint_cb(evutil_socket_t fd, short events, void *arg) {
      |                                       ^
../../libsentinel_minipot/minipot.c:14:49: warning: unused parameter 'events' [-Wunused-parameter]
   14 | static void sigint_cb(evutil_socket_t fd, short events, void *arg) {
      |                                           ~~~~~~^~~~~~
  CCLD     libsentinel_minipot.la
  CCLD     sentinel_minipot_http
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Nothing to be done for 'dvi'.
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make  tests/unit/libsentinel_minipot/unittests-libsentinel_minipot tests/unit/http/unittests-http
make[2]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
  CC       tests/unit/libsentinel_minipot_unittests_libsentinel_minipot-unittests.o
  CC       tests/unit/libsentinel_minipot_unittests_libsentinel_minipot-fixtures.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-log.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_argp.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_config_load.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_config.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_fork.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_pipe_handler.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_sentinel_msg_packer.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_session.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_utils.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_zmq_sender.o
  CC       libsentinel_minipot/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot.o
  CC       tests/unit/libsentinel_minipot/unittests_libsentinel_minipot-minipot_utils.o
  CCLD     tests/unit/libsentinel_minipot/unittests-libsentinel_minipot
  CC       tests/unit/http_unittests_http-unittests.o
  CC       tests/unit/http_unittests_http-fixtures.o
  CC       http/tests_unit_http_unittests_http-http_minipot_config.o
  CC       http/tests_unit_http_unittests_http-http_minipot.o
../../http/http_minipot.c: In function 'accept_cb':
../../http/http_minipot.c:8:49: warning: unused parameter 'events' [-Wunused-parameter]
    8 | static void accept_cb(evutil_socket_t fd, short events, void *arg) {
      |                                           ~~~~~~^~~~~~
  CC       http/tests_unit_http_unittests_http-http_minipot_session.o
../../http/http_minipot_session.c: In function 'timeout_cb':
../../http/http_minipot_session.c:8:40: warning: unused parameter 'fd' [-Wunused-parameter]
    8 | static void timeout_cb(evutil_socket_t fd, short events, void *arg) {
      |                                        ^
../../http/http_minipot_session.c:8:50: warning: unused parameter 'events' [-Wunused-parameter]
    8 | static void timeout_cb(evutil_socket_t fd, short events, void *arg) {
      |                                            ~~~~~~^~~~~~
../../http/http_minipot_session.c: In function 'read_cb':
../../http/http_minipot_session.c:13:47: warning: unused parameter 'events' [-Wunused-parameter]
   13 | static void read_cb(evutil_socket_t fd, short events, void *arg) {
      |                                         ~~~~~~^~~~~~
  CC       http/tests_unit_http_unittests_http-http_minipot_session_process.o
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf: In function 'http_header_name_hash':
http/http_header.gperf:83:27: warning: unused parameter 'str' [-Wunused-parameter]
http/http_header.gperf: In function 'http_header_name_lookup':
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:110:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
http/http_header.gperf:111:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:25:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:25:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:26:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:26:7: warning: missing initializer for field 'header_type' of 'struct http_header' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:5:
http/http_header.gperf:20:24: note: 'header_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf: In function 'http_transfer_encoding_lookup':
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
http/http_tr_enc.gperf:124:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:27:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:27:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:25:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:25:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:25:7: warning: missing initializer for field 'transfer_encoding_type' of 'struct http_transfer_encoding' [-Wmissing-field-initializers]
In file included from ../../http/http_minipot_session_process.c:6:
http/http_tr_enc.gperf:20:35: note: 'transfer_encoding_type' declared here
../../http/http_minipot_session_process.c: In function 'proc_auth_data':
../../http/http_minipot_session_process.c:28:69: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign]
   28 |                         || strncmp(BASIC, s->http_minipot->tokens[0].start_ptr, BASIC_LEN)
      |                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                     |
      |                                                                     const uint8_t * {aka const unsigned char *}
In file included from ../../include/minipot_config.h:5,
                 from ../../include/minipot.h:4,
                 from ../../include/minipot_session.h:6,
                 from ../../http/http_minipot_session.h:4,
                 from ../../http/http_minipot_session_process.h:4,
                 from ../../http/http_minipot_session_process.c:1:
/usr/include/string.h:143:51: note: expected 'const char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
  143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                                       ~~~~~~~~~~~~^~~~
../../http/http_minipot_session_process.c:29:68: warning: pointer targets in passing argument 1 of 'base64_verify' differ in signedness [-Wpointer-sign]
   29 |                         || base64_verify(s->http_minipot->tokens[1].start_ptr,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                    |
      |                                                                    const uint8_t * {aka const unsigned char *}
In file included from ../../http/http_minipot_session_process.c:7:
/usr/include/base64c.h:31:34: note: expected 'const char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
   31 | size_t base64_verify(const char *input, size_t len);
      |                      ~~~~~~~~~~~~^~~~~
../../http/http_minipot_session_process.c:33:74: warning: pointer targets in passing argument 1 of 'base64_decode' differ in signedness [-Wpointer-sign]
   33 |         size_t dcoded_data_len = base64_decode(s->http_minipot->tokens[1].start_ptr,
      |                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                          |
      |                                                                          const uint8_t * {aka const unsigned char *}
In file included from ../../http/http_minipot_session_process.c:7:
/usr/include/base64c.h:52:34: note: expected 'const char *' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
   52 | size_t base64_decode(const char *input, size_t len, uint8_t *output);
      |                      ~~~~~~~~~~~~^~~~~
../../http/http_minipot_session_process.c:39:26: warning: pointer targets in initialization of 'char *' from 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
   39 |         char *username = s->http_minipot->dcode_buff;
      |                          ^
../../http/http_minipot_session_process.c:41:26: warning: pointer targets in initialization of 'char *' from 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
   41 |         char *password = delim + 1;
      |                          ^~~~~
../../http/http_minipot_session_process.c: In function 'proc_chunk_size':
../../http/http_minipot_session_process.c:135:35: warning: pointer targets in passing argument 1 of 'strtoll' differ in signedness [-Wpointer-sign]
  135 |         int64_t result = strtoll(s->token_buff, &end_ptr, 16);
      |                                  ~^~~~~~~~~~~~
      |                                   |
      |                                   uint8_t * {aka unsigned char *}
In file included from /usr/include/logc.h:23,
                 from ../../include/minipot_utils.h:6,
                 from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_process.h:4,
                 from ../../http/http_minipot_session_process.c:1:
/usr/include/stdlib.h:200:54: note: expected 'const char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
  200 | extern long long int strtoll (const char *__restrict __nptr,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../http/http_minipot_session_process.c: In function 'proc_con_len_head':
../../http/http_minipot_session_process.c:185:68: warning: pointer targets in passing argument 1 of 'strtoll' differ in signedness [-Wpointer-sign]
  185 |                 int64_t result = strtoll(s->http_minipot->tokens[0].start_ptr,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                                                    |
      |                                                                    const uint8_t * {aka const unsigned char *}
In file included from /usr/include/logc.h:23,
                 from ../../include/minipot_utils.h:6,
                 from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_process.h:4,
                 from ../../http/http_minipot_session_process.c:1:
/usr/include/stdlib.h:200:54: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
  200 | extern long long int strtoll (const char *__restrict __nptr,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../http/http_minipot_session_process.c: In function 'proc_line':
../../http/http_minipot_session_process.c:332:43: warning: operand of '?:' changes signedness from 'long int' to 'size_t' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare]
  332 |         size_t bytes_to_buff = line_sep ? (line_sep - *buffer + 1) : *bytes_to_proc;
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~
  CC       http/tests_unit_http_unittests_http-http_minipot_session_respond.o
  CC       http/tests_unit_http_unittests_http-http_minipot_session_report.o
../../http/http_minipot_session_report.c: In function 'http_report_login':
../../http/http_minipot_session_report.c:50:47: warning: pointer targets in passing argument 1 of 'minipot_check_data' differ in signedness [-Wpointer-sign]
   50 |                         || minipot_check_data(username, username_len)
      |                                               ^~~~~~~~
      |                                               |
      |                                               const char *
In file included from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_report.h:4,
                 from ../../http/http_minipot_session_report.c:1:
../../include/minipot_utils.h:40:39: note: expected 'const uint8_t *' {aka 'const unsigned char *'} but argument is of type 'const char *'
   40 | int minipot_check_data(const uint8_t *buff, size_t len);
      |                        ~~~~~~~~~~~~~~~^~~~
../../http/http_minipot_session_report.c:51:47: warning: pointer targets in passing argument 1 of 'minipot_check_data' differ in signedness [-Wpointer-sign]
   51 |                         || minipot_check_data(password, password_len)
      |                                               ^~~~~~~~
      |                                               |
      |                                               const char *
In file included from ../../http/http_minipot.h:5,
                 from ../../http/http_minipot_session.h:6,
                 from ../../http/http_minipot_session_report.h:4,
                 from ../../http/http_minipot_session_report.c:1:
../../include/minipot_utils.h:40:39: note: expected 'const uint8_t *' {aka 'const unsigned char *'} but argument is of type 'const char *'
   40 | int minipot_check_data(const uint8_t *buff, size_t len);
      |                        ~~~~~~~~~~~~~~~^~~~
../../http/http_minipot_session_report.c:12:16: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:56:18: note: in expansion of macro 'METHOD'
   56 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:12:16: note: (near initialization for 'data[0].key')
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:56:18: note: in expansion of macro 'METHOD'
   56 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:13:13: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:57:18: note: in expansion of macro 'URL'
   57 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:13:13: note: (near initialization for 'data[1].key')
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:57:18: note: in expansion of macro 'URL'
   57 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:15:18: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   15 | #define USERNAME "username"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:58:18: note: in expansion of macro 'USERNAME'
   58 |                 {USERNAME, strlen(USERNAME), username, username_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:15:18: note: (near initialization for 'data[2].key')
   15 | #define USERNAME "username"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:58:18: note: in expansion of macro 'USERNAME'
   58 |                 {USERNAME, strlen(USERNAME), username, username_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:58:46: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'const char *' differ in signedness [-Wpointer-sign]
   58 |                 {USERNAME, strlen(USERNAME), username, username_len},
      |                                              ^~~~~~~~
../../http/http_minipot_session_report.c:58:46: note: (near initialization for 'data[2].val')
../../http/http_minipot_session_report.c:16:18: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   16 | #define PASSWORD "password"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:59:18: note: in expansion of macro 'PASSWORD'
   59 |                 {PASSWORD, strlen(PASSWORD), password, password_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:16:18: note: (near initialization for 'data[3].key')
   16 | #define PASSWORD "password"
      |                  ^~~~~~~~~~
../../http/http_minipot_session_report.c:59:18: note: in expansion of macro 'PASSWORD'
   59 |                 {PASSWORD, strlen(PASSWORD), password, password_len},
      |                  ^~~~~~~~
../../http/http_minipot_session_report.c:59:46: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'const char *' differ in signedness [-Wpointer-sign]
   59 |                 {PASSWORD, strlen(PASSWORD), password, password_len},
      |                                              ^~~~~~~~
../../http/http_minipot_session_report.c:59:46: note: (near initialization for 'data[3].val')
../../http/http_minipot_session_report.c:14:17: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:61:18: note: in expansion of macro 'USER_AG'
   61 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
../../http/http_minipot_session_report.c:14:17: note: (near initialization for 'data[4].key')
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:61:18: note: in expansion of macro 'USER_AG'
   61 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
../../http/http_minipot_session_report.c: In function 'http_report_message':
../../http/http_minipot_session_report.c:12:16: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:82:18: note: in expansion of macro 'METHOD'
   82 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:12:16: note: (near initialization for 'data[0].key')
   12 | #define METHOD "method"
      |                ^~~~~~~~
../../http/http_minipot_session_report.c:82:18: note: in expansion of macro 'METHOD'
   82 |                 {METHOD, strlen(METHOD), s->method, s->method_len},
      |                  ^~~~~~
../../http/http_minipot_session_report.c:13:13: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:83:18: note: in expansion of macro 'URL'
   83 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:13:13: note: (near initialization for 'data[1].key')
   13 | #define URL "url"
      |             ^~~~~
../../http/http_minipot_session_report.c:83:18: note: in expansion of macro 'URL'
   83 |                 {URL, strlen(URL), s->url, s->url_len},
      |                  ^~~
../../http/http_minipot_session_report.c:14:17: warning: pointer targets in initialization of 'const uint8_t *' {aka 'const unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign]
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:85:18: note: in expansion of macro 'USER_AG'
   85 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
../../http/http_minipot_session_report.c:14:17: note: (near initialization for 'data[2].key')
   14 | #define USER_AG "user_agent"
      |                 ^~~~~~~~~~~~
../../http/http_minipot_session_report.c:85:18: note: in expansion of macro 'USER_AG'
   85 |                 {USER_AG, strlen(USER_AG), s->user_ag, s->user_ag_len},
      |                  ^~~~~~~
  CC       http/tests_unit_http_unittests_http-http_minipot_session_utils.o
../../http/http_minipot_session_utils.c: In function 'check_version':
../../http/http_minipot_session_utils.c:26:36: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
   26 |                         || strncmp(version, "HTTP/", strlen("HTTP/")) != 0
      |                                    ^~~~~~~
      |                                    |
      |                                    uint8_t * {aka unsigned char *}
In file included from ../../include/minipot_utils.h:4,
                 from ../../http/http_minipot_session_utils.c:2:
/usr/include/string.h:143:33: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
  143 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                     ~~~~~~~~~~~~^~~~
  CC       http/tests_unit_http_unittests_http-log.o
  CC       tests/unit/http/unittests_http-http_minipot_session_utils.o
In file included from ../../tests/unit/http/http_minipot_session_utils.c:2:
../../tests/unit/http/http_minipot_session_utils.c: In function '_tcase_basic':
../../tests/unit/http/../unittests.h:45:42: warning: unused parameter 'tcase' [-Wunused-parameter]
   45 |         static void _tcase_##name(TCase *tcase)
      |                                   ~~~~~~~^~~~~
../../tests/unit/http/../unittests.h:48:45: note: in expansion of macro '_TEST_CASE'
   48 | #define __test_case3(name, setup, teardown) _TEST_CASE(name, setup, teardown, NAN)
      |                                             ^~~~~~~~~~
../../tests/unit/http/../unittests.h:49:52: note: in expansion of macro '__test_case3'
   49 | #define __test_case_select(_1, _2, _3, _4, X, ...) X
      |                                                    ^
../../tests/unit/http/../unittests.h:51:9: note: in expansion of macro '__test_case_select'
   51 |         __test_case_select(__VA_ARGS__, _TEST_CASE, __test_case3, __test_case2, __test_case1)(__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
../../tests/unit/http/http_minipot_session_utils.c:4:1: note: in expansion of macro 'TEST_CASE'
    4 | TEST_CASE(basic, NULL, NULL) {}
      | ^~~~~~~~~
  CCLD     tests/unit/http/unittests-http
make[2]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make  check-TESTS
make[2]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[3]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
PASS: tests/unit/libsentinel_minipot/unittests-libsentinel_minipot 1 - ../../tests/unit/libsentinel_minipot/minipot_utils.c:basic:simple: Passed
PASS: tests/unit/http/unittests-http 1 - ../../tests/unit/http/http_minipot_session_utils.c:basic:simple: Passed
============================================================================
Testsuite summary for sentinel-minipot 2.3.0
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[2]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[2]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
 /bin/mkdir -p '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsentinel_minipot.la '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib'
libtool: install: /usr/bin/install -c .libs/libsentinel_minipot.so.0.0.0 /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so.0.0.0
libtool: install: (cd /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib && { ln -s -f libsentinel_minipot.so.0.0.0 libsentinel_minipot.so.0 || { rm -f libsentinel_minipot.so.0 && ln -s libsentinel_minipot.so.0.0.0 libsentinel_minipot.so.0; }; })
libtool: install: (cd /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib && { ln -s -f libsentinel_minipot.so.0.0.0 libsentinel_minipot.so || { rm -f libsentinel_minipot.so && ln -s libsentinel_minipot.so.0.0.0 libsentinel_minipot.so; }; })
libtool: install: /usr/bin/install -c .libs/libsentinel_minipot.lai /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.la
libtool: install: /usr/bin/install -c .libs/libsentinel_minipot.a /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
libtool: install: chmod 644 /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
libtool: install: ranlib /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c sentinel_minipot_http '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin'
libtool: install: /usr/bin/install -c .libs/sentinel_minipot_http /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin/sentinel_minipot_http
 /bin/mkdir -p '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/include'
 /usr/bin/install -c -m 644 ../../include/minipot_argp.h ../../include/minipot_config_load.h ../../include/minipot_config.h ../../include/minipot_fork.h ../../include/minipot_log.h ../../include/minipot_pipe_handler.h ../../include/minipot_sentinel_msg_packer.h ../../include/minipot_session.h ../../include/minipot_utils.h ../../include/minipot_zmq_sender.h ../../include/minipot.h '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/include'
 /bin/mkdir -p '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/pkgconfig'
 /usr/bin/install -c -m 644 libsentinel_minipot/sentinel_minipot.pc '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/pkgconfig'
make[2]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Nothing to be done for 'installcheck'.
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
 ( cd '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin' && rm -f sentinel_minipot_http )
 ( cd '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/include' && rm -f minipot_argp.h minipot_config_load.h minipot_config.h minipot_fork.h minipot_log.h minipot_pipe_handler.h minipot_sentinel_msg_packer.h minipot_session.h minipot_utils.h minipot_zmq_sender.h minipot.h )
 /bin/bash ./libtool   --mode=uninstall rm -f '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.la'
libtool: uninstall: rm -f /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.la /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so.0.0.0 /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so.0 /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
 ( cd '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/pkgconfig' && rm -f sentinel_minipot.pc )
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[2]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
 /bin/mkdir -p '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsentinel_minipot.la '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib'
libtool: install: /usr/bin/install -c .libs/libsentinel_minipot.so.0.0.0 /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so.0.0.0
libtool: install: (cd /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib && { ln -s -f libsentinel_minipot.so.0.0.0 libsentinel_minipot.so.0 || { rm -f libsentinel_minipot.so.0 && ln -s libsentinel_minipot.so.0.0.0 libsentinel_minipot.so.0; }; })
libtool: install: (cd /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib && { ln -s -f libsentinel_minipot.so.0.0.0 libsentinel_minipot.so || { rm -f libsentinel_minipot.so && ln -s libsentinel_minipot.so.0.0.0 libsentinel_minipot.so; }; })
libtool: install: /usr/bin/install -c .libs/libsentinel_minipot.lai /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.la
libtool: install: /usr/bin/install -c .libs/libsentinel_minipot.a /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
libtool: install: chmod 644 /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
libtool: install: ranlib /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
libtool: warning: remember to run 'libtool --finish /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib'
 /bin/mkdir -p '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c sentinel_minipot_http '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin'
libtool: warning: 'libsentinel_minipot.la' has not been installed in '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib'
libtool: install: /usr/bin/install -c .libs/sentinel_minipot_http /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin/sentinel_minipot_http
 /bin/mkdir -p '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/include'
 /usr/bin/install -c -m 644 ../../include/minipot_argp.h ../../include/minipot_config_load.h ../../include/minipot_config.h ../../include/minipot_fork.h ../../include/minipot_log.h ../../include/minipot_pipe_handler.h ../../include/minipot_sentinel_msg_packer.h ../../include/minipot_session.h ../../include/minipot_utils.h ../../include/minipot_zmq_sender.h ../../include/minipot.h '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/include'
 /bin/mkdir -p '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/pkgconfig'
 /usr/bin/install -c -m 644 libsentinel_minipot/sentinel_minipot.pc '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/pkgconfig'
make[2]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
 ( cd '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/bin' && rm -f sentinel_minipot_http )
 ( cd '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/include' && rm -f minipot_argp.h minipot_config_load.h minipot_config.h minipot_fork.h minipot_log.h minipot_pipe_handler.h minipot_sentinel_msg_packer.h minipot_session.h minipot_utils.h minipot_zmq_sender.h minipot.h )
 /bin/bash ./libtool   --mode=uninstall rm -f '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.la'
libtool: uninstall: rm -f /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.la /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so.0.0.0 /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so.0 /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.so /tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/libsentinel_minipot.a
 ( cd '/tmp/am-dc-2441//builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_inst/lib/pkgconfig' && rm -f sentinel_minipot.pc )
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make  dist-xz dist-gzip dist-zip am__post_remove_distdir='@:'
make[2]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make  distdir-am
make[3]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
if test -d "sentinel-minipot-2.3.0"; then find "sentinel-minipot-2.3.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sentinel-minipot-2.3.0" || { sleep 5 && rm -rf "sentinel-minipot-2.3.0"; }; else :; fi
test -d "sentinel-minipot-2.3.0" || mkdir "sentinel-minipot-2.3.0"
test -n "" \
|| find "sentinel-minipot-2.3.0" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/.aux/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "sentinel-minipot-2.3.0"
make[3]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
tardir=sentinel-minipot-2.3.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >sentinel-minipot-2.3.0.tar.xz
tardir=sentinel-minipot-2.3.0 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >sentinel-minipot-2.3.0.tar.gz
rm -f sentinel-minipot-2.3.0.zip
zip -rq sentinel-minipot-2.3.0.zip sentinel-minipot-2.3.0
make[2]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
if test -d "sentinel-minipot-2.3.0"; then find "sentinel-minipot-2.3.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sentinel-minipot-2.3.0" || { sleep 5 && rm -rf "sentinel-minipot-2.3.0"; }; else :; fi
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
make[1]: Entering directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
 rm -f sentinel_minipot_http
 rm -f tests/unit/libsentinel_minipot/unittests-libsentinel_minipot tests/unit/http/unittests-http
test -z "" || rm -f 
test -z "libsentinel_minipot.la" || rm -f libsentinel_minipot.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf libsentinel_minipot/.libs libsentinel_minipot/_libs
rm -rf tests/unit/http/.libs tests/unit/http/_libs
rm -rf tests/unit/libsentinel_minipot/.libs tests/unit/libsentinel_minipot/_libs
rm -f *.o
rm -f http/*.o
rm -f libsentinel_minipot/*.o
rm -f libsentinel_minipot/*.lo
rm -f tests/unit/*.o
rm -f tests/unit/http/*.o
rm -f tests/unit/libsentinel_minipot/*.o
test -z "tests/unit/libsentinel_minipot/unittests-libsentinel_minipot.log tests/unit/http/unittests-http.log" || rm -f tests/unit/libsentinel_minipot/unittests-libsentinel_minipot.log tests/unit/http/unittests-http.log
test -z "tests/unit/libsentinel_minipot/unittests-libsentinel_minipot.trs tests/unit/http/unittests-http.trs" || rm -f tests/unit/libsentinel_minipot/unittests-libsentinel_minipot.trs tests/unit/http/unittests-http.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "libsentinel_minipot/sentinel_minipot.pc" || rm -f libsentinel_minipot/sentinel_minipot.pc
test . = "../.." || test -z "" || rm -f 
rm -f http/.deps/.dirstamp
rm -f http/.dirstamp
rm -f libsentinel_minipot/.deps/.dirstamp
rm -f libsentinel_minipot/.dirstamp
rm -f tests/unit/.deps/.dirstamp
rm -f tests/unit/.dirstamp
rm -f tests/unit/http/.deps/.dirstamp
rm -f tests/unit/http/.dirstamp
rm -f tests/unit/libsentinel_minipot/.deps/.dirstamp
rm -f tests/unit/libsentinel_minipot/.dirstamp
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f http/.deps/sentinel_minipot_http-http_minipot.Po
rm -f http/.deps/sentinel_minipot_http-http_minipot_config.Po
rm -f http/.deps/sentinel_minipot_http-http_minipot_session.Po
rm -f http/.deps/sentinel_minipot_http-http_minipot_session_process.Po
rm -f http/.deps/sentinel_minipot_http-http_minipot_session_report.Po
rm -f http/.deps/sentinel_minipot_http-http_minipot_session_respond.Po
rm -f http/.deps/sentinel_minipot_http-http_minipot_session_utils.Po
rm -f http/.deps/sentinel_minipot_http-log.Po
rm -f http/.deps/sentinel_minipot_http-sentinel_minipot_http.Po
rm -f http/.deps/tests_unit_http_unittests_http-http_minipot.Po
rm -f http/.deps/tests_unit_http_unittests_http-http_minipot_config.Po
rm -f http/.deps/tests_unit_http_unittests_http-http_minipot_session.Po
rm -f http/.deps/tests_unit_http_unittests_http-http_minipot_session_process.Po
rm -f http/.deps/tests_unit_http_unittests_http-http_minipot_session_report.Po
rm -f http/.deps/tests_unit_http_unittests_http-http_minipot_session_respond.Po
rm -f http/.deps/tests_unit_http_unittests_http-http_minipot_session_utils.Po
rm -f http/.deps/tests_unit_http_unittests_http-log.Po
rm -f libsentinel_minipot/.deps/la-log.Plo
rm -f libsentinel_minipot/.deps/la-minipot.Plo
rm -f libsentinel_minipot/.deps/la-minipot_argp.Plo
rm -f libsentinel_minipot/.deps/la-minipot_config.Plo
rm -f libsentinel_minipot/.deps/la-minipot_config_load.Plo
rm -f libsentinel_minipot/.deps/la-minipot_fork.Plo
rm -f libsentinel_minipot/.deps/la-minipot_pipe_handler.Plo
rm -f libsentinel_minipot/.deps/la-minipot_sentinel_msg_packer.Plo
rm -f libsentinel_minipot/.deps/la-minipot_session.Plo
rm -f libsentinel_minipot/.deps/la-minipot_utils.Plo
rm -f libsentinel_minipot/.deps/la-minipot_zmq_sender.Plo
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-log.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_argp.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_config.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_config_load.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_fork.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_pipe_handler.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_sentinel_msg_packer.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_session.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_utils.Po
rm -f libsentinel_minipot/.deps/tests_unit_libsentinel_minipot_unittests_libsentinel_minipot-minipot_zmq_sender.Po
rm -f tests/unit/.deps/http_unittests_http-fixtures.Po
rm -f tests/unit/.deps/http_unittests_http-unittests.Po
rm -f tests/unit/.deps/libsentinel_minipot_unittests_libsentinel_minipot-fixtures.Po
rm -f tests/unit/.deps/libsentinel_minipot_unittests_libsentinel_minipot-unittests.Po
rm -f tests/unit/http/.deps/unittests_http-http_minipot_session_utils.Po
rm -f tests/unit/libsentinel_minipot/.deps/unittests_libsentinel_minipot-minipot_utils.Po
rm -f Makefile
make[1]: Leaving directory '/builds/turris/sentinel/minipot/sentinel-minipot-2.3.0/_build/sub'
if test -d "sentinel-minipot-2.3.0"; then find "sentinel-minipot-2.3.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sentinel-minipot-2.3.0" || { sleep 5 && rm -rf "sentinel-minipot-2.3.0"; }; else :; fi
========================================================
sentinel-minipot-2.3.0 archives ready for distribution: 
sentinel-minipot-2.3.0.tar.gz
sentinel-minipot-2.3.0.tar.xz
sentinel-minipot-2.3.0.zip
========================================================
section_end:1669570551:step_script
section_start:1669570551:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1669570552:cleanup_file_variables
Job succeeded