+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/autopano-sift-C-2.5.1nb23/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/autopano-sift-C-2.5.1nb23/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead.
===> Building for autopano-sift-C-2.5.1nb23
[  2%] Building C object CMakeFiles/libsift.dir/LoweDetector.o
[  4%] Building CXX object APSCpp/ANN/CMakeFiles/ANN.dir/ANN.o
[  6%] Building C object CMakeFiles/libsift.dir/RANSAC.o
[  8%] Building C object CMakeFiles/libsift.dir/GaussianConvolution.o
[ 10%] Building C object CMakeFiles/libsift.dir/ScaleSpace.o
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/ANN.cpp: In function 'ANNdist annDist(int, ANNpoint, ANNpoint)':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/ANN.cpp:48:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
   48 |         register int d;
      |                      ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/ANN.cpp:49:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
   49 |         register ANNcoord diff;
      |                           ^~~~
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/ANN.cpp:50:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
   50 |         register ANNcoord dist;
      |                           ^~~~
[ 13%] Building C object CMakeFiles/libsift.dir/KeypointXML.o
[ 15%] Building CXX object APSCpp/ANN/CMakeFiles/ANN.dir/brute.o
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/KeypointXML.c: In function 'KeypointXMLWriter_WriteComplete2':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/KeypointXML.c:208:13: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
  208 |         int rc;
      |             ^~
[ 17%] Building C object CMakeFiles/libsift.dir/MatchKeys.o
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/MatchKeys.c: In function 'MatchKeys_FilterJoins':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/MatchKeys.c:74:72: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   74 |                 int lI = (HashTable_GetItem(ht, m->kp1) == NULL) ? 0 : (int) HashTable_GetItem(ht, m->kp1);
      |                                                                        ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/MatchKeys.c:75:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   75 |                 HashTable_SetItem(ht, m->kp1, (void*)(lI + 1));
      |                                               ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/MatchKeys.c:76:72: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   76 |                 int rI = (HashTable_GetItem(ht, m->kp2) == NULL) ? 0 : (int) HashTable_GetItem(ht, m->kp2);
      |                                                                        ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/MatchKeys.c:77:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   77 |                 HashTable_SetItem(ht, m->kp2, (void*)(rI + 1));
      |                                               ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/MatchKeys.c:87:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   87 |                 if (((int) HashTable_GetItem(ht, m->kp1)) <= 1 && ((int) HashTable_GetItem(ht, m->kp2)) <= 1)
      |                      ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/MatchKeys.c:87:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   87 |                 if (((int) HashTable_GetItem(ht, m->kp1)) <= 1 && ((int) HashTable_GetItem(ht, m->kp2)) <= 1)
      |                                                                    ^
[ 19%] Building C object CMakeFiles/libsift.dir/KDTree.o
In file included from /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/brute.cpp:28:
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/pr_queue_k.h: In member function 'void ANNmin_k::insert(PQKkey, PQKinfo)':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/pr_queue_k.h:103:38: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  103 |                         register int i;
      |                                      ^
[ 21%] Building CXX object APSCpp/ANN/CMakeFiles/ANN.dir/kd_tree.o
[ 23%] Building C object CMakeFiles/libsift.dir/BondBall.o
[ 26%] Building C object CMakeFiles/libsift.dir/AreaFilter.o
[ 28%] Building C object CMakeFiles/libsift.dir/ImageMatchModel.o
[ 30%] Building C object CMakeFiles/libsift.dir/Transform.o
[ 32%] Building C object CMakeFiles/libsift.dir/DisplayImage.o
[ 34%] Building CXX object APSCpp/ANN/CMakeFiles/ANN.dir/kd_util.o
[ 36%] Building C object CMakeFiles/libsift.dir/ImageMap.o
[ 39%] Building C object CMakeFiles/libsift.dir/HashTable.o
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/kd_util.cpp: In function 'ANNdist annBoxDistance(ANNpoint, ANNpoint, ANNpoint, int)':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/kd_util.cpp:130:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  130 |         register ANNdist dist = 0.0;            // sum of squared distances
      |                          ^~~~
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/kd_util.cpp:131:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  131 |         register ANNdist t;
      |                          ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/kd_util.cpp:133:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  133 |         for (register int d = 0; d < dim; d++) {
      |                           ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/kd_util.cpp: In function 'void annMedianSplit(ANNpointArray, ANNidxArray, int, int, ANNcoord&, int)':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/kd_util.cpp:241:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  241 |                 register int i = (r+l)/2;               // select middle as pivot
      |                              ^
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/APSCpp/ANN/kd_util.cpp:242:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  242 |                 register int k;
      |                              ^
[ 41%] Building C object CMakeFiles/libsift.dir/ArrayList.o
[ 43%] Building CXX object APSCpp/ANN/CMakeFiles/ANN.dir/kd_split.o
[ 45%] Building C object CMakeFiles/libsift.dir/Random.o
[ 47%] Building C object CMakeFiles/libsift.dir/SimpleMatrix.o
[ 50%] Building C object CMakeFiles/libsift.dir/Utils.o
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/Utils.c: In function 'IntMap_delete':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/Utils.c:131:17: warning: unused variable 'xDim' [-Wunused-variable]
  131 |             int xDim = mem[0];
      |                 ^~~~
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/Utils.c: In function 'DoubleMap_delete':
/home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1/Utils.c:188:17: warning: unused variable 'xDim' [-Wunused-variable]
  188 |             int xDim = mem[0];
      |                 ^~~~
[ 52%] Linking C static library liblibsift.a
[ 52%] Built target libsift
[ 54%] Building C object CMakeFiles/generatekeys.dir/GenerateKeys.o
[ 56%] Linking C executable generatekeys
/bin/ld: liblibsift.a(ScaleSpace.o): undefined reference to symbol 'pow@@GLIBC_2.29'
/bin/ld: /usr/lib64/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
[ 58%] Building CXX object APSCpp/ANN/CMakeFiles/ANN.dir/kd_dump.o
--- generatekeys ---
*** [generatekeys] Error code 1

bmake[2]: stopped making "CMakeFiles/generatekeys.dir/build" in /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1
bmake[2]: 1 error

bmake[2]: stopped making "CMakeFiles/generatekeys.dir/build" in /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1
--- CMakeFiles/generatekeys.dir/all ---
*** [CMakeFiles/generatekeys.dir/all] Error code 2

bmake[1]: stopped making "all" in /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1
--- APSCpp/ANN/CMakeFiles/ANN.dir/all ---
*** [APSCpp/ANN/CMakeFiles/ANN.dir/all] Error code 6

bmake[1]: stopped making "all" in /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1
bmake[1]: 2 errors

bmake[1]: stopped making "all" in /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1
*** [all] Error code 2

bmake: stopped making "all" in /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/graphics/autopano-sift-C/work/autopano-sift-C-2.5.1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/graphics/autopano-sift-C
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/graphics/autopano-sift-C