From tomhend at u.washington.edu Sat Aug 1 04:29:42 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Sat, 1 Aug 2009 04:29:42 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908011129.n71BTgok003130@ns-regression.ee.washington.edu> Sat Aug 1 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From code at nsnam.ece.gatech.edu Sat Aug 1 11:05:09 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Sat, 01 Aug 2009 14:05:09 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- patch to fix user: Tom Henderson files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/318c372cadef ---- update multi-rate.cc user: duy at alaska files: examples/multi-rate.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/329c9d9a684a From code at nsnam.ece.gatech.edu Sat Aug 1 11:19:16 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Sat, 01 Aug 2009 14:19:16 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- harden emu net device against malformed packets user: Craig Dowell files: src/devices/emu/emu-net-device.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/45d880dbe0f8 ---- emu device shouldn't be adding an FCS user: Craig Dowell files: src/devices/emu/emu-net-device.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/258cf77942bc ---- Use operator== instead of operator!= in NS_TEST_ASSERT_EQUAL user: Pavel Boyko files: src/core/test.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/280e7729894c ---- bug 627: Jakes Propagation Loss Model doesn't properly calculate signal loss user: Mathieu Lacage files: src/devices/wifi/jakes-propagation-loss-model.cc src/devices/wifi/jakes-propagation-loss-model.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/7555c9a0564b ---- Support for 5 and 10Mhz wifi channels user: Ramon Bauza files: src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-phy-standard.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-error-rate-model.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/a52c39181dd4 ---- made InterferenceHelper::CalculateTxDuration () static user: Nicola Baldo files: CHANGES.html src/devices/wifi/interference-helper-tx-duration-test.cc src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/wifi-mode.cc src/devices/wifi/wifi-mode.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/8558474b6149 ---- make sure memory is initialized user: Mathieu Lacage files: utils/bench-simulator.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/b9d9ae596f83 ---- merge with HEAD user: Mathieu Lacage files: url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/c0fe0e815439 ---- fix optimized build user: Mathieu Lacage files: src/devices/wifi/interference-helper.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/44b325571ab4 ---- fixed g++-3.4 build user: Nicola Baldo files: src/devices/wifi/interference-helper.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/887ff97a0dc3 ---- Bug 625: Wrong calculation of GetAccessGrantStart in DcfManager. user: Kirill Andreev files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/f17f12944235 ---- bug 381: Wifi crashes on shutdown user: Mathieu Lacage files: src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/qap-wifi-mac.cc src/devices/wifi/qsta-wifi-mac.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/02bf728f7e39 ---- rescan python user: Mathieu Lacage files: bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_wifi.py url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/840515a00b38 ---- fix optimized build for true user: Mathieu Lacage files: src/devices/wifi/interference-helper.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/c3c22834db06 ---- Initial multichannel support in Yans Wifi PHY. user: Pavel Boyko files: src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/86343f7d6bfd ---- merge user: Pavel Boyko files: url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/43e7ee285fdc ---- Review issue 88093: Minor changes in wifi module needed by 802.11s user: Pavel Boyko files: src/devices/wifi/mgt-headers.cc src/devices/wifi/mgt-headers.h src/devices/wifi/qos-tag.cc src/devices/wifi/qos-tag.h src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-mac-header.h src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h src/devices/wifi/wscript url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/f4cd995f1718 ---- back out Radiotap header change causing regression user: Kirill Andreev files: src/common/pcap-writer.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/ca8cbdd42786 ---- Fix first.py example user: Tom Henderson files: examples/first.py url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/6cd5056a8fe0 ---- bug 642: allow multiple InternetStackHelpers to be instantiated user: Tom Henderson files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/637b9cacd0b5 ---- update to latest repository user: duy at alaska files: bindings/python/ns3_module_wifi.py src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wscript url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/c2d6735ea1d4 From tomhend at u.washington.edu Sun Aug 2 04:28:43 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Sun, 2 Aug 2009 04:28:43 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908021128.n72BShZg013180@ns-regression.ee.washington.edu> Sun Aug 2 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From code at nsnam.ece.gatech.edu Mon Aug 3 01:10:45 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Mon, 03 Aug 2009 04:10:45 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- added multi-rate2.cc script user: duy at alaska files: examples/multi-rate2.cc src/devices/wifi/minstrel-wifi-manager.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/eba428fb4682 From code at nsnam.ece.gatech.edu Mon Aug 3 01:13:29 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Mon, 03 Aug 2009 04:13:29 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- empty user: duy at alaska files: src/devices/wifi/minstrel-wifi-manager.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/a2dbf0220b6b From tomhend at u.washington.edu Mon Aug 3 04:29:49 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Mon, 3 Aug 2009 04:29:49 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908031129.n73BTnis027675@ns-regression.ee.washington.edu> Mon Aug 3 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From tomhend at u.washington.edu Tue Aug 4 04:31:00 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Tue, 4 Aug 2009 04:31:00 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908041131.n74BV0AP004126@ns-regression.ee.washington.edu> Tue Aug 4 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From tomhend at u.washington.edu Wed Aug 5 04:30:58 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Wed, 5 Aug 2009 04:30:58 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908051130.n75BUwK3018988@ns-regression.ee.washington.edu> Wed Aug 5 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From code at nsnam.ece.gatech.edu Wed Aug 5 08:28:06 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 05 Aug 2009 11:28:06 -0400 Subject: [Ns-commits] jpelkey3/ns-3-nix-vector-routing Message-ID: ---- fix bug where extracting nix with exact number of remaining bits as a full vector entry failed user: Josh Pelkey files: src/common/nix-vector.cc src/common/packet.cc src/common/packet.h url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/3036706cf681 From code at nsnam.ece.gatech.edu Wed Aug 5 12:59:01 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 05 Aug 2009 15:59:01 -0400 Subject: [Ns-commits] qasimj/ns-3-dev-netfilter Message-ID: ---- Source NAT working! Run (examples/netfilter-example.cc) user: Qasim Javed files: scratch/first.cc src/internet-stack/ip-conntrack-info.cc src/internet-stack/ip-conntrack-info.h src/internet-stack/ipv4-conntrack-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-netfilter.cc src/internet-stack/ipv4-netfilter.h src/internet-stack/netfilter-conntrack-tuple.cc src/internet-stack/netfilter-conntrack-tuple.h src/internet-stack/netfilter-tuple-hash.h src/internet-stack/wscript url: http://code.nsnam.org/qasimj/ns-3-dev-netfilter/rev/19aa5f9b4bdf From code at nsnam.ece.gatech.edu Wed Aug 5 22:17:10 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 06 Aug 2009 01:17:10 -0400 Subject: [Ns-commits] qasimj/ns-3-dev-netfilter Message-ID: ---- Added missing file(s) user: Qasim Javed files: scratch/netfilter-example.cc src/internet-stack/nat-rule.cc src/internet-stack/nat-rule.h url: http://code.nsnam.org/qasimj/ns-3-dev-netfilter/rev/a4a59bd1ac1c From code at nsnam.ece.gatech.edu Wed Aug 5 22:34:44 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 06 Aug 2009 01:34:44 -0400 Subject: [Ns-commits] qasimj/ns-3-dev-netfilter Message-ID: ---- Updated the NAT example (examples/netfilter-example.cc) user: Qasim Javed files: examples/netfilter-example.cc url: http://code.nsnam.org/qasimj/ns-3-dev-netfilter/rev/b6d772135f43 From code at nsnam.ece.gatech.edu Wed Aug 5 23:13:38 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 06 Aug 2009 02:13:38 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- Implement UdpSocketImpl::Close () user: Tom Henderson files: src/internet-stack/udp-socket-impl.cc src/node/socket.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/ba556fc31f72 ---- empty user: duy at alaska files: src/node/packet-socket.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/3c05dabd4dd0 From code at nsnam.ece.gatech.edu Wed Aug 5 23:16:13 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 06 Aug 2009 02:16:13 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- Route lookup removed in ARP request (see bug 606) user: Pavel Boyko files: src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h url: http://code.nsnam.org/ns-3-dev/rev/5ef92ccda11a From code at nsnam.ece.gatech.edu Wed Aug 5 23:29:41 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 06 Aug 2009 02:29:41 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- [mq]: bug650 user: duy at alaska files: url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/7116f6f842b2 ---- empty user: duy at alaska files: src/node/packet-socket.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/ccf3ff16717d From code at nsnam.ece.gatech.edu Wed Aug 5 23:49:32 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 06 Aug 2009 02:49:32 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- update with a few bug fixes user: duy at alaska files: src/node/packet-socket.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/518c642907e3 From tomhend at u.washington.edu Thu Aug 6 04:31:47 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Thu, 6 Aug 2009 04:31:47 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908061131.n76BVlxu030670@ns-regression.ee.washington.edu> Thu Aug 6 02:50:02 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From code at nsnam.ece.gatech.edu Thu Aug 6 22:03:51 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Fri, 07 Aug 2009 01:03:51 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- Implement UdpSocketImpl::Close () user: Tom Henderson files: src/internet-stack/udp-socket-impl.cc src/node/socket.h url: http://code.nsnam.org/ns-3-dev/rev/6e048d6486d8 ---- fix for bug 650 (PacketSocket Close() user: Duy Nguyen files: src/node/packet-socket.cc url: http://code.nsnam.org/ns-3-dev/rev/60cd412fa3dd From tomhend at u.washington.edu Fri Aug 7 05:19:16 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Fri, 7 Aug 2009 05:19:16 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908071219.n77CJGPM014375@ns-regression.ee.washington.edu> Fri Aug 7 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From code at nsnam.ece.gatech.edu Fri Aug 7 16:15:24 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Fri, 07 Aug 2009 19:15:24 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- fix manual for ConfigStore user: Tom Henderson files: doc/manual/attributes.texi url: http://code.nsnam.org/ns-3-dev/rev/ba5d6d52be7e ---- document how to assign attributes in constructor user: Tom Henderson files: doc/manual/attributes.texi url: http://code.nsnam.org/ns-3-dev/rev/3d08aef4a581 From tomhend at u.washington.edu Sat Aug 8 04:30:43 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Sat, 8 Aug 2009 04:30:43 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908081130.n78BUhrw027671@ns-regression.ee.washington.edu> Sat Aug 8 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From code at nsnam.ece.gatech.edu Sat Aug 8 15:40:29 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Sat, 08 Aug 2009 18:40:29 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- modified example scripts user: duy at alaska files: examples/multi-rate-first.cc examples/multi-rate-second.cc examples/multi-rate.cc examples/multi-rate2.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/500f6ab08854 From code at nsnam.ece.gatech.edu Sat Aug 8 15:45:19 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Sat, 08 Aug 2009 18:45:19 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- Route lookup removed in ARP request (see bug 606) user: Pavel Boyko files: src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/5ef92ccda11a ---- Implement UdpSocketImpl::Close () user: Tom Henderson files: src/internet-stack/udp-socket-impl.cc src/node/socket.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/6e048d6486d8 ---- fix for bug 650 (PacketSocket Close() user: Duy Nguyen files: src/node/packet-socket.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/60cd412fa3dd ---- fix manual for ConfigStore user: Tom Henderson files: doc/manual/attributes.texi url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/ba5d6d52be7e ---- document how to assign attributes in constructor user: Tom Henderson files: doc/manual/attributes.texi url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/3d08aef4a581 ---- sync with latest repository user: Duy Nguyen files: url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/7aca465aa333 From tomhend at u.washington.edu Sun Aug 9 04:27:38 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Sun, 9 Aug 2009 04:27:38 -0700 Subject: [Ns-commits] ns-3-dev: output of run-tests: success Message-ID: <200908091127.n79BRcIi004220@ns-regression.ee.washington.edu> Sun Aug 9 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-10 Linux 2.6.27.5-117.fc10.i686 i686 g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-fedora-core-10 SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-fedora-core-10 Regression testing for machine: ns-old Linux 2.6.20-1.2320.fc5 i686 g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old Machine: darwin-ppc is unreachable From tomhend at u.washington.edu Mon Aug 10 04:06:48 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Mon, 10 Aug 2009 04:06:48 -0700 Subject: [Ns-commits] Output of run-tests script: failure Message-ID: <200908101106.n7AB6mn9013837@ns-regression.ee.washington.edu> Mon Aug 10 02:50:01 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-11 Linux 2.6.29.4-167.fc11.i586 i686 g++ (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4) ----------------------------- FAILURE: waf -d debug configure; building failed on ns-fedora-core-11 Configure stderr: Checking for program g++ : ok /usr/bin/g++ Checking for program cpp : ok /usr/bin/cpp Checking for program ar : ok /usr/bin/ar Checking for program ranlib : ok /usr/bin/ranlib Checking for g++ : ok Checking for program pkg-config : ok /usr/bin/pkg-config Checking for regression traces location : ok ../ns-3-dev-ref-traces (given) Checking for -Wno-error=deprecated-declarations support : yes Checking for -Wl,--soname=foo support : yes Checking for header stdlib.h : ok Checking for header signal.h : ok Checking for header pthread.h : ok Checking for high precision time implementation : 128-bit integer Checking for header stdint.h : ok Checking for header inttypes.h : ok Checking for header sys/inttypes.h : not found Checking for library rt : ok Checking for header netpacket/packet.h : ok Package gsl was not found in the pkg-config search path. Perhaps you should add the directory containing `gsl.pc' to the PKG_CONFIG_PATH environment variable No package 'gsl' found Checking for pkg-config flags for GSL : not found Checking for header linux/if_tun.h : ok Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found Checking for pkg-config flags for GTK_CONFIG_STORE : not found Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found Checking for pkg-config flags for LIBXML2 : not found Checking for library sqlite3 : not found Checking for NSC location : not found Checking for program python : ok /usr/bin/python Checking for Python version >= 2.3 : ok 2.6.0 Checking for library python2.6 : ok Checking for program python2.6-config : ok /usr/bin/python2.6-config Checking for header Python.h : ok Checking for -fvisibility=hidden support : yes Checking for pybindgen location : ok ../pybindgen (given) Checking for Python module pybindgen : ok Checking for pybindgen version : ok 0.10.0.640 Checking for Python module pygccxml : not found Checking for program sudo : ok /usr/bin/sudo Checking for program hg : ok /usr/bin/hg Checking for program valgrind : not found 'configure' finished successfully (5.213s) Build stderr: Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' [ 1/703] ns3header: src/core/system-wall-clock-ms.h -> build/debug/ns3/system-wall-clock-ms.h [ 2/703] ns3header: src/core/empty.h -> build/debug/ns3/empty.h [ 3/703] ns3header: src/core/callback.h -> build/debug/ns3/callback.h [ 4/703] ns3header: src/core/object-base.h -> build/debug/ns3/object-base.h [ 5/703] ns3header: src/core/ref-count-base.h -> build/debug/ns3/ref-count-base.h [ 6/703] ns3header: src/core/type-id.h -> build/debug/ns3/type-id.h [ 7/703] ns3header: src/core/attribute-list.h -> build/debug/ns3/attribute-list.h [ 8/703] ns3header: src/core/ptr.h -> build/debug/ns3/ptr.h [ 9/703] ns3header: src/core/object.h -> build/debug/ns3/object.h [ 10/703] ns3header: src/core/log.h -> build/debug/ns3/log.h [ 11/703] ns3header: src/core/assert.h -> build/debug/ns3/assert.h [ 12/703] ns3header: src/core/breakpoint.h -> build/debug/ns3/breakpoint.h [ 13/703] ns3header: src/core/fatal-error.h -> build/debug/ns3/fatal-error.h [ 14/703] ns3header: src/core/test.h -> build/debug/ns3/test.h [ 15/703] ns3header: src/core/random-variable.h -> build/debug/ns3/random-variable.h [ 16/703] ns3header: src/core/rng-stream.h -> build/debug/ns3/rng-stream.h [ 17/703] ns3header: src/core/command-line.h -> build/debug/ns3/command-line.h [ 18/703] ns3header: src/core/type-name.h -> build/debug/ns3/type-name.h [ 19/703] ns3header: src/core/type-traits.h -> build/debug/ns3/type-traits.h [ 20/703] ns3header: src/core/int-to-type.h -> build/debug/ns3/int-to-type.h [ 21/703] ns3header: src/core/attribute.h -> build/debug/ns3/attribute.h [ 22/703] ns3header: src/core/attribute-accessor-helper.h -> build/debug/ns3/attribute-accessor-helper.h [ 23/703] ns3header: src/core/boolean.h -> build/debug/ns3/boolean.h [ 24/703] ns3header: src/core/integer.h -> build/debug/ns3/integer.h [ 25/703] ns3header: src/core/uinteger.h -> build/debug/ns3/uinteger.h [ 26/703] ns3header: src/core/double.h -> build/debug/ns3/double.h [ 27/703] ns3header: src/core/enum.h -> build/debug/ns3/enum.h [ 28/703] ns3header: src/core/string.h -> build/debug/ns3/string.h [ 29/703] ns3header: src/core/pointer.h -> build/debug/ns3/pointer.h [ 30/703] ns3header: src/core/object-factory.h -> build/debug/ns3/object-factory.h [ 31/703] ns3header: src/core/attribute-helper.h -> build/debug/ns3/attribute-helper.h [ 32/703] ns3header: src/core/global-value.h -> build/debug/ns3/global-value.h [ 33/703] ns3header: src/core/traced-callback.h -> build/debug/ns3/traced-callback.h [ 34/703] ns3header: src/core/traced-value.h -> build/debug/ns3/traced-value.h [ 35/703] ns3header: src/core/trace-source-accessor.h -> build/debug/ns3/trace-source-accessor.h [ 36/703] ns3header: src/core/config.h -> build/debug/ns3/config.h [ 37/703] ns3header: src/core/object-vector.h -> build/debug/ns3/object-vector.h [ 38/703] ns3header: src/core/deprecated.h -> build/debug/ns3/deprecated.h [ 39/703] ns3header: src/core/abort.h -> build/debug/ns3/abort.h [ 40/703] ns3header: src/core/names.h -> build/debug/ns3/names.h [ 41/703] ns3header: src/core/system-mutex.h -> build/debug/ns3/system-mutex.h [ 42/703] ns3header: src/core/system-thread.h -> build/debug/ns3/system-thread.h [ 43/703] ns3header: src/core/system-condition.h -> build/debug/ns3/system-condition.h [ 44/703] ns3header: src/common/buffer.h -> build/debug/ns3/buffer.h [ 45/703] ns3header: src/common/chunk.h -> build/debug/ns3/chunk.h [ 46/703] ns3header: src/common/header.h -> build/debug/ns3/header.h [ 47/703] ns3header: src/common/trailer.h -> build/debug/ns3/trailer.h [ 48/703] ns3header: src/common/packet.h -> build/debug/ns3/packet.h [ 49/703] ns3header: src/common/packet-metadata.h -> build/debug/ns3/packet-metadata.h [ 50/703] ns3header: src/common/pcap-writer.h -> build/debug/ns3/pcap-writer.h [ 51/703] ns3header: src/common/data-rate.h -> build/debug/ns3/data-rate.h [ 52/703] ns3header: src/common/error-model.h -> build/debug/ns3/error-model.h [ 53/703] ns3header: src/common/tag.h -> build/debug/ns3/tag.h [ 54/703] ns3header: src/common/byte-tag-list.h -> build/debug/ns3/byte-tag-list.h [ 55/703] ns3header: src/common/tag-buffer.h -> build/debug/ns3/tag-buffer.h [ 56/703] ns3header: src/common/packet-tag-list.h -> build/debug/ns3/packet-tag-list.h [ 57/703] ns3header: src/simulator/high-precision.h -> build/debug/ns3/high-precision.h [ 58/703] ns3header: src/simulator/nstime.h -> build/debug/ns3/nstime.h [ 59/703] ns3header: src/simulator/event-id.h -> build/debug/ns3/event-id.h [ 60/703] ns3header: src/simulator/event-impl.h -> build/debug/ns3/event-impl.h [ 61/703] ns3header: src/simulator/simulator.h -> build/debug/ns3/simulator.h [ 62/703] ns3header: src/simulator/simulator-impl.h -> build/debug/ns3/simulator-impl.h [ 63/703] ns3header: src/simulator/default-simulator-impl.h -> build/debug/ns3/default-simulator-impl.h [ 64/703] ns3header: src/simulator/scheduler.h -> build/debug/ns3/scheduler.h [ 65/703] ns3header: src/simulator/list-scheduler.h -> build/debug/ns3/list-scheduler.h [ 66/703] ns3header: src/simulator/map-scheduler.h -> build/debug/ns3/map-scheduler.h [ 67/703] ns3header: src/simulator/heap-scheduler.h -> build/debug/ns3/heap-scheduler.h [ 68/703] ns3header: src/simulator/calendar-scheduler.h -> build/debug/ns3/calendar-scheduler.h [ 69/703] ns3header: src/simulator/ns2-calendar-scheduler.h -> build/debug/ns3/ns2-calendar-scheduler.h [ 70/703] ns3header: src/simulator/simulation-singleton.h -> build/debug/ns3/simulation-singleton.h [ 71/703] ns3header: src/simulator/timer.h -> build/debug/ns3/timer.h [ 72/703] ns3header: src/simulator/timer-impl.h -> build/debug/ns3/timer-impl.h [ 73/703] ns3header: src/simulator/watchdog.h -> build/debug/ns3/watchdog.h [ 74/703] ns3header: src/simulator/synchronizer.h -> build/debug/ns3/synchronizer.h [ 75/703] ns3header: src/simulator/make-event.h -> build/debug/ns3/make-event.h [ 76/703] ns3header: src/simulator/high-precision-128.h -> build/debug/ns3/high-precision-128.h [ 77/703] ns3header: src/simulator/cairo-wideint-private.h -> build/debug/ns3/cairo-wideint-private.h [ 78/703] ns3header: src/simulator/realtime-simulator-impl.h -> build/debug/ns3/realtime-simulator-impl.h [ 79/703] ns3header: src/simulator/wall-clock-synchronizer.h -> build/debug/ns3/wall-clock-synchronizer.h [ 80/703] ns3header: src/contrib/event-garbage-collector.h -> build/debug/ns3/event-garbage-collector.h [ 81/703] ns3header: src/contrib/gnuplot.h -> build/debug/ns3/gnuplot.h [ 82/703] ns3header: src/contrib/delay-jitter-estimation.h -> build/debug/ns3/delay-jitter-estimation.h [ 83/703] ns3header: src/contrib/file-config.h -> build/debug/ns3/file-config.h [ 84/703] ns3header: src/contrib/config-store.h -> build/debug/ns3/config-store.h [ 85/703] ns3header: src/contrib/flow-id-tag.h -> build/debug/ns3/flow-id-tag.h [ 86/703] ns3header: src/node/address.h -> build/debug/ns3/address.h [ 87/703] ns3header: src/node/mac48-address.h -> build/debug/ns3/mac48-address.h [ 88/703] ns3header: src/node/mac64-address.h -> build/debug/ns3/mac64-address.h [ 89/703] ns3header: src/node/inet-socket-address.h -> build/debug/ns3/inet-socket-address.h [ 90/703] ns3header: src/node/packet-socket-address.h -> build/debug/ns3/packet-socket-address.h [ 91/703] ns3header: src/node/node.h -> build/debug/ns3/node.h [ 92/703] ns3header: src/node/ipv4-address.h -> build/debug/ns3/ipv4-address.h [ 93/703] ns3header: src/node/ipv4-interface-address.h -> build/debug/ns3/ipv4-interface-address.h [ 94/703] ns3header: src/node/ipv4-address-generator.h -> build/debug/ns3/ipv4-address-generator.h [ 95/703] ns3header: src/node/ipv4-header.h -> build/debug/ns3/ipv4-header.h [ 96/703] ns3header: src/node/net-device.h -> build/debug/ns3/net-device.h [ 97/703] ns3header: src/node/address-utils.h -> build/debug/ns3/address-utils.h [ 98/703] ns3header: src/node/ipv4-route.h -> build/debug/ns3/ipv4-route.h [ 99/703] ns3header: src/node/ipv4-routing-protocol.h -> build/debug/ns3/ipv4-routing-protocol.h [100/703] ns3header: src/node/queue.h -> build/debug/ns3/queue.h [101/703] ns3header: src/node/drop-tail-queue.h -> build/debug/ns3/drop-tail-queue.h [102/703] ns3header: src/node/llc-snap-header.h -> build/debug/ns3/llc-snap-header.h [103/703] ns3header: src/node/ethernet-header.h -> build/debug/ns3/ethernet-header.h [104/703] ns3header: src/node/ethernet-trailer.h -> build/debug/ns3/ethernet-trailer.h [105/703] ns3header: src/node/channel.h -> build/debug/ns3/channel.h [106/703] ns3header: src/node/node-list.h -> build/debug/ns3/node-list.h [107/703] ns3header: src/node/socket.h -> build/debug/ns3/socket.h [108/703] ns3header: src/node/socket-factory.h -> build/debug/ns3/socket-factory.h [109/703] ns3header: src/node/packet-socket-factory.h -> build/debug/ns3/packet-socket-factory.h [110/703] ns3header: src/node/udp-socket.h -> build/debug/ns3/udp-socket.h [111/703] ns3header: src/node/udp-socket-factory.h -> build/debug/ns3/udp-socket-factory.h [112/703] ns3header: src/node/tcp-socket.h -> build/debug/ns3/tcp-socket.h [113/703] ns3header: src/node/tcp-socket-factory.h -> build/debug/ns3/tcp-socket-factory.h [114/703] ns3header: src/node/ipv4.h -> build/debug/ns3/ipv4.h [115/703] ns3header: src/node/application.h -> build/debug/ns3/application.h [116/703] ns3header: src/node/simple-channel.h -> build/debug/ns3/simple-channel.h [117/703] ns3header: src/node/simple-net-device.h -> build/debug/ns3/simple-net-device.h [118/703] ns3header: src/node/inet6-socket-address.h -> build/debug/ns3/inet6-socket-address.h [119/703] ns3header: src/node/ipv6-address.h -> build/debug/ns3/ipv6-address.h [120/703] ns3header: src/node/ipv6-header.h -> build/debug/ns3/ipv6-header.h [121/703] ns3header: src/node/ipv4-raw-socket-factory.h -> build/debug/ns3/ipv4-raw-socket-factory.h [122/703] ns3header: src/internet-stack/udp-header.h -> build/debug/ns3/udp-header.h [123/703] ns3header: src/internet-stack/tcp-header.h -> build/debug/ns3/tcp-header.h [124/703] ns3header: src/internet-stack/sequence-number.h -> build/debug/ns3/sequence-number.h [125/703] ns3header: src/internet-stack/icmpv4.h -> build/debug/ns3/icmpv4.h [126/703] ns3header: src/devices/point-to-point/point-to-point-net-device.h -> build/debug/ns3/point-to-point-net-device.h [127/703] ns3header: src/devices/point-to-point/point-to-point-channel.h -> build/debug/ns3/point-to-point-channel.h [128/703] ns3header: src/devices/point-to-point/ppp-header.h -> build/debug/ns3/ppp-header.h [129/703] ns3header: src/devices/csma/backoff.h -> build/debug/ns3/backoff.h [130/703] ns3header: src/devices/csma/csma-net-device.h -> build/debug/ns3/csma-net-device.h [131/703] ns3header: src/devices/csma/csma-channel.h -> build/debug/ns3/csma-channel.h [132/703] ns3header: src/devices/emu/emu.h -> build/debug/ns3/emu.h [133/703] ns3header: src/devices/emu/emu-net-device.h -> build/debug/ns3/emu-net-device.h [134/703] ns3header: src/devices/bridge/bridge-net-device.h -> build/debug/ns3/bridge-net-device.h [135/703] ns3header: src/devices/bridge/bridge-channel.h -> build/debug/ns3/bridge-channel.h [136/703] ns3header: src/devices/tap-bridge/tap.h -> build/debug/ns3/tap.h [137/703] ns3header: src/devices/tap-bridge/tap-bridge.h -> build/debug/ns3/tap-bridge.h [138/703] ns3header: src/devices/virtual-net-device/virtual-net-device.h -> build/debug/ns3/virtual-net-device.h [139/703] ns3header: src/applications/onoff/onoff-application.h -> build/debug/ns3/onoff-application.h [140/703] ns3header: src/applications/packet-sink/packet-sink.h -> build/debug/ns3/packet-sink.h [141/703] ns3header: src/applications/udp-echo/udp-echo-client.h -> build/debug/ns3/udp-echo-client.h [142/703] ns3header: src/applications/udp-echo/udp-echo-server.h -> build/debug/ns3/udp-echo-server.h [143/703] ns3header: src/routing/olsr/olsr-routing-protocol.h -> build/debug/ns3/olsr-routing-protocol.h [144/703] ns3header: src/routing/olsr/olsr-header.h -> build/debug/ns3/olsr-header.h [145/703] ns3header: src/routing/olsr/olsr-state.h -> build/debug/ns3/olsr-state.h [146/703] ns3header: src/routing/olsr/olsr-repositories.h -> build/debug/ns3/olsr-repositories.h [147/703] ns3header: src/routing/global-routing/global-router-interface.h -> build/debug/ns3/global-router-interface.h [148/703] ns3header: src/routing/global-routing/global-route-manager.h -> build/debug/ns3/global-route-manager.h [149/703] ns3header: src/routing/global-routing/ipv4-global-routing.h -> build/debug/ns3/ipv4-global-routing.h [150/703] ns3header: src/routing/static-routing/ipv4-static-routing.h -> build/debug/ns3/ipv4-static-routing.h [151/703] ns3header: src/routing/static-routing/ipv4-routing-table-entry.h -> build/debug/ns3/ipv4-routing-table-entry.h [152/703] ns3header: src/routing/list-routing/ipv4-list-routing.h -> build/debug/ns3/ipv4-list-routing.h [153/703] ns3header: src/mobility/vector.h -> build/debug/ns3/vector.h [154/703] ns3header: src/mobility/hierarchical-mobility-model.h -> build/debug/ns3/hierarchical-mobility-model.h [155/703] ns3header: src/mobility/mobility-model.h -> build/debug/ns3/mobility-model.h [156/703] ns3header: src/mobility/position-allocator.h -> build/debug/ns3/position-allocator.h [157/703] ns3header: src/mobility/rectangle.h -> build/debug/ns3/rectangle.h [158/703] ns3header: src/mobility/constant-position-mobility-model.h -> build/debug/ns3/constant-position-mobility-model.h [159/703] ns3header: src/mobility/constant-velocity-helper.h -> build/debug/ns3/constant-velocity-helper.h [160/703] ns3header: src/mobility/constant-velocity-mobility-model.h -> build/debug/ns3/constant-velocity-mobility-model.h [161/703] ns3header: src/mobility/random-waypoint-mobility-model.h -> build/debug/ns3/random-waypoint-mobility-model.h [162/703] ns3header: src/mobility/random-walk-2d-mobility-model.h -> build/debug/ns3/random-walk-2d-mobility-model.h [163/703] ns3header: src/mobility/random-direction-2d-mobility-model.h -> build/debug/ns3/random-direction-2d-mobility-model.h [164/703] ns3header: src/mobility/constant-acceleration-mobility-model.h -> build/debug/ns3/constant-acceleration-mobility-model.h [165/703] ns3header: src/devices/wifi/propagation-delay-model.h -> build/debug/ns3/propagation-delay-model.h [166/703] ns3header: src/devices/wifi/propagation-loss-model.h -> build/debug/ns3/propagation-loss-model.h [167/703] ns3header: src/devices/wifi/jakes-propagation-loss-model.h -> build/debug/ns3/jakes-propagation-loss-model.h [168/703] ns3header: src/devices/wifi/wifi-net-device.h -> build/debug/ns3/wifi-net-device.h [169/703] ns3header: src/devices/wifi/wifi-channel.h -> build/debug/ns3/wifi-channel.h [170/703] ns3header: src/devices/wifi/wifi-mode.h -> build/debug/ns3/wifi-mode.h [171/703] ns3header: src/devices/wifi/ssid.h -> build/debug/ns3/ssid.h [172/703] ns3header: src/devices/wifi/wifi-preamble.h -> build/debug/ns3/wifi-preamble.h [173/703] ns3header: src/devices/wifi/wifi-phy-standard.h -> build/debug/ns3/wifi-phy-standard.h [174/703] ns3header: src/devices/wifi/yans-wifi-phy.h -> build/debug/ns3/yans-wifi-phy.h [175/703] ns3header: src/devices/wifi/yans-wifi-channel.h -> build/debug/ns3/yans-wifi-channel.h [176/703] ns3header: src/devices/wifi/wifi-phy.h -> build/debug/ns3/wifi-phy.h [177/703] ns3header: src/devices/wifi/interference-helper.h -> build/debug/ns3/interference-helper.h [178/703] ns3header: src/devices/wifi/wifi-remote-station-manager.h -> build/debug/ns3/wifi-remote-station-manager.h [179/703] ns3header: src/devices/wifi/arf-wifi-manager.h -> build/debug/ns3/arf-wifi-manager.h [180/703] ns3header: src/devices/wifi/aarf-wifi-manager.h -> build/debug/ns3/aarf-wifi-manager.h [181/703] ns3header: src/devices/wifi/constant-rate-wifi-manager.h -> build/debug/ns3/constant-rate-wifi-manager.h [182/703] ns3header: src/devices/wifi/ideal-wifi-manager.h -> build/debug/ns3/ideal-wifi-manager.h [183/703] ns3header: src/devices/wifi/amrr-wifi-manager.h -> build/debug/ns3/amrr-wifi-manager.h [184/703] ns3header: src/devices/wifi/onoe-wifi-manager.h -> build/debug/ns3/onoe-wifi-manager.h [185/703] ns3header: src/devices/wifi/rraa-wifi-manager.h -> build/debug/ns3/rraa-wifi-manager.h [186/703] ns3header: src/devices/wifi/wifi-mac.h -> build/debug/ns3/wifi-mac.h [187/703] ns3header: src/devices/wifi/adhoc-wifi-mac.h -> build/debug/ns3/adhoc-wifi-mac.h [188/703] ns3header: src/devices/wifi/nqsta-wifi-mac.h -> build/debug/ns3/nqsta-wifi-mac.h [189/703] ns3header: src/devices/wifi/nqap-wifi-mac.h -> build/debug/ns3/nqap-wifi-mac.h [190/703] ns3header: src/devices/wifi/wifi-phy.h -> build/debug/ns3/wifi-phy.h [191/703] ns3header: src/devices/wifi/supported-rates.h -> build/debug/ns3/supported-rates.h [192/703] ns3header: src/devices/wifi/error-rate-model.h -> build/debug/ns3/error-rate-model.h [193/703] ns3header: src/devices/wifi/yans-error-rate-model.h -> build/debug/ns3/yans-error-rate-model.h [194/703] ns3header: src/devices/wifi/dca-txop.h -> build/debug/ns3/dca-txop.h [195/703] ns3header: src/devices/wifi/wifi-mac-header.h -> build/debug/ns3/wifi-mac-header.h [196/703] ns3header: src/devices/wifi/qadhoc-wifi-mac.h -> build/debug/ns3/qadhoc-wifi-mac.h [197/703] ns3header: src/devices/wifi/qap-wifi-mac.h -> build/debug/ns3/qap-wifi-mac.h [198/703] ns3header: src/devices/wifi/qsta-wifi-mac.h -> build/debug/ns3/qsta-wifi-mac.h [199/703] ns3header: src/devices/wifi/qos-utils.h -> build/debug/ns3/qos-utils.h [200/703] ns3header: src/devices/wifi/edca-txop-n.h -> build/debug/ns3/edca-txop-n.h [201/703] ns3header: src/devices/wifi/msdu-aggregator.h -> build/debug/ns3/msdu-aggregator.h [202/703] ns3header: src/devices/wifi/amsdu-subframe-header.h -> build/debug/ns3/amsdu-subframe-header.h [203/703] ns3header: src/devices/wifi/qos-tag.h -> build/debug/ns3/qos-tag.h [204/703] ns3header: src/devices/wifi/mgt-headers.h -> build/debug/ns3/mgt-headers.h [205/703] ns3header: src/devices/wifi/status-code.h -> build/debug/ns3/status-code.h [206/703] ns3header: src/devices/wifi/capability-information.h -> build/debug/ns3/capability-information.h [207/703] ns3header: src/devices/wifi/dcf-manager.h -> build/debug/ns3/dcf-manager.h [208/703] ns3header: src/devices/wifi/mac-rx-middle.h -> build/debug/ns3/mac-rx-middle.h [209/703] ns3header: src/devices/wifi/mac-low.h -> build/debug/ns3/mac-low.h [210/703] ns3header: src/helper/node-container.h -> build/debug/ns3/node-container.h [211/703] ns3header: src/helper/net-device-container.h -> build/debug/ns3/net-device-container.h [212/703] ns3header: src/helper/wifi-helper.h -> build/debug/ns3/wifi-helper.h [213/703] ns3header: src/helper/olsr-helper.h -> build/debug/ns3/olsr-helper.h [214/703] ns3header: src/helper/point-to-point-helper.h -> build/debug/ns3/point-to-point-helper.h [215/703] ns3header: src/helper/csma-helper.h -> build/debug/ns3/csma-helper.h [216/703] ns3header: src/helper/mobility-helper.h -> build/debug/ns3/mobility-helper.h [217/703] ns3header: src/helper/ns2-mobility-helper.h -> build/debug/ns3/ns2-mobility-helper.h [218/703] ns3header: src/helper/ipv4-address-helper.h -> build/debug/ns3/ipv4-address-helper.h [219/703] ns3header: src/helper/ipv4-static-routing-helper.h -> build/debug/ns3/ipv4-static-routing-helper.h [220/703] ns3header: src/helper/internet-stack-helper.h -> build/debug/ns3/internet-stack-helper.h [221/703] ns3header: src/helper/application-container.h -> build/debug/ns3/application-container.h [222/703] ns3header: src/helper/on-off-helper.h -> build/debug/ns3/on-off-helper.h [223/703] ns3header: src/helper/packet-sink-helper.h -> build/debug/ns3/packet-sink-helper.h [224/703] ns3header: src/helper/packet-socket-helper.h -> build/debug/ns3/packet-socket-helper.h [225/703] ns3header: src/helper/ipv4-interface-container.h -> build/debug/ns3/ipv4-interface-container.h [226/703] ns3header: src/helper/udp-echo-helper.h -> build/debug/ns3/udp-echo-helper.h [227/703] ns3header: src/helper/bridge-helper.h -> build/debug/ns3/bridge-helper.h [228/703] ns3header: src/helper/yans-wifi-helper.h -> build/debug/ns3/yans-wifi-helper.h [229/703] ns3header: src/helper/v4ping-helper.h -> build/debug/ns3/v4ping-helper.h [230/703] ns3header: src/helper/nqos-wifi-mac-helper.h -> build/debug/ns3/nqos-wifi-mac-helper.h [231/703] ns3header: src/helper/qos-wifi-mac-helper.h -> build/debug/ns3/qos-wifi-mac-helper.h [232/703] ns3header: src/helper/ipv4-global-routing-helper.h -> build/debug/ns3/ipv4-global-routing-helper.h [233/703] ns3header: src/helper/ipv4-list-routing-helper.h -> build/debug/ns3/ipv4-list-routing-helper.h [234/703] ns3header: src/helper/ipv4-routing-helper.h -> build/debug/ns3/ipv4-routing-helper.h [235/703] ns3header: src/helper/emu-helper.h -> build/debug/ns3/emu-helper.h [236/703] ns3header: src/helper/tap-bridge-helper.h -> build/debug/ns3/tap-bridge-helper.h [237/703] ns3header: src/contrib/stats/data-calculator.h -> build/debug/ns3/data-calculator.h [238/703] ns3header: src/contrib/stats/packet-data-calculators.h -> build/debug/ns3/packet-data-calculators.h [239/703] ns3header: src/contrib/stats/time-data-calculators.h -> build/debug/ns3/time-data-calculators.h [240/703] ns3header: src/contrib/stats/basic-data-calculators.h -> build/debug/ns3/basic-data-calculators.h [241/703] ns3header: src/contrib/stats/data-output-interface.h -> build/debug/ns3/data-output-interface.h [242/703] ns3header: src/contrib/stats/omnet-data-output.h -> build/debug/ns3/omnet-data-output.h [243/703] ns3header: src/contrib/stats/data-collector.h -> build/debug/ns3/data-collector.h [244/703] ns3header: src/applications/v4ping/v4ping.h -> build/debug/ns3/v4ping.h [245/703] command (${PYTHON}): bindings/python/ns3modulegen.py bindings/python/ns3modulegen_generated.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_node.py bindings/python/ns3_module_static_routing.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_wifi.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_virtual_net_device.py bindings/python/ns3_module_common.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_core.py bindings/python/ns3_module_tap_bridge.py bindi! ngs/python/ns3_module_onoff.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_mobility.py -> build/debug/bindings/python/ns3module.cc build/debug/bindings/python/ns3module.h build/debug/bindings/python/ns3modulegen.log build/debug/bindings/python/ns3_module_packet_sink.cc build/debug/bindings/python/ns3_module_olsr.cc build/debug/bindings/python/ns3_module_v4ping.cc build/debug/bindings/python/ns3_module_node.cc build/debug/bindings/python/ns3_module_static_routing.cc build/debug/bindings/python/ns3_module_stats.cc build/debug/bindings/python/ns3_module_bridge.cc build/debug/bindings/python/ns3_module_csma.cc build/debug/bindings/python/ns3_module_emu.cc build/debug/bindings/python/ns3_module_wifi.cc build/debug/bindings/python/ns3_module_global_routing.cc build/debug/bindings/python/ns3_module_helper.cc build/debug/bindings/python/ns3_module_simulator.cc build/debug/bindings/python/ns3_module_point_to_point.cc build/debug/bindings/python/ns3_module_list_r! outing.cc build/debug/bindings/python/ns3_module_virtual_net_d! evice.cc build/debug/bindings/python/ns3_module_common.cc build/debug/bindings/python/ns3_module_udp_echo.cc build/debug/bindings/python/ns3_module_internet_stack.cc build/debug/bindings/python/ns3_module_core.cc build/debug/bindings/python/ns3_module_tap_bridge.cc build/debug/bindings/python/ns3_module_onoff.cc build/debug/bindings/python/ns3_module_contrib.cc build/debug/bindings/python/ns3_module_mobility.cc [246/703] gen_everything_h: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h build/de! bug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap! -scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/! ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/address-utils.h build/debug/ns3/ipv4-ro! ute.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/application.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channel.h build/debug/ns3/ppp-header.h bu! ild/debug/ns3/backoff.h build/debug/ns3/csma-net-device.h build/debug/n! s3/csma-channel.h build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h build/debug/ns3/virtual-net-device.h build/debug/ns3/onoff-application.h build/debug/ns3/packet-sink.h build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h build/debug/ns3/ipv4-list-routing.h build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.h build/debug/ns3/constant-velocity! -helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build/debug/ns3/onoe-wifi-manager.h buil! d/debug/ns3/rraa-wifi-manager.h build/debug/ns3/wifi-mac.h build/debug/! ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobil! ity-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h build/debug/ns3/tap-bridge-helper.h build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-collec! tor.h build/debug/ns3/v4ping.h -> build/debug/bindings/python/everythin! g.h [247/703] gen_ns3_module_header: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h bui! ld/debug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h -> build/debug/ns3/core-module.h [248/703] gen_ns3_module_header: build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h -> build/debug/ns3/common-module.h [249/703] gen_ns3_module_header: build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap-scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h -> build/debug/ns3/simulator-module.h [250/703] gen_ns3_module_header: build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h -> build/debug/ns3/contrib-module.h [251/703] gen_ns3_module_header: build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/address-utils.h build/debug/ns3/ipv4-route.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/applicat! ion.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h -> build/debug/ns3/node-module.h [252/703] gen_ns3_module_header: build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h -> build/debug/ns3/internet-stack-module.h [253/703] gen_ns3_module_header: build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channel.h build/debug/ns3/ppp-header.h -> build/debug/ns3/point-to-point-module.h [254/703] gen_ns3_module_header: build/debug/ns3/backoff.h build/debug/ns3/csma-net-device.h build/debug/ns3/csma-channel.h -> build/debug/ns3/csma-module.h [255/703] gen_ns3_module_header: build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h -> build/debug/ns3/emu-module.h [256/703] gen_ns3_module_header: build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h -> build/debug/ns3/bridge-module.h [257/703] gen_ns3_module_header: build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h -> build/debug/ns3/tap-bridge-module.h [258/703] gen_ns3_module_header: build/debug/ns3/virtual-net-device.h -> build/debug/ns3/virtual-net-device-module.h [259/703] gen_ns3_module_header: build/debug/ns3/onoff-application.h -> build/debug/ns3/onoff-module.h [260/703] gen_ns3_module_header: build/debug/ns3/packet-sink.h -> build/debug/ns3/packet-sink-module.h [261/703] gen_ns3_module_header: build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h -> build/debug/ns3/udp-echo-module.h [262/703] gen_ns3_module_header: build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h -> build/debug/ns3/olsr-module.h [263/703] gen_ns3_module_header: build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h -> build/debug/ns3/global-routing-module.h [264/703] gen_ns3_module_header: build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h -> build/debug/ns3/static-routing-module.h [265/703] gen_ns3_module_header: build/debug/ns3/ipv4-list-routing.h -> build/debug/ns3/list-routing-module.h [266/703] gen_ns3_module_header: build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.h build/debug/ns3/constant-velocity-helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h -> build/debug/ns3/mobility-module.h [267/703] gen_ns3_module_header: build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build/debug/ns3/onoe-wifi-manager.h build/debug/ns3/rraa-wifi-manager.h build/debug/ns3/wifi-mac.h build/debug/ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/! error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h -> build/debug/ns3/wifi-module.h [268/703] gen_ns3_module_header: build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobility-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h bui! ld/debug/ns3/tap-bridge-helper.h -> build/debug/ns3/helper-module.h [269/703] gen_ns3_module_header: build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-collector.h -> build/debug/ns3/stats-module.h [270/703] gen_ns3_module_header: build/debug/ns3/v4ping.h -> build/debug/ns3/v4ping-module.h [271/703] cxx: src/core/callback-test.cc -> build/debug/src/core/callback-test_1.o [272/703] cxx: src/core/log.cc -> build/debug/src/core/log_1.o [273/703] cxx: src/core/breakpoint.cc -> build/debug/src/core/breakpoint_1.o [274/703] cxx: src/core/type-id.cc -> build/debug/src/core/type-id_1.o [275/703] cxx: src/core/attribute-list.cc -> build/debug/src/core/attribute-list_1.o [276/703] cxx: src/core/object-base.cc -> build/debug/src/core/object-base_1.o [277/703] cxx: src/core/ref-count-base.cc -> build/debug/src/core/ref-count-base_1.o [278/703] cxx: src/core/ptr.cc -> build/debug/src/core/ptr_1.o [279/703] cxx: src/core/object.cc -> build/debug/src/core/object_1.o [280/703] cxx: src/core/test.cc -> build/debug/src/core/test_1.o [281/703] cxx: src/core/random-variable.cc -> build/debug/src/core/random-variable_1.o [282/703] cxx: src/core/rng-stream.cc -> build/debug/src/core/rng-stream_1.o [283/703] cxx: src/core/command-line.cc -> build/debug/src/core/command-line_1.o [284/703] cxx: src/core/type-name.cc -> build/debug/src/core/type-name_1.o [285/703] cxx: src/core/type-traits-test.cc -> build/debug/src/core/type-traits-test_1.o [286/703] cxx: src/core/attribute.cc -> build/debug/src/core/attribute_1.o [287/703] cxx: src/core/boolean.cc -> build/debug/src/core/boolean_1.o [288/703] cxx: src/core/integer.cc -> build/debug/src/core/integer_1.o [289/703] cxx: src/core/uinteger.cc -> build/debug/src/core/uinteger_1.o [290/703] cxx: src/core/enum.cc -> build/debug/src/core/enum_1.o [291/703] cxx: src/core/double.cc -> build/debug/src/core/double_1.o [292/703] cxx: src/core/string.cc -> build/debug/src/core/string_1.o [293/703] cxx: src/core/pointer.cc -> build/debug/src/core/pointer_1.o [294/703] cxx: src/core/object-vector.cc -> build/debug/src/core/object-vector_1.o [295/703] cxx: src/core/attribute-test.cc -> build/debug/src/core/attribute-test_1.o [296/703] cxx: src/core/object-factory.cc -> build/debug/src/core/object-factory_1.o [297/703] cxx: src/core/global-value.cc -> build/debug/src/core/global-value_1.o [298/703] cxx: src/core/traced-callback.cc -> build/debug/src/core/traced-callback_1.o [299/703] cxx: src/core/trace-source-accessor.cc -> build/debug/src/core/trace-source-accessor_1.o [300/703] cxx: src/core/config.cc -> build/debug/src/core/config_1.o [301/703] cxx: src/core/callback.cc -> build/debug/src/core/callback_1.o [302/703] cxx: src/core/names.cc -> build/debug/src/core/names_1.o [303/703] cxx: src/core/unix-system-wall-clock-ms.cc -> build/debug/src/core/unix-system-wall-clock-ms_1.o [304/703] cxx: src/core/unix-system-thread.cc -> build/debug/src/core/unix-system-thread_1.o [305/703] cxx: src/core/unix-system-mutex.cc -> build/debug/src/core/unix-system-mutex_1.o [306/703] cxx: src/core/unix-system-condition.cc -> build/debug/src/core/unix-system-condition_1.o [307/703] cxx: src/common/buffer.cc -> build/debug/src/common/buffer_1.o [308/703] cxx: src/common/packet-metadata.cc -> build/debug/src/common/packet-metadata_1.o [309/703] cxx: src/common/packet-metadata-test.cc -> build/debug/src/common/packet-metadata-test_1.o [310/703] cxx: src/common/packet.cc -> build/debug/src/common/packet_1.o [311/703] cxx: src/common/chunk.cc -> build/debug/src/common/chunk_1.o [312/703] cxx: src/common/header.cc -> build/debug/src/common/header_1.o [313/703] cxx: src/common/trailer.cc -> build/debug/src/common/trailer_1.o [314/703] cxx: src/common/pcap-writer.cc -> build/debug/src/common/pcap-writer_1.o [315/703] cxx: src/common/data-rate.cc -> build/debug/src/common/data-rate_1.o [316/703] cxx: src/common/error-model.cc -> build/debug/src/common/error-model_1.o [317/703] cxx: src/common/tag.cc -> build/debug/src/common/tag_1.o [318/703] cxx: src/common/byte-tag-list.cc -> build/debug/src/common/byte-tag-list_1.o [319/703] cxx: src/common/tag-buffer.cc -> build/debug/src/common/tag-buffer_1.o [320/703] cxx: src/common/packet-tag-list.cc -> build/debug/src/common/packet-tag-list_1.o [321/703] cxx: src/simulator/high-precision.cc -> build/debug/src/simulator/high-precision_1.o [322/703] cxx: src/simulator/time.cc -> build/debug/src/simulator/time_1.o [323/703] cxx: src/simulator/event-id.cc -> build/debug/src/simulator/event-id_1.o [324/703] cxx: src/simulator/scheduler.cc -> build/debug/src/simulator/scheduler_1.o [325/703] cxx: src/simulator/list-scheduler.cc -> build/debug/src/simulator/list-scheduler_1.o [326/703] cxx: src/simulator/map-scheduler.cc -> build/debug/src/simulator/map-scheduler_1.o [327/703] cxx: src/simulator/heap-scheduler.cc -> build/debug/src/simulator/heap-scheduler_1.o [328/703] cxx: src/simulator/calendar-scheduler.cc -> build/debug/src/simulator/calendar-scheduler_1.o [329/703] cxx: src/simulator/ns2-calendar-scheduler.cc -> build/debug/src/simulator/ns2-calendar-scheduler_1.o [330/703] cxx: src/simulator/event-impl.cc -> build/debug/src/simulator/event-impl_1.o [331/703] cxx: src/simulator/simulator.cc -> build/debug/src/simulator/simulator_1.o [332/703] cxx: src/simulator/default-simulator-impl.cc -> build/debug/src/simulator/default-simulator-impl_1.o [333/703] cxx: src/simulator/timer.cc -> build/debug/src/simulator/timer_1.o [334/703] cxx: src/simulator/watchdog.cc -> build/debug/src/simulator/watchdog_1.o [335/703] cxx: src/simulator/synchronizer.cc -> build/debug/src/simulator/synchronizer_1.o [336/703] cxx: src/simulator/make-event.cc -> build/debug/src/simulator/make-event_1.o [337/703] cxx: src/simulator/high-precision-128.cc -> build/debug/src/simulator/high-precision-128_1.o [338/703] cxx: src/simulator/cairo-wideint.c -> build/debug/src/simulator/cairo-wideint_1.o [339/703] cxx: src/simulator/realtime-simulator-impl.cc -> build/debug/src/simulator/realtime-simulator-impl_1.o [340/703] cxx: src/simulator/wall-clock-synchronizer.cc -> build/debug/src/simulator/wall-clock-synchronizer_1.o [341/703] cxx: src/contrib/event-garbage-collector.cc -> build/debug/src/contrib/event-garbage-collector_1.o [342/703] cxx: src/contrib/gnuplot.cc -> build/debug/src/contrib/gnuplot_1.o [343/703] cxx: src/contrib/delay-jitter-estimation.cc -> build/debug/src/contrib/delay-jitter-estimation_1.o [344/703] cxx: src/contrib/attribute-iterator.cc -> build/debug/src/contrib/attribute-iterator_1.o [345/703] cxx: src/contrib/config-store.cc -> build/debug/src/contrib/config-store_1.o [346/703] cxx: src/contrib/flow-id-tag.cc -> build/debug/src/contrib/flow-id-tag_1.o [347/703] cxx: src/contrib/attribute-default-iterator.cc -> build/debug/src/contrib/attribute-default-iterator_1.o [348/703] cxx: src/contrib/file-config.cc -> build/debug/src/contrib/file-config_1.o [349/703] cxx: src/contrib/raw-text-config.cc -> build/debug/src/contrib/raw-text-config_1.o [350/703] cxx: src/node/address.cc -> build/debug/src/node/address_1.o [351/703] cxx: src/node/mac48-address.cc -> build/debug/src/node/mac48-address_1.o [352/703] cxx: src/node/mac64-address.cc -> build/debug/src/node/mac64-address_1.o [353/703] cxx: src/node/inet-socket-address.cc -> build/debug/src/node/inet-socket-address_1.o [354/703] cxx: src/node/packet-socket-address.cc -> build/debug/src/node/packet-socket-address_1.o [355/703] cxx: src/node/node.cc -> build/debug/src/node/node_1.o [356/703] cxx: src/node/ipv4-address.cc -> build/debug/src/node/ipv4-address_1.o [357/703] cxx: src/node/ipv4-interface-address.cc -> build/debug/src/node/ipv4-interface-address_1.o [358/703] cxx: src/node/ipv4-address-generator.cc -> build/debug/src/node/ipv4-address-generator_1.o [359/703] cxx: src/node/ipv4-header.cc -> build/debug/src/node/ipv4-header_1.o [360/703] cxx: src/node/net-device.cc -> build/debug/src/node/net-device_1.o [361/703] cxx: src/node/address-utils.cc -> build/debug/src/node/address-utils_1.o [362/703] cxx: src/node/llc-snap-header.cc -> build/debug/src/node/llc-snap-header_1.o [363/703] cxx: src/node/ethernet-header.cc -> build/debug/src/node/ethernet-header_1.o [364/703] cxx: src/node/ethernet-trailer.cc -> build/debug/src/node/ethernet-trailer_1.o [365/703] cxx: src/node/ipv4-route.cc -> build/debug/src/node/ipv4-route_1.o [366/703] cxx: src/node/ipv4-routing-protocol.cc -> build/debug/src/node/ipv4-routing-protocol_1.o [367/703] cxx: src/node/queue.cc -> build/debug/src/node/queue_1.o [368/703] cxx: src/node/drop-tail-queue.cc -> build/debug/src/node/drop-tail-queue_1.o [369/703] cxx: src/node/channel.cc -> build/debug/src/node/channel_1.o [370/703] cxx: src/node/node-list.cc -> build/debug/src/node/node-list_1.o [371/703] cxx: src/node/socket.cc -> build/debug/src/node/socket_1.o [372/703] cxx: src/node/socket-factory.cc -> build/debug/src/node/socket-factory_1.o [373/703] cxx: src/node/packet-socket-factory.cc -> build/debug/src/node/packet-socket-factory_1.o [374/703] cxx: src/node/packet-socket.cc -> build/debug/src/node/packet-socket_1.o [375/703] cxx: src/node/udp-socket.cc -> build/debug/src/node/udp-socket_1.o [376/703] cxx: src/node/udp-socket-factory.cc -> build/debug/src/node/udp-socket-factory_1.o [377/703] cxx: src/node/tcp-socket.cc -> build/debug/src/node/tcp-socket_1.o [378/703] cxx: src/node/tcp-socket-factory.cc -> build/debug/src/node/tcp-socket-factory_1.o [379/703] cxx: src/node/ipv4.cc -> build/debug/src/node/ipv4_1.o [380/703] cxx: src/node/application.cc -> build/debug/src/node/application_1.o [381/703] cxx: src/node/simple-channel.cc -> build/debug/src/node/simple-channel_1.o [382/703] cxx: src/node/simple-net-device.cc -> build/debug/src/node/simple-net-device_1.o [383/703] cxx: src/node/inet6-socket-address.cc -> build/debug/src/node/inet6-socket-address_1.o [384/703] cxx: src/node/ipv6-address.cc -> build/debug/src/node/ipv6-address_1.o [385/703] cxx: src/node/ipv6-header.cc -> build/debug/src/node/ipv6-header_1.o [386/703] cxx: src/node/ipv4-raw-socket-factory.cc -> build/debug/src/node/ipv4-raw-socket-factory_1.o [387/703] cxx: src/internet-stack/tcp-test.cc -> build/debug/src/internet-stack/tcp-test_1.o [388/703] cxx: src/internet-stack/udp-test.cc -> build/debug/src/internet-stack/udp-test_1.o [389/703] cxx: src/internet-stack/ipv4-test.cc -> build/debug/src/internet-stack/ipv4-test_1.o [390/703] cxx: src/internet-stack/ipv4-l4-protocol.cc -> build/debug/src/internet-stack/ipv4-l4-protocol_1.o [391/703] cxx: src/internet-stack/udp-header.cc -> build/debug/src/internet-stack/udp-header_1.o [392/703] cxx: src/internet-stack/tcp-header.cc -> build/debug/src/internet-stack/tcp-header_1.o [393/703] cxx: src/internet-stack/ipv4-interface.cc -> build/debug/src/internet-stack/ipv4-interface_1.o [394/703] cxx: src/internet-stack/ipv4-l3-protocol.cc -> build/debug/src/internet-stack/ipv4-l3-protocol_1.o [395/703] cxx: src/internet-stack/ipv4-end-point.cc -> build/debug/src/internet-stack/ipv4-end-point_1.o [396/703] cxx: src/internet-stack/udp-l4-protocol.cc -> build/debug/src/internet-stack/udp-l4-protocol_1.o [397/703] cxx: src/internet-stack/tcp-l4-protocol.cc -> build/debug/src/internet-stack/tcp-l4-protocol_1.o [398/703] cxx: src/internet-stack/arp-header.cc -> build/debug/src/internet-stack/arp-header_1.o [399/703] cxx: src/internet-stack/arp-cache.cc -> build/debug/src/internet-stack/arp-cache_1.o [400/703] cxx: src/internet-stack/arp-l3-protocol.cc -> build/debug/src/internet-stack/arp-l3-protocol_1.o [401/703] cxx: src/internet-stack/udp-socket-impl.cc -> build/debug/src/internet-stack/udp-socket-impl_1.o [402/703] cxx: src/internet-stack/tcp-socket-impl.cc -> build/debug/src/internet-stack/tcp-socket-impl_1.o [403/703] cxx: src/internet-stack/ipv4-end-point-demux.cc -> build/debug/src/internet-stack/ipv4-end-point-demux_1.o [404/703] cxx: src/internet-stack/udp-socket-factory-impl.cc -> build/debug/src/internet-stack/udp-socket-factory-impl_1.o [405/703] cxx: src/internet-stack/tcp-socket-factory-impl.cc -> build/debug/src/internet-stack/tcp-socket-factory-impl_1.o [406/703] cxx: src/internet-stack/pending-data.cc -> build/debug/src/internet-stack/pending-data_1.o [407/703] cxx: src/internet-stack/sequence-number.cc -> build/debug/src/internet-stack/sequence-number_1.o [408/703] cxx: src/internet-stack/rtt-estimator.cc -> build/debug/src/internet-stack/rtt-estimator_1.o [409/703] cxx: src/internet-stack/ipv4-raw-socket-factory-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-factory-impl_1.o [410/703] cxx: src/internet-stack/ipv4-raw-socket-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-impl_1.o [411/703] cxx: src/internet-stack/icmpv4.cc -> build/debug/src/internet-stack/icmpv4_1.o [412/703] cxx: src/internet-stack/icmpv4-l4-protocol.cc -> build/debug/src/internet-stack/icmpv4-l4-protocol_1.o [413/703] cxx: src/internet-stack/loopback-net-device.cc -> build/debug/src/internet-stack/loopback-net-device_1.o [414/703] cxx: src/devices/point-to-point/point-to-point-net-device.cc -> build/debug/src/devices/point-to-point/point-to-point-net-device_1.o [415/703] cxx: src/devices/point-to-point/point-to-point-channel.cc -> build/debug/src/devices/point-to-point/point-to-point-channel_1.o [416/703] cxx: src/devices/point-to-point/point-to-point-test.cc -> build/debug/src/devices/point-to-point/point-to-point-test_1.o [417/703] cxx: src/devices/point-to-point/ppp-header.cc -> build/debug/src/devices/point-to-point/ppp-header_1.o [418/703] cxx: src/devices/csma/backoff.cc -> build/debug/src/devices/csma/backoff_1.o [419/703] cxx: src/devices/csma/csma-net-device.cc -> build/debug/src/devices/csma/csma-net-device_1.o [420/703] cxx: src/devices/csma/csma-channel.cc -> build/debug/src/devices/csma/csma-channel_1.o [421/703] cxx: src/devices/emu/emu-net-device.cc -> build/debug/src/devices/emu/emu-net-device_1.o [422/703] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_1.o [423/703] cxx: src/devices/emu/emu-sock-creator.cc -> build/debug/src/devices/emu/emu-sock-creator_3.o [424/703] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_3.o [425/703] cxx: src/devices/bridge/bridge-net-device.cc -> build/debug/src/devices/bridge/bridge-net-device_1.o [426/703] cxx: src/devices/bridge/bridge-channel.cc -> build/debug/src/devices/bridge/bridge-channel_1.o [427/703] cxx: src/devices/tap-bridge/tap-bridge.cc -> build/debug/src/devices/tap-bridge/tap-bridge_1.o [428/703] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_1.o [429/703] cxx: src/devices/tap-bridge/tap-creator.cc -> build/debug/src/devices/tap-bridge/tap-creator_3.o [430/703] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_3.o [431/703] cxx: src/devices/virtual-net-device/virtual-net-device.cc -> build/debug/src/devices/virtual-net-device/virtual-net-device_1.o [432/703] cxx: src/applications/onoff/onoff-application.cc -> build/debug/src/applications/onoff/onoff-application_1.o [433/703] cxx: src/applications/packet-sink/packet-sink.cc -> build/debug/src/applications/packet-sink/packet-sink_1.o [434/703] cxx: src/applications/udp-echo/udp-echo-client.cc -> build/debug/src/applications/udp-echo/udp-echo-client_1.o [435/703] cxx: src/applications/udp-echo/udp-echo-server.cc -> build/debug/src/applications/udp-echo/udp-echo-server_1.o [436/703] cxx: src/routing/olsr/olsr-header.cc -> build/debug/src/routing/olsr/olsr-header_1.o [437/703] cxx: src/routing/olsr/olsr-state.cc -> build/debug/src/routing/olsr/olsr-state_1.o [438/703] cxx: src/routing/olsr/olsr-routing-protocol.cc -> build/debug/src/routing/olsr/olsr-routing-protocol_1.o [439/703] cxx: src/routing/global-routing/global-router-interface.cc -> build/debug/src/routing/global-routing/global-router-interface_1.o [440/703] cxx: src/routing/global-routing/global-route-manager.cc -> build/debug/src/routing/global-routing/global-route-manager_1.o [441/703] cxx: src/routing/global-routing/global-route-manager-impl.cc -> build/debug/src/routing/global-routing/global-route-manager-impl_1.o [442/703] cxx: src/routing/global-routing/candidate-queue.cc -> build/debug/src/routing/global-routing/candidate-queue_1.o [443/703] cxx: src/routing/global-routing/ipv4-global-routing.cc -> build/debug/src/routing/global-routing/ipv4-global-routing_1.o [444/703] cxx: src/routing/static-routing/ipv4-static-routing.cc -> build/debug/src/routing/static-routing/ipv4-static-routing_1.o [445/703] cxx: src/routing/static-routing/ipv4-routing-table-entry.cc -> build/debug/src/routing/static-routing/ipv4-routing-table-entry_1.o [446/703] cxx: src/routing/list-routing/ipv4-list-routing.cc -> build/debug/src/routing/list-routing/ipv4-list-routing_1.o [447/703] cxx: src/mobility/vector.cc -> build/debug/src/mobility/vector_1.o [448/703] cxx: src/mobility/hierarchical-mobility-model.cc -> build/debug/src/mobility/hierarchical-mobility-model_1.o [449/703] cxx: src/mobility/mobility-model.cc -> build/debug/src/mobility/mobility-model_1.o [450/703] cxx: src/mobility/position-allocator.cc -> build/debug/src/mobility/position-allocator_1.o [451/703] cxx: src/mobility/rectangle.cc -> build/debug/src/mobility/rectangle_1.o [452/703] cxx: src/mobility/constant-position-mobility-model.cc -> build/debug/src/mobility/constant-position-mobility-model_1.o [453/703] cxx: src/mobility/constant-velocity-helper.cc -> build/debug/src/mobility/constant-velocity-helper_1.o [454/703] cxx: src/mobility/constant-velocity-mobility-model.cc -> build/debug/src/mobility/constant-velocity-mobility-model_1.o [455/703] cxx: src/mobility/random-waypoint-mobility-model.cc -> build/debug/src/mobility/random-waypoint-mobility-model_1.o [456/703] cxx: src/mobility/random-walk-2d-mobility-model.cc -> build/debug/src/mobility/random-walk-2d-mobility-model_1.o [457/703] cxx: src/mobility/random-direction-2d-mobility-model.cc -> build/debug/src/mobility/random-direction-2d-mobility-model_1.o [458/703] cxx: src/mobility/constant-acceleration-mobility-model.cc -> build/debug/src/mobility/constant-acceleration-mobility-model_1.o [459/703] cxx: src/devices/wifi/propagation-delay-model.cc -> build/debug/src/devices/wifi/propagation-delay-model_1.o [460/703] cxx: src/devices/wifi/propagation-loss-model.cc -> build/debug/src/devices/wifi/propagation-loss-model_1.o [461/703] cxx: src/devices/wifi/jakes-propagation-loss-model.cc -> build/debug/src/devices/wifi/jakes-propagation-loss-model_1.o [462/703] cxx: src/devices/wifi/wifi-channel.cc -> build/debug/src/devices/wifi/wifi-channel_1.o [463/703] cxx: src/devices/wifi/wifi-mode.cc -> build/debug/src/devices/wifi/wifi-mode_1.o [464/703] cxx: src/devices/wifi/ssid.cc -> build/debug/src/devices/wifi/ssid_1.o [465/703] cxx: src/devices/wifi/wifi-phy.cc -> build/debug/src/devices/wifi/wifi-phy_1.o [466/703] cxx: src/devices/wifi/wifi-phy-state-helper.cc -> build/debug/src/devices/wifi/wifi-phy-state-helper_1.o [467/703] cxx: src/devices/wifi/error-rate-model.cc -> build/debug/src/devices/wifi/error-rate-model_1.o [468/703] cxx: src/devices/wifi/yans-error-rate-model.cc -> build/debug/src/devices/wifi/yans-error-rate-model_1.o [469/703] cxx: src/devices/wifi/interference-helper.cc -> build/debug/src/devices/wifi/interference-helper_1.o [470/703] cxx: src/devices/wifi/interference-helper-tx-duration-test.cc -> build/debug/src/devices/wifi/interference-helper-tx-duration-test_1.o [471/703] cxx: src/devices/wifi/yans-wifi-phy.cc -> build/debug/src/devices/wifi/yans-wifi-phy_1.o [472/703] cxx: src/devices/wifi/yans-wifi-channel.cc -> build/debug/src/devices/wifi/yans-wifi-channel_1.o [473/703] cxx: src/devices/wifi/wifi-mac-header.cc -> build/debug/src/devices/wifi/wifi-mac-header_1.o [474/703] cxx: src/devices/wifi/wifi-mac-trailer.cc -> build/debug/src/devices/wifi/wifi-mac-trailer_1.o [475/703] cxx: src/devices/wifi/mac-low.cc -> build/debug/src/devices/wifi/mac-low_1.o [476/703] cxx: src/devices/wifi/wifi-mac-queue.cc -> build/debug/src/devices/wifi/wifi-mac-queue_1.o [477/703] cxx: src/devices/wifi/mac-tx-middle.cc -> build/debug/src/devices/wifi/mac-tx-middle_1.o [478/703] cxx: src/devices/wifi/mac-rx-middle.cc -> build/debug/src/devices/wifi/mac-rx-middle_1.o [479/703] cxx: src/devices/wifi/dca-txop.cc -> build/debug/src/devices/wifi/dca-txop_1.o [480/703] cxx: src/devices/wifi/supported-rates.cc -> build/debug/src/devices/wifi/supported-rates_1.o [481/703] cxx: src/devices/wifi/capability-information.cc -> build/debug/src/devices/wifi/capability-information_1.o [482/703] cxx: src/devices/wifi/status-code.cc -> build/debug/src/devices/wifi/status-code_1.o [483/703] cxx: src/devices/wifi/mgt-headers.cc -> build/debug/src/devices/wifi/mgt-headers_1.o [484/703] cxx: src/devices/wifi/random-stream.cc -> build/debug/src/devices/wifi/random-stream_1.o [485/703] cxx: src/devices/wifi/dcf-manager.cc -> build/debug/src/devices/wifi/dcf-manager_1.o [486/703] cxx: src/devices/wifi/dcf-manager-test.cc -> build/debug/src/devices/wifi/dcf-manager-test_1.o [487/703] cxx: src/devices/wifi/wifi-mac.cc -> build/debug/src/devices/wifi/wifi-mac_1.o [488/703] cxx: src/devices/wifi/wifi-remote-station-manager.cc -> build/debug/src/devices/wifi/wifi-remote-station-manager_1.o [489/703] cxx: src/devices/wifi/adhoc-wifi-mac.cc -> build/debug/src/devices/wifi/adhoc-wifi-mac_1.o [490/703] cxx: src/devices/wifi/nqap-wifi-mac.cc -> build/debug/src/devices/wifi/nqap-wifi-mac_1.o [491/703] cxx: src/devices/wifi/nqsta-wifi-mac.cc -> build/debug/src/devices/wifi/nqsta-wifi-mac_1.o [492/703] cxx: src/devices/wifi/wifi-net-device.cc -> build/debug/src/devices/wifi/wifi-net-device_1.o [493/703] cxx: src/devices/wifi/arf-wifi-manager.cc -> build/debug/src/devices/wifi/arf-wifi-manager_1.o [494/703] cxx: src/devices/wifi/aarf-wifi-manager.cc -> build/debug/src/devices/wifi/aarf-wifi-manager_1.o [495/703] cxx: src/devices/wifi/ideal-wifi-manager.cc -> build/debug/src/devices/wifi/ideal-wifi-manager_1.o [496/703] cxx: src/devices/wifi/amrr-wifi-manager.cc -> build/debug/src/devices/wifi/amrr-wifi-manager_1.o [497/703] cxx: src/devices/wifi/onoe-wifi-manager.cc -> build/debug/src/devices/wifi/onoe-wifi-manager_1.o [498/703] cxx: src/devices/wifi/rraa-wifi-manager.cc -> build/debug/src/devices/wifi/rraa-wifi-manager_1.o [499/703] cxx: src/devices/wifi/aarfcd-wifi-manager.cc -> build/debug/src/devices/wifi/aarfcd-wifi-manager_1.o [500/703] cxx: src/devices/wifi/cara-wifi-manager.cc -> build/debug/src/devices/wifi/cara-wifi-manager_1.o [501/703] cxx: src/devices/wifi/constant-rate-wifi-manager.cc -> build/debug/src/devices/wifi/constant-rate-wifi-manager_1.o [502/703] cxx: src/devices/wifi/wifi-test.cc -> build/debug/src/devices/wifi/wifi-test_1.o [503/703] cxx: src/devices/wifi/qos-tag.cc -> build/debug/src/devices/wifi/qos-tag_1.o [504/703] cxx: src/devices/wifi/qos-utils.cc -> build/debug/src/devices/wifi/qos-utils_1.o [505/703] cxx: src/devices/wifi/qadhoc-wifi-mac.cc -> build/debug/src/devices/wifi/qadhoc-wifi-mac_1.o [506/703] cxx: src/devices/wifi/qap-wifi-mac.cc -> build/debug/src/devices/wifi/qap-wifi-mac_1.o [507/703] cxx: src/devices/wifi/qsta-wifi-mac.cc -> build/debug/src/devices/wifi/qsta-wifi-mac_1.o [508/703] cxx: src/devices/wifi/edca-txop-n.cc -> build/debug/src/devices/wifi/edca-txop-n_1.o [509/703] cxx: src/devices/wifi/msdu-aggregator.cc -> build/debug/src/devices/wifi/msdu-aggregator_1.o [510/703] cxx: src/devices/wifi/amsdu-subframe-header.cc -> build/debug/src/devices/wifi/amsdu-subframe-header_1.o [511/703] cxx: src/devices/wifi/msdu-standard-aggregator.cc -> build/debug/src/devices/wifi/msdu-standard-aggregator_1.o [512/703] cxx: src/devices/wifi/wifi-phy-test.cc -> build/debug/src/devices/wifi/wifi-phy-test_3.o [513/703] cxx: src/helper/node-container.cc -> build/debug/src/helper/node-container_1.o [514/703] cxx: src/helper/net-device-container.cc -> build/debug/src/helper/net-device-container_1.o [515/703] cxx: src/helper/wifi-helper.cc -> build/debug/src/helper/wifi-helper_1.o [516/703] cxx: src/helper/olsr-helper.cc -> build/debug/src/helper/olsr-helper_1.o [517/703] cxx: src/helper/point-to-point-helper.cc -> build/debug/src/helper/point-to-point-helper_1.o [518/703] cxx: src/helper/csma-helper.cc -> build/debug/src/helper/csma-helper_1.o [519/703] cxx: src/helper/mobility-helper.cc -> build/debug/src/helper/mobility-helper_1.o [520/703] cxx: src/helper/ns2-mobility-helper.cc -> build/debug/src/helper/ns2-mobility-helper_1.o [521/703] cxx: src/helper/ipv4-address-helper.cc -> build/debug/src/helper/ipv4-address-helper_1.o [522/703] cxx: src/helper/ipv4-static-routing-helper.cc -> build/debug/src/helper/ipv4-static-routing-helper_1.o [523/703] cxx: src/helper/internet-stack-helper.cc -> build/debug/src/helper/internet-stack-helper_1.o [524/703] cxx: src/helper/application-container.cc -> build/debug/src/helper/application-container_1.o [525/703] cxx: src/helper/on-off-helper.cc -> build/debug/src/helper/on-off-helper_1.o [526/703] cxx: src/helper/packet-sink-helper.cc -> build/debug/src/helper/packet-sink-helper_1.o [527/703] cxx: src/helper/packet-socket-helper.cc -> build/debug/src/helper/packet-socket-helper_1.o [528/703] cxx: src/helper/ipv4-interface-container.cc -> build/debug/src/helper/ipv4-interface-container_1.o [529/703] cxx: src/helper/udp-echo-helper.cc -> build/debug/src/helper/udp-echo-helper_1.o [530/703] cxx: src/helper/bridge-helper.cc -> build/debug/src/helper/bridge-helper_1.o [531/703] cxx: src/helper/yans-wifi-helper.cc -> build/debug/src/helper/yans-wifi-helper_1.o [532/703] cxx: src/helper/v4ping-helper.cc -> build/debug/src/helper/v4ping-helper_1.o [533/703] cxx: src/helper/nqos-wifi-mac-helper.cc -> build/debug/src/helper/nqos-wifi-mac-helper_1.o [534/703] cxx: src/helper/qos-wifi-mac-helper.cc -> build/debug/src/helper/qos-wifi-mac-helper_1.o [535/703] cxx: src/helper/ipv4-global-routing-helper.cc -> build/debug/src/helper/ipv4-global-routing-helper_1.o [536/703] cxx: src/helper/ipv4-list-routing-helper.cc -> build/debug/src/helper/ipv4-list-routing-helper_1.o [537/703] cxx: src/helper/ipv4-routing-helper.cc -> build/debug/src/helper/ipv4-routing-helper_1.o [538/703] cxx: src/helper/emu-helper.cc -> build/debug/src/helper/emu-helper_1.o [539/703] cxx: src/helper/tap-bridge-helper.cc -> build/debug/src/helper/tap-bridge-helper_1.o [540/703] cxx: src/contrib/stats/data-calculator.cc -> build/debug/src/contrib/stats/data-calculator_1.o [541/703] cxx: src/contrib/stats/packet-data-calculators.cc -> build/debug/src/contrib/stats/packet-data-calculators_1.o [542/703] cxx: src/contrib/stats/time-data-calculators.cc -> build/debug/src/contrib/stats/time-data-calculators_1.o [543/703] cxx: src/contrib/stats/data-output-interface.cc -> build/debug/src/contrib/stats/data-output-interface_1.o [544/703] cxx: src/contrib/stats/omnet-data-output.cc -> build/debug/src/contrib/stats/omnet-data-output_1.o [545/703] cxx: src/contrib/stats/data-collector.cc -> build/debug/src/contrib/stats/data-collector_1.o [546/703] cxx: src/applications/v4ping/v4ping.cc -> build/debug/src/applications/v4ping/v4ping_1.o [547/703] cxx: samples/main-attribute-value.cc -> build/debug/samples/main-attribute-value_1.o [548/703] cxx: samples/main-callback.cc -> build/debug/samples/main-callback_2.o [549/703] cxx: samples/main-simulator.cc -> build/debug/samples/main-simulator_3.o [550/703] cxx: samples/main-ptr.cc -> build/debug/samples/main-ptr_4.o [551/703] cxx: samples/main-random-variable.cc -> build/debug/samples/main-random-variable_5.o [552/703] cxx: samples/main-packet-header.cc -> build/debug/samples/main-packet-header_6.o [553/703] cxx: samples/main-packet-tag.cc -> build/debug/samples/main-packet-tag_7.o [554/703] cxx: samples/main-test.cc -> build/debug/samples/main-test_8.o [555/703] cxx: samples/main-test-sync.cc -> build/debug/samples/main-test-sync_9.o [556/703] cxx: samples/main-simple.cc -> build/debug/samples/main-simple_10.o [557/703] cxx: samples/main-grid-topology.cc -> build/debug/samples/main-grid-topology_11.o [558/703] cxx: samples/main-random-topology.cc -> build/debug/samples/main-random-topology_12.o [559/703] cxx: samples/main-random-walk.cc -> build/debug/samples/main-random-walk_13.o [560/703] cxx: samples/main-propagation-loss.cc -> build/debug/samples/main-propagation-loss_14.o [561/703] cxx: samples/main-ns2-mob.cc -> build/debug/samples/main-ns2-mob_15.o [562/703] cxx: utils/run-tests.cc -> build/debug/utils/run-tests_1.o [563/703] cxx: utils/bench-simulator.cc -> build/debug/utils/bench-simulator_2.o [564/703] cxx: utils/bench-packets.cc -> build/debug/utils/bench-packets_3.o [565/703] cxx: utils/print-introspected-doxygen.cc -> build/debug/utils/print-introspected-doxygen_4.o [566/703] cxx: examples/hello-simulator.cc -> build/debug/examples/hello-simulator_1.o [567/703] cxx: examples/first.cc -> build/debug/examples/first_2.o [568/703] cxx: examples/second.cc -> build/debug/examples/second_3.o [569/703] cxx: examples/third.cc -> build/debug/examples/third_4.o [570/703] cxx: examples/object-names.cc -> build/debug/examples/object-names_5.o [571/703] cxx: examples/mixed-wireless.cc -> build/debug/examples/mixed-wireless_6.o [572/703] cxx: examples/dynamic-global-routing.cc -> build/debug/examples/dynamic-global-routing_7.o [573/703] cxx: examples/static-routing-slash32.cc -> build/debug/examples/static-routing-slash32_8.o [574/703] cxx: examples/global-routing-slash32.cc -> build/debug/examples/global-routing-slash32_9.o [575/703] cxx: examples/simple-global-routing.cc -> build/debug/examples/simple-global-routing_10.o [576/703] cxx: examples/virtual-net-device.cc -> build/debug/examples/virtual-net-device_11.o [577/703] cxx: examples/simple-alternate-routing.cc -> build/debug/examples/simple-alternate-routing_12.o [578/703] cxx: examples/simple-error-model.cc -> build/debug/examples/simple-error-model_13.o [579/703] cxx: examples/csma-one-subnet.cc -> build/debug/examples/csma-one-subnet_14.o [580/703] cxx: examples/csma-bridge.cc -> build/debug/examples/csma-bridge_15.o [581/703] cxx: examples/csma-bridge-one-hop.cc -> build/debug/examples/csma-bridge-one-hop_16.o [582/703] cxx: examples/udp-echo.cc -> build/debug/examples/udp-echo_17.o [583/703] cxx: examples/realtime-udp-echo.cc -> build/debug/examples/realtime-udp-echo_18.o [584/703] cxx: examples/csma-broadcast.cc -> build/debug/examples/csma-broadcast_19.o [585/703] cxx: examples/csma-packet-socket.cc -> build/debug/examples/csma-packet-socket_20.o [586/703] cxx: examples/csma-multicast.cc -> build/debug/examples/csma-multicast_21.o [587/703] cxx: examples/mixed-global-routing.cc -> build/debug/examples/mixed-global-routing_22.o [588/703] cxx: examples/simple-point-to-point-olsr.cc -> build/debug/examples/simple-point-to-point-olsr_23.o [589/703] cxx: examples/tcp-large-transfer.cc -> build/debug/examples/tcp-large-transfer_24.o [590/703] cxx: examples/tcp-nsc-lfn.cc -> build/debug/examples/tcp-nsc-lfn_25.o [591/703] cxx: examples/tcp-nsc-zoo.cc -> build/debug/examples/tcp-nsc-zoo_26.o [592/703] cxx: examples/tcp-star-server.cc -> build/debug/examples/tcp-star-server_27.o [593/703] cxx: examples/star.cc -> build/debug/examples/star_28.o [594/703] cxx: examples/csma-star.cc -> build/debug/examples/csma-star_29.o [595/703] cxx: examples/wifi-adhoc.cc -> build/debug/examples/wifi-adhoc_30.o [596/703] cxx: examples/wifi-clear-channel-cmu.cc -> build/debug/examples/wifi-clear-channel-cmu_31.o [597/703] cxx: examples/wifi-ap.cc -> build/debug/examples/wifi-ap_32.o [598/703] cxx: examples/stats/wifi-example-sim.cc -> build/debug/examples/stats/wifi-example-sim_1.o [599/703] cxx: examples/stats/wifi-example-apps.cc -> build/debug/examples/stats/wifi-example-apps_1.o [600/703] cxx: examples/wifi-wired-bridging.cc -> build/debug/examples/wifi-wired-bridging_33.o [601/703] cxx: examples/csma-raw-ip-socket.cc -> build/debug/examples/csma-raw-ip-socket_34.o [602/703] cxx: examples/csma-ping.cc -> build/debug/examples/csma-ping_35.o [603/703] cxx: examples/test-ipv6.cc -> build/debug/examples/test-ipv6_36.o [604/703] cxx: examples/emu-udp-echo.cc -> build/debug/examples/emu-udp-echo_37.o [605/703] cxx: examples/emu-ping.cc -> build/debug/examples/emu-ping_38.o [606/703] cxx: examples/tap-wifi-dumbbell.cc -> build/debug/examples/tap-wifi-dumbbell_39.o [607/703] cxx: examples/simple-wifi-frame-aggregation.cc -> build/debug/examples/simple-wifi-frame-aggregation_40.o [608/703] cxx: scratch/simple.cc -> build/debug/scratch/simple_1.o [609/703] cxx: scratch/multiple-sources/simple-main.cc -> build/debug/scratch/multiple-sources/simple-main_2.o [610/703] cxx: scratch/multiple-sources/simple-simulation.cc -> build/debug/scratch/multiple-sources/simple-simulation_2.o [611/703] cxx: build/debug/bindings/python/ns3module.cc -> build/debug/bindings/python/ns3module_3.o [612/703] cxx: bindings/python/ns3module_helpers.cc -> build/debug/bindings/python/ns3module_helpers_3.o In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from debug/bindings/python/ns3module.h:3, from ../bindings/python/ns3module_helpers.cc:2: /usr/include/python2.6/pyconfig-32.h:1022:1: error: "_POSIX_C_SOURCE" redefined In file included from /usr/include/stdint.h:26, from debug/ns3/ref-count-base.h:26, from ../bindings/python/ns3module_helpers.cc:1: /usr/include/features.h:158:1: error: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from debug/bindings/python/ns3module.h:3, from ../bindings/python/ns3module_helpers.cc:2: /usr/include/python2.6/pyconfig-32.h:1031:1: error: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from debug/ns3/ref-count-base.h:26, from ../bindings/python/ns3module_helpers.cc:1: /usr/include/features.h:160:1: error: this is the location of the previous definition Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' Build failed -> task failed (err #1): {task: cxx ns3module_helpers.cc -> ns3module_helpers_3.o} ns3modulegen.log: /tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:69: DeprecationWarning: Typo: set_tranformation -> set_transformation handler.set_tranformation(self, orig_ctype) ??:??: '> / TypeLookupError(['ns3::olsr::MprSelectorTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::NeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TwoHopNeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::LinkTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TopologyTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::IfaceAssocTuple'],) ??:??: , ns3::AmsduSubframeHeader > >'> / TypeLookupError(['std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader >'],) /tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py:1044: DeprecationWarning: is_const is deprecated, put a 'const' in the C type instead. warnings.warn("is_const is deprecated, put a 'const' in the C type instead.", DeprecationWarning) ../bindings/python/ns3_module_core.py:334: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_core.py:439: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:444: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:1021: TypeLookupError(['ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_core.py:1095: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1200: TypeLookupError(['long int'],) ../bindings/python/ns3_module_core.py:1756: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1805: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:1810: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2055: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2083: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2102: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2107: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_simulator.py:187: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:360: TypeLookupError(['ns3::TimeUnit< - 1 > &'],) ../bindings/python/ns3_module_simulator.py:367: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:396: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:408: TypeLookupError(['ns3::TimeUnit< 0 > &'],) ../bindings/python/ns3_module_simulator.py:420: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:449: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:473: TypeLookupError(['ns3::TimeUnit< 1 > &'],) ../bindings/python/ns3_module_simulator.py:485: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:544: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:557: TypeLookupError(['ns3::TimeUnit< 2 > &'],) ../bindings/python/ns3_module_simulator.py:564: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:593: TypeConfigurationError('caller_owns_return not given',) ??:??: None / TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:783: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:788: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:793: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1063: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1068: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1073: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1147: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1152: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1157: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1387: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1392: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1397: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1446: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1450: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:155: TypeLookupError(['uint8_t *'],) ../bindings/python/ns3_module_common.py:210: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:302: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:350: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:510: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:551: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:556: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:605: TypeLookupError(['uint8_t *'],) ??:??: None / TypeLookupError(['uint8_t [ 20 ]'],) ??:??: None / TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_common.py:893: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:925: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:949: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_contrib.py:231: TypeLookupError(['ns3::Gnuplot &'],) ../bindings/python/ns3_module_contrib.py:257: TypeLookupError(['ns3::GnuplotDataset::Data *'],) ../bindings/python/ns3_module_node.py:257: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:268: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:273: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:277: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:282: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:432: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:497: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:689: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:707: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:732: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:817: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:825: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:835: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:848: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:900: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:905: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:971: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:976: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:998: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_node.py:1003: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_node.py:1849: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1853: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1861: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1869: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:2737: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_stats.py:225: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],) ../bindings/python/ns3_module_stats.py:229: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],) ../bindings/python/ns3_module_stats.py:237: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],) ../bindings/python/ns3_module_stats.py:241: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],) ../bindings/python/ns3_module_internet_stack.py:117: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:184: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:293: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:353: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:357: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:388: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:393: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_csma.py:419: TypeLookupError(['uint16_t &'],) ../bindings/python/ns3_module_list_routing.py:87: TypeLookupError(['int16_t &'],) ../bindings/python/ns3_module_list_routing.py:97: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_static_routing.py:213: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:262: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],) ../bindings/python/ns3_module_wifi.py:266: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],) ../bindings/python/ns3_module_wifi.py:1936: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:1941: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:1951: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:2269: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],) ../bindings/python/ns3_module_wifi.py:2274: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],) ../bindings/python/ns3_module_wifi.py:2288: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2292: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2302: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2427: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:2432: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:2442: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:2691: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2772: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2799: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2839: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:2843: TypeLookupError(['ns3::DcfManager *'],) ../bindings/python/ns3_module_wifi.py:2918: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:2922: TypeLookupError(['ns3::MacTxMiddle *'],) ../bindings/python/ns3_module_wifi.py:2926: TypeLookupError(['ns3::DcfManager *'],) ../bindings/python/ns3_module_wifi.py:2986: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:3074: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:3087: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:3213: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:3296: TypeLookupError(['std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >'],) ../bindings/python/ns3_module_wifi.py:3637: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:4117: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:4366: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_global_routing.py:129: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_global_routing.py:157: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_global_routing.py:330: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_global_routing.py:379: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_udp_echo.py:100: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_olsr.py:144: TypeLookupError(['ns3::olsr::MprSelectorSet &'],) ../bindings/python/ns3_module_olsr.py:148: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:170: TypeLookupError(['ns3::olsr::NeighborSet &'],) ../bindings/python/ns3_module_olsr.py:174: TypeLookupError(['ns3::olsr::NeighborSet &'],) ../bindings/python/ns3_module_olsr.py:178: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:187: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:204: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],) ../bindings/python/ns3_module_olsr.py:208: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],) ../bindings/python/ns3_module_olsr.py:212: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:240: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:253: TypeLookupError(['ns3::olsr::LinkSet &'],) ../bindings/python/ns3_module_olsr.py:257: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:261: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:269: TypeLookupError(['ns3::olsr::LinkTuple &'],) ../bindings/python/ns3_module_olsr.py:274: TypeLookupError(['ns3::olsr::TopologySet &'],) ../bindings/python/ns3_module_olsr.py:278: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:282: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:299: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],) ../bindings/python/ns3_module_olsr.py:303: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],) ../bindings/python/ns3_module_olsr.py:307: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:394: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],) ../bindings/python/ns3_module_olsr.py:399: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],) ../bindings/python/ns3_module_olsr.py:403: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],) ../bindings/python/ns3_module_olsr.py:408: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],) ../bindings/python/ns3_module_olsr.py:432: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],) ../bindings/python/ns3_module_olsr.py:437: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],) ../bindings/python/ns3_module_olsr.py:451: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],) ../bindings/python/ns3_module_olsr.py:456: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],) ../bindings/python/ns3_module_olsr.py:763: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_helper.py:168: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],) ../bindings/python/ns3_module_helper.py:173: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],) ../bindings/python/ns3_module_helper.py:683: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],) ../bindings/python/ns3_module_helper.py:688: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],) ../bindings/python/ns3_module_helper.py:734: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_helper.py:739: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_helper.py:1025: TypeConfigurationError('direction not given',) /tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:437: DeprecationWarning: add_constructor has changed API; see the API documentation cls.add_constructor(CustomCppConstructorWrapper(wrapper_name, constructor)) ../bindings/python/ns3_module_simulator.py:1489: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_core.py:927: CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_common.py:886: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:971: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:1039: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:1115: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1235: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1506: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1591: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) /tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py:944: UserWarning: Returning shared pointers is dangerous! The C++ API should be redesigned to avoid this situation. warnings.warn("Returning shared pointers is dangerous!" ../bindings/python/ns3_module_node.py:1960: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2023: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2073: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2564: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2819: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3081: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3141: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3151: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:143: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:208: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_stats.py:168: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:288: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:363: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:393: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_internet_stack.py:147: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:275: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:330: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:432: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:228: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:288: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:298: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:324: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:384: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:394: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:1155: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:1459: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:1515: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:2634: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2639: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2644: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2713: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:3411: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3416: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3421: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3564: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3569: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3574: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3737: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3742: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3747: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3877: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3882: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3887: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4030: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4035: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4040: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4213: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4268: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4283: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:133: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:160: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:225: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_olsr.py:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_core.py:358: CodeGenerationError("Class 'ns3::CallbackBase' has a protected constructor and no helper class -> cannot generate a constructor for it",) ??:??: / CodeGenerationError('ns3::CallbackImplBase cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_core.py:1110: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_core.py:1051: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeValue cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::BooleanChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::CallbackChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectFactoryChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectVectorAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectVectorChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::PointerChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::RandomVariableChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::StringChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::TypeIdChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::EventImpl cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TimerImpl cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Scheduler cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::SimulatorImpl cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Synchronizer cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TimeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::PositionAllocator cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::RectangleChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::VectorChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::MobilityModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Tag cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Chunk cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::DataRateChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Header cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Trailer cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ErrorModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::FileConfig cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1235: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4MaskChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Ipv6AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1506: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv6PrefixChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1591: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Mac48AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Queue cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Socket cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:1960: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::SocketFactory cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:2023: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2073: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::TcpSocket cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TcpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::UdpSocket cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::UdpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Channel cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:2500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2564: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4 cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Ipv4RawSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Ipv4RoutingProtocol cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::NetDevice cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:3081: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3141: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3151: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:143: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:208: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::DataCalculator cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::DataOutputInterface cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:288: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:363: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:393: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_internet_stack.py:147: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:275: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:330: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:432: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:228: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:288: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:298: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:324: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:384: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:394: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::WifiPhyListener cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::WifiRemoteStation cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::PropagationDelayModel cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_wifi.py:1155: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::SsidChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiMac cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:1515: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::WifiModeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiPhy cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiRemoteStationManager cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:2634: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2639: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2644: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2713: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::ErrorRateModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::MsduAggregator cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_wifi.py:3411: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3416: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3421: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3564: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3569: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3574: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3737: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3742: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3747: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3877: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3882: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3887: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4030: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4035: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4040: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::WifiChannel cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:4213: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4268: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4283: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:133: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:160: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:225: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::Ipv4RoutingHelper cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiMacHelper cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiPhyHelper cannot be constructed (have pure virtual methods but no helper class)',) Stopping regression tests From tomhend at u.washington.edu Tue Aug 11 04:08:10 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Tue, 11 Aug 2009 04:08:10 -0700 Subject: [Ns-commits] Output of run-tests script: failure Message-ID: <200908111108.n7BB8AsM023528@ns-regression.ee.washington.edu> Tue Aug 11 02:50:29 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-11 Linux 2.6.29.4-167.fc11.i586 i686 g++ (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4) ----------------------------- FAILURE: waf -d debug configure; building failed on ns-fedora-core-11 Configure stderr: Checking for program g++ : ok /usr/bin/g++ Checking for program cpp : ok /usr/bin/cpp Checking for program ar : ok /usr/bin/ar Checking for program ranlib : ok /usr/bin/ranlib Checking for g++ : ok Checking for program pkg-config : ok /usr/bin/pkg-config Checking for regression traces location : ok ../ns-3-dev-ref-traces (given) Checking for -Wno-error=deprecated-declarations support : yes Checking for -Wl,--soname=foo support : yes Checking for header stdlib.h : ok Checking for header signal.h : ok Checking for header pthread.h : ok Checking for high precision time implementation : 128-bit integer Checking for header stdint.h : ok Checking for header inttypes.h : ok Checking for header sys/inttypes.h : not found Checking for library rt : ok Checking for header netpacket/packet.h : ok Package gsl was not found in the pkg-config search path. Perhaps you should add the directory containing `gsl.pc' to the PKG_CONFIG_PATH environment variable No package 'gsl' found Checking for pkg-config flags for GSL : not found Checking for header linux/if_tun.h : ok Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found Checking for pkg-config flags for GTK_CONFIG_STORE : not found Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found Checking for pkg-config flags for LIBXML2 : not found Checking for library sqlite3 : not found Checking for NSC location : not found Checking for program python : ok /usr/bin/python Checking for Python version >= 2.3 : ok 2.6.0 Checking for library python2.6 : ok Checking for program python2.6-config : ok /usr/bin/python2.6-config Checking for header Python.h : ok Checking for -fvisibility=hidden support : yes Checking for pybindgen location : ok ../pybindgen (given) Checking for Python module pybindgen : ok Checking for pybindgen version : ok 0.10.0.640 Checking for Python module pygccxml : not found Checking for program sudo : ok /usr/bin/sudo Checking for program hg : ok /usr/bin/hg Checking for program valgrind : not found 'configure' finished successfully (9.999s) Build stderr: Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' [ 1/703] ns3header: src/core/system-wall-clock-ms.h -> build/debug/ns3/system-wall-clock-ms.h [ 2/703] ns3header: src/core/empty.h -> build/debug/ns3/empty.h [ 3/703] ns3header: src/core/callback.h -> build/debug/ns3/callback.h [ 4/703] ns3header: src/core/object-base.h -> build/debug/ns3/object-base.h [ 5/703] ns3header: src/core/ref-count-base.h -> build/debug/ns3/ref-count-base.h [ 6/703] ns3header: src/core/type-id.h -> build/debug/ns3/type-id.h [ 7/703] ns3header: src/core/attribute-list.h -> build/debug/ns3/attribute-list.h [ 8/703] ns3header: src/core/ptr.h -> build/debug/ns3/ptr.h [ 9/703] ns3header: src/core/object.h -> build/debug/ns3/object.h [ 10/703] ns3header: src/core/log.h -> build/debug/ns3/log.h [ 11/703] ns3header: src/core/assert.h -> build/debug/ns3/assert.h [ 12/703] ns3header: src/core/breakpoint.h -> build/debug/ns3/breakpoint.h [ 13/703] ns3header: src/core/fatal-error.h -> build/debug/ns3/fatal-error.h [ 14/703] ns3header: src/core/test.h -> build/debug/ns3/test.h [ 15/703] ns3header: src/core/random-variable.h -> build/debug/ns3/random-variable.h [ 16/703] ns3header: src/core/rng-stream.h -> build/debug/ns3/rng-stream.h [ 17/703] ns3header: src/core/command-line.h -> build/debug/ns3/command-line.h [ 18/703] ns3header: src/core/type-name.h -> build/debug/ns3/type-name.h [ 19/703] ns3header: src/core/type-traits.h -> build/debug/ns3/type-traits.h [ 20/703] ns3header: src/core/int-to-type.h -> build/debug/ns3/int-to-type.h [ 21/703] ns3header: src/core/attribute.h -> build/debug/ns3/attribute.h [ 22/703] ns3header: src/core/attribute-accessor-helper.h -> build/debug/ns3/attribute-accessor-helper.h [ 23/703] ns3header: src/core/boolean.h -> build/debug/ns3/boolean.h [ 24/703] ns3header: src/core/integer.h -> build/debug/ns3/integer.h [ 25/703] ns3header: src/core/uinteger.h -> build/debug/ns3/uinteger.h [ 26/703] ns3header: src/core/double.h -> build/debug/ns3/double.h [ 27/703] ns3header: src/core/enum.h -> build/debug/ns3/enum.h [ 28/703] ns3header: src/core/string.h -> build/debug/ns3/string.h [ 29/703] ns3header: src/core/pointer.h -> build/debug/ns3/pointer.h [ 30/703] ns3header: src/core/object-factory.h -> build/debug/ns3/object-factory.h [ 31/703] ns3header: src/core/attribute-helper.h -> build/debug/ns3/attribute-helper.h [ 32/703] ns3header: src/core/global-value.h -> build/debug/ns3/global-value.h [ 33/703] ns3header: src/core/traced-callback.h -> build/debug/ns3/traced-callback.h [ 34/703] ns3header: src/core/traced-value.h -> build/debug/ns3/traced-value.h [ 35/703] ns3header: src/core/trace-source-accessor.h -> build/debug/ns3/trace-source-accessor.h [ 36/703] ns3header: src/core/config.h -> build/debug/ns3/config.h [ 37/703] ns3header: src/core/object-vector.h -> build/debug/ns3/object-vector.h [ 38/703] ns3header: src/core/deprecated.h -> build/debug/ns3/deprecated.h [ 39/703] ns3header: src/core/abort.h -> build/debug/ns3/abort.h [ 40/703] ns3header: src/core/names.h -> build/debug/ns3/names.h [ 41/703] ns3header: src/core/system-mutex.h -> build/debug/ns3/system-mutex.h [ 42/703] ns3header: src/core/system-thread.h -> build/debug/ns3/system-thread.h [ 43/703] ns3header: src/core/system-condition.h -> build/debug/ns3/system-condition.h [ 44/703] ns3header: src/common/buffer.h -> build/debug/ns3/buffer.h [ 45/703] ns3header: src/common/chunk.h -> build/debug/ns3/chunk.h [ 46/703] ns3header: src/common/header.h -> build/debug/ns3/header.h [ 47/703] ns3header: src/common/trailer.h -> build/debug/ns3/trailer.h [ 48/703] ns3header: src/common/packet.h -> build/debug/ns3/packet.h [ 49/703] ns3header: src/common/packet-metadata.h -> build/debug/ns3/packet-metadata.h [ 50/703] ns3header: src/common/pcap-writer.h -> build/debug/ns3/pcap-writer.h [ 51/703] ns3header: src/common/data-rate.h -> build/debug/ns3/data-rate.h [ 52/703] ns3header: src/common/error-model.h -> build/debug/ns3/error-model.h [ 53/703] ns3header: src/common/tag.h -> build/debug/ns3/tag.h [ 54/703] ns3header: src/common/byte-tag-list.h -> build/debug/ns3/byte-tag-list.h [ 55/703] ns3header: src/common/tag-buffer.h -> build/debug/ns3/tag-buffer.h [ 56/703] ns3header: src/common/packet-tag-list.h -> build/debug/ns3/packet-tag-list.h [ 57/703] ns3header: src/simulator/high-precision.h -> build/debug/ns3/high-precision.h [ 58/703] ns3header: src/simulator/nstime.h -> build/debug/ns3/nstime.h [ 59/703] ns3header: src/simulator/event-id.h -> build/debug/ns3/event-id.h [ 60/703] ns3header: src/simulator/event-impl.h -> build/debug/ns3/event-impl.h [ 61/703] ns3header: src/simulator/simulator.h -> build/debug/ns3/simulator.h [ 62/703] ns3header: src/simulator/simulator-impl.h -> build/debug/ns3/simulator-impl.h [ 63/703] ns3header: src/simulator/default-simulator-impl.h -> build/debug/ns3/default-simulator-impl.h [ 64/703] ns3header: src/simulator/scheduler.h -> build/debug/ns3/scheduler.h [ 65/703] ns3header: src/simulator/list-scheduler.h -> build/debug/ns3/list-scheduler.h [ 66/703] ns3header: src/simulator/map-scheduler.h -> build/debug/ns3/map-scheduler.h [ 67/703] ns3header: src/simulator/heap-scheduler.h -> build/debug/ns3/heap-scheduler.h [ 68/703] ns3header: src/simulator/calendar-scheduler.h -> build/debug/ns3/calendar-scheduler.h [ 69/703] ns3header: src/simulator/ns2-calendar-scheduler.h -> build/debug/ns3/ns2-calendar-scheduler.h [ 70/703] ns3header: src/simulator/simulation-singleton.h -> build/debug/ns3/simulation-singleton.h [ 71/703] ns3header: src/simulator/timer.h -> build/debug/ns3/timer.h [ 72/703] ns3header: src/simulator/timer-impl.h -> build/debug/ns3/timer-impl.h [ 73/703] ns3header: src/simulator/watchdog.h -> build/debug/ns3/watchdog.h [ 74/703] ns3header: src/simulator/synchronizer.h -> build/debug/ns3/synchronizer.h [ 75/703] ns3header: src/simulator/make-event.h -> build/debug/ns3/make-event.h [ 76/703] ns3header: src/simulator/high-precision-128.h -> build/debug/ns3/high-precision-128.h [ 77/703] ns3header: src/simulator/cairo-wideint-private.h -> build/debug/ns3/cairo-wideint-private.h [ 78/703] ns3header: src/simulator/realtime-simulator-impl.h -> build/debug/ns3/realtime-simulator-impl.h [ 79/703] ns3header: src/simulator/wall-clock-synchronizer.h -> build/debug/ns3/wall-clock-synchronizer.h [ 80/703] ns3header: src/contrib/event-garbage-collector.h -> build/debug/ns3/event-garbage-collector.h [ 81/703] ns3header: src/contrib/gnuplot.h -> build/debug/ns3/gnuplot.h [ 82/703] ns3header: src/contrib/delay-jitter-estimation.h -> build/debug/ns3/delay-jitter-estimation.h [ 83/703] ns3header: src/contrib/file-config.h -> build/debug/ns3/file-config.h [ 84/703] ns3header: src/contrib/config-store.h -> build/debug/ns3/config-store.h [ 85/703] ns3header: src/contrib/flow-id-tag.h -> build/debug/ns3/flow-id-tag.h [ 86/703] ns3header: src/node/address.h -> build/debug/ns3/address.h [ 87/703] ns3header: src/node/mac48-address.h -> build/debug/ns3/mac48-address.h [ 88/703] ns3header: src/node/mac64-address.h -> build/debug/ns3/mac64-address.h [ 89/703] ns3header: src/node/inet-socket-address.h -> build/debug/ns3/inet-socket-address.h [ 90/703] ns3header: src/node/packet-socket-address.h -> build/debug/ns3/packet-socket-address.h [ 91/703] ns3header: src/node/node.h -> build/debug/ns3/node.h [ 92/703] ns3header: src/node/ipv4-address.h -> build/debug/ns3/ipv4-address.h [ 93/703] ns3header: src/node/ipv4-interface-address.h -> build/debug/ns3/ipv4-interface-address.h [ 94/703] ns3header: src/node/ipv4-address-generator.h -> build/debug/ns3/ipv4-address-generator.h [ 95/703] ns3header: src/node/ipv4-header.h -> build/debug/ns3/ipv4-header.h [ 96/703] ns3header: src/node/net-device.h -> build/debug/ns3/net-device.h [ 97/703] ns3header: src/node/address-utils.h -> build/debug/ns3/address-utils.h [ 98/703] ns3header: src/node/ipv4-route.h -> build/debug/ns3/ipv4-route.h [ 99/703] ns3header: src/node/ipv4-routing-protocol.h -> build/debug/ns3/ipv4-routing-protocol.h [100/703] ns3header: src/node/queue.h -> build/debug/ns3/queue.h [101/703] ns3header: src/node/drop-tail-queue.h -> build/debug/ns3/drop-tail-queue.h [102/703] ns3header: src/node/llc-snap-header.h -> build/debug/ns3/llc-snap-header.h [103/703] ns3header: src/node/ethernet-header.h -> build/debug/ns3/ethernet-header.h [104/703] ns3header: src/node/ethernet-trailer.h -> build/debug/ns3/ethernet-trailer.h [105/703] ns3header: src/node/channel.h -> build/debug/ns3/channel.h [106/703] ns3header: src/node/node-list.h -> build/debug/ns3/node-list.h [107/703] ns3header: src/node/socket.h -> build/debug/ns3/socket.h [108/703] ns3header: src/node/socket-factory.h -> build/debug/ns3/socket-factory.h [109/703] ns3header: src/node/packet-socket-factory.h -> build/debug/ns3/packet-socket-factory.h [110/703] ns3header: src/node/udp-socket.h -> build/debug/ns3/udp-socket.h [111/703] ns3header: src/node/udp-socket-factory.h -> build/debug/ns3/udp-socket-factory.h [112/703] ns3header: src/node/tcp-socket.h -> build/debug/ns3/tcp-socket.h [113/703] ns3header: src/node/tcp-socket-factory.h -> build/debug/ns3/tcp-socket-factory.h [114/703] ns3header: src/node/ipv4.h -> build/debug/ns3/ipv4.h [115/703] ns3header: src/node/application.h -> build/debug/ns3/application.h [116/703] ns3header: src/node/simple-channel.h -> build/debug/ns3/simple-channel.h [117/703] ns3header: src/node/simple-net-device.h -> build/debug/ns3/simple-net-device.h [118/703] ns3header: src/node/inet6-socket-address.h -> build/debug/ns3/inet6-socket-address.h [119/703] ns3header: src/node/ipv6-address.h -> build/debug/ns3/ipv6-address.h [120/703] ns3header: src/node/ipv6-header.h -> build/debug/ns3/ipv6-header.h [121/703] ns3header: src/node/ipv4-raw-socket-factory.h -> build/debug/ns3/ipv4-raw-socket-factory.h [122/703] ns3header: src/internet-stack/udp-header.h -> build/debug/ns3/udp-header.h [123/703] ns3header: src/internet-stack/tcp-header.h -> build/debug/ns3/tcp-header.h [124/703] ns3header: src/internet-stack/sequence-number.h -> build/debug/ns3/sequence-number.h [125/703] ns3header: src/internet-stack/icmpv4.h -> build/debug/ns3/icmpv4.h [126/703] ns3header: src/devices/point-to-point/point-to-point-net-device.h -> build/debug/ns3/point-to-point-net-device.h [127/703] ns3header: src/devices/point-to-point/point-to-point-channel.h -> build/debug/ns3/point-to-point-channel.h [128/703] ns3header: src/devices/point-to-point/ppp-header.h -> build/debug/ns3/ppp-header.h [129/703] ns3header: src/devices/csma/backoff.h -> build/debug/ns3/backoff.h [130/703] ns3header: src/devices/csma/csma-net-device.h -> build/debug/ns3/csma-net-device.h [131/703] ns3header: src/devices/csma/csma-channel.h -> build/debug/ns3/csma-channel.h [132/703] ns3header: src/devices/emu/emu.h -> build/debug/ns3/emu.h [133/703] ns3header: src/devices/emu/emu-net-device.h -> build/debug/ns3/emu-net-device.h [134/703] ns3header: src/devices/bridge/bridge-net-device.h -> build/debug/ns3/bridge-net-device.h [135/703] ns3header: src/devices/bridge/bridge-channel.h -> build/debug/ns3/bridge-channel.h [136/703] ns3header: src/devices/tap-bridge/tap.h -> build/debug/ns3/tap.h [137/703] ns3header: src/devices/tap-bridge/tap-bridge.h -> build/debug/ns3/tap-bridge.h [138/703] ns3header: src/devices/virtual-net-device/virtual-net-device.h -> build/debug/ns3/virtual-net-device.h [139/703] ns3header: src/applications/onoff/onoff-application.h -> build/debug/ns3/onoff-application.h [140/703] ns3header: src/applications/packet-sink/packet-sink.h -> build/debug/ns3/packet-sink.h [141/703] ns3header: src/applications/udp-echo/udp-echo-client.h -> build/debug/ns3/udp-echo-client.h [142/703] ns3header: src/applications/udp-echo/udp-echo-server.h -> build/debug/ns3/udp-echo-server.h [143/703] ns3header: src/routing/olsr/olsr-routing-protocol.h -> build/debug/ns3/olsr-routing-protocol.h [144/703] ns3header: src/routing/olsr/olsr-header.h -> build/debug/ns3/olsr-header.h [145/703] ns3header: src/routing/olsr/olsr-state.h -> build/debug/ns3/olsr-state.h [146/703] ns3header: src/routing/olsr/olsr-repositories.h -> build/debug/ns3/olsr-repositories.h [147/703] ns3header: src/routing/global-routing/global-router-interface.h -> build/debug/ns3/global-router-interface.h [148/703] ns3header: src/routing/global-routing/global-route-manager.h -> build/debug/ns3/global-route-manager.h [149/703] ns3header: src/routing/global-routing/ipv4-global-routing.h -> build/debug/ns3/ipv4-global-routing.h [150/703] ns3header: src/routing/static-routing/ipv4-static-routing.h -> build/debug/ns3/ipv4-static-routing.h [151/703] ns3header: src/routing/static-routing/ipv4-routing-table-entry.h -> build/debug/ns3/ipv4-routing-table-entry.h [152/703] ns3header: src/routing/list-routing/ipv4-list-routing.h -> build/debug/ns3/ipv4-list-routing.h [153/703] ns3header: src/mobility/vector.h -> build/debug/ns3/vector.h [154/703] ns3header: src/mobility/hierarchical-mobility-model.h -> build/debug/ns3/hierarchical-mobility-model.h [155/703] ns3header: src/mobility/mobility-model.h -> build/debug/ns3/mobility-model.h [156/703] ns3header: src/mobility/position-allocator.h -> build/debug/ns3/position-allocator.h [157/703] ns3header: src/mobility/rectangle.h -> build/debug/ns3/rectangle.h [158/703] ns3header: src/mobility/constant-position-mobility-model.h -> build/debug/ns3/constant-position-mobility-model.h [159/703] ns3header: src/mobility/constant-velocity-helper.h -> build/debug/ns3/constant-velocity-helper.h [160/703] ns3header: src/mobility/constant-velocity-mobility-model.h -> build/debug/ns3/constant-velocity-mobility-model.h [161/703] ns3header: src/mobility/random-waypoint-mobility-model.h -> build/debug/ns3/random-waypoint-mobility-model.h [162/703] ns3header: src/mobility/random-walk-2d-mobility-model.h -> build/debug/ns3/random-walk-2d-mobility-model.h [163/703] ns3header: src/mobility/random-direction-2d-mobility-model.h -> build/debug/ns3/random-direction-2d-mobility-model.h [164/703] ns3header: src/mobility/constant-acceleration-mobility-model.h -> build/debug/ns3/constant-acceleration-mobility-model.h [165/703] ns3header: src/devices/wifi/propagation-delay-model.h -> build/debug/ns3/propagation-delay-model.h [166/703] ns3header: src/devices/wifi/propagation-loss-model.h -> build/debug/ns3/propagation-loss-model.h [167/703] ns3header: src/devices/wifi/jakes-propagation-loss-model.h -> build/debug/ns3/jakes-propagation-loss-model.h [168/703] ns3header: src/devices/wifi/wifi-net-device.h -> build/debug/ns3/wifi-net-device.h [169/703] ns3header: src/devices/wifi/wifi-channel.h -> build/debug/ns3/wifi-channel.h [170/703] ns3header: src/devices/wifi/wifi-mode.h -> build/debug/ns3/wifi-mode.h [171/703] ns3header: src/devices/wifi/ssid.h -> build/debug/ns3/ssid.h [172/703] ns3header: src/devices/wifi/wifi-preamble.h -> build/debug/ns3/wifi-preamble.h [173/703] ns3header: src/devices/wifi/wifi-phy-standard.h -> build/debug/ns3/wifi-phy-standard.h [174/703] ns3header: src/devices/wifi/yans-wifi-phy.h -> build/debug/ns3/yans-wifi-phy.h [175/703] ns3header: src/devices/wifi/yans-wifi-channel.h -> build/debug/ns3/yans-wifi-channel.h [176/703] ns3header: src/devices/wifi/wifi-phy.h -> build/debug/ns3/wifi-phy.h [177/703] ns3header: src/devices/wifi/interference-helper.h -> build/debug/ns3/interference-helper.h [178/703] ns3header: src/devices/wifi/wifi-remote-station-manager.h -> build/debug/ns3/wifi-remote-station-manager.h [179/703] ns3header: src/devices/wifi/arf-wifi-manager.h -> build/debug/ns3/arf-wifi-manager.h [180/703] ns3header: src/devices/wifi/aarf-wifi-manager.h -> build/debug/ns3/aarf-wifi-manager.h [181/703] ns3header: src/devices/wifi/constant-rate-wifi-manager.h -> build/debug/ns3/constant-rate-wifi-manager.h [182/703] ns3header: src/devices/wifi/ideal-wifi-manager.h -> build/debug/ns3/ideal-wifi-manager.h [183/703] ns3header: src/devices/wifi/amrr-wifi-manager.h -> build/debug/ns3/amrr-wifi-manager.h [184/703] ns3header: src/devices/wifi/onoe-wifi-manager.h -> build/debug/ns3/onoe-wifi-manager.h [185/703] ns3header: src/devices/wifi/rraa-wifi-manager.h -> build/debug/ns3/rraa-wifi-manager.h [186/703] ns3header: src/devices/wifi/wifi-mac.h -> build/debug/ns3/wifi-mac.h [187/703] ns3header: src/devices/wifi/adhoc-wifi-mac.h -> build/debug/ns3/adhoc-wifi-mac.h [188/703] ns3header: src/devices/wifi/nqsta-wifi-mac.h -> build/debug/ns3/nqsta-wifi-mac.h [189/703] ns3header: src/devices/wifi/nqap-wifi-mac.h -> build/debug/ns3/nqap-wifi-mac.h [190/703] ns3header: src/devices/wifi/wifi-phy.h -> build/debug/ns3/wifi-phy.h [191/703] ns3header: src/devices/wifi/supported-rates.h -> build/debug/ns3/supported-rates.h [192/703] ns3header: src/devices/wifi/error-rate-model.h -> build/debug/ns3/error-rate-model.h [193/703] ns3header: src/devices/wifi/yans-error-rate-model.h -> build/debug/ns3/yans-error-rate-model.h [194/703] ns3header: src/devices/wifi/dca-txop.h -> build/debug/ns3/dca-txop.h [195/703] ns3header: src/devices/wifi/wifi-mac-header.h -> build/debug/ns3/wifi-mac-header.h [196/703] ns3header: src/devices/wifi/qadhoc-wifi-mac.h -> build/debug/ns3/qadhoc-wifi-mac.h [197/703] ns3header: src/devices/wifi/qap-wifi-mac.h -> build/debug/ns3/qap-wifi-mac.h [198/703] ns3header: src/devices/wifi/qsta-wifi-mac.h -> build/debug/ns3/qsta-wifi-mac.h [199/703] ns3header: src/devices/wifi/qos-utils.h -> build/debug/ns3/qos-utils.h [200/703] ns3header: src/devices/wifi/edca-txop-n.h -> build/debug/ns3/edca-txop-n.h [201/703] ns3header: src/devices/wifi/msdu-aggregator.h -> build/debug/ns3/msdu-aggregator.h [202/703] ns3header: src/devices/wifi/amsdu-subframe-header.h -> build/debug/ns3/amsdu-subframe-header.h [203/703] ns3header: src/devices/wifi/qos-tag.h -> build/debug/ns3/qos-tag.h [204/703] ns3header: src/devices/wifi/mgt-headers.h -> build/debug/ns3/mgt-headers.h [205/703] ns3header: src/devices/wifi/status-code.h -> build/debug/ns3/status-code.h [206/703] ns3header: src/devices/wifi/capability-information.h -> build/debug/ns3/capability-information.h [207/703] ns3header: src/devices/wifi/dcf-manager.h -> build/debug/ns3/dcf-manager.h [208/703] ns3header: src/devices/wifi/mac-rx-middle.h -> build/debug/ns3/mac-rx-middle.h [209/703] ns3header: src/devices/wifi/mac-low.h -> build/debug/ns3/mac-low.h [210/703] ns3header: src/helper/node-container.h -> build/debug/ns3/node-container.h [211/703] ns3header: src/helper/net-device-container.h -> build/debug/ns3/net-device-container.h [212/703] ns3header: src/helper/wifi-helper.h -> build/debug/ns3/wifi-helper.h [213/703] ns3header: src/helper/olsr-helper.h -> build/debug/ns3/olsr-helper.h [214/703] ns3header: src/helper/point-to-point-helper.h -> build/debug/ns3/point-to-point-helper.h [215/703] ns3header: src/helper/csma-helper.h -> build/debug/ns3/csma-helper.h [216/703] ns3header: src/helper/mobility-helper.h -> build/debug/ns3/mobility-helper.h [217/703] ns3header: src/helper/ns2-mobility-helper.h -> build/debug/ns3/ns2-mobility-helper.h [218/703] ns3header: src/helper/ipv4-address-helper.h -> build/debug/ns3/ipv4-address-helper.h [219/703] ns3header: src/helper/ipv4-static-routing-helper.h -> build/debug/ns3/ipv4-static-routing-helper.h [220/703] ns3header: src/helper/internet-stack-helper.h -> build/debug/ns3/internet-stack-helper.h [221/703] ns3header: src/helper/application-container.h -> build/debug/ns3/application-container.h [222/703] ns3header: src/helper/on-off-helper.h -> build/debug/ns3/on-off-helper.h [223/703] ns3header: src/helper/packet-sink-helper.h -> build/debug/ns3/packet-sink-helper.h [224/703] ns3header: src/helper/packet-socket-helper.h -> build/debug/ns3/packet-socket-helper.h [225/703] ns3header: src/helper/ipv4-interface-container.h -> build/debug/ns3/ipv4-interface-container.h [226/703] ns3header: src/helper/udp-echo-helper.h -> build/debug/ns3/udp-echo-helper.h [227/703] ns3header: src/helper/bridge-helper.h -> build/debug/ns3/bridge-helper.h [228/703] ns3header: src/helper/yans-wifi-helper.h -> build/debug/ns3/yans-wifi-helper.h [229/703] ns3header: src/helper/v4ping-helper.h -> build/debug/ns3/v4ping-helper.h [230/703] ns3header: src/helper/nqos-wifi-mac-helper.h -> build/debug/ns3/nqos-wifi-mac-helper.h [231/703] ns3header: src/helper/qos-wifi-mac-helper.h -> build/debug/ns3/qos-wifi-mac-helper.h [232/703] ns3header: src/helper/ipv4-global-routing-helper.h -> build/debug/ns3/ipv4-global-routing-helper.h [233/703] ns3header: src/helper/ipv4-list-routing-helper.h -> build/debug/ns3/ipv4-list-routing-helper.h [234/703] ns3header: src/helper/ipv4-routing-helper.h -> build/debug/ns3/ipv4-routing-helper.h [235/703] ns3header: src/helper/emu-helper.h -> build/debug/ns3/emu-helper.h [236/703] ns3header: src/helper/tap-bridge-helper.h -> build/debug/ns3/tap-bridge-helper.h [237/703] ns3header: src/contrib/stats/data-calculator.h -> build/debug/ns3/data-calculator.h [238/703] ns3header: src/contrib/stats/packet-data-calculators.h -> build/debug/ns3/packet-data-calculators.h [239/703] ns3header: src/contrib/stats/time-data-calculators.h -> build/debug/ns3/time-data-calculators.h [240/703] ns3header: src/contrib/stats/basic-data-calculators.h -> build/debug/ns3/basic-data-calculators.h [241/703] ns3header: src/contrib/stats/data-output-interface.h -> build/debug/ns3/data-output-interface.h [242/703] ns3header: src/contrib/stats/omnet-data-output.h -> build/debug/ns3/omnet-data-output.h [243/703] ns3header: src/contrib/stats/data-collector.h -> build/debug/ns3/data-collector.h [244/703] ns3header: src/applications/v4ping/v4ping.h -> build/debug/ns3/v4ping.h [245/703] command (${PYTHON}): bindings/python/ns3modulegen.py bindings/python/ns3modulegen_generated.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_node.py bindings/python/ns3_module_static_routing.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_wifi.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_virtual_net_device.py bindings/python/ns3_module_common.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_core.py bindings/python/ns3_module_tap_bridge.py bindi! ngs/python/ns3_module_onoff.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_mobility.py -> build/debug/bindings/python/ns3module.cc build/debug/bindings/python/ns3module.h build/debug/bindings/python/ns3modulegen.log build/debug/bindings/python/ns3_module_packet_sink.cc build/debug/bindings/python/ns3_module_olsr.cc build/debug/bindings/python/ns3_module_v4ping.cc build/debug/bindings/python/ns3_module_node.cc build/debug/bindings/python/ns3_module_static_routing.cc build/debug/bindings/python/ns3_module_stats.cc build/debug/bindings/python/ns3_module_bridge.cc build/debug/bindings/python/ns3_module_csma.cc build/debug/bindings/python/ns3_module_emu.cc build/debug/bindings/python/ns3_module_wifi.cc build/debug/bindings/python/ns3_module_global_routing.cc build/debug/bindings/python/ns3_module_helper.cc build/debug/bindings/python/ns3_module_simulator.cc build/debug/bindings/python/ns3_module_point_to_point.cc build/debug/bindings/python/ns3_module_list_r! outing.cc build/debug/bindings/python/ns3_module_virtual_net_d! evice.cc build/debug/bindings/python/ns3_module_common.cc build/debug/bindings/python/ns3_module_udp_echo.cc build/debug/bindings/python/ns3_module_internet_stack.cc build/debug/bindings/python/ns3_module_core.cc build/debug/bindings/python/ns3_module_tap_bridge.cc build/debug/bindings/python/ns3_module_onoff.cc build/debug/bindings/python/ns3_module_contrib.cc build/debug/bindings/python/ns3_module_mobility.cc [246/703] gen_everything_h: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h build/de! bug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap! -scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/! ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/address-utils.h build/debug/ns3/ipv4-ro! ute.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/application.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channel.h build/debug/ns3/ppp-header.h bu! ild/debug/ns3/backoff.h build/debug/ns3/csma-net-device.h build/debug/n! s3/csma-channel.h build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h build/debug/ns3/virtual-net-device.h build/debug/ns3/onoff-application.h build/debug/ns3/packet-sink.h build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h build/debug/ns3/ipv4-list-routing.h build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.h build/debug/ns3/constant-velocity! -helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build/debug/ns3/onoe-wifi-manager.h buil! d/debug/ns3/rraa-wifi-manager.h build/debug/ns3/wifi-mac.h build/debug/! ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobil! ity-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h build/debug/ns3/tap-bridge-helper.h build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-collec! tor.h build/debug/ns3/v4ping.h -> build/debug/bindings/python/everythin! g.h [247/703] gen_ns3_module_header: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h bui! ld/debug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h -> build/debug/ns3/core-module.h [248/703] gen_ns3_module_header: build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h -> build/debug/ns3/common-module.h [249/703] gen_ns3_module_header: build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap-scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h -> build/debug/ns3/simulator-module.h [250/703] gen_ns3_module_header: build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h -> build/debug/ns3/contrib-module.h [251/703] gen_ns3_module_header: build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/address-utils.h build/debug/ns3/ipv4-route.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/applicat! ion.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h -> build/debug/ns3/node-module.h [252/703] gen_ns3_module_header: build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h -> build/debug/ns3/internet-stack-module.h [253/703] gen_ns3_module_header: build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channel.h build/debug/ns3/ppp-header.h -> build/debug/ns3/point-to-point-module.h [254/703] gen_ns3_module_header: build/debug/ns3/backoff.h build/debug/ns3/csma-net-device.h build/debug/ns3/csma-channel.h -> build/debug/ns3/csma-module.h [255/703] gen_ns3_module_header: build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h -> build/debug/ns3/emu-module.h [256/703] gen_ns3_module_header: build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h -> build/debug/ns3/bridge-module.h [257/703] gen_ns3_module_header: build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h -> build/debug/ns3/tap-bridge-module.h [258/703] gen_ns3_module_header: build/debug/ns3/virtual-net-device.h -> build/debug/ns3/virtual-net-device-module.h [259/703] gen_ns3_module_header: build/debug/ns3/onoff-application.h -> build/debug/ns3/onoff-module.h [260/703] gen_ns3_module_header: build/debug/ns3/packet-sink.h -> build/debug/ns3/packet-sink-module.h [261/703] gen_ns3_module_header: build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h -> build/debug/ns3/udp-echo-module.h [262/703] gen_ns3_module_header: build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h -> build/debug/ns3/olsr-module.h [263/703] gen_ns3_module_header: build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h -> build/debug/ns3/global-routing-module.h [264/703] gen_ns3_module_header: build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h -> build/debug/ns3/static-routing-module.h [265/703] gen_ns3_module_header: build/debug/ns3/ipv4-list-routing.h -> build/debug/ns3/list-routing-module.h [266/703] gen_ns3_module_header: build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.h build/debug/ns3/constant-velocity-helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h -> build/debug/ns3/mobility-module.h [267/703] gen_ns3_module_header: build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build/debug/ns3/onoe-wifi-manager.h build/debug/ns3/rraa-wifi-manager.h build/debug/ns3/wifi-mac.h build/debug/ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/! error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h -> build/debug/ns3/wifi-module.h [268/703] gen_ns3_module_header: build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobility-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h bui! ld/debug/ns3/tap-bridge-helper.h -> build/debug/ns3/helper-module.h [269/703] gen_ns3_module_header: build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-collector.h -> build/debug/ns3/stats-module.h [270/703] gen_ns3_module_header: build/debug/ns3/v4ping.h -> build/debug/ns3/v4ping-module.h [271/703] cxx: src/core/callback-test.cc -> build/debug/src/core/callback-test_1.o [272/703] cxx: src/core/log.cc -> build/debug/src/core/log_1.o [273/703] cxx: src/core/breakpoint.cc -> build/debug/src/core/breakpoint_1.o [274/703] cxx: src/core/type-id.cc -> build/debug/src/core/type-id_1.o [275/703] cxx: src/core/attribute-list.cc -> build/debug/src/core/attribute-list_1.o [276/703] cxx: src/core/object-base.cc -> build/debug/src/core/object-base_1.o [277/703] cxx: src/core/ref-count-base.cc -> build/debug/src/core/ref-count-base_1.o [278/703] cxx: src/core/ptr.cc -> build/debug/src/core/ptr_1.o [279/703] cxx: src/core/object.cc -> build/debug/src/core/object_1.o [280/703] cxx: src/core/test.cc -> build/debug/src/core/test_1.o [281/703] cxx: src/core/random-variable.cc -> build/debug/src/core/random-variable_1.o [282/703] cxx: src/core/rng-stream.cc -> build/debug/src/core/rng-stream_1.o [283/703] cxx: src/core/command-line.cc -> build/debug/src/core/command-line_1.o [284/703] cxx: src/core/type-name.cc -> build/debug/src/core/type-name_1.o [285/703] cxx: src/core/type-traits-test.cc -> build/debug/src/core/type-traits-test_1.o [286/703] cxx: src/core/attribute.cc -> build/debug/src/core/attribute_1.o [287/703] cxx: src/core/boolean.cc -> build/debug/src/core/boolean_1.o [288/703] cxx: src/core/integer.cc -> build/debug/src/core/integer_1.o [289/703] cxx: src/core/uinteger.cc -> build/debug/src/core/uinteger_1.o [290/703] cxx: src/core/enum.cc -> build/debug/src/core/enum_1.o [291/703] cxx: src/core/double.cc -> build/debug/src/core/double_1.o [292/703] cxx: src/core/string.cc -> build/debug/src/core/string_1.o [293/703] cxx: src/core/pointer.cc -> build/debug/src/core/pointer_1.o [294/703] cxx: src/core/object-vector.cc -> build/debug/src/core/object-vector_1.o [295/703] cxx: src/core/attribute-test.cc -> build/debug/src/core/attribute-test_1.o [296/703] cxx: src/core/object-factory.cc -> build/debug/src/core/object-factory_1.o [297/703] cxx: src/core/global-value.cc -> build/debug/src/core/global-value_1.o [298/703] cxx: src/core/traced-callback.cc -> build/debug/src/core/traced-callback_1.o [299/703] cxx: src/core/trace-source-accessor.cc -> build/debug/src/core/trace-source-accessor_1.o [300/703] cxx: src/core/config.cc -> build/debug/src/core/config_1.o [301/703] cxx: src/core/callback.cc -> build/debug/src/core/callback_1.o [302/703] cxx: src/core/names.cc -> build/debug/src/core/names_1.o [303/703] cxx: src/core/unix-system-wall-clock-ms.cc -> build/debug/src/core/unix-system-wall-clock-ms_1.o [304/703] cxx: src/core/unix-system-thread.cc -> build/debug/src/core/unix-system-thread_1.o [305/703] cxx: src/core/unix-system-mutex.cc -> build/debug/src/core/unix-system-mutex_1.o [306/703] cxx: src/core/unix-system-condition.cc -> build/debug/src/core/unix-system-condition_1.o [307/703] cxx: src/common/buffer.cc -> build/debug/src/common/buffer_1.o [308/703] cxx: src/common/packet-metadata.cc -> build/debug/src/common/packet-metadata_1.o [309/703] cxx: src/common/packet-metadata-test.cc -> build/debug/src/common/packet-metadata-test_1.o [310/703] cxx: src/common/packet.cc -> build/debug/src/common/packet_1.o [311/703] cxx: src/common/chunk.cc -> build/debug/src/common/chunk_1.o [312/703] cxx: src/common/header.cc -> build/debug/src/common/header_1.o [313/703] cxx: src/common/trailer.cc -> build/debug/src/common/trailer_1.o [314/703] cxx: src/common/pcap-writer.cc -> build/debug/src/common/pcap-writer_1.o [315/703] cxx: src/common/data-rate.cc -> build/debug/src/common/data-rate_1.o [316/703] cxx: src/common/error-model.cc -> build/debug/src/common/error-model_1.o [317/703] cxx: src/common/tag.cc -> build/debug/src/common/tag_1.o [318/703] cxx: src/common/byte-tag-list.cc -> build/debug/src/common/byte-tag-list_1.o [319/703] cxx: src/common/tag-buffer.cc -> build/debug/src/common/tag-buffer_1.o [320/703] cxx: src/common/packet-tag-list.cc -> build/debug/src/common/packet-tag-list_1.o [321/703] cxx: src/simulator/high-precision.cc -> build/debug/src/simulator/high-precision_1.o [322/703] cxx: src/simulator/time.cc -> build/debug/src/simulator/time_1.o [323/703] cxx: src/simulator/event-id.cc -> build/debug/src/simulator/event-id_1.o [324/703] cxx: src/simulator/scheduler.cc -> build/debug/src/simulator/scheduler_1.o [325/703] cxx: src/simulator/list-scheduler.cc -> build/debug/src/simulator/list-scheduler_1.o [326/703] cxx: src/simulator/map-scheduler.cc -> build/debug/src/simulator/map-scheduler_1.o [327/703] cxx: src/simulator/heap-scheduler.cc -> build/debug/src/simulator/heap-scheduler_1.o [328/703] cxx: src/simulator/calendar-scheduler.cc -> build/debug/src/simulator/calendar-scheduler_1.o [329/703] cxx: src/simulator/ns2-calendar-scheduler.cc -> build/debug/src/simulator/ns2-calendar-scheduler_1.o [330/703] cxx: src/simulator/event-impl.cc -> build/debug/src/simulator/event-impl_1.o [331/703] cxx: src/simulator/simulator.cc -> build/debug/src/simulator/simulator_1.o [332/703] cxx: src/simulator/default-simulator-impl.cc -> build/debug/src/simulator/default-simulator-impl_1.o [333/703] cxx: src/simulator/timer.cc -> build/debug/src/simulator/timer_1.o [334/703] cxx: src/simulator/watchdog.cc -> build/debug/src/simulator/watchdog_1.o [335/703] cxx: src/simulator/synchronizer.cc -> build/debug/src/simulator/synchronizer_1.o [336/703] cxx: src/simulator/make-event.cc -> build/debug/src/simulator/make-event_1.o [337/703] cxx: src/simulator/high-precision-128.cc -> build/debug/src/simulator/high-precision-128_1.o [338/703] cxx: src/simulator/cairo-wideint.c -> build/debug/src/simulator/cairo-wideint_1.o [339/703] cxx: src/simulator/realtime-simulator-impl.cc -> build/debug/src/simulator/realtime-simulator-impl_1.o [340/703] cxx: src/simulator/wall-clock-synchronizer.cc -> build/debug/src/simulator/wall-clock-synchronizer_1.o [341/703] cxx: src/contrib/event-garbage-collector.cc -> build/debug/src/contrib/event-garbage-collector_1.o [342/703] cxx: src/contrib/gnuplot.cc -> build/debug/src/contrib/gnuplot_1.o [343/703] cxx: src/contrib/delay-jitter-estimation.cc -> build/debug/src/contrib/delay-jitter-estimation_1.o [344/703] cxx: src/contrib/attribute-iterator.cc -> build/debug/src/contrib/attribute-iterator_1.o [345/703] cxx: src/contrib/config-store.cc -> build/debug/src/contrib/config-store_1.o [346/703] cxx: src/contrib/flow-id-tag.cc -> build/debug/src/contrib/flow-id-tag_1.o [347/703] cxx: src/contrib/attribute-default-iterator.cc -> build/debug/src/contrib/attribute-default-iterator_1.o [348/703] cxx: src/contrib/file-config.cc -> build/debug/src/contrib/file-config_1.o [349/703] cxx: src/contrib/raw-text-config.cc -> build/debug/src/contrib/raw-text-config_1.o [350/703] cxx: src/node/address.cc -> build/debug/src/node/address_1.o [351/703] cxx: src/node/mac48-address.cc -> build/debug/src/node/mac48-address_1.o [352/703] cxx: src/node/mac64-address.cc -> build/debug/src/node/mac64-address_1.o [353/703] cxx: src/node/inet-socket-address.cc -> build/debug/src/node/inet-socket-address_1.o [354/703] cxx: src/node/packet-socket-address.cc -> build/debug/src/node/packet-socket-address_1.o [355/703] cxx: src/node/node.cc -> build/debug/src/node/node_1.o [356/703] cxx: src/node/ipv4-address.cc -> build/debug/src/node/ipv4-address_1.o [357/703] cxx: src/node/ipv4-interface-address.cc -> build/debug/src/node/ipv4-interface-address_1.o [358/703] cxx: src/node/ipv4-address-generator.cc -> build/debug/src/node/ipv4-address-generator_1.o [359/703] cxx: src/node/ipv4-header.cc -> build/debug/src/node/ipv4-header_1.o [360/703] cxx: src/node/net-device.cc -> build/debug/src/node/net-device_1.o [361/703] cxx: src/node/address-utils.cc -> build/debug/src/node/address-utils_1.o [362/703] cxx: src/node/llc-snap-header.cc -> build/debug/src/node/llc-snap-header_1.o [363/703] cxx: src/node/ethernet-header.cc -> build/debug/src/node/ethernet-header_1.o [364/703] cxx: src/node/ethernet-trailer.cc -> build/debug/src/node/ethernet-trailer_1.o [365/703] cxx: src/node/ipv4-route.cc -> build/debug/src/node/ipv4-route_1.o [366/703] cxx: src/node/ipv4-routing-protocol.cc -> build/debug/src/node/ipv4-routing-protocol_1.o [367/703] cxx: src/node/queue.cc -> build/debug/src/node/queue_1.o [368/703] cxx: src/node/drop-tail-queue.cc -> build/debug/src/node/drop-tail-queue_1.o [369/703] cxx: src/node/channel.cc -> build/debug/src/node/channel_1.o [370/703] cxx: src/node/node-list.cc -> build/debug/src/node/node-list_1.o [371/703] cxx: src/node/socket.cc -> build/debug/src/node/socket_1.o [372/703] cxx: src/node/socket-factory.cc -> build/debug/src/node/socket-factory_1.o [373/703] cxx: src/node/packet-socket-factory.cc -> build/debug/src/node/packet-socket-factory_1.o [374/703] cxx: src/node/packet-socket.cc -> build/debug/src/node/packet-socket_1.o [375/703] cxx: src/node/udp-socket.cc -> build/debug/src/node/udp-socket_1.o [376/703] cxx: src/node/udp-socket-factory.cc -> build/debug/src/node/udp-socket-factory_1.o [377/703] cxx: src/node/tcp-socket.cc -> build/debug/src/node/tcp-socket_1.o [378/703] cxx: src/node/tcp-socket-factory.cc -> build/debug/src/node/tcp-socket-factory_1.o [379/703] cxx: src/node/ipv4.cc -> build/debug/src/node/ipv4_1.o [380/703] cxx: src/node/application.cc -> build/debug/src/node/application_1.o [381/703] cxx: src/node/simple-channel.cc -> build/debug/src/node/simple-channel_1.o [382/703] cxx: src/node/simple-net-device.cc -> build/debug/src/node/simple-net-device_1.o [383/703] cxx: src/node/inet6-socket-address.cc -> build/debug/src/node/inet6-socket-address_1.o [384/703] cxx: src/node/ipv6-address.cc -> build/debug/src/node/ipv6-address_1.o [385/703] cxx: src/node/ipv6-header.cc -> build/debug/src/node/ipv6-header_1.o [386/703] cxx: src/node/ipv4-raw-socket-factory.cc -> build/debug/src/node/ipv4-raw-socket-factory_1.o [387/703] cxx: src/internet-stack/tcp-test.cc -> build/debug/src/internet-stack/tcp-test_1.o [388/703] cxx: src/internet-stack/udp-test.cc -> build/debug/src/internet-stack/udp-test_1.o [389/703] cxx: src/internet-stack/ipv4-test.cc -> build/debug/src/internet-stack/ipv4-test_1.o [390/703] cxx: src/internet-stack/ipv4-l4-protocol.cc -> build/debug/src/internet-stack/ipv4-l4-protocol_1.o [391/703] cxx: src/internet-stack/udp-header.cc -> build/debug/src/internet-stack/udp-header_1.o [392/703] cxx: src/internet-stack/tcp-header.cc -> build/debug/src/internet-stack/tcp-header_1.o [393/703] cxx: src/internet-stack/ipv4-interface.cc -> build/debug/src/internet-stack/ipv4-interface_1.o [394/703] cxx: src/internet-stack/ipv4-l3-protocol.cc -> build/debug/src/internet-stack/ipv4-l3-protocol_1.o [395/703] cxx: src/internet-stack/ipv4-end-point.cc -> build/debug/src/internet-stack/ipv4-end-point_1.o [396/703] cxx: src/internet-stack/udp-l4-protocol.cc -> build/debug/src/internet-stack/udp-l4-protocol_1.o [397/703] cxx: src/internet-stack/tcp-l4-protocol.cc -> build/debug/src/internet-stack/tcp-l4-protocol_1.o [398/703] cxx: src/internet-stack/arp-header.cc -> build/debug/src/internet-stack/arp-header_1.o [399/703] cxx: src/internet-stack/arp-cache.cc -> build/debug/src/internet-stack/arp-cache_1.o [400/703] cxx: src/internet-stack/arp-l3-protocol.cc -> build/debug/src/internet-stack/arp-l3-protocol_1.o [401/703] cxx: src/internet-stack/udp-socket-impl.cc -> build/debug/src/internet-stack/udp-socket-impl_1.o [402/703] cxx: src/internet-stack/tcp-socket-impl.cc -> build/debug/src/internet-stack/tcp-socket-impl_1.o [403/703] cxx: src/internet-stack/ipv4-end-point-demux.cc -> build/debug/src/internet-stack/ipv4-end-point-demux_1.o [404/703] cxx: src/internet-stack/udp-socket-factory-impl.cc -> build/debug/src/internet-stack/udp-socket-factory-impl_1.o [405/703] cxx: src/internet-stack/tcp-socket-factory-impl.cc -> build/debug/src/internet-stack/tcp-socket-factory-impl_1.o [406/703] cxx: src/internet-stack/pending-data.cc -> build/debug/src/internet-stack/pending-data_1.o [407/703] cxx: src/internet-stack/sequence-number.cc -> build/debug/src/internet-stack/sequence-number_1.o [408/703] cxx: src/internet-stack/rtt-estimator.cc -> build/debug/src/internet-stack/rtt-estimator_1.o [409/703] cxx: src/internet-stack/ipv4-raw-socket-factory-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-factory-impl_1.o [410/703] cxx: src/internet-stack/ipv4-raw-socket-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-impl_1.o [411/703] cxx: src/internet-stack/icmpv4.cc -> build/debug/src/internet-stack/icmpv4_1.o [412/703] cxx: src/internet-stack/icmpv4-l4-protocol.cc -> build/debug/src/internet-stack/icmpv4-l4-protocol_1.o [413/703] cxx: src/internet-stack/loopback-net-device.cc -> build/debug/src/internet-stack/loopback-net-device_1.o [414/703] cxx: src/devices/point-to-point/point-to-point-net-device.cc -> build/debug/src/devices/point-to-point/point-to-point-net-device_1.o [415/703] cxx: src/devices/point-to-point/point-to-point-channel.cc -> build/debug/src/devices/point-to-point/point-to-point-channel_1.o [416/703] cxx: src/devices/point-to-point/point-to-point-test.cc -> build/debug/src/devices/point-to-point/point-to-point-test_1.o [417/703] cxx: src/devices/point-to-point/ppp-header.cc -> build/debug/src/devices/point-to-point/ppp-header_1.o [418/703] cxx: src/devices/csma/backoff.cc -> build/debug/src/devices/csma/backoff_1.o [419/703] cxx: src/devices/csma/csma-net-device.cc -> build/debug/src/devices/csma/csma-net-device_1.o [420/703] cxx: src/devices/csma/csma-channel.cc -> build/debug/src/devices/csma/csma-channel_1.o [421/703] cxx: src/devices/emu/emu-net-device.cc -> build/debug/src/devices/emu/emu-net-device_1.o [422/703] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_1.o [423/703] cxx: src/devices/emu/emu-sock-creator.cc -> build/debug/src/devices/emu/emu-sock-creator_3.o [424/703] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_3.o [425/703] cxx: src/devices/bridge/bridge-net-device.cc -> build/debug/src/devices/bridge/bridge-net-device_1.o [426/703] cxx: src/devices/bridge/bridge-channel.cc -> build/debug/src/devices/bridge/bridge-channel_1.o [427/703] cxx: src/devices/tap-bridge/tap-bridge.cc -> build/debug/src/devices/tap-bridge/tap-bridge_1.o [428/703] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_1.o [429/703] cxx: src/devices/tap-bridge/tap-creator.cc -> build/debug/src/devices/tap-bridge/tap-creator_3.o [430/703] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_3.o [431/703] cxx: src/devices/virtual-net-device/virtual-net-device.cc -> build/debug/src/devices/virtual-net-device/virtual-net-device_1.o [432/703] cxx: src/applications/onoff/onoff-application.cc -> build/debug/src/applications/onoff/onoff-application_1.o [433/703] cxx: src/applications/packet-sink/packet-sink.cc -> build/debug/src/applications/packet-sink/packet-sink_1.o [434/703] cxx: src/applications/udp-echo/udp-echo-client.cc -> build/debug/src/applications/udp-echo/udp-echo-client_1.o [435/703] cxx: src/applications/udp-echo/udp-echo-server.cc -> build/debug/src/applications/udp-echo/udp-echo-server_1.o [436/703] cxx: src/routing/olsr/olsr-header.cc -> build/debug/src/routing/olsr/olsr-header_1.o [437/703] cxx: src/routing/olsr/olsr-state.cc -> build/debug/src/routing/olsr/olsr-state_1.o [438/703] cxx: src/routing/olsr/olsr-routing-protocol.cc -> build/debug/src/routing/olsr/olsr-routing-protocol_1.o [439/703] cxx: src/routing/global-routing/global-router-interface.cc -> build/debug/src/routing/global-routing/global-router-interface_1.o [440/703] cxx: src/routing/global-routing/global-route-manager.cc -> build/debug/src/routing/global-routing/global-route-manager_1.o [441/703] cxx: src/routing/global-routing/global-route-manager-impl.cc -> build/debug/src/routing/global-routing/global-route-manager-impl_1.o [442/703] cxx: src/routing/global-routing/candidate-queue.cc -> build/debug/src/routing/global-routing/candidate-queue_1.o [443/703] cxx: src/routing/global-routing/ipv4-global-routing.cc -> build/debug/src/routing/global-routing/ipv4-global-routing_1.o [444/703] cxx: src/routing/static-routing/ipv4-static-routing.cc -> build/debug/src/routing/static-routing/ipv4-static-routing_1.o [445/703] cxx: src/routing/static-routing/ipv4-routing-table-entry.cc -> build/debug/src/routing/static-routing/ipv4-routing-table-entry_1.o [446/703] cxx: src/routing/list-routing/ipv4-list-routing.cc -> build/debug/src/routing/list-routing/ipv4-list-routing_1.o [447/703] cxx: src/mobility/vector.cc -> build/debug/src/mobility/vector_1.o [448/703] cxx: src/mobility/hierarchical-mobility-model.cc -> build/debug/src/mobility/hierarchical-mobility-model_1.o [449/703] cxx: src/mobility/mobility-model.cc -> build/debug/src/mobility/mobility-model_1.o [450/703] cxx: src/mobility/position-allocator.cc -> build/debug/src/mobility/position-allocator_1.o [451/703] cxx: src/mobility/rectangle.cc -> build/debug/src/mobility/rectangle_1.o [452/703] cxx: src/mobility/constant-position-mobility-model.cc -> build/debug/src/mobility/constant-position-mobility-model_1.o [453/703] cxx: src/mobility/constant-velocity-helper.cc -> build/debug/src/mobility/constant-velocity-helper_1.o [454/703] cxx: src/mobility/constant-velocity-mobility-model.cc -> build/debug/src/mobility/constant-velocity-mobility-model_1.o [455/703] cxx: src/mobility/random-waypoint-mobility-model.cc -> build/debug/src/mobility/random-waypoint-mobility-model_1.o [456/703] cxx: src/mobility/random-walk-2d-mobility-model.cc -> build/debug/src/mobility/random-walk-2d-mobility-model_1.o [457/703] cxx: src/mobility/random-direction-2d-mobility-model.cc -> build/debug/src/mobility/random-direction-2d-mobility-model_1.o [458/703] cxx: src/mobility/constant-acceleration-mobility-model.cc -> build/debug/src/mobility/constant-acceleration-mobility-model_1.o [459/703] cxx: src/devices/wifi/propagation-delay-model.cc -> build/debug/src/devices/wifi/propagation-delay-model_1.o [460/703] cxx: src/devices/wifi/propagation-loss-model.cc -> build/debug/src/devices/wifi/propagation-loss-model_1.o [461/703] cxx: src/devices/wifi/jakes-propagation-loss-model.cc -> build/debug/src/devices/wifi/jakes-propagation-loss-model_1.o [462/703] cxx: src/devices/wifi/wifi-channel.cc -> build/debug/src/devices/wifi/wifi-channel_1.o [463/703] cxx: src/devices/wifi/wifi-mode.cc -> build/debug/src/devices/wifi/wifi-mode_1.o [464/703] cxx: src/devices/wifi/ssid.cc -> build/debug/src/devices/wifi/ssid_1.o [465/703] cxx: src/devices/wifi/wifi-phy.cc -> build/debug/src/devices/wifi/wifi-phy_1.o [466/703] cxx: src/devices/wifi/wifi-phy-state-helper.cc -> build/debug/src/devices/wifi/wifi-phy-state-helper_1.o [467/703] cxx: src/devices/wifi/error-rate-model.cc -> build/debug/src/devices/wifi/error-rate-model_1.o [468/703] cxx: src/devices/wifi/yans-error-rate-model.cc -> build/debug/src/devices/wifi/yans-error-rate-model_1.o [469/703] cxx: src/devices/wifi/interference-helper.cc -> build/debug/src/devices/wifi/interference-helper_1.o [470/703] cxx: src/devices/wifi/interference-helper-tx-duration-test.cc -> build/debug/src/devices/wifi/interference-helper-tx-duration-test_1.o [471/703] cxx: src/devices/wifi/yans-wifi-phy.cc -> build/debug/src/devices/wifi/yans-wifi-phy_1.o [472/703] cxx: src/devices/wifi/yans-wifi-channel.cc -> build/debug/src/devices/wifi/yans-wifi-channel_1.o [473/703] cxx: src/devices/wifi/wifi-mac-header.cc -> build/debug/src/devices/wifi/wifi-mac-header_1.o [474/703] cxx: src/devices/wifi/wifi-mac-trailer.cc -> build/debug/src/devices/wifi/wifi-mac-trailer_1.o [475/703] cxx: src/devices/wifi/mac-low.cc -> build/debug/src/devices/wifi/mac-low_1.o [476/703] cxx: src/devices/wifi/wifi-mac-queue.cc -> build/debug/src/devices/wifi/wifi-mac-queue_1.o [477/703] cxx: src/devices/wifi/mac-tx-middle.cc -> build/debug/src/devices/wifi/mac-tx-middle_1.o [478/703] cxx: src/devices/wifi/mac-rx-middle.cc -> build/debug/src/devices/wifi/mac-rx-middle_1.o [479/703] cxx: src/devices/wifi/dca-txop.cc -> build/debug/src/devices/wifi/dca-txop_1.o [480/703] cxx: src/devices/wifi/supported-rates.cc -> build/debug/src/devices/wifi/supported-rates_1.o [481/703] cxx: src/devices/wifi/capability-information.cc -> build/debug/src/devices/wifi/capability-information_1.o [482/703] cxx: src/devices/wifi/status-code.cc -> build/debug/src/devices/wifi/status-code_1.o [483/703] cxx: src/devices/wifi/mgt-headers.cc -> build/debug/src/devices/wifi/mgt-headers_1.o [484/703] cxx: src/devices/wifi/random-stream.cc -> build/debug/src/devices/wifi/random-stream_1.o [485/703] cxx: src/devices/wifi/dcf-manager.cc -> build/debug/src/devices/wifi/dcf-manager_1.o [486/703] cxx: src/devices/wifi/dcf-manager-test.cc -> build/debug/src/devices/wifi/dcf-manager-test_1.o [487/703] cxx: src/devices/wifi/wifi-mac.cc -> build/debug/src/devices/wifi/wifi-mac_1.o [488/703] cxx: src/devices/wifi/wifi-remote-station-manager.cc -> build/debug/src/devices/wifi/wifi-remote-station-manager_1.o [489/703] cxx: src/devices/wifi/adhoc-wifi-mac.cc -> build/debug/src/devices/wifi/adhoc-wifi-mac_1.o [490/703] cxx: src/devices/wifi/nqap-wifi-mac.cc -> build/debug/src/devices/wifi/nqap-wifi-mac_1.o [491/703] cxx: src/devices/wifi/nqsta-wifi-mac.cc -> build/debug/src/devices/wifi/nqsta-wifi-mac_1.o [492/703] cxx: src/devices/wifi/wifi-net-device.cc -> build/debug/src/devices/wifi/wifi-net-device_1.o [493/703] cxx: src/devices/wifi/arf-wifi-manager.cc -> build/debug/src/devices/wifi/arf-wifi-manager_1.o [494/703] cxx: src/devices/wifi/aarf-wifi-manager.cc -> build/debug/src/devices/wifi/aarf-wifi-manager_1.o [495/703] cxx: src/devices/wifi/ideal-wifi-manager.cc -> build/debug/src/devices/wifi/ideal-wifi-manager_1.o [496/703] cxx: src/devices/wifi/amrr-wifi-manager.cc -> build/debug/src/devices/wifi/amrr-wifi-manager_1.o [497/703] cxx: src/devices/wifi/onoe-wifi-manager.cc -> build/debug/src/devices/wifi/onoe-wifi-manager_1.o [498/703] cxx: src/devices/wifi/rraa-wifi-manager.cc -> build/debug/src/devices/wifi/rraa-wifi-manager_1.o [499/703] cxx: src/devices/wifi/aarfcd-wifi-manager.cc -> build/debug/src/devices/wifi/aarfcd-wifi-manager_1.o [500/703] cxx: src/devices/wifi/cara-wifi-manager.cc -> build/debug/src/devices/wifi/cara-wifi-manager_1.o [501/703] cxx: src/devices/wifi/constant-rate-wifi-manager.cc -> build/debug/src/devices/wifi/constant-rate-wifi-manager_1.o [502/703] cxx: src/devices/wifi/wifi-test.cc -> build/debug/src/devices/wifi/wifi-test_1.o [503/703] cxx: src/devices/wifi/qos-tag.cc -> build/debug/src/devices/wifi/qos-tag_1.o [504/703] cxx: src/devices/wifi/qos-utils.cc -> build/debug/src/devices/wifi/qos-utils_1.o [505/703] cxx: src/devices/wifi/qadhoc-wifi-mac.cc -> build/debug/src/devices/wifi/qadhoc-wifi-mac_1.o [506/703] cxx: src/devices/wifi/qap-wifi-mac.cc -> build/debug/src/devices/wifi/qap-wifi-mac_1.o [507/703] cxx: src/devices/wifi/qsta-wifi-mac.cc -> build/debug/src/devices/wifi/qsta-wifi-mac_1.o [508/703] cxx: src/devices/wifi/edca-txop-n.cc -> build/debug/src/devices/wifi/edca-txop-n_1.o [509/703] cxx: src/devices/wifi/msdu-aggregator.cc -> build/debug/src/devices/wifi/msdu-aggregator_1.o [510/703] cxx: src/devices/wifi/amsdu-subframe-header.cc -> build/debug/src/devices/wifi/amsdu-subframe-header_1.o [511/703] cxx: src/devices/wifi/msdu-standard-aggregator.cc -> build/debug/src/devices/wifi/msdu-standard-aggregator_1.o [512/703] cxx: src/devices/wifi/wifi-phy-test.cc -> build/debug/src/devices/wifi/wifi-phy-test_3.o [513/703] cxx: src/helper/node-container.cc -> build/debug/src/helper/node-container_1.o [514/703] cxx: src/helper/net-device-container.cc -> build/debug/src/helper/net-device-container_1.o [515/703] cxx: src/helper/wifi-helper.cc -> build/debug/src/helper/wifi-helper_1.o [516/703] cxx: src/helper/olsr-helper.cc -> build/debug/src/helper/olsr-helper_1.o [517/703] cxx: src/helper/point-to-point-helper.cc -> build/debug/src/helper/point-to-point-helper_1.o [518/703] cxx: src/helper/csma-helper.cc -> build/debug/src/helper/csma-helper_1.o [519/703] cxx: src/helper/mobility-helper.cc -> build/debug/src/helper/mobility-helper_1.o [520/703] cxx: src/helper/ns2-mobility-helper.cc -> build/debug/src/helper/ns2-mobility-helper_1.o [521/703] cxx: src/helper/ipv4-address-helper.cc -> build/debug/src/helper/ipv4-address-helper_1.o [522/703] cxx: src/helper/ipv4-static-routing-helper.cc -> build/debug/src/helper/ipv4-static-routing-helper_1.o [523/703] cxx: src/helper/internet-stack-helper.cc -> build/debug/src/helper/internet-stack-helper_1.o [524/703] cxx: src/helper/application-container.cc -> build/debug/src/helper/application-container_1.o [525/703] cxx: src/helper/on-off-helper.cc -> build/debug/src/helper/on-off-helper_1.o [526/703] cxx: src/helper/packet-sink-helper.cc -> build/debug/src/helper/packet-sink-helper_1.o [527/703] cxx: src/helper/packet-socket-helper.cc -> build/debug/src/helper/packet-socket-helper_1.o [528/703] cxx: src/helper/ipv4-interface-container.cc -> build/debug/src/helper/ipv4-interface-container_1.o [529/703] cxx: src/helper/udp-echo-helper.cc -> build/debug/src/helper/udp-echo-helper_1.o [530/703] cxx: src/helper/bridge-helper.cc -> build/debug/src/helper/bridge-helper_1.o [531/703] cxx: src/helper/yans-wifi-helper.cc -> build/debug/src/helper/yans-wifi-helper_1.o [532/703] cxx: src/helper/v4ping-helper.cc -> build/debug/src/helper/v4ping-helper_1.o [533/703] cxx: src/helper/nqos-wifi-mac-helper.cc -> build/debug/src/helper/nqos-wifi-mac-helper_1.o [534/703] cxx: src/helper/qos-wifi-mac-helper.cc -> build/debug/src/helper/qos-wifi-mac-helper_1.o [535/703] cxx: src/helper/ipv4-global-routing-helper.cc -> build/debug/src/helper/ipv4-global-routing-helper_1.o [536/703] cxx: src/helper/ipv4-list-routing-helper.cc -> build/debug/src/helper/ipv4-list-routing-helper_1.o [537/703] cxx: src/helper/ipv4-routing-helper.cc -> build/debug/src/helper/ipv4-routing-helper_1.o [538/703] cxx: src/helper/emu-helper.cc -> build/debug/src/helper/emu-helper_1.o [539/703] cxx: src/helper/tap-bridge-helper.cc -> build/debug/src/helper/tap-bridge-helper_1.o [540/703] cxx: src/contrib/stats/data-calculator.cc -> build/debug/src/contrib/stats/data-calculator_1.o [541/703] cxx: src/contrib/stats/packet-data-calculators.cc -> build/debug/src/contrib/stats/packet-data-calculators_1.o [542/703] cxx: src/contrib/stats/time-data-calculators.cc -> build/debug/src/contrib/stats/time-data-calculators_1.o [543/703] cxx: src/contrib/stats/data-output-interface.cc -> build/debug/src/contrib/stats/data-output-interface_1.o [544/703] cxx: src/contrib/stats/omnet-data-output.cc -> build/debug/src/contrib/stats/omnet-data-output_1.o [545/703] cxx: src/contrib/stats/data-collector.cc -> build/debug/src/contrib/stats/data-collector_1.o [546/703] cxx: src/applications/v4ping/v4ping.cc -> build/debug/src/applications/v4ping/v4ping_1.o [547/703] cxx: samples/main-attribute-value.cc -> build/debug/samples/main-attribute-value_1.o [548/703] cxx: samples/main-callback.cc -> build/debug/samples/main-callback_2.o [549/703] cxx: samples/main-simulator.cc -> build/debug/samples/main-simulator_3.o [550/703] cxx: samples/main-ptr.cc -> build/debug/samples/main-ptr_4.o [551/703] cxx: samples/main-random-variable.cc -> build/debug/samples/main-random-variable_5.o [552/703] cxx: samples/main-packet-header.cc -> build/debug/samples/main-packet-header_6.o [553/703] cxx: samples/main-packet-tag.cc -> build/debug/samples/main-packet-tag_7.o [554/703] cxx: samples/main-test.cc -> build/debug/samples/main-test_8.o [555/703] cxx: samples/main-test-sync.cc -> build/debug/samples/main-test-sync_9.o [556/703] cxx: samples/main-simple.cc -> build/debug/samples/main-simple_10.o [557/703] cxx: samples/main-grid-topology.cc -> build/debug/samples/main-grid-topology_11.o [558/703] cxx: samples/main-random-topology.cc -> build/debug/samples/main-random-topology_12.o [559/703] cxx: samples/main-random-walk.cc -> build/debug/samples/main-random-walk_13.o [560/703] cxx: samples/main-propagation-loss.cc -> build/debug/samples/main-propagation-loss_14.o [561/703] cxx: samples/main-ns2-mob.cc -> build/debug/samples/main-ns2-mob_15.o [562/703] cxx: utils/run-tests.cc -> build/debug/utils/run-tests_1.o [563/703] cxx: utils/bench-simulator.cc -> build/debug/utils/bench-simulator_2.o [564/703] cxx: utils/bench-packets.cc -> build/debug/utils/bench-packets_3.o [565/703] cxx: utils/print-introspected-doxygen.cc -> build/debug/utils/print-introspected-doxygen_4.o [566/703] cxx: examples/hello-simulator.cc -> build/debug/examples/hello-simulator_1.o [567/703] cxx: examples/first.cc -> build/debug/examples/first_2.o [568/703] cxx: examples/second.cc -> build/debug/examples/second_3.o [569/703] cxx: examples/third.cc -> build/debug/examples/third_4.o [570/703] cxx: examples/object-names.cc -> build/debug/examples/object-names_5.o [571/703] cxx: examples/mixed-wireless.cc -> build/debug/examples/mixed-wireless_6.o [572/703] cxx: examples/dynamic-global-routing.cc -> build/debug/examples/dynamic-global-routing_7.o [573/703] cxx: examples/static-routing-slash32.cc -> build/debug/examples/static-routing-slash32_8.o [574/703] cxx: examples/global-routing-slash32.cc -> build/debug/examples/global-routing-slash32_9.o [575/703] cxx: examples/simple-global-routing.cc -> build/debug/examples/simple-global-routing_10.o [576/703] cxx: examples/virtual-net-device.cc -> build/debug/examples/virtual-net-device_11.o [577/703] cxx: examples/simple-alternate-routing.cc -> build/debug/examples/simple-alternate-routing_12.o [578/703] cxx: examples/simple-error-model.cc -> build/debug/examples/simple-error-model_13.o [579/703] cxx: examples/csma-one-subnet.cc -> build/debug/examples/csma-one-subnet_14.o [580/703] cxx: examples/csma-bridge.cc -> build/debug/examples/csma-bridge_15.o [581/703] cxx: examples/csma-bridge-one-hop.cc -> build/debug/examples/csma-bridge-one-hop_16.o [582/703] cxx: examples/udp-echo.cc -> build/debug/examples/udp-echo_17.o [583/703] cxx: examples/realtime-udp-echo.cc -> build/debug/examples/realtime-udp-echo_18.o [584/703] cxx: examples/csma-broadcast.cc -> build/debug/examples/csma-broadcast_19.o [585/703] cxx: examples/csma-packet-socket.cc -> build/debug/examples/csma-packet-socket_20.o [586/703] cxx: examples/csma-multicast.cc -> build/debug/examples/csma-multicast_21.o [587/703] cxx: examples/mixed-global-routing.cc -> build/debug/examples/mixed-global-routing_22.o [588/703] cxx: examples/simple-point-to-point-olsr.cc -> build/debug/examples/simple-point-to-point-olsr_23.o [589/703] cxx: examples/tcp-large-transfer.cc -> build/debug/examples/tcp-large-transfer_24.o [590/703] cxx: examples/tcp-nsc-lfn.cc -> build/debug/examples/tcp-nsc-lfn_25.o [591/703] cxx: examples/tcp-nsc-zoo.cc -> build/debug/examples/tcp-nsc-zoo_26.o [592/703] cxx: examples/tcp-star-server.cc -> build/debug/examples/tcp-star-server_27.o [593/703] cxx: examples/star.cc -> build/debug/examples/star_28.o [594/703] cxx: examples/csma-star.cc -> build/debug/examples/csma-star_29.o [595/703] cxx: examples/wifi-adhoc.cc -> build/debug/examples/wifi-adhoc_30.o [596/703] cxx: examples/wifi-clear-channel-cmu.cc -> build/debug/examples/wifi-clear-channel-cmu_31.o [597/703] cxx: examples/wifi-ap.cc -> build/debug/examples/wifi-ap_32.o [598/703] cxx: examples/stats/wifi-example-sim.cc -> build/debug/examples/stats/wifi-example-sim_1.o [599/703] cxx: examples/stats/wifi-example-apps.cc -> build/debug/examples/stats/wifi-example-apps_1.o [600/703] cxx: examples/wifi-wired-bridging.cc -> build/debug/examples/wifi-wired-bridging_33.o [601/703] cxx: examples/csma-raw-ip-socket.cc -> build/debug/examples/csma-raw-ip-socket_34.o [602/703] cxx: examples/csma-ping.cc -> build/debug/examples/csma-ping_35.o [603/703] cxx: examples/test-ipv6.cc -> build/debug/examples/test-ipv6_36.o [604/703] cxx: examples/emu-udp-echo.cc -> build/debug/examples/emu-udp-echo_37.o [605/703] cxx: examples/emu-ping.cc -> build/debug/examples/emu-ping_38.o [606/703] cxx: examples/tap-wifi-dumbbell.cc -> build/debug/examples/tap-wifi-dumbbell_39.o [607/703] cxx: examples/simple-wifi-frame-aggregation.cc -> build/debug/examples/simple-wifi-frame-aggregation_40.o [608/703] cxx: scratch/simple.cc -> build/debug/scratch/simple_1.o [609/703] cxx: scratch/multiple-sources/simple-main.cc -> build/debug/scratch/multiple-sources/simple-main_2.o [610/703] cxx: scratch/multiple-sources/simple-simulation.cc -> build/debug/scratch/multiple-sources/simple-simulation_2.o [611/703] cxx: build/debug/bindings/python/ns3module.cc -> build/debug/bindings/python/ns3module_3.o [612/703] cxx: bindings/python/ns3module_helpers.cc -> build/debug/bindings/python/ns3module_helpers_3.o In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from debug/bindings/python/ns3module.h:3, from ../bindings/python/ns3module_helpers.cc:2: /usr/include/python2.6/pyconfig-32.h:1022:1: error: "_POSIX_C_SOURCE" redefined In file included from /usr/include/stdint.h:26, from debug/ns3/ref-count-base.h:26, from ../bindings/python/ns3module_helpers.cc:1: /usr/include/features.h:158:1: error: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from debug/bindings/python/ns3module.h:3, from ../bindings/python/ns3module_helpers.cc:2: /usr/include/python2.6/pyconfig-32.h:1031:1: error: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from debug/ns3/ref-count-base.h:26, from ../bindings/python/ns3module_helpers.cc:1: /usr/include/features.h:160:1: error: this is the location of the previous definition Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' Build failed -> task failed (err #1): {task: cxx ns3module_helpers.cc -> ns3module_helpers_3.o} ns3modulegen.log: /tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:69: DeprecationWarning: Typo: set_tranformation -> set_transformation handler.set_tranformation(self, orig_ctype) ??:??: '> / TypeLookupError(['ns3::olsr::MprSelectorTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::NeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TwoHopNeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::LinkTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TopologyTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::IfaceAssocTuple'],) ??:??: , ns3::AmsduSubframeHeader > >'> / TypeLookupError(['std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader >'],) /tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py:1044: DeprecationWarning: is_const is deprecated, put a 'const' in the C type instead. warnings.warn("is_const is deprecated, put a 'const' in the C type instead.", DeprecationWarning) ../bindings/python/ns3_module_core.py:334: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_core.py:439: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:444: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:1021: TypeLookupError(['ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_core.py:1095: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1200: TypeLookupError(['long int'],) ../bindings/python/ns3_module_core.py:1756: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1805: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:1810: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2055: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2083: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2102: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2107: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_simulator.py:187: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:360: TypeLookupError(['ns3::TimeUnit< - 1 > &'],) ../bindings/python/ns3_module_simulator.py:367: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:396: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:408: TypeLookupError(['ns3::TimeUnit< 0 > &'],) ../bindings/python/ns3_module_simulator.py:420: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:449: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:473: TypeLookupError(['ns3::TimeUnit< 1 > &'],) ../bindings/python/ns3_module_simulator.py:485: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:544: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:557: TypeLookupError(['ns3::TimeUnit< 2 > &'],) ../bindings/python/ns3_module_simulator.py:564: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:593: TypeConfigurationError('caller_owns_return not given',) ??:??: None / TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:783: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:788: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:793: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1063: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1068: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1073: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1147: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1152: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1157: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1387: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1392: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1397: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1446: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1450: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:155: TypeLookupError(['uint8_t *'],) ../bindings/python/ns3_module_common.py:210: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:302: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:350: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:510: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:551: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:556: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:605: TypeLookupError(['uint8_t *'],) ??:??: None / TypeLookupError(['uint8_t [ 20 ]'],) ??:??: None / TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_common.py:893: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:925: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:949: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_contrib.py:231: TypeLookupError(['ns3::Gnuplot &'],) ../bindings/python/ns3_module_contrib.py:257: TypeLookupError(['ns3::GnuplotDataset::Data *'],) ../bindings/python/ns3_module_node.py:257: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:268: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:273: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:277: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:282: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:432: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:497: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:689: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:707: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:732: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:817: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:825: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:835: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:848: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:900: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:905: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:971: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:976: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:998: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_node.py:1003: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_node.py:1849: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1853: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1861: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1869: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:2737: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_stats.py:225: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],) ../bindings/python/ns3_module_stats.py:229: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],) ../bindings/python/ns3_module_stats.py:237: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],) ../bindings/python/ns3_module_stats.py:241: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],) ../bindings/python/ns3_module_internet_stack.py:117: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:184: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:293: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:353: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:357: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:388: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:393: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_csma.py:419: TypeLookupError(['uint16_t &'],) ../bindings/python/ns3_module_list_routing.py:87: TypeLookupError(['int16_t &'],) ../bindings/python/ns3_module_list_routing.py:97: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_static_routing.py:213: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:262: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],) ../bindings/python/ns3_module_wifi.py:266: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],) ../bindings/python/ns3_module_wifi.py:1936: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:1941: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:1951: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:2269: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],) ../bindings/python/ns3_module_wifi.py:2274: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],) ../bindings/python/ns3_module_wifi.py:2288: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2292: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2302: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2427: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:2432: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:2442: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:2691: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2772: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2799: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2839: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:2843: TypeLookupError(['ns3::DcfManager *'],) ../bindings/python/ns3_module_wifi.py:2918: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:2922: TypeLookupError(['ns3::MacTxMiddle *'],) ../bindings/python/ns3_module_wifi.py:2926: TypeLookupError(['ns3::DcfManager *'],) ../bindings/python/ns3_module_wifi.py:2986: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:3074: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:3087: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:3213: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:3296: TypeLookupError(['std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >'],) ../bindings/python/ns3_module_wifi.py:3637: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:4117: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:4366: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_global_routing.py:129: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_global_routing.py:157: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_global_routing.py:330: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_global_routing.py:379: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_udp_echo.py:100: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_olsr.py:144: TypeLookupError(['ns3::olsr::MprSelectorSet &'],) ../bindings/python/ns3_module_olsr.py:148: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:170: TypeLookupError(['ns3::olsr::NeighborSet &'],) ../bindings/python/ns3_module_olsr.py:174: TypeLookupError(['ns3::olsr::NeighborSet &'],) ../bindings/python/ns3_module_olsr.py:178: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:187: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:204: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],) ../bindings/python/ns3_module_olsr.py:208: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],) ../bindings/python/ns3_module_olsr.py:212: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:240: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:253: TypeLookupError(['ns3::olsr::LinkSet &'],) ../bindings/python/ns3_module_olsr.py:257: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:261: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:269: TypeLookupError(['ns3::olsr::LinkTuple &'],) ../bindings/python/ns3_module_olsr.py:274: TypeLookupError(['ns3::olsr::TopologySet &'],) ../bindings/python/ns3_module_olsr.py:278: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:282: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:299: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],) ../bindings/python/ns3_module_olsr.py:303: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],) ../bindings/python/ns3_module_olsr.py:307: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:394: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],) ../bindings/python/ns3_module_olsr.py:399: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],) ../bindings/python/ns3_module_olsr.py:403: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],) ../bindings/python/ns3_module_olsr.py:408: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],) ../bindings/python/ns3_module_olsr.py:432: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],) ../bindings/python/ns3_module_olsr.py:437: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],) ../bindings/python/ns3_module_olsr.py:451: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],) ../bindings/python/ns3_module_olsr.py:456: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],) ../bindings/python/ns3_module_olsr.py:763: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_helper.py:168: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],) ../bindings/python/ns3_module_helper.py:173: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],) ../bindings/python/ns3_module_helper.py:683: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],) ../bindings/python/ns3_module_helper.py:688: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],) ../bindings/python/ns3_module_helper.py:734: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_helper.py:739: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_helper.py:1025: TypeConfigurationError('direction not given',) /tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:437: DeprecationWarning: add_constructor has changed API; see the API documentation cls.add_constructor(CustomCppConstructorWrapper(wrapper_name, constructor)) ../bindings/python/ns3_module_simulator.py:1489: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_core.py:927: CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_common.py:886: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:971: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:1039: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:1115: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1235: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1506: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1591: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) /tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py:944: UserWarning: Returning shared pointers is dangerous! The C++ API should be redesigned to avoid this situation. warnings.warn("Returning shared pointers is dangerous!" ../bindings/python/ns3_module_node.py:1960: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2023: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2073: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2564: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2819: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3081: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3141: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3151: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:143: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:208: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_stats.py:168: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:288: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:363: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:393: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_internet_stack.py:147: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:275: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:330: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:432: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:228: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:288: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:298: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:324: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:384: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:394: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:1155: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:1459: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:1515: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:2634: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2639: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2644: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2713: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:3411: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3416: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3421: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3564: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3569: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3574: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3737: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3742: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3747: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3877: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3882: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3887: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4030: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4035: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4040: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4213: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4268: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4283: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:133: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:160: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:225: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_olsr.py:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_core.py:358: CodeGenerationError("Class 'ns3::CallbackBase' has a protected constructor and no helper class -> cannot generate a constructor for it",) ??:??: / CodeGenerationError('ns3::CallbackImplBase cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_core.py:1110: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_core.py:1051: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeValue cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::BooleanChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::CallbackChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectFactoryChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectVectorAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectVectorChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::PointerChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::RandomVariableChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::StringChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::TypeIdChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::EventImpl cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TimerImpl cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Scheduler cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::SimulatorImpl cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Synchronizer cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TimeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::PositionAllocator cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::RectangleChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::VectorChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::MobilityModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Tag cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Chunk cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::DataRateChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Header cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Trailer cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ErrorModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::FileConfig cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1235: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4MaskChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Ipv6AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1506: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv6PrefixChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1591: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Mac48AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Queue cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Socket cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:1960: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::SocketFactory cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:2023: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2073: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::TcpSocket cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TcpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::UdpSocket cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::UdpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Channel cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:2500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2564: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4 cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Ipv4RawSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Ipv4RoutingProtocol cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::NetDevice cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:3081: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3141: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3151: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:143: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:208: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::DataCalculator cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::DataOutputInterface cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:288: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:363: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:393: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_internet_stack.py:147: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:275: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:330: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:432: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:228: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:288: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:298: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:324: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:384: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:394: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::WifiPhyListener cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::WifiRemoteStation cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::PropagationDelayModel cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_wifi.py:1155: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::SsidChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiMac cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:1515: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::WifiModeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiPhy cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiRemoteStationManager cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:2634: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2639: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2644: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2713: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::ErrorRateModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::MsduAggregator cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_wifi.py:3411: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3416: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3421: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3564: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3569: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3574: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3737: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3742: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3747: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3877: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3882: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3887: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4030: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4035: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4040: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::WifiChannel cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:4213: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4268: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4283: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:133: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:160: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:225: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::Ipv4RoutingHelper cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiMacHelper cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiPhyHelper cannot be constructed (have pure virtual methods but no helper class)',) Stopping regression tests From code at nsnam.ece.gatech.edu Tue Aug 11 12:43:28 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Tue, 11 Aug 2009 15:43:28 -0400 Subject: [Ns-commits] flaviokubota/ns-3-wimax-dev Message-ID: ---- WiMAX module suports several uplink schedulers user: Flavio Kubota files: src/devices/wimax/uplink-scheduler.cc src/devices/wimax/uplink-scheduler.h src/devices/wimax/wimax-bs-net-device.cc src/devices/wimax/wimax-bs-net-device.h src/devices/wimax/wimax-net-device.cc src/devices/wimax/wimax-net-device.h src/devices/wimax/wimax-ss-net-device.cc src/devices/wimax/wscript src/helper/wimax-helper.cc src/helper/wimax-helper.h url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/e47d6551e51a ---- WiMAX module suports several uplink schedulers user: Flavio Kubota files: src/devices/wimax/uplink-scheduler-qos-h src/devices/wimax/uplink-scheduler-qos.cc url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/d83c8c86b46b ---- WiMAX module suports several uplink schedulers. Juliana scheduler's working in this revision user: Flavio Kubota files: examples/my-simple-wimax.cc examples/simple-wimax.cc examples/wimax-multicast.cc scratch/my-simple-wimax.cc scratch/nrtps.cc scratch/rtps.cc scratch/wimax-multicast.cc scratch/wimax.cc src/devices/wimax/bandwidth-manager.cc src/devices/wimax/bandwidth-manager.h src/devices/wimax/uplink-scheduler-mbqos.cc src/devices/wimax/uplink-scheduler-mbqos.h src/devices/wimax/uplink-scheduler-qos.cc src/devices/wimax/uplink-scheduler.cc src/devices/wimax/uplink-scheduler.h src/devices/wimax/wscript src/helper/wimax-helper.cc src/helper/wimax-helper.h url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/a256721e6d19 From code at nsnam.ece.gatech.edu Tue Aug 11 16:14:46 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Tue, 11 Aug 2009 19:14:46 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- update according to Mathieu comments user: Duy Nguyen files: src/devices/wifi/minstrel-wifi-manager.cc src/devices/wifi/minstrel-wifi-manager.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/f63f641b35d1 From code at nsnam.ece.gatech.edu Tue Aug 11 16:25:05 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Tue, 11 Aug 2009 19:25:05 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- update spacing user: Duy Nguyen files: src/devices/wifi/minstrel-wifi-manager.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/936ebce41a66 From code at nsnam.ece.gatech.edu Tue Aug 11 20:49:15 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Tue, 11 Aug 2009 23:49:15 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- fix spacing again user: Duy Nguyen files: src/devices/wifi/minstrel-wifi-manager.cc url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/5505f7e94821 From code at nsnam.ece.gatech.edu Tue Aug 11 21:04:52 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 00:04:52 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- spacing... user: Duy Nguyen files: src/devices/wifi/minstrel-wifi-manager.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/9355f8bead25 From code at nsnam.ece.gatech.edu Tue Aug 11 21:29:36 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 00:29:36 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- fix Ipv4 doxygen error user: Tom Henderson files: src/node/ipv4.h url: http://code.nsnam.org/ns-3-dev/rev/b57d5b1fe68e From tomhend at u.washington.edu Wed Aug 12 04:07:19 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Wed, 12 Aug 2009 04:07:19 -0700 Subject: [Ns-commits] Output of run-tests script: failure Message-ID: <200908121107.n7CB7J2h016135@ns-regression.ee.washington.edu> Wed Aug 12 02:50:33 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev Regression testing for machine: ns-ubuntu-intrepid Linux 2.6.27-2-generic i686 g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2 ----------------------------- SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid Regression testing for machine: ns-fedora-core-11 Linux 2.6.29.4-167.fc11.i586 i686 g++ (GCC) 4.4.0 20090506 (Red Hat 4.4.0-4) ----------------------------- FAILURE: waf -d debug configure; building failed on ns-fedora-core-11 Configure stderr: Checking for program g++ : ok /usr/bin/g++ Checking for program cpp : ok /usr/bin/cpp Checking for program ar : ok /usr/bin/ar Checking for program ranlib : ok /usr/bin/ranlib Checking for g++ : ok Checking for program pkg-config : ok /usr/bin/pkg-config Checking for regression traces location : ok ../ns-3-dev-ref-traces (given) Checking for -Wno-error=deprecated-declarations support : yes Checking for -Wl,--soname=foo support : yes Checking for header stdlib.h : ok Checking for header signal.h : ok Checking for header pthread.h : ok Checking for high precision time implementation : 128-bit integer Checking for header stdint.h : ok Checking for header inttypes.h : ok Checking for header sys/inttypes.h : not found Checking for library rt : ok Checking for header netpacket/packet.h : ok Package gsl was not found in the pkg-config search path. Perhaps you should add the directory containing `gsl.pc' to the PKG_CONFIG_PATH environment variable No package 'gsl' found Checking for pkg-config flags for GSL : not found Checking for header linux/if_tun.h : ok Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found Checking for pkg-config flags for GTK_CONFIG_STORE : not found Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found Checking for pkg-config flags for LIBXML2 : not found Checking for library sqlite3 : not found Checking for NSC location : not found Checking for program python : ok /usr/bin/python Checking for Python version >= 2.3 : ok 2.6.0 Checking for library python2.6 : ok Checking for program python2.6-config : ok /usr/bin/python2.6-config Checking for header Python.h : ok Checking for -fvisibility=hidden support : yes Checking for pybindgen location : ok ../pybindgen (given) Checking for Python module pybindgen : ok Checking for pybindgen version : ok 0.10.0.640 Checking for Python module pygccxml : not found Checking for program sudo : ok /usr/bin/sudo Checking for program hg : ok /usr/bin/hg Checking for program valgrind : not found 'configure' finished successfully (4.735s) Build stderr: Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' [ 1/703] ns3header: src/core/system-wall-clock-ms.h -> build/debug/ns3/system-wall-clock-ms.h [ 2/703] ns3header: src/core/empty.h -> build/debug/ns3/empty.h [ 3/703] ns3header: src/core/callback.h -> build/debug/ns3/callback.h [ 4/703] ns3header: src/core/object-base.h -> build/debug/ns3/object-base.h [ 5/703] ns3header: src/core/ref-count-base.h -> build/debug/ns3/ref-count-base.h [ 6/703] ns3header: src/core/type-id.h -> build/debug/ns3/type-id.h [ 7/703] ns3header: src/core/attribute-list.h -> build/debug/ns3/attribute-list.h [ 8/703] ns3header: src/core/ptr.h -> build/debug/ns3/ptr.h [ 9/703] ns3header: src/core/object.h -> build/debug/ns3/object.h [ 10/703] ns3header: src/core/log.h -> build/debug/ns3/log.h [ 11/703] ns3header: src/core/assert.h -> build/debug/ns3/assert.h [ 12/703] ns3header: src/core/breakpoint.h -> build/debug/ns3/breakpoint.h [ 13/703] ns3header: src/core/fatal-error.h -> build/debug/ns3/fatal-error.h [ 14/703] ns3header: src/core/test.h -> build/debug/ns3/test.h [ 15/703] ns3header: src/core/random-variable.h -> build/debug/ns3/random-variable.h [ 16/703] ns3header: src/core/rng-stream.h -> build/debug/ns3/rng-stream.h [ 17/703] ns3header: src/core/command-line.h -> build/debug/ns3/command-line.h [ 18/703] ns3header: src/core/type-name.h -> build/debug/ns3/type-name.h [ 19/703] ns3header: src/core/type-traits.h -> build/debug/ns3/type-traits.h [ 20/703] ns3header: src/core/int-to-type.h -> build/debug/ns3/int-to-type.h [ 21/703] ns3header: src/core/attribute.h -> build/debug/ns3/attribute.h [ 22/703] ns3header: src/core/attribute-accessor-helper.h -> build/debug/ns3/attribute-accessor-helper.h [ 23/703] ns3header: src/core/boolean.h -> build/debug/ns3/boolean.h [ 24/703] ns3header: src/core/integer.h -> build/debug/ns3/integer.h [ 25/703] ns3header: src/core/uinteger.h -> build/debug/ns3/uinteger.h [ 26/703] ns3header: src/core/double.h -> build/debug/ns3/double.h [ 27/703] ns3header: src/core/enum.h -> build/debug/ns3/enum.h [ 28/703] ns3header: src/core/string.h -> build/debug/ns3/string.h [ 29/703] ns3header: src/core/pointer.h -> build/debug/ns3/pointer.h [ 30/703] ns3header: src/core/object-factory.h -> build/debug/ns3/object-factory.h [ 31/703] ns3header: src/core/attribute-helper.h -> build/debug/ns3/attribute-helper.h [ 32/703] ns3header: src/core/global-value.h -> build/debug/ns3/global-value.h [ 33/703] ns3header: src/core/traced-callback.h -> build/debug/ns3/traced-callback.h [ 34/703] ns3header: src/core/traced-value.h -> build/debug/ns3/traced-value.h [ 35/703] ns3header: src/core/trace-source-accessor.h -> build/debug/ns3/trace-source-accessor.h [ 36/703] ns3header: src/core/config.h -> build/debug/ns3/config.h [ 37/703] ns3header: src/core/object-vector.h -> build/debug/ns3/object-vector.h [ 38/703] ns3header: src/core/deprecated.h -> build/debug/ns3/deprecated.h [ 39/703] ns3header: src/core/abort.h -> build/debug/ns3/abort.h [ 40/703] ns3header: src/core/names.h -> build/debug/ns3/names.h [ 41/703] ns3header: src/core/system-mutex.h -> build/debug/ns3/system-mutex.h [ 42/703] ns3header: src/core/system-thread.h -> build/debug/ns3/system-thread.h [ 43/703] ns3header: src/core/system-condition.h -> build/debug/ns3/system-condition.h [ 44/703] ns3header: src/common/buffer.h -> build/debug/ns3/buffer.h [ 45/703] ns3header: src/common/chunk.h -> build/debug/ns3/chunk.h [ 46/703] ns3header: src/common/header.h -> build/debug/ns3/header.h [ 47/703] ns3header: src/common/trailer.h -> build/debug/ns3/trailer.h [ 48/703] ns3header: src/common/packet.h -> build/debug/ns3/packet.h [ 49/703] ns3header: src/common/packet-metadata.h -> build/debug/ns3/packet-metadata.h [ 50/703] ns3header: src/common/pcap-writer.h -> build/debug/ns3/pcap-writer.h [ 51/703] ns3header: src/common/data-rate.h -> build/debug/ns3/data-rate.h [ 52/703] ns3header: src/common/error-model.h -> build/debug/ns3/error-model.h [ 53/703] ns3header: src/common/tag.h -> build/debug/ns3/tag.h [ 54/703] ns3header: src/common/byte-tag-list.h -> build/debug/ns3/byte-tag-list.h [ 55/703] ns3header: src/common/tag-buffer.h -> build/debug/ns3/tag-buffer.h [ 56/703] ns3header: src/common/packet-tag-list.h -> build/debug/ns3/packet-tag-list.h [ 57/703] ns3header: src/simulator/high-precision.h -> build/debug/ns3/high-precision.h [ 58/703] ns3header: src/simulator/nstime.h -> build/debug/ns3/nstime.h [ 59/703] ns3header: src/simulator/event-id.h -> build/debug/ns3/event-id.h [ 60/703] ns3header: src/simulator/event-impl.h -> build/debug/ns3/event-impl.h [ 61/703] ns3header: src/simulator/simulator.h -> build/debug/ns3/simulator.h [ 62/703] ns3header: src/simulator/simulator-impl.h -> build/debug/ns3/simulator-impl.h [ 63/703] ns3header: src/simulator/default-simulator-impl.h -> build/debug/ns3/default-simulator-impl.h [ 64/703] ns3header: src/simulator/scheduler.h -> build/debug/ns3/scheduler.h [ 65/703] ns3header: src/simulator/list-scheduler.h -> build/debug/ns3/list-scheduler.h [ 66/703] ns3header: src/simulator/map-scheduler.h -> build/debug/ns3/map-scheduler.h [ 67/703] ns3header: src/simulator/heap-scheduler.h -> build/debug/ns3/heap-scheduler.h [ 68/703] ns3header: src/simulator/calendar-scheduler.h -> build/debug/ns3/calendar-scheduler.h [ 69/703] ns3header: src/simulator/ns2-calendar-scheduler.h -> build/debug/ns3/ns2-calendar-scheduler.h [ 70/703] ns3header: src/simulator/simulation-singleton.h -> build/debug/ns3/simulation-singleton.h [ 71/703] ns3header: src/simulator/timer.h -> build/debug/ns3/timer.h [ 72/703] ns3header: src/simulator/timer-impl.h -> build/debug/ns3/timer-impl.h [ 73/703] ns3header: src/simulator/watchdog.h -> build/debug/ns3/watchdog.h [ 74/703] ns3header: src/simulator/synchronizer.h -> build/debug/ns3/synchronizer.h [ 75/703] ns3header: src/simulator/make-event.h -> build/debug/ns3/make-event.h [ 76/703] ns3header: src/simulator/high-precision-128.h -> build/debug/ns3/high-precision-128.h [ 77/703] ns3header: src/simulator/cairo-wideint-private.h -> build/debug/ns3/cairo-wideint-private.h [ 78/703] ns3header: src/simulator/realtime-simulator-impl.h -> build/debug/ns3/realtime-simulator-impl.h [ 79/703] ns3header: src/simulator/wall-clock-synchronizer.h -> build/debug/ns3/wall-clock-synchronizer.h [ 80/703] ns3header: src/contrib/event-garbage-collector.h -> build/debug/ns3/event-garbage-collector.h [ 81/703] ns3header: src/contrib/gnuplot.h -> build/debug/ns3/gnuplot.h [ 82/703] ns3header: src/contrib/delay-jitter-estimation.h -> build/debug/ns3/delay-jitter-estimation.h [ 83/703] ns3header: src/contrib/file-config.h -> build/debug/ns3/file-config.h [ 84/703] ns3header: src/contrib/config-store.h -> build/debug/ns3/config-store.h [ 85/703] ns3header: src/contrib/flow-id-tag.h -> build/debug/ns3/flow-id-tag.h [ 86/703] ns3header: src/node/address.h -> build/debug/ns3/address.h [ 87/703] ns3header: src/node/mac48-address.h -> build/debug/ns3/mac48-address.h [ 88/703] ns3header: src/node/mac64-address.h -> build/debug/ns3/mac64-address.h [ 89/703] ns3header: src/node/inet-socket-address.h -> build/debug/ns3/inet-socket-address.h [ 90/703] ns3header: src/node/packet-socket-address.h -> build/debug/ns3/packet-socket-address.h [ 91/703] ns3header: src/node/node.h -> build/debug/ns3/node.h [ 92/703] ns3header: src/node/ipv4-address.h -> build/debug/ns3/ipv4-address.h [ 93/703] ns3header: src/node/ipv4-interface-address.h -> build/debug/ns3/ipv4-interface-address.h [ 94/703] ns3header: src/node/ipv4-address-generator.h -> build/debug/ns3/ipv4-address-generator.h [ 95/703] ns3header: src/node/ipv4-header.h -> build/debug/ns3/ipv4-header.h [ 96/703] ns3header: src/node/net-device.h -> build/debug/ns3/net-device.h [ 97/703] ns3header: src/node/address-utils.h -> build/debug/ns3/address-utils.h [ 98/703] ns3header: src/node/ipv4-route.h -> build/debug/ns3/ipv4-route.h [ 99/703] ns3header: src/node/ipv4-routing-protocol.h -> build/debug/ns3/ipv4-routing-protocol.h [100/703] ns3header: src/node/queue.h -> build/debug/ns3/queue.h [101/703] ns3header: src/node/drop-tail-queue.h -> build/debug/ns3/drop-tail-queue.h [102/703] ns3header: src/node/llc-snap-header.h -> build/debug/ns3/llc-snap-header.h [103/703] ns3header: src/node/ethernet-header.h -> build/debug/ns3/ethernet-header.h [104/703] ns3header: src/node/ethernet-trailer.h -> build/debug/ns3/ethernet-trailer.h [105/703] ns3header: src/node/channel.h -> build/debug/ns3/channel.h [106/703] ns3header: src/node/node-list.h -> build/debug/ns3/node-list.h [107/703] ns3header: src/node/socket.h -> build/debug/ns3/socket.h [108/703] ns3header: src/node/socket-factory.h -> build/debug/ns3/socket-factory.h [109/703] ns3header: src/node/packet-socket-factory.h -> build/debug/ns3/packet-socket-factory.h [110/703] ns3header: src/node/udp-socket.h -> build/debug/ns3/udp-socket.h [111/703] ns3header: src/node/udp-socket-factory.h -> build/debug/ns3/udp-socket-factory.h [112/703] ns3header: src/node/tcp-socket.h -> build/debug/ns3/tcp-socket.h [113/703] ns3header: src/node/tcp-socket-factory.h -> build/debug/ns3/tcp-socket-factory.h [114/703] ns3header: src/node/ipv4.h -> build/debug/ns3/ipv4.h [115/703] ns3header: src/node/application.h -> build/debug/ns3/application.h [116/703] ns3header: src/node/simple-channel.h -> build/debug/ns3/simple-channel.h [117/703] ns3header: src/node/simple-net-device.h -> build/debug/ns3/simple-net-device.h [118/703] ns3header: src/node/inet6-socket-address.h -> build/debug/ns3/inet6-socket-address.h [119/703] ns3header: src/node/ipv6-address.h -> build/debug/ns3/ipv6-address.h [120/703] ns3header: src/node/ipv6-header.h -> build/debug/ns3/ipv6-header.h [121/703] ns3header: src/node/ipv4-raw-socket-factory.h -> build/debug/ns3/ipv4-raw-socket-factory.h [122/703] ns3header: src/internet-stack/udp-header.h -> build/debug/ns3/udp-header.h [123/703] ns3header: src/internet-stack/tcp-header.h -> build/debug/ns3/tcp-header.h [124/703] ns3header: src/internet-stack/sequence-number.h -> build/debug/ns3/sequence-number.h [125/703] ns3header: src/internet-stack/icmpv4.h -> build/debug/ns3/icmpv4.h [126/703] ns3header: src/devices/point-to-point/point-to-point-net-device.h -> build/debug/ns3/point-to-point-net-device.h [127/703] ns3header: src/devices/point-to-point/point-to-point-channel.h -> build/debug/ns3/point-to-point-channel.h [128/703] ns3header: src/devices/point-to-point/ppp-header.h -> build/debug/ns3/ppp-header.h [129/703] ns3header: src/devices/csma/backoff.h -> build/debug/ns3/backoff.h [130/703] ns3header: src/devices/csma/csma-net-device.h -> build/debug/ns3/csma-net-device.h [131/703] ns3header: src/devices/csma/csma-channel.h -> build/debug/ns3/csma-channel.h [132/703] ns3header: src/devices/emu/emu.h -> build/debug/ns3/emu.h [133/703] ns3header: src/devices/emu/emu-net-device.h -> build/debug/ns3/emu-net-device.h [134/703] ns3header: src/devices/bridge/bridge-net-device.h -> build/debug/ns3/bridge-net-device.h [135/703] ns3header: src/devices/bridge/bridge-channel.h -> build/debug/ns3/bridge-channel.h [136/703] ns3header: src/devices/tap-bridge/tap.h -> build/debug/ns3/tap.h [137/703] ns3header: src/devices/tap-bridge/tap-bridge.h -> build/debug/ns3/tap-bridge.h [138/703] ns3header: src/devices/virtual-net-device/virtual-net-device.h -> build/debug/ns3/virtual-net-device.h [139/703] ns3header: src/applications/onoff/onoff-application.h -> build/debug/ns3/onoff-application.h [140/703] ns3header: src/applications/packet-sink/packet-sink.h -> build/debug/ns3/packet-sink.h [141/703] ns3header: src/applications/udp-echo/udp-echo-client.h -> build/debug/ns3/udp-echo-client.h [142/703] ns3header: src/applications/udp-echo/udp-echo-server.h -> build/debug/ns3/udp-echo-server.h [143/703] ns3header: src/routing/olsr/olsr-routing-protocol.h -> build/debug/ns3/olsr-routing-protocol.h [144/703] ns3header: src/routing/olsr/olsr-header.h -> build/debug/ns3/olsr-header.h [145/703] ns3header: src/routing/olsr/olsr-state.h -> build/debug/ns3/olsr-state.h [146/703] ns3header: src/routing/olsr/olsr-repositories.h -> build/debug/ns3/olsr-repositories.h [147/703] ns3header: src/routing/global-routing/global-router-interface.h -> build/debug/ns3/global-router-interface.h [148/703] ns3header: src/routing/global-routing/global-route-manager.h -> build/debug/ns3/global-route-manager.h [149/703] ns3header: src/routing/global-routing/ipv4-global-routing.h -> build/debug/ns3/ipv4-global-routing.h [150/703] ns3header: src/routing/static-routing/ipv4-static-routing.h -> build/debug/ns3/ipv4-static-routing.h [151/703] ns3header: src/routing/static-routing/ipv4-routing-table-entry.h -> build/debug/ns3/ipv4-routing-table-entry.h [152/703] ns3header: src/routing/list-routing/ipv4-list-routing.h -> build/debug/ns3/ipv4-list-routing.h [153/703] ns3header: src/mobility/vector.h -> build/debug/ns3/vector.h [154/703] ns3header: src/mobility/hierarchical-mobility-model.h -> build/debug/ns3/hierarchical-mobility-model.h [155/703] ns3header: src/mobility/mobility-model.h -> build/debug/ns3/mobility-model.h [156/703] ns3header: src/mobility/position-allocator.h -> build/debug/ns3/position-allocator.h [157/703] ns3header: src/mobility/rectangle.h -> build/debug/ns3/rectangle.h [158/703] ns3header: src/mobility/constant-position-mobility-model.h -> build/debug/ns3/constant-position-mobility-model.h [159/703] ns3header: src/mobility/constant-velocity-helper.h -> build/debug/ns3/constant-velocity-helper.h [160/703] ns3header: src/mobility/constant-velocity-mobility-model.h -> build/debug/ns3/constant-velocity-mobility-model.h [161/703] ns3header: src/mobility/random-waypoint-mobility-model.h -> build/debug/ns3/random-waypoint-mobility-model.h [162/703] ns3header: src/mobility/random-walk-2d-mobility-model.h -> build/debug/ns3/random-walk-2d-mobility-model.h [163/703] ns3header: src/mobility/random-direction-2d-mobility-model.h -> build/debug/ns3/random-direction-2d-mobility-model.h [164/703] ns3header: src/mobility/constant-acceleration-mobility-model.h -> build/debug/ns3/constant-acceleration-mobility-model.h [165/703] ns3header: src/devices/wifi/propagation-delay-model.h -> build/debug/ns3/propagation-delay-model.h [166/703] ns3header: src/devices/wifi/propagation-loss-model.h -> build/debug/ns3/propagation-loss-model.h [167/703] ns3header: src/devices/wifi/jakes-propagation-loss-model.h -> build/debug/ns3/jakes-propagation-loss-model.h [168/703] ns3header: src/devices/wifi/wifi-net-device.h -> build/debug/ns3/wifi-net-device.h [169/703] ns3header: src/devices/wifi/wifi-channel.h -> build/debug/ns3/wifi-channel.h [170/703] ns3header: src/devices/wifi/wifi-mode.h -> build/debug/ns3/wifi-mode.h [171/703] ns3header: src/devices/wifi/ssid.h -> build/debug/ns3/ssid.h [172/703] ns3header: src/devices/wifi/wifi-preamble.h -> build/debug/ns3/wifi-preamble.h [173/703] ns3header: src/devices/wifi/wifi-phy-standard.h -> build/debug/ns3/wifi-phy-standard.h [174/703] ns3header: src/devices/wifi/yans-wifi-phy.h -> build/debug/ns3/yans-wifi-phy.h [175/703] ns3header: src/devices/wifi/yans-wifi-channel.h -> build/debug/ns3/yans-wifi-channel.h [176/703] ns3header: src/devices/wifi/wifi-phy.h -> build/debug/ns3/wifi-phy.h [177/703] ns3header: src/devices/wifi/interference-helper.h -> build/debug/ns3/interference-helper.h [178/703] ns3header: src/devices/wifi/wifi-remote-station-manager.h -> build/debug/ns3/wifi-remote-station-manager.h [179/703] ns3header: src/devices/wifi/arf-wifi-manager.h -> build/debug/ns3/arf-wifi-manager.h [180/703] ns3header: src/devices/wifi/aarf-wifi-manager.h -> build/debug/ns3/aarf-wifi-manager.h [181/703] ns3header: src/devices/wifi/constant-rate-wifi-manager.h -> build/debug/ns3/constant-rate-wifi-manager.h [182/703] ns3header: src/devices/wifi/ideal-wifi-manager.h -> build/debug/ns3/ideal-wifi-manager.h [183/703] ns3header: src/devices/wifi/amrr-wifi-manager.h -> build/debug/ns3/amrr-wifi-manager.h [184/703] ns3header: src/devices/wifi/onoe-wifi-manager.h -> build/debug/ns3/onoe-wifi-manager.h [185/703] ns3header: src/devices/wifi/rraa-wifi-manager.h -> build/debug/ns3/rraa-wifi-manager.h [186/703] ns3header: src/devices/wifi/wifi-mac.h -> build/debug/ns3/wifi-mac.h [187/703] ns3header: src/devices/wifi/adhoc-wifi-mac.h -> build/debug/ns3/adhoc-wifi-mac.h [188/703] ns3header: src/devices/wifi/nqsta-wifi-mac.h -> build/debug/ns3/nqsta-wifi-mac.h [189/703] ns3header: src/devices/wifi/nqap-wifi-mac.h -> build/debug/ns3/nqap-wifi-mac.h [190/703] ns3header: src/devices/wifi/wifi-phy.h -> build/debug/ns3/wifi-phy.h [191/703] ns3header: src/devices/wifi/supported-rates.h -> build/debug/ns3/supported-rates.h [192/703] ns3header: src/devices/wifi/error-rate-model.h -> build/debug/ns3/error-rate-model.h [193/703] ns3header: src/devices/wifi/yans-error-rate-model.h -> build/debug/ns3/yans-error-rate-model.h [194/703] ns3header: src/devices/wifi/dca-txop.h -> build/debug/ns3/dca-txop.h [195/703] ns3header: src/devices/wifi/wifi-mac-header.h -> build/debug/ns3/wifi-mac-header.h [196/703] ns3header: src/devices/wifi/qadhoc-wifi-mac.h -> build/debug/ns3/qadhoc-wifi-mac.h [197/703] ns3header: src/devices/wifi/qap-wifi-mac.h -> build/debug/ns3/qap-wifi-mac.h [198/703] ns3header: src/devices/wifi/qsta-wifi-mac.h -> build/debug/ns3/qsta-wifi-mac.h [199/703] ns3header: src/devices/wifi/qos-utils.h -> build/debug/ns3/qos-utils.h [200/703] ns3header: src/devices/wifi/edca-txop-n.h -> build/debug/ns3/edca-txop-n.h [201/703] ns3header: src/devices/wifi/msdu-aggregator.h -> build/debug/ns3/msdu-aggregator.h [202/703] ns3header: src/devices/wifi/amsdu-subframe-header.h -> build/debug/ns3/amsdu-subframe-header.h [203/703] ns3header: src/devices/wifi/qos-tag.h -> build/debug/ns3/qos-tag.h [204/703] ns3header: src/devices/wifi/mgt-headers.h -> build/debug/ns3/mgt-headers.h [205/703] ns3header: src/devices/wifi/status-code.h -> build/debug/ns3/status-code.h [206/703] ns3header: src/devices/wifi/capability-information.h -> build/debug/ns3/capability-information.h [207/703] ns3header: src/devices/wifi/dcf-manager.h -> build/debug/ns3/dcf-manager.h [208/703] ns3header: src/devices/wifi/mac-rx-middle.h -> build/debug/ns3/mac-rx-middle.h [209/703] ns3header: src/devices/wifi/mac-low.h -> build/debug/ns3/mac-low.h [210/703] ns3header: src/helper/node-container.h -> build/debug/ns3/node-container.h [211/703] ns3header: src/helper/net-device-container.h -> build/debug/ns3/net-device-container.h [212/703] ns3header: src/helper/wifi-helper.h -> build/debug/ns3/wifi-helper.h [213/703] ns3header: src/helper/olsr-helper.h -> build/debug/ns3/olsr-helper.h [214/703] ns3header: src/helper/point-to-point-helper.h -> build/debug/ns3/point-to-point-helper.h [215/703] ns3header: src/helper/csma-helper.h -> build/debug/ns3/csma-helper.h [216/703] ns3header: src/helper/mobility-helper.h -> build/debug/ns3/mobility-helper.h [217/703] ns3header: src/helper/ns2-mobility-helper.h -> build/debug/ns3/ns2-mobility-helper.h [218/703] ns3header: src/helper/ipv4-address-helper.h -> build/debug/ns3/ipv4-address-helper.h [219/703] ns3header: src/helper/ipv4-static-routing-helper.h -> build/debug/ns3/ipv4-static-routing-helper.h [220/703] ns3header: src/helper/internet-stack-helper.h -> build/debug/ns3/internet-stack-helper.h [221/703] ns3header: src/helper/application-container.h -> build/debug/ns3/application-container.h [222/703] ns3header: src/helper/on-off-helper.h -> build/debug/ns3/on-off-helper.h [223/703] ns3header: src/helper/packet-sink-helper.h -> build/debug/ns3/packet-sink-helper.h [224/703] ns3header: src/helper/packet-socket-helper.h -> build/debug/ns3/packet-socket-helper.h [225/703] ns3header: src/helper/ipv4-interface-container.h -> build/debug/ns3/ipv4-interface-container.h [226/703] ns3header: src/helper/udp-echo-helper.h -> build/debug/ns3/udp-echo-helper.h [227/703] ns3header: src/helper/bridge-helper.h -> build/debug/ns3/bridge-helper.h [228/703] ns3header: src/helper/yans-wifi-helper.h -> build/debug/ns3/yans-wifi-helper.h [229/703] ns3header: src/helper/v4ping-helper.h -> build/debug/ns3/v4ping-helper.h [230/703] ns3header: src/helper/nqos-wifi-mac-helper.h -> build/debug/ns3/nqos-wifi-mac-helper.h [231/703] ns3header: src/helper/qos-wifi-mac-helper.h -> build/debug/ns3/qos-wifi-mac-helper.h [232/703] ns3header: src/helper/ipv4-global-routing-helper.h -> build/debug/ns3/ipv4-global-routing-helper.h [233/703] ns3header: src/helper/ipv4-list-routing-helper.h -> build/debug/ns3/ipv4-list-routing-helper.h [234/703] ns3header: src/helper/ipv4-routing-helper.h -> build/debug/ns3/ipv4-routing-helper.h [235/703] ns3header: src/helper/emu-helper.h -> build/debug/ns3/emu-helper.h [236/703] ns3header: src/helper/tap-bridge-helper.h -> build/debug/ns3/tap-bridge-helper.h [237/703] ns3header: src/contrib/stats/data-calculator.h -> build/debug/ns3/data-calculator.h [238/703] ns3header: src/contrib/stats/packet-data-calculators.h -> build/debug/ns3/packet-data-calculators.h [239/703] ns3header: src/contrib/stats/time-data-calculators.h -> build/debug/ns3/time-data-calculators.h [240/703] ns3header: src/contrib/stats/basic-data-calculators.h -> build/debug/ns3/basic-data-calculators.h [241/703] ns3header: src/contrib/stats/data-output-interface.h -> build/debug/ns3/data-output-interface.h [242/703] ns3header: src/contrib/stats/omnet-data-output.h -> build/debug/ns3/omnet-data-output.h [243/703] ns3header: src/contrib/stats/data-collector.h -> build/debug/ns3/data-collector.h [244/703] ns3header: src/applications/v4ping/v4ping.h -> build/debug/ns3/v4ping.h [245/703] command (${PYTHON}): bindings/python/ns3modulegen.py bindings/python/ns3modulegen_generated.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_node.py bindings/python/ns3_module_static_routing.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_wifi.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_virtual_net_device.py bindings/python/ns3_module_common.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_core.py bindings/python/ns3_module_tap_bridge.py bindi! ngs/python/ns3_module_onoff.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_mobility.py -> build/debug/bindings/python/ns3module.cc build/debug/bindings/python/ns3module.h build/debug/bindings/python/ns3modulegen.log build/debug/bindings/python/ns3_module_packet_sink.cc build/debug/bindings/python/ns3_module_olsr.cc build/debug/bindings/python/ns3_module_v4ping.cc build/debug/bindings/python/ns3_module_node.cc build/debug/bindings/python/ns3_module_static_routing.cc build/debug/bindings/python/ns3_module_stats.cc build/debug/bindings/python/ns3_module_bridge.cc build/debug/bindings/python/ns3_module_csma.cc build/debug/bindings/python/ns3_module_emu.cc build/debug/bindings/python/ns3_module_wifi.cc build/debug/bindings/python/ns3_module_global_routing.cc build/debug/bindings/python/ns3_module_helper.cc build/debug/bindings/python/ns3_module_simulator.cc build/debug/bindings/python/ns3_module_point_to_point.cc build/debug/bindings/python/ns3_module_list_r! outing.cc build/debug/bindings/python/ns3_module_virtual_net_d! evice.cc build/debug/bindings/python/ns3_module_common.cc build/debug/bindings/python/ns3_module_udp_echo.cc build/debug/bindings/python/ns3_module_internet_stack.cc build/debug/bindings/python/ns3_module_core.cc build/debug/bindings/python/ns3_module_tap_bridge.cc build/debug/bindings/python/ns3_module_onoff.cc build/debug/bindings/python/ns3_module_contrib.cc build/debug/bindings/python/ns3_module_mobility.cc [246/703] gen_everything_h: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h build/de! bug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap! -scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/! ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/address-utils.h build/debug/ns3/ipv4-ro! ute.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/application.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channel.h build/debug/ns3/ppp-header.h bu! ild/debug/ns3/backoff.h build/debug/ns3/csma-net-device.h build/debug/n! s3/csma-channel.h build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h build/debug/ns3/virtual-net-device.h build/debug/ns3/onoff-application.h build/debug/ns3/packet-sink.h build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h build/debug/ns3/ipv4-list-routing.h build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.h build/debug/ns3/constant-velocity! -helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build/debug/ns3/onoe-wifi-manager.h buil! d/debug/ns3/rraa-wifi-manager.h build/debug/ns3/wifi-mac.h build/debug/! ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobil! ity-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h build/debug/ns3/tap-bridge-helper.h build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-collec! tor.h build/debug/ns3/v4ping.h -> build/debug/bindings/python/everythin! g.h [247/703] gen_ns3_module_header: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h bui! ld/debug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h -> build/debug/ns3/core-module.h [248/703] gen_ns3_module_header: build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h -> build/debug/ns3/common-module.h [249/703] gen_ns3_module_header: build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap-scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h -> build/debug/ns3/simulator-module.h [250/703] gen_ns3_module_header: build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h -> build/debug/ns3/contrib-module.h [251/703] gen_ns3_module_header: build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/address-utils.h build/debug/ns3/ipv4-route.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/applicat! ion.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h -> build/debug/ns3/node-module.h [252/703] gen_ns3_module_header: build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h -> build/debug/ns3/internet-stack-module.h [253/703] gen_ns3_module_header: build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channel.h build/debug/ns3/ppp-header.h -> build/debug/ns3/point-to-point-module.h [254/703] gen_ns3_module_header: build/debug/ns3/backoff.h build/debug/ns3/csma-net-device.h build/debug/ns3/csma-channel.h -> build/debug/ns3/csma-module.h [255/703] gen_ns3_module_header: build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h -> build/debug/ns3/emu-module.h [256/703] gen_ns3_module_header: build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h -> build/debug/ns3/bridge-module.h [257/703] gen_ns3_module_header: build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h -> build/debug/ns3/tap-bridge-module.h [258/703] gen_ns3_module_header: build/debug/ns3/virtual-net-device.h -> build/debug/ns3/virtual-net-device-module.h [259/703] gen_ns3_module_header: build/debug/ns3/onoff-application.h -> build/debug/ns3/onoff-module.h [260/703] gen_ns3_module_header: build/debug/ns3/packet-sink.h -> build/debug/ns3/packet-sink-module.h [261/703] gen_ns3_module_header: build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h -> build/debug/ns3/udp-echo-module.h [262/703] gen_ns3_module_header: build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h -> build/debug/ns3/olsr-module.h [263/703] gen_ns3_module_header: build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h -> build/debug/ns3/global-routing-module.h [264/703] gen_ns3_module_header: build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h -> build/debug/ns3/static-routing-module.h [265/703] gen_ns3_module_header: build/debug/ns3/ipv4-list-routing.h -> build/debug/ns3/list-routing-module.h [266/703] gen_ns3_module_header: build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.h build/debug/ns3/constant-velocity-helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h -> build/debug/ns3/mobility-module.h [267/703] gen_ns3_module_header: build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build/debug/ns3/onoe-wifi-manager.h build/debug/ns3/rraa-wifi-manager.h build/debug/ns3/wifi-mac.h build/debug/ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/! error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h -> build/debug/ns3/wifi-module.h [268/703] gen_ns3_module_header: build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobility-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h bui! ld/debug/ns3/tap-bridge-helper.h -> build/debug/ns3/helper-module.h [269/703] gen_ns3_module_header: build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-collector.h -> build/debug/ns3/stats-module.h [270/703] gen_ns3_module_header: build/debug/ns3/v4ping.h -> build/debug/ns3/v4ping-module.h [271/703] cxx: src/core/callback-test.cc -> build/debug/src/core/callback-test_1.o [272/703] cxx: src/core/log.cc -> build/debug/src/core/log_1.o [273/703] cxx: src/core/breakpoint.cc -> build/debug/src/core/breakpoint_1.o [274/703] cxx: src/core/type-id.cc -> build/debug/src/core/type-id_1.o [275/703] cxx: src/core/attribute-list.cc -> build/debug/src/core/attribute-list_1.o [276/703] cxx: src/core/object-base.cc -> build/debug/src/core/object-base_1.o [277/703] cxx: src/core/ref-count-base.cc -> build/debug/src/core/ref-count-base_1.o [278/703] cxx: src/core/ptr.cc -> build/debug/src/core/ptr_1.o [279/703] cxx: src/core/object.cc -> build/debug/src/core/object_1.o [280/703] cxx: src/core/test.cc -> build/debug/src/core/test_1.o [281/703] cxx: src/core/random-variable.cc -> build/debug/src/core/random-variable_1.o [282/703] cxx: src/core/rng-stream.cc -> build/debug/src/core/rng-stream_1.o [283/703] cxx: src/core/command-line.cc -> build/debug/src/core/command-line_1.o [284/703] cxx: src/core/type-name.cc -> build/debug/src/core/type-name_1.o [285/703] cxx: src/core/type-traits-test.cc -> build/debug/src/core/type-traits-test_1.o [286/703] cxx: src/core/attribute.cc -> build/debug/src/core/attribute_1.o [287/703] cxx: src/core/boolean.cc -> build/debug/src/core/boolean_1.o [288/703] cxx: src/core/integer.cc -> build/debug/src/core/integer_1.o [289/703] cxx: src/core/uinteger.cc -> build/debug/src/core/uinteger_1.o [290/703] cxx: src/core/enum.cc -> build/debug/src/core/enum_1.o [291/703] cxx: src/core/double.cc -> build/debug/src/core/double_1.o [292/703] cxx: src/core/string.cc -> build/debug/src/core/string_1.o [293/703] cxx: src/core/pointer.cc -> build/debug/src/core/pointer_1.o [294/703] cxx: src/core/object-vector.cc -> build/debug/src/core/object-vector_1.o [295/703] cxx: src/core/attribute-test.cc -> build/debug/src/core/attribute-test_1.o [296/703] cxx: src/core/object-factory.cc -> build/debug/src/core/object-factory_1.o [297/703] cxx: src/core/global-value.cc -> build/debug/src/core/global-value_1.o [298/703] cxx: src/core/traced-callback.cc -> build/debug/src/core/traced-callback_1.o [299/703] cxx: src/core/trace-source-accessor.cc -> build/debug/src/core/trace-source-accessor_1.o [300/703] cxx: src/core/config.cc -> build/debug/src/core/config_1.o [301/703] cxx: src/core/callback.cc -> build/debug/src/core/callback_1.o [302/703] cxx: src/core/names.cc -> build/debug/src/core/names_1.o [303/703] cxx: src/core/unix-system-wall-clock-ms.cc -> build/debug/src/core/unix-system-wall-clock-ms_1.o [304/703] cxx: src/core/unix-system-thread.cc -> build/debug/src/core/unix-system-thread_1.o [305/703] cxx: src/core/unix-system-mutex.cc -> build/debug/src/core/unix-system-mutex_1.o [306/703] cxx: src/core/unix-system-condition.cc -> build/debug/src/core/unix-system-condition_1.o [307/703] cxx: src/common/buffer.cc -> build/debug/src/common/buffer_1.o [308/703] cxx: src/common/packet-metadata.cc -> build/debug/src/common/packet-metadata_1.o [309/703] cxx: src/common/packet-metadata-test.cc -> build/debug/src/common/packet-metadata-test_1.o [310/703] cxx: src/common/packet.cc -> build/debug/src/common/packet_1.o [311/703] cxx: src/common/chunk.cc -> build/debug/src/common/chunk_1.o [312/703] cxx: src/common/header.cc -> build/debug/src/common/header_1.o [313/703] cxx: src/common/trailer.cc -> build/debug/src/common/trailer_1.o [314/703] cxx: src/common/pcap-writer.cc -> build/debug/src/common/pcap-writer_1.o [315/703] cxx: src/common/data-rate.cc -> build/debug/src/common/data-rate_1.o [316/703] cxx: src/common/error-model.cc -> build/debug/src/common/error-model_1.o [317/703] cxx: src/common/tag.cc -> build/debug/src/common/tag_1.o [318/703] cxx: src/common/byte-tag-list.cc -> build/debug/src/common/byte-tag-list_1.o [319/703] cxx: src/common/tag-buffer.cc -> build/debug/src/common/tag-buffer_1.o [320/703] cxx: src/common/packet-tag-list.cc -> build/debug/src/common/packet-tag-list_1.o [321/703] cxx: src/simulator/high-precision.cc -> build/debug/src/simulator/high-precision_1.o [322/703] cxx: src/simulator/time.cc -> build/debug/src/simulator/time_1.o [323/703] cxx: src/simulator/event-id.cc -> build/debug/src/simulator/event-id_1.o [324/703] cxx: src/simulator/scheduler.cc -> build/debug/src/simulator/scheduler_1.o [325/703] cxx: src/simulator/list-scheduler.cc -> build/debug/src/simulator/list-scheduler_1.o [326/703] cxx: src/simulator/map-scheduler.cc -> build/debug/src/simulator/map-scheduler_1.o [327/703] cxx: src/simulator/heap-scheduler.cc -> build/debug/src/simulator/heap-scheduler_1.o [328/703] cxx: src/simulator/calendar-scheduler.cc -> build/debug/src/simulator/calendar-scheduler_1.o [329/703] cxx: src/simulator/ns2-calendar-scheduler.cc -> build/debug/src/simulator/ns2-calendar-scheduler_1.o [330/703] cxx: src/simulator/event-impl.cc -> build/debug/src/simulator/event-impl_1.o [331/703] cxx: src/simulator/simulator.cc -> build/debug/src/simulator/simulator_1.o [332/703] cxx: src/simulator/default-simulator-impl.cc -> build/debug/src/simulator/default-simulator-impl_1.o [333/703] cxx: src/simulator/timer.cc -> build/debug/src/simulator/timer_1.o [334/703] cxx: src/simulator/watchdog.cc -> build/debug/src/simulator/watchdog_1.o [335/703] cxx: src/simulator/synchronizer.cc -> build/debug/src/simulator/synchronizer_1.o [336/703] cxx: src/simulator/make-event.cc -> build/debug/src/simulator/make-event_1.o [337/703] cxx: src/simulator/high-precision-128.cc -> build/debug/src/simulator/high-precision-128_1.o [338/703] cxx: src/simulator/cairo-wideint.c -> build/debug/src/simulator/cairo-wideint_1.o [339/703] cxx: src/simulator/realtime-simulator-impl.cc -> build/debug/src/simulator/realtime-simulator-impl_1.o [340/703] cxx: src/simulator/wall-clock-synchronizer.cc -> build/debug/src/simulator/wall-clock-synchronizer_1.o [341/703] cxx: src/contrib/event-garbage-collector.cc -> build/debug/src/contrib/event-garbage-collector_1.o [342/703] cxx: src/contrib/gnuplot.cc -> build/debug/src/contrib/gnuplot_1.o [343/703] cxx: src/contrib/delay-jitter-estimation.cc -> build/debug/src/contrib/delay-jitter-estimation_1.o [344/703] cxx: src/contrib/attribute-iterator.cc -> build/debug/src/contrib/attribute-iterator_1.o [345/703] cxx: src/contrib/config-store.cc -> build/debug/src/contrib/config-store_1.o [346/703] cxx: src/contrib/flow-id-tag.cc -> build/debug/src/contrib/flow-id-tag_1.o [347/703] cxx: src/contrib/attribute-default-iterator.cc -> build/debug/src/contrib/attribute-default-iterator_1.o [348/703] cxx: src/contrib/file-config.cc -> build/debug/src/contrib/file-config_1.o [349/703] cxx: src/contrib/raw-text-config.cc -> build/debug/src/contrib/raw-text-config_1.o [350/703] cxx: src/node/address.cc -> build/debug/src/node/address_1.o [351/703] cxx: src/node/mac48-address.cc -> build/debug/src/node/mac48-address_1.o [352/703] cxx: src/node/mac64-address.cc -> build/debug/src/node/mac64-address_1.o [353/703] cxx: src/node/inet-socket-address.cc -> build/debug/src/node/inet-socket-address_1.o [354/703] cxx: src/node/packet-socket-address.cc -> build/debug/src/node/packet-socket-address_1.o [355/703] cxx: src/node/node.cc -> build/debug/src/node/node_1.o [356/703] cxx: src/node/ipv4-address.cc -> build/debug/src/node/ipv4-address_1.o [357/703] cxx: src/node/ipv4-interface-address.cc -> build/debug/src/node/ipv4-interface-address_1.o [358/703] cxx: src/node/ipv4-address-generator.cc -> build/debug/src/node/ipv4-address-generator_1.o [359/703] cxx: src/node/ipv4-header.cc -> build/debug/src/node/ipv4-header_1.o [360/703] cxx: src/node/net-device.cc -> build/debug/src/node/net-device_1.o [361/703] cxx: src/node/address-utils.cc -> build/debug/src/node/address-utils_1.o [362/703] cxx: src/node/llc-snap-header.cc -> build/debug/src/node/llc-snap-header_1.o [363/703] cxx: src/node/ethernet-header.cc -> build/debug/src/node/ethernet-header_1.o [364/703] cxx: src/node/ethernet-trailer.cc -> build/debug/src/node/ethernet-trailer_1.o [365/703] cxx: src/node/ipv4-route.cc -> build/debug/src/node/ipv4-route_1.o [366/703] cxx: src/node/ipv4-routing-protocol.cc -> build/debug/src/node/ipv4-routing-protocol_1.o [367/703] cxx: src/node/queue.cc -> build/debug/src/node/queue_1.o [368/703] cxx: src/node/drop-tail-queue.cc -> build/debug/src/node/drop-tail-queue_1.o [369/703] cxx: src/node/channel.cc -> build/debug/src/node/channel_1.o [370/703] cxx: src/node/node-list.cc -> build/debug/src/node/node-list_1.o [371/703] cxx: src/node/socket.cc -> build/debug/src/node/socket_1.o [372/703] cxx: src/node/socket-factory.cc -> build/debug/src/node/socket-factory_1.o [373/703] cxx: src/node/packet-socket-factory.cc -> build/debug/src/node/packet-socket-factory_1.o [374/703] cxx: src/node/packet-socket.cc -> build/debug/src/node/packet-socket_1.o [375/703] cxx: src/node/udp-socket.cc -> build/debug/src/node/udp-socket_1.o [376/703] cxx: src/node/udp-socket-factory.cc -> build/debug/src/node/udp-socket-factory_1.o [377/703] cxx: src/node/tcp-socket.cc -> build/debug/src/node/tcp-socket_1.o [378/703] cxx: src/node/tcp-socket-factory.cc -> build/debug/src/node/tcp-socket-factory_1.o [379/703] cxx: src/node/ipv4.cc -> build/debug/src/node/ipv4_1.o [380/703] cxx: src/node/application.cc -> build/debug/src/node/application_1.o [381/703] cxx: src/node/simple-channel.cc -> build/debug/src/node/simple-channel_1.o [382/703] cxx: src/node/simple-net-device.cc -> build/debug/src/node/simple-net-device_1.o [383/703] cxx: src/node/inet6-socket-address.cc -> build/debug/src/node/inet6-socket-address_1.o [384/703] cxx: src/node/ipv6-address.cc -> build/debug/src/node/ipv6-address_1.o [385/703] cxx: src/node/ipv6-header.cc -> build/debug/src/node/ipv6-header_1.o [386/703] cxx: src/node/ipv4-raw-socket-factory.cc -> build/debug/src/node/ipv4-raw-socket-factory_1.o [387/703] cxx: src/internet-stack/tcp-test.cc -> build/debug/src/internet-stack/tcp-test_1.o [388/703] cxx: src/internet-stack/udp-test.cc -> build/debug/src/internet-stack/udp-test_1.o [389/703] cxx: src/internet-stack/ipv4-test.cc -> build/debug/src/internet-stack/ipv4-test_1.o [390/703] cxx: src/internet-stack/ipv4-l4-protocol.cc -> build/debug/src/internet-stack/ipv4-l4-protocol_1.o [391/703] cxx: src/internet-stack/udp-header.cc -> build/debug/src/internet-stack/udp-header_1.o [392/703] cxx: src/internet-stack/tcp-header.cc -> build/debug/src/internet-stack/tcp-header_1.o [393/703] cxx: src/internet-stack/ipv4-interface.cc -> build/debug/src/internet-stack/ipv4-interface_1.o [394/703] cxx: src/internet-stack/ipv4-l3-protocol.cc -> build/debug/src/internet-stack/ipv4-l3-protocol_1.o [395/703] cxx: src/internet-stack/ipv4-end-point.cc -> build/debug/src/internet-stack/ipv4-end-point_1.o [396/703] cxx: src/internet-stack/udp-l4-protocol.cc -> build/debug/src/internet-stack/udp-l4-protocol_1.o [397/703] cxx: src/internet-stack/tcp-l4-protocol.cc -> build/debug/src/internet-stack/tcp-l4-protocol_1.o [398/703] cxx: src/internet-stack/arp-header.cc -> build/debug/src/internet-stack/arp-header_1.o [399/703] cxx: src/internet-stack/arp-cache.cc -> build/debug/src/internet-stack/arp-cache_1.o [400/703] cxx: src/internet-stack/arp-l3-protocol.cc -> build/debug/src/internet-stack/arp-l3-protocol_1.o [401/703] cxx: src/internet-stack/udp-socket-impl.cc -> build/debug/src/internet-stack/udp-socket-impl_1.o [402/703] cxx: src/internet-stack/tcp-socket-impl.cc -> build/debug/src/internet-stack/tcp-socket-impl_1.o [403/703] cxx: src/internet-stack/ipv4-end-point-demux.cc -> build/debug/src/internet-stack/ipv4-end-point-demux_1.o [404/703] cxx: src/internet-stack/udp-socket-factory-impl.cc -> build/debug/src/internet-stack/udp-socket-factory-impl_1.o [405/703] cxx: src/internet-stack/tcp-socket-factory-impl.cc -> build/debug/src/internet-stack/tcp-socket-factory-impl_1.o [406/703] cxx: src/internet-stack/pending-data.cc -> build/debug/src/internet-stack/pending-data_1.o [407/703] cxx: src/internet-stack/sequence-number.cc -> build/debug/src/internet-stack/sequence-number_1.o [408/703] cxx: src/internet-stack/rtt-estimator.cc -> build/debug/src/internet-stack/rtt-estimator_1.o [409/703] cxx: src/internet-stack/ipv4-raw-socket-factory-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-factory-impl_1.o [410/703] cxx: src/internet-stack/ipv4-raw-socket-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-impl_1.o [411/703] cxx: src/internet-stack/icmpv4.cc -> build/debug/src/internet-stack/icmpv4_1.o [412/703] cxx: src/internet-stack/icmpv4-l4-protocol.cc -> build/debug/src/internet-stack/icmpv4-l4-protocol_1.o [413/703] cxx: src/internet-stack/loopback-net-device.cc -> build/debug/src/internet-stack/loopback-net-device_1.o [414/703] cxx: src/devices/point-to-point/point-to-point-net-device.cc -> build/debug/src/devices/point-to-point/point-to-point-net-device_1.o [415/703] cxx: src/devices/point-to-point/point-to-point-channel.cc -> build/debug/src/devices/point-to-point/point-to-point-channel_1.o [416/703] cxx: src/devices/point-to-point/point-to-point-test.cc -> build/debug/src/devices/point-to-point/point-to-point-test_1.o [417/703] cxx: src/devices/point-to-point/ppp-header.cc -> build/debug/src/devices/point-to-point/ppp-header_1.o [418/703] cxx: src/devices/csma/backoff.cc -> build/debug/src/devices/csma/backoff_1.o [419/703] cxx: src/devices/csma/csma-net-device.cc -> build/debug/src/devices/csma/csma-net-device_1.o [420/703] cxx: src/devices/csma/csma-channel.cc -> build/debug/src/devices/csma/csma-channel_1.o [421/703] cxx: src/devices/emu/emu-net-device.cc -> build/debug/src/devices/emu/emu-net-device_1.o [422/703] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_1.o [423/703] cxx: src/devices/emu/emu-sock-creator.cc -> build/debug/src/devices/emu/emu-sock-creator_3.o [424/703] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_3.o [425/703] cxx: src/devices/bridge/bridge-net-device.cc -> build/debug/src/devices/bridge/bridge-net-device_1.o [426/703] cxx: src/devices/bridge/bridge-channel.cc -> build/debug/src/devices/bridge/bridge-channel_1.o [427/703] cxx: src/devices/tap-bridge/tap-bridge.cc -> build/debug/src/devices/tap-bridge/tap-bridge_1.o [428/703] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_1.o [429/703] cxx: src/devices/tap-bridge/tap-creator.cc -> build/debug/src/devices/tap-bridge/tap-creator_3.o [430/703] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_3.o [431/703] cxx: src/devices/virtual-net-device/virtual-net-device.cc -> build/debug/src/devices/virtual-net-device/virtual-net-device_1.o [432/703] cxx: src/applications/onoff/onoff-application.cc -> build/debug/src/applications/onoff/onoff-application_1.o [433/703] cxx: src/applications/packet-sink/packet-sink.cc -> build/debug/src/applications/packet-sink/packet-sink_1.o [434/703] cxx: src/applications/udp-echo/udp-echo-client.cc -> build/debug/src/applications/udp-echo/udp-echo-client_1.o [435/703] cxx: src/applications/udp-echo/udp-echo-server.cc -> build/debug/src/applications/udp-echo/udp-echo-server_1.o [436/703] cxx: src/routing/olsr/olsr-header.cc -> build/debug/src/routing/olsr/olsr-header_1.o [437/703] cxx: src/routing/olsr/olsr-state.cc -> build/debug/src/routing/olsr/olsr-state_1.o [438/703] cxx: src/routing/olsr/olsr-routing-protocol.cc -> build/debug/src/routing/olsr/olsr-routing-protocol_1.o [439/703] cxx: src/routing/global-routing/global-router-interface.cc -> build/debug/src/routing/global-routing/global-router-interface_1.o [440/703] cxx: src/routing/global-routing/global-route-manager.cc -> build/debug/src/routing/global-routing/global-route-manager_1.o [441/703] cxx: src/routing/global-routing/global-route-manager-impl.cc -> build/debug/src/routing/global-routing/global-route-manager-impl_1.o [442/703] cxx: src/routing/global-routing/candidate-queue.cc -> build/debug/src/routing/global-routing/candidate-queue_1.o [443/703] cxx: src/routing/global-routing/ipv4-global-routing.cc -> build/debug/src/routing/global-routing/ipv4-global-routing_1.o [444/703] cxx: src/routing/static-routing/ipv4-static-routing.cc -> build/debug/src/routing/static-routing/ipv4-static-routing_1.o [445/703] cxx: src/routing/static-routing/ipv4-routing-table-entry.cc -> build/debug/src/routing/static-routing/ipv4-routing-table-entry_1.o [446/703] cxx: src/routing/list-routing/ipv4-list-routing.cc -> build/debug/src/routing/list-routing/ipv4-list-routing_1.o [447/703] cxx: src/mobility/vector.cc -> build/debug/src/mobility/vector_1.o [448/703] cxx: src/mobility/hierarchical-mobility-model.cc -> build/debug/src/mobility/hierarchical-mobility-model_1.o [449/703] cxx: src/mobility/mobility-model.cc -> build/debug/src/mobility/mobility-model_1.o [450/703] cxx: src/mobility/position-allocator.cc -> build/debug/src/mobility/position-allocator_1.o [451/703] cxx: src/mobility/rectangle.cc -> build/debug/src/mobility/rectangle_1.o [452/703] cxx: src/mobility/constant-position-mobility-model.cc -> build/debug/src/mobility/constant-position-mobility-model_1.o [453/703] cxx: src/mobility/constant-velocity-helper.cc -> build/debug/src/mobility/constant-velocity-helper_1.o [454/703] cxx: src/mobility/constant-velocity-mobility-model.cc -> build/debug/src/mobility/constant-velocity-mobility-model_1.o [455/703] cxx: src/mobility/random-waypoint-mobility-model.cc -> build/debug/src/mobility/random-waypoint-mobility-model_1.o [456/703] cxx: src/mobility/random-walk-2d-mobility-model.cc -> build/debug/src/mobility/random-walk-2d-mobility-model_1.o [457/703] cxx: src/mobility/random-direction-2d-mobility-model.cc -> build/debug/src/mobility/random-direction-2d-mobility-model_1.o [458/703] cxx: src/mobility/constant-acceleration-mobility-model.cc -> build/debug/src/mobility/constant-acceleration-mobility-model_1.o [459/703] cxx: src/devices/wifi/propagation-delay-model.cc -> build/debug/src/devices/wifi/propagation-delay-model_1.o [460/703] cxx: src/devices/wifi/propagation-loss-model.cc -> build/debug/src/devices/wifi/propagation-loss-model_1.o [461/703] cxx: src/devices/wifi/jakes-propagation-loss-model.cc -> build/debug/src/devices/wifi/jakes-propagation-loss-model_1.o [462/703] cxx: src/devices/wifi/wifi-channel.cc -> build/debug/src/devices/wifi/wifi-channel_1.o [463/703] cxx: src/devices/wifi/wifi-mode.cc -> build/debug/src/devices/wifi/wifi-mode_1.o [464/703] cxx: src/devices/wifi/ssid.cc -> build/debug/src/devices/wifi/ssid_1.o [465/703] cxx: src/devices/wifi/wifi-phy.cc -> build/debug/src/devices/wifi/wifi-phy_1.o [466/703] cxx: src/devices/wifi/wifi-phy-state-helper.cc -> build/debug/src/devices/wifi/wifi-phy-state-helper_1.o [467/703] cxx: src/devices/wifi/error-rate-model.cc -> build/debug/src/devices/wifi/error-rate-model_1.o [468/703] cxx: src/devices/wifi/yans-error-rate-model.cc -> build/debug/src/devices/wifi/yans-error-rate-model_1.o [469/703] cxx: src/devices/wifi/interference-helper.cc -> build/debug/src/devices/wifi/interference-helper_1.o [470/703] cxx: src/devices/wifi/interference-helper-tx-duration-test.cc -> build/debug/src/devices/wifi/interference-helper-tx-duration-test_1.o [471/703] cxx: src/devices/wifi/yans-wifi-phy.cc -> build/debug/src/devices/wifi/yans-wifi-phy_1.o [472/703] cxx: src/devices/wifi/yans-wifi-channel.cc -> build/debug/src/devices/wifi/yans-wifi-channel_1.o [473/703] cxx: src/devices/wifi/wifi-mac-header.cc -> build/debug/src/devices/wifi/wifi-mac-header_1.o [474/703] cxx: src/devices/wifi/wifi-mac-trailer.cc -> build/debug/src/devices/wifi/wifi-mac-trailer_1.o [475/703] cxx: src/devices/wifi/mac-low.cc -> build/debug/src/devices/wifi/mac-low_1.o [476/703] cxx: src/devices/wifi/wifi-mac-queue.cc -> build/debug/src/devices/wifi/wifi-mac-queue_1.o [477/703] cxx: src/devices/wifi/mac-tx-middle.cc -> build/debug/src/devices/wifi/mac-tx-middle_1.o [478/703] cxx: src/devices/wifi/mac-rx-middle.cc -> build/debug/src/devices/wifi/mac-rx-middle_1.o [479/703] cxx: src/devices/wifi/dca-txop.cc -> build/debug/src/devices/wifi/dca-txop_1.o [480/703] cxx: src/devices/wifi/supported-rates.cc -> build/debug/src/devices/wifi/supported-rates_1.o [481/703] cxx: src/devices/wifi/capability-information.cc -> build/debug/src/devices/wifi/capability-information_1.o [482/703] cxx: src/devices/wifi/status-code.cc -> build/debug/src/devices/wifi/status-code_1.o [483/703] cxx: src/devices/wifi/mgt-headers.cc -> build/debug/src/devices/wifi/mgt-headers_1.o [484/703] cxx: src/devices/wifi/random-stream.cc -> build/debug/src/devices/wifi/random-stream_1.o [485/703] cxx: src/devices/wifi/dcf-manager.cc -> build/debug/src/devices/wifi/dcf-manager_1.o [486/703] cxx: src/devices/wifi/dcf-manager-test.cc -> build/debug/src/devices/wifi/dcf-manager-test_1.o [487/703] cxx: src/devices/wifi/wifi-mac.cc -> build/debug/src/devices/wifi/wifi-mac_1.o [488/703] cxx: src/devices/wifi/wifi-remote-station-manager.cc -> build/debug/src/devices/wifi/wifi-remote-station-manager_1.o [489/703] cxx: src/devices/wifi/adhoc-wifi-mac.cc -> build/debug/src/devices/wifi/adhoc-wifi-mac_1.o [490/703] cxx: src/devices/wifi/nqap-wifi-mac.cc -> build/debug/src/devices/wifi/nqap-wifi-mac_1.o [491/703] cxx: src/devices/wifi/nqsta-wifi-mac.cc -> build/debug/src/devices/wifi/nqsta-wifi-mac_1.o [492/703] cxx: src/devices/wifi/wifi-net-device.cc -> build/debug/src/devices/wifi/wifi-net-device_1.o [493/703] cxx: src/devices/wifi/arf-wifi-manager.cc -> build/debug/src/devices/wifi/arf-wifi-manager_1.o [494/703] cxx: src/devices/wifi/aarf-wifi-manager.cc -> build/debug/src/devices/wifi/aarf-wifi-manager_1.o [495/703] cxx: src/devices/wifi/ideal-wifi-manager.cc -> build/debug/src/devices/wifi/ideal-wifi-manager_1.o [496/703] cxx: src/devices/wifi/amrr-wifi-manager.cc -> build/debug/src/devices/wifi/amrr-wifi-manager_1.o [497/703] cxx: src/devices/wifi/onoe-wifi-manager.cc -> build/debug/src/devices/wifi/onoe-wifi-manager_1.o [498/703] cxx: src/devices/wifi/rraa-wifi-manager.cc -> build/debug/src/devices/wifi/rraa-wifi-manager_1.o [499/703] cxx: src/devices/wifi/aarfcd-wifi-manager.cc -> build/debug/src/devices/wifi/aarfcd-wifi-manager_1.o [500/703] cxx: src/devices/wifi/cara-wifi-manager.cc -> build/debug/src/devices/wifi/cara-wifi-manager_1.o [501/703] cxx: src/devices/wifi/constant-rate-wifi-manager.cc -> build/debug/src/devices/wifi/constant-rate-wifi-manager_1.o [502/703] cxx: src/devices/wifi/wifi-test.cc -> build/debug/src/devices/wifi/wifi-test_1.o [503/703] cxx: src/devices/wifi/qos-tag.cc -> build/debug/src/devices/wifi/qos-tag_1.o [504/703] cxx: src/devices/wifi/qos-utils.cc -> build/debug/src/devices/wifi/qos-utils_1.o [505/703] cxx: src/devices/wifi/qadhoc-wifi-mac.cc -> build/debug/src/devices/wifi/qadhoc-wifi-mac_1.o [506/703] cxx: src/devices/wifi/qap-wifi-mac.cc -> build/debug/src/devices/wifi/qap-wifi-mac_1.o [507/703] cxx: src/devices/wifi/qsta-wifi-mac.cc -> build/debug/src/devices/wifi/qsta-wifi-mac_1.o [508/703] cxx: src/devices/wifi/edca-txop-n.cc -> build/debug/src/devices/wifi/edca-txop-n_1.o [509/703] cxx: src/devices/wifi/msdu-aggregator.cc -> build/debug/src/devices/wifi/msdu-aggregator_1.o [510/703] cxx: src/devices/wifi/amsdu-subframe-header.cc -> build/debug/src/devices/wifi/amsdu-subframe-header_1.o [511/703] cxx: src/devices/wifi/msdu-standard-aggregator.cc -> build/debug/src/devices/wifi/msdu-standard-aggregator_1.o [512/703] cxx: src/devices/wifi/wifi-phy-test.cc -> build/debug/src/devices/wifi/wifi-phy-test_3.o [513/703] cxx: src/helper/node-container.cc -> build/debug/src/helper/node-container_1.o [514/703] cxx: src/helper/net-device-container.cc -> build/debug/src/helper/net-device-container_1.o [515/703] cxx: src/helper/wifi-helper.cc -> build/debug/src/helper/wifi-helper_1.o [516/703] cxx: src/helper/olsr-helper.cc -> build/debug/src/helper/olsr-helper_1.o [517/703] cxx: src/helper/point-to-point-helper.cc -> build/debug/src/helper/point-to-point-helper_1.o [518/703] cxx: src/helper/csma-helper.cc -> build/debug/src/helper/csma-helper_1.o [519/703] cxx: src/helper/mobility-helper.cc -> build/debug/src/helper/mobility-helper_1.o [520/703] cxx: src/helper/ns2-mobility-helper.cc -> build/debug/src/helper/ns2-mobility-helper_1.o [521/703] cxx: src/helper/ipv4-address-helper.cc -> build/debug/src/helper/ipv4-address-helper_1.o [522/703] cxx: src/helper/ipv4-static-routing-helper.cc -> build/debug/src/helper/ipv4-static-routing-helper_1.o [523/703] cxx: src/helper/internet-stack-helper.cc -> build/debug/src/helper/internet-stack-helper_1.o [524/703] cxx: src/helper/application-container.cc -> build/debug/src/helper/application-container_1.o [525/703] cxx: src/helper/on-off-helper.cc -> build/debug/src/helper/on-off-helper_1.o [526/703] cxx: src/helper/packet-sink-helper.cc -> build/debug/src/helper/packet-sink-helper_1.o [527/703] cxx: src/helper/packet-socket-helper.cc -> build/debug/src/helper/packet-socket-helper_1.o [528/703] cxx: src/helper/ipv4-interface-container.cc -> build/debug/src/helper/ipv4-interface-container_1.o [529/703] cxx: src/helper/udp-echo-helper.cc -> build/debug/src/helper/udp-echo-helper_1.o [530/703] cxx: src/helper/bridge-helper.cc -> build/debug/src/helper/bridge-helper_1.o [531/703] cxx: src/helper/yans-wifi-helper.cc -> build/debug/src/helper/yans-wifi-helper_1.o [532/703] cxx: src/helper/v4ping-helper.cc -> build/debug/src/helper/v4ping-helper_1.o [533/703] cxx: src/helper/nqos-wifi-mac-helper.cc -> build/debug/src/helper/nqos-wifi-mac-helper_1.o [534/703] cxx: src/helper/qos-wifi-mac-helper.cc -> build/debug/src/helper/qos-wifi-mac-helper_1.o [535/703] cxx: src/helper/ipv4-global-routing-helper.cc -> build/debug/src/helper/ipv4-global-routing-helper_1.o [536/703] cxx: src/helper/ipv4-list-routing-helper.cc -> build/debug/src/helper/ipv4-list-routing-helper_1.o [537/703] cxx: src/helper/ipv4-routing-helper.cc -> build/debug/src/helper/ipv4-routing-helper_1.o [538/703] cxx: src/helper/emu-helper.cc -> build/debug/src/helper/emu-helper_1.o [539/703] cxx: src/helper/tap-bridge-helper.cc -> build/debug/src/helper/tap-bridge-helper_1.o [540/703] cxx: src/contrib/stats/data-calculator.cc -> build/debug/src/contrib/stats/data-calculator_1.o [541/703] cxx: src/contrib/stats/packet-data-calculators.cc -> build/debug/src/contrib/stats/packet-data-calculators_1.o [542/703] cxx: src/contrib/stats/time-data-calculators.cc -> build/debug/src/contrib/stats/time-data-calculators_1.o [543/703] cxx: src/contrib/stats/data-output-interface.cc -> build/debug/src/contrib/stats/data-output-interface_1.o [544/703] cxx: src/contrib/stats/omnet-data-output.cc -> build/debug/src/contrib/stats/omnet-data-output_1.o [545/703] cxx: src/contrib/stats/data-collector.cc -> build/debug/src/contrib/stats/data-collector_1.o [546/703] cxx: src/applications/v4ping/v4ping.cc -> build/debug/src/applications/v4ping/v4ping_1.o [547/703] cxx: samples/main-attribute-value.cc -> build/debug/samples/main-attribute-value_1.o [548/703] cxx: samples/main-callback.cc -> build/debug/samples/main-callback_2.o [549/703] cxx: samples/main-simulator.cc -> build/debug/samples/main-simulator_3.o [550/703] cxx: samples/main-ptr.cc -> build/debug/samples/main-ptr_4.o [551/703] cxx: samples/main-random-variable.cc -> build/debug/samples/main-random-variable_5.o [552/703] cxx: samples/main-packet-header.cc -> build/debug/samples/main-packet-header_6.o [553/703] cxx: samples/main-packet-tag.cc -> build/debug/samples/main-packet-tag_7.o [554/703] cxx: samples/main-test.cc -> build/debug/samples/main-test_8.o [555/703] cxx: samples/main-test-sync.cc -> build/debug/samples/main-test-sync_9.o [556/703] cxx: samples/main-simple.cc -> build/debug/samples/main-simple_10.o [557/703] cxx: samples/main-grid-topology.cc -> build/debug/samples/main-grid-topology_11.o [558/703] cxx: samples/main-random-topology.cc -> build/debug/samples/main-random-topology_12.o [559/703] cxx: samples/main-random-walk.cc -> build/debug/samples/main-random-walk_13.o [560/703] cxx: samples/main-propagation-loss.cc -> build/debug/samples/main-propagation-loss_14.o [561/703] cxx: samples/main-ns2-mob.cc -> build/debug/samples/main-ns2-mob_15.o [562/703] cxx: utils/run-tests.cc -> build/debug/utils/run-tests_1.o [563/703] cxx: utils/bench-simulator.cc -> build/debug/utils/bench-simulator_2.o [564/703] cxx: utils/bench-packets.cc -> build/debug/utils/bench-packets_3.o [565/703] cxx: utils/print-introspected-doxygen.cc -> build/debug/utils/print-introspected-doxygen_4.o [566/703] cxx: examples/hello-simulator.cc -> build/debug/examples/hello-simulator_1.o [567/703] cxx: examples/first.cc -> build/debug/examples/first_2.o [568/703] cxx: examples/second.cc -> build/debug/examples/second_3.o [569/703] cxx: examples/third.cc -> build/debug/examples/third_4.o [570/703] cxx: examples/object-names.cc -> build/debug/examples/object-names_5.o [571/703] cxx: examples/mixed-wireless.cc -> build/debug/examples/mixed-wireless_6.o [572/703] cxx: examples/dynamic-global-routing.cc -> build/debug/examples/dynamic-global-routing_7.o [573/703] cxx: examples/static-routing-slash32.cc -> build/debug/examples/static-routing-slash32_8.o [574/703] cxx: examples/global-routing-slash32.cc -> build/debug/examples/global-routing-slash32_9.o [575/703] cxx: examples/simple-global-routing.cc -> build/debug/examples/simple-global-routing_10.o [576/703] cxx: examples/virtual-net-device.cc -> build/debug/examples/virtual-net-device_11.o [577/703] cxx: examples/simple-alternate-routing.cc -> build/debug/examples/simple-alternate-routing_12.o [578/703] cxx: examples/simple-error-model.cc -> build/debug/examples/simple-error-model_13.o [579/703] cxx: examples/csma-one-subnet.cc -> build/debug/examples/csma-one-subnet_14.o [580/703] cxx: examples/csma-bridge.cc -> build/debug/examples/csma-bridge_15.o [581/703] cxx: examples/csma-bridge-one-hop.cc -> build/debug/examples/csma-bridge-one-hop_16.o [582/703] cxx: examples/udp-echo.cc -> build/debug/examples/udp-echo_17.o [583/703] cxx: examples/realtime-udp-echo.cc -> build/debug/examples/realtime-udp-echo_18.o [584/703] cxx: examples/csma-broadcast.cc -> build/debug/examples/csma-broadcast_19.o [585/703] cxx: examples/csma-packet-socket.cc -> build/debug/examples/csma-packet-socket_20.o [586/703] cxx: examples/csma-multicast.cc -> build/debug/examples/csma-multicast_21.o [587/703] cxx: examples/mixed-global-routing.cc -> build/debug/examples/mixed-global-routing_22.o [588/703] cxx: examples/simple-point-to-point-olsr.cc -> build/debug/examples/simple-point-to-point-olsr_23.o [589/703] cxx: examples/tcp-large-transfer.cc -> build/debug/examples/tcp-large-transfer_24.o [590/703] cxx: examples/tcp-nsc-lfn.cc -> build/debug/examples/tcp-nsc-lfn_25.o [591/703] cxx: examples/tcp-nsc-zoo.cc -> build/debug/examples/tcp-nsc-zoo_26.o [592/703] cxx: examples/tcp-star-server.cc -> build/debug/examples/tcp-star-server_27.o [593/703] cxx: examples/star.cc -> build/debug/examples/star_28.o [594/703] cxx: examples/csma-star.cc -> build/debug/examples/csma-star_29.o [595/703] cxx: examples/wifi-adhoc.cc -> build/debug/examples/wifi-adhoc_30.o [596/703] cxx: examples/wifi-clear-channel-cmu.cc -> build/debug/examples/wifi-clear-channel-cmu_31.o [597/703] cxx: examples/wifi-ap.cc -> build/debug/examples/wifi-ap_32.o [598/703] cxx: examples/stats/wifi-example-sim.cc -> build/debug/examples/stats/wifi-example-sim_1.o [599/703] cxx: examples/stats/wifi-example-apps.cc -> build/debug/examples/stats/wifi-example-apps_1.o [600/703] cxx: examples/wifi-wired-bridging.cc -> build/debug/examples/wifi-wired-bridging_33.o [601/703] cxx: examples/csma-raw-ip-socket.cc -> build/debug/examples/csma-raw-ip-socket_34.o [602/703] cxx: examples/csma-ping.cc -> build/debug/examples/csma-ping_35.o [603/703] cxx: examples/test-ipv6.cc -> build/debug/examples/test-ipv6_36.o [604/703] cxx: examples/emu-udp-echo.cc -> build/debug/examples/emu-udp-echo_37.o [605/703] cxx: examples/emu-ping.cc -> build/debug/examples/emu-ping_38.o [606/703] cxx: examples/tap-wifi-dumbbell.cc -> build/debug/examples/tap-wifi-dumbbell_39.o [607/703] cxx: examples/simple-wifi-frame-aggregation.cc -> build/debug/examples/simple-wifi-frame-aggregation_40.o [608/703] cxx: scratch/simple.cc -> build/debug/scratch/simple_1.o [609/703] cxx: scratch/multiple-sources/simple-main.cc -> build/debug/scratch/multiple-sources/simple-main_2.o [610/703] cxx: scratch/multiple-sources/simple-simulation.cc -> build/debug/scratch/multiple-sources/simple-simulation_2.o [611/703] cxx: build/debug/bindings/python/ns3module.cc -> build/debug/bindings/python/ns3module_3.o [612/703] cxx: bindings/python/ns3module_helpers.cc -> build/debug/bindings/python/ns3module_helpers_3.o In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from debug/bindings/python/ns3module.h:3, from ../bindings/python/ns3module_helpers.cc:2: /usr/include/python2.6/pyconfig-32.h:1022:1: error: "_POSIX_C_SOURCE" redefined In file included from /usr/include/stdint.h:26, from debug/ns3/ref-count-base.h:26, from ../bindings/python/ns3module_helpers.cc:1: /usr/include/features.h:158:1: error: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from debug/bindings/python/ns3module.h:3, from ../bindings/python/ns3module_helpers.cc:2: /usr/include/python2.6/pyconfig-32.h:1031:1: error: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from debug/ns3/ref-count-base.h:26, from ../bindings/python/ns3module_helpers.cc:1: /usr/include/features.h:160:1: error: this is the location of the previous definition Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' Build failed -> task failed (err #1): {task: cxx ns3module_helpers.cc -> ns3module_helpers_3.o} ns3modulegen.log: /tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:69: DeprecationWarning: Typo: set_tranformation -> set_transformation handler.set_tranformation(self, orig_ctype) ??:??: '> / TypeLookupError(['ns3::olsr::MprSelectorTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::NeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TwoHopNeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::LinkTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TopologyTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::IfaceAssocTuple'],) ??:??: , ns3::AmsduSubframeHeader > >'> / TypeLookupError(['std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader >'],) /tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py:1044: DeprecationWarning: is_const is deprecated, put a 'const' in the C type instead. warnings.warn("is_const is deprecated, put a 'const' in the C type instead.", DeprecationWarning) ../bindings/python/ns3_module_core.py:334: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_core.py:439: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:444: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:1021: TypeLookupError(['ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_core.py:1095: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1200: TypeLookupError(['long int'],) ../bindings/python/ns3_module_core.py:1756: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1805: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:1810: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2055: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2083: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2102: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2107: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_simulator.py:187: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:360: TypeLookupError(['ns3::TimeUnit< - 1 > &'],) ../bindings/python/ns3_module_simulator.py:367: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:396: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:408: TypeLookupError(['ns3::TimeUnit< 0 > &'],) ../bindings/python/ns3_module_simulator.py:420: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:449: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:473: TypeLookupError(['ns3::TimeUnit< 1 > &'],) ../bindings/python/ns3_module_simulator.py:485: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:544: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:557: TypeLookupError(['ns3::TimeUnit< 2 > &'],) ../bindings/python/ns3_module_simulator.py:564: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:593: TypeConfigurationError('caller_owns_return not given',) ??:??: None / TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:783: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:788: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:793: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1063: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1068: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1073: TypeLookupError(['timeval *'],) ../bindings/python/ns3_module_simulator.py:1147: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1152: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1157: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1387: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1392: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1397: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1446: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_simulator.py:1450: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:155: TypeLookupError(['uint8_t *'],) ../bindings/python/ns3_module_common.py:210: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:302: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:350: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:510: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:551: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:556: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_common.py:605: TypeLookupError(['uint8_t *'],) ??:??: None / TypeLookupError(['uint8_t [ 20 ]'],) ??:??: None / TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_common.py:893: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:925: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_common.py:949: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_contrib.py:231: TypeLookupError(['ns3::Gnuplot &'],) ../bindings/python/ns3_module_contrib.py:257: TypeLookupError(['ns3::GnuplotDataset::Data *'],) ../bindings/python/ns3_module_node.py:257: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:268: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:273: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:277: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:282: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:432: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:497: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:689: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:707: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:732: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:817: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:825: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:835: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:848: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:900: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:905: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:971: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:976: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:998: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_node.py:1003: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_node.py:1849: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1853: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1861: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:1869: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_node.py:2737: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_stats.py:225: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],) ../bindings/python/ns3_module_stats.py:229: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],) ../bindings/python/ns3_module_stats.py:237: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],) ../bindings/python/ns3_module_stats.py:241: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],) ../bindings/python/ns3_module_internet_stack.py:117: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:184: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:293: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_internet_stack.py:353: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:357: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:388: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_internet_stack.py:393: TypeLookupError(['SequenceNumber'],) ../bindings/python/ns3_module_csma.py:419: TypeLookupError(['uint16_t &'],) ../bindings/python/ns3_module_list_routing.py:87: TypeLookupError(['int16_t &'],) ../bindings/python/ns3_module_list_routing.py:97: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_static_routing.py:213: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:262: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],) ../bindings/python/ns3_module_wifi.py:266: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],) ../bindings/python/ns3_module_wifi.py:1936: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:1941: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:1951: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:2269: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],) ../bindings/python/ns3_module_wifi.py:2274: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],) ../bindings/python/ns3_module_wifi.py:2288: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2292: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2302: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2427: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:2432: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_wifi.py:2442: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:2691: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2772: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2799: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:2839: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:2843: TypeLookupError(['ns3::DcfManager *'],) ../bindings/python/ns3_module_wifi.py:2918: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:2922: TypeLookupError(['ns3::MacTxMiddle *'],) ../bindings/python/ns3_module_wifi.py:2926: TypeLookupError(['ns3::DcfManager *'],) ../bindings/python/ns3_module_wifi.py:2986: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],) ../bindings/python/ns3_module_wifi.py:3074: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:3087: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_wifi.py:3213: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:3296: TypeLookupError(['std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >'],) ../bindings/python/ns3_module_wifi.py:3637: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:4117: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_wifi.py:4366: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_global_routing.py:129: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_global_routing.py:157: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_global_routing.py:330: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_global_routing.py:379: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_udp_echo.py:100: TypeConfigurationError('direction not given',) ../bindings/python/ns3_module_olsr.py:144: TypeLookupError(['ns3::olsr::MprSelectorSet &'],) ../bindings/python/ns3_module_olsr.py:148: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:170: TypeLookupError(['ns3::olsr::NeighborSet &'],) ../bindings/python/ns3_module_olsr.py:174: TypeLookupError(['ns3::olsr::NeighborSet &'],) ../bindings/python/ns3_module_olsr.py:178: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:187: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:204: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],) ../bindings/python/ns3_module_olsr.py:208: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],) ../bindings/python/ns3_module_olsr.py:212: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:240: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:253: TypeLookupError(['ns3::olsr::LinkSet &'],) ../bindings/python/ns3_module_olsr.py:257: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:261: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:269: TypeLookupError(['ns3::olsr::LinkTuple &'],) ../bindings/python/ns3_module_olsr.py:274: TypeLookupError(['ns3::olsr::TopologySet &'],) ../bindings/python/ns3_module_olsr.py:278: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:282: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:299: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],) ../bindings/python/ns3_module_olsr.py:303: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],) ../bindings/python/ns3_module_olsr.py:307: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_olsr.py:394: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],) ../bindings/python/ns3_module_olsr.py:399: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],) ../bindings/python/ns3_module_olsr.py:403: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],) ../bindings/python/ns3_module_olsr.py:408: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],) ../bindings/python/ns3_module_olsr.py:432: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],) ../bindings/python/ns3_module_olsr.py:437: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],) ../bindings/python/ns3_module_olsr.py:451: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],) ../bindings/python/ns3_module_olsr.py:456: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],) ../bindings/python/ns3_module_olsr.py:763: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_helper.py:168: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],) ../bindings/python/ns3_module_helper.py:173: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],) ../bindings/python/ns3_module_helper.py:683: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],) ../bindings/python/ns3_module_helper.py:688: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],) ../bindings/python/ns3_module_helper.py:734: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_helper.py:739: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],) ../bindings/python/ns3_module_helper.py:1025: TypeConfigurationError('direction not given',) /tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:437: DeprecationWarning: add_constructor has changed API; see the API documentation cls.add_constructor(CustomCppConstructorWrapper(wrapper_name, constructor)) ../bindings/python/ns3_module_simulator.py:1489: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_core.py:927: CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_common.py:886: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:971: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:1039: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_common.py:1115: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1235: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1506: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:1591: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) /tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py:944: UserWarning: Returning shared pointers is dangerous! The C++ API should be redesigned to avoid this situation. warnings.warn("Returning shared pointers is dangerous!" ../bindings/python/ns3_module_node.py:1960: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2023: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2073: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2564: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2819: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3081: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3141: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3151: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:143: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:208: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_stats.py:168: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:288: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:363: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:393: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_internet_stack.py:147: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:275: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:330: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:432: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:228: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:288: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:298: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:324: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:384: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:394: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:1155: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:1459: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:1515: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:2634: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2639: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2644: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2713: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_wifi.py:3411: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3416: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3421: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3564: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3569: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3574: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3737: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3742: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3747: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3877: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3882: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3887: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4030: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4035: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4040: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4213: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4268: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4283: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:133: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:160: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:225: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_olsr.py:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_core.py:358: CodeGenerationError("Class 'ns3::CallbackBase' has a protected constructor and no helper class -> cannot generate a constructor for it",) ??:??: / CodeGenerationError('ns3::CallbackImplBase cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_core.py:1110: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_core.py:1051: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AttributeValue cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::BooleanChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::CallbackChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectFactoryChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectVectorAccessor cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ObjectVectorChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::PointerChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::RandomVariableChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::StringChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::TypeIdChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::EventImpl cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TimerImpl cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Scheduler cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::SimulatorImpl cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Synchronizer cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TimeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::PositionAllocator cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::RectangleChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::VectorChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::MobilityModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Tag cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Chunk cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::DataRateChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Header cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Trailer cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::ErrorModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::FileConfig cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1235: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4MaskChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Ipv6AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1506: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv6PrefixChecker cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:1591: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Mac48AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Queue cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Socket cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:1960: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::SocketFactory cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:2023: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2073: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::TcpSocket cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::TcpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::UdpSocket cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::UdpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::AddressChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Channel cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_node.py:2500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_node.py:2564: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::Ipv4 cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::Ipv4RawSocketFactory cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::Ipv4RoutingProtocol cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::NetDevice cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_node.py:3081: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3141: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_node.py:3151: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:143: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_tap_bridge.py:208: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::DataCalculator cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::DataOutputInterface cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:288: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:363: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_stats.py:393: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_internet_stack.py:147: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:275: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:330: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:432: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_internet_stack.py:500: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ../bindings/python/ns3_module_point_to_point.py:228: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:288: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_point_to_point.py:298: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:324: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:384: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_csma.py:394: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_virtual_net_device.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::WifiPhyListener cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::WifiRemoteStation cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::PropagationDelayModel cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_wifi.py:1155: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::SsidChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiMac cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:1515: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::WifiModeChecker cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiPhy cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiRemoteStationManager cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:2634: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2639: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2644: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:2713: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',) ??:??: / CodeGenerationError('ns3::ErrorRateModel cannot be constructed (class has pure virtual methods)',) ??:??: / CodeGenerationError('ns3::MsduAggregator cannot be constructed (class has pure virtual methods)',) ../bindings/python/ns3_module_wifi.py:3411: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3416: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3421: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3564: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3569: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3574: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3737: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3742: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3747: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3877: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3882: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:3887: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4030: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4035: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4040: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::WifiChannel cannot be constructed (have pure virtual methods but no helper class)',) ../bindings/python/ns3_module_wifi.py:4213: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4268: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_wifi.py:4283: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:133: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_emu.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:160: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ../bindings/python/ns3_module_bridge.py:225: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',) ??:??: / CodeGenerationError('ns3::Ipv4RoutingHelper cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiMacHelper cannot be constructed (have pure virtual methods but no helper class)',) ??:??: / CodeGenerationError('ns3::WifiPhyHelper cannot be constructed (have pure virtual methods but no helper class)',) Stopping regression tests From code at nsnam.ece.gatech.edu Wed Aug 12 04:07:48 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 07:07:48 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error user: Gustavo J. A. M. Carneiro files: bindings/python/ns3module_helpers.cc url: http://code.nsnam.org/ns-3-dev/rev/e33a677e8864 From code at nsnam.ece.gatech.edu Wed Aug 12 05:20:32 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 08:20:32 -0400 Subject: [Ns-commits] flaviokubota/ns-3-wimax-dev Message-ID: ---- Some scripts for testing user: Flavio Kubota files: scratch/be.cc scratch/nrtps_test.cc scratch/rtps_test.cc scratch/ugs_grant_test.cc scratch/wimax.cc src/devices/wimax/ul-job.h src/devices/wimax/uplink-scheduler-mbqos.cc src/devices/wimax/uplink-scheduler-mbqos.h src/devices/wimax/uplink-scheduler-qos-h src/devices/wimax/uplink-scheduler.cc src/devices/wimax/uplink-scheduler.h src/devices/wimax/wimax-bs-net-device.cc src/devices/wimax/wimax-net-device.h src/devices/wimax/wscript url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/81219a14ab71 From code at nsnam.ece.gatech.edu Wed Aug 12 05:47:57 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 08:47:57 -0400 Subject: [Ns-commits] flaviokubota/ns-3-wimax-dev Message-ID: ---- Bug 629: Make wimax compile with gcc-4.3.x and gcc-4.4.x user: Faker Moatamri files: src/devices/wimax/IPCS_Bind_parameter_manager.h src/devices/wimax/wimax-ss-net-device.cc url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/339edb6bdedd ---- Bug 630: Make wimax compile with gcc-3.4.xBug 630: Make wimax compile with gcc-3.4.xBug 630: Make wimax compile with gcc-3.4.xBug 630: Make wimax compile with gcc-3.4.xBug 630: Make wimax compile with gcc-3.4.xBug 630: Make wimax compile with gcc-3.4.x user: Faker Moatamri files: src/devices/wimax/burst-profile-manager.cc src/devices/wimax/mac-messages.cc src/devices/wimax/packet-classifier.cc src/devices/wimax/wimax-net-device.cc url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/9d68322b34b8 ---- Bug 633: wimax doesn't compile in optimized mode user: Faker Moatamri files: examples/simple-wimax.cc src/applications/UdpClientServer/udpServer.cc src/devices/wimax/IPCS_BS_Packet_classifier.cc src/devices/wimax/IPCS_SS_Packet_classifier.cc src/devices/wimax/bs-link-manager.cc src/devices/wimax/connection-identifier-factory.cc src/devices/wimax/ofdm-wimax-phy.cc src/devices/wimax/qos-parameter-set.h src/devices/wimax/simpleOfdmWimaxPhy.cc src/devices/wimax/wimax-bs-net-device.cc src/devices/wimax/wimax-ofdm-phy/packetCreator.cpp url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/7ff2ecfe943c ---- Merge with Faker bug fix user: kubota at hades files: examples/simple-wimax.cc src/devices/wimax/wimax-bs-net-device.cc src/devices/wimax/wimax-net-device.cc src/devices/wimax/wimax-ss-net-device.cc url: http://code.nsnam.org/flaviokubota/ns-3-wimax-dev/rev/cbf953af4e56 From code at nsnam.ece.gatech.edu Wed Aug 12 13:10:13 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 16:10:13 -0400 Subject: [Ns-commits] craigdo/ns-3-test-patches Message-ID: ---- move test framework into core user: Craig Dowell files: .hgignore series test.patch url: http://code.nsnam.org/craigdo/ns-3-test-patches/rev/63910655984b From code at nsnam.ece.gatech.edu Wed Aug 12 14:40:28 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 17:40:28 -0400 Subject: [Ns-commits] craigdo/ns-3-test-patches Message-ID: ---- bring in other core tests user: Craig Dowell files: test.patch url: http://code.nsnam.org/craigdo/ns-3-test-patches/rev/366c8e35fd09 From code at nsnam.ece.gatech.edu Wed Aug 12 17:23:58 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Wed, 12 Aug 2009 20:23:58 -0400 Subject: [Ns-commits] craigdo/ns-3-test-patches Message-ID: ---- upgrade asserts to new stream version user: Craig Dowell files: test.patch url: http://code.nsnam.org/craigdo/ns-3-test-patches/rev/55635dccb798 From code at nsnam.ece.gatech.edu Wed Aug 12 23:15:56 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 13 Aug 2009 02:15:56 -0400 Subject: [Ns-commits] duy/ns-3-dev-minstrel Message-ID: ---- cleaning up user: Duy Nguyen files: examples/multi-rate-first.cc examples/multi-rate-second.cc src/devices/wifi/minstrel-wifi-manager.cc src/devices/wifi/minstrel-wifi-manager.h url: http://code.nsnam.org/duy/ns-3-dev-minstrel/rev/377f6c5cffab From code at nsnam.ece.gatech.edu Thu Aug 13 00:15:11 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 13 Aug 2009 03:15:11 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- add an implementation of the minstrel rate control algorithm user: Duy Nguyen files: src/devices/wifi/minstrel-wifi-manager.cc src/devices/wifi/minstrel-wifi-manager.h src/devices/wifi/wscript url: http://code.nsnam.org/ns-3-dev/rev/e1259e2fdaad ---- stub release notes for 3.6 user: Mathieu Lacage files: RELEASE_NOTES url: http://code.nsnam.org/ns-3-dev/rev/84b36a63dc23 ---- rescan python user: Mathieu Lacage files: bindings/python/callbacks_list.py bindings/python/ns3_module_wifi.py url: http://code.nsnam.org/ns-3-dev/rev/869f08742c9a ---- add minstrel examples user: Duy Nguyen files: examples/multi-rate-first.cc examples/multi-rate-second.cc examples/wscript url: http://code.nsnam.org/ns-3-dev/rev/c1c7c44be568 ---- add duy nguyen, sort list alphabetically user: Mathieu Lacage files: AUTHORS url: http://code.nsnam.org/ns-3-dev/rev/3a2013cbb81f From code at nsnam.ece.gatech.edu Thu Aug 13 00:37:06 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 13 Aug 2009 03:37:06 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- bug 639: Buffer::CopyData is buggy. user: Nicola Baldo files: src/common/buffer.cc src/common/buffer.h url: http://code.nsnam.org/ns-3-dev/rev/b251fb79becb ---- bug 639: add configurable capture size to pcap user: Nicola Baldo files: src/common/pcap-writer.cc src/common/pcap-writer.h src/helper/csma-helper.cc src/helper/emu-helper.cc src/helper/internet-stack-helper.cc src/helper/point-to-point-helper.cc src/helper/yans-wifi-helper.cc url: http://code.nsnam.org/ns-3-dev/rev/b0743dbc4e55 From code at nsnam.ece.gatech.edu Thu Aug 13 00:48:21 2009 From: code at nsnam.ece.gatech.edu (code@nsnam.ece.gatech.edu) Date: Thu, 13 Aug 2009 03:48:21 -0400 Subject: [Ns-commits] ns-3-dev Message-ID: ---- bug 638: add missing tx trace source user: Wilson Thong files: src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-client.h url: http://code.nsnam.org/ns-3-dev/rev/e56da5fd6697 From tomhend at u.washington.edu Thu Aug 13 03:31:10 2009 From: tomhend at u.washington.edu (tomhend@u.washington.edu) Date: Thu, 13 Aug 2009 03:31:10 -0700 Subject: [Ns-commits] Output of run-tests script: failure Message-ID: <200908131031.n7DAVAkc015544@ns-regression.ee.washington.edu> Thu Aug 13 02:50:25 PDT 2009 download.py success Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) ----------------------------- SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev Regression testing for machine: ns-regression Linux 2.6.24-19-server x86_64 g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5) ----------------------------- FAILURE: waf -d debug configure; building failed on ns-3-dev Configure stderr: Checking for program cpp : ok /usr/bin/cpp Checking for program ar : ok /usr/bin/ar Checking for program ranlib : ok /usr/bin/ranlib Checking for g++ : ok Checking for program pkg-config : ok /usr/bin/pkg-config Checking for regression traces location : ok ../ns-3-dev-ref-traces (given) Checking for -Wno-error=deprecated-declarations support : no Checking for -Wl,--soname=foo support : yes Checking for header stdlib.h : ok Checking for header signal.h : ok Checking for header pthread.h : ok Checking for high precision time implementation : 128-bit integer Checking for header stdint.h : ok Checking for header inttypes.h : ok Checking for header sys/inttypes.h : not found Checking for library rt : ok Checking for header netpacket/packet.h : ok Checking for pkg-config flags for GSL : ok Checking for header linux/if_tun.h : ok Checking for pkg-config flags for GTK_CONFIG_STORE : ok Checking for pkg-config flags for LIBXML2 : ok Checking for library sqlite3 : ok Checking for NSC location : ok ../nsc (given) Checking for library dl : ok Checking for NSC supported architecture x86_64 : ok Checking for program python : ok /usr/bin/python Checking for Python version >= 2.3 : ok 2.5.2 Checking for library python2.5 : ok Checking for program python2.5-config : ok /usr/bin/python2.5-config Checking for header Python.h : ok Checking for pybindgen location : ok ../pybindgen (given) Checking for Python module pybindgen : ok Checking for pybindgen version : ok 0.10.0.640 Checking for Python module pygccxml : ok Checking for pygccxml version : ok 0.9.5 Checking for program gccxml : ok /usr/bin/gccxml Checking for gccxml version : ok 0.7.0 gccxml too old, need version >= 0.9; automatic scanning of API definitions will not be possible Checking for program sudo : ok /usr/bin/sudo Checking for program hg : ok /usr/bin/hg Checking for program valgrind : ok /usr/bin/valgrind 'configure' finished successfully (2.897s) Build stderr: Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' [ 1/718] ns3header: src/core/system-wall-clock-ms.h -> build/debug/ns3/system-wall-clock-ms.h [ 2/718] ns3header: src/core/empty.h -> build/debug/ns3/empty.h [ 3/718] ns3header: src/core/callback.h -> build/debug/ns3/callback.h [ 4/718] ns3header: src/core/object-base.h -> build/debug/ns3/object-base.h [ 5/718] ns3header: src/core/ref-count-base.h -> build/debug/ns3/ref-count-base.h [ 6/718] ns3header: src/core/type-id.h -> build/debug/ns3/type-id.h [ 7/718] ns3header: src/core/attribute-list.h -> build/debug/ns3/attribute-list.h [ 8/718] ns3header: src/core/ptr.h -> build/debug/ns3/ptr.h [ 9/718] ns3header: src/core/object.h -> build/debug/ns3/object.h [ 10/718] ns3header: src/core/log.h -> build/debug/ns3/log.h [ 11/718] ns3header: src/core/assert.h -> build/debug/ns3/assert.h [ 12/718] ns3header: src/core/breakpoint.h -> build/debug/ns3/breakpoint.h [ 13/718] ns3header: src/core/fatal-error.h -> build/debug/ns3/fatal-error.h [ 14/718] ns3header: src/core/test.h -> build/debug/ns3/test.h [ 15/718] ns3header: src/core/random-variable.h -> build/debug/ns3/random-variable.h [ 16/718] ns3header: src/core/rng-stream.h -> build/debug/ns3/rng-stream.h [ 17/718] ns3header: src/core/command-line.h -> build/debug/ns3/command-line.h [ 18/718] ns3header: src/core/type-name.h -> build/debug/ns3/type-name.h [ 19/718] ns3header: src/core/type-traits.h -> build/debug/ns3/type-traits.h [ 20/718] ns3header: src/core/int-to-type.h -> build/debug/ns3/int-to-type.h [ 21/718] ns3header: src/core/attribute.h -> build/debug/ns3/attribute.h [ 22/718] ns3header: src/core/attribute-accessor-helper.h -> build/debug/ns3/attribute-accessor-helper.h [ 23/718] ns3header: src/core/boolean.h -> build/debug/ns3/boolean.h [ 24/718] ns3header: src/core/integer.h -> build/debug/ns3/integer.h [ 26/718] ns3header: src/core/double.h -> build/debug/ns3/double.h [ 25/718] ns3header: src/core/uinteger.h -> build/debug/ns3/uinteger.h [ 27/718] ns3header: src/core/enum.h -> build/debug/ns3/enum.h [ 28/718] ns3header: src/core/string.h -> build/debug/ns3/string.h [ 29/718] ns3header: src/core/pointer.h -> build/debug/ns3/pointer.h [ 30/718] ns3header: src/core/object-factory.h -> build/debug/ns3/object-factory.h [ 31/718] ns3header: src/core/attribute-helper.h -> build/debug/ns3/attribute-helper.h [ 32/718] ns3header: src/core/global-value.h -> build/debug/ns3/global-value.h [ 33/718] ns3header: src/core/traced-callback.h -> build/debug/ns3/traced-callback.h [ 34/718] ns3header: src/core/traced-value.h -> build/debug/ns3/traced-value.h [ 35/718] ns3header: src/core/trace-source-accessor.h -> build/debug/ns3/trace-source-accessor.h [ 36/718] ns3header: src/core/config.h -> build/debug/ns3/config.h [ 37/718] ns3header: src/core/object-vector.h -> build/debug/ns3/object-vector.h [ 38/718] ns3header: src/core/deprecated.h -> build/debug/ns3/deprecated.h [ 39/718] ns3header: src/core/abort.h -> build/debug/ns3/abort.h [ 40/718] ns3header: src/core/names.h -> build/debug/ns3/names.h [ 42/718] ns3header: src/core/system-thread.h -> build/debug/ns3/system-thread.h [ 41/718] ns3header: src/core/system-mutex.h -> build/debug/ns3/system-mutex.h [ 43/718] ns3header: src/core/system-condition.h -> build/debug/ns3/system-condition.h [ 44/718] ns3header: src/common/buffer.h -> build/debug/ns3/buffer.h [ 45/718] ns3header: src/common/chunk.h -> build/debug/ns3/chunk.h [ 46/718] ns3header: src/common/header.h -> build/debug/ns3/header.h [ 47/718] ns3header: src/common/trailer.h -> build/debug/ns3/trailer.h [ 48/718] ns3header: src/common/packet.h -> build/debug/ns3/packet.h [ 49/718] ns3header: src/common/packet-metadata.h -> build/debug/ns3/packet-metadata.h [ 50/718] ns3header: src/common/pcap-writer.h -> build/debug/ns3/pcap-writer.h [ 51/718] ns3header: src/common/data-rate.h -> build/debug/ns3/data-rate.h [ 52/718] ns3header: src/common/error-model.h -> build/debug/ns3/error-model.h [ 53/718] ns3header: src/common/tag.h -> build/debug/ns3/tag.h [ 54/718] ns3header: src/common/byte-tag-list.h -> build/debug/ns3/byte-tag-list.h [ 55/718] ns3header: src/common/tag-buffer.h -> build/debug/ns3/tag-buffer.h [ 56/718] ns3header: src/common/packet-tag-list.h -> build/debug/ns3/packet-tag-list.h [ 57/718] ns3header: src/simulator/high-precision.h -> build/debug/ns3/high-precision.h [ 58/718] ns3header: src/simulator/nstime.h -> build/debug/ns3/nstime.h [ 59/718] ns3header: src/simulator/event-id.h -> build/debug/ns3/event-id.h [ 60/718] ns3header: src/simulator/event-impl.h -> build/debug/ns3/event-impl.h [ 61/718] ns3header: src/simulator/simulator.h -> build/debug/ns3/simulator.h [ 62/718] ns3header: src/simulator/simulator-impl.h -> build/debug/ns3/simulator-impl.h [ 63/718] ns3header: src/simulator/default-simulator-impl.h -> build/debug/ns3/default-simulator-impl.h [ 64/718] ns3header: src/simulator/scheduler.h -> build/debug/ns3/scheduler.h [ 65/718] ns3header: src/simulator/list-scheduler.h -> build/debug/ns3/list-scheduler.h [ 66/718] ns3header: src/simulator/map-scheduler.h -> build/debug/ns3/map-scheduler.h [ 67/718] ns3header: src/simulator/heap-scheduler.h -> build/debug/ns3/heap-scheduler.h [ 68/718] ns3header: src/simulator/calendar-scheduler.h -> build/debug/ns3/calendar-scheduler.h [ 69/718] ns3header: src/simulator/ns2-calendar-scheduler.h -> build/debug/ns3/ns2-calendar-scheduler.h [ 70/718] ns3header: src/simulator/simulation-singleton.h -> build/debug/ns3/simulation-singleton.h [ 71/718] ns3header: src/simulator/timer.h -> build/debug/ns3/timer.h [ 72/718] ns3header: src/simulator/timer-impl.h -> build/debug/ns3/timer-impl.h [ 73/718] ns3header: src/simulator/watchdog.h -> build/debug/ns3/watchdog.h [ 74/718] ns3header: src/simulator/synchronizer.h -> build/debug/ns3/synchronizer.h [ 75/718] ns3header: src/simulator/make-event.h -> build/debug/ns3/make-event.h [ 76/718] ns3header: src/simulator/high-precision-128.h -> build/debug/ns3/high-precision-128.h [ 77/718] ns3header: src/simulator/cairo-wideint-private.h -> build/debug/ns3/cairo-wideint-private.h [ 78/718] ns3header: src/simulator/realtime-simulator-impl.h -> build/debug/ns3/realtime-simulator-impl.h [ 79/718] ns3header: src/simulator/wall-clock-synchronizer.h -> build/debug/ns3/wall-clock-synchronizer.h [ 80/718] ns3header: src/contrib/event-garbage-collector.h -> build/debug/ns3/event-garbage-collector.h [ 81/718] ns3header: src/contrib/gnuplot.h -> build/debug/ns3/gnuplot.h [ 82/718] ns3header: src/contrib/delay-jitter-estimation.h -> build/debug/ns3/delay-jitter-estimation.h [ 83/718] ns3header: src/contrib/file-config.h -> build/debug/ns3/file-config.h [ 84/718] ns3header: src/contrib/config-store.h -> build/debug/ns3/config-store.h [ 85/718] ns3header: src/contrib/flow-id-tag.h -> build/debug/ns3/flow-id-tag.h [ 86/718] ns3header: src/contrib/gtk-config-store.h -> build/debug/ns3/gtk-config-store.h [ 87/718] ns3header: src/node/address.h -> build/debug/ns3/address.h [ 88/718] ns3header: src/node/mac48-address.h -> build/debug/ns3/mac48-address.h [ 89/718] ns3header: src/node/mac64-address.h -> build/debug/ns3/mac64-address.h [ 90/718] ns3header: src/node/inet-socket-address.h -> build/debug/ns3/inet-socket-address.h [ 91/718] ns3header: src/node/packet-socket-address.h -> build/debug/ns3/packet-socket-address.h [ 93/718] ns3header: src/node/ipv4-address.h -> build/debug/ns3/ipv4-address.h [ 94/718] ns3header: src/node/ipv4-interface-address.h -> build/debug/ns3/ipv4-interface-address.h [ 92/718] ns3header: src/node/node.h -> build/debug/ns3/node.h [ 95/718] ns3header: src/node/ipv4-address-generator.h -> build/debug/ns3/ipv4-address-generator.h [ 96/718] ns3header: src/node/ipv4-header.h -> build/debug/ns3/ipv4-header.h [ 97/718] ns3header: src/node/net-device.h -> build/debug/ns3/net-device.h [ 98/718] ns3header: src/node/address-utils.h -> build/debug/ns3/address-utils.h [ 99/718] ns3header: src/node/ipv4-route.h -> build/debug/ns3/ipv4-route.h [100/718] ns3header: src/node/ipv4-routing-protocol.h -> build/debug/ns3/ipv4-routing-protocol.h [101/718] ns3header: src/node/queue.h -> build/debug/ns3/queue.h [102/718] ns3header: src/node/drop-tail-queue.h -> build/debug/ns3/drop-tail-queue.h [103/718] ns3header: src/node/llc-snap-header.h -> build/debug/ns3/llc-snap-header.h [104/718] ns3header: src/node/ethernet-header.h -> build/debug/ns3/ethernet-header.h [106/718] ns3header: src/node/channel.h -> build/debug/ns3/channel.h [107/718] ns3header: src/node/node-list.h -> build/debug/ns3/node-list.h [105/718] ns3header: src/node/ethernet-trailer.h -> build/debug/ns3/ethernet-trailer.h [108/718] ns3header: src/node/socket.h -> build/debug/ns3/socket.h [109/718] ns3header: src/node/socket-factory.h -> build/debug/ns3/socket-factory.h [110/718] ns3header: src/node/packet-socket-factory.h -> build/debug/ns3/packet-socket-factory.h [111/718] ns3header: src/node/udp-socket.h -> build/debug/ns3/udp-socket.h [112/718] ns3header: src/node/udp-socket-factory.h -> build/debug/ns3/udp-socket-factory.h [113/718] ns3header: src/node/tcp-socket.h -> build/debug/ns3/tcp-socket.h [114/718] ns3header: src/node/tcp-socket-factory.h -> build/debug/ns3/tcp-socket-factory.h [115/718] ns3header: src/node/ipv4.h -> build/debug/ns3/ipv4.h [116/718] ns3header: src/node/application.h -> build/debug/ns3/application.h [117/718] ns3header: src/node/simple-channel.h -> build/debug/ns3/simple-channel.h [118/718] ns3header: src/node/simple-net-device.h -> build/debug/ns3/simple-net-device.h [119/718] ns3header: src/node/inet6-socket-address.h -> build/debug/ns3/inet6-socket-address.h [120/718] ns3header: src/node/ipv6-address.h -> build/debug/ns3/ipv6-address.h [121/718] ns3header: src/node/ipv6-header.h -> build/debug/ns3/ipv6-header.h [122/718] ns3header: src/node/ipv4-raw-socket-factory.h -> build/debug/ns3/ipv4-raw-socket-factory.h [123/718] ns3header: src/internet-stack/udp-header.h -> build/debug/ns3/udp-header.h [124/718] ns3header: src/internet-stack/tcp-header.h -> build/debug/ns3/tcp-header.h [126/718] ns3header: src/internet-stack/icmpv4.h -> build/debug/ns3/icmpv4.h [125/718] ns3header: src/internet-stack/sequence-number.h -> build/debug/ns3/sequence-number.h [127/718] ns3header: src/devices/point-to-point/point-to-point-net-device.h -> build/debug/ns3/point-to-point-net-device.h [128/718] ns3header: src/devices/point-to-point/point-to-point-channel.h -> build/debug/ns3/point-to-point-channel.h [129/718] ns3header: src/devices/point-to-point/ppp-header.h -> build/debug/ns3/ppp-header.h [130/718] ns3header: src/devices/csma/backoff.h -> build/debug/ns3/backoff.h [131/718] ns3header: src/devices/csma/csma-net-device.h -> build/debug/ns3/csma-net-device.h [132/718] ns3header: src/devices/csma/csma-channel.h -> build/debug/ns3/csma-channel.h [133/718] ns3header: src/devices/emu/emu.h -> build/debug/ns3/emu.h [134/718] ns3header: src/devices/emu/emu-net-device.h -> build/debug/ns3/emu-net-device.h [135/718] ns3header: src/devices/bridge/bridge-net-device.h -> build/debug/ns3/bridge-net-device.h [136/718] ns3header: src/devices/bridge/bridge-channel.h -> build/debug/ns3/bridge-channel.h [137/718] ns3header: src/devices/tap-bridge/tap.h -> build/debug/ns3/tap.h [138/718] ns3header: src/devices/tap-bridge/tap-bridge.h -> build/debug/ns3/tap-bridge.h [139/718] ns3header: src/devices/virtual-net-device/virtual-net-device.h -> build/debug/ns3/virtual-net-device.h [140/718] ns3header: src/applications/onoff/onoff-application.h -> build/debug/ns3/onoff-application.h [141/718] ns3header: src/applications/packet-sink/packet-sink.h -> build/debug/ns3/packet-sink.h [142/718] ns3header: src/applications/udp-echo/udp-echo-client.h -> build/debug/ns3/udp-echo-client.h [143/718] ns3header: src/applications/udp-echo/udp-echo-server.h -> build/debug/ns3/udp-echo-server.h [144/718] ns3header: src/routing/olsr/olsr-routing-protocol.h -> build/debug/ns3/olsr-routing-protocol.h [145/718] ns3header: src/routing/olsr/olsr-header.h -> build/debug/ns3/olsr-header.h [146/718] ns3header: src/routing/olsr/olsr-state.h -> build/debug/ns3/olsr-state.h [147/718] ns3header: src/routing/olsr/olsr-repositories.h -> build/debug/ns3/olsr-repositories.h [148/718] ns3header: src/routing/global-routing/global-router-interface.h -> build/debug/ns3/global-router-interface.h [149/718] ns3header: src/routing/global-routing/global-route-manager.h -> build/debug/ns3/global-route-manager.h [150/718] ns3header: src/routing/global-routing/ipv4-global-routing.h -> build/debug/ns3/ipv4-global-routing.h [151/718] ns3header: src/routing/static-routing/ipv4-static-routing.h -> build/debug/ns3/ipv4-static-routing.h [152/718] ns3header: src/routing/static-routing/ipv4-routing-table-entry.h -> build/debug/ns3/ipv4-routing-table-entry.h [153/718] ns3header: src/routing/list-routing/ipv4-list-routing.h -> build/debug/ns3/ipv4-list-routing.h [154/718] ns3header: src/mobility/vector.h -> build/debug/ns3/vector.h [155/718] ns3header: src/mobility/hierarchical-mobility-model.h -> build/debug/ns3/hierarchical-mobility-model.h [156/718] ns3header: src/mobility/mobility-model.h -> build/debug/ns3/mobility-model.h [157/718] ns3header: src/mobility/position-allocator.h -> build/debug/ns3/position-allocator.h [158/718] ns3header: src/mobility/rectangle.h -> build/debug/ns3/rectangle.h [159/718] ns3header: src/mobility/constant-position-mobility-model.h -> build/debug/ns3/constant-position-mobility-model.h [160/718] ns3header: src/mobility/constant-velocity-helper.h -> build/debug/ns3/constant-velocity-helper.h [161/718] ns3header: src/mobility/constant-velocity-mobility-model.h -> build/debug/ns3/constant-velocity-mobility-model.h [162/718] ns3header: src/mobility/random-waypoint-mobility-model.h -> build/debug/ns3/random-waypoint-mobility-model.h [163/718] ns3header: src/mobility/random-walk-2d-mobility-model.h -> build/debug/ns3/random-walk-2d-mobility-model.h [164/718] ns3header: src/mobility/random-direction-2d-mobility-model.h -> build/debug/ns3/random-direction-2d-mobility-model.h [165/718] ns3header: src/mobility/constant-acceleration-mobility-model.h -> build/debug/ns3/constant-acceleration-mobility-model.h [166/718] ns3header: src/devices/wifi/propagation-delay-model.h -> build/debug/ns3/propagation-delay-model.h [167/718] ns3header: src/devices/wifi/propagation-loss-model.h -> build/debug/ns3/propagation-loss-model.h [168/718] ns3header: src/devices/wifi/jakes-propagation-loss-model.h -> build/debug/ns3/jakes-propagation-loss-model.h [169/718] ns3header: src/devices/wifi/wifi-net-device.h -> build/debug/ns3/wifi-net-device.h [170/718] ns3header: src/devices/wifi/wifi-channel.h -> build/debug/ns3/wifi-channel.h [171/718] ns3header: src/devices/wifi/wifi-mode.h -> build/debug/ns3/wifi-mode.h [172/718] ns3header: src/devices/wifi/ssid.h -> build/debug/ns3/ssid.h [173/718] ns3header: src/devices/wifi/wifi-preamble.h -> build/debug/ns3/wifi-preamble.h [174/718] ns3header: src/devices/wifi/wifi-phy-standard.h -> build/debug/ns3/wifi-phy-standard.h [175/718] ns3header: src/devices/wifi/yans-wifi-phy.h -> build/debug/ns3/yans-wifi-phy.h [176/718] ns3header: src/devices/wifi/yans-wifi-channel.h -> build/debug/ns3/yans-wifi-channel.h [177/718] ns3header: src/devices/wifi/wifi-phy.h -> build/debug/ns3/wifi-phy.h [178/718] ns3header: src/devices/wifi/interference-helper.h -> build/debug/ns3/interference-helper.h [179/718] ns3header: src/devices/wifi/wifi-remote-station-manager.h -> build/debug/ns3/wifi-remote-station-manager.h [180/718] ns3header: src/devices/wifi/arf-wifi-manager.h -> build/debug/ns3/arf-wifi-manager.h [182/718] ns3header: src/devices/wifi/constant-rate-wifi-manager.h -> build/debug/ns3/constant-rate-wifi-manager.h [181/718] ns3header: src/devices/wifi/aarf-wifi-manager.h -> build/debug/ns3/aarf-wifi-manager.h [183/718] ns3header: src/devices/wifi/ideal-wifi-manager.h -> build/debug/ns3/ideal-wifi-manager.h [184/718] ns3header: src/devices/wifi/amrr-wifi-manager.h -> build/debug/ns3/amrr-wifi-manager.h [185/718] ns3header: src/devices/wifi/onoe-wifi-manager.h -> build/debug/ns3/onoe-wifi-manager.h [186/718] ns3header: src/devices/wifi/rraa-wifi-manager.h -> build/debug/ns3/rraa-wifi-manager.h [187/718] ns3header: src/devices/wifi/wifi-mac.h -> build/debug/ns3/wifi-mac.h [188/718] ns3header: src/devices/wifi/adhoc-wifi-mac.h -> build/debug/ns3/adhoc-wifi-mac.h [189/718] ns3header: src/devices/wifi/nqsta-wifi-mac.h -> build/debug/ns3/nqsta-wifi-mac.h [190/718] ns3header: src/devices/wifi/nqap-wifi-mac.h -> build/debug/ns3/nqap-wifi-mac.h [192/718] ns3header: src/devices/wifi/supported-rates.h -> build/debug/ns3/supported-rates.h [193/718] ns3header: src/devices/wifi/error-rate-model.h -> build/debug/ns3/error-rate-model.h [194/718] ns3header: src/devices/wifi/yans-error-rate-model.h -> build/debug/ns3/yans-error-rate-model.h [195/718] ns3header: src/devices/wifi/dca-txop.h -> build/debug/ns3/dca-txop.h [196/718] ns3header: src/devices/wifi/wifi-mac-header.h -> build/debug/ns3/wifi-mac-header.h [197/718] ns3header: src/devices/wifi/qadhoc-wifi-mac.h -> build/debug/ns3/qadhoc-wifi-mac.h [198/718] ns3header: src/devices/wifi/qap-wifi-mac.h -> build/debug/ns3/qap-wifi-mac.h [199/718] ns3header: src/devices/wifi/qsta-wifi-mac.h -> build/debug/ns3/qsta-wifi-mac.h [200/718] ns3header: src/devices/wifi/qos-utils.h -> build/debug/ns3/qos-utils.h [201/718] ns3header: src/devices/wifi/edca-txop-n.h -> build/debug/ns3/edca-txop-n.h [202/718] ns3header: src/devices/wifi/msdu-aggregator.h -> build/debug/ns3/msdu-aggregator.h [203/718] ns3header: src/devices/wifi/amsdu-subframe-header.h -> build/debug/ns3/amsdu-subframe-header.h [204/718] ns3header: src/devices/wifi/qos-tag.h -> build/debug/ns3/qos-tag.h [205/718] ns3header: src/devices/wifi/mgt-headers.h -> build/debug/ns3/mgt-headers.h [206/718] ns3header: src/devices/wifi/status-code.h -> build/debug/ns3/status-code.h [207/718] ns3header: src/devices/wifi/capability-information.h -> build/debug/ns3/capability-information.h [208/718] ns3header: src/devices/wifi/dcf-manager.h -> build/debug/ns3/dcf-manager.h [209/718] ns3header: src/devices/wifi/mac-rx-middle.h -> build/debug/ns3/mac-rx-middle.h [210/718] ns3header: src/devices/wifi/mac-low.h -> build/debug/ns3/mac-low.h [211/718] ns3header: src/devices/wifi/minstrel-wifi-manager.h -> build/debug/ns3/minstrel-wifi-manager.h [212/718] ns3header: src/helper/node-container.h -> build/debug/ns3/node-container.h [213/718] ns3header: src/helper/net-device-container.h -> build/debug/ns3/net-device-container.h [214/718] ns3header: src/helper/wifi-helper.h -> build/debug/ns3/wifi-helper.h [215/718] ns3header: src/helper/olsr-helper.h -> build/debug/ns3/olsr-helper.h [216/718] ns3header: src/helper/point-to-point-helper.h -> build/debug/ns3/point-to-point-helper.h [217/718] ns3header: src/helper/csma-helper.h -> build/debug/ns3/csma-helper.h [218/718] ns3header: src/helper/mobility-helper.h -> build/debug/ns3/mobility-helper.h [219/718] ns3header: src/helper/ns2-mobility-helper.h -> build/debug/ns3/ns2-mobility-helper.h [220/718] ns3header: src/helper/ipv4-address-helper.h -> build/debug/ns3/ipv4-address-helper.h [221/718] ns3header: src/helper/ipv4-static-routing-helper.h -> build/debug/ns3/ipv4-static-routing-helper.h [222/718] ns3header: src/helper/internet-stack-helper.h -> build/debug/ns3/internet-stack-helper.h [223/718] ns3header: src/helper/application-container.h -> build/debug/ns3/application-container.h [224/718] ns3header: src/helper/on-off-helper.h -> build/debug/ns3/on-off-helper.h [225/718] ns3header: src/helper/packet-sink-helper.h -> build/debug/ns3/packet-sink-helper.h [226/718] ns3header: src/helper/packet-socket-helper.h -> build/debug/ns3/packet-socket-helper.h [227/718] ns3header: src/helper/ipv4-interface-container.h -> build/debug/ns3/ipv4-interface-container.h [228/718] ns3header: src/helper/udp-echo-helper.h -> build/debug/ns3/udp-echo-helper.h [229/718] ns3header: src/helper/bridge-helper.h -> build/debug/ns3/bridge-helper.h [230/718] ns3header: src/helper/yans-wifi-helper.h -> build/debug/ns3/yans-wifi-helper.h [231/718] ns3header: src/helper/v4ping-helper.h -> build/debug/ns3/v4ping-helper.h [232/718] ns3header: src/helper/nqos-wifi-mac-helper.h -> build/debug/ns3/nqos-wifi-mac-helper.h [233/718] ns3header: src/helper/qos-wifi-mac-helper.h -> build/debug/ns3/qos-wifi-mac-helper.h [234/718] ns3header: src/helper/ipv4-global-routing-helper.h -> build/debug/ns3/ipv4-global-routing-helper.h [235/718] ns3header: src/helper/ipv4-list-routing-helper.h -> build/debug/ns3/ipv4-list-routing-helper.h [236/718] ns3header: src/helper/ipv4-routing-helper.h -> build/debug/ns3/ipv4-routing-helper.h [237/718] ns3header: src/helper/emu-helper.h -> build/debug/ns3/emu-helper.h [238/718] ns3header: src/helper/tap-bridge-helper.h -> build/debug/ns3/tap-bridge-helper.h [239/718] ns3header: src/contrib/stats/data-calculator.h -> build/debug/ns3/data-calculator.h [240/718] ns3header: src/contrib/stats/packet-data-calculators.h -> build/debug/ns3/packet-data-calculators.h [241/718] ns3header: src/contrib/stats/time-data-calculators.h -> build/debug/ns3/time-data-calculators.h [242/718] ns3header: src/contrib/stats/basic-data-calculators.h -> build/debug/ns3/basic-data-calculators.h [243/718] ns3header: src/contrib/stats/data-output-interface.h -> build/debug/ns3/data-output-interface.h [244/718] ns3header: src/contrib/stats/omnet-data-output.h -> build/debug/ns3/omnet-data-output.h [245/718] ns3header: src/contrib/stats/data-collector.h -> build/debug/ns3/data-collector.h [246/718] ns3header: src/contrib/stats/sqlite-data-output.h -> build/debug/ns3/sqlite-data-output.h [247/718] ns3header: src/applications/v4ping/v4ping.h -> build/debug/ns3/v4ping.h [248/718] command (${PYTHON}): bindings/python/ns3modulegen.py bindings/python/ns3modulegen_generated.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3_module_virtual_net_device.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_node.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_core.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_common.py bindings/python/ns3_module_static_routing.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_list_routing.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_internet_stack.p! y bindings/python/ns3_module_olsr.py bindings/python/ns3_module_wifi.py bindings/python/ns3_module_onoff.py -> build/debug/bindings/python/ns3module.cc build/debug/bindings/python/ns3module.h build/debug/bindings/python/ns3modulegen.log build/debug/bindings/python/ns3_module_virtual_net_device.cc build/debug/bindings/python/ns3_module_mobility.cc build/debug/bindings/python/ns3_module_point_to_point.cc build/debug/bindings/python/ns3_module_packet_sink.cc build/debug/bindings/python/ns3_module_v4ping.cc build/debug/bindings/python/ns3_module_csma.cc build/debug/bindings/python/ns3_module_stats.cc build/debug/bindings/python/ns3_module_node.cc build/debug/bindings/python/ns3_module_bridge.cc build/debug/bindings/python/ns3_module_core.cc build/debug/bindings/python/ns3_module_emu.cc build/debug/bindings/python/ns3_module_helper.cc build/debug/bindings/python/ns3_module_common.cc build/debug/bindings/python/ns3_module_static_routing.cc build/debug/bindings/python/ns3_module_s! imulator.cc build/debug/bindings/python/ns3_module_tap_bridge.! cc build/debug/bindings/python/ns3_module_udp_echo.cc build/debug/bindings/python/ns3_module_global_routing.cc build/debug/bindings/python/ns3_module_list_routing.cc build/debug/bindings/python/ns3_module_contrib.cc build/debug/bindings/python/ns3_module_internet_stack.cc build/debug/bindings/python/ns3_module_olsr.cc build/debug/bindings/python/ns3_module_wifi.cc build/debug/bindings/python/ns3_module_onoff.cc [249/718] gen_everything_h: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h build/de! bug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap! -scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/! ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h build/debug/ns3/gtk-config-store.h build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/addr! ess-utils.h build/debug/ns3/ipv4-route.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/application.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channe! l.h build/debug/ns3/ppp-header.h build/debug/ns3/backoff.h build/debug/! ns3/csma-net-device.h build/debug/ns3/csma-channel.h build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h build/debug/ns3/virtual-net-device.h build/debug/ns3/onoff-application.h build/debug/ns3/packet-sink.h build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h build/debug/ns3/ipv4-list-routing.h build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.! h build/debug/ns3/constant-velocity-helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build! /debug/ns3/onoe-wifi-manager.h build/debug/ns3/rraa-wifi-manager.h buil! d/debug/ns3/wifi-mac.h build/debug/ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h build/debug/ns3/minstrel-wifi-manager.h build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns! 3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobility-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h build/debug/ns3/tap-bridge-helper.h build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-! interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-co! llector.h build/debug/ns3/sqlite-data-output.h build/debug/ns3/v4ping.h -> build/debug/bindings/python/everything.h [250/718] gen_ns3_module_header: build/debug/ns3/system-wall-clock-ms.h build/debug/ns3/empty.h build/debug/ns3/callback.h build/debug/ns3/object-base.h build/debug/ns3/ref-count-base.h build/debug/ns3/type-id.h build/debug/ns3/attribute-list.h build/debug/ns3/ptr.h build/debug/ns3/object.h build/debug/ns3/log.h build/debug/ns3/assert.h build/debug/ns3/breakpoint.h build/debug/ns3/fatal-error.h build/debug/ns3/test.h build/debug/ns3/random-variable.h build/debug/ns3/rng-stream.h build/debug/ns3/command-line.h build/debug/ns3/type-name.h build/debug/ns3/type-traits.h build/debug/ns3/int-to-type.h build/debug/ns3/attribute.h build/debug/ns3/attribute-accessor-helper.h build/debug/ns3/boolean.h build/debug/ns3/integer.h build/debug/ns3/uinteger.h build/debug/ns3/double.h build/debug/ns3/enum.h build/debug/ns3/string.h build/debug/ns3/pointer.h build/debug/ns3/object-factory.h build/debug/ns3/attribute-helper.h build/debug/ns3/global-value.h build/debug/ns3/traced-callback.h bui! ld/debug/ns3/traced-value.h build/debug/ns3/trace-source-accessor.h build/debug/ns3/config.h build/debug/ns3/object-vector.h build/debug/ns3/deprecated.h build/debug/ns3/abort.h build/debug/ns3/names.h build/debug/ns3/system-mutex.h build/debug/ns3/system-thread.h build/debug/ns3/system-condition.h -> build/debug/ns3/core-module.h [251/718] gen_ns3_module_header: build/debug/ns3/buffer.h build/debug/ns3/chunk.h build/debug/ns3/header.h build/debug/ns3/trailer.h build/debug/ns3/packet.h build/debug/ns3/packet-metadata.h build/debug/ns3/pcap-writer.h build/debug/ns3/data-rate.h build/debug/ns3/error-model.h build/debug/ns3/tag.h build/debug/ns3/byte-tag-list.h build/debug/ns3/tag-buffer.h build/debug/ns3/packet-tag-list.h -> build/debug/ns3/common-module.h [253/718] gen_ns3_module_header: build/debug/ns3/event-garbage-collector.h build/debug/ns3/gnuplot.h build/debug/ns3/delay-jitter-estimation.h build/debug/ns3/file-config.h build/debug/ns3/config-store.h build/debug/ns3/flow-id-tag.h build/debug/ns3/gtk-config-store.h -> build/debug/ns3/contrib-module.h [254/718] gen_ns3_module_header: build/debug/ns3/address.h build/debug/ns3/mac48-address.h build/debug/ns3/mac64-address.h build/debug/ns3/inet-socket-address.h build/debug/ns3/packet-socket-address.h build/debug/ns3/node.h build/debug/ns3/ipv4-address.h build/debug/ns3/ipv4-interface-address.h build/debug/ns3/ipv4-address-generator.h build/debug/ns3/ipv4-header.h build/debug/ns3/net-device.h build/debug/ns3/address-utils.h build/debug/ns3/ipv4-route.h build/debug/ns3/ipv4-routing-protocol.h build/debug/ns3/queue.h build/debug/ns3/drop-tail-queue.h build/debug/ns3/llc-snap-header.h build/debug/ns3/ethernet-header.h build/debug/ns3/ethernet-trailer.h build/debug/ns3/channel.h build/debug/ns3/node-list.h build/debug/ns3/socket.h build/debug/ns3/socket-factory.h build/debug/ns3/packet-socket-factory.h build/debug/ns3/udp-socket.h build/debug/ns3/udp-socket-factory.h build/debug/ns3/tcp-socket.h build/debug/ns3/tcp-socket-factory.h build/debug/ns3/ipv4.h build/debug/ns3/applicat! ion.h build/debug/ns3/simple-channel.h build/debug/ns3/simple-net-device.h build/debug/ns3/inet6-socket-address.h build/debug/ns3/ipv6-address.h build/debug/ns3/ipv6-header.h build/debug/ns3/ipv4-raw-socket-factory.h -> build/debug/ns3/node-module.h [252/718] gen_ns3_module_header: build/debug/ns3/high-precision.h build/debug/ns3/nstime.h build/debug/ns3/event-id.h build/debug/ns3/event-impl.h build/debug/ns3/simulator.h build/debug/ns3/simulator-impl.h build/debug/ns3/default-simulator-impl.h build/debug/ns3/scheduler.h build/debug/ns3/list-scheduler.h build/debug/ns3/map-scheduler.h build/debug/ns3/heap-scheduler.h build/debug/ns3/calendar-scheduler.h build/debug/ns3/ns2-calendar-scheduler.h build/debug/ns3/simulation-singleton.h build/debug/ns3/timer.h build/debug/ns3/timer-impl.h build/debug/ns3/watchdog.h build/debug/ns3/synchronizer.h build/debug/ns3/make-event.h build/debug/ns3/high-precision-128.h build/debug/ns3/cairo-wideint-private.h build/debug/ns3/realtime-simulator-impl.h build/debug/ns3/wall-clock-synchronizer.h -> build/debug/ns3/simulator-module.h [255/718] gen_ns3_module_header: build/debug/ns3/udp-header.h build/debug/ns3/tcp-header.h build/debug/ns3/sequence-number.h build/debug/ns3/icmpv4.h -> build/debug/ns3/internet-stack-module.h [256/718] gen_ns3_module_header: build/debug/ns3/point-to-point-net-device.h build/debug/ns3/point-to-point-channel.h build/debug/ns3/ppp-header.h -> build/debug/ns3/point-to-point-module.h [257/718] gen_ns3_module_header: build/debug/ns3/backoff.h build/debug/ns3/csma-net-device.h build/debug/ns3/csma-channel.h -> build/debug/ns3/csma-module.h [258/718] gen_ns3_module_header: build/debug/ns3/emu.h build/debug/ns3/emu-net-device.h -> build/debug/ns3/emu-module.h [259/718] gen_ns3_module_header: build/debug/ns3/bridge-net-device.h build/debug/ns3/bridge-channel.h -> build/debug/ns3/bridge-module.h [260/718] gen_ns3_module_header: build/debug/ns3/tap.h build/debug/ns3/tap-bridge.h -> build/debug/ns3/tap-bridge-module.h [261/718] gen_ns3_module_header: build/debug/ns3/virtual-net-device.h -> build/debug/ns3/virtual-net-device-module.h [262/718] gen_ns3_module_header: build/debug/ns3/onoff-application.h -> build/debug/ns3/onoff-module.h [263/718] gen_ns3_module_header: build/debug/ns3/packet-sink.h -> build/debug/ns3/packet-sink-module.h [265/718] gen_ns3_module_header: build/debug/ns3/olsr-routing-protocol.h build/debug/ns3/olsr-header.h build/debug/ns3/olsr-state.h build/debug/ns3/olsr-repositories.h -> build/debug/ns3/olsr-module.h [266/718] gen_ns3_module_header: build/debug/ns3/global-router-interface.h build/debug/ns3/global-route-manager.h build/debug/ns3/ipv4-global-routing.h -> build/debug/ns3/global-routing-module.h [264/718] gen_ns3_module_header: build/debug/ns3/udp-echo-client.h build/debug/ns3/udp-echo-server.h -> build/debug/ns3/udp-echo-module.h [267/718] gen_ns3_module_header: build/debug/ns3/ipv4-static-routing.h build/debug/ns3/ipv4-routing-table-entry.h -> build/debug/ns3/static-routing-module.h [268/718] gen_ns3_module_header: build/debug/ns3/ipv4-list-routing.h -> build/debug/ns3/list-routing-module.h [269/718] gen_ns3_module_header: build/debug/ns3/vector.h build/debug/ns3/hierarchical-mobility-model.h build/debug/ns3/mobility-model.h build/debug/ns3/position-allocator.h build/debug/ns3/rectangle.h build/debug/ns3/constant-position-mobility-model.h build/debug/ns3/constant-velocity-helper.h build/debug/ns3/constant-velocity-mobility-model.h build/debug/ns3/random-waypoint-mobility-model.h build/debug/ns3/random-walk-2d-mobility-model.h build/debug/ns3/random-direction-2d-mobility-model.h build/debug/ns3/constant-acceleration-mobility-model.h -> build/debug/ns3/mobility-module.h [270/718] gen_ns3_module_header: build/debug/ns3/propagation-delay-model.h build/debug/ns3/propagation-loss-model.h build/debug/ns3/jakes-propagation-loss-model.h build/debug/ns3/wifi-net-device.h build/debug/ns3/wifi-channel.h build/debug/ns3/wifi-mode.h build/debug/ns3/ssid.h build/debug/ns3/wifi-preamble.h build/debug/ns3/wifi-phy-standard.h build/debug/ns3/yans-wifi-phy.h build/debug/ns3/yans-wifi-channel.h build/debug/ns3/wifi-phy.h build/debug/ns3/interference-helper.h build/debug/ns3/wifi-remote-station-manager.h build/debug/ns3/arf-wifi-manager.h build/debug/ns3/aarf-wifi-manager.h build/debug/ns3/constant-rate-wifi-manager.h build/debug/ns3/ideal-wifi-manager.h build/debug/ns3/amrr-wifi-manager.h build/debug/ns3/onoe-wifi-manager.h build/debug/ns3/rraa-wifi-manager.h build/debug/ns3/wifi-mac.h build/debug/ns3/adhoc-wifi-mac.h build/debug/ns3/nqsta-wifi-mac.h build/debug/ns3/nqap-wifi-mac.h build/debug/ns3/wifi-phy.h build/debug/ns3/supported-rates.h build/debug/ns3/! error-rate-model.h build/debug/ns3/yans-error-rate-model.h build/debug/ns3/dca-txop.h build/debug/ns3/wifi-mac-header.h build/debug/ns3/qadhoc-wifi-mac.h build/debug/ns3/qap-wifi-mac.h build/debug/ns3/qsta-wifi-mac.h build/debug/ns3/qos-utils.h build/debug/ns3/edca-txop-n.h build/debug/ns3/msdu-aggregator.h build/debug/ns3/amsdu-subframe-header.h build/debug/ns3/qos-tag.h build/debug/ns3/mgt-headers.h build/debug/ns3/status-code.h build/debug/ns3/capability-information.h build/debug/ns3/dcf-manager.h build/debug/ns3/mac-rx-middle.h build/debug/ns3/mac-low.h build/debug/ns3/minstrel-wifi-manager.h -> build/debug/ns3/wifi-module.h [271/718] gen_ns3_module_header: build/debug/ns3/node-container.h build/debug/ns3/net-device-container.h build/debug/ns3/wifi-helper.h build/debug/ns3/olsr-helper.h build/debug/ns3/point-to-point-helper.h build/debug/ns3/csma-helper.h build/debug/ns3/mobility-helper.h build/debug/ns3/ns2-mobility-helper.h build/debug/ns3/ipv4-address-helper.h build/debug/ns3/ipv4-static-routing-helper.h build/debug/ns3/internet-stack-helper.h build/debug/ns3/application-container.h build/debug/ns3/on-off-helper.h build/debug/ns3/packet-sink-helper.h build/debug/ns3/packet-socket-helper.h build/debug/ns3/ipv4-interface-container.h build/debug/ns3/udp-echo-helper.h build/debug/ns3/bridge-helper.h build/debug/ns3/yans-wifi-helper.h build/debug/ns3/v4ping-helper.h build/debug/ns3/nqos-wifi-mac-helper.h build/debug/ns3/qos-wifi-mac-helper.h build/debug/ns3/ipv4-global-routing-helper.h build/debug/ns3/ipv4-list-routing-helper.h build/debug/ns3/ipv4-routing-helper.h build/debug/ns3/emu-helper.h bui! ld/debug/ns3/tap-bridge-helper.h -> build/debug/ns3/helper-module.h [272/718] gen_ns3_module_header: build/debug/ns3/data-calculator.h build/debug/ns3/packet-data-calculators.h build/debug/ns3/time-data-calculators.h build/debug/ns3/basic-data-calculators.h build/debug/ns3/data-output-interface.h build/debug/ns3/omnet-data-output.h build/debug/ns3/data-collector.h build/debug/ns3/sqlite-data-output.h -> build/debug/ns3/stats-module.h [273/718] gen_ns3_module_header: build/debug/ns3/v4ping.h -> build/debug/ns3/v4ping-module.h [274/718] cxx: src/core/callback-test.cc -> build/debug/src/core/callback-test_1.o [275/718] cxx: src/core/log.cc -> build/debug/src/core/log_1.o [276/718] cxx: src/core/breakpoint.cc -> build/debug/src/core/breakpoint_1.o [277/718] cxx: src/core/type-id.cc -> build/debug/src/core/type-id_1.o [278/718] cxx: src/core/attribute-list.cc -> build/debug/src/core/attribute-list_1.o [279/718] cxx: src/core/object-base.cc -> build/debug/src/core/object-base_1.o [280/718] cxx: src/core/ref-count-base.cc -> build/debug/src/core/ref-count-base_1.o [281/718] cxx: src/core/ptr.cc -> build/debug/src/core/ptr_1.o [282/718] cxx: src/core/object.cc -> build/debug/src/core/object_1.o [283/718] cxx: src/core/test.cc -> build/debug/src/core/test_1.o [284/718] cxx: src/core/random-variable.cc -> build/debug/src/core/random-variable_1.o [285/718] cxx: src/core/rng-stream.cc -> build/debug/src/core/rng-stream_1.o [286/718] cxx: src/core/command-line.cc -> build/debug/src/core/command-line_1.o [287/718] cxx: src/core/type-name.cc -> build/debug/src/core/type-name_1.o [288/718] cxx: src/core/type-traits-test.cc -> build/debug/src/core/type-traits-test_1.o [289/718] cxx: src/core/attribute.cc -> build/debug/src/core/attribute_1.o [290/718] cxx: src/core/boolean.cc -> build/debug/src/core/boolean_1.o [291/718] cxx: src/core/integer.cc -> build/debug/src/core/integer_1.o [292/718] cxx: src/core/uinteger.cc -> build/debug/src/core/uinteger_1.o [293/718] cxx: src/core/enum.cc -> build/debug/src/core/enum_1.o [294/718] cxx: src/core/double.cc -> build/debug/src/core/double_1.o [295/718] cxx: src/core/string.cc -> build/debug/src/core/string_1.o [296/718] cxx: src/core/pointer.cc -> build/debug/src/core/pointer_1.o [297/718] cxx: src/core/object-vector.cc -> build/debug/src/core/object-vector_1.o [298/718] cxx: src/core/attribute-test.cc -> build/debug/src/core/attribute-test_1.o [299/718] cxx: src/core/object-factory.cc -> build/debug/src/core/object-factory_1.o [300/718] cxx: src/core/global-value.cc -> build/debug/src/core/global-value_1.o [301/718] cxx: src/core/traced-callback.cc -> build/debug/src/core/traced-callback_1.o [302/718] cxx: src/core/trace-source-accessor.cc -> build/debug/src/core/trace-source-accessor_1.o [303/718] cxx: src/core/config.cc -> build/debug/src/core/config_1.o [304/718] cxx: src/core/callback.cc -> build/debug/src/core/callback_1.o [305/718] cxx: src/core/names.cc -> build/debug/src/core/names_1.o [306/718] cxx: src/core/unix-system-wall-clock-ms.cc -> build/debug/src/core/unix-system-wall-clock-ms_1.o [307/718] cxx: src/core/unix-system-thread.cc -> build/debug/src/core/unix-system-thread_1.o [308/718] cxx: src/core/unix-system-mutex.cc -> build/debug/src/core/unix-system-mutex_1.o [309/718] cxx: src/core/unix-system-condition.cc -> build/debug/src/core/unix-system-condition_1.o [310/718] cxx: src/common/buffer.cc -> build/debug/src/common/buffer_1.o [311/718] cxx: src/common/packet-metadata.cc -> build/debug/src/common/packet-metadata_1.o [312/718] cxx: src/common/packet-metadata-test.cc -> build/debug/src/common/packet-metadata-test_1.o [313/718] cxx: src/common/packet.cc -> build/debug/src/common/packet_1.o [314/718] cxx: src/common/chunk.cc -> build/debug/src/common/chunk_1.o [315/718] cxx: src/common/header.cc -> build/debug/src/common/header_1.o [316/718] cxx: src/common/trailer.cc -> build/debug/src/common/trailer_1.o [317/718] cxx: src/common/pcap-writer.cc -> build/debug/src/common/pcap-writer_1.o [318/718] cxx: src/common/data-rate.cc -> build/debug/src/common/data-rate_1.o [319/718] cxx: src/common/error-model.cc -> build/debug/src/common/error-model_1.o [320/718] cxx: src/common/tag.cc -> build/debug/src/common/tag_1.o [321/718] cxx: src/common/byte-tag-list.cc -> build/debug/src/common/byte-tag-list_1.o [322/718] cxx: src/common/tag-buffer.cc -> build/debug/src/common/tag-buffer_1.o [323/718] cxx: src/common/packet-tag-list.cc -> build/debug/src/common/packet-tag-list_1.o [324/718] cxx: src/simulator/high-precision.cc -> build/debug/src/simulator/high-precision_1.o [325/718] cxx: src/simulator/time.cc -> build/debug/src/simulator/time_1.o [326/718] cxx: src/simulator/event-id.cc -> build/debug/src/simulator/event-id_1.o [327/718] cxx: src/simulator/scheduler.cc -> build/debug/src/simulator/scheduler_1.o [328/718] cxx: src/simulator/list-scheduler.cc -> build/debug/src/simulator/list-scheduler_1.o [329/718] cxx: src/simulator/map-scheduler.cc -> build/debug/src/simulator/map-scheduler_1.o [330/718] cxx: src/simulator/heap-scheduler.cc -> build/debug/src/simulator/heap-scheduler_1.o [331/718] cxx: src/simulator/calendar-scheduler.cc -> build/debug/src/simulator/calendar-scheduler_1.o [332/718] cxx: src/simulator/ns2-calendar-scheduler.cc -> build/debug/src/simulator/ns2-calendar-scheduler_1.o [333/718] cxx: src/simulator/event-impl.cc -> build/debug/src/simulator/event-impl_1.o [334/718] cxx: src/simulator/simulator.cc -> build/debug/src/simulator/simulator_1.o [335/718] cxx: src/simulator/default-simulator-impl.cc -> build/debug/src/simulator/default-simulator-impl_1.o [336/718] cxx: src/simulator/timer.cc -> build/debug/src/simulator/timer_1.o [337/718] cxx: src/simulator/watchdog.cc -> build/debug/src/simulator/watchdog_1.o [338/718] cxx: src/simulator/synchronizer.cc -> build/debug/src/simulator/synchronizer_1.o [339/718] cxx: src/simulator/make-event.cc -> build/debug/src/simulator/make-event_1.o [340/718] cxx: src/simulator/high-precision-128.cc -> build/debug/src/simulator/high-precision-128_1.o [341/718] cxx: src/simulator/cairo-wideint.c -> build/debug/src/simulator/cairo-wideint_1.o [342/718] cxx: src/simulator/realtime-simulator-impl.cc -> build/debug/src/simulator/realtime-simulator-impl_1.o [343/718] cxx: src/simulator/wall-clock-synchronizer.cc -> build/debug/src/simulator/wall-clock-synchronizer_1.o [344/718] cxx: src/contrib/event-garbage-collector.cc -> build/debug/src/contrib/event-garbage-collector_1.o [345/718] cxx: src/contrib/gnuplot.cc -> build/debug/src/contrib/gnuplot_1.o [346/718] cxx: src/contrib/delay-jitter-estimation.cc -> build/debug/src/contrib/delay-jitter-estimation_1.o [347/718] cxx: src/contrib/attribute-iterator.cc -> build/debug/src/contrib/attribute-iterator_1.o [348/718] cxx: src/contrib/config-store.cc -> build/debug/src/contrib/config-store_1.o [349/718] cxx: src/contrib/flow-id-tag.cc -> build/debug/src/contrib/flow-id-tag_1.o [350/718] cxx: src/contrib/attribute-default-iterator.cc -> build/debug/src/contrib/attribute-default-iterator_1.o [351/718] cxx: src/contrib/file-config.cc -> build/debug/src/contrib/file-config_1.o [352/718] cxx: src/contrib/raw-text-config.cc -> build/debug/src/contrib/raw-text-config_1.o [353/718] cxx: src/contrib/gtk-config-store.cc -> build/debug/src/contrib/gtk-config-store_1.o [354/718] cxx: src/contrib/xml-config.cc -> build/debug/src/contrib/xml-config_1.o [355/718] cxx: src/node/address.cc -> build/debug/src/node/address_1.o [356/718] cxx: src/node/mac48-address.cc -> build/debug/src/node/mac48-address_1.o [357/718] cxx: src/node/mac64-address.cc -> build/debug/src/node/mac64-address_1.o [358/718] cxx: src/node/inet-socket-address.cc -> build/debug/src/node/inet-socket-address_1.o [359/718] cxx: src/node/packet-socket-address.cc -> build/debug/src/node/packet-socket-address_1.o [360/718] cxx: src/node/node.cc -> build/debug/src/node/node_1.o [361/718] cxx: src/node/ipv4-address.cc -> build/debug/src/node/ipv4-address_1.o [362/718] cxx: src/node/ipv4-interface-address.cc -> build/debug/src/node/ipv4-interface-address_1.o [363/718] cxx: src/node/ipv4-address-generator.cc -> build/debug/src/node/ipv4-address-generator_1.o [364/718] cxx: src/node/ipv4-header.cc -> build/debug/src/node/ipv4-header_1.o [365/718] cxx: src/node/net-device.cc -> build/debug/src/node/net-device_1.o [366/718] cxx: src/node/address-utils.cc -> build/debug/src/node/address-utils_1.o [367/718] cxx: src/node/llc-snap-header.cc -> build/debug/src/node/llc-snap-header_1.o [368/718] cxx: src/node/ethernet-header.cc -> build/debug/src/node/ethernet-header_1.o [369/718] cxx: src/node/ethernet-trailer.cc -> build/debug/src/node/ethernet-trailer_1.o [370/718] cxx: src/node/ipv4-route.cc -> build/debug/src/node/ipv4-route_1.o [371/718] cxx: src/node/ipv4-routing-protocol.cc -> build/debug/src/node/ipv4-routing-protocol_1.o [372/718] cxx: src/node/queue.cc -> build/debug/src/node/queue_1.o [373/718] cxx: src/node/drop-tail-queue.cc -> build/debug/src/node/drop-tail-queue_1.o [374/718] cxx: src/node/channel.cc -> build/debug/src/node/channel_1.o [375/718] cxx: src/node/node-list.cc -> build/debug/src/node/node-list_1.o [376/718] cxx: src/node/socket.cc -> build/debug/src/node/socket_1.o [377/718] cxx: src/node/socket-factory.cc -> build/debug/src/node/socket-factory_1.o [378/718] cxx: src/node/packet-socket-factory.cc -> build/debug/src/node/packet-socket-factory_1.o [379/718] cxx: src/node/packet-socket.cc -> build/debug/src/node/packet-socket_1.o [380/718] cxx: src/node/udp-socket.cc -> build/debug/src/node/udp-socket_1.o [381/718] cxx: src/node/udp-socket-factory.cc -> build/debug/src/node/udp-socket-factory_1.o [382/718] cxx: src/node/tcp-socket.cc -> build/debug/src/node/tcp-socket_1.o [383/718] cxx: src/node/tcp-socket-factory.cc -> build/debug/src/node/tcp-socket-factory_1.o [384/718] cxx: src/node/ipv4.cc -> build/debug/src/node/ipv4_1.o [385/718] cxx: src/node/application.cc -> build/debug/src/node/application_1.o [386/718] cxx: src/node/simple-channel.cc -> build/debug/src/node/simple-channel_1.o [387/718] cxx: src/node/simple-net-device.cc -> build/debug/src/node/simple-net-device_1.o [388/718] cxx: src/node/inet6-socket-address.cc -> build/debug/src/node/inet6-socket-address_1.o [389/718] cxx: src/node/ipv6-address.cc -> build/debug/src/node/ipv6-address_1.o [390/718] cxx: src/node/ipv6-header.cc -> build/debug/src/node/ipv6-header_1.o [391/718] cxx: src/node/ipv4-raw-socket-factory.cc -> build/debug/src/node/ipv4-raw-socket-factory_1.o [392/718] cxx: src/internet-stack/tcp-test.cc -> build/debug/src/internet-stack/tcp-test_1.o [393/718] cxx: src/internet-stack/udp-test.cc -> build/debug/src/internet-stack/udp-test_1.o [394/718] cxx: src/internet-stack/ipv4-test.cc -> build/debug/src/internet-stack/ipv4-test_1.o [395/718] cxx: src/internet-stack/ipv4-l4-protocol.cc -> build/debug/src/internet-stack/ipv4-l4-protocol_1.o [396/718] cxx: src/internet-stack/udp-header.cc -> build/debug/src/internet-stack/udp-header_1.o [397/718] cxx: src/internet-stack/tcp-header.cc -> build/debug/src/internet-stack/tcp-header_1.o [398/718] cxx: src/internet-stack/ipv4-interface.cc -> build/debug/src/internet-stack/ipv4-interface_1.o [399/718] cxx: src/internet-stack/ipv4-l3-protocol.cc -> build/debug/src/internet-stack/ipv4-l3-protocol_1.o [400/718] cxx: src/internet-stack/ipv4-end-point.cc -> build/debug/src/internet-stack/ipv4-end-point_1.o [401/718] cxx: src/internet-stack/udp-l4-protocol.cc -> build/debug/src/internet-stack/udp-l4-protocol_1.o [402/718] cxx: src/internet-stack/tcp-l4-protocol.cc -> build/debug/src/internet-stack/tcp-l4-protocol_1.o [403/718] cxx: src/internet-stack/arp-header.cc -> build/debug/src/internet-stack/arp-header_1.o [404/718] cxx: src/internet-stack/arp-cache.cc -> build/debug/src/internet-stack/arp-cache_1.o [405/718] cxx: src/internet-stack/arp-l3-protocol.cc -> build/debug/src/internet-stack/arp-l3-protocol_1.o [406/718] cxx: src/internet-stack/udp-socket-impl.cc -> build/debug/src/internet-stack/udp-socket-impl_1.o [407/718] cxx: src/internet-stack/tcp-socket-impl.cc -> build/debug/src/internet-stack/tcp-socket-impl_1.o [408/718] cxx: src/internet-stack/ipv4-end-point-demux.cc -> build/debug/src/internet-stack/ipv4-end-point-demux_1.o [409/718] cxx: src/internet-stack/udp-socket-factory-impl.cc -> build/debug/src/internet-stack/udp-socket-factory-impl_1.o [410/718] cxx: src/internet-stack/tcp-socket-factory-impl.cc -> build/debug/src/internet-stack/tcp-socket-factory-impl_1.o [411/718] cxx: src/internet-stack/pending-data.cc -> build/debug/src/internet-stack/pending-data_1.o [412/718] cxx: src/internet-stack/sequence-number.cc -> build/debug/src/internet-stack/sequence-number_1.o [413/718] cxx: src/internet-stack/rtt-estimator.cc -> build/debug/src/internet-stack/rtt-estimator_1.o [414/718] cxx: src/internet-stack/ipv4-raw-socket-factory-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-factory-impl_1.o [415/718] cxx: src/internet-stack/ipv4-raw-socket-impl.cc -> build/debug/src/internet-stack/ipv4-raw-socket-impl_1.o [416/718] cxx: src/internet-stack/icmpv4.cc -> build/debug/src/internet-stack/icmpv4_1.o [417/718] cxx: src/internet-stack/icmpv4-l4-protocol.cc -> build/debug/src/internet-stack/icmpv4-l4-protocol_1.o [418/718] cxx: src/internet-stack/loopback-net-device.cc -> build/debug/src/internet-stack/loopback-net-device_1.o [419/718] cxx: src/internet-stack/nsc-tcp-socket-impl.cc -> build/debug/src/internet-stack/nsc-tcp-socket-impl_1.o [420/718] cxx: src/internet-stack/nsc-tcp-l4-protocol.cc -> build/debug/src/internet-stack/nsc-tcp-l4-protocol_1.o [421/718] cxx: src/internet-stack/nsc-tcp-socket-factory-impl.cc -> build/debug/src/internet-stack/nsc-tcp-socket-factory-impl_1.o [422/718] cxx: src/internet-stack/nsc-sysctl.cc -> build/debug/src/internet-stack/nsc-sysctl_1.o [423/718] cxx: src/devices/point-to-point/point-to-point-net-device.cc -> build/debug/src/devices/point-to-point/point-to-point-net-device_1.o [424/718] cxx: src/devices/point-to-point/point-to-point-channel.cc -> build/debug/src/devices/point-to-point/point-to-point-channel_1.o [425/718] cxx: src/devices/point-to-point/point-to-point-test.cc -> build/debug/src/devices/point-to-point/point-to-point-test_1.o [426/718] cxx: src/devices/point-to-point/ppp-header.cc -> build/debug/src/devices/point-to-point/ppp-header_1.o [427/718] cxx: src/devices/csma/backoff.cc -> build/debug/src/devices/csma/backoff_1.o [428/718] cxx: src/devices/csma/csma-net-device.cc -> build/debug/src/devices/csma/csma-net-device_1.o [429/718] cxx: src/devices/csma/csma-channel.cc -> build/debug/src/devices/csma/csma-channel_1.o [430/718] cxx: src/devices/emu/emu-net-device.cc -> build/debug/src/devices/emu/emu-net-device_1.o [431/718] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_1.o [432/718] cxx: src/devices/emu/emu-sock-creator.cc -> build/debug/src/devices/emu/emu-sock-creator_3.o [433/718] cxx: src/devices/emu/emu-encode-decode.cc -> build/debug/src/devices/emu/emu-encode-decode_3.o [434/718] cxx: src/devices/bridge/bridge-net-device.cc -> build/debug/src/devices/bridge/bridge-net-device_1.o [435/718] cxx: src/devices/bridge/bridge-channel.cc -> build/debug/src/devices/bridge/bridge-channel_1.o [436/718] cxx: src/devices/tap-bridge/tap-bridge.cc -> build/debug/src/devices/tap-bridge/tap-bridge_1.o [437/718] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_1.o [438/718] cxx: src/devices/tap-bridge/tap-creator.cc -> build/debug/src/devices/tap-bridge/tap-creator_3.o [439/718] cxx: src/devices/tap-bridge/tap-encode-decode.cc -> build/debug/src/devices/tap-bridge/tap-encode-decode_3.o [440/718] cxx: src/devices/virtual-net-device/virtual-net-device.cc -> build/debug/src/devices/virtual-net-device/virtual-net-device_1.o [441/718] cxx: src/applications/onoff/onoff-application.cc -> build/debug/src/applications/onoff/onoff-application_1.o [442/718] cxx: src/applications/packet-sink/packet-sink.cc -> build/debug/src/applications/packet-sink/packet-sink_1.o [443/718] cxx: src/applications/udp-echo/udp-echo-client.cc -> build/debug/src/applications/udp-echo/udp-echo-client_1.o [444/718] cxx: src/applications/udp-echo/udp-echo-server.cc -> build/debug/src/applications/udp-echo/udp-echo-server_1.o [445/718] cxx: src/routing/olsr/olsr-header.cc -> build/debug/src/routing/olsr/olsr-header_1.o [446/718] cxx: src/routing/olsr/olsr-state.cc -> build/debug/src/routing/olsr/olsr-state_1.o [447/718] cxx: src/routing/olsr/olsr-routing-protocol.cc -> build/debug/src/routing/olsr/olsr-routing-protocol_1.o [448/718] cxx: src/routing/global-routing/global-router-interface.cc -> build/debug/src/routing/global-routing/global-router-interface_1.o [449/718] cxx: src/routing/global-routing/global-route-manager.cc -> build/debug/src/routing/global-routing/global-route-manager_1.o [450/718] cxx: src/routing/global-routing/global-route-manager-impl.cc -> build/debug/src/routing/global-routing/global-route-manager-impl_1.o [451/718] cxx: src/routing/global-routing/candidate-queue.cc -> build/debug/src/routing/global-routing/candidate-queue_1.o [452/718] cxx: src/routing/global-routing/ipv4-global-routing.cc -> build/debug/src/routing/global-routing/ipv4-global-routing_1.o [453/718] cxx: src/routing/static-routing/ipv4-static-routing.cc -> build/debug/src/routing/static-routing/ipv4-static-routing_1.o [454/718] cxx: src/routing/static-routing/ipv4-routing-table-entry.cc -> build/debug/src/routing/static-routing/ipv4-routing-table-entry_1.o [455/718] cxx: src/routing/list-routing/ipv4-list-routing.cc -> build/debug/src/routing/list-routing/ipv4-list-routing_1.o [456/718] cxx: src/mobility/vector.cc -> build/debug/src/mobility/vector_1.o [457/718] cxx: src/mobility/hierarchical-mobility-model.cc -> build/debug/src/mobility/hierarchical-mobility-model_1.o [458/718] cxx: src/mobility/mobility-model.cc -> build/debug/src/mobility/mobility-model_1.o [459/718] cxx: src/mobility/position-allocator.cc -> build/debug/src/mobility/position-allocator_1.o [460/718] cxx: src/mobility/rectangle.cc -> build/debug/src/mobility/rectangle_1.o [461/718] cxx: src/mobility/constant-position-mobility-model.cc -> build/debug/src/mobility/constant-position-mobility-model_1.o [462/718] cxx: src/mobility/constant-velocity-helper.cc -> build/debug/src/mobility/constant-velocity-helper_1.o [463/718] cxx: src/mobility/constant-velocity-mobility-model.cc -> build/debug/src/mobility/constant-velocity-mobility-model_1.o [464/718] cxx: src/mobility/random-waypoint-mobility-model.cc -> build/debug/src/mobility/random-waypoint-mobility-model_1.o [465/718] cxx: src/mobility/random-walk-2d-mobility-model.cc -> build/debug/src/mobility/random-walk-2d-mobility-model_1.o [466/718] cxx: src/mobility/random-direction-2d-mobility-model.cc -> build/debug/src/mobility/random-direction-2d-mobility-model_1.o [467/718] cxx: src/mobility/constant-acceleration-mobility-model.cc -> build/debug/src/mobility/constant-acceleration-mobility-model_1.o [468/718] cxx: src/devices/wifi/propagation-delay-model.cc -> build/debug/src/devices/wifi/propagation-delay-model_1.o [469/718] cxx: src/devices/wifi/propagation-loss-model.cc -> build/debug/src/devices/wifi/propagation-loss-model_1.o [470/718] cxx: src/devices/wifi/jakes-propagation-loss-model.cc -> build/debug/src/devices/wifi/jakes-propagation-loss-model_1.o [471/718] cxx: src/devices/wifi/wifi-channel.cc -> build/debug/src/devices/wifi/wifi-channel_1.o [472/718] cxx: src/devices/wifi/wifi-mode.cc -> build/debug/src/devices/wifi/wifi-mode_1.o [473/718] cxx: src/devices/wifi/ssid.cc -> build/debug/src/devices/wifi/ssid_1.o [474/718] cxx: src/devices/wifi/wifi-phy.cc -> build/debug/src/devices/wifi/wifi-phy_1.o [475/718] cxx: src/devices/wifi/wifi-phy-state-helper.cc -> build/debug/src/devices/wifi/wifi-phy-state-helper_1.o [476/718] cxx: src/devices/wifi/error-rate-model.cc -> build/debug/src/devices/wifi/error-rate-model_1.o [477/718] cxx: src/devices/wifi/yans-error-rate-model.cc -> build/debug/src/devices/wifi/yans-error-rate-model_1.o [478/718] cxx: src/devices/wifi/interference-helper.cc -> build/debug/src/devices/wifi/interference-helper_1.o [479/718] cxx: src/devices/wifi/interference-helper-tx-duration-test.cc -> build/debug/src/devices/wifi/interference-helper-tx-duration-test_1.o [480/718] cxx: src/devices/wifi/yans-wifi-phy.cc -> build/debug/src/devices/wifi/yans-wifi-phy_1.o [481/718] cxx: src/devices/wifi/yans-wifi-channel.cc -> build/debug/src/devices/wifi/yans-wifi-channel_1.o [482/718] cxx: src/devices/wifi/wifi-mac-header.cc -> build/debug/src/devices/wifi/wifi-mac-header_1.o [483/718] cxx: src/devices/wifi/wifi-mac-trailer.cc -> build/debug/src/devices/wifi/wifi-mac-trailer_1.o [484/718] cxx: src/devices/wifi/mac-low.cc -> build/debug/src/devices/wifi/mac-low_1.o [485/718] cxx: src/devices/wifi/wifi-mac-queue.cc -> build/debug/src/devices/wifi/wifi-mac-queue_1.o [486/718] cxx: src/devices/wifi/mac-tx-middle.cc -> build/debug/src/devices/wifi/mac-tx-middle_1.o [487/718] cxx: src/devices/wifi/mac-rx-middle.cc -> build/debug/src/devices/wifi/mac-rx-middle_1.o [488/718] cxx: src/devices/wifi/dca-txop.cc -> build/debug/src/devices/wifi/dca-txop_1.o [489/718] cxx: src/devices/wifi/supported-rates.cc -> build/debug/src/devices/wifi/supported-rates_1.o [490/718] cxx: src/devices/wifi/capability-information.cc -> build/debug/src/devices/wifi/capability-information_1.o [491/718] cxx: src/devices/wifi/status-code.cc -> build/debug/src/devices/wifi/status-code_1.o [492/718] cxx: src/devices/wifi/mgt-headers.cc -> build/debug/src/devices/wifi/mgt-headers_1.o [493/718] cxx: src/devices/wifi/random-stream.cc -> build/debug/src/devices/wifi/random-stream_1.o [494/718] cxx: src/devices/wifi/dcf-manager.cc -> build/debug/src/devices/wifi/dcf-manager_1.o [495/718] cxx: src/devices/wifi/dcf-manager-test.cc -> build/debug/src/devices/wifi/dcf-manager-test_1.o [496/718] cxx: src/devices/wifi/wifi-mac.cc -> build/debug/src/devices/wifi/wifi-mac_1.o [497/718] cxx: src/devices/wifi/wifi-remote-station-manager.cc -> build/debug/src/devices/wifi/wifi-remote-station-manager_1.o [498/718] cxx: src/devices/wifi/adhoc-wifi-mac.cc -> build/debug/src/devices/wifi/adhoc-wifi-mac_1.o [499/718] cxx: src/devices/wifi/nqap-wifi-mac.cc -> build/debug/src/devices/wifi/nqap-wifi-mac_1.o [500/718] cxx: src/devices/wifi/nqsta-wifi-mac.cc -> build/debug/src/devices/wifi/nqsta-wifi-mac_1.o [501/718] cxx: src/devices/wifi/wifi-net-device.cc -> build/debug/src/devices/wifi/wifi-net-device_1.o [502/718] cxx: src/devices/wifi/arf-wifi-manager.cc -> build/debug/src/devices/wifi/arf-wifi-manager_1.o [503/718] cxx: src/devices/wifi/aarf-wifi-manager.cc -> build/debug/src/devices/wifi/aarf-wifi-manager_1.o [504/718] cxx: src/devices/wifi/ideal-wifi-manager.cc -> build/debug/src/devices/wifi/ideal-wifi-manager_1.o [505/718] cxx: src/devices/wifi/amrr-wifi-manager.cc -> build/debug/src/devices/wifi/amrr-wifi-manager_1.o [506/718] cxx: src/devices/wifi/onoe-wifi-manager.cc -> build/debug/src/devices/wifi/onoe-wifi-manager_1.o [507/718] cxx: src/devices/wifi/rraa-wifi-manager.cc -> build/debug/src/devices/wifi/rraa-wifi-manager_1.o [508/718] cxx: src/devices/wifi/aarfcd-wifi-manager.cc -> build/debug/src/devices/wifi/aarfcd-wifi-manager_1.o [509/718] cxx: src/devices/wifi/cara-wifi-manager.cc -> build/debug/src/devices/wifi/cara-wifi-manager_1.o [510/718] cxx: src/devices/wifi/constant-rate-wifi-manager.cc -> build/debug/src/devices/wifi/constant-rate-wifi-manager_1.o [511/718] cxx: src/devices/wifi/wifi-test.cc -> build/debug/src/devices/wifi/wifi-test_1.o [512/718] cxx: src/devices/wifi/qos-tag.cc -> build/debug/src/devices/wifi/qos-tag_1.o [513/718] cxx: src/devices/wifi/qos-utils.cc -> build/debug/src/devices/wifi/qos-utils_1.o [514/718] cxx: src/devices/wifi/qadhoc-wifi-mac.cc -> build/debug/src/devices/wifi/qadhoc-wifi-mac_1.o [515/718] cxx: src/devices/wifi/qap-wifi-mac.cc -> build/debug/src/devices/wifi/qap-wifi-mac_1.o [516/718] cxx: src/devices/wifi/qsta-wifi-mac.cc -> build/debug/src/devices/wifi/qsta-wifi-mac_1.o [517/718] cxx: src/devices/wifi/edca-txop-n.cc -> build/debug/src/devices/wifi/edca-txop-n_1.o [518/718] cxx: src/devices/wifi/msdu-aggregator.cc -> build/debug/src/devices/wifi/msdu-aggregator_1.o [519/718] cxx: src/devices/wifi/amsdu-subframe-header.cc -> build/debug/src/devices/wifi/amsdu-subframe-header_1.o [520/718] cxx: src/devices/wifi/msdu-standard-aggregator.cc -> build/debug/src/devices/wifi/msdu-standard-aggregator_1.o [521/718] cxx: src/devices/wifi/minstrel-wifi-manager.cc -> build/debug/src/devices/wifi/minstrel-wifi-manager_1.o [522/718] cxx: src/devices/wifi/wifi-phy-test.cc -> build/debug/src/devices/wifi/wifi-phy-test_3.o [523/718] cxx: src/helper/node-container.cc -> build/debug/src/helper/node-container_1.o [524/718] cxx: src/helper/net-device-container.cc -> build/debug/src/helper/net-device-container_1.o [525/718] cxx: src/helper/wifi-helper.cc -> build/debug/src/helper/wifi-helper_1.o ../src/devices/wifi/minstrel-wifi-manager.cc: In member function `void ns3::MinstrelWifiRemoteStation::UpdateStats()': ../src/devices/wifi/minstrel-wifi-manager.cc:543: warning: converting to `uint32_t' from `double' Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build' Build failed -> task failed (err #1): {task: cxx minstrel-wifi-manager.cc -> minstrel-wifi-manager_1.o} ns3modulegen.log: /tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:69: DeprecationWarning: Typo: set_tranformation -> set_transformation handler.set_tranformation(self, orig_ctype) ??:??: '> / TypeLookupError(['ns3::olsr::MprSelectorTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::NeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TwoHopNeighborTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::LinkTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::TopologyTuple'],) ??:??: '> / TypeLookupError(['ns3::olsr::IfaceAssocTuple'],) ??:??: , ns3::AmsduSubframeHeader > >'> / TypeLookupError(['std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader >'],) /tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py:1044: DeprecationWarning: is_const is deprecated, put a 'const' in the C type instead. warnings.warn("is_const is deprecated, put a 'const' in the C type instead.", DeprecationWarning) ../bindings/python/ns3_module_core.py:334: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_core.py:439: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:444: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],) ../bindings/python/ns3_module_core.py:1021: TypeLookupError(['ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],) ../bindings/python/ns3_module_core.py:1095: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1200: TypeLookupError(['long int'],) ../bindings/python/ns3_module_core.py:1756: TypeConfigurationError('transfer_ownership parameter missing',) ../bindings/python/ns3_module_core.py:1805: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:1810: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2055: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2083: TypeLookupError(['unsigned int &'],) ../bindings/python/ns3_module_core.py:2102: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_core.py:2107: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],) ../bindings/python/ns3_module_simulator.py:187: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:360: TypeLookupError(['ns3::TimeUnit< - 1 > &'],) ../bindings/python/ns3_module_simulator.py:367: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:396: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:408: TypeLookupError(['ns3::TimeUnit< 0 > &'],) ../bindings/python/ns3_module_simulator.py:420: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:449: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_module_simulator.py:473: TypeLookupError(['ns3::TimeUnit< 1 > &'],) ../bindings/python/ns3_module_simulator.py:485: TypeLookupError(['ns3::HighPrecision &'],) ../bindings/python/ns3_module_simulator.py:544: TypeConfigurationError('caller_owns_return not given',) ../bindings/python/ns3_mod