14:08:34 useddd: unfortunately I keep getting build errors and am not able to test your CLSAG fuzz test PR 14:15:50 Can you build fuzz tests without the patch ? 21:45:11 <[keybase] unseddd>: unsure what to tell you sarang. tested on multiple boxes, and it compiles/runs on all of them. 21:48:44 unseddd: you should have pinged us about https://github.com/google/oss-fuzz/issues/2451 :D I've just seen it. 21:48:56 Or if you did, sorry, I missed it. 21:55:32 Odd unseddd, I had it fail on separate boxes running master builds with fuzz target :/ 21:55:48 What was the error ? 22:02:09 <[keybase] unseddd>: moneromooo: was so stoked when they replied they would accept!! :) 22:03:35 <[keybase] unseddd>: sarang: am sure you are having problems, but it is hard for me to help you debug with just "it no run" 22:04:30 I'm running a fresh build on a new git clone to get good error reporting 22:04:56 the current master fuzz target matches the expected compiler flags 22:09:47 <[keybase] unseddd>: right on, i can try building with docker, so we are working with a common base 22:10:21 Can you do PMs on IRC with your bridge, somehow? 22:10:39 (I assume not) 22:12:03 Anyway... current master: git submodule init && git submodule update && make -jN fuzz (for N cores available on this buildbox with afl tools installed) 22:18:09 <[keybase] unseddd>: hrm, that last make command is probably causing the errors (i did not mess with the main build system). built more manually on my boxes 22:20:02 <[keybase] unseddd>: as in: (fresh clone) cd monero && mkdir build && cd build; export CC=afl-gcc CXX=afl-g++; cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON; make 22:20:27 <[keybase] unseddd>: that was also on master from a couple weeks ago, so... 22:20:51 So shared and without ASAN. 22:21:23 <[keybase] unseddd>: when/if you are ready to merge, i can rebase the work and fix minor bugs with building/api changes 22:23:45 <[keybase] unseddd>: iDunk: yeah, did not realize it would not build without ASAN (new to Monero build system) 22:24:27 You can see how the fuzz target is set up in the Makefile. 22:24:32 <[keybase] unseddd>: well, will spend some cycles today getting it to work with "make fuzz" from the root 22:26:21 <[keybase] unseddd>: *did not realise it was building without ASAN 22:35:20 I had an earlier "manual make" that failed as well... I'm going to run both and get relevant logs 22:36:30 At any rate, this experience could be useful for updating build instructions for others :) 23:12:43 unseddd: https://paste.debian.net/hidden/ce397c66/ 23:12:58 from fuzz target 23:14:20 sarang: https://paste.debian.net/hidden/91e8d375/ 23:18:16 iDunk: running fuzz target once again w/ change 23:23:25 Failed, but made it farther at least :/ 23:23:50 What's the error ? 23:24:16 Pulling logs; one moment