gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUnet and GNUTLS


From: madmurphy
Subject: Re: GNUnet and GNUTLS
Date: Sat, 12 Oct 2024 09:48:51 +0100

Thanks a lot, Martin. Spot on. It works! Yahoo :-)

On Sat, Oct 12, 2024 at 8:08 AM Martin Schanzenbach <schanzen@gnunet.org> wrote:
Hi,

looking at your logs it seems that you have an old peerstore database.
You can try deleting $HOME/.local/share/gnunet/peerstore/sqlite.db and
restart GNUnet.

BR

On Sat, 2024-10-12 at 07:32 +0100, madmurphy wrote:
> Martin's patch worked! So it's already online. Thank you!
>
> However – this might be totally unrelated – even if the installation
> works fine, if I launch
> sudo -u gnunet gnunet-arm -s
> gnunet-arm -s
> gnunet-core -m
>
> the third command (gnunet-core -m) hangs forever with no output (this
> happens also if I launch sudo -u gnunet gnunet-core -m). If instead I
> launch gnunet-core -s I get no strings in the standard output but the
> program returns immediately (with error code zero).
>
> This is the content of my /var/lib/gnunet/.cache/gnunet/gnunet-2024-
> 10-12.log file:
> 2024-10-12T00:02:18.797577+0100 peerstore-sqlite-270775 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:18.797711+0100 peerstore-sqlite-270775 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:18.797758+0100 peerstore-sqlite-270775 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:18.797793+0100 peerstore-sqlite-270775 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:18.797872+0100 transport-270781 INFO Bound to
> `0.0.0.0:2086' sock 0x5c4fb337d1a0
> 2024-10-12T00:02:18.798016+0100 transport-270781 INFO Bound to
> `[::]:2086' sock 0x5c4fb337db00
> 2024-10-12T00:02:18.799515+0100 sq-270775 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:18.799539+0100 sq-270775 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:18.799549+0100 sq-270775 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:18.799558+0100 sq-270775 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:18.799572+0100 peerstore-sqlite-270775 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:18.800854+0100 rps-270778 INFO STARTING SERVICE
> (rps) for peer [F9VA]
> 2024-10-12T00:02:18.800932+0100 core-api-270778 INFO (Re)connecting
> to CORE service
> 2024-10-12T00:02:18.807340+0100 rps-270778 INFO Ready to receive
> requests from clients
> 2024-10-12T00:02:18.812041+0100 namestore-270791 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:18.812175+0100 namestore-270791 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:18.812188+0100 namestore-sqlite-270791 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:18.812201+0100 namestore-270791 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:18.817813+0100 transport-270784 WARNING Storing our
> address `tcp://[::1]:2086'
> 2024-10-12T00:02:18.818494+0100 transport-270784 WARNING Storing our
> address `tcp://[::1]:2086' not done
> 2024-10-12T00:02:18.818532+0100 transport-270784 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:18.818933+0100 transport-270784 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086' not done
> 2024-10-12T00:02:18.819083+0100 transport-270784 WARNING Storing our
> address `udp://192.168.1.241:2086'
> 2024-10-12T00:02:18.819490+0100 transport-270784 WARNING Storing our
> address `udp://[::1]:2086'
> 2024-10-12T00:02:18.819887+0100 transport-270784 WARNING Storing our
> address `udp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:18.883320+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:18.883475+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:18.883519+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 1 ms
> 2024-10-12T00:02:18.889705+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 1 ms
> 2024-10-12T00:02:18.890307+0100 peerstore-sqlite-270815 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:18.890374+0100 peerstore-sqlite-270815 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:18.890403+0100 peerstore-sqlite-270815 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:18.890423+0100 peerstore-sqlite-270815 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:18.897425+0100 namestore-270820 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:18.897501+0100 namestore-270820 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:18.897509+0100 namestore-sqlite-270820 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:18.897516+0100 namestore-270820 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:18.897952+0100 sq-270815 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:18.897971+0100 sq-270815 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:18.897978+0100 sq-270815 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:18.897983+0100 sq-270815 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:18.897990+0100 peerstore-sqlite-270815 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:18.975553+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:18.975608+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:18.975564+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:18.975563+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:18.975587+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:18.975746+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 2 ms
> 2024-10-12T00:02:18.975565+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:18.976625+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 2 ms
> 2024-10-12T00:02:18.979268+0100 util-client-270773 WARNING Error
> during sending message of type 821: Pipe interrotta
> 2024-10-12T00:02:18.979298+0100 peerstore-api-270773 ERROR Received
> an error notification from MQ of type: 2
> 2024-10-12T00:02:18.979306+0100 hostlist-270773 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:18.983942+0100 peerstore-sqlite-270831 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:18.984011+0100 peerstore-sqlite-270831 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:18.984033+0100 peerstore-sqlite-270831 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:18.984052+0100 peerstore-sqlite-270831 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:18.984602+0100 sq-270831 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:18.984620+0100 sq-270831 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:18.984626+0100 sq-270831 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:18.984632+0100 sq-270831 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:18.984637+0100 sq-270831 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:18.984643+0100 peerstore-sqlite-270831 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:18.984649+0100 peerstore-270831 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:18.984669+0100 sq-270831 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:18.984676+0100 sq-270831 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:18.984681+0100 sq-270831 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:18.984686+0100 sq-270831 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:18.984692+0100 peerstore-sqlite-270831 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:18.988884+0100 namestore-270834 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:18.988988+0100 namestore-270834 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:18.988999+0100 namestore-sqlite-270834 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:18.989008+0100 namestore-270834 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:19.059991+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.060063+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.059995+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:19.059997+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.060056+0100 peerstore-api-270784 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.060118+0100 transport-270784 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:19.060119+0100 peerstore-api-270778 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.060368+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 4 ms
> 2024-10-12T00:02:19.066549+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 4 ms
> 2024-10-12T00:02:19.070747+0100 arm-270766 WARNING Service `hostlist'
> terminated with status signal/6, will restart in 1 ms
> 2024-10-12T00:02:19.071703+0100 peerstore-sqlite-270852 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.071783+0100 peerstore-sqlite-270852 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:19.071812+0100 peerstore-sqlite-270852 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.071842+0100 peerstore-sqlite-270852 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:19.072579+0100 sq-270852 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.072595+0100 sq-270852 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.072602+0100 sq-270852 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.072612+0100 sq-270852 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.072619+0100 peerstore-sqlite-270852 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:19.080115+0100 namestore-270861 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:19.080192+0100 namestore-270861 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:19.080201+0100 namestore-sqlite-270861 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:19.080208+0100 namestore-270861 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:19.154874+0100 arm-270766 WARNING Service
> `transport' terminated with status signal/6, will restart in 1 ms
> 2024-10-12T00:02:19.161760+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.161772+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.161797+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.161851+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:19.161868+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.161909+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.161919+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 8 ms
> 2024-10-12T00:02:19.162270+0100 transport-270873 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:19.162687+0100 transport-270873 WARNING Storing our
> address `udp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:19.162998+0100 transport-270873 WARNING Storing our
> address `udp://[::1]:2086'
> 2024-10-12T00:02:19.163052+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 8 ms
> 2024-10-12T00:02:19.163266+0100 transport-270873 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086' not done
> 2024-10-12T00:02:19.163307+0100 transport-270873 WARNING Storing our
> address `tcp://[::1]:2086'
> 2024-10-12T00:02:19.163534+0100 transport-270873 WARNING Storing our
> address `udp://192.168.1.241:2086'
> 2024-10-12T00:02:19.163768+0100 transport-270873 WARNING Storing our
> address `tcp://[::1]:2086' not done
> 2024-10-12T00:02:19.175928+0100 peerstore-sqlite-270887 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.176007+0100 peerstore-sqlite-270887 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:19.176033+0100 peerstore-sqlite-270887 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.176057+0100 peerstore-sqlite-270887 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:19.176731+0100 sq-270887 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.176746+0100 sq-270887 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.176752+0100 sq-270887 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.176758+0100 sq-270887 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.176765+0100 peerstore-sqlite-270887 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:19.179664+0100 namestore-270888 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:19.179754+0100 namestore-270888 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:19.179764+0100 namestore-sqlite-270888 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:19.179772+0100 namestore-270888 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:19.267997+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 16 ms
> 2024-10-12T00:02:19.269568+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.269569+0100 peerstore-api-270863 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.269633+0100 peerstore-api-270863 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.269647+0100 hostlist-270863 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:19.269645+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.269682+0100 peerstore-api-270778 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.269712+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.269809+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 16 ms
> 2024-10-12T00:02:19.290784+0100 peerstore-sqlite-270913 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.290855+0100 peerstore-sqlite-270913 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:19.290878+0100 peerstore-sqlite-270913 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.290898+0100 peerstore-sqlite-270913 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:19.291453+0100 sq-270913 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.291468+0100 sq-270913 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.291474+0100 sq-270913 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.291479+0100 sq-270913 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.291484+0100 sq-270913 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:19.291491+0100 peerstore-sqlite-270913 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:19.291497+0100 peerstore-270913 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:19.291507+0100 sq-270913 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.291512+0100 sq-270913 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.291518+0100 sq-270913 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.291523+0100 sq-270913 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.291528+0100 peerstore-sqlite-270913 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:19.300578+0100 namestore-270912 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:19.300670+0100 namestore-270912 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:19.300679+0100 namestore-sqlite-270912 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:19.300689+0100 namestore-270912 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:19.350295+0100 arm-270766 WARNING Service `hostlist'
> terminated with status signal/6, will restart in 2 ms
> 2024-10-12T00:02:19.355487+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:19.355480+0100 peerstore-api-270873 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.355499+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.355528+0100 transport-270873 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:19.355553+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.355553+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.355717+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 32 ms
> 2024-10-12T00:02:19.356134+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.366589+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 32 ms
> 2024-10-12T00:02:19.393820+0100 peerstore-sqlite-270937 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.393899+0100 peerstore-sqlite-270937 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:19.393924+0100 peerstore-sqlite-270937 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.393948+0100 peerstore-sqlite-270937 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:19.394701+0100 sq-270937 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.394718+0100 sq-270937 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.394725+0100 sq-270937 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.394731+0100 sq-270937 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.394738+0100 peerstore-sqlite-270937 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:19.431273+0100 namestore-270939 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:19.431369+0100 namestore-270939 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:19.431379+0100 namestore-sqlite-270939 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:19.431387+0100 namestore-270939 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:19.465691+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:19.465658+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.465694+0100 peerstore-api-270778 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.465737+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.465740+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.465752+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.465847+0100 arm-270766 WARNING Service
> `transport' terminated with status signal/6, will restart in 2 ms
> 2024-10-12T00:02:19.465947+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 64 ms
> 2024-10-12T00:02:19.474112+0100 transport-270949 WARNING Storing our
> address `udp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:19.474573+0100 transport-270949 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:19.474810+0100 transport-270949 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086' not done
> 2024-10-12T00:02:19.474821+0100 transport-270949 WARNING Storing our
> address `udp://[::1]:2086'
> 2024-10-12T00:02:19.475018+0100 transport-270949 WARNING Storing our
> address `udp://192.168.1.241:2086'
> 2024-10-12T00:02:19.475214+0100 transport-270949 WARNING Storing our
> address `tcp://[::1]:2086'
> 2024-10-12T00:02:19.475412+0100 transport-270949 WARNING Storing our
> address `tcp://[::1]:2086' not done
> 2024-10-12T00:02:19.496532+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 64 ms
> 2024-10-12T00:02:19.535994+0100 peerstore-sqlite-270961 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.536072+0100 peerstore-sqlite-270961 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:19.536097+0100 peerstore-sqlite-270961 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.536119+0100 peerstore-sqlite-270961 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:19.536724+0100 sq-270961 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.536738+0100 sq-270961 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.536745+0100 sq-270961 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.536750+0100 sq-270961 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.536756+0100 sq-270961 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:19.536763+0100 peerstore-sqlite-270961 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:19.536770+0100 peerstore-270961 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:19.536794+0100 sq-270961 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.536802+0100 sq-270961 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.536808+0100 sq-270961 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.536814+0100 sq-270961 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.536820+0100 peerstore-sqlite-270961 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:19.620388+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:19.620402+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.620388+0100 peerstore-api-270923 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.620403+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.620444+0100 hostlist-270923 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:19.620464+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.620533+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 128 ms
> 2024-10-12T00:02:19.625364+0100 namestore-270964 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:19.625450+0100 namestore-270964 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:19.625460+0100 namestore-sqlite-270964 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:19.625467+0100 namestore-270964 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:19.729246+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 128 ms
> 2024-10-12T00:02:19.730534+0100 arm-270766 WARNING Service `hostlist'
> terminated with status signal/6, will restart in 4 ms
> 2024-10-12T00:02:19.754192+0100 peerstore-sqlite-270986 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.754264+0100 peerstore-sqlite-270986 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:19.754288+0100 peerstore-sqlite-270986 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:19.754309+0100 peerstore-sqlite-270986 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:19.754894+0100 sq-270986 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.754908+0100 sq-270986 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.754915+0100 sq-270986 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.754920+0100 sq-270986 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.754925+0100 sq-270986 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:19.754931+0100 peerstore-sqlite-270986 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:19.754938+0100 peerstore-270986 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:19.754947+0100 sq-270986 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:19.754953+0100 sq-270986 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:19.754958+0100 sq-270986 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:19.754963+0100 sq-270986 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:19.754969+0100 peerstore-sqlite-270986 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:19.868064+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.868064+0100 peerstore-api-270778 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.868089+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.868118+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.868089+0100 peerstore-api-270949 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:19.868123+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:19.868142+0100 transport-270949 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:19.868210+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 256 ms
> 2024-10-12T00:02:19.961423+0100 arm-270766 WARNING Service
> `transport' terminated with status signal/6, will restart in 4 ms
> 2024-10-12T00:02:19.970499+0100 transport-271002 WARNING Storing our
> address `udp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:19.970811+0100 transport-271002 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:19.971023+0100 transport-271002 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086' not done
> 2024-10-12T00:02:19.971034+0100 transport-271002 WARNING Storing our
> address `udp://[::1]:2086'
> 2024-10-12T00:02:19.971250+0100 transport-271002 WARNING Storing our
> address `udp://192.168.1.241:2086'
> 2024-10-12T00:02:19.971453+0100 transport-271002 WARNING Storing our
> address `tcp://[::1]:2086'
> 2024-10-12T00:02:19.971675+0100 transport-271002 WARNING Storing our
> address `tcp://[::1]:2086' not done
> 2024-10-12T00:02:19.987784+0100 namestore-270989 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:19.988169+0100 namestore-270989 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:19.988205+0100 namestore-sqlite-270989 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:19.988231+0100 namestore-270989 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:20.115789+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 256 ms
> 2024-10-12T00:02:20.129470+0100 peerstore-sqlite-271010 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:20.129543+0100 peerstore-sqlite-271010 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:20.129565+0100 peerstore-sqlite-271010 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:20.129586+0100 peerstore-sqlite-271010 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:20.130125+0100 sq-271010 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:20.130138+0100 sq-271010 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:20.130144+0100 sq-271010 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:20.130150+0100 sq-271010 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:20.130155+0100 sq-271010 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:20.130161+0100 peerstore-sqlite-271010 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:20.130167+0100 peerstore-271010 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:20.130191+0100 sq-271010 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:20.130198+0100 sq-271010 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:20.130204+0100 sq-271010 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:20.130209+0100 sq-271010 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:20.130215+0100 peerstore-sqlite-271010 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:20.217070+0100 peerstore-api-270983 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.217096+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.217100+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.217100+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:20.217119+0100 hostlist-270983 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:20.217185+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.217270+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 512 ms
> 2024-10-12T00:02:20.291971+0100 arm-270766 WARNING Service `hostlist'
> terminated with status signal/6, will restart in 8 ms
> 2024-10-12T00:02:20.632038+0100 namestore-271027 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:20.632506+0100 namestore-271027 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:20.632571+0100 namestore-sqlite-271027 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:20.632622+0100 namestore-271027 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:20.737112+0100 peerstore-sqlite-271044 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:20.737202+0100 peerstore-sqlite-271044 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:20.737230+0100 peerstore-sqlite-271044 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:20.737261+0100 peerstore-sqlite-271044 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:20.738082+0100 sq-271044 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:20.738104+0100 sq-271044 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:20.738114+0100 sq-271044 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:20.738123+0100 sq-271044 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:20.738132+0100 sq-271044 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:20.738142+0100 peerstore-sqlite-271044 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:20.738155+0100 peerstore-271044 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:20.738173+0100 sq-271044 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:20.738185+0100 sq-271044 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:20.738195+0100 sq-271044 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:20.738204+0100 sq-271044 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:20.738214+0100 peerstore-sqlite-271044 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:20.768065+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 512 ms
> 2024-10-12T00:02:20.828295+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.828294+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:20.828291+0100 peerstore-api-271002 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.828299+0100 peerstore-api-270778 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.828344+0100 transport-271002 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:20.828351+0100 cadet-270769 WARNING Error in
> PEERSTORE monitoring
> 2024-10-12T00:02:20.828369+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:20.828473+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 1024 ms
> 2024-10-12T00:02:20.832714+0100 nat-270790 WARNING upnpc failed to
> create port mapping
> 2024-10-12T00:02:20.833349+0100 nat-270790 WARNING upnpc failed to
> create port mapping
> 2024-10-12T00:02:20.850228+0100 nat-270790 WARNING upnpc failed to
> create port mapping
> 2024-10-12T00:02:20.851336+0100 nat-270790 WARNING upnpc failed to
> create port mapping
> 2024-10-12T00:02:20.906992+0100 arm-270766 WARNING Service
> `transport' terminated with status signal/6, will restart in 8 ms
> 2024-10-12T00:02:20.920246+0100 transport-271066 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:20.920642+0100 transport-271066 WARNING Storing our
> address `udp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:20.920960+0100 transport-271066 WARNING Storing our
> address `udp://[::1]:2086'
> 2024-10-12T00:02:20.921256+0100 transport-271066 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086' not done
> 2024-10-12T00:02:20.921296+0100 transport-271066 WARNING Storing our
> address `tcp://[::1]:2086'
> 2024-10-12T00:02:20.921512+0100 transport-271066 WARNING Storing our
> address `udp://192.168.1.241:2086'
> 2024-10-12T00:02:20.921754+0100 transport-271066 WARNING Storing our
> address `tcp://[::1]:2086' not done
> 2024-10-12T00:02:21.795641+0100 namestore-271071 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:21.796002+0100 namestore-271071 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:21.796044+0100 namestore-sqlite-271071 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:21.796074+0100 namestore-271071 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:21.875511+0100 peerstore-sqlite-271082 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:21.875982+0100 peerstore-sqlite-271082 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:21.876144+0100 peerstore-sqlite-271082 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:21.876245+0100 peerstore-sqlite-271082 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:21.878050+0100 sq-271082 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:21.878096+0100 sq-271082 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:21.878115+0100 sq-271082 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:21.878130+0100 sq-271082 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:21.878145+0100 sq-271082 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:21.878163+0100 peerstore-sqlite-271082 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:21.878183+0100 peerstore-271082 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:21.878258+0100 sq-271082 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:21.878289+0100 sq-271082 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:21.878319+0100 sq-271082 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:21.878335+0100 sq-271082 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:21.878352+0100 peerstore-sqlite-271082 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:21.923657+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 1024 ms
> 2024-10-12T00:02:21.959949+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:21.959950+0100 peerstore-api-271025 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:21.959968+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:21.959991+0100 hostlist-271025 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:21.960001+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:21.960001+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:21.960126+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 2048 ms
> 2024-10-12T00:02:22.089926+0100 arm-270766 WARNING Service `hostlist'
> terminated with status signal/6, will restart in 16 ms
> 2024-10-12T00:02:22.539909+0100 rest-270776 WARNING Unknown user
> (null)
> 2024-10-12T00:02:23.975884+0100 namestore-271111 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:23.976210+0100 namestore-271111 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:23.976265+0100 namestore-sqlite-271111 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:23.976310+0100 namestore-271111 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:24.020007+0100 peerstore-sqlite-271122 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:24.020165+0100 peerstore-sqlite-271122 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:24.020219+0100 peerstore-sqlite-271122 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:24.020266+0100 peerstore-sqlite-271122 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:24.021545+0100 sq-271122 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:24.021580+0100 sq-271122 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:24.021595+0100 sq-271122 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:24.021607+0100 sq-271122 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:24.021619+0100 sq-271122 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:24.021632+0100 peerstore-sqlite-271122 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:24.021648+0100 peerstore-271122 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:24.021685+0100 sq-271122 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:24.021702+0100 sq-271122 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:24.021714+0100 sq-271122 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:24.021725+0100 sq-271122 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:24.021747+0100 peerstore-sqlite-271122 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:24.076663+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 2048 ms
> 2024-10-12T00:02:24.085072+0100 peerstore-api-271066 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:24.085095+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:24.085095+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:24.085114+0100 transport-271066 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:24.085126+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:24.085134+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:24.085185+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:24.085252+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 4096 ms
> 2024-10-12T00:02:24.200396+0100 arm-270766 WARNING Service
> `transport' terminated with status signal/6, will restart in 16 ms
> 2024-10-12T00:02:24.221629+0100 transport-271142 WARNING Storing our
> address `udp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:24.221979+0100 transport-271142 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:24.222221+0100 transport-271142 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086' not done
> 2024-10-12T00:02:24.222232+0100 transport-271142 WARNING Storing our
> address `udp://[::1]:2086'
> 2024-10-12T00:02:24.222449+0100 transport-271142 WARNING Storing our
> address `udp://192.168.1.241:2086'
> 2024-10-12T00:02:24.222663+0100 transport-271142 WARNING Storing our
> address `tcp://[::1]:2086'
> 2024-10-12T00:02:24.222883+0100 transport-271142 WARNING Storing our
> address `tcp://[::1]:2086' not done
> 2024-10-12T00:02:27.540755+0100 rest-270776 WARNING Unknown user
> (null)
> 2024-10-12T00:02:28.176126+0100 namestore-271166 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:28.176486+0100 namestore-271166 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:28.176528+0100 namestore-sqlite-271166 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:28.176559+0100 namestore-271166 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:28.189197+0100 peerstore-sqlite-271182 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:28.189302+0100 peerstore-sqlite-271182 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:28.189335+0100 peerstore-sqlite-271182 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:28.189365+0100 peerstore-sqlite-271182 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:28.190193+0100 sq-271182 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:28.190211+0100 sq-271182 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:28.190220+0100 sq-271182 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:28.190227+0100 sq-271182 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:28.190242+0100 peerstore-sqlite-271182 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:28.267878+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:28.267899+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:28.267910+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:28.267909+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:28.267936+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:28.267961+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:28.268106+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 4096 ms
> 2024-10-12T00:02:28.268170+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 8 s
> 2024-10-12T00:02:32.540106+0100 rest-270776 WARNING Unknown user
> (null)
> 2024-10-12T00:02:36.465860+0100 namestore-271226 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:36.466176+0100 namestore-271226 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:36.466212+0100 namestore-sqlite-271226 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:36.466238+0100 namestore-271226 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:36.475768+0100 peerstore-sqlite-271261 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:36.475865+0100 peerstore-sqlite-271261 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:36.475897+0100 peerstore-sqlite-271261 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:36.475926+0100 peerstore-sqlite-271261 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:36.476699+0100 sq-271261 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:36.476718+0100 sq-271261 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:36.476727+0100 sq-271261 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:36.476734+0100 sq-271261 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:36.476741+0100 sq-271261 WARNING Failure to bind 4-
> th SQL parameter
> 2024-10-12T00:02:36.476749+0100 peerstore-sqlite-271261 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> 2024-10-12T00:02:36.476758+0100 peerstore-271261 ERROR Assertion
> failed at gnunet-service-peerstore.c:552.
> 2024-10-12T00:02:36.476771+0100 sq-271261 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:36.476779+0100 sq-271261 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:36.476786+0100 sq-271261 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:36.476793+0100 sq-271261 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:36.476800+0100 peerstore-sqlite-271261 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:36.600657+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:36.600660+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:36.600665+0100 peerstore-api-271142 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:36.600718+0100 transport-271142 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:36.600726+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:36.600783+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:36.600844+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:36.600856+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 8 s
> 2024-10-12T00:02:36.600934+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 16 s
> 2024-10-12T00:02:36.700559+0100 arm-270766 WARNING Service
> `transport' terminated with status signal/6, will restart in 32 ms
> 2024-10-12T00:02:36.738659+0100 transport-271291 WARNING Storing our
> address `udp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:36.738997+0100 transport-271291 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086'
> 2024-10-12T00:02:36.739229+0100 transport-271291 WARNING Storing our
> address `tcp://[fe80::e21b:a15c:b618:aebf]:2086' not done
> 2024-10-12T00:02:36.739241+0100 transport-271291 WARNING Storing our
> address `udp://[::1]:2086'
> 2024-10-12T00:02:36.739462+0100 transport-271291 WARNING Storing our
> address `udp://192.168.1.241:2086'
> 2024-10-12T00:02:36.739680+0100 transport-271291 WARNING Storing our
> address `tcp://[::1]:2086'
> 2024-10-12T00:02:36.739904+0100 transport-271291 WARNING Storing our
> address `tcp://[::1]:2086' not done
> 2024-10-12T00:02:37.552471+0100 rest-270776 WARNING Unknown user
> (null)
> 2024-10-12T00:02:42.555891+0100 rest-270776 WARNING Unknown user
> (null)
> 2024-10-12T00:02:47.556352+0100 rest-270776 WARNING Unknown user
> (null)
> 2024-10-12T00:02:52.557120+0100 rest-270776 WARNING Unknown user
> (null)
> 2024-10-12T00:02:52.994636+0100 namestore-271363 ERROR Failed to
> prepare SQL `INSERT INTO ns098records
> (zone_private_key,pkey,rvalue,record_count,record_data,label,editor_h
> int) VALUES (?, ?, ?, ?, ?, ?, '')': error 1 at
> 2024-10-12T00:02:52.994989+0100 namestore-271363 ERROR Assertion
> failed at plugin_namestore_sqlite.c:202.
> 2024-10-12T00:02:52.995043+0100 namestore-sqlite-271363 ERROR Failed
> to setup database with: `table ns098records has no column named
> editor_hint'
> 2024-10-12T00:02:52.995079+0100 namestore-271363 ERROR Assertion
> failed at plugin_namestore_sqlite.c:747. Aborting.
> 2024-10-12T00:02:53.011321+0100 peerstore-sqlite-271426 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:53.011622+0100 peerstore-sqlite-271426 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND uid > ? ORDER BY uid ASC
> LIMIT ?
> 2024-10-12T00:02:53.011777+0100 peerstore-sqlite-271426 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND key = ? AND uid > ? ORDER BY uid ASC LIMIT ?
> 2024-10-12T00:02:53.011938+0100 peerstore-sqlite-271426 ERROR Error
> preparing SQL query: no such column: uid
>   SELECT uid,sub_system,peer_id,key,value,expiry FROM peerstoredata
> WHERE sub_system = ? AND peer_id = ? AND key = ? AND uid > ? ORDER BY
> uid ASC LIMIT ?
> 2024-10-12T00:02:53.014133+0100 sq-271426 WARNING Failure to bind 0-
> th SQL parameter
> 2024-10-12T00:02:53.014193+0100 sq-271426 WARNING Failure to bind 1-
> th SQL parameter
> 2024-10-12T00:02:53.014222+0100 sq-271426 WARNING Failure to bind 2-
> th SQL parameter
> 2024-10-12T00:02:53.014246+0100 sq-271426 WARNING Failure to bind 3-
> th SQL parameter
> 2024-10-12T00:02:53.014273+0100 peerstore-sqlite-271426 ERROR
> `sqlite_step' failed at plugin_peerstore_sqlite.c:348 with error: not
> an error
> free(): double free detected in tcache 2
> 2024-10-12T00:02:53.116490+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:53.116520+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:53.116540+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:53.116553+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:53.116662+0100 peerstore-api-270769 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:53.116679+0100 peerstore-api-270780 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:53.116802+0100 arm-270766 WARNING Service
> `peerstore' terminated with status signal/6, will restart in 32 s
> 2024-10-12T00:02:53.120775+0100 arm-270766 WARNING Service
> `namestore' terminated with status signal/6, will restart in 16 s
> 2024-10-12T00:02:54.863579+0100 peerstore-api-270771 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:54.863597+0100 peerstore-api-271291 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:54.863615+0100 peerstore-api-270770 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:54.863611+0100 peerstore-api-270779 ERROR Received
> an error notification from MQ of type: 1
> 2024-10-12T00:02:54.863720+0100 transport-271291 ERROR Assertion
> failed at peerstore_api.c:362. Aborting.
> 2024-10-12T00:02:54.863771+0100 dht-270770 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:54.863811+0100 rps-270778 INFO `recv' failed at
> mst.c:357 with error: Connessione interrotta dal corrispondente
> 2024-10-12T00:02:54.863873+0100 rps-270778 WARNING Error in PEERSTORE
> monitoring
> 2024-10-12T00:02:54.864638+0100 gns-api-270776 WARNING Problem with
> message queue. error: 1
> 2024-10-12T00:02:54.864752+0100 gns-api-270776 WARNING Problem with
> message queue. error: 1
> * Lost NATed local address 192.168.1.241, stopping NAT server
> 2024-10-12T00:02:54.866962+0100 rps-270778 INFO Destroying channel
> due to GNUNET_CADET_disconnect()
> 2024-10-12T00:02:54.867030+0100 rps-270778 INFO Destroying channel
> due to GNUNET_CADET_disconnect()
> 2024-10-12T00:02:54.868374+0100 gns-api-270798 WARNING Problem with
> message queue. error: 1
>
> --madmurphy
>
> On Fri, Oct 11, 2024 at 6:38 PM Martin Schanzenbach
> <schanzen@gnunet.org> wrote:
> > The issue is/was that we did not have -lgnutls in the linker. At
> > least
> > that is my guess.
> > We are currently conflating two things here: one is that
> > libgcrypt(!)
> > was not detected. This is due to a change in the m4 detection
> > logic. I
> > fixed that some releases ago already.
> > The other, newer, issue since 0.22.0 is that the linker needs us to
> > provide -lgnutls (at least that is my working assumption).
> > For some reasons most/our build systems and their linker allow
> > transitive resolution of linking dependencies, but in case of Arch
> > the
> > linker errors out.
> > So if I am correct git master or the patch I provided in the other
> > post
> > should fix this.
> >
> > BR
> >
> > On 11.10.24 12:43, Christian Grothoff wrote:
> > > Gnutls people are also surprised (no intentional/expected
> > > breakage),
> > > they ask:
> > >
> > >  >>>
> > > Hello Christian, my random guess is that gnutls.pc is somehow
> > > corrupted
> > > and doesn't list necessary libraries. Would it be possible to ask
> > > the
> > > reporter to try again with make V=1?
> > > <<<
> > >
> > > Can you please do that and report back?
> > >
> > > Thanks!
> > >
> > > -Christian
> > >
> > >
> > > On 10/11/24 03:53, madmurphy wrote:
> > > > Hi folks, I hope you are doing well! People on AUR are
> > > > complaining
> > > > <https://aur.archlinux.org/packages/gnunet#comment-993046> that
> > > > the
> > > > new versions of GNUTLS (3.8.7) and GNUnet (0.22.x) don't work
> > > > well
> > > > together. And I can confirm that I have been being unable to
> > > > compile
> > > > GNUnet for about a week now. The problem appears with both
> > > > GNUnet
> > > > 0.22.0 and 0.22.1, but I currently have GNUnet 0.22.0
> > > > installed,
> > > > which
> > > > means that a few months ago everything worked well. And in turn
> > > > this
> > > > means that either the last update of libcurl-gnutls
> > > > <https://archlinux.org/packages/core/x86_64/libcurl-gnutls/>
> > > > (Sept.
> > > > 18, 2024, 11:22 a.m. UTC → 8.10.1) or the last update of gnutls
> > > > <https://archlinux.org/packages/core/x86_64/gnutls/> (Aug. 16,
> > > > 2024,
> > > > 11:25 a.m. UTC → 3.8.7) broke it.
> > > >
> > > > Is any of you dealing with the same version numbers in GNUnet's
> > > > dependencies?
> > > >
> > > > --madmurphy
> > > >
> > >
> >
> >


reply via email to

[Prev in Thread] Current Thread [Next in Thread]