+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/picom-9.1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/picom-9.1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for picom-9.1
cd /home/pbulk/build/x11/picom/work/picom-9.1 && cd . && /usr/bin/env USETOOLS=no CMAKE=false PTHREAD_CFLAGS=\ -pthread\  PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr CC=gcc CFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include\ -I/opt/pkg/include/ev\ -I/opt/pkg/include/libdrm\ -I/usr/include CPPFLAGS=-I/opt/pkg/include\ -I/opt/pkg/include/ev\ -I/opt/pkg/include/libdrm\ -I/usr/include CXX=g++ CXXFLAGS=-pipe\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/pkg/include\ -I/opt/pkg/include/ev\ -I/opt/pkg/include/libdrm\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/pkg/lib\ -Wl,-R/opt/pkg/lib\ -L/opt/pkg/lib/ev\ -Wl,-R/opt/pkg/lib/ev\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64 LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/x11/picom/work/.cwrapper/bin:/home/pbulk/build/x11/picom/work/.buildlink/bin:/home/pbulk/build/x11/picom/work/.gcc/bin:/home/pbulk/build/x11/picom/work/.tools/bin:/opt/pkg/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/etc/opt/pkg HOME=/home/pbulk/build/x11/picom/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/x11/picom/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/opt/pkg/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/opt/pkg/bin/bsdinstall\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/pkg/bin/bsdinstall\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/pkg/bin/bsdinstall\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/x11/picom/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/x11/picom/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/x11/picom/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/x11/picom/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/x11/picom/work/.buildlink/lib/amd64/pkgconfig:/home/pbulk/build/x11/picom/work/.buildlink/lib/pkgconfig:/home/pbulk/build/x11/picom/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/x11/picom/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/x11/picom/work/.cwrapper/config ninja -j 1 -C output
ninja: Entering directory `output'
[1/30] Compiling C object src/picom.p/picom.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/picom.c:35:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/picom.c:35:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/picom.c: In function 'register_cm':
../src/picom.c:1007:29: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion]
 1007 |   if (gethostname(hostname, hostname_max) == 0) {
      |                             ^~~~~~~~~~~~
../src/picom.c:1049:7: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
 1049 |   if (asprintf(&buf, "%s%d", register_prop, ps->scr) < 0) {
      |       ^~~~~~~~
      |       vsprintf
In file included from ../src/utils.h:4,
                 from ../src/backend/gl/glx.h:20,
                 from ../src/common.h:45,
                 from ../src/picom.c:35:
../src/picom.c: In function 'init_debug_window':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/picom.c:1152:55: note: in expansion of macro 'to_u16_checked'
 1152 |                                       ps->root, 0, 0, to_u16_checked(ps->root_width),
      |                                                       ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/picom.c:1153:39: note: in expansion of macro 'to_u16_checked'
 1153 |                                       to_u16_checked(ps->root_height), 0,
      |                                       ^~~~~~~~~~~~~~
../src/picom.c: In function 'main':
../src/picom.c:2416:15: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
 2416 |    pid_file = strdup(ps_g->o.write_pid_path);
      |               ^~~~~~
      |               strcmp
../src/picom.c:2416:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 2416 |    pid_file = strdup(ps_g->o.write_pid_path);
      |             ^
[2/30] Compiling C object src/picom.p/win.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/win.c:20:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/win.c:22:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/win.c: In function 'win_update_name':
../src/win.c:625:13: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
  625 |   w->name = strdup(strlst[0]);
      |             ^~~~~~
      |             strcmp
../src/win.c:625:11: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  625 |   w->name = strdup(strlst[0]);
      |           ^
../src/win.c: In function 'win_update_role':
../src/win.c:648:11: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  648 |   w->role = strdup(strlst[0]);
      |           ^
../src/win.c: In function 'win_update_class':
../src/win.c:1729:20: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1729 |  w->class_instance = strdup(strlst[0]);
      |                    ^
../src/win.c:1732:20: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1732 |   w->class_general = strdup(strlst[1]);
      |                    ^
[3/30] Compiling C object src/picom.p/c2.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/c2.c:36:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/c2.c:36:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/c2.c: In function 'c2_parse_target':
../src/c2.c:590:15: warning: implicit declaration of function 'strndup'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  590 |  pleaf->tgt = strndup(&pattern[offset - tgtlen], (size_t)tgtlen);
      |               ^~~~~~~
      |               strncmp
../src/c2.c:590:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  590 |  pleaf->tgt = strndup(&pattern[offset - tgtlen], (size_t)tgtlen);
      |             ^
../src/c2.c: In function 'c2_parse_pattern':
../src/c2.c:889:19: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  889 |      char *tstr = strndup(pattern + offset + 1, 2);
      |                   ^~~~~~~
../src/c2.c:911:19: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
  911 |   pleaf->ptnstr = strdup(tptnstr);
      |                   ^~~~~~
      |                   strcmp
../src/c2.c:911:17: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  911 |   pleaf->ptnstr = strdup(tptnstr);
      |                 ^
../src/c2.c: In function 'c2_parse_legacy':
../src/c2.c:1000:16: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1000 |  pleaf->ptnstr = strdup(pattern + offset);
      |                ^
../src/c2.c: In function 'c2_match_once_leaf':
../src/c2.c:1467:42: warning: assignment to 'const char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
 1467 |       targets[i] = targets_free_inner[i] = strndup(
      |                                          ^
../src/c2.c:1521:13: warning: implicit declaration of function 'strcasestr'; did you mean 'strstr'? [-Wimplicit-function-declaration]
 1521 |       res = strcasestr(tgt, pleaf->ptnstr);
      |             ^~~~~~~~~~
      |             strstr
../src/c2.c:1528:14: warning: implicit declaration of function 'strncasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
 1528 |       res = !strncasecmp(tgt, pleaf->ptnstr,
      |              ^~~~~~~~~~~
      |              strncmp
[4/30] Compiling C object src/picom.p/x.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/x.c:22:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/x.c:22:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/x.c: In function 'wid_get_text_prop':
../src/x.c:156:17: warning: implicit declaration of function 'strnlen'; did you mean 'strlen'? [-Wimplicit-function-declaration]
  156 |       (uint32_t)strnlen(data + current_offset, length - current_offset) + 1;
      |                 ^~~~~~~
      |                 strlen
../src/x.c:173:6: warning: implicit declaration of function 'posix_memalign' [-Wimplicit-function-declaration]
  173 |  if (posix_memalign(&buf, alignof(char *), length + sizeof(char *) * nstr + 1) != 0) {
      |      ^~~~~~~~~~~~~~
In file included from ../src/common.h:31,
                 from ../src/x.c:22:
../src/x.c: In function 'x_set_picture_clip_region':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:401:16: note: in expansion of macro 'to_u16_checked'
  401 |       .width = to_u16_checked(rects[i].x2 - rects[i].x1),
      |                ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:402:17: note: in expansion of macro 'to_u16_checked'
  402 |       .height = to_u16_checked(rects[i].y2 - rects[i].y1),
      |                 ^~~~~~~~~~~~~~
../src/x.c: In function 'x_create_pixmap':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:554:31: note: in expansion of macro 'to_u16_checked'
  554 |      c, depth, pix, drawable, to_u16_checked(width), to_u16_checked(height));
      |                               ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/x.c:554:54: note: in expansion of macro 'to_u16_checked'
  554 |      c, depth, pix, drawable, to_u16_checked(width), to_u16_checked(height));
      |                                                      ^~~~~~~~~~~~~~
[5/30] Compiling C object src/picom.p/config.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/config.c:14:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/config.c:14:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
[6/30] Compiling C object src/picom.p/vsync.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/vsync.c:6:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/vsync.c:6:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
[7/30] Compiling C object src/picom.p/utils.c.o
[8/30] Compiling C object src/picom.p/diagnostic.c.o
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/diagnostic.c:9:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/diagnostic.c:9:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
[9/30] Compiling C object src/picom.p/string_utils.c.o
../src/string_utils.c: In function 'mstrextend':
../src/string_utils.c:57:12: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
   57 |   *psrc1 = strdup(src2);
      |            ^~~~~~
      |            strcmp
../src/string_utils.c:57:10: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
   57 |   *psrc1 = strdup(src2);
      |          ^
[10/30] Compiling C object src/picom.p/render.c.o
FAILED: src/picom.p/render.c.o 
gcc -Isrc/picom.p -Isrc -I../src -Isubprojects/test.h -I../subprojects/test.h -I/opt/pkg/include -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/libdrm -I/opt/pkg/include/dbus-1.0 -I/opt/pkg/lib/dbus-1.0/include -I/opt/pkg/include/ev -I/usr/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 '-DCOMPTON_VERSION="v9.1"' -D_GNU_SOURCE -Wall -Wcast-function-type -Wignored-qualifiers -Wmissing-parameter-type -Wnonnull -Wshadow -Wno-type-limits -Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits -Wuninitialized -Wshift-negative-value -Wunused-but-set-parameter -Wunused-parameter -Wimplicit-fallthrough -Wno-missing-braces -Wconversion -Wempty-body -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DCONFIG_LIBCONFIG -DCONFIG_REGEX_PCRE -DCONFIG_REGEX_PCRE_JIT -DCONFIG_OPENGL -DGL_GLEXT_PROTOTYPES -DCONFIG_DBUS -MD -MQ src/picom.p/render.c.o -MF src/picom.p/render.c.o.d -o src/picom.p/render.c.o -c ../src/render.c
In file included from ../src/backend/backend.h:9,
                 from ../src/common.h:54,
                 from ../src/render.c:12:
../src/config.h: In function 'parse_backend':
../src/config.h:293:8: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  293 |   if (!strcasecmp(str, BACKEND_STRS[i])) {
      |        ^~~~~~~~~~
      |        strncmp
In file included from ../src/render.c:12:
../src/common.h: In function 'get_time_timespec':
../src/common.h:439:2: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
  439 |  clock_gettime(CLOCK_MONOTONIC, &tm);
      |  ^~~~~~~~~~~~~
../src/render.c: In function 'make_circle':
../src/render.c:194:28: error: 'M_PI' undeclared (first use in this function)
  194 |   y1 = (int)(-radius * cos(M_PI * k / max_ntraps));
      |                            ^~~~
../src/render.c:194:28: note: each undeclared identifier is reported only once for each function it appears in
In file included from ../src/utils.h:4,
                 from ../src/backend/gl/glx.h:20,
                 from ../src/common.h:45,
                 from ../src/render.c:12:
../src/render.c: In function 'render':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:263:18: note: in expansion of macro 'to_u16_checked'
  263 |         .width = to_u16_checked(fullwid),
      |                  ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:264:19: note: in expansion of macro 'to_u16_checked'
  264 |         .height = to_u16_checked(fullhei)};
      |                   ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:284:9: note: in expansion of macro 'to_u16_checked'
  284 |         to_u16_checked(wid), to_u16_checked(hei));
      |         ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:284:30: note: in expansion of macro 'to_u16_checked'
  284 |         to_u16_checked(wid), to_u16_checked(hei));
      |                              ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:300:19: note: in expansion of macro 'to_u16_checked'
  300 |          .width = to_u16_checked(wid),
      |                   ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:301:20: note: in expansion of macro 'to_u16_checked'
  301 |          .height = to_u16_checked(hei)};
      |                    ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:308:20: note: in expansion of macro 'to_u16_checked'
  308 |           0, 0, 0, to_u16_checked(wid),
      |                    ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:309:11: note: in expansion of macro 'to_u16_checked'
  309 |           to_u16_checked(hei));
      |           ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:315:10: note: in expansion of macro 'to_u16_checked'
  315 |          to_u16_checked(wid), to_u16_checked(hei));
      |          ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:315:31: note: in expansion of macro 'to_u16_checked'
  315 |          to_u16_checked(wid), to_u16_checked(hei));
      |                               ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:325:9: note: in expansion of macro 'to_u16_checked'
  325 |         to_u16_checked(wid), to_u16_checked(hei));
      |         ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:325:30: note: in expansion of macro 'to_u16_checked'
  325 |         to_u16_checked(wid), to_u16_checked(hei));
      |                              ^~~~~~~~~~~~~~
../src/render.c: In function 'paint_one':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:438:23: note: in expansion of macro 'to_u16_checked'
  438 |  const uint16_t wid = to_u16_checked(w->widthb);
      |                       ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:439:23: note: in expansion of macro 'to_u16_checked'
  439 |  const uint16_t hei = to_u16_checked(w->heightb);
      |                       ^~~~~~~~~~~~~~
../src/render.c: In function 'win_paint_shadow':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:762:43: note: in expansion of macro 'to_u16_checked'
  762 |                                  .width = to_u16_checked(w->widthb),
      |                                           ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:763:44: note: in expansion of macro 'to_u16_checked'
  763 |                                  .height = to_u16_checked(w->heightb)};
      |                                            ^~~~~~~~~~~~~~
../src/render.c: In function 'win_blur_background':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:871:19: note: in expansion of macro 'to_u16_checked'
  871 |  const auto wid = to_u16_checked(w->widthb);
      |                   ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:872:19: note: in expansion of macro 'to_u16_checked'
  872 |  const auto hei = to_u16_checked(w->heightb);
      |                   ^~~~~~~~~~~~~~
../src/render.c: In function 'paint_all':
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1150:22: note: in expansion of macro 'to_u16_checked'
 1150 |     const auto wid = to_u16_checked(w->widthb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1151:22: note: in expansion of macro 'to_u16_checked'
 1151 |     const auto hei = to_u16_checked(w->heightb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1171:22: note: in expansion of macro 'to_u16_checked'
 1171 |     const auto wid = to_u16_checked(w->widthb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1172:22: note: in expansion of macro 'to_u16_checked'
 1172 |     const auto hei = to_u16_checked(w->heightb);
      |                      ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1215:16: note: in expansion of macro 'to_u16_checked'
 1215 |  auto rwidth = to_u16_checked(ps->root_width);
      |                ^~~~~~~~~~~~~~
../src/utils.h:64:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   64 |   assert(__tmp <= upper);                                                  \
      |                ^~
../src/utils.h:100:3: note: in expansion of macro 'ASSERT_IN_RANGE'
  100 |   ASSERT_IN_RANGE(tmp, 0, UINT16_MAX);                                     \
      |   ^~~~~~~~~~~~~~~
../src/render.c:1216:17: note: in expansion of macro 'to_u16_checked'
 1216 |  auto rheight = to_u16_checked(ps->root_height);
      |                 ^~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/x11/picom
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/x11/picom