< achow101> but if it's happening to all wallets, that doesn't quite make sense. were all of those wallets loaded at the same time?
< sipa> yes
< achow101> alternatively, did you somehow have a build without FTRUNCATE, and then now have a build with FTRUNCATE?
< achow101> The comment on this error is: "Check that the meta page agrees with what we got from mpool. If we don't have FTRUNCATE then mpool could include some zeroed pages at the end of the file, we assume the meta page is correct." and the error is guarded by #ifdef HAVE_FTRUNCATE
< achow101> but in that case, I would expect there to be more pages than listed in the meta page.
< sipa> it was probably master as of a few days or weeks ago at most
< achow101> sorry, I meant bdb build
< sipa> just system libdb5.3
< sipa> on ubuntu 20.04
< achow101> it's probably the unclean shutdown
< achow101> you may have lost some data
< sipa> i suspect my shutdown was in the middle of a wallet rescan, actually
< sipa> none of these wallets are important
< sipa> don't worry about me losing something... i'm just slightly concerned that if this can happen to me it may happen to others
< achow101> there isn't much that can be done about that
< achow101> except stop using bdb
< sipa> yes :p
< bitcoin-git> [bitcoin] kallewoof opened pull request #19756: tests: add sync_all to fix race condition in wallet groups test (master...202008-wallet-groups-sync-all) https://github.com/bitcoin/bitcoin/pull/19756
< luke-jr> * [new tag] v0.20.1.knots20200815 -> v0.20.1.knots20200815 -- gitian builds please (cc jonasschnelli midnight)
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1bc8e8eae2dc...53dac67a97e2
< bitcoin-git> bitcoin/master fa55c1d MarcoFalke: build: Add Werror=range-loop-analysis
< bitcoin-git> bitcoin/master 53dac67 fanquake: Merge #19719: build: Add Werror=range-loop-analysis
< bitcoin-git> [bitcoin] fanquake merged pull request #19719: build: Add Werror=range-loop-analysis (master...2008-buildLoopErr) https://github.com/bitcoin/bitcoin/pull/19719
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/53dac67a97e2...f2d1b9881f68
< bitcoin-git> bitcoin/master 4792cad Adam Jonas: doc: comment out and add annotation to unused MSG_FILTERED_WITNESS_BLOCK
< bitcoin-git> bitcoin/master f2d1b98 fanquake: Merge #19721: p2p: comment out unused MSG_FILTERED_WITNESS_BLOCK
< bitcoin-git> [bitcoin] fanquake merged pull request #19721: p2p: comment out unused MSG_FILTERED_WITNESS_BLOCK (master...2020_8_MSG_FILTERED_WITNESS_BLOCK_comment) https://github.com/bitcoin/bitcoin/pull/19721
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f2d1b9881f68...772cb03a2816
< bitcoin-git> bitcoin/master 2f8a4c9 practicalswift: build: Enable some commonly enabled compiler diagnostics
< bitcoin-git> bitcoin/master 772cb03 fanquake: Merge #19015: build: Enable some commonly enabled compiler diagnostics
< bitcoin-git> [bitcoin] fanquake merged pull request #19015: build: Enable some commonly enabled compiler diagnostics (master...compiler-diagnostics) https://github.com/bitcoin/bitcoin/pull/19015
< kallewoof> #19756 passes tests. It's a one liner that should fix intermittent CI problems.
< gribble> https://github.com/bitcoin/bitcoin/issues/19756 | tests: add sync_all to fix race condition in wallet groups test by kallewoof · Pull Request #19756 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/772cb03a2816...e6e277f9ed4d
< bitcoin-git> bitcoin/master 72ae20f Karl-Johan Alm: tests: add sync_all to fix race condition in wallet groups test
< bitcoin-git> bitcoin/master e6e277f MarcoFalke: Merge #19756: tests: add sync_all to fix race condition in wallet groups t...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19756: tests: add sync_all to fix race condition in wallet groups test (master...202008-wallet-groups-sync-all) https://github.com/bitcoin/bitcoin/pull/19756
< meshcollider> MarcoFalke: I think that's a bit merge-happy, it had absolutely no review ^
< meshcollider> Obviously it's trivial but you could have ack it yourself
< meshcollider> :)
< jonatack> the fix was already in a PR with 2 acks
< jonatack> #19743
< gribble> https://github.com/bitcoin/bitcoin/issues/19743 | -maxapsfee follow-up by kallewoof · Pull Request #19743 · bitcoin/bitcoin · GitHub
< meshcollider> Ah yes that is true
< jonatack> would've just merged that one
< meshcollider> Yeah it's fairly small and easy anyway
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #19757: net/net_processing: Convert net std::list buffers to std::forward_list (master...net-list-type) https://github.com/bitcoin/bitcoin/pull/19757
< meshcollider> I'll review + merge it in a bit
< bitcoin-git> [bitcoin] hebasto closed pull request #16641: refactor: Improve special member functions definitions (master...20190817-psbt-copy-ctor) https://github.com/bitcoin/bitcoin/pull/16641
< jonatack> meshcollider: i think 19743 added an additional sync_all() since the acks, so that may be an improvement
< bitcoin-git> [bitcoin] vasild closed pull request #18857: build: avoid repetitions when enabling warnings in configure.ac (master...avoid_repetitions_in_configure.ac) https://github.com/bitcoin/bitcoin/pull/18857
< bitcoin-git> [bitcoin] hebasto opened pull request #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations (master...200818-tsa) https://github.com/bitcoin/bitcoin/pull/19758
< bitcoin-git> [bitcoin] jnewbery opened pull request #19759: [doc] Struct members should have m_ prefix (master...2020-08-struct-members) https://github.com/bitcoin/bitcoin/pull/19759
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e6e277f9ed4d...a2a250c7d07b
< bitcoin-git> bitcoin/master 9f77b82 Karl-Johan Alm: doc: release notes for -maxapsfee
< bitcoin-git> bitcoin/master 7e31ea9 Karl-Johan Alm: -maxapsfee: follow-up fixes
< bitcoin-git> bitcoin/master a2a250c Samuel Dobson: Merge #19743: -maxapsfee follow-up
< bitcoin-git> [bitcoin] meshcollider merged pull request #19743: -maxapsfee follow-up (master...20200817-maxapsfee-followup) https://github.com/bitcoin/bitcoin/pull/19743
< bitcoin-git> [bitcoin] fanquake opened pull request #19761: build: improve sed robustness by not using sed (master...maximum_sed_robustness) https://github.com/bitcoin/bitcoin/pull/19761
< satoshin> Hello
< satoshin> I working on the https://BITCOIN.FOUNDATION domain and I need a list about the Bitcoin core developers (preferably with PGP public keys attached to the list)
< satoshin> You can send the list by email to: contact@bitcoin.foundation or post it here.
< bitcoin-git> [bitcoin] ryanofsky opened pull request #19762: rpc: Allow named and positional arguments to be used together (master...pr/named) https://github.com/bitcoin/bitcoin/pull/19762
< luke-jr> hebasto: ping, where did you get that hash? https://github.com/bitcoin/bitcoin/pull/19751/files#r472253382
< hebasto> luke-jr: `sha256sum libpng-1.6.37.tar.xz`
< luke-jr> got it, there's a dumb redirection I had to follow
< luke-jr> prob why I used that osuosl mirror originally XD
< hebasto> luke-jr: also hashes are listed here http://libpng.org/pub/png/libpng.html
< jeremyrubin> did the build system change to no longer automatically build the tests?
< bitcoin-git> [bitcoin] vasild opened pull request #19763: net: don't try to relay to node that knows an addr (master...only_relay_to_unaware) https://github.com/bitcoin/bitcoin/pull/19763
< bitcoin-git> [bitcoin] dongcarl opened pull request #19764: depends: Split boost into build/host packages + bump + cleanup (master...2020-08-boost-build-pickup) https://github.com/bitcoin/bitcoin/pull/19764