1 2020-04-07T00:00:02 *** nevada-smith has quit IRC
2 2020-04-07T00:02:12 *** Krellan_ has quit IRC
3 2020-04-07T00:03:59 *** Chris_Stewart_5 has joined #bitcoin-core-dev
4 2020-04-07T00:05:45 *** AaronvanW has quit IRC
5 2020-04-07T00:09:29 *** ddustin has joined #bitcoin-core-dev
6 2020-04-07T00:13:23 *** captjakk has joined #bitcoin-core-dev
7 2020-04-07T00:16:32 *** Krellan_ has joined #bitcoin-core-dev
8 2020-04-07T00:17:57 *** ddustin has quit IRC
9 2020-04-07T00:21:46 *** jayg has joined #bitcoin-core-dev
10 2020-04-07T01:13:49 *** Emcy has quit IRC
11 2020-04-07T01:25:50 *** Emcy has joined #bitcoin-core-dev
12 2020-04-07T01:30:39 *** Chris_Stewart_5 has quit IRC
13 2020-04-07T01:35:35 *** captjakk has quit IRC
14 2020-04-07T01:36:08 *** captjakk has joined #bitcoin-core-dev
15 2020-04-07T01:37:36 *** captjakk has quit IRC
16 2020-04-07T01:37:47 *** captjakk has joined #bitcoin-core-dev
17 2020-04-07T01:37:47 *** captjakk has quit IRC
18 2020-04-07T01:38:23 *** captjakk has joined #bitcoin-core-dev
19 2020-04-07T01:39:47 *** jarthur has quit IRC
20 2020-04-07T01:42:50 *** captjakk has quit IRC
21 2020-04-07T01:43:02 *** captjakk has joined #bitcoin-core-dev
22 2020-04-07T01:46:56 *** luke-jr has quit IRC
23 2020-04-07T01:47:24 *** luke-jr has joined #bitcoin-core-dev
24 2020-04-07T01:51:44 *** luke-jr has quit IRC
25 2020-04-07T01:53:37 *** luke-jr has joined #bitcoin-core-dev
26 2020-04-07T02:02:49 *** captjakk has quit IRC
27 2020-04-07T02:03:25 *** captjakk has joined #bitcoin-core-dev
28 2020-04-07T02:08:07 *** captjakk has quit IRC
29 2020-04-07T02:18:09 *** bitcoin-git has joined #bitcoin-core-dev
30 2020-04-07T02:18:09 <bitcoin-git> [bitcoin] sipa opened pull request #18551: Do not clear validationinterface entries being executed (master...202004_fix_validation_notify_clear) https://github.com/bitcoin/bitcoin/pull/18551
31 2020-04-07T02:18:11 *** bitcoin-git has left #bitcoin-core-dev
32 2020-04-07T03:00:01 *** jayg has quit IRC
33 2020-04-07T03:13:17 *** Emcy has quit IRC
34 2020-04-07T03:18:52 *** Emcy has joined #bitcoin-core-dev
35 2020-04-07T03:22:11 *** paultag has joined #bitcoin-core-dev
36 2020-04-07T03:22:34 *** paultag is now known as Guest3220
37 2020-04-07T03:28:34 *** TheHoliestRoger has quit IRC
38 2020-04-07T03:33:34 *** Eagle[TM] has joined #bitcoin-core-dev
39 2020-04-07T03:34:59 *** EagleTM has quit IRC
40 2020-04-07T03:37:09 *** Highway61 has quit IRC
41 2020-04-07T03:47:29 *** luke-jr has quit IRC
42 2020-04-07T03:50:27 *** luke-jr has joined #bitcoin-core-dev
43 2020-04-07T03:53:12 *** captjakk has joined #bitcoin-core-dev
44 2020-04-07T03:57:14 *** ddustin has joined #bitcoin-core-dev
45 2020-04-07T04:01:15 *** TheHoliestRoger has joined #bitcoin-core-dev
46 2020-04-07T04:06:59 *** TheHoliestRoger has quit IRC
47 2020-04-07T04:12:38 <fanquake> Have moved #15774 from 0.20.0 to the future milestone. Shouldn't be anything more than needs doing there for this release.
48 2020-04-07T04:12:39 <gribble> https://github.com/bitcoin/bitcoin/issues/15774 | macOS App Notarization · Issue #15774 · bitcoin/bitcoin · GitHub
49 2020-04-07T04:14:59 <fanquake> Moved #17020 from 0.20.0 to 0.21.0. While those might all be nice improvements, nothing specific that should be blocking 0.20.0 at this stage.
50 2020-04-07T04:15:00 <gribble> https://github.com/bitcoin/bitcoin/issues/17020 | contrib: makeseeds.py improvements · Issue #17020 · bitcoin/bitcoin · GitHub
51 2020-04-07T04:18:03 *** sdaftuar_ has quit IRC
52 2020-04-07T04:18:51 *** sdaftuar_ has joined #bitcoin-core-dev
53 2020-04-07T04:20:43 <fanquake> sipa: could you take a look at #18456 and see if there is anything *obvious* that could be the problem?
54 2020-04-07T04:20:44 <gribble> https://github.com/bitcoin/bitcoin/issues/18456 | bitcoin-qt/bitcoind crashes upon startup of crypto/sha256_shani. Illegal instruction · Issue #18456 · bitcoin/bitcoin · GitHub
55 2020-04-07T04:31:16 *** TheHoliestRoger has joined #bitcoin-core-dev
56 2020-04-07T04:57:50 *** ppisati has quit IRC
57 2020-04-07T05:00:17 *** jorijn has quit IRC
58 2020-04-07T05:00:29 <aj> fanquake: the configure test doesn't check that particular call, i guess? but _mm_set_epi64x is supposed to be part of sse2 so seems pretty weird
59 2020-04-07T05:00:46 *** jorijn has joined #bitcoin-core-dev
60 2020-04-07T05:04:35 *** ppisati has joined #bitcoin-core-dev
61 2020-04-07T05:04:43 *** sdaftuar_ has quit IRC
62 2020-04-07T05:05:22 <sipa> the configure check is irrelevant
63 2020-04-07T05:05:33 <fanquake> sipa: btw can you block SatoshiNakamotogmx
64 2020-04-07T05:05:40 <sipa> that's testing whether your compiler supports that function, which it clearly does (otherwise the code would not have compiled)
65 2020-04-07T05:06:14 <sipa> the problem is that it's calling _mm_set_epi64x during global initialization, before any runtime checks are done
66 2020-04-07T05:06:27 <sipa> that's a bug, i think, because it would definitely fail on a system without sse2
67 2020-04-07T05:06:42 <sipa> (i still don't understand why it fails on *his* system, because it supports sse2...)
68 2020-04-07T05:08:33 *** sdaftuar_ has joined #bitcoin-core-dev
69 2020-04-07T05:09:19 *** captjakk has quit IRC
70 2020-04-07T05:09:55 *** captjakk has joined #bitcoin-core-dev
71 2020-04-07T05:14:41 *** captjakk has quit IRC
72 2020-04-07T05:17:34 <aj> sipa: the backtrace includes sha256_shani::Transform, which shouldn't get referenced unless have_sse4 is set unless i'm misreading?
73 2020-04-07T05:21:50 <sipa> fanquake: done
74 2020-04-07T05:22:01 <sipa> aj: i think it may just be "global initializer for"
75 2020-04-07T05:22:52 <fanquake> sipa: thanks. I couldnât quite make out the Adobe photo..
76 2020-04-07T05:23:04 <aj> sipa: ah, yeah, it also references line 19 which is INIT0 def
77 2020-04-07T05:24:23 <sipa> aj: trying something
78 2020-04-07T05:28:57 *** bitcoin-git has joined #bitcoin-core-dev
79 2020-04-07T05:28:57 <bitcoin-git> [bitcoin] sipa opened pull request #18553: Avoid non-trivial global constants in SHA-NI code (master...202004_no_global_init_shani) https://github.com/bitcoin/bitcoin/pull/18553
80 2020-04-07T05:28:58 *** bitcoin-git has left #bitcoin-core-dev
81 2020-04-07T05:29:47 <aj> +inline __m128i MASK() { return _mm_set_epi64x(0x0c0d0e0f08090a0bULL, 0x0405060700010203ULL); }
82 2020-04-07T05:29:51 <aj> sipa: ^ ?
83 2020-04-07T05:30:50 <sipa> yeah that could also work
84 2020-04-07T05:32:39 *** filchef has joined #bitcoin-core-dev
85 2020-04-07T05:47:47 *** dviola has quit IRC
86 2020-04-07T06:00:01 *** Guest3220 has quit IRC
87 2020-04-07T06:00:16 <sipa> ah, what i suspect is going on: even though the intrinsic is an SSE2 one, it is executed in a compilation unit compiled for SSE4+SHA-NI, which means it's not impossible that that intrinsic is actually compiled to an SSE4 instruction for him
88 2020-04-07T06:00:35 <sipa> and then executed at startup before checking that SSE4 is available
89 2020-04-07T06:03:35 <fanquake> sipa: would that be as part of some random usage before AppInitSanityChecks() is called?
90 2020-04-07T06:05:30 <sipa> fanquake: no, a global initializer
91 2020-04-07T06:05:34 <sipa> before main() runs
92 2020-04-07T06:06:41 *** jeremyrubin has quit IRC
93 2020-04-07T06:07:04 *** jeremyrubin has joined #bitcoin-core-dev
94 2020-04-07T06:07:46 <fanquake> right, I thought one of those required some randomness. Will have to look again.
95 2020-04-07T06:08:14 <sipa> fanquake: no, look at the code in sha256_shani.cpp
96 2020-04-07T06:08:28 <sipa> the initializer for MASK, INIT0, INIT1
97 2020-04-07T06:08:34 <sipa> they require running code
98 2020-04-07T06:09:10 <sipa> there are global initializers for randomness too which are annoying, but that's unrelated to this
99 2020-04-07T06:10:21 <fanquake> ah ok, that's what I was thinking off. I see the calls in sha256_shani
100 2020-04-07T06:12:50 *** shesek has quit IRC
101 2020-04-07T06:13:15 *** shesek has joined #bitcoin-core-dev
102 2020-04-07T06:13:15 *** shesek has joined #bitcoin-core-dev
103 2020-04-07T06:17:58 *** AmberJ_ has joined #bitcoin-core-dev
104 2020-04-07T06:49:24 *** manantial has joined #bitcoin-core-dev
105 2020-04-07T06:49:57 *** Emcy has quit IRC
106 2020-04-07T06:50:42 <aj> sipa: hmm, that makes sense, though not seeing what sse4 or avx instruction it could be. there's some "more efficient" variants in sse3 that could do it maybe
107 2020-04-07T06:52:23 *** Emcy has joined #bitcoin-core-dev
108 2020-04-07T06:53:08 *** dviola has joined #bitcoin-core-dev
109 2020-04-07T07:02:26 *** TheRec_ has joined #bitcoin-core-dev
110 2020-04-07T07:02:26 *** TheRec_ has joined #bitcoin-core-dev
111 2020-04-07T07:03:27 *** TheHoliestRoger has quit IRC
112 2020-04-07T07:03:27 *** BGL has quit IRC
113 2020-04-07T07:03:27 *** TheRec has quit IRC
114 2020-04-07T07:03:56 *** TheHoliestRoger has joined #bitcoin-core-dev
115 2020-04-07T07:06:05 *** gribble has quit IRC
116 2020-04-07T07:06:51 *** rjected has quit IRC
117 2020-04-07T07:07:16 *** rjected has joined #bitcoin-core-dev
118 2020-04-07T07:07:28 *** Guyver2 has joined #bitcoin-core-dev
119 2020-04-07T07:17:22 *** gribble has joined #bitcoin-core-dev
120 2020-04-07T07:21:07 *** justanotheruser has quit IRC
121 2020-04-07T07:25:16 *** justanotheruser has joined #bitcoin-core-dev
122 2020-04-07T07:41:08 *** vasild_ has joined #bitcoin-core-dev
123 2020-04-07T07:41:43 *** Victor_sueca has joined #bitcoin-core-dev
124 2020-04-07T07:42:32 *** emilengler has joined #bitcoin-core-dev
125 2020-04-07T07:44:23 *** vasild has quit IRC
126 2020-04-07T07:44:24 *** vasild_ is now known as vasild
127 2020-04-07T07:44:49 *** Victorsueca has quit IRC
128 2020-04-07T07:59:25 *** BGL has joined #bitcoin-core-dev
129 2020-04-07T08:02:16 *** marcoagner has joined #bitcoin-core-dev
130 2020-04-07T08:08:44 *** Talkless has joined #bitcoin-core-dev
131 2020-04-07T08:17:07 *** Kiminuo has quit IRC
132 2020-04-07T08:21:19 *** dviola has quit IRC
133 2020-04-07T08:21:19 *** dviola has joined #bitcoin-core-dev
134 2020-04-07T08:21:30 *** dviola has left #bitcoin-core-dev
135 2020-04-07T08:21:50 *** dviola has joined #bitcoin-core-dev
136 2020-04-07T08:24:20 *** Kiminuo has joined #bitcoin-core-dev
137 2020-04-07T08:34:41 *** marcoagner has quit IRC
138 2020-04-07T08:36:39 *** kljasdfvv has quit IRC
139 2020-04-07T08:38:02 *** kljasdfvv has joined #bitcoin-core-dev
140 2020-04-07T08:45:48 *** AaronvanW has joined #bitcoin-core-dev
141 2020-04-07T08:52:15 *** dr-orlovsky has joined #bitcoin-core-dev
142 2020-04-07T09:00:02 *** AmberJ_ has quit IRC
143 2020-04-07T09:00:29 *** manj-gnome has joined #bitcoin-core-dev
144 2020-04-07T09:01:48 *** Highway61 has joined #bitcoin-core-dev
145 2020-04-07T09:14:28 *** tekojo has joined #bitcoin-core-dev
146 2020-04-07T09:43:30 *** timothy has joined #bitcoin-core-dev
147 2020-04-07T09:46:51 *** manj-gnome has quit IRC
148 2020-04-07T10:03:54 *** Patsy43Barrows has joined #bitcoin-core-dev
149 2020-04-07T10:17:57 *** dr-orlovsky has quit IRC
150 2020-04-07T10:44:29 *** bitcoin-git has joined #bitcoin-core-dev
151 2020-04-07T10:44:29 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/abc145c9a4ae...d12568e2f886
152 2020-04-07T10:44:30 <bitcoin-git> bitcoin/master 56fe839 Hennadii Stepanov: qt: Fix Window -> Minimize menu item
153 2020-04-07T10:44:30 <bitcoin-git> bitcoin/master d12568e MarcoFalke: Merge #18549: qt: Fix Window -> Minimize menu item
154 2020-04-07T10:44:32 *** bitcoin-git has left #bitcoin-core-dev
155 2020-04-07T10:44:49 *** bitcoin-git has joined #bitcoin-core-dev
156 2020-04-07T10:44:49 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18549: qt: Fix Window -> Minimize menu item (master...20200406-fix-minimize) https://github.com/bitcoin/bitcoin/pull/18549
157 2020-04-07T10:44:58 *** bitcoin-git has left #bitcoin-core-dev
158 2020-04-07T10:45:19 *** Chris_Stewart_5 has joined #bitcoin-core-dev
159 2020-04-07T10:46:45 *** AaronvanW has quit IRC
160 2020-04-07T10:47:02 *** AaronvanW has joined #bitcoin-core-dev
161 2020-04-07T10:49:07 *** bitcoin-git has joined #bitcoin-core-dev
162 2020-04-07T10:49:07 <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d12568e2f886...63dad673487d
163 2020-04-07T10:49:07 <bitcoin-git> bitcoin/master d7092c3 Luke Dashjr: QA: Test that change doesn't turn into non-change when spent in an avoid-r...
164 2020-04-07T10:49:08 <bitcoin-git> bitcoin/master 2952c46 Luke Dashjr: Wallet: Replace CAddressBookData.name with GetLabel() method
165 2020-04-07T10:49:08 <bitcoin-git> bitcoin/master 7a2ecf1 Luke Dashjr: Wallet: Change IsMine check in CWallet::DelAddressBook from assert to fail...
166 2020-04-07T10:49:10 *** bitcoin-git has left #bitcoin-core-dev
167 2020-04-07T10:49:27 *** bitcoin-git has joined #bitcoin-core-dev
168 2020-04-07T10:49:27 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18546: Bugfix: Wallet: Safely deal with change in the address book [part 2] (master...bugfix_addressbook_change) https://github.com/bitcoin/bitcoin/pull/18546
169 2020-04-07T10:49:28 *** bitcoin-git has left #bitcoin-core-dev
170 2020-04-07T10:52:32 *** Patsy43Barrows has quit IRC
171 2020-04-07T10:56:06 *** binarybonanza has quit IRC
172 2020-04-07T11:20:18 *** bitcoin-git has joined #bitcoin-core-dev
173 2020-04-07T11:20:18 <bitcoin-git> [bitcoin] mrwhythat opened pull request #18554: wallet: ensure wallet files are not reused across chains (master...wallet-file-reuse-prevention) https://github.com/bitcoin/bitcoin/pull/18554
174 2020-04-07T11:20:29 *** bitcoin-git has left #bitcoin-core-dev
175 2020-04-07T11:23:17 *** Highway62 has joined #bitcoin-core-dev
176 2020-04-07T11:24:40 *** Highway61 has quit IRC
177 2020-04-07T11:24:41 *** Highway62 is now known as Highway61
178 2020-04-07T11:28:40 *** bitcoin-git has joined #bitcoin-core-dev
179 2020-04-07T11:28:40 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #18555: wallet: Abort when assumption fails in debug mode (master...2004-walletAssumeAbortDebug) https://github.com/bitcoin/bitcoin/pull/18555
180 2020-04-07T11:28:41 *** bitcoin-git has left #bitcoin-core-dev
181 2020-04-07T11:51:03 *** braydonf has quit IRC
182 2020-04-07T11:56:04 *** sipa has quit IRC
183 2020-04-07T11:56:40 *** sipa has joined #bitcoin-core-dev
184 2020-04-07T12:00:01 *** tekojo has quit IRC
185 2020-04-07T12:03:56 *** braydonf has joined #bitcoin-core-dev
186 2020-04-07T12:20:20 *** pabelanger1 has joined #bitcoin-core-dev
187 2020-04-07T12:24:43 *** belcher has joined #bitcoin-core-dev
188 2020-04-07T12:26:59 *** emilengler has quit IRC
189 2020-04-07T12:27:13 *** emilengler has joined #bitcoin-core-dev
190 2020-04-07T12:34:02 *** jonatack_ has quit IRC
191 2020-04-07T12:52:09 *** jonatack has joined #bitcoin-core-dev
192 2020-04-07T12:56:53 *** molly has joined #bitcoin-core-dev
193 2020-04-07T12:57:46 *** geforce04 has joined #bitcoin-core-dev
194 2020-04-07T12:59:09 *** Guyver2_ has joined #bitcoin-core-dev
195 2020-04-07T12:59:37 *** mol has quit IRC
196 2020-04-07T13:01:44 *** Guyver2 has quit IRC
197 2020-04-07T13:07:23 *** Guyver2__ has joined #bitcoin-core-dev
198 2020-04-07T13:08:45 *** Guyver2__ is now known as Guyver2
199 2020-04-07T13:09:40 *** Guyver2_ has quit IRC
200 2020-04-07T13:13:27 *** geforce04 has quit IRC
201 2020-04-07T13:15:58 *** theStack has joined #bitcoin-core-dev
202 2020-04-07T13:17:38 *** fearbeag has quit IRC
203 2020-04-07T13:19:42 *** molly has quit IRC
204 2020-04-07T13:22:21 *** Guyver2_ has joined #bitcoin-core-dev
205 2020-04-07T13:22:46 *** DeanWeen has quit IRC
206 2020-04-07T13:23:11 *** DeanWeen has joined #bitcoin-core-dev
207 2020-04-07T13:26:02 *** Guyver2 has quit IRC
208 2020-04-07T13:43:05 *** bsm117532 has quit IRC
209 2020-04-07T13:50:24 *** Highway61 has quit IRC
210 2020-04-07T13:53:21 *** Highway61 has joined #bitcoin-core-dev
211 2020-04-07T13:58:49 *** bsm117532 has joined #bitcoin-core-dev
212 2020-04-07T14:04:33 *** mol has joined #bitcoin-core-dev
213 2020-04-07T14:17:52 *** jonatack_ has joined #bitcoin-core-dev
214 2020-04-07T14:20:30 *** jonatack has quit IRC
215 2020-04-07T14:25:26 *** Kiminuo has quit IRC
216 2020-04-07T14:28:12 *** dr-orlovsky has joined #bitcoin-core-dev
217 2020-04-07T14:31:39 *** ghost43 has quit IRC
218 2020-04-07T14:31:59 *** ghost43 has joined #bitcoin-core-dev
219 2020-04-07T14:32:23 *** mol has quit IRC
220 2020-04-07T14:40:28 *** dr-orlovsky has quit IRC
221 2020-04-07T14:47:55 *** justanotheruser has quit IRC
222 2020-04-07T14:51:21 *** captjakk has joined #bitcoin-core-dev
223 2020-04-07T15:00:02 *** pabelanger1 has quit IRC
224 2020-04-07T15:01:38 *** hebasto has quit IRC
225 2020-04-07T15:02:52 *** justanotheruser has joined #bitcoin-core-dev
226 2020-04-07T15:07:14 *** wbnns is now known as en1on
227 2020-04-07T15:07:50 *** en1on has joined #bitcoin-core-dev
228 2020-04-07T15:08:40 *** SiAnDoG__ has quit IRC
229 2020-04-07T15:11:59 *** hebasto has joined #bitcoin-core-dev
230 2020-04-07T15:13:27 *** en1on has quit IRC
231 2020-04-07T15:13:51 *** en1on has joined #bitcoin-core-dev
232 2020-04-07T15:18:43 *** jonatack_ has quit IRC
233 2020-04-07T15:21:23 *** andrea has joined #bitcoin-core-dev
234 2020-04-07T15:21:30 *** andrea is now known as Guest94087
235 2020-04-07T15:28:50 *** catstack has joined #bitcoin-core-dev
236 2020-04-07T15:29:35 *** catstack has quit IRC
237 2020-04-07T15:31:08 *** jonatack has joined #bitcoin-core-dev
238 2020-04-07T15:39:18 *** mol has joined #bitcoin-core-dev
239 2020-04-07T15:45:49 *** mol has quit IRC
240 2020-04-07T15:47:44 *** bitcoin-git has joined #bitcoin-core-dev
241 2020-04-07T15:47:44 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/63dad673487d...1b151e3ffce7
242 2020-04-07T15:47:44 <bitcoin-git> bitcoin/master fa1a922 MarcoFalke: rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
243 2020-04-07T15:47:45 <bitcoin-git> bitcoin/master 1b151e3 MarcoFalke: Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand...
244 2020-04-07T15:47:46 *** bitcoin-git has left #bitcoin-core-dev
245 2020-04-07T15:47:59 *** bitcoin-git has joined #bitcoin-core-dev
246 2020-04-07T15:47:59 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand tables (master...2004-rpcNoFiasco) https://github.com/bitcoin/bitcoin/pull/18532
247 2020-04-07T15:48:08 *** bitcoin-git has left #bitcoin-core-dev
248 2020-04-07T15:51:21 *** mol has joined #bitcoin-core-dev
249 2020-04-07T16:09:15 *** jarthur has joined #bitcoin-core-dev
250 2020-04-07T16:20:09 *** ghost43 has quit IRC
251 2020-04-07T16:21:56 *** ghost43 has joined #bitcoin-core-dev
252 2020-04-07T16:26:45 *** ddustin_ has joined #bitcoin-core-dev
253 2020-04-07T16:28:31 *** ddustin has quit IRC
254 2020-04-07T16:45:49 *** andrewtoth_ has joined #bitcoin-core-dev
255 2020-04-07T16:46:23 *** andrewtoth has quit IRC
256 2020-04-07T16:49:43 *** braydonf has quit IRC
257 2020-04-07T16:51:23 *** andrewtoth_ has quit IRC
258 2020-04-07T17:03:12 *** braydonf has joined #bitcoin-core-dev
259 2020-04-07T17:05:45 *** Krellan_ has quit IRC
260 2020-04-07T17:06:12 *** Krellan_ has joined #bitcoin-core-dev
261 2020-04-07T17:08:47 *** molly has joined #bitcoin-core-dev
262 2020-04-07T17:11:51 *** mol has quit IRC
263 2020-04-07T17:12:57 *** Krellan_ has quit IRC
264 2020-04-07T17:16:15 *** andrewtoth has joined #bitcoin-core-dev
265 2020-04-07T17:40:12 *** SiAnDoG has joined #bitcoin-core-dev
266 2020-04-07T17:48:47 *** Krellan_ has joined #bitcoin-core-dev
267 2020-04-07T17:55:32 *** Krellan_ has quit IRC
268 2020-04-07T18:00:01 *** Guest94087 has quit IRC
269 2020-04-07T18:13:13 *** molz_ has joined #bitcoin-core-dev
270 2020-04-07T18:16:14 *** molly has quit IRC
271 2020-04-07T18:22:19 *** fsargent has joined #bitcoin-core-dev
272 2020-04-07T18:23:35 *** someone235 has quit IRC
273 2020-04-07T18:38:34 <sipa> MarcoFalke or others: do you know what's going wrong here? https://travis-ci.org/github/bitcoin/bitcoin/jobs/671910152
274 2020-04-07T18:38:51 <sipa> i believe it's a timeout or so, as it ran for a really long time
275 2020-04-07T18:39:04 <sipa> but is there any indication in the log itself that that is the case?
276 2020-04-07T18:40:35 *** Highway61 has quit IRC
277 2020-04-07T18:47:34 *** alec has quit IRC
278 2020-04-07T18:47:49 *** alec has joined #bitcoin-core-dev
279 2020-04-07T18:56:28 *** Kiminuo has joined #bitcoin-core-dev
280 2020-04-07T18:57:30 *** BamBaRay36 has joined #bitcoin-core-dev
281 2020-04-07T19:03:43 *** dr-orlovsky has joined #bitcoin-core-dev
282 2020-04-07T19:09:10 *** molly has joined #bitcoin-core-dev
283 2020-04-07T19:12:19 *** molz_ has quit IRC
284 2020-04-07T19:18:20 *** bitcoin-git has joined #bitcoin-core-dev
285 2020-04-07T19:18:20 <bitcoin-git> [bitcoin] hebasto opened pull request #18556: build: Drop make dist in gitian builds (master...20200406-drop-dist) https://github.com/bitcoin/bitcoin/pull/18556
286 2020-04-07T19:18:21 *** bitcoin-git has left #bitcoin-core-dev
287 2020-04-07T19:18:28 <hebasto> dongcarl: ^
288 2020-04-07T19:21:26 *** emilengler has quit IRC
289 2020-04-07T19:21:43 *** emilengler has joined #bitcoin-core-dev
290 2020-04-07T19:22:11 *** bitcoin-git has joined #bitcoin-core-dev
291 2020-04-07T19:22:11 <bitcoin-git> [bitcoin] hebasto closed pull request #18404: build: Drop unused ${WRAP_DIR}/${HOST} directory (master...20200322-gitian-win) https://github.com/bitcoin/bitcoin/pull/18404
292 2020-04-07T19:22:12 *** bitcoin-git has left #bitcoin-core-dev
293 2020-04-07T19:22:31 *** bitcoin-git has joined #bitcoin-core-dev
294 2020-04-07T19:22:31 <bitcoin-git> [bitcoin] hebasto closed pull request #18349: build: Fix quick hack for version string in releases (master...20200314-version-workaround) https://github.com/bitcoin/bitcoin/pull/18349
295 2020-04-07T19:22:32 *** bitcoin-git has left #bitcoin-core-dev
296 2020-04-07T19:24:51 *** Highway61 has joined #bitcoin-core-dev
297 2020-04-07T19:29:37 *** owowo has quit IRC
298 2020-04-07T19:34:06 *** kallewoof has quit IRC
299 2020-04-07T19:35:13 *** kallewoof has joined #bitcoin-core-dev
300 2020-04-07T19:35:28 *** owowo has joined #bitcoin-core-dev
301 2020-04-07T19:35:29 *** kristapsk has quit IRC
302 2020-04-07T19:36:23 *** kristapsk has joined #bitcoin-core-dev
303 2020-04-07T19:40:10 <hebasto> is travis dead for me only?
304 2020-04-07T19:41:02 *** vasild_ has joined #bitcoin-core-dev
305 2020-04-07T19:44:23 *** vasild has quit IRC
306 2020-04-07T19:44:24 *** vasild_ is now known as vasild
307 2020-04-07T19:52:59 <sipa> hebasto: seems so
308 2020-04-07T20:00:35 <elichai2> For some reason travis didn't run in #18553
309 2020-04-07T20:00:36 <gribble> https://github.com/bitcoin/bitcoin/issues/18553 | Avoid non-trivial global constants in SHA-NI code by sipa · Pull Request #18553 · bitcoin/bitcoin · GitHub
310 2020-04-07T20:02:07 <sipa> elichai2: yeah, noticed that to
311 2020-04-07T20:02:12 <sipa> will push again
312 2020-04-07T20:10:39 *** Chris_Stewart_5 has quit IRC
313 2020-04-07T20:17:40 *** Krellan_ has joined #bitcoin-core-dev
314 2020-04-07T20:22:32 *** Krellan_ has quit IRC
315 2020-04-07T20:22:57 *** emilengler has quit IRC
316 2020-04-07T20:25:50 *** dr-orlovsky has quit IRC
317 2020-04-07T20:59:37 <sipa> elichai2: done
318 2020-04-07T21:00:02 *** fsargent has quit IRC
319 2020-04-07T21:00:43 <elichai2> Seems to be running now
320 2020-04-07T21:07:42 *** justanotheruser has quit IRC
321 2020-04-07T21:08:13 *** molz_ has joined #bitcoin-core-dev
322 2020-04-07T21:10:20 *** mol has joined #bitcoin-core-dev
323 2020-04-07T21:10:50 *** bitcoin-git has joined #bitcoin-core-dev
324 2020-04-07T21:10:50 <bitcoin-git> [bitcoin] hebasto opened pull request #18557: [WIP] ci: Disable AppVeyor update on 2020-03-20 (master...20200407-fix-appveyor) https://github.com/bitcoin/bitcoin/pull/18557
325 2020-04-07T21:10:51 *** bitcoin-git has left #bitcoin-core-dev
326 2020-04-07T21:11:14 *** molly has quit IRC
327 2020-04-07T21:11:57 <hebasto> Hope, this ^ could fix AppVeyor errors.
328 2020-04-07T21:12:45 *** molz_ has quit IRC
329 2020-04-07T21:19:28 <sipsorcery> hebasto: the python unit tests have never been particularly reliable on appveyor.
330 2020-04-07T21:20:10 <sipsorcery> I'd be sceptical that the latest build image update has had any impact.
331 2020-04-07T21:20:14 *** simonbusborg has joined #bitcoin-core-dev
332 2020-04-07T21:22:16 <sipsorcery> Seems to be Windows is fussier about cleaning up sockets. Main error in the appveyor logs:
333 2020-04-07T21:22:22 <sipsorcery> OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted
334 2020-04-07T21:24:37 <hebasto> sipsorcery: there is a correlation between start of massive [WinError 10048] and the latest image update :)
335 2020-04-07T21:24:42 *** luke-jr has quit IRC
336 2020-04-07T21:26:25 <sipsorcery> I wonder if there was any change to the RPC test mechanism around the same time?
337 2020-04-07T21:27:04 <sipsorcery> I'll see if I can replicate on my Windows machine.
338 2020-04-07T21:27:10 <hebasto> cool
339 2020-04-07T21:28:42 *** justanotheruser has joined #bitcoin-core-dev
340 2020-04-07T21:30:24 *** Krellan_ has joined #bitcoin-core-dev
341 2020-04-07T21:33:40 *** BamBaRay36 has quit IRC
342 2020-04-07T21:34:59 *** luke-jr has joined #bitcoin-core-dev
343 2020-04-07T21:36:02 *** Krellan_ has quit IRC
344 2020-04-07T21:40:57 *** BamBaRay36 has joined #bitcoin-core-dev
345 2020-04-07T21:46:07 *** BamBaRay36 has quit IRC
346 2020-04-07T21:46:10 *** Talkless has quit IRC
347 2020-04-07T21:46:16 *** BamBaRay36 has joined #bitcoin-core-dev
348 2020-04-07T21:53:07 *** timothy has quit IRC
349 2020-04-07T21:53:34 *** filchef has quit IRC
350 2020-04-07T21:59:03 *** BamBaRay36 has quit IRC
351 2020-04-07T22:12:14 *** manantial has quit IRC
352 2020-04-07T22:30:27 <hebasto> regarding boost detection on ARM #17010 #18501
353 2020-04-07T22:30:30 <gribble> https://github.com/bitcoin/bitcoin/issues/17010 | Missing Boost::System on ARM Ubuntu 18.04 · Issue #17010 · bitcoin/bitcoin · GitHub
354 2020-04-07T22:30:31 <gribble> https://github.com/bitcoin/bitcoin/issues/18501 | build: Fix boost detection on Ubuntu ARM 18.04 by hebasto · Pull Request #18501 · bitcoin/bitcoin · GitHub
355 2020-04-07T22:30:40 <hebasto> please consider https://github.com/bitcoin/bitcoin/issues/17010#issuecomment-610651736
356 2020-04-07T22:31:14 *** Krellan_ has joined #bitcoin-core-dev
357 2020-04-07T22:31:19 *** Chris_Stewart_5 has joined #bitcoin-core-dev
358 2020-04-07T22:35:58 *** stackingcore21 has quit IRC
359 2020-04-07T22:36:06 *** stackingcore21 has joined #bitcoin-core-dev
360 2020-04-07T22:39:30 *** stackingcore21 has quit IRC
361 2020-04-07T22:42:25 *** stackingcore21 has joined #bitcoin-core-dev
362 2020-04-07T22:45:45 *** stackingcore21 has quit IRC
363 2020-04-07T22:46:15 *** stackingcore21 has joined #bitcoin-core-dev
364 2020-04-07T22:46:43 *** Krellan_ has quit IRC
365 2020-04-07T22:49:06 *** Guyver2_ has quit IRC
366 2020-04-07T22:52:14 *** bitcoin-git has joined #bitcoin-core-dev
367 2020-04-07T22:52:14 <bitcoin-git> [bitcoin] hebasto closed pull request #18557: [WIP] ci: Disable AppVeyor update on 2020-03-20 (master...20200407-fix-appveyor) https://github.com/bitcoin/bitcoin/pull/18557
368 2020-04-07T22:52:15 *** bitcoin-git has left #bitcoin-core-dev
369 2020-04-07T22:52:25 <hebasto> sipsorcery: you were right :)
370 2020-04-07T22:55:27 *** owowo has quit IRC
371 2020-04-07T23:28:06 *** glooooooo has joined #bitcoin-core-dev
372 2020-04-07T23:46:34 *** bitcoin-git has joined #bitcoin-core-dev
373 2020-04-07T23:46:35 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #18556: build: Drop make dist in gitian builds (master...20200406-drop-dist) https://github.com/bitcoin/bitcoin/pull/18556
374 2020-04-07T23:46:36 *** bitcoin-git has left #bitcoin-core-dev
375 2020-04-07T23:46:54 *** bitcoin-git has joined #bitcoin-core-dev
376 2020-04-07T23:46:55 <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18556: build: Drop make dist in gitian builds (master...20200406-drop-dist) https://github.com/bitcoin/bitcoin/pull/18556
377 2020-04-07T23:46:56 *** bitcoin-git has left #bitcoin-core-dev
378 2020-04-07T23:47:51 *** owowo has joined #bitcoin-core-dev