+ 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/libebml-1.4.4/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libebml-1.4.4/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libebml-1.4.4
[  8%] Building CXX object CMakeFiles/ebml.dir/src/Debug.cpp.o
[  8%] Building CXX object CMakeFiles/ebml.dir/src/EbmlBinary.cpp.o
[ 12%] Building CXX object CMakeFiles/ebml.dir/src/EbmlContexts.cpp.o
[ 16%] Building CXX object CMakeFiles/ebml.dir/src/EbmlCrc32.cpp.o
[ 20%] Building CXX object CMakeFiles/ebml.dir/src/EbmlDate.cpp.o
[ 25%] Building CXX object CMakeFiles/ebml.dir/src/EbmlDummy.cpp.o
[ 29%] Building CXX object CMakeFiles/ebml.dir/src/EbmlElement.cpp.o
[ 33%] Building CXX object CMakeFiles/ebml.dir/src/EbmlFloat.cpp.o
[ 37%] Building CXX object CMakeFiles/ebml.dir/src/EbmlHead.cpp.o
[ 41%] Building CXX object CMakeFiles/ebml.dir/src/EbmlMaster.cpp.o
[ 45%] Building CXX object CMakeFiles/ebml.dir/src/EbmlSInteger.cpp.o
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp: In member function 'libebml::EbmlElement* libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)':
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:61: error: parameter declared 'auto'
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                             ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp: In lambda function:
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:310:41: error: 'element' was not declared in this scope
       return EbmlId(PastElt) == EbmlId(*element);
                                         ^
In file included from /usr/include/c++/4.8.2/algorithm:62:0,
                 from /home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:38:
/usr/include/c++/4.8.2/bits/stl_algo.h: In instantiation of '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<libebml::EbmlElement**, std::vector<libebml::EbmlElement*> >; _Predicate = libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3]':
/usr/include/c++/4.8.2/bits/stl_algo.h:4465:41:   required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator<libebml::EbmlElement**, std::vector<libebml::EbmlElement*> >; _Predicate = libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3]'
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:311:6:   required from here
/usr/include/c++/4.8.2/bits/stl_algo.h:214:23: error: no match for call to '(libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3) (libebml::EbmlElement*&)'
    if (__pred(*__first))
                       ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:52: note: candidate is:
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note: libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note:   candidate expects 0 arguments, 1 provided
In file included from /usr/include/c++/4.8.2/algorithm:62:0,
                 from /home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:38:
/usr/include/c++/4.8.2/bits/stl_algo.h:218:23: error: no match for call to '(libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3) (libebml::EbmlElement*&)'
    if (__pred(*__first))
                       ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:52: note: candidate is:
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note: libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note:   candidate expects 0 arguments, 1 provided
In file included from /usr/include/c++/4.8.2/algorithm:62:0,
                 from /home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:38:
/usr/include/c++/4.8.2/bits/stl_algo.h:222:23: error: no match for call to '(libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3) (libebml::EbmlElement*&)'
    if (__pred(*__first))
                       ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:52: note: candidate is:
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note: libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note:   candidate expects 0 arguments, 1 provided
In file included from /usr/include/c++/4.8.2/algorithm:62:0,
                 from /home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:38:
/usr/include/c++/4.8.2/bits/stl_algo.h:226:23: error: no match for call to '(libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3) (libebml::EbmlElement*&)'
    if (__pred(*__first))
                       ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:52: note: candidate is:
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note: libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note:   candidate expects 0 arguments, 1 provided
In file included from /usr/include/c++/4.8.2/algorithm:62:0,
                 from /home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:38:
/usr/include/c++/4.8.2/bits/stl_algo.h:234:23: error: no match for call to '(libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3) (libebml::EbmlElement*&)'
    if (__pred(*__first))
                       ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:52: note: candidate is:
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note: libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note:   candidate expects 0 arguments, 1 provided
In file included from /usr/include/c++/4.8.2/algorithm:62:0,
                 from /home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:38:
/usr/include/c++/4.8.2/bits/stl_algo.h:238:23: error: no match for call to '(libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3) (libebml::EbmlElement*&)'
    if (__pred(*__first))
                       ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:52: note: candidate is:
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note: libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note:   candidate expects 0 arguments, 1 provided
In file included from /usr/include/c++/4.8.2/algorithm:62:0,
                 from /home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:38:
/usr/include/c++/4.8.2/bits/stl_algo.h:242:23: error: no match for call to '(libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3) (libebml::EbmlElement*&)'
    if (__pred(*__first))
                       ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:52: note: candidate is:
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note: libebml::EbmlMaster::FindNextElt(const libebml::EbmlElement&, bool)::__lambda3
     it = std::find_if(it + 1, ElementList.end(), [&](auto &&element) {
                                                                    ^
/home/pbulk/build/devel/libebml/work/libebml-1.4.4/src/EbmlMaster.cpp:309:68: note:   candidate expects 0 arguments, 1 provided
--- CMakeFiles/ebml.dir/src/EbmlMaster.cpp.o ---
*** [CMakeFiles/ebml.dir/src/EbmlMaster.cpp.o] Error code 1

bmake[2]: stopped in /home/pbulk/build/devel/libebml/work/libebml-1.4.4/cmake-pkgsrc-build
1 error

bmake[2]: stopped in /home/pbulk/build/devel/libebml/work/libebml-1.4.4/cmake-pkgsrc-build
--- CMakeFiles/ebml.dir/all ---
*** [CMakeFiles/ebml.dir/all] Error code 2

bmake[1]: stopped in /home/pbulk/build/devel/libebml/work/libebml-1.4.4/cmake-pkgsrc-build
1 error

bmake[1]: stopped in /home/pbulk/build/devel/libebml/work/libebml-1.4.4/cmake-pkgsrc-build
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/devel/libebml/work/libebml-1.4.4/cmake-pkgsrc-build
1 error

bmake: stopped in /home/pbulk/build/devel/libebml/work/libebml-1.4.4/cmake-pkgsrc-build
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/libebml
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/libebml