* Package: net-misc/zerotier-1.4.6 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking zerotier-1.4.6.tar.gz to /var/tmp/portage/net-misc/zerotier-1.4.6/work >>> Source unpacked in /var/tmp/portage/net-misc/zerotier-1.4.6/work >>> Preparing source in /var/tmp/portage/net-misc/zerotier-1.4.6/work/ZeroTierOne-1.4.6 ... * Applying zerotier-1.4.6-respect-ldflags.patch ... [ ok ] * Applying zerotier-1.4.6-add-armv7a-support.patch ... [ ok ] * Applying zerotier-1.4.6-fixup-neon-support.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-misc/zerotier-1.4.6/work/ZeroTierOne-1.4.6 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-misc/zerotier-1.4.6/work/ZeroTierOne-1.4.6 ... make -j4 CXX=x86_64-pc-linux-gnu-g++ STRIP=: one x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/C25519.o node/C25519.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Capability.o node/Capability.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/CertificateOfMembership.o node/CertificateOfMembership.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/CertificateOfOwnership.o node/CertificateOfOwnership.cpp In file included from node/Capability.cpp:14: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Capability.cpp:14: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/CertificateOfOwnership.cpp:17: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/CertificateOfOwnership.cpp:17: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/CertificateOfMembership.cpp:16: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/CertificateOfMembership.cpp:16: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Capability.cpp:17: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/CertificateOfOwnership.cpp:17: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/CertificateOfMembership.cpp:16: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Identity.o node/Identity.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/IncomingPacket.o node/IncomingPacket.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/InetAddress.o node/InetAddress.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Membership.o node/Membership.cpp In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/IncomingPacket.hpp:23, from node/IncomingPacket.cpp:23: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/IncomingPacket.hpp:23, from node/IncomingPacket.cpp:23: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/IncomingPacket.hpp:23, from node/IncomingPacket.cpp:23: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Multicaster.o node/Multicaster.cpp In file included from node/Membership.hpp:24, from node/Membership.cpp:16: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Membership.cpp:16: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Membership.cpp:18: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Multicaster.cpp:19: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Multicaster.cpp:19: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Multicaster.cpp:19: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Network.o node/Network.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/NetworkConfig.o node/NetworkConfig.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Node.o node/Node.cpp In file included from node/NetworkConfig.hpp:34, from node/NetworkConfig.cpp:18: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/NetworkConfig.hpp:34, from node/NetworkConfig.cpp:18: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Network.cpp:23: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Network.cpp:23: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Network.cpp:23: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/OutboundMulticast.o node/OutboundMulticast.cpp In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Node.cpp:24: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Node.cpp:24: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Node.cpp:24: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/OutboundMulticast.cpp:17: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/OutboundMulticast.cpp:17: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/OutboundMulticast.cpp:17: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Packet.o node/Packet.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Path.o node/Path.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Peer.o node/Peer.cpp In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Path.cpp:16: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Path.cpp:16: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Path.cpp:16: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Poly1305.o node/Poly1305.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Revocation.o node/Revocation.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Salsa20.o node/Salsa20.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/SelfAwareness.o node/SelfAwareness.cpp In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Peer.cpp:16: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Peer.cpp:16: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Peer.cpp:16: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Revocation.cpp:17: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Revocation.cpp:17: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/SHA512.o node/SHA512.cpp In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Revocation.cpp:17: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/SelfAwareness.cpp:24: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/SelfAwareness.cpp:24: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/SelfAwareness.cpp:24: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Switch.o node/Switch.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Tag.o node/Tag.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Topology.o node/Topology.cpp In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/Switch.cpp:26: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/Switch.cpp:26: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/Switch.cpp:26: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Tag.cpp:17: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Tag.cpp:17: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Tag.cpp:17: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Topology.cpp:15: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Topology.cpp:15: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Trace.o node/Trace.cpp In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Topology.cpp:15: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o node/Utils.o node/Utils.cpp In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/Trace.cpp:21: node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from node/Membership.hpp:24, from node/Network.hpp:37, from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/Trace.cpp:21: node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from node/Node.hpp:32, from node/Peer.hpp:23, from node/Topology.hpp:30, from node/Switch.hpp:28, from node/Trace.cpp:21: node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-as -o ext/x64-salsa2012-asm/salsa2012.o ext/x64-salsa2012-asm/salsa2012.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/choose_t.o ext/ed25519-amd64-asm/choose_t.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/consts.o ext/ed25519-amd64-asm/consts.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/fe25519_add.o ext/ed25519-amd64-asm/fe25519_add.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/fe25519_freeze.o ext/ed25519-amd64-asm/fe25519_freeze.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/fe25519_mul.o ext/ed25519-amd64-asm/fe25519_mul.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/fe25519_square.o ext/ed25519-amd64-asm/fe25519_square.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/fe25519_sub.o ext/ed25519-amd64-asm/fe25519_sub.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ge25519_add_p1p1.o ext/ed25519-amd64-asm/ge25519_add_p1p1.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ge25519_dbl_p1p1.o ext/ed25519-amd64-asm/ge25519_dbl_p1p1.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ge25519_nielsadd2.o ext/ed25519-amd64-asm/ge25519_nielsadd2.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ge25519_nielsadd_p1p1.o ext/ed25519-amd64-asm/ge25519_nielsadd_p1p1.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ge25519_p1p1_to_p2.o ext/ed25519-amd64-asm/ge25519_p1p1_to_p2.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ge25519_p1p1_to_p3.o ext/ed25519-amd64-asm/ge25519_p1p1_to_p3.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ge25519_pnielsadd_p1p1.o ext/ed25519-amd64-asm/ge25519_pnielsadd_p1p1.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/heap_rootreplaced.o ext/ed25519-amd64-asm/heap_rootreplaced.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/heap_rootreplaced_1limb.o ext/ed25519-amd64-asm/heap_rootreplaced_1limb.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/heap_rootreplaced_2limbs.o ext/ed25519-amd64-asm/heap_rootreplaced_2limbs.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/heap_rootreplaced_3limbs.o ext/ed25519-amd64-asm/heap_rootreplaced_3limbs.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/sc25519_add.o ext/ed25519-amd64-asm/sc25519_add.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/sc25519_barrett.o ext/ed25519-amd64-asm/sc25519_barrett.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/sc25519_lt.o ext/ed25519-amd64-asm/sc25519_lt.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/sc25519_sub_nored.o ext/ed25519-amd64-asm/sc25519_sub_nored.s x86_64-pc-linux-gnu-as -o ext/ed25519-amd64-asm/ull4_mul.o ext/ed25519-amd64-asm/ull4_mul.s x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_getparity.o ext/ed25519-amd64-asm/fe25519_getparity.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_invert.o ext/ed25519-amd64-asm/fe25519_invert.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_iseq.o ext/ed25519-amd64-asm/fe25519_iseq.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_iszero.o ext/ed25519-amd64-asm/fe25519_iszero.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_neg.o ext/ed25519-amd64-asm/fe25519_neg.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_pack.o ext/ed25519-amd64-asm/fe25519_pack.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_pow2523.o ext/ed25519-amd64-asm/fe25519_pow2523.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_setint.o ext/ed25519-amd64-asm/fe25519_setint.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/fe25519_unpack.o ext/ed25519-amd64-asm/fe25519_unpack.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_add.o ext/ed25519-amd64-asm/ge25519_add.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_base.o ext/ed25519-amd64-asm/ge25519_base.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_double.o ext/ed25519-amd64-asm/ge25519_double.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_double_scalarmult.o ext/ed25519-amd64-asm/ge25519_double_scalarmult.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_isneutral.o ext/ed25519-amd64-asm/ge25519_isneutral.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_multi_scalarmult.o ext/ed25519-amd64-asm/ge25519_multi_scalarmult.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_pack.o ext/ed25519-amd64-asm/ge25519_pack.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_scalarmult_base.o ext/ed25519-amd64-asm/ge25519_scalarmult_base.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/ge25519_unpackneg.o ext/ed25519-amd64-asm/ge25519_unpackneg.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/hram.o ext/ed25519-amd64-asm/hram.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/index_heap.o ext/ed25519-amd64-asm/index_heap.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_from32bytes.o ext/ed25519-amd64-asm/sc25519_from32bytes.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_from64bytes.o ext/ed25519-amd64-asm/sc25519_from64bytes.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_from_shortsc.o ext/ed25519-amd64-asm/sc25519_from_shortsc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_iszero.o ext/ed25519-amd64-asm/sc25519_iszero.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_mul.o ext/ed25519-amd64-asm/sc25519_mul.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_mul_shortsc.o ext/ed25519-amd64-asm/sc25519_mul_shortsc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_slide.o ext/ed25519-amd64-asm/sc25519_slide.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_to32bytes.o ext/ed25519-amd64-asm/sc25519_to32bytes.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sc25519_window4.o ext/ed25519-amd64-asm/sc25519_window4.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o ext/ed25519-amd64-asm/sign.o ext/ed25519-amd64-asm/sign.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o controller/EmbeddedNetworkController.o controller/EmbeddedNetworkController.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o controller/DBMirrorSet.o controller/DBMirrorSet.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o controller/DB.o controller/DB.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o controller/FileDB.o controller/FileDB.cpp In file included from controller/../node/NetworkConfig.hpp:34, from controller/../node/NetworkController.hpp:21, from controller/EmbeddedNetworkController.hpp:29, from controller/EmbeddedNetworkController.cpp:35: controller/../node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: controller/../node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from controller/../node/NetworkConfig.hpp:34, from controller/../node/NetworkController.hpp:21, from controller/EmbeddedNetworkController.hpp:29, from controller/EmbeddedNetworkController.cpp:35: controller/../node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from controller/../node/Node.hpp:32, from controller/EmbeddedNetworkController.cpp:42: controller/../node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: controller/../node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ controller/../node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from controller/../node/NetworkConfig.hpp:34, from controller/../node/NetworkController.hpp:21, from controller/EmbeddedNetworkController.hpp:29, from controller/DB.cpp:15: controller/../node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: controller/../node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from controller/../node/NetworkConfig.hpp:34, from controller/../node/NetworkController.hpp:21, from controller/EmbeddedNetworkController.hpp:29, from controller/DB.cpp:15: controller/../node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o controller/LFDB.o controller/LFDB.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o controller/PostgreSQL.o controller/PostgreSQL.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o controller/RabbitMQ.o controller/RabbitMQ.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o osdep/EthernetTap.o osdep/EthernetTap.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o osdep/ManagedRoute.o osdep/ManagedRoute.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o osdep/Http.o osdep/Http.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o osdep/OSUtils.o osdep/OSUtils.cpp osdep/OSUtils.cpp: In static member function ‘static std::vector > ZeroTier::OSUtils::listDirectory(const char*, bool)’: osdep/OSUtils.cpp:111:28: warning: ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 111 | if (readdir_r(d,&de,&dptr)) | ^ In file included from osdep/OSUtils.cpp:32: /usr/include/dirent.h:183:12: note: declared here 183 | extern int readdir_r (DIR *__restrict __dirp, | ^~~~~~~~~ osdep/OSUtils.cpp: In static member function ‘static long int ZeroTier::OSUtils::cleanDirectory(const char*, int64_t)’: osdep/OSUtils.cpp:161:28: warning: ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 161 | if (readdir_r(d,&de,&dptr)) | ^ In file included from osdep/OSUtils.cpp:32: /usr/include/dirent.h:183:12: note: declared here 183 | extern int readdir_r (DIR *__restrict __dirp, | ^~~~~~~~~ osdep/OSUtils.cpp: In static member function ‘static bool ZeroTier::OSUtils::rmDashRf(const char*)’: osdep/OSUtils.cpp:210:28: warning: ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 210 | if (readdir_r(d,&de,&dptr) != 0) | ^ In file included from osdep/OSUtils.cpp:32: /usr/include/dirent.h:183:12: note: declared here 183 | extern int readdir_r (DIR *__restrict __dirp, | ^~~~~~~~~ In file included from osdep/Http.cpp:19: osdep/Phy.hpp: In member function ‘void ZeroTier::Phy::poll(long unsigned int) [with HANDLER_PTR_TYPE = ZeroTier::{anonymous}::HttpPhyHandler*]’: osdep/Phy.hpp:935:10: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 935 | ::read(_whackReceiveSocket,tmp,16); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o service/SoftwareUpdater.o service/SoftwareUpdater.cpp x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wno-deprecated -std=c++11 -pthread -DNDEBUG -DZT_USE_MINIUPNPC -DZT_USE_SYSTEM_MINIUPNPC -DZT_USE_SYSTEM_NATPMP -DZT_BUILD_PLATFORM=1 -DZT_BUILD_ARCHITECTURE=2 -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\"" -D_MT_ALLOCATOR_H -D_POOL_ALLOCATOR_H -D_EXTPTR_ALLOCATOR_H -D_DEBUG_ALLOCATOR_H -DZT_USE_X64_ASM_SALSA2012 -DZT_USE_FAST_X64_ED25519 -c -o service/OneService.o service/OneService.cpp In file included from service/../node/Membership.hpp:24, from service/../node/Network.hpp:37, from service/../node/Node.hpp:32, from service/OneService.cpp:33: service/../node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: service/../node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from service/../node/Membership.hpp:24, from service/../node/Network.hpp:37, from service/../node/Node.hpp:32, from service/OneService.cpp:33: service/../node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from service/../node/Node.hpp:32, from service/OneService.cpp:33: service/../node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: service/../node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ service/../node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from service/../node/Membership.hpp:24, from service/../node/Network.hpp:37, from service/../node/Node.hpp:32, from service/SoftwareUpdater.cpp:41: service/../node/Capability.hpp: In constructor ‘ZeroTier::Capability::Capability()’: service/../node/Capability.hpp:70:37: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Capability::’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 70 | memset(_custody,0,sizeof(_custody)); | ^ In file included from service/../node/Membership.hpp:24, from service/../node/Network.hpp:37, from service/../node/Node.hpp:32, from service/SoftwareUpdater.cpp:41: service/../node/Capability.hpp:476:9: note: ‘struct ZeroTier::Capability::’ declared here 476 | struct { | ^ In file included from service/../node/Node.hpp:32, from service/SoftwareUpdater.cpp:41: service/../node/Network.hpp: In constructor ‘ZeroTier::Network::_IncomingConfigChunk::_IncomingConfigChunk()’: service/../node/Network.hpp:422:70: warning: ‘void* memset(void*, int, size_t)’ clearing an object of type ‘struct ZeroTier::Network::_IncomingConfigChunk’ with no trivial copy-assignment; use assignment or value-initialization instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclass-memaccess-Wclass-memaccess]8;;] 422 | _IncomingConfigChunk() { memset(this,0,sizeof(_IncomingConfigChunk)); } | ^ service/../node/Network.hpp:420:9: note: ‘struct ZeroTier::Network::_IncomingConfigChunk’ declared here 420 | struct _IncomingConfigChunk | ^~~~~~~~~~~~~~~~~~~~ In file included from service/OneService.cpp:48: service/../osdep/Binder.hpp: In member function ‘void ZeroTier::Binder::refresh(ZeroTier::Phy&, unsigned int*, unsigned int, std::vector, INTERFACE_CHECKER&)’: service/../osdep/Binder.hpp:376:30: internal compiler error: unexpected expression ‘(std::__atomic_base::__int_type)((ZeroTier::Binder*)this)->ZeroTier::Binder::_bindingCount’ of kind implicit_conv_expr 376 | _bindings[_bindingCount].udpSock = udps; | ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [: service/OneService.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: net-misc/zerotier-1.4.6::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-misc/zerotier-1.4.6::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-misc/zerotier-1.4.6::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/net-misc/zerotier-1.4.6:20200524-234157.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/zerotier-1.4.6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/zerotier-1.4.6/temp/environment'. * Working directory: '/var/tmp/portage/net-misc/zerotier-1.4.6/work/ZeroTierOne-1.4.6' * S: '/var/tmp/portage/net-misc/zerotier-1.4.6/work/ZeroTierOne-1.4.6' emerge --info: Portage 2.3.100 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) ================================================================= System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 16011344 total, 3566152 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Mon, 25 May 2020 06:43:30 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.2-r2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.18::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0::gentoo sys-devel/gcc-config: 2.3::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-metamanifest: yes sync-rsync-verify-max-age: 24 sync-rsync-verify-jobs: 1 sync-rsync-extra-opts: ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-gcc" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-g++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j4" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS