12020-02-01T00:00:01 *** lgedeon has quit IRC
22020-02-01T00:03:51 *** selevit_ has joined #bitcoin-core-dev
32020-02-01T00:06:23 *** selevit has quit IRC
42020-02-01T00:08:22 *** jarthur has quit IRC
52020-02-01T00:08:43 *** selevit_ has quit IRC
62020-02-01T00:08:51 *** selevit has joined #bitcoin-core-dev
72020-02-01T00:13:47 *** selevit has quit IRC
82020-02-01T00:13:51 *** selevit_ has joined #bitcoin-core-dev
92020-02-01T00:17:25 *** pabelanger1 has joined #bitcoin-core-dev
102020-02-01T00:18:03 *** selevit_ has quit IRC
112020-02-01T00:18:21 *** zavan has joined #bitcoin-core-dev
122020-02-01T00:18:32 *** bitcoin-git has joined #bitcoin-core-dev
132020-02-01T00:18:32 <bitcoin-git> [bitcoin] practicalswift opened pull request #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functions (netaddress.h) (master...fuzzers-netaddress) https://github.com/bitcoin/bitcoin/pull/18047
142020-02-01T00:18:33 *** bitcoin-git has left #bitcoin-core-dev
152020-02-01T00:19:57 *** zavan has quit IRC
162020-02-01T00:20:24 *** zavan has joined #bitcoin-core-dev
172020-02-01T00:21:16 *** zavan has quit IRC
182020-02-01T00:22:11 *** zavan has joined #bitcoin-core-dev
192020-02-01T00:23:34 *** tecnecio_ has quit IRC
202020-02-01T00:26:20 *** zavan_ has joined #bitcoin-core-dev
212020-02-01T00:26:20 *** zavan has quit IRC
222020-02-01T00:31:40 *** zavan_ has quit IRC
232020-02-01T01:40:15 *** dviola has quit IRC
242020-02-01T01:49:35 *** dr-orlovsky has quit IRC
252020-02-01T01:51:54 *** dr-orlovsky has joined #bitcoin-core-dev
262020-02-01T02:06:43 *** andrewtoth has quit IRC
272020-02-01T02:07:08 *** andrewtoth has joined #bitcoin-core-dev
282020-02-01T02:20:21 *** sdaftuar has quit IRC
292020-02-01T02:21:42 *** sdaftuar has joined #bitcoin-core-dev
302020-02-01T02:22:02 *** rh0nj has quit IRC
312020-02-01T02:29:01 *** andrewtoth_ has joined #bitcoin-core-dev
322020-02-01T02:31:33 *** andrewtoth has quit IRC
332020-02-01T03:00:02 *** pabelanger1 has quit IRC
342020-02-01T03:00:40 *** promag has joined #bitcoin-core-dev
352020-02-01T03:01:48 *** abrissbi1ne has joined #bitcoin-core-dev
362020-02-01T03:05:10 *** abrissbirne has quit IRC
372020-02-01T03:05:28 *** promag has quit IRC
382020-02-01T03:17:01 *** Trixar_za has joined #bitcoin-core-dev
392020-02-01T03:38:59 *** felixfoertsch has joined #bitcoin-core-dev
402020-02-01T03:40:11 *** felixfoertsch23 has quit IRC
412020-02-01T03:47:43 *** andrewtoth_ has quit IRC
422020-02-01T03:54:32 *** Highway61 has joined #bitcoin-core-dev
432020-02-01T04:04:57 *** Eagle[TM] has joined #bitcoin-core-dev
442020-02-01T04:07:18 *** EagleTM has quit IRC
452020-02-01T04:09:05 *** Highway61 has quit IRC
462020-02-01T04:13:43 *** Dean_Guss has quit IRC
472020-02-01T04:14:08 *** Dean_Guss has joined #bitcoin-core-dev
482020-02-01T04:15:28 *** pinheadmz_ has joined #bitcoin-core-dev
492020-02-01T04:18:11 *** pinheadmz has quit IRC
502020-02-01T04:18:11 *** pinheadmz_ is now known as pinheadmz
512020-02-01T04:24:32 *** tripleslash has quit IRC
522020-02-01T04:45:00 *** gkrizek has quit IRC
532020-02-01T05:12:19 *** pinheadmz has quit IRC
542020-02-01T05:12:57 *** pinheadmz has joined #bitcoin-core-dev
552020-02-01T05:14:36 *** promag has joined #bitcoin-core-dev
562020-02-01T05:19:15 *** promag has quit IRC
572020-02-01T05:34:55 *** r8921039 has joined #bitcoin-core-dev
582020-02-01T05:37:26 *** tys0n_ has joined #bitcoin-core-dev
592020-02-01T05:56:35 *** tecnecio_ has joined #bitcoin-core-dev
602020-02-01T06:00:02 *** Trixar_za has quit IRC
612020-02-01T06:01:56 *** tecnecio_ has quit IRC
622020-02-01T06:04:06 *** gkrizek has joined #bitcoin-core-dev
632020-02-01T06:10:54 <kallewoof> Seems g++/gcc is super slow on some macs. This is causing ./configure to take like 5 minutes to finish, since it runs a bunch of tiny g++ compiles. [ echo "int main(){}" > tst.cpp; time ( for i in {1..10}; do g++ -std=c++11 -c -g -O2 -g3 -O0 -DDEBUG -DDEBUG_LOCKORDER -DMAC_OSX tst.cpp; done ) ] takes 0.3s on linux but 13s on my mac...
642020-02-01T06:12:49 <fanquake> kallewoof can you dump the verbose output of your test programs?
652020-02-01T06:13:52 <kallewoof> fanquake: I tried -ftime-report and basically only a few ms go into the compilation, the rest goes into the starting of g++. how do i make it more verbose?
662020-02-01T06:14:22 <fanquake> -v
672020-02-01T06:14:46 <fanquake> That should dump the compiler, flags, SDK, include dirs etc
682020-02-01T06:15:22 <fanquake> i.e https://gist.github.com/fanquake/fa260b6be2ee262ca390df5bfe54bf00
692020-02-01T06:17:06 <kallewoof> https://gist.github.com/kallewoof/41bc47cdc169dbd37af1da78e4c7787c
702020-02-01T06:17:19 *** Lestaty has joined #bitcoin-core-dev
712020-02-01T06:17:43 *** Lestaty is now known as Guest10104
722020-02-01T06:17:57 <kallewoof> 1.31s for "int main(){}"... I suspect this is Apple's new system that checks permissions and stuff.
732020-02-01T06:18:26 <sipa> is this actually gcc, or clang?
742020-02-01T06:18:30 <kallewoof> clang under the hood
752020-02-01T06:18:37 <fanquake> The same invocation for me takes 0.073s
762020-02-01T06:19:06 <kallewoof> fanquake: I'm on mojave. You're on latest?
772020-02-01T06:19:34 <fanquake> No, 10.14.6. At this point I don't think anyone could convince me to upgrade heh.
782020-02-01T06:19:53 <kallewoof> same. wonder what is different.
792020-02-01T06:21:14 <fanquake> The apple clang version is the same. clang-1100.0.33.17. A few differences in include search paths.
802020-02-01T06:22:18 <fanquake> I see -fmessage-length 101 for you, 131 for me. That's the only difference in compiler options.
812020-02-01T06:24:03 <sipa> like the width of your terminal
822020-02-01T06:24:08 <sipa> *likely
832020-02-01T06:24:23 <fanquake> yea, something to do with debug output formatting
842020-02-01T06:25:02 <kallewoof> Running that command directly drops it to 0.66s (both yours and mine are the same)..
852020-02-01T06:25:13 <sipa> which command?
862020-02-01T06:25:26 <kallewoof> the line that start with "/Applications/Xcode.app[...]
872020-02-01T06:25:54 <sipa> can you see if this is time spent in user, system, or waiting for io?
882020-02-01T06:26:07 <kallewoof> ( -cc1 -triple x86_64-apple-macosx10.14.0 -Wdeprecated-objc-isa-usage ) 0.01s user 0.65s system 99% cpu 0.657 total
892020-02-01T06:26:37 <sipa> all system
902020-02-01T06:27:00 <sipa> maybe a weird filesystem configuration?
912020-02-01T06:27:08 <kallewoof> I've got encrypted APFS
922020-02-01T06:27:15 <kallewoof> I thought fanquake did too, though?
932020-02-01T06:27:56 <fanquake> Yea my HD is also encrypted APFS
942020-02-01T06:28:53 <fanquake> kallewoof could try mounting a new, different type of volume, and running commands in there?
952020-02-01T06:29:48 <kallewoof> I can try with an external HDD when I get to the office, but I'm not going there until I get back from London so it'll be a bit :)
962020-02-01T06:30:09 <fanquake> You could create and mount a ramdisk
972020-02-01T06:30:42 <fanquake> i.e: https://stackoverflow.com/questions/46224103/create-apfs-ram-disk-on-macos-high-sierra
982020-02-01T06:30:59 <kallewoof> oh!
992020-02-01T06:34:14 <kallewoof> No change (even tried copying the clang binary into the ramdisk but no change)
1002020-02-01T06:38:49 <sipa> kallewoof: do any of the -D flags matter?
1012020-02-01T06:39:10 <sipa> i suspect not
1022020-02-01T06:39:41 <kallewoof> sipa: no, same results
1032020-02-01T06:40:34 <fanquake> kallewoof do you see similar slowness if you use a different Clang? Could install LLVM via brew and try clang++9
1042020-02-01T06:40:43 <kallewoof> will try!
1052020-02-01T06:41:43 <kallewoof> tho it's strange if that fixed it since you are using the same clang as i am
1062020-02-01T06:43:18 <fanquake> Wondering if you Xcode/Command Line tools install might be broken in some way
1072020-02-01T06:43:21 <fanquake> *your
1082020-02-01T06:44:49 <kallewoof> fanquake: thing is, i had this problem on my previous machine, so i explicitly chose not to migrate my settings over, but to back everything up and pull files from it and do a fresh install of everything, including xcode. same problem appeared...
1092020-02-01T06:48:51 <kallewoof> no change
1102020-02-01T07:34:22 *** dviola has joined #bitcoin-core-dev
1112020-02-01T07:42:34 *** harrigan has quit IRC
1122020-02-01T07:42:44 *** harrigan has joined #bitcoin-core-dev
1132020-02-01T07:43:43 *** vasild has quit IRC
1142020-02-01T07:44:25 *** r8921039 has quit IRC
1152020-02-01T07:47:01 *** r8921039 has joined #bitcoin-core-dev
1162020-02-01T07:47:01 <aj> kallewoof: maybe filesystem is being super slow gathering include files and/or libs?
1172020-02-01T07:47:12 *** tys0n_ has quit IRC
1182020-02-01T07:50:49 <kallewoof> aj: i looked around and don't see anything suspect about the dirs listed in the output
1192020-02-01T07:50:50 *** r8921039 has quit IRC
1202020-02-01T07:50:58 <kallewoof> aj: not sure how to test your theory
1212020-02-01T07:51:01 *** r8921039 has joined #bitcoin-core-dev
1222020-02-01T07:53:01 <kallewoof> fanquake: spot any differences between this and your output for 'diskutil list'? https://gist.github.com/kallewoof/e63b51f6b5aab2f104ebebc602f0e1a1
1232020-02-01T07:55:18 <fanquake> kallewoof https://gist.github.com/fanquake/0cf340622dbe24d74393e12935591bf1
1242020-02-01T07:55:51 *** r8921039 has quit IRC
1252020-02-01T07:56:39 <fanquake> only that i have about twice as much junk on my machine
1262020-02-01T07:57:11 *** r8921039 has joined #bitcoin-core-dev
1272020-02-01T07:58:09 *** dviola has quit IRC
1282020-02-01T08:00:07 *** vasild has joined #bitcoin-core-dev
1292020-02-01T08:00:11 <kallewoof> Wait. I have the same issue the guy on twitter does, where I have a second container with the same data (disk3)
1302020-02-01T08:00:26 <kallewoof> Oh wait no, that is 1 GB not 1 TB
1312020-02-01T08:01:39 *** r8921039 has quit IRC
1322020-02-01T08:02:42 *** r8921039 has joined #bitcoin-core-dev
1332020-02-01T08:03:27 *** selevit has joined #bitcoin-core-dev
1342020-02-01T08:07:22 *** r8921039 has quit IRC
1352020-02-01T08:08:26 *** selevit has quit IRC
1362020-02-01T08:08:28 *** selevit_ has joined #bitcoin-core-dev
1372020-02-01T08:10:56 <gwillen> the fact that running clang directly eliminates the overhead is very suggestive that whatever the problem is, compilation is not in any way involved
1382020-02-01T08:11:20 <gwillen> and that it is somewhere in whatever process the "gcc" stub is using to find the actual compiler
1392020-02-01T08:12:24 <kallewoof> gwillen: running clang takes me down to 0.7 seconds from 1.3, but it's still way too slow. this should run in <0.1 second though. (linux -> g++ -std=c++11 -c -g -O2 -g3 -O0 tst.cpp 0.02s user 0.02s system 98% cpu 0.040 total)
1402020-02-01T08:13:08 <gwillen> well, this may be multiple unrelated issues
1412020-02-01T08:13:28 *** selevit has joined #bitcoin-core-dev
1422020-02-01T08:13:31 <gwillen> my 10.13.6 machine takes 0.46 seconds to run your 10-trivial-compiles test
1432020-02-01T08:13:46 <gwillen> and I have no trouble running configure or building bitcoin
1442020-02-01T08:14:00 *** r8921039 has joined #bitcoin-core-dev
1452020-02-01T08:14:02 <kallewoof> my guess is every time *something* is executed, there's a 0.7s overhead. the above would be shortcutting one of the steps, thus the drop in time
1462020-02-01T08:14:30 <kallewoof> gwillen: i can compile, but configure takes 5 minutes-ish.
1472020-02-01T08:14:32 <gwillen> that sounds even less like a compilation-related issue and more like a system-level issue
1482020-02-01T08:14:49 <kallewoof> the actual compilation (because compiling each file actually takes time) is not that different from other machines
1492020-02-01T08:14:56 <gwillen> *nods*
1502020-02-01T08:14:56 <kallewoof> gwillen: agreed!
1512020-02-01T08:15:30 <gwillen> does running clang even just to get the "no input files" error (with no arguments) take 0.7s?
1522020-02-01T08:15:52 <gwillen> (it is 0.018s for me)
1532020-02-01T08:16:09 *** selevit_ has quit IRC
1542020-02-01T08:16:37 <kallewoof> good point. yes "time clang" -> clang 0.01s user 0.66s system 99% cpu 0.669 total
1552020-02-01T08:16:53 <gwillen> wow, okay, that's interesting
1562020-02-01T08:17:02 *** r8921039_ has joined #bitcoin-core-dev
1572020-02-01T08:17:05 <gwillen> normally the next thing I would try would be a system call trace
1582020-02-01T08:17:12 <gwillen> but getting one of those on OS X is usually insanely annoying
1592020-02-01T08:17:39 *** selevit has quit IRC
1602020-02-01T08:17:50 <gwillen> kallewoof: ok just curious, what happens if you "time /bin/echo"
1612020-02-01T08:17:59 <kallewoof> other commands (git, ls, etc) all run instantly though.
1622020-02-01T08:18:05 <gwillen> huh, okay.
1632020-02-01T08:18:26 *** r8921039_ has quit IRC
1642020-02-01T08:18:27 *** r8921039 has quit IRC
1652020-02-01T08:18:42 <gwillen> you don't have any remote filesystems mounted? NFS, Samba?
1662020-02-01T08:18:48 <gwillen> Dropbox?
1672020-02-01T08:18:58 <kallewoof> btw i installed llvm via brew and "time /usr/local/opt/llvm/bin/clang" gives the same 0.7s delay
1682020-02-01T08:19:00 *** r8921039 has joined #bitcoin-core-dev
1692020-02-01T08:19:07 <kallewoof> nope
1702020-02-01T08:20:12 *** selevit has joined #bitcoin-core-dev
1712020-02-01T08:20:33 <gwillen> 0.7s feels too long to be anything other than a timeout
1722020-02-01T08:21:31 *** r8921039 has quit IRC
1732020-02-01T08:22:01 *** r8921039 has joined #bitcoin-core-dev
1742020-02-01T08:22:08 <gwillen> hmm, do you have anything interesting in 'sudo dmesg' or in Console.app after running clang a few times? Most notably, do you see any I/O errors that might suggest your hard disk is failing?
1752020-02-01T08:22:20 <gwillen> Like, maybe you have a bad sector in the clang binary or some dependency of it.
1762020-02-01T08:22:45 <kallewoof> gwillen: I had this exact problem on my previous machine and one other coworker has it as well. Will check dmesg though
1772020-02-01T08:23:02 <gwillen> huuuh. All Catalina, I assume?
1782020-02-01T08:23:51 <gwillen> I was literally at dinner with an Apple clang dev a few hours ago, but I'm afraid this is likely to be outside his area of expertise....
1792020-02-01T08:23:56 <hebasto> jonasschnelli: does a draft pr trigger build on bitcoinbuilds.org?
1802020-02-01T08:24:38 <kallewoof> gwillen: no mojave, all of them i think
1812020-02-01T08:24:47 <gwillen> oh, huh, koay
1822020-02-01T08:24:49 <gwillen> okay*
1832020-02-01T08:24:55 <kallewoof> nothing in dmesg btw
1842020-02-01T08:26:47 *** r8921039 has quit IRC
1852020-02-01T08:27:07 *** selevit has quit IRC
1862020-02-01T08:28:54 *** Soligor has quit IRC
1872020-02-01T08:32:42 *** r8921039 has joined #bitcoin-core-dev
1882020-02-01T08:37:07 *** r8921039 has quit IRC
1892020-02-01T08:39:22 *** r8921039 has joined #bitcoin-core-dev
1902020-02-01T08:39:33 *** Soligor has joined #bitcoin-core-dev
1912020-02-01T08:42:02 *** Talkless has joined #bitcoin-core-dev
1922020-02-01T08:42:51 *** TheV01d has quit IRC
1932020-02-01T08:44:07 *** r8921039 has quit IRC
1942020-02-01T08:47:08 *** dr-orlovsky has quit IRC
1952020-02-01T08:52:42 *** manantial has joined #bitcoin-core-dev
1962020-02-01T08:57:51 *** r8921039 has joined #bitcoin-core-dev
1972020-02-01T09:00:02 *** Guest10104 has quit IRC
1982020-02-01T09:02:33 *** r8921039 has quit IRC
1992020-02-01T09:04:55 *** selevit has joined #bitcoin-core-dev
2002020-02-01T09:05:56 <jonasschnelli> hebasto: I don't know. Lets try. )
2012020-02-01T09:08:30 *** bitcoin-git has joined #bitcoin-core-dev
2022020-02-01T09:08:31 <bitcoin-git> [bitcoin] jonasschnelli pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d104aa0ace36...cadb9d33421d
2032020-02-01T09:08:31 <bitcoin-git> bitcoin/master 61eb058 João Barbosa: gui: Drop BanTableModel dependency to ClientModel
2042020-02-01T09:08:32 <bitcoin-git> bitcoin/master 3aee10b João Barbosa: gui: Drop ShutdownWindow dependency to BitcoinGUI
2052020-02-01T09:08:33 <bitcoin-git> bitcoin/master cadb9d3 Jonas Schnelli: Merge #18036: gui: Break trivial circular dependencies
2062020-02-01T09:08:34 *** bitcoin-git has left #bitcoin-core-dev
2072020-02-01T09:08:48 *** bitcoin-git has joined #bitcoin-core-dev
2082020-02-01T09:08:49 <bitcoin-git> [bitcoin] jonasschnelli merged pull request #18036: gui: Break trivial circular dependencies (master...2020-01-utilitydialog) https://github.com/bitcoin/bitcoin/pull/18036
2092020-02-01T09:08:50 *** bitcoin-git has left #bitcoin-core-dev
2102020-02-01T09:09:38 *** selevit has quit IRC
2112020-02-01T09:09:39 <fanquake> jonasschnelli: Could you also take a look at #17937
2122020-02-01T09:09:40 <gribble> https://github.com/bitcoin/bitcoin/issues/17937 | gui: Remove WalletView and BitcoinGUI circular dependency by promag · Pull Request #17937 · bitcoin/bitcoin · GitHub
2132020-02-01T09:09:54 <jonasschnelli> fanquake: will do..
2142020-02-01T09:11:40 <fanquake> jonasschnelli: thanks
2152020-02-01T09:11:58 *** bitcoin-git has joined #bitcoin-core-dev
2162020-02-01T09:11:59 <bitcoin-git> [bitcoin] jonasschnelli pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cadb9d33421d...f05c1ac444e0
2172020-02-01T09:11:59 <bitcoin-git> bitcoin/master ac3d107 João Barbosa: gui: Add transactionClicked and coinsSent signals to WalletView
2182020-02-01T09:12:00 <bitcoin-git> bitcoin/master cb8a86d João Barbosa: gui: Remove WalletView and BitcoinGUI circular dependency
2192020-02-01T09:12:00 <bitcoin-git> bitcoin/master f05c1ac Jonas Schnelli: Merge #17937: gui: Remove WalletView and BitcoinGUI circular dependency
2202020-02-01T09:12:02 *** bitcoin-git has left #bitcoin-core-dev
2212020-02-01T09:12:18 *** bitcoin-git has joined #bitcoin-core-dev
2222020-02-01T09:12:19 <bitcoin-git> [bitcoin] jonasschnelli merged pull request #17937: gui: Remove WalletView and BitcoinGUI circular dependency (master...2020-01-remove-walletview-bitcoingui) https://github.com/bitcoin/bitcoin/pull/17937
2232020-02-01T09:12:19 *** bitcoin-git has left #bitcoin-core-dev
2242020-02-01T09:12:43 <hebasto> jonasschnelli: mind looking #17966 ?
2252020-02-01T09:12:44 <gribble> https://github.com/bitcoin/bitcoin/issues/17966 | qt, refactor: Optimize signal-slot connections logic by hebasto · Pull Request #17966 · bitcoin/bitcoin · GitHub
2262020-02-01T09:13:03 <jonasschnelli> hebasto: needs a rebase
2272020-02-01T09:13:12 <jonasschnelli> (due to just merged prs)
2282020-02-01T09:14:50 *** emilengler has joined #bitcoin-core-dev
2292020-02-01T09:17:22 *** acris has joined #bitcoin-core-dev
2302020-02-01T09:17:59 *** r8921039 has joined #bitcoin-core-dev
2312020-02-01T09:20:19 <hebasto> jonasschnelli: rebased; let travis check it
2322020-02-01T09:21:04 *** r8921039_ has joined #bitcoin-core-dev
2332020-02-01T09:22:12 *** r8921039 has quit IRC
2342020-02-01T09:23:03 <gwillen> kallewoof: I think I could walk you through using Instruments to try to see what clang is spending all that time on
2352020-02-01T09:23:20 <gwillen> but I'm kind of just figuring out how to use it myself, PM would probably be best since it might take some doing
2362020-02-01T09:25:24 *** r8921039_ has quit IRC
2372020-02-01T09:27:09 <kallewoof> gwillen: instruments is a good idea. I'll try it later (dinner etc now)
2382020-02-01T09:27:39 <kallewoof> gwillen: I have used instruments on command line stuff in the past so I have a pretty clear idea on how to do it. Will ping you if I fail tho
2392020-02-01T09:29:16 <gwillen> ok cool, yeah, it seems to be the only thing that fills the strace niche.
2402020-02-01T09:29:51 <gwillen> I can get it to give me syscall times, although not consistently syscall arguments, so it still seems like a clunky and inferior replacement for a good commandline tool :-P
2412020-02-01T09:34:22 *** r8921039 has joined #bitcoin-core-dev
2422020-02-01T09:34:57 *** Jackielove4u has joined #bitcoin-core-dev
2432020-02-01T09:38:57 *** r8921039 has quit IRC
2442020-02-01T09:41:22 *** r8921039 has joined #bitcoin-core-dev
2452020-02-01T09:45:57 *** r8921039 has quit IRC
2462020-02-01T09:50:12 *** r8921039 has joined #bitcoin-core-dev
2472020-02-01T09:54:43 *** r8921039_ has joined #bitcoin-core-dev
2482020-02-01T09:54:44 *** r8921039 has quit IRC
2492020-02-01T09:59:00 *** r8921039_ has quit IRC
2502020-02-01T10:02:11 *** r8921039 has joined #bitcoin-core-dev
2512020-02-01T10:04:53 *** spinza has quit IRC
2522020-02-01T10:06:11 *** r8921039_ has joined #bitcoin-core-dev
2532020-02-01T10:06:50 *** r8921039 has quit IRC
2542020-02-01T10:08:30 *** harrigan has quit IRC
2552020-02-01T10:09:14 *** harrigan has joined #bitcoin-core-dev
2562020-02-01T10:10:42 *** r8921039_ has quit IRC
2572020-02-01T10:20:13 *** PaulTroo_ has joined #bitcoin-core-dev
2582020-02-01T10:22:51 *** PaulTroon has quit IRC
2592020-02-01T10:25:15 *** ghost43 has quit IRC
2602020-02-01T10:26:32 *** ghost43 has joined #bitcoin-core-dev
2612020-02-01T10:28:39 <kallewoof> gwillen: yeah, that about sums it up :)
2622020-02-01T10:29:39 <kallewoof> gwillen: oh, and running it from inside instruments makes it take 14 ms and doesn't provide any details. *rubs head*
2632020-02-01T10:45:01 *** r8921039 has joined #bitcoin-core-dev
2642020-02-01T10:47:02 *** r8921039_ has joined #bitcoin-core-dev
2652020-02-01T10:49:01 *** r892103__ has joined #bitcoin-core-dev
2662020-02-01T10:49:51 *** r8921039 has quit IRC
2672020-02-01T10:51:33 *** r8921039_ has quit IRC
2682020-02-01T10:53:43 *** r892103__ has quit IRC
2692020-02-01T10:53:55 *** r8921039 has joined #bitcoin-core-dev
2702020-02-01T10:54:34 *** AaronvanW has joined #bitcoin-core-dev
2712020-02-01T10:55:41 *** r8921039_ has joined #bitcoin-core-dev
2722020-02-01T10:57:01 *** r892103__ has joined #bitcoin-core-dev
2732020-02-01T10:58:12 *** r8921039 has quit IRC
2742020-02-01T10:58:42 *** r8921039 has joined #bitcoin-core-dev
2752020-02-01T11:00:29 *** r8921039_ has quit IRC
2762020-02-01T11:01:56 *** r892103__ has quit IRC
2772020-02-01T11:03:00 *** r8921039 has quit IRC
2782020-02-01T11:09:57 *** bitcoin-git has joined #bitcoin-core-dev
2792020-02-01T11:09:57 <bitcoin-git> [bitcoin] jakubtrnka opened pull request #18050: wallet: replace boost deprecated method call (master...master) https://github.com/bitcoin/bitcoin/pull/18050
2802020-02-01T11:09:58 *** bitcoin-git has left #bitcoin-core-dev
2812020-02-01T11:14:12 *** bitcoin-git has joined #bitcoin-core-dev
2822020-02-01T11:14:12 <bitcoin-git> [bitcoin] fanquake closed pull request #18050: wallet: replace boost deprecated method call (master...master) https://github.com/bitcoin/bitcoin/pull/18050
2832020-02-01T11:14:13 *** bitcoin-git has left #bitcoin-core-dev
2842020-02-01T11:21:44 *** selevit has joined #bitcoin-core-dev
2852020-02-01T11:22:56 *** theStack has joined #bitcoin-core-dev
2862020-02-01T11:32:47 *** theStack has quit IRC
2872020-02-01T11:36:19 *** bitcoin-git has joined #bitcoin-core-dev
2882020-02-01T11:36:20 <bitcoin-git> [bitcoin] hebasto opened pull request #18051: [WIP] build: Fix behavior when ALLOW_HOST_PACKAGES unset (master...20200201-fix-allowhostpackages) https://github.com/bitcoin/bitcoin/pull/18051
2892020-02-01T11:36:20 *** bitcoin-git has left #bitcoin-core-dev
2902020-02-01T11:38:41 <hebasto> fanquake: mind making gitian builds for 18051?
2912020-02-01T11:40:11 <fanquake> hebasto: sure. I assume this is an alternative to 18045 ?
2922020-02-01T11:40:22 <hebasto> sure
2932020-02-01T11:42:20 <hebasto> fanquake: ty
2942020-02-01T11:45:48 *** selevit has quit IRC
2952020-02-01T11:52:29 *** PaulTroo_ has quit IRC
2962020-02-01T12:00:01 *** acris has quit IRC
2972020-02-01T12:04:07 *** theStack has joined #bitcoin-core-dev
2982020-02-01T12:13:09 *** rh0nj has joined #bitcoin-core-dev
2992020-02-01T12:13:52 *** bitcoin-git has joined #bitcoin-core-dev
3002020-02-01T12:13:52 <bitcoin-git> [bitcoin] hebasto closed pull request #18045: build: Do not use QtDBus for macOS builds (master...20200131-macos-qdbus) https://github.com/bitcoin/bitcoin/pull/18045
3012020-02-01T12:14:03 *** bitcoin-git has left #bitcoin-core-dev
3022020-02-01T12:14:21 *** theStack has quit IRC
3032020-02-01T12:17:37 *** fsargent has joined #bitcoin-core-dev
3042020-02-01T12:24:59 *** PaulTroon has joined #bitcoin-core-dev
3052020-02-01T12:25:55 *** theStack has joined #bitcoin-core-dev
3062020-02-01T12:31:35 *** theStack has quit IRC
3072020-02-01T12:42:34 *** spinza has joined #bitcoin-core-dev
3082020-02-01T12:46:02 *** selevit has joined #bitcoin-core-dev
3092020-02-01T12:52:41 *** r8921039 has joined #bitcoin-core-dev
3102020-02-01T12:54:51 *** r8921039_ has joined #bitcoin-core-dev
3112020-02-01T12:57:27 *** r8921039 has quit IRC
3122020-02-01T12:59:23 *** r8921039_ has quit IRC
3132020-02-01T13:04:21 *** r8921039 has joined #bitcoin-core-dev
3142020-02-01T13:09:03 *** r8921039 has quit IRC
3152020-02-01T13:11:01 *** r8921039 has joined #bitcoin-core-dev
3162020-02-01T13:15:49 *** r8921039 has quit IRC
3172020-02-01T13:16:04 *** r8921039 has joined #bitcoin-core-dev
3182020-02-01T13:20:18 *** r8921039 has quit IRC
3192020-02-01T13:20:27 *** lnostdal has quit IRC
3202020-02-01T13:21:41 *** r8921039 has joined #bitcoin-core-dev
3212020-02-01T13:24:09 *** harrigan has quit IRC
3222020-02-01T13:24:50 *** harrigan has joined #bitcoin-core-dev
3232020-02-01T13:26:27 *** r8921039 has quit IRC
3242020-02-01T13:28:23 *** selevit has quit IRC
3252020-02-01T13:29:01 *** r8921039 has joined #bitcoin-core-dev
3262020-02-01T13:33:42 *** r8921039 has quit IRC
3272020-02-01T13:41:07 *** selevit has joined #bitcoin-core-dev
3282020-02-01T13:42:52 *** rex4539 has quit IRC
3292020-02-01T13:43:11 *** r8921039 has joined #bitcoin-core-dev
3302020-02-01T13:45:08 *** r8921039_ has joined #bitcoin-core-dev
3312020-02-01T13:47:00 *** r892103__ has joined #bitcoin-core-dev
3322020-02-01T13:48:02 *** r8921039 has quit IRC
3332020-02-01T13:48:41 *** selevit has quit IRC
3342020-02-01T13:49:47 *** r8921039_ has quit IRC
3352020-02-01T13:51:32 *** r892103__ has quit IRC
3362020-02-01T13:58:02 *** PaulTroon has quit IRC
3372020-02-01T14:01:31 *** r8921039 has joined #bitcoin-core-dev
3382020-02-01T14:05:56 *** r8921039 has quit IRC
3392020-02-01T14:16:09 *** r8921039 has joined #bitcoin-core-dev
3402020-02-01T14:20:42 *** r8921039 has quit IRC
3412020-02-01T14:22:04 *** ghost43 has quit IRC
3422020-02-01T14:22:53 *** ghost43 has joined #bitcoin-core-dev
3432020-02-01T14:39:18 *** AaronvanW has quit IRC
3442020-02-01T14:46:02 *** r8921039 has joined #bitcoin-core-dev
3452020-02-01T14:50:11 *** r8921039_ has joined #bitcoin-core-dev
3462020-02-01T14:50:44 *** r8921039 has quit IRC
3472020-02-01T14:54:54 *** r8921039_ has quit IRC
3482020-02-01T14:56:56 *** niska has quit IRC
3492020-02-01T15:00:02 *** fsargent has quit IRC
3502020-02-01T15:05:13 *** niska has joined #bitcoin-core-dev
3512020-02-01T15:05:31 *** r8921039 has joined #bitcoin-core-dev
3522020-02-01T15:10:17 *** r8921039 has quit IRC
3532020-02-01T15:13:40 *** pinheadmz has quit IRC
3542020-02-01T15:13:46 *** pinheadmz_ has joined #bitcoin-core-dev
3552020-02-01T15:17:11 *** r8921039 has joined #bitcoin-core-dev
3562020-02-01T15:17:26 *** harrigan_ has joined #bitcoin-core-dev
3572020-02-01T15:17:31 *** josef641 has joined #bitcoin-core-dev
3582020-02-01T15:19:33 *** harrigan has quit IRC
3592020-02-01T15:21:49 *** Dean_Guss has quit IRC
3602020-02-01T15:21:58 *** r8921039 has quit IRC
3612020-02-01T15:22:06 *** Dean_Guss has joined #bitcoin-core-dev
3622020-02-01T15:28:37 *** gribble has quit IRC
3632020-02-01T15:30:11 *** Talkless has quit IRC
3642020-02-01T15:36:32 *** gribble has joined #bitcoin-core-dev
3652020-02-01T15:45:02 *** r8921039_ has joined #bitcoin-core-dev
3662020-02-01T15:49:03 *** r8921039_ has quit IRC
3672020-02-01T15:55:05 *** Guyver2 has joined #bitcoin-core-dev
3682020-02-01T16:01:21 *** r8921039 has joined #bitcoin-core-dev
3692020-02-01T16:03:24 *** felixweis has quit IRC
3702020-02-01T16:03:24 *** wallet42 has quit IRC
3712020-02-01T16:03:39 *** wallet42 has joined #bitcoin-core-dev
3722020-02-01T16:03:42 *** felixweis has joined #bitcoin-core-dev
3732020-02-01T16:05:24 *** r8921039 has quit IRC
3742020-02-01T16:06:16 *** fox2p has quit IRC
3752020-02-01T16:09:28 *** fox2p has joined #bitcoin-core-dev
3762020-02-01T16:11:37 *** morcos has quit IRC
3772020-02-01T16:12:29 *** morcos has joined #bitcoin-core-dev
3782020-02-01T16:19:42 *** r8921039 has joined #bitcoin-core-dev
3792020-02-01T16:24:22 *** r8921039 has quit IRC
3802020-02-01T16:24:46 *** Karyon has quit IRC
3812020-02-01T16:27:35 *** Karyon has joined #bitcoin-core-dev
3822020-02-01T16:31:31 *** r8921039 has joined #bitcoin-core-dev
3832020-02-01T16:33:28 *** kristapsk_ has quit IRC
3842020-02-01T16:40:51 *** Guyver2_ has joined #bitcoin-core-dev
3852020-02-01T16:40:57 *** elichai2 has quit IRC
3862020-02-01T16:41:12 *** elichai2 has joined #bitcoin-core-dev
3872020-02-01T16:41:26 *** kristapsk has joined #bitcoin-core-dev
3882020-02-01T16:41:34 *** andrewtoth_ has joined #bitcoin-core-dev
3892020-02-01T16:44:08 *** Guyver2 has quit IRC
3902020-02-01T16:52:51 <jeremyrubin> We're holding the CTV Workshop today. We'll be live streaming (check my twitter @JeremyRubin) and using the channel ##ctv-bip-review. Will share more information there!
3912020-02-01T16:57:23 *** r8921039 has quit IRC
3922020-02-01T16:58:23 *** jeremyrubin has quit IRC
3932020-02-01T17:04:21 *** PaulTroon has joined #bitcoin-core-dev
3942020-02-01T17:07:00 *** PaulTroo_ has joined #bitcoin-core-dev
3952020-02-01T17:10:40 *** PaulTroon has quit IRC
3962020-02-01T17:20:38 *** felixfoertsch has quit IRC
3972020-02-01T17:28:32 *** felixfoertsch has joined #bitcoin-core-dev
3982020-02-01T17:30:53 *** sipa has quit IRC
3992020-02-01T17:41:09 *** sipa has joined #bitcoin-core-dev
4002020-02-01T18:00:01 *** josef641 has quit IRC
4012020-02-01T18:01:58 *** Isthmus has joined #bitcoin-core-dev
4022020-02-01T18:02:00 *** jeremyrubin has joined #bitcoin-core-dev
4032020-02-01T18:02:55 *** jeremyrubin has joined #bitcoin-core-dev
4042020-02-01T18:04:28 <gwillen> kallewoof: I was able to run it on the commandline with "instruments -D result.trace -t 'System Trace' <path_to_clang>"
4052020-02-01T18:04:51 <gwillen> which resulted in a file named results.trace that I could then open in Instruments with "open result.trace"
4062020-02-01T18:05:08 <gwillen> I don't know if perhaps that method might reproduce the issue
4072020-02-01T18:09:25 *** r8921039 has joined #bitcoin-core-dev
4082020-02-01T18:17:23 *** Criggie1 has joined #bitcoin-core-dev
4092020-02-01T18:21:17 *** selevit has joined #bitcoin-core-dev
4102020-02-01T18:27:13 *** Talkless has joined #bitcoin-core-dev
4112020-02-01T18:28:52 *** PaulTroo_ has quit IRC
4122020-02-01T18:31:52 *** Talkless has quit IRC
4132020-02-01T18:32:38 *** Talkless has joined #bitcoin-core-dev
4142020-02-01T18:32:42 *** r8921039 has left #bitcoin-core-dev
4152020-02-01T18:33:54 *** AaronvanW has joined #bitcoin-core-dev
4162020-02-01T18:35:23 *** epileptic has joined #bitcoin-core-dev
4172020-02-01T18:40:18 *** pinheadmz_ has quit IRC
4182020-02-01T19:04:10 *** vasild has quit IRC
4192020-02-01T19:04:25 *** vasild has joined #bitcoin-core-dev
4202020-02-01T19:10:15 *** Krellan__ has joined #bitcoin-core-dev
4212020-02-01T19:12:27 *** Krellan_ has quit IRC
4222020-02-01T19:13:00 *** selevit has quit IRC
4232020-02-01T19:27:08 *** justan0theruser has joined #bitcoin-core-dev
4242020-02-01T19:28:49 *** justanotheruser has quit IRC
4252020-02-01T19:35:07 <luke-jr> fall out from Firefox adding Rust code: now a bunch of stuff is broken and they just force LTO as a "fix", apparently breaking proxy support and Tor.. https://bugzilla.mozilla.org/show_bug.cgi?id=1376621
4262020-02-01T19:43:03 *** vasild has quit IRC
4272020-02-01T19:45:20 *** vasild has joined #bitcoin-core-dev
4282020-02-01T20:12:01 *** bsm117532 has joined #bitcoin-core-dev
4292020-02-01T20:22:07 *** epileptic has quit IRC
4302020-02-01T20:23:37 *** Isthmus has quit IRC
4312020-02-01T20:27:45 *** ghost43 has quit IRC
4322020-02-01T20:28:35 *** ghost43 has joined #bitcoin-core-dev
4332020-02-01T20:29:24 *** selevit has joined #bitcoin-core-dev
4342020-02-01T20:44:21 *** bsm117532 has quit IRC
4352020-02-01T20:45:41 *** dviola has joined #bitcoin-core-dev
4362020-02-01T21:00:01 *** Criggie1 has quit IRC
4372020-02-01T21:05:15 *** owowo has quit IRC
4382020-02-01T21:05:37 *** selevit has quit IRC
4392020-02-01T21:06:28 *** kristapsk has quit IRC
4402020-02-01T21:09:36 *** owowo has joined #bitcoin-core-dev
4412020-02-01T21:13:23 *** andrewtoth_ has quit IRC
4422020-02-01T21:15:05 *** selevit has joined #bitcoin-core-dev
4432020-02-01T21:16:47 *** bitcoin-git has joined #bitcoin-core-dev
4442020-02-01T21:16:47 <bitcoin-git> [bitcoin] hebasto opened pull request #18052: Remove false positive GCC warning (master...20200201-false-positive-warning) https://github.com/bitcoin/bitcoin/pull/18052
4452020-02-01T21:16:48 *** bitcoin-git has left #bitcoin-core-dev
4462020-02-01T21:17:38 *** traph has joined #bitcoin-core-dev
4472020-02-01T21:25:32 *** rex4539 has joined #bitcoin-core-dev
4482020-02-01T21:25:58 *** dviola has quit IRC
4492020-02-01T21:30:38 *** Guyver2_ has quit IRC
4502020-02-01T21:37:19 *** kristapsk has joined #bitcoin-core-dev
4512020-02-01T21:37:21 *** r8921039 has joined #bitcoin-core-dev
4522020-02-01T21:47:15 *** selevit has quit IRC
4532020-02-01T21:49:44 *** andrewtoth_ has joined #bitcoin-core-dev
4542020-02-01T21:50:42 *** selevit has joined #bitcoin-core-dev
4552020-02-01T21:54:26 *** r8921039 has quit IRC
4562020-02-01T21:57:11 *** r8921039 has joined #bitcoin-core-dev
4572020-02-01T22:06:29 *** selevit has quit IRC
4582020-02-01T22:09:55 *** selevit has joined #bitcoin-core-dev
4592020-02-01T22:11:35 *** bsm117532 has joined #bitcoin-core-dev
4602020-02-01T22:12:48 *** spinza has quit IRC
4612020-02-01T22:14:38 *** selevit has quit IRC
4622020-02-01T22:19:03 *** selevit has joined #bitcoin-core-dev
4632020-02-01T22:23:45 *** selevit has quit IRC
4642020-02-01T22:28:04 *** selevit has joined #bitcoin-core-dev
4652020-02-01T22:30:59 *** kristapsk has quit IRC
4662020-02-01T22:33:37 *** belcher has quit IRC
4672020-02-01T22:38:18 *** kristapsk has joined #bitcoin-core-dev
4682020-02-01T22:38:23 *** andrewtoth_ has quit IRC
4692020-02-01T22:40:42 *** r8921039 has quit IRC
4702020-02-01T22:43:22 *** bsm117532 has quit IRC
4712020-02-01T22:49:40 *** bsm117532 has joined #bitcoin-core-dev
4722020-02-01T23:00:53 *** Talkless has quit IRC
4732020-02-01T23:18:51 *** selevit has quit IRC
4742020-02-01T23:22:19 *** selevit has joined #bitcoin-core-dev
4752020-02-01T23:26:58 *** selevit has quit IRC
4762020-02-01T23:30:50 *** emilengler has quit IRC
4772020-02-01T23:31:27 *** selevit has joined #bitcoin-core-dev
4782020-02-01T23:36:15 *** selevit has quit IRC
4792020-02-01T23:40:28 *** selevit has joined #bitcoin-core-dev
4802020-02-01T23:44:16 *** belcher has joined #bitcoin-core-dev
4812020-02-01T23:45:20 *** selevit has quit IRC
4822020-02-01T23:46:01 *** spinza has joined #bitcoin-core-dev
4832020-02-01T23:49:06 *** bsm117532 has quit IRC
4842020-02-01T23:49:36 *** selevit has joined #bitcoin-core-dev
4852020-02-01T23:49:47 *** belcher has quit IRC
4862020-02-01T23:56:55 *** bsm117532 has joined #bitcoin-core-dev