=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for nanomsgxx-0.2 cd /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2 && /usr/bin/env CC=clang CFLAGS=\ -pipe\ -Os\ -I/opt/pkg/include CXX=clang++ CXXFLAGS=\ -pipe\ -Os\ -I/opt/pkg/include DESTDIR=/Users/pbulk/build/net/nanomsgxx/work/.destdir LINKFLAGS=\ \ \ -L/opt/pkg/lib PATH=/Users/pbulk/build/net/nanomsgxx/work/.cwrapper/bin:/Users/pbulk/build/net/nanomsgxx/work/.buildlink/bin:/Users/pbulk/build/net/nanomsgxx/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin PREFIX=/opt/pkg LC_ALL="en_US.UTF-8" ./waf --libdir=/opt/pkg/lib Waf: Entering directory `/Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build' [ 1/61] Compiling src/nanomsg/ext/nnxx_ext.c [ 2/61] Compiling libnnxx.pc.in [ 3/61] Linking build/src/nanomsg/ext/libnanomsgext.a [ 4/61] Compiling src/nnxx/socket.cpp [ 5/61] Compiling src/nnxx/nn.cpp [ 6/61] Compiling src/nnxx/error.cpp [ 7/61] Compiling src/nnxx/message.cpp [ 8/61] Compiling src/nnxx/message_streambuf.cpp [ 9/61] Compiling src/nnxx/reqrep.cpp [10/61] Compiling src/nnxx/timeout.cpp [11/61] Compiling src/nnxx/poll.cpp [12/61] Compiling src/nnxx/message_istream.cpp [13/61] Compiling src/nnxx/message_control.cpp [14/61] Compiling src/nnxx/tcp.cpp [15/61] Compiling src/nnxx/survey.cpp [16/61] Compiling src/nnxx/message_iterator.cpp [17/61] Compiling src/nnxx/message_ostream.cpp [18/61] Compiling src/nnxx/pubsub.cpp In file included from ../src/nnxx/socket.cpp:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../src/nnxx/socket.cpp:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. In file included from ../src/nnxx/message_iterator.cpp:25: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../src/nnxx/message_iterator.cpp:25: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [19/61] Linking build/src/nnxx/libnnxx.dylib [20/61] Compiling tests/test_message.cpp [21/61] Compiling tests/test_message_istream.cpp [22/61] Compiling tests/test_message_ostream.cpp [23/61] Compiling tests/test_nnxx_ext.cpp [24/61] Compiling tests/test_pair.cpp [25/61] Compiling tests/test_pipeline.cpp [26/61] Compiling tests/test_poll.cpp [27/61] Compiling tests/test_pubsub.cpp [28/61] Compiling tests/test_readme.cpp [29/61] Compiling tests/test_reqrep.cpp [30/61] Compiling tests/test_reqrep_multi.cpp In file included from ../tests/test_message_istream.cpp:26: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_message_istream.cpp:26: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [31/61] Linking build/tests/test_nnxx_ext In file included from ../tests/test_pipeline.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_pipeline.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [32/61] Linking build/tests/test_message_istream In file included from ../tests/test_message.cpp:27: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_message.cpp:27: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [33/61] Linking build/tests/test_pipeline In file included from ../tests/test_message_ostream.cpp:26: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_message_ostream.cpp:26: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [34/61] Compiling tests/test_socket.cpp In file included from ../tests/test_pubsub.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_pubsub.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [35/61] Linking build/tests/test_message In file included from ../tests/test_readme.cpp:27: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_readme.cpp:27: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [36/61] Linking build/tests/test_message_ostream [37/61] Linking build/tests/test_pubsub [38/61] Linking build/tests/test_readme [39/61] Compiling tests/test_survey.cpp [40/61] Compiling tests/test_timeout.cpp In file included from ../tests/test_pair.cpp:28: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_pair.cpp:28: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [41/61] Processing build/tests/test_message [42/61] Linking build/tests/test_pair In file included from ../tests/test_poll.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_poll.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [43/61] Processing build/tests/test_message_istream [44/61] Linking build/tests/test_poll In file included from ../tests/test_reqrep_multi.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_reqrep_multi.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [45/61] Processing build/tests/test_nnxx_ext [46/61] Processing build/tests/test_pipeline [47/61] Linking build/tests/test_reqrep_multi [48/61] Processing build/tests/test_pubsub In file included from ../tests/test_reqrep.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_reqrep.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [49/61] Processing build/tests/test_message_ostream [50/61] Processing build/tests/test_readme [51/61] Linking build/tests/test_reqrep [52/61] Processing build/tests/test_pair [53/61] Processing build/tests/test_poll [54/61] Processing build/tests/test_reqrep_multi [55/61] Processing build/tests/test_reqrep [56/61] Linking build/tests/test_socket [57/61] Processing build/tests/test_socket In file included from ../tests/test_timeout.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_timeout.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [58/61] Linking build/tests/test_timeout In file included from ../tests/test_survey.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:50:5: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] message_iterator(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy constructor of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy constructor message m_message; ^ ../src/nnxx/message.h:46:5: note: 'message' has been explicitly marked deleted here message(message const &) = delete; ^ In file included from ../tests/test_survey.cpp:25: In file included from ../src/nnxx/message:30: ../src/nnxx/message_iterator.h:53:23: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] message_iterator &operator=(message_iterator const &) = default; ^ ../src/nnxx/message_iterator.h:66:13: note: copy assignment operator of 'message_iterator' is implicitly deleted because field 'm_message' has a deleted copy assignment operator message m_message; ^ ../src/nnxx/message.h:51:14: note: 'operator=' has been explicitly marked deleted here message &operator=(message const &) = delete; ^ 2 warnings generated. [59/61] Linking build/tests/test_survey [60/61] Processing build/tests/test_timeout [61/61] Processing build/tests/test_survey Waf: Leaving directory `/Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build' execution summary tests that pass 14/14 /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_message /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_message_istream /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_nnxx_ext /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_pipeline /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_pubsub /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_message_ostream /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_readme /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_pair /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_reqrep_multi /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_reqrep /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_poll /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_socket /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_survey /Users/pbulk/build/net/nanomsgxx/work/nanomsgxx-0.2/build/tests/test_timeout tests that fail 0/14 'build' finished successfully (2.800s)