hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
154 stars 17 forks source link

loop exit may only be reached after undefined behavior #14

Closed cschmittiey closed 9 years ago

cschmittiey commented 9 years ago

Compiling gives me this error:

Total build time: 58000ms.

/home/csmith/cjdns/node_build/builder.js:478
            if (err) { throw err; }
                             ^
Error: gcc -c -x cpp-output -o build_linux/switch_SwitchCore_c.o -std=c99 -Wall -Wextra -Werror -Wno-pointer-sign -pedantic -D linux=1 -Wno-unused-parameter -fomit-frame-pointer -D Log_DEBUG -g -D NumberCompress_TYPE=v3x5x8 -D Identity_CHECK=1 -D Allocator_USE_CANARIES=1 -D PARANOIA=1 -march=native -DHAS_ETH_INTERFACE=1 -fPIE -fno-stack-protector -fstack-protector-all -Wstack-protector -O3 build_linux/switch_SwitchCore_c.o.i

switch/SwitchCore.c: In function ‘SwitchCore_addInterface’:
switch/SwitchCore.c:279:12: error: loop exit may only be reached after undefined behavior [-Werror=aggressive-loop-optimizations]
         if (ifIndex == NumberCompress_INTERFACES) { return SwitchCore_addInterface_OUT_OF_SPACE; }
            ^
switch/SwitchCore.c:278:45: note: possible undefined statement is here
         if (!core->interfaces[ifIndex].iface.send) { break; }
                                             ^
cc1: all warnings being treated as errors

    at error (/home/csmith/cjdns/node_build/builder.js:52:15)
    at /home/csmith/cjdns/node_build/builder.js:115:22
    at /home/csmith/cjdns/node_build/builder.js:85:13
    at ChildProcess.<anonymous> (/home/csmith/cjdns/node_build/Semaphore.js:7:30)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:766:16)
    at Process.ChildProcess._handle.onexit (child_process.js:833:5)

I'm on Fedora Rawhide, 64 bit.

ansuz commented 9 years ago

gloe-ih suggested trying a newer compiler, can you confirm what version you're using, and whether updating to a newer one solved the issue?

cschmittiey commented 9 years ago

Sure, I'm actually on GCC 5.0.0, so I don't really know if I can update any further :P

ansuz commented 9 years ago

in that case, we should compare against younger GCC versions on other fedora systems. I've asked irbawt to learn ? loop-exit as the url of this issue. Users experiencing similar issues on other systems should report their findings here so we can narrow it down.

cschmittiey commented 9 years ago

I'll check tomorrow as to exactly what version it is tomorrow, but I can confirm it compiles successfully with the GCC from fedora 21 with the updates-testing repo enabled. So it looks like just rawhide, and maybe fedora 22 (alpha comes out tomorrow, so I'll check on that) are affected.

cschmittiey commented 9 years ago

Compiles fine on latest Fedora 21, with the following gcc version:

gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)
cschmittiey commented 9 years ago

Still an issue on Rawhide with the following version, on both latest master and crashey:

gcc (GCC) 5.0.0 20150316 (Red Hat 5.0.0-0.20)
cschmittiey commented 9 years ago

Updated to latest gcc build, gets father in compiling, but can't seem to find seccomp with both master and crashey. I do have libseccomp and libseccomp-devel installed.

gcc version:

gcc (GCC) 5.0.0 20150319 (Red Hat 5.0.0-0.21)

Build log (latest crashey):

rebuildIfChanges changed, rebuilding
Initialize 18ms
Configure 24ms
Scan for out of date files 2ms
Compiler supports link time optimization
Building C object contrib/c/publictoip6.c complete
Building C object client/cjdroute2.c complete
Building C object contrib/c/privatetopublic.c complete
Building C object contrib/c/makekeys.c complete
Building C object crypto/random/randombytes.c complete
Building C object contrib/c/sybilsim.c complete
Building C object test/testcjdroute.c complete
Searching for SECCOMP
Building C object crypto/Key.c complete
Building C object util/AddrTools.c complete
Building C object util/CString.c complete
Building C object benc/String.c complete
Building C object util/Assert.c complete
Building C object net/Benchmark.c complete
Building C object util/log/FileWriterLog.c complete
Building C object util/Hex.c complete
Building C object util/events/libuv/Process.c complete
Building C object memory/Allocator.c complete
Building C object util/events/libuv/Time.c complete
Building C object util/ArchInfo.c complete
Building C object util/events/libuv/Pipe.c complete
Building C object memory/MallocAllocator.c complete
Building C object util/events/libuv/UDPAddrIface.c complete
Building C object io/FileWriter.c complete
Building C object io/FileReader.c complete
Building C object dht/Address.c complete
Building C object crypto/AddressCalc.c complete
Building C object benc/serialization/standard/BencMessageWriter.c complete
Building C object benc/serialization/standard/BencMessageReader.c complete
Building C object benc/serialization/json/JsonBencSerializer.c complete
Building C object benc/List.c complete
Building C object crypto/CryptoAuth.c complete
Building C object admin/angel/InterfaceWaiter.c complete
Building C object admin/angel/Core.c complete
Building C object client/Configurator.c complete
Building C object util/version/Version.c complete
Building C object crypto/random/Random.c complete
Building C object crypto/random/seed/RandomSeed.c complete
Building C object tunnel/IpTunnel.c complete
Building C object admin/Admin.c complete
Building C object client/AdminClient.c complete
Building C object util/log/Log.c complete
Building C object util/events/libuv/EventBase.c complete
Building C object benc/Dict.c complete
Building C object util/Bits.c complete
Building C object util/platform/Sockaddr.c complete
Linking C executable contrib/c/publictoip6.c
Linking C executable contrib/c/privatetopublic.c
Building C object exception/Except.c complete
Building C object io/ArrayWriter.c complete
Building C object util/events/libuv/Timeout.c complete
Building C object crypto/random/libuv/LibuvEntropyProvider.c complete
Building C object interface/addressable/AddrIfaceAdapter.c complete
Building C object interface/ASynchronizer.c complete
Building C object ./interface/tuntap/windows/test/TAPInterface_root_test.c complete
Building C object io/ArrayReader.c complete
Building C object ./interface/tuntap/windows/test/TAPDevice_root_test.c complete
Building C object ./util/platform/test/Sockaddr_test.c complete
Building C object ./interface/tuntap/test/TUNInterface_ipv6_root_test.c complete
Building C object ./interface/tuntap/test/TUNInterface_ipv4_root_test.c complete
Building C object ./interface/tuntap/test/TAPWrapper_root_test.c complete
Building C object ./dht/dhtcore/test/VersionList_test.c complete
Building C object ./interface/tuntap/test/BSDMessageTypeWrapper_test.c complete
Building C object ./dht/dhtcore/test/NodeStore_test.c complete
Building C object ./util/test/UniqueName_test.c complete
Building C object ./util/test/Seccomp_test.c complete
Building C object ./util/test/Process_test.c complete
Building C object ./util/test/Map_test.c complete
Building C object ./util/test/Identity_test.c complete
Building C object ./util/test/Hex_test.c complete
Building C object ./crypto/random/test/Random_test.c complete
Building C object ./util/test/Endian_test.c complete
Building C object ./util/test/Checksum_test.c complete
Building C object ./util/test/Bits_test.c complete
Building C object ./util/test/Base32_test.c complete
Building C object ./util/test/Base10_test.c complete
Building C object ./util/test/AverageRoller_test.c complete
Building C object ./util/test/AddrTools_test.c complete
Building C object ./switch/test/PenaltyFloat_test.c complete
Building C object ./tunnel/test/IpTunnel_test.c complete
Building C object ./switch/test/LabelSplicer_test.c complete
Building C object ./switch/test/NumberCompress_test.c complete
Building C object ./memory/test/Allocator_test.c complete
Building C object ./io/test/FileReader_test.c complete
Building C object ./switch/test/EncodingScheme_test.c complete
Building C object ./interface/test/FramingIface_test.c complete
Building C object ./interface/test/FramingIface_fuzz_test.c complete
Building C object ./dht/test/DHTModules_handleOutgoing_test.c complete
Building C object ./dht/test/DHTModules_handleIncoming_test.c complete
Building C object ./crypto/test/ReplayProtector_test.c complete
Building C object ./crypto/test/CryptoAuth_unit_test.c complete
Building C object ./test/printIp_test.c complete
Building C object ./test/CryptoAddress_test.c complete
Building C object ./test/Beacon_test.c complete
Building C object ./crypto/test/CryptoAuth_test.c complete
Building C object util/SysInfo.c complete
Has setuid keepNetAdmin
Building C object net/NetCore.c complete
Building C object net/TUNAdapter.c complete
Building C object net/UpperDistributor.c complete
Building C object net/SwitchAdapter.c complete
Building C object net/ConverterV15.c complete
Building C object net/SessionManager.c complete
Building C object net/ControlHandler.c complete
Building C object net/InterfaceController.c complete
Building C object net/EventEmitter.c complete
Building C object net/SwitchPinger.c complete
Building C object util/log/WriterLog.c complete
Building C object util/Base10.c complete
Building C object net/SessionManager_admin.c complete
Building C object switch/SwitchCore.c complete
Building C object util/Security_admin.c complete
Building C object util/Security.c complete
Building C object util/platform/netdev/NetDev.c complete
Building C object util/log/IndirectLog.c complete
Building C object net/SwitchPinger_admin.c complete
Building C object tunnel/IpTunnel_admin.c complete
Building C object memory/Allocator_admin.c complete
Building C object interface/FramingIface.c complete
Building C object interface/addressable/PacketHeaderToUDPAddrIface.c complete
Building C object net/InterfaceController_admin.c complete
Building C object interface/ETHInterface_admin.c complete
Building C object interface/tuntap/TUNInterface_linux.c complete
Building C object interface/UDPInterface_admin.c complete
Building C object admin/AuthorizedPasswords.c complete
Building C object dht/Pathfinder.c complete
Building C object admin/AdminLog.c complete
Building C object util/events/libuv/Event.c complete
Building C object crypto/random/seed/SystemRandomSeed.c complete
Building C object util/ArrayList.c complete
Building C object benc/serialization/cloner/Cloner.c complete
Building C object interface/tuntap/test/TUNTools.c complete
Building C object interface/tuntap/NDPServer.c complete
Building C object interface/tuntap/TAPWrapper.c complete
Building C object dht/dhtcore/VersionList.c complete
Building C object interface/tuntap/BSDMessageTypeWrapper.c complete
Building C object dht/dhtcore/RumorMill.c complete
Building C object dht/dhtcore/Node.c complete
Building C object switch/EncodingScheme.c complete
Building C object util/Seccomp.c complete
Building C object crypto/random/test/DeterminentRandomSeed.c complete
Building C object util/AverageRoller.c complete
Building C object util/Order.c complete
Building C object dht/DHTModuleRegistry.c complete
Building C object test/TestFramework.c complete
Has setuid keepNetAdmin
Building C object dht/dhtcore/NodeStore.c complete
Building C object util/Pinger.c complete
Building C object util/Setuid_linux.c complete
Building C object switch/Penalty.c complete
Building C object util/platform/netdev/NetPlatform_linux.c complete
Building C object memory/BufferAllocator.c complete
Building C object interface/ETHInterface_linux.c complete
Building C object dht/dhtcore/Janitor.c complete
Building C object dht/dhtcore/NodeStore_admin.c complete
Building C object dht/dhtcore/SearchRunner_admin.c complete
Building C object dht/dhtcore/SearchRunner.c complete
Building C object dht/dhtcore/RouterModule_admin.c complete
Building C object dht/dhtcore/Router.c complete
Building C object dht/SerializationModule.c complete
Building C object dht/EncodingSchemeModule.c complete
Building C object dht/dhtcore/RouterModule.c complete
Building C object dht/ReplyModule.c complete
Building C object crypto/random/seed/ProcSysKernelRandomUuidRandomSeed.c complete
Building C object crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.c complete
Building C object crypto/random/seed/DevUrandomRandomSeed.c complete
Linking C executable contrib/c/makekeys.c
Linking C executable crypto/random/randombytes.c
Building C object dht/dhtcore/ReplySerializer.c complete
Building C object util/platform/Socket.c complete
Building C object dht/dhtcore/SearchStore.c complete
Linking C executable client/cjdroute2.c
Linking C executable contrib/c/sybilsim.c
Linking C executable test/testcjdroute.c
Compile 39392ms
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG Pathfinder.c:152 INIT
1427384651 DEBUG NodeStore.c:731 Linking [fc41:94b5:0925:7ba9:3959:11ab:a006:367a] with [fc41:94b5:0925:7ba9:3959:11ab:a006:367a] with label fragment [0000.0000.0000.0001]
1427384651 DEBUG Pathfinder.c:152 INIT
1427384651 DEBUG NodeStore.c:731 Linking [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] with [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] with label fragment [0000.0000.0000.0001]
1427384651 DEBUG Beacon_test.c:135 Linking A and B
1427384651 DEBUG InterfaceController.c:772 InterfaceController_beaconState(client, ACCEPT)
1427384651 DEBUG InterfaceController.c:772 InterfaceController_beaconState(server, SEND)
1427384651 DEBUG InterfaceController.c:722 sendBeacon(server)
1427384651 DEBUG InterfaceController.c:729 SEND BEACON CONTENT[00000010eb5a3cf3070efdaa4655b3f7f14acedcc0d4f44371fe4938883029cc59b1b31f42f5891aef5221017be1590f0ad0f4ee2a2be903]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [64]
1427384651 DEBUG InterfaceController.c:514 RECV BEACON CONTENT[00000010eb5a3cf3070efdaa4655b3f7f14acedcc0d4f44371fe4938883029cc59b1b31f42f5891aef5221017be1590f0ad0f4ee2a2be903]
1427384651 INFO InterfaceController.c:583 Added peer [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k] from beacon
1427384651 DEBUG Pathfinder.c:279 Peer [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG Beacon_test.c:152 Waiting for nodes to link asynchronously...
1427384651 DEBUG Pathfinder.c:313 Session [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG SearchRunner.c:341 No nodes available for beginning search
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d4aef8 inner [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Sending hello packet
1427384651 DEBUG SessionManager.c:428 ver[16] send[0] recv[69300] ip[fc41:94b5:0925:7ba9:3959:11ab:a006:367a] path[0000.0000.0000.0013] sending start message
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d47528 outer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Sending hello packet
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [340]
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d4c578 outer [unknown]: Received a hello packet, using auth: 1
1427384651 INFO InterfaceController.c:646 Added peer [v0.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k] from incoming message
1427384651 DEBUG InterfaceController.c:280 SwitchPing [vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG Pathfinder.c:313 Session [v0.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG SearchRunner.c:341 No nodes available for beginning search
1427384651 DEBUG SessionManager.c:257 ver[0] send[0] recv[33507] ip[fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] path[0000.0000.0000.0013] new session nonce[0]
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d4e718 inner [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Received a hello packet, using auth: 0
1427384651 DEBUG SessionManager.c:286 ver[0] send[69300] recv[33507] ip[fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] path[0000.0000.0000.0013] received start message
1427384651 DEBUG Pathfinder.c:345 Discovered path [v0.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG RumorMill.c:112 [extern] addNode(fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a@0000.0000.0000.0013) count[1] from [Pathfinder.c:346]
1427384651 DEBUG NodeStore.c:1902 getPeers request for [0]
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d4e718 inner [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Sending key packet
1427384651 DEBUG SessionManager.c:428 ver[16] send[69300] recv[33507] ip[fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] path[0000.0000.0000.0013] sending start message
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d4c578 outer [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Sending key packet
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [372]
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d47528 outer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Received a key packet
1427384651 DEBUG InterfaceController.c:280 SwitchPing [kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG SessionManager.c:257 ver[16] send[0] recv[69300] ip[fc41:94b5:0925:7ba9:3959:11ab:a006:367a] path[0000.0000.0000.0013] new session nonce[2]
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d4aef8 inner [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Received a key packet
1427384651 DEBUG SessionManager.c:286 ver[16] send[33507] recv[69300] ip[fc41:94b5:0925:7ba9:3959:11ab:a006:367a] path[0000.0000.0000.0013] received start message
1427384651 DEBUG Pathfinder.c:345 Discovered path [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG RumorMill.c:112 [extern] addNode(fc41:94b5:0925:7ba9:3959:11ab:a006:367a@0000.0000.0000.0013) count[1] from [Pathfinder.c:346]
1427384651 DEBUG NodeStore.c:1453 Discover node [fc41:94b5:0925:7ba9:3959:11ab:a006:367a@0000.0000.0000.0013]
1427384651 DEBUG NodeStore.c:994 discoverLinkC( [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]->[fc41:94b5:0925:7ba9:3959:11ab:a006:367a] [0000.0000.0000.0013] )
1427384651 DEBUG NodeStore.c:731 Linking [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] with [fc41:94b5:0925:7ba9:3959:11ab:a006:367a] with label fragment [0000.0000.0000.0013]
1427384651 INFO NodeStore.c:819 Direct peer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a@0000.0000.0000.0013] has been linked
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d4c578 outer [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Sending repeat key packet
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [168]
1427384651 DEBUG CryptoAuth.c:671 0x7f2b20d47528 outer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Received a repeat key packet
1427384651 DEBUG InterfaceController.c:280 SwitchPing [kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG ControlHandler.c:151 ctrl packet from [0000.0000.0000.0013]
1427384651 DEBUG ControlHandler.c:101 got switch ping from [0000.0000.0000.0013]
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d47528 outer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Doing final step to send message. nonce=4
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [68]
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d4c578 outer [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d4c578 outer [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Final handshake step succeeded
1427384651 DEBUG InterfaceController.c:373 Checking for old sessions to merge with.
1427384651 DEBUG Pathfinder.c:279 Peer [v0.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG ControlHandler.c:151 ctrl packet from [0000.0000.0000.0013]
1427384651 DEBUG ControlHandler.c:178 got switch pong from [0000.0000.0000.0013]
1427384651 DEBUG InterfaceController.c:236 got switch pong from node [v16.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG Pathfinder.c:279 Peer [v16.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG InterfaceController.c:253 Received [pong] from lazy endpoint [v16.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [68]
1427384651 DEBUG ControlHandler.c:151 ctrl packet from [0000.0000.0000.0013]
1427384651 DEBUG ControlHandler.c:101 got switch ping from [0000.0000.0000.0013]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [68]
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d47528 outer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d47528 outer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Final handshake step succeeded
1427384651 DEBUG InterfaceController.c:373 Checking for old sessions to merge with.
1427384651 DEBUG Pathfinder.c:279 Peer [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG ControlHandler.c:151 ctrl packet from [0000.0000.0000.0013]
1427384651 DEBUG ControlHandler.c:178 got switch pong from [0000.0000.0000.0013]
1427384651 DEBUG InterfaceController.c:236 got switch pong from node [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG Pathfinder.c:279 Peer [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG InterfaceController.c:253 Received [pong] from lazy endpoint [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [68]
1427384651 DEBUG ControlHandler.c:151 ctrl packet from [0000.0000.0000.0013]
1427384651 DEBUG ControlHandler.c:101 got switch ping from [0000.0000.0000.0013]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [68]
1427384651 DEBUG ControlHandler.c:151 ctrl packet from [0000.0000.0000.0013]
1427384651 DEBUG ControlHandler.c:178 got switch pong from [0000.0000.0000.0013]
1427384651 DEBUG InterfaceController.c:236 got switch pong from node [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG Pathfinder.c:279 Peer [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG InterfaceController.c:253 Received [pong] from lazy endpoint [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d4e718 inner [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Sending repeat key packet
1427384651 DEBUG SessionManager.c:428 ver[16] send[69300] recv[33507] ip[fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] path[0000.0000.0000.0013] sending start message
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [240]
1427384651 DEBUG SessionManager.c:257 ver[16] send[33507] recv[69300] ip[fc41:94b5:0925:7ba9:3959:11ab:a006:367a] path[0000.0000.0000.0013] new session nonce[3]
1427384651 DEBUG CryptoAuth.c:671 0x7f2b20d4aef8 inner [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Received a repeat key packet
1427384651 DEBUG SessionManager.c:286 ver[16] send[33507] recv[69300] ip[fc41:94b5:0925:7ba9:3959:11ab:a006:367a] path[0000.0000.0000.0013] received start message
1427384651 DEBUG NodeStore.c:1902 getPeers request for [0]
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d4aef8 inner [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Doing final step to send message. nonce=4
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [212]
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d4e718 inner [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d4e718 inner [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a]: Final handshake step succeeded
1427384651 DEBUG NodeStore.c:1453 Discover node [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a@0000.0000.0000.0013]
1427384651 DEBUG NodeStore.c:994 discoverLinkC( [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]->[fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] [0000.0000.0000.0013] )
1427384651 DEBUG NodeStore.c:731 Linking [fc41:94b5:0925:7ba9:3959:11ab:a006:367a] with [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a] with label fragment [0000.0000.0000.0013]
1427384651 INFO NodeStore.c:819 Direct peer [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a@0000.0000.0000.0013] has been linked
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [140]
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d4aef8 inner [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d4aef8 inner [fc41:94b5:0925:7ba9:3959:11ab:a006:367a]: Final handshake step succeeded
1427384651 DEBUG NodeStore.c:1902 getPeers request for [0]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [212]
1427384651 DEBUG Beacon_test.c:100 A seems to be linked with B
1427384651 DEBUG Beacon_test.c:105 B seems to be linked with A
1427384651 DEBUG Beacon_test.c:106 

Setup Complete

1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [81]
Message from TUN in node B [Hello World!]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [81]
Message from TUN in node A [Hello cjdns!] [13] [48656c6c6f20636a646e732100]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [73]
Message from TUN in node B [send]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [70]
Message from TUN in node A [a] [2] [6100]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [72]
Message from TUN in node B [few]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [76]
Message from TUN in node A [packets] [8] [7061636b65747300]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [71]
Message from TUN in node B [to]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [73]
Message from TUN in node A [make] [5] [6d616b6500]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [73]
Message from TUN in node B [sure]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [72]
Message from TUN in node A [the] [4] [74686500]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [79]
Message from TUN in node B [cryptoauth]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a80] - message length [72]
Message from TUN in node A [can] [4] [63616e00]
1427384651 DEBUG TestFramework.c:62 Transferring message to [0x7f2b20d41a68] - message length [78]
Message from TUN in node B [establish]
1427384651 DEBUG Beacon_test.c:213 

Test passed, shutting down

1427384651 DEBUG Pathfinder.c:301 Peer gone [v16.0000.0000.0000.0013.vz21tg07061s8v9mckrvgtfds7j2u5lst8cwl6nqhp81njrh5wg0.k]
1427384651 DEBUG NodeStore.c:2028 NodeStore_disconnectedPeer(0000.0000.0000.0013)
1427384651 INFO NodeStore.c:660 Direct peer [fc1f:5b96:e1c5:625d:afde:2523:a7fa:383a@0000.0000.0000.0013] has been unlinked
1427384651 DEBUG Pathfinder.c:301 Peer gone [v16.0000.0000.0000.0013.kmzm4w0kj9bswd5qmx74nu7kusv5pj40vcsmp781j6xxgpd59z00.k]
1427384651 DEBUG NodeStore.c:2028 NodeStore_disconnectedPeer(0000.0000.0000.0013)
1427384651 INFO NodeStore.c:660 Direct peer [fc41:94b5:0925:7ba9:3959:11ab:a006:367a@0000.0000.0000.0013] has been unlinked
Private key 751d3db85b848deaf221e0ed2b6cc17f587b29057d74cdd4dc0bd18b7157288e (hex)

Expect:
Public Key: d7c0df45001a5be5e81c95e519be5199055237cb9116882cadcefe48ab735173 (hex)
Public Key: r6jzx210usqbgnm3pdtm1z6btd14pvdtkn5j8qnpgqzknpggkuw0 (base32)
Address: fc68:cb2c:60db:cb96:19ac:34a8:fd34:03fc

Got:
Public Key: d7c0df45001a5be5e81c95e519be5199055237cb9116882cadcefe48ab735173 (hex)
Public Key: r6jzx210usqbgnm3pdtm1z6btd14pvdtkn5j8qnpgqzknpggkuw0 (base32)
Address: fc68:cb2c:60db:cb96:19ac:34a8:fd34:03fc
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d748c8 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [7c88:0d5a:c6a2:f406:c5af:308d:2d2e:ca8a]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d748c8 cif2 [7c88:0d5a:c6a2:f406:c5af:308d:2d2e:ca8a]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d748c8 cif2 [7c88:0d5a:c6a2:f406:c5af:308d:2d2e:ca8a]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d748c8 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending repeat hello packet
1427384651 DEBUG CryptoAuth.c:644 0x7f2b20d748c8 cif2 [f94c:5628:fbc5:3c70:17fa:959f:6532:dec8]: Received a repeat hello packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [f94c:5628:fbc5:3c70:17fa:959f:6532:dec8]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d748c8 cif2 [f94c:5628:fbc5:3c70:17fa:959f:6532:dec8]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d748c8 cif2 [f94c:5628:fbc5:3c70:17fa:959f:6532:dec8]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d748c8 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending repeat hello packet
1427384651 DEBUG CryptoAuth.c:644 0x7f2b20d748c8 cif2 [2d42:beb4:e934:14b3:b405:c371:ea65:0fce]: Received a repeat hello packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [2d42:beb4:e934:14b3:b405:c371:ea65:0fce]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d748c8 cif2 [2d42:beb4:e934:14b3:b405:c371:ea65:0fce]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d748c8 cif2 [2d42:beb4:e934:14b3:b405:c371:ea65:0fce]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d748c8 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [5156:5d22:85dd:9073:cf46:660c:eea2:684e]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d748c8 cif2 [5156:5d22:85dd:9073:cf46:660c:eea2:684e]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d748c8 cif2 [5156:5d22:85dd:9073:cf46:660c:eea2:684e]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74a58 cif2 [unknown]: Received a hello packet, using auth: 1
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74a58 cif2 [48c9:5aaf:c55f:0f6d:a206:e821:ce32:eb6f]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d74a58 cif2 [48c9:5aaf:c55f:0f6d:a206:e821:ce32:eb6f]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d74a58 cif2 [48c9:5aaf:c55f:0f6d:a206:e821:ce32:eb6f]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74808 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [973a:659b:2128:d629:604b:7276:15e5:7fb0]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:747 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: DROP dupe key packet with same temp key
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d74808 cif2 [973a:659b:2128:d629:604b:7276:15e5:7fb0]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d74808 cif2 [973a:659b:2128:d629:604b:7276:15e5:7fb0]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74808 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [f412:2d5e:cb38:c355:dcd0:ed10:ea38:cf4d]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d74808 cif2 [f412:2d5e:cb38:c355:dcd0:ed10:ea38:cf4d]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d74808 cif2 [f412:2d5e:cb38:c355:dcd0:ed10:ea38:cf4d]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:747 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: DROP dupe key packet with same temp key
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74808 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [783d:82bd:c37a:33b5:af37:22eb:1325:19fd]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d74808 cif2 [783d:82bd:c37a:33b5:af37:22eb:1325:19fd]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d74808 cif2 [783d:82bd:c37a:33b5:af37:22eb:1325:19fd]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:923 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: DROP key packet during established session nonce=[2]
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [e9f9:5534:a9c4:3e07:acdf:13a6:1dab:a276]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:822 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Incoming hello from node with lower key, resetting
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74808 cif2 [e9f9:5534:a9c4:3e07:acdf:13a6:1dab:a276]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:834 0x7f2b20d74808 cif2 [e9f9:5534:a9c4:3e07:acdf:13a6:1dab:a276]: Incoming hello from node with higher key, not resetting
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d74808 cif2 [e9f9:5534:a9c4:3e07:acdf:13a6:1dab:a276]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d74808 cif2 [e9f9:5534:a9c4:3e07:acdf:13a6:1dab:a276]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d74808 cif2 [e9f9:5534:a9c4:3e07:acdf:13a6:1dab:a276]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d74808 cif2 [e9f9:5534:a9c4:3e07:acdf:13a6:1dab:a276]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74808 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:869 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: DROP Received a run message to an un-setup session
1427384651 DEBUG CryptoAuth.c:869 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: DROP Received a run message to an un-setup session
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:918 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: hello packet during established session nonce=[0]
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d74808 cif2 [429d:d884:4b3c:28e0:e08d:64f4:2d5e:3a89]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d74808 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [0ea4:379e:fbc3:d281:de9c:c0d6:4dc0:cb94]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [0ea4:379e:fbc3:d281:de9c:c0d6:4dc0:cb94]: Sending repeat key packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d74808 cif2 [0ea4:379e:fbc3:d281:de9c:c0d6:4dc0:cb94]: Sending repeat key packet
1427384651 DEBUG CryptoAuth.c:671 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a repeat key packet
1427384651 DEBUG CryptoAuth.c:671 0x7f2b20d70bc8 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a repeat key packet
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d748c8 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [bda6:92ed:8058:469d:132f:e0f9:f0ca:bb04]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [bda6:92ed:8058:469d:132f:e0f9:f0ca:bb04]: Sending repeat key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d748c8 cif2 [bda6:92ed:8058:469d:132f:e0f9:f0ca:bb04]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d748c8 cif2 [bda6:92ed:8058:469d:132f:e0f9:f0ca:bb04]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:671 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a repeat key packet
1427384651 DEBUG CryptoAuth.c:784 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: New key packet but we are already sending data
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d748c8 cif2 [unknown]: Received a hello packet, using auth: 0
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [d0d9:00ab:2edc:0a42:807c:de36:9251:fd1c]: Sending key packet
1427384651 DEBUG CryptoAuth.c:669 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Received a key packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d748c8 cif2 [d0d9:00ab:2edc:0a42:807c:de36:9251:fd1c]: Sending repeat key packet
1427384651 DEBUG CryptoAuth.c:529 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Doing final step to send message. nonce=4
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d748c8 cif2 [d0d9:00ab:2edc:0a42:807c:de36:9251:fd1c]: Trying final handshake step, nonce=4
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d748c8 cif2 [d0d9:00ab:2edc:0a42:807c:de36:9251:fd1c]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:872 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Trying final handshake step, nonce=6
1427384651 DEBUG CryptoAuth.c:889 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: Final handshake step succeeded
1427384651 DEBUG CryptoAuth.c:923 0x7f2b20d70c88 cif1 [8892:d95b:2768:047c:b9ae:130b:38a4:f7ce]: DROP key packet during established session nonce=[3]
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d28e88 CryptoAuth_unit_test.c [d95c:ef9a:dbeb:906a:27e6:1757:c3f0:cd34]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d28dd8 CryptoAuth_unit_test.c [d95c:ef9a:dbeb:906a:27e6:1757:c3f0:cd34]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:642 0x7f2b20d70b88 CryptoAuth_unit_test.c [unknown]: Received a hello packet, using auth: 0

1391ac5d03ba9f7099bffbb6e6c69d67ae5bd79391a5b94399b293dc
1391ac5d03ba9f7099bffbb6e6c69d67ae5bd79391a5b94399b293dc
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70b88 CryptoAuth_unit_test.c [d95c:ef9a:dbeb:906a:27e6:1757:c3f0:cd34]: Sending hello packet
1427384651 DEBUG CryptoAuth.c:437 0x7f2b20d70b88 CryptoAuth_unit_test.c [d95c:ef9a:dbeb:906a:27e6:1757:c3f0:cd34]: Sending repeat hello packet
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random s1427384651 DEBUG Pipe.c:231 Pipe [/tmp/cjdns_pipe_98j12rqp4wh7f4f3mu9by7txb39lyf] established connection
Seccomp.c:327 Seccomp filter not installed properly, Seccomp_isWorking() -> false
eed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
Splicing 4 with 4 yields 16, expecting 16
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG IpTunnel.c:134 IPv4 Prefix to allow: 0
1427384651 DEBUG IpTunnel.c:476 Got incoming message from [7126:c8d0:3d9a:acc8:22ea:b906:3cda:4c7c]
1427384651 DEBUG IpTunnel.c:487 Message content [d1:q21:IpTunnel_getAddresses4:txid4:abcde]
1427384651 DEBUG IpTunnel.c:309 Got request for addresses from [7126:c8d0:3d9a:acc8:22ea:b906:3cda:4c7c]
x = 0x4adbb60f91773a7e
7249 == 7249According to testing this machine is little endian
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG Pipe.c:231 Pipe [/tmp/cjdns_pipe_kt2yg90s2yyfcmt5rn5k3mv7h0t5sl] established connection
Parent sending message [IT WORKS!]
1427384651 INFO RandomSeed.c:42 Attempting to seed random number generator
1427384651 INFO RandomSeed.c:50 Trying random seed [/dev/urandom] Success
1427384651 INFO RandomSeed.c:56 Trying random seed [sysctl(RANDOM_UUID) (Linux)] Failed
1427384651 INFO RandomSeed.c:50 Trying random seed [/proc/sys/kernel/random/uuid (Linux)] Success
1427384651 INFO RandomSeed.c:64 Seeding random number generator succeeded with [2] sources
1427384651 DEBUG Pipe.c:231 Pipe [/tmp/cjdns_pipe_98j12rqp4wh7f4f3mu9by7txb39lyf] established connection

Running test Beacon_test                                                           15.932 ms
Running test CryptoAddress_test                                                    0.776 ms
Running test printIp_test                                                          3.569 ms
Running test CryptoAuth_test                                                       84.659 ms
Running test CryptoAuth_unit_test                                                  6.883 ms
Running test ReplayProtector_test                                                  0.593 ms
Running test DHTModules_handleIncoming_test                                        0.206 ms
Running test DHTModules_handleOutgoing_test                                        0.153 ms
Running test FramingIface_fuzz_test                                                10.660 ms
Running test FramingIface_test                                                     0.240 ms
Running test FileReader_test                                                       0.582 ms
Running test Allocator_test                                                        0.207 ms
Running test EncodingScheme_test                                                   82.161 ms
Running test LabelSplicer_test                                                     0.208 ms
Running test NumberCompress_test                                                   1.318 ms
Running test PenaltyFloat_test                                                     0.566 ms
Running test IpTunnel_test                                                         0.559 ms
Running test AddrTools_test                                                        0.201 ms
Running test AverageRoller_test                                                    0.218 ms
Running test Base10_test                                                           1.572 ms
Running test Base32_test                                                           0.427 ms
Running test Bits_test                                                             0.665 ms
Running test Checksum_test                                                         0.204 ms
Running test Endian_test                                                           0.163 ms
Running test Hex_test                                                              0.336 ms
Running test Identity_test                                                         0.159 ms
Running test Map_test                                                              8.894 ms
Running test Process_test                                                          4.807 ms
Running test Seccomp_testAssertion failure [Seccomp_test.c:62] [(!"timed out")]

Checking codestyle
net/Benchmark.c:191 TODO(cjd): this will fail with a different encoding scheme
memory/Allocator.c:220 TODO(cjd): make this optional.
benc/serialization/json/JsonBencSerializer.c:331 FIXME(gerard): silently skipping anything we don't understand
crypto/CryptoAuth.c:988 TODO(cjd): realloc password space and increase buffer.
admin/angel/Core.c:67 TODO(cjd): we need to begin detecting MTU and informing the OS properly!
./interface/tuntap/test/TUNInterface_ipv4_root_test.c:59 TODO(cjd): fix TUNConfigurator_addIp4Address() for Illumos, Darwin, BSD.
switch/SwitchCore.c:219 TODO(cjd): hmm should we return an error packet?
dht/DHTModuleRegistry.c:64 TODO(cjd): Call a debugger with all unhandlable messages?
dht/dhtcore/NodeStore.c:511 TODO(cjd): Paths longer than 1024 will blow up, handle more gracefully
dht/dhtcore/NodeStore.c:830 TODO(cjd): This does not depend on nodeStore or alter the link, consider moving to Node.c
dht/dhtcore/NodeStore.c:1044 TODO(cjd): linking every node with 0 link state, this can't be right.
dht/dhtcore/NodeStore.c:1351 TODO(arceliar): protect keyspace, evict the worst bestParent instead?
dht/dhtcore/NodeStore.c:1431 TODO(arceliar): is this safe?
dht/dhtcore/NodeStore.c:1656 TODO(cjd): this could return ~0
dht/dhtcore/NodeStore.c:1676 TODO(cjd): this has been the source of assert failures and we might be sweeping
dht/dhtcore/NodeStore.c:1794 TODO(cjd): Schlameil the painter
dht/dhtcore/NodeStore.c:2195 FIXME(arceliar): calcNextReach is guessing what the reach would stabilize to
dht/dhtcore/NodeStore.c:2219 TODO(arceliar): Something sane. We don't know which link on the path is bad.
dht/dhtcore/NodeStore.c:2261 TODO(cjd): What we really should be doing here is storing this link in a
memory/BufferAllocator.c:25 * TODO(cjd): addOnFreeJob adds a job which is only run when the root allocator is freed
dht/dhtcore/Janitor.c:209 FIXME(arceliar): Probably need stronger requirements than this.
dht/dhtcore/Janitor.c:385 FIXME(arceliar): This target probably isn't optimal.
dht/dhtcore/Janitor.c:419 return; // TODO(cjd): Enabled until we figure out if it's still needed.
dht/dhtcore/RouterModule.c:85 * TODO(cjd): ---
Failed to build cjdns.
Total build time: 42000ms.
cschmittiey commented 9 years ago

Latest crashey builds successfully without seccomp now. I guess this resolved itself, although the lack of seccomp is weird.