+ 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/xdotool-3.20211022.1nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xdotool-3.20211022.1nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for xdotool-3.20211022.1nb1
=> Fixing getopt
WARNING: [subst.mk:fix-getopt] Nothing changed in "xdo_search.c".
pod2man -c "" -r "" xdotool.pod > xdotool.1
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -g  -I/opt/pkg/include  -std=c99 -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -fPIC -c xdo.c
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -g  -I/opt/pkg/include  -std=c99 -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -fPIC -c xdo_search.c
gcc -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -shared -Wl,-soname=libxdo.so.3 xdo.o xdo_search.o -o libxdo.so -L/opt/pkg/lib -lXi -lX11 -lXtst -lXinerama -Wl,-R/opt/pkg/lib -lxkbcommon
ln -s libxdo.so libxdo.so.3
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -g  -I/opt/pkg/include  -std=c99 -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -c xdotool.c
xdotool.c: In function 'is_command':
xdotool.c:280:12: warning: implicit declaration of function 'strcasecmp'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
  280 |       if (!strcasecmp(dispatch[i].name, cmd)) {
      |            ^~~~~~~~~~
      |            strncmp
xdotool.c: In function 'script_main':
xdotool.c:336:13: warning: implicit declaration of function 'fdopen'; did you mean 'fopen'? [-Wimplicit-function-declaration]
  336 |     input = fdopen(0, "r");
      |             ^~~~~~
      |             fopen
xdotool.c:336:11: warning: assignment to 'FILE *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  336 |     input = fdopen(0, "r");
      |           ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -g  -I/opt/pkg/include  -std=c99 -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include  -c -o cmd_click.o cmd_click.c
cmd_click.c: In function 'cmd_click':
cmd_click.c:57:22: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
   57 |         window_arg = strdup(optarg);
      |                      ^~~~~~
      |                      strcmp
cmd_click.c:57:20: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
   57 |         window_arg = strdup(optarg);
      |                    ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -g  -I/opt/pkg/include  -std=c99 -I/opt/pkg/include -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include  -c -o cmd_mousemove.o cmd_mousemove.c
cmd_mousemove.c: In function 'cmd_mousemove':
cmd_mousemove.c:77:22: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration]
   77 |         window_arg = strdup(optarg);
      |                      ^~~~~~
      |                      strcmp
cmd_mousemove.c:77:20: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
   77 |         window_arg = strdup(optarg);
      |                    ^
cmd_mousemove.c: In function '_mousemove':
cmd_mousemove.c:176:41: error: 'M_PI' undeclared (first use in this function)
  176 |     double radians = ((360 - x) + 90) * M_PI / 180;
      |                                         ^~~~
cmd_mousemove.c:176:41: note: each undeclared identifier is reported only once for each function it appears in
gmake: *** [<builtin>: cmd_mousemove.o] Error 1
*** Error code 2

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

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