gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated (1d5bd199 -> 28a63d95)


From: gnunet
Subject: [taler-merchant] branch master updated (1d5bd199 -> 28a63d95)
Date: Tue, 21 Feb 2023 11:02:47 +0100

This is an automated email from the git hooks/post-receive script.

priscilla-huang pushed a change to branch master
in repository merchant.

    from 1d5bd199 allow pos_key being NULL
     new df081629 update changes with pull
     new 28a63d95 pos_key in template is set. Test case is also good

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/backenddb/merchant-0004.sql          |   17 +
 src/outs                                 |    1 +
 src/testing/csouts                       | 6229 ++++++++++++++++++++++++++++++
 src/testing/outs                         | 3478 +++++++++++++++++
 src/testing/test_merchant_api.c          |   49 +-
 src/testing/testing_api_cmd_testserver.c |    1 -
 6 files changed, 9749 insertions(+), 26 deletions(-)
 create mode 100644 src/outs
 create mode 100644 src/testing/csouts
 create mode 100644 src/testing/outs

diff --git a/src/backenddb/merchant-0004.sql b/src/backenddb/merchant-0004.sql
index 3864f37d..696e60fc 100644
--- a/src/backenddb/merchant-0004.sql
+++ b/src/backenddb/merchant-0004.sql
@@ -106,6 +106,7 @@ COMMENT ON COLUMN merchant_pending_webhooks.body
   IS 'Body of the webhook';
 
 
+
 ALTER TABLE merchant_kyc
   ADD COLUMN aml_decision INT4 NOT NULL DEFAULT (0);
 
@@ -113,6 +114,22 @@ COMMENT ON COLUMN merchant_kyc.aml_decision
   IS 'current AML decision for our account at the exchange';
 
 
+
+ALTER TABLE merchant_orders
+  ADD COLUMN pos_key VARCHAR;
+
+COMMENT ON COLUMN merchant_orders.pos_key
+  IS 'encoded based key which is used for the verification of payment';
+
+
+
+ALTER TABLE merchant_contract_terms
+  ADD COLUMN pos_key VARCHAR;
+
+COMMENT  ON COLUMN merchant_contract_terms.pos_key
+  IS 'enconded based key which is used for the verification of payment';
+
+
 COMMIT;
 
 
diff --git a/src/outs b/src/outs
new file mode 100644
index 00000000..43f43caa
--- /dev/null
+++ b/src/outs
@@ -0,0 +1 @@
+valgrind: .libs/test_merchant_api_cs: No such file or directory
diff --git a/src/testing/csouts b/src/testing/csouts
new file mode 100644
index 00000000..28ea8232
--- /dev/null
+++ b/src/testing/csouts
@@ -0,0 +1,6229 @@
+==32556== Memcheck, a memory error detector
+==32556== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32556== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32556== Command: .libs/test_merchant_api_cs
+==32556== 
+2023-02-20T07:24:50.596527-0500 .libs/test_merchant_api_cs-32556 INFO Using 
fakebank http://localhost:8082/2/ on port 8082
+2023-02-20T07:24:50.690989-0500 .libs/test_merchant_api_cs-32556 INFO exchange 
payto: payto://x-taler-bank/localhost/2?receiver-name=2
+2023-02-20T07:24:50.692148-0500 .libs/test_merchant_api_cs-32556 INFO 
user42_payto: payto://x-taler-bank/localhost/42?receiver-name=42
+2023-02-20T07:24:50.692622-0500 .libs/test_merchant_api_cs-32556 INFO 
user43_payto: payto://x-taler-bank/localhost/43?receiver-name=43
+==32557== Memcheck, a memory error detector
+==32557== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32557== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32557== Command: /home/priscilla//bin/taler-merchant-dbinit -c 
test_merchant_api-cs.conf -r
+==32557== 
+2023-02-20T07:25:00.275084-0500 taler-merchant-dbinit-32557 WARNING Could not 
run PSQL on file /home/priscilla/share/taler//sql/merchant/drop.sql: psql exit 
code was 3
+2023-02-20T07:25:00.328872-0500 taler-merchant-dbinit-32557 WARNING Failed to 
reset the database
+==32557== 
+==32557== HEAP SUMMARY:
+==32557==     in use at exit: 5,287 bytes in 26 blocks
+==32557==   total heap usage: 4,352 allocs, 4,326 frees, 434,208 bytes 
allocated
+==32557== 
+==32557== LEAK SUMMARY:
+==32557==    definitely lost: 0 bytes in 0 blocks
+==32557==    indirectly lost: 0 bytes in 0 blocks
+==32557==      possibly lost: 0 bytes in 0 blocks
+==32557==    still reachable: 5,287 bytes in 26 blocks
+==32557==         suppressed: 0 bytes in 0 blocks
+==32557== Reachable blocks (those to which a pointer was found) are not shown.
+==32557== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32557== 
+==32557== For lists of detected and suppressed errors, rerun with: -s
+==32557== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==32621== Memcheck, a memory error detector
+==32621== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32621== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32621== Command: /home/priscilla//bin/taler-exchange-dbinit -c 
test_merchant_api-cs.conf -L WARNING -r
+==32621== 
+==32621== 
+==32621== HEAP SUMMARY:
+==32621==     in use at exit: 5,287 bytes in 26 blocks
+==32621==   total heap usage: 3,708 allocs, 3,682 frees, 449,146 bytes 
allocated
+==32621== 
+==32621== LEAK SUMMARY:
+==32621==    definitely lost: 0 bytes in 0 blocks
+==32621==    indirectly lost: 0 bytes in 0 blocks
+==32621==      possibly lost: 0 bytes in 0 blocks
+==32621==    still reachable: 5,287 bytes in 26 blocks
+==32621==         suppressed: 0 bytes in 0 blocks
+==32621== Reachable blocks (those to which a pointer was found) are not shown.
+==32621== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32621== 
+==32621== For lists of detected and suppressed errors, rerun with: -s
+==32621== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==32690== Memcheck, a memory error detector
+==32690== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32690== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32690== Command: /home/priscilla//bin/taler-auditor-dbinit -c 
test_merchant_api-cs.conf -R
+==32690== 
+==32690== 
+==32690== HEAP SUMMARY:
+==32690==     in use at exit: 5,285 bytes in 26 blocks
+==32690==   total heap usage: 3,597 allocs, 3,571 frees, 396,744 bytes 
allocated
+==32690== 
+==32690== LEAK SUMMARY:
+==32690==    definitely lost: 0 bytes in 0 blocks
+==32690==    indirectly lost: 0 bytes in 0 blocks
+==32690==      possibly lost: 0 bytes in 0 blocks
+==32690==    still reachable: 5,285 bytes in 26 blocks
+==32690==         suppressed: 0 bytes in 0 blocks
+==32690== Reachable blocks (those to which a pointer was found) are not shown.
+==32690== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32690== 
+==32690== For lists of detected and suppressed errors, rerun with: -s
+==32690== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==32727== Memcheck, a memory error detector
+==32727== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32727== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32727== Command: /home/priscilla//bin/taler-auditor-exchange -c 
test_merchant_api-cs.conf -u http://localhost:8081/ -m 
T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+==32727== 
+==32727== 
+==32727== HEAP SUMMARY:
+==32727==     in use at exit: 23,070 bytes in 678 blocks
+==32727==   total heap usage: 3,478 allocs, 2,800 frees, 378,925 bytes 
allocated
+==32727== 
+==32727== LEAK SUMMARY:
+==32727==    definitely lost: 0 bytes in 0 blocks
+==32727==    indirectly lost: 0 bytes in 0 blocks
+==32727==      possibly lost: 0 bytes in 0 blocks
+==32727==    still reachable: 23,070 bytes in 678 blocks
+==32727==         suppressed: 0 bytes in 0 blocks
+==32727== Reachable blocks (those to which a pointer was found) are not shown.
+==32727== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32727== 
+==32727== For lists of detected and suppressed errors, rerun with: -s
+==32727== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+Waiting for `taler-merchant-httpd' to be ready
+.
+==32730== Memcheck, a memory error detector
+==32730== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32730== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32730== Command: /home/priscilla//bin/taler-merchant-httpd --log=INFO -c 
test_merchant_api-cs.conf
+==32730== 
+==32731== Memcheck, a memory error detector
+==32731== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32731== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32731== Command: /bin/sh -c wget\ -q\ -t\ 1\ -T\ 1\ 
--header='Authorization:\ ApiKey\ sandbox'\ http://localhost:8080/\ -o\ 
/dev/null\ -O\ /dev/null
+==32731== 
+2023-02-20T07:26:54.767744-0500 taler-merchant-httpd-32730 INFO Starting 
taler-merchant-httpd
+==32732== Memcheck, a memory error detector
+==32732== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32732== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32732== Command: /usr/bin/wget -q -t 1 -T 1 --header=Authorization:\ ApiKey\ 
sandbox http://localhost:8080/ -o /dev/null -O /dev/null
+==32732== 
+==32732== 
+==32732== HEAP SUMMARY:
+==32732==     in use at exit: 862 bytes in 17 blocks
+==32732==   total heap usage: 1,531 allocs, 1,514 frees, 162,753 bytes 
allocated
+==32732== 
+==32732== LEAK SUMMARY:
+==32732==    definitely lost: 0 bytes in 0 blocks
+==32732==    indirectly lost: 0 bytes in 0 blocks
+==32732==      possibly lost: 0 bytes in 0 blocks
+==32732==    still reachable: 862 bytes in 17 blocks
+==32732==         suppressed: 0 bytes in 0 blocks
+==32732== Reachable blocks (those to which a pointer was found) are not shown.
+==32732== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32732== 
+==32732== For lists of detected and suppressed errors, rerun with: -s
+==32732== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==32731== 
+==32731== HEAP SUMMARY:
+==32731==     in use at exit: 1,738 bytes in 50 blocks
+==32731==   total heap usage: 54 allocs, 4 frees, 2,914 bytes allocated
+==32731== 
+==32731== LEAK SUMMARY:
+==32731==    definitely lost: 0 bytes in 0 blocks
+==32731==    indirectly lost: 0 bytes in 0 blocks
+==32731==      possibly lost: 0 bytes in 0 blocks
+==32731==    still reachable: 1,738 bytes in 50 blocks
+==32731==         suppressed: 0 bytes in 0 blocks
+==32731== Reachable blocks (those to which a pointer was found) are not shown.
+==32731== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32731== 
+==32731== For lists of detected and suppressed errors, rerun with: -s
+==32731== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+.
+==32733== Memcheck, a memory error detector
+==32733== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32733== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32733== Command: /bin/sh -c wget\ -q\ -t\ 1\ -T\ 1\ 
--header='Authorization:\ ApiKey\ sandbox'\ http://localhost:8080/\ -o\ 
/dev/null\ -O\ /dev/null
+==32733== 
+==32734== Memcheck, a memory error detector
+==32734== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32734== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32734== Command: /usr/bin/wget -q -t 1 -T 1 --header=Authorization:\ ApiKey\ 
sandbox http://localhost:8080/ -o /dev/null -O /dev/null
+==32734== 
+2023-02-20T07:26:58.666277-0500 taler-merchant-httpd-32730 INFO Exchange given 
in section `merchant-exchange-kudos' is for another currency. Skipping.
+2023-02-20T07:26:58.685097-0500 taler-merchant-httpd-32730 INFO Auditor given 
in section `merchant-auditor-kudos' is for another currency. Skipping.
+2023-02-20T07:26:58.857630-0500 taler-merchant-httpd-32730 INFO Change in PQ 
event FD to -1
+2023-02-20T07:26:58.858299-0500 taler-merchant-httpd-32730 INFO New poll FD is 
-1
+2023-02-20T07:26:59.056661-0500 taler-merchant-httpd-32730 INFO Change in PQ 
event FD to 19
+2023-02-20T07:26:59.058025-0500 taler-merchant-httpd-32730 INFO New poll FD is 
19
+2023-02-20T07:26:59.123869-0500 taler-merchant-httpd-32730 INFO Starting event 
scheduler
+2023-02-20T07:26:59.124299-0500 taler-merchant-httpd-32730 INFO New poll FD is 
19
+2023-02-20T07:26:59.124820-0500 taler-merchant-httpd-32730 INFO Activating 
poll job on 19
+2023-02-20T07:26:59.128510-0500 taler-merchant-httpd-32730 INFO Executing PQ 
command `LISTEN XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0'
+2023-02-20T07:26:59.130860-0500 taler-merchant-httpd-32730 INFO Received 
instance settings notification: reload `(null)'
+2023-02-20T07:26:59.174273-0500 taler-merchant-httpd-32730 INFO PG poll job 
active
+2023-02-20T07:26:59.176113-0500 taler-merchant-httpd-32730 INFO PG poll job 
finishes after 0 events
+2023-02-20T07:26:59.176688-0500 taler-merchant-httpd-32730 INFO Resubscribing
+2023-02-20T07:26:59.509867-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.514099-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.515921-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:26:59.565911-0500 
taler-merchant-httpd-32730(TP5S99DBGAV1WMAJJGY2SAK804) INFO Handling request 
(GET) for URL '/'
+2023-02-20T07:26:59.598408-0500 
taler-merchant-httpd-32730(TP5S99DBGAV1WMAJJGY2SAK804) INFO Finished handling 
request for `/' with MHD termination code 0
+2023-02-20T07:26:59.606743-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.606972-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.607180-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:26:59.613602-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.613765-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.613913-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:26:59.625424-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.625587-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.625740-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:26:59.629221-0500 
taler-merchant-httpd-32730(XV7ESJ5VH5KZAK3M7TS4W7RAZR) INFO Handling request 
(GET) for URL '/webui/'
+2023-02-20T07:26:59.637561-0500 
taler-merchant-httpd-32730(XV7ESJ5VH5KZAK3M7TS4W7RAZR) INFO Finished handling 
request for `/webui/' with MHD termination code 0
+2023-02-20T07:26:59.647354-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.647526-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.647676-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:26:59.691305-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.691470-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.691618-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+==32734== 
+==32734== HEAP SUMMARY:
+==32734==     in use at exit: 1,995 bytes in 34 blocks
+==32734==   total heap usage: 1,596 allocs, 1,562 frees, 179,062 bytes 
allocated
+==32734== 
+==32734== LEAK SUMMARY:
+==32734==    definitely lost: 0 bytes in 0 blocks
+==32734==    indirectly lost: 0 bytes in 0 blocks
+==32734==      possibly lost: 0 bytes in 0 blocks
+==32734==    still reachable: 1,995 bytes in 34 blocks
+==32734==         suppressed: 0 bytes in 0 blocks
+==32734== Reachable blocks (those to which a pointer was found) are not shown.
+==32734== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32734== 
+==32734== For lists of detected and suppressed errors, rerun with: -s
+==32734== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==32733== 
+==32733== HEAP SUMMARY:
+==32733==     in use at exit: 1,738 bytes in 50 blocks
+==32733==   total heap usage: 54 allocs, 4 frees, 2,914 bytes allocated
+==32733== 
+==32733== LEAK SUMMARY:
+==32733==    definitely lost: 0 bytes in 0 blocks
+==32733==    indirectly lost: 0 bytes in 0 blocks
+==32733==      possibly lost: 0 bytes in 0 blocks
+==32733==    still reachable: 1,738 bytes in 50 blocks
+==32733==         suppressed: 0 bytes in 0 blocks
+==32733== Reachable blocks (those to which a pointer was found) are not shown.
+==32733== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32733== 
+==32733== For lists of detected and suppressed errors, rerun with: -s
+==32733== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+
+2023-02-20T07:26:59.779676-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.779882-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.780054-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+==32739== Memcheck, a memory error detector
+==32739== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32739== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32739== Command: /home/priscilla/bin//taler-exchange-secmod-eddsa -c 
test_merchant_api-cs.conf -L INFO
+==32739== 
+==32740== Memcheck, a memory error detector
+==32740== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32740== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32740== Command: /home/priscilla/bin//taler-exchange-secmod-rsa -c 
test_merchant_api-cs.conf -L INFO
+==32740== 
+==32741== Memcheck, a memory error detector
+==32741== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32741== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32741== Command: /home/priscilla/bin//taler-exchange-secmod-cs -c 
test_merchant_api-cs.conf -L INFO
+==32741== 
+==32742== Memcheck, a memory error detector
+==32742== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32742== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32742== Command: /home/priscilla//bin/taler-exchange-httpd -L INFO -a -c 
test_merchant_api-cs.conf
+==32742== 
+2023-02-20T07:26:59.987312-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:26:59.987578-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:26:59.987795-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:27:00.462717-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:27:00.462979-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:27:00.463191-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+==32743== Memcheck, a memory error detector
+==32743== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32743== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32743== Command: /bin/sh -c wget\ -q\ -t\ 1\ -T\ 1\ 
http://localhost:8081/seed\ -o\ /dev/null\ -O\ /dev/null
+==32743== 
+2023-02-20T07:27:01.269603-0500 taler-exchange-secmod-eddsa-32739 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1676896021'
+2023-02-20T07:27:01.349018-0500 taler-exchange-secmod-eddsa-32739 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1684153321'
+2023-02-20T07:27:01.352299-0500 taler-exchange-secmod-eddsa-32739 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1691410621'
+2023-02-20T07:27:01.354081-0500 taler-exchange-secmod-eddsa-32739 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1698667921'
+2023-02-20T07:27:01.355793-0500 taler-exchange-secmod-eddsa-32739 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1705925221'
+2023-02-20T07:27:01.435084-0500 taler-exchange-httpd-32742 INFO Launching 
exchange with public key `HGYF3P'...
+2023-02-20T07:27:01.542878-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:27:01.543141-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:27:01.543359-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:27:01.615279-0500 taler-exchange-httpd-32742 INFO Change in PQ 
event FD to -1
+2023-02-20T07:27:01.616670-0500 taler-exchange-httpd-32742 INFO New poll FD is 
-1
+2023-02-20T07:27:01.755895-0500 taler-exchange-httpd-32742 INFO Change in PQ 
event FD to 12
+2023-02-20T07:27:01.756155-0500 taler-exchange-httpd-32742 INFO New poll FD is 
12
+2023-02-20T07:27:01.771378-0500 taler-exchange-httpd-32742 INFO Starting event 
scheduler
+2023-02-20T07:27:01.771774-0500 taler-exchange-httpd-32742 INFO New poll FD is 
12
+2023-02-20T07:27:01.772287-0500 taler-exchange-httpd-32742 INFO Activating 
poll job on 12
+2023-02-20T07:27:01.776385-0500 taler-exchange-httpd-32742 INFO Executing PQ 
command `LISTEN X6R9RKN23RNHRPK11GT4NDJZKAK8DX1V4AWCTN6RQV5MKDT818K4G'
+2023-02-20T07:27:01.779276-0500 taler-exchange-httpd-32742 INFO Executing PQ 
command `LISTEN XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60'
+2023-02-20T07:27:01.785914-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file 
`/home/priscilla/share/taler//exchange/tos//en/tos-v0.epub'
+==32765== Memcheck, a memory error detector
+==32765== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32765== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32765== Command: /usr/bin/wget -q -t 1 -T 1 http://localhost:8081/seed -o 
/dev/null -O /dev/null
+==32765== 
+2023-02-20T07:27:01.866409-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.md'
+2023-02-20T07:27:01.879444-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.pdf'
+2023-02-20T07:27:01.930712-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.xml'
+2023-02-20T07:27:01.945494-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.txt'
+2023-02-20T07:27:01.954530-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file 
`/home/priscilla/share/taler//exchange/tos//en/tos-v0.html'
+2023-02-20T07:27:01.899486-0500 taler-exchange-secmod-rsa-32740 WARNING No RSA 
denominations configured
+2023-02-20T07:27:02.077635-0500 taler-exchange-secmod-cs-32741 INFO Loading 
keys for denomination coin_eur_5
+2023-02-20T07:27:02.282824-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 8FRYPMHH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1707887017'
+2023-02-20T07:27:02.290260-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 1FQ1YVGH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1706678017'
+2023-02-20T07:27:02.294595-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 7NEATPW9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1703051017'
+2023-02-20T07:27:02.298949-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key GEERKG2F from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1677057517'
+2023-02-20T07:27:02.303538-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key SKCHYFB8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1683707017'
+2023-02-20T07:27:02.307965-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key BQH4V4FJ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1680684517'
+2023-02-20T07:27:02.312370-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 7TA14R36 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1692774517'
+2023-02-20T07:27:02.316716-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key X2H5VR7R from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1692170017'
+2023-02-20T07:27:02.321069-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6N2P456C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1680080017'
+2023-02-20T07:27:02.325413-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 9E5Y12XK from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1679475517'
+2023-02-20T07:27:02.328259-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.xml'
+2023-02-20T07:27:02.329764-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key Y9C2ENMN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1702446517'
+2023-02-20T07:27:02.334098-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key J7XGY3JB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1676453017'
+2023-02-20T07:27:02.335134-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.epub'
+2023-02-20T07:27:02.338733-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 99MVDFSB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1698215017'
+2023-02-20T07:27:02.342709-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.html'
+2023-02-20T07:27:02.343167-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 42278A6A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1685520517'
+2023-02-20T07:27:02.347571-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0873V44G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1697006017'
+2023-02-20T07:27:02.351962-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 3XT18ZQM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1695797017'
+2023-02-20T07:27:02.356290-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key NABR9NEM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1687938517'
+2023-02-20T07:27:02.360824-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 3G8YKGDZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1682498017'
+2023-02-20T07:27:02.365391-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0TNFW880 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1686729517'
+2023-02-20T07:27:02.369782-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key BMMSQP4W from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1693379017'
+2023-02-20T07:27:02.374108-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 2Z5WBE1Y from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1684916017'
+2023-02-20T07:27:02.378451-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key MFYBSS0B from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1691565517'
+2023-02-20T07:27:02.382790-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 77X4WJTF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1701842017'
+2023-02-20T07:27:02.387108-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key RJR3RN6V from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1678266517'
+2023-02-20T07:27:02.391453-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key KAHY3QBE from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1688543017'
+2023-02-20T07:27:02.395777-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QXBKNKCW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1697610517'
+2023-02-20T07:27:02.400130-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key W8REVV63 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1695192517'
+2023-02-20T07:27:02.404450-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key K31Z9EHZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1677662017'
+2023-02-20T07:27:02.408783-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key PQK9DW0J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1683102517'
+2023-02-20T07:27:02.413148-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key G9CYRY0G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1689147517'
+2023-02-20T07:27:02.417491-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key HV7NE0CE from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1690961017'
+2023-02-20T07:27:02.421826-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6V7X34X1 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1696401517'
+2023-02-20T07:27:02.426183-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key RX3HGJPP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1694588017'
+2023-02-20T07:27:02.430532-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key JEM5B57M from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1678871017'
+2023-02-20T07:27:02.434861-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 1HEBMHQB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1700028517'
+2023-02-20T07:27:02.439199-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key VDHB19ZQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1687334017'
+2023-02-20T07:27:02.443522-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key G7599G2T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1707282517'
+2023-02-20T07:27:02.447847-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key PQM7A33J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1703655517'
+2023-02-20T07:27:02.452199-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 8QFSDJD5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1701237517'
+2023-02-20T07:27:02.456557-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key GF8NWX2R from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1693983517'
+2023-02-20T07:27:02.460924-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key TPEA99F5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1681893517'
+2023-02-20T07:27:02.465257-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 67RBHN8A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1704864517'
+2023-02-20T07:27:02.469618-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key WMY0J01S from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1704260017'
+2023-02-20T07:27:02.473950-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 5FTMD5S9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1684311517'
+2023-02-20T07:27:02.478289-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 56CANKFY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1706073517'
+2023-02-20T07:27:02.482610-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6CXV715K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1689752017'
+2023-02-20T07:27:02.486958-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key C01QDVM8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1690356517'
+2023-02-20T07:27:02.491296-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0C90WJFB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1699424017'
+2023-02-20T07:27:02.495630-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key VHRZ65AV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1705469017'
+2023-02-20T07:27:02.499970-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 4CGGRE8B from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1681289017'
+2023-02-20T07:27:02.504387-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 7VDVMFPK from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1698819517'
+2023-02-20T07:27:02.508936-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key F6ZNCY50 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1686125017'
+2023-02-20T07:27:02.513343-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0QAXT1R4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1700633017'
+2023-02-20T07:27:02.517807-0500 taler-exchange-secmod-cs-32741 INFO Updating 
keys of denomination `coin_eur_5', last key 8FRYPMHH valid for another 365 days
+2023-02-20T07:27:02.520336-0500 taler-exchange-secmod-cs-32741 INFO Loading 
keys for denomination coin_eur_1
+2023-02-20T07:27:02.524881-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key E7XV72YC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1707887017'
+2023-02-20T07:27:02.529223-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key A7AETFXH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1706678017'
+2023-02-20T07:27:02.533716-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key BQ4C9GMT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1703051017'
+2023-02-20T07:27:02.538168-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key SJJ50R2X from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1677057517'
+2023-02-20T07:27:02.542526-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 83NKZQ1K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1683707017'
+2023-02-20T07:27:02.546861-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 7SAECQRC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1680684517'
+2023-02-20T07:27:02.551200-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QEX06NVS from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1692774517'
+2023-02-20T07:27:02.555543-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key C23FR09P from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1692170017'
+2023-02-20T07:27:02.559891-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key Z7ZRATSG from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1680080017'
+2023-02-20T07:27:02.564222-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ST24V7W9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1679475517'
+2023-02-20T07:27:02.568552-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key TSHSRX35 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1702446517'
+2023-02-20T07:27:02.572899-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key P4JAYQ28 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1676453017'
+2023-02-20T07:27:02.577282-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key BKGPS6D4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1698215017'
+2023-02-20T07:27:02.581634-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key MNDDK5R1 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1685520517'
+2023-02-20T07:27:02.585956-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ES56PW6T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1697006017'
+2023-02-20T07:27:02.590291-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key H9EHNAM5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1695797017'
+2023-02-20T07:27:02.594627-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key EC835AW5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1687938517'
+2023-02-20T07:27:02.599000-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key FK1NXT7G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1682498017'
+2023-02-20T07:27:02.603405-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 4YWJKR95 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1686729517'
+2023-02-20T07:27:02.607742-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key NXNYQKAQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1693379017'
+2023-02-20T07:27:02.612100-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key YXXKPS80 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1684916017'
+2023-02-20T07:27:02.616423-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 22JMT3BQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1691565517'
+2023-02-20T07:27:02.620746-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key HZ734SYP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1701842017'
+2023-02-20T07:27:02.625097-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 4F2DH4G5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1678266517'
+2023-02-20T07:27:02.629451-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key DD2VMX6J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1688543017'
+2023-02-20T07:27:02.633772-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key HXXAPD00 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1697610517'
+2023-02-20T07:27:02.638102-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QZX8W10Y from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1695192517'
+2023-02-20T07:27:02.642430-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 94CJQP7T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1677662017'
+2023-02-20T07:27:02.646783-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 1FKD64YY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1683102517'
+2023-02-20T07:27:02.651147-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key R9G5VSEZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1689147517'
+2023-02-20T07:27:02.655740-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key MDMNDHS6 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1690961017'
+2023-02-20T07:27:02.660191-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 8FDG0NWX from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1696401517'
+2023-02-20T07:27:02.664531-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key SKZ04GZV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1694588017'
+2023-02-20T07:27:02.668895-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key KAFT0J59 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1678871017'
+2023-02-20T07:27:02.673240-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key SDR7CSF8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1700028517'
+2023-02-20T07:27:02.677611-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ZQQP5796 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1687334017'
+2023-02-20T07:27:02.681929-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key H4DXVBWT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1707282517'
+2023-02-20T07:27:02.686268-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key T3MPV2KW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1703655517'
+2023-02-20T07:27:02.690592-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 4BZMQ9BH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1701237517'
+2023-02-20T07:27:02.694948-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key T6XCN05P from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1693983517'
+2023-02-20T07:27:02.699268-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 891291QA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1681893517'
+2023-02-20T07:27:02.703613-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key T26G5A0C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1704864517'
+2023-02-20T07:27:02.707953-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 2ZTVE2MT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1704260017'
+2023-02-20T07:27:02.710661-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.md'
+2023-02-20T07:27:02.712281-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key H3T838QD from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1684311517'
+2023-02-20T07:27:02.715664-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.txt'
+2023-02-20T07:27:02.716619-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key SZDKF869 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1706073517'
+2023-02-20T07:27:02.720622-0500 taler-exchange-httpd-32742 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.pdf'
+2023-02-20T07:27:02.720966-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 25G0F5KD from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1689752017'
+2023-02-20T07:27:02.725335-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ZQTAG30D from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1690356517'
+2023-02-20T07:27:02.729653-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 567Y3VYF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1699424017'
+2023-02-20T07:27:02.733991-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0A03DMFT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1705469017'
+2023-02-20T07:27:02.738314-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key K9RQ5K5P from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1681289017'
+2023-02-20T07:27:02.742662-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key JSKC0R41 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1698819517'
+2023-02-20T07:27:02.746985-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key AVXQWRE7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1686125017'
+2023-02-20T07:27:02.751322-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 9EYGPK1E from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1700633017'
+2023-02-20T07:27:02.751892-0500 taler-exchange-secmod-cs-32741 INFO Updating 
keys of denomination `coin_eur_1', last key E7XV72YC valid for another 365 days
+2023-02-20T07:27:02.752709-0500 taler-exchange-secmod-cs-32741 INFO Loading 
keys for denomination coin_eur_ct_10
+2023-02-20T07:27:02.757272-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key JFBC60FX from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1707887017'
+2023-02-20T07:27:02.761612-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 2B468NCN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1706678017'
+2023-02-20T07:27:02.765952-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key K1J4DVPR from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1703051017'
+2023-02-20T07:27:02.770283-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key Y9JFK8Q7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1677057517'
+2023-02-20T07:27:02.778096-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key GSRQJ50J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1683707017'
+2023-02-20T07:27:02.782552-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 2TNPZ8EY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1680684517'
+2023-02-20T07:27:02.786901-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key A4WBC98G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1692774517'
+2023-02-20T07:27:02.790803-0500 taler-exchange-httpd-32742 INFO PG poll job 
active
+2023-02-20T07:27:02.791243-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key V8F6PR1K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1692170017'
+2023-02-20T07:27:02.792698-0500 taler-exchange-httpd-32742 INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:02.793274-0500 taler-exchange-httpd-32742 INFO Resubscribing
+2023-02-20T07:27:02.795577-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key W9HH1N7W from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1680080017'
+2023-02-20T07:27:02.799933-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 3YRT7NAC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1679475517'
+2023-02-20T07:27:02.804274-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 8KSZ012E from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1702446517'
+2023-02-20T07:27:02.808616-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ZS21B83R from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1676453017'
+2023-02-20T07:27:02.812963-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key TYZH9WR2 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1698215017'
+2023-02-20T07:27:02.817293-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key C3WM9ZJH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1685520517'
+2023-02-20T07:27:02.821642-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6T0NPFE5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1697006017'
+2023-02-20T07:27:02.825979-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key DJWX5THB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1695797017'
+2023-02-20T07:27:02.830320-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key FBZZ696F from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1687938517'
+2023-02-20T07:27:02.834648-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key SJ9FC90C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1682498017'
+2023-02-20T07:27:02.838990-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key BW1EXZBQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1686729517'
+2023-02-20T07:27:02.843323-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key P3W1EWYM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1693379017'
+2023-02-20T07:27:02.847681-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 4K0PWB1A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1684916017'
+2023-02-20T07:27:02.852055-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key BW58WNNC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1691565517'
+2023-02-20T07:27:02.856389-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key GDN13SQP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1701842017'
+2023-02-20T07:27:02.860718-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key KE6PZTPN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1678266517'
+2023-02-20T07:27:02.865060-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ED9QBE10 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1688543017'
+2023-02-20T07:27:02.869461-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key S2X5WFFN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1697610517'
+2023-02-20T07:27:02.873778-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key TZ8EAYS5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1695192517'
+2023-02-20T07:27:02.878135-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 822EJGJB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1677662017'
+2023-02-20T07:27:02.882471-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key TECN7R7J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1683102517'
+2023-02-20T07:27:02.886801-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key GT1C1K81 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1689147517'
+2023-02-20T07:27:02.891133-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QSA1562V from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1690961017'
+2023-02-20T07:27:02.895457-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 5D50XCQK from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1696401517'
+2023-02-20T07:27:02.899812-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 5D9J81KM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1694588017'
+2023-02-20T07:27:02.904139-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key XZNHNMZB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1678871017'
+2023-02-20T07:27:02.908481-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key N5AW88W9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1700028517'
+2023-02-20T07:27:02.912838-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ACY1AXK4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1687334017'
+2023-02-20T07:27:02.917190-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 98Y7BV9G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1707282517'
+2023-02-20T07:27:02.921518-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6AXJ4NNA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1703655517'
+2023-02-20T07:27:02.925870-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6WMHZ8F0 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1701237517'
+2023-02-20T07:27:02.930221-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QCQBT54Y from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1693983517'
+2023-02-20T07:27:02.934545-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key G786QPSA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1681893517'
+2023-02-20T07:27:02.938895-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key WV34P5EM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1704864517'
+2023-02-20T07:27:02.943244-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key WH8CYXT5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1704260017'
+2023-02-20T07:27:02.947618-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QV3KKTN3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1684311517'
+2023-02-20T07:27:02.951961-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ESS4M3C9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1706073517'
+2023-02-20T07:27:02.956295-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key JXBDN4WA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1689752017'
+2023-02-20T07:27:02.960628-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key Z09WBTX3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1690356517'
+2023-02-20T07:27:02.964971-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key WDPWHXZV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1699424017'
+2023-02-20T07:27:02.969314-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key JCPVQMZ7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1705469017'
+2023-02-20T07:27:02.973652-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 9CGT4HS8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1681289017'
+2023-02-20T07:27:02.978004-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key M4RXJMYQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1698819517'
+2023-02-20T07:27:02.982341-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key DWGM5ZG3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1686125017'
+2023-02-20T07:27:02.986673-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key T77WC2VC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1700633017'
+2023-02-20T07:27:02.986979-0500 taler-exchange-secmod-cs-32741 INFO Updating 
keys of denomination `coin_eur_ct_10', last key JFBC60FX valid for another 365 
days
+2023-02-20T07:27:02.987233-0500 taler-exchange-secmod-cs-32741 INFO Loading 
keys for denomination coin_eur_ct_1
+2023-02-20T07:27:02.991749-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 57DYKTHT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1707887017'
+2023-02-20T07:27:02.996095-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key AMKH6XA7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1706678017'
+2023-02-20T07:27:03.000433-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key THHWXC1T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1703051017'
+2023-02-20T07:27:03.004753-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key B2HHD9NH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1677057517'
+2023-02-20T07:27:03.009117-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6FZ6YY3Z from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1683707017'
+2023-02-20T07:27:03.013455-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key E3YKJN1Q from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1680684517'
+2023-02-20T07:27:03.015389-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:03.017795-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key HXD2F8NV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1692774517'
+2023-02-20T07:27:03.021223-0500 
taler-exchange-httpd-32742(XEEP34VMQ5172MD8V888PB9K3C) INFO Handling request 
(GET) for URL '/seed'
+2023-02-20T07:27:03.022118-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key TK6XPZYV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1692170017'
+2023-02-20T07:27:03.026475-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key B21XQMF4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1680080017'
+2023-02-20T07:27:03.030810-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key NHCTNY39 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1679475517'
+2023-02-20T07:27:03.035149-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key BNPZEFNM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1702446517'
+2023-02-20T07:27:03.039470-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key F2EWTKD3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1676453017'
+2023-02-20T07:27:03.043817-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key KSR74W5Q from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1698215017'
+2023-02-20T07:27:03.048148-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ZFCCB4NP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1685520517'
+2023-02-20T07:27:03.052483-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 7AWENDKW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1697006017'
+2023-02-20T07:27:03.055342-0500 
taler-exchange-httpd-32742(XEEP34VMQ5172MD8V888PB9K3C) INFO Request for `/seed' 
completed (0)
+2023-02-20T07:27:03.056819-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ZBE6JJVS from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1695797017'
+2023-02-20T07:27:03.061209-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 5E8D6NWR from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1687938517'
+2023-02-20T07:27:03.065535-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key S2T4307C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1682498017'
+2023-02-20T07:27:03.069875-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6AMMV375 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1686729517'
+2023-02-20T07:27:03.074205-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key DDD28W23 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1693379017'
+2023-02-20T07:27:03.078554-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0Z5ASDD1 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1684916017'
+2023-02-20T07:27:03.082898-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 36R5CB4N from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1691565517'
+2023-02-20T07:27:03.087222-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key RR7S5ERY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1701842017'
+2023-02-20T07:27:03.091565-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key P6HYWD63 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1678266517'
+2023-02-20T07:27:03.095907-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key S6Q790SJ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1688543017'
+2023-02-20T07:27:03.100258-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 3WQFXHPZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1697610517'
+2023-02-20T07:27:03.104651-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 6QFYM0ZX from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1695192517'
+2023-02-20T07:27:03.109010-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key PEEX5AR0 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1677662017'
+2023-02-20T07:27:03.113359-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key C7330F6E from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1683102517'
+2023-02-20T07:27:03.117695-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 26JXP8RT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1689147517'
+2023-02-20T07:27:03.122032-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 350DC33S from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1690961017'
+2023-02-20T07:27:03.126366-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0YN0G3GQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1696401517'
+2023-02-20T07:27:03.130711-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QTFTJRZ5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1694588017'
+2023-02-20T07:27:03.135086-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key PEYA8W42 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1678871017'
+2023-02-20T07:27:03.139475-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key HPVNVRJ2 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1700028517'
+2023-02-20T07:27:03.143890-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 8F542D0D from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1687334017'
+2023-02-20T07:27:03.148234-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key YH7J2JFF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1707282517'
+2023-02-20T07:27:03.152570-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 77HS2480 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1703655517'
+2023-02-20T07:27:03.156910-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key VBRXFKDT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1701237517'
+2023-02-20T07:27:03.161306-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key PCXYGR1H from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1693983517'
+2023-02-20T07:27:03.165634-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key JAB85TJ6 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1681893517'
+2023-02-20T07:27:03.169988-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 42XV03V8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1704864517'
+2023-02-20T07:27:03.174322-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key S4KDZZ4K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1704260017'
+2023-02-20T07:27:03.178732-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 2AS77WWH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1684311517'
+==32765== 
+==32765== HEAP SUMMARY:
+==32765==     in use at exit: 1,864 bytes in 29 blocks
+==32765==   total heap usage: 1,552 allocs, 1,523 frees, 177,064 bytes 
allocated
+==32765== 
+==32765== LEAK SUMMARY:
+==32765==    definitely lost: 0 bytes in 0 blocks
+==32765==    indirectly lost: 0 bytes in 0 blocks
+==32765==      possibly lost: 0 bytes in 0 blocks
+==32765==    still reachable: 1,864 bytes in 29 blocks
+==32765==         suppressed: 0 bytes in 0 blocks
+==32765== Reachable blocks (those to which a pointer was found) are not shown.
+==32765== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32765== 
+==32765== For lists of detected and suppressed errors, rerun with: -s
+==32765== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:03.183147-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key P40RJ69A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1706073517'
+2023-02-20T07:27:03.187693-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key ATY8716T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1689752017'
+2023-02-20T07:27:03.192158-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 1MXZTSEZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1690356517'
+2023-02-20T07:27:03.196491-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key V0V2M23K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1699424017'
+2023-02-20T07:27:03.200833-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key M78KJAXF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1705469017'
+2023-02-20T07:27:03.205161-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key PV7NAZTW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1681289017'
+2023-02-20T07:27:03.209526-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key 0AN04DDB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1698819517'
+==32743== 
+==32743== HEAP SUMMARY:
+==32743==     in use at exit: 1,738 bytes in 50 blocks
+==32743==   total heap usage: 54 allocs, 4 frees, 2,914 bytes allocated
+==32743== 
+==32743== LEAK SUMMARY:
+==32743==    definitely lost: 0 bytes in 0 blocks
+==32743==    indirectly lost: 0 bytes in 0 blocks
+==32743==      possibly lost: 0 bytes in 0 blocks
+==32743==    still reachable: 1,738 bytes in 50 blocks
+==32743==         suppressed: 0 bytes in 0 blocks
+==32743== Reachable blocks (those to which a pointer was found) are not shown.
+==32743== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32743== 
+==32743== For lists of detected and suppressed errors, rerun with: -s
+==32743== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:03.213961-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key DSVFAHG5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1686125017'
+2023-02-20T07:27:03.218437-0500 taler-exchange-secmod-cs-32741 INFO Imported 
key QBRVZ71M from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1700633017'
+2023-02-20T07:27:03.218742-0500 taler-exchange-secmod-cs-32741 INFO Updating 
keys of denomination `coin_eur_ct_1', last key 57DYKTHT valid for another 365 
days
+2023-02-20T07:27:03.220231-0500 taler-exchange-secmod-cs-32741 INFO Updating 
keys of denomination `coin_eur_ct_1', last key 57DYKTHT valid for another 365 
days
+2023-02-20T07:27:03.429430-0500 .libs/test_merchant_api_cs-32556 INFO Starting 
main test loop
+2023-02-20T07:27:03.568613-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:03.570152-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:03.597284-0500 .libs/test_merchant_api_cs-32556 INFO Starting 
Fakebank on port 8082 (http://localhost:8082/2/)
+2023-02-20T07:27:03.624006-0500 taler-exchange-secmod-rsa-32740 INFO 
Initializing new client 0x557cd50
+2023-02-20T07:27:03.626717-0500 taler-exchange-secmod-rsa-32740 INFO Sending 
message of length 0
+2023-02-20T07:27:03.627676-0500 taler-exchange-secmod-rsa-32740 INFO Sending 
RSA SYNCED message to 0x557cd50
+2023-02-20T07:27:03.628462-0500 taler-exchange-secmod-rsa-32740 INFO Sending 
message of type 10 and length 4
+2023-02-20T07:27:03.628986-0500 taler-exchange-secmod-rsa-32740 INFO Sending 
message of length 4
+2023-02-20T07:27:03.630757-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 10 and length 4
+2023-02-20T07:27:03.631498-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Now synchronized 
with RSA helper
+Warning: "1", specified for thread pool size, is ignored. Thread pool is not 
used.
+2023-02-20T07:27:03.681204-0500 taler-exchange-secmod-cs-32741 INFO 
Initializing new client 0x55dabf0
+2023-02-20T07:27:03.683958-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 34927
+2023-02-20T07:27:03.685649-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.685827-0500 taler-exchange-secmod-cs-32741 INFO Sending CS 
SYNCED message to 0x55dabf0
+2023-02-20T07:27:03.686606-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 15 and length 4
+2023-02-20T07:27:03.687103-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 4
+2023-02-20T07:27:03.687582-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
F2EWTKD3 (coin_eur_ct_1)
+2023-02-20T07:27:03.735591-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `add-auditor-OK'
+2023-02-20T07:27:03.941099-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key F2EWTKD3 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.956489-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.956749-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
B2HHD9NH (coin_eur_ct_1)
+2023-02-20T07:27:03.960618-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key B2HHD9NH for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.961268-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.961467-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
PEEX5AR0 (coin_eur_ct_1)
+2023-02-20T07:27:03.965184-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key PEEX5AR0 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.965945-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.966140-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
P6HYWD63 (coin_eur_ct_1)
+2023-02-20T07:27:03.969750-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key P6HYWD63 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.970215-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.970409-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
PEYA8W42 (coin_eur_ct_1)
+2023-02-20T07:27:03.974064-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key PEYA8W42 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.974530-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.974723-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
NHCTNY39 (coin_eur_ct_1)
+2023-02-20T07:27:03.978369-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key NHCTNY39 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.979114-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.979308-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
B21XQMF4 (coin_eur_ct_1)
+2023-02-20T07:27:03.982984-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key B21XQMF4 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.983890-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.984090-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
E3YKJN1Q (coin_eur_ct_1)
+2023-02-20T07:27:03.987793-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key E3YKJN1Q for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.988255-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.988448-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
PV7NAZTW (coin_eur_ct_1)
+2023-02-20T07:27:03.992099-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key PV7NAZTW for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.992559-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.992753-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
JAB85TJ6 (coin_eur_ct_1)
+2023-02-20T07:27:03.996333-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key JAB85TJ6 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:03.997080-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:03.997276-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
S2T4307C (coin_eur_ct_1)
+2023-02-20T07:27:04.000904-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key S2T4307C for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.001365-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.001560-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
C7330F6E (coin_eur_ct_1)
+2023-02-20T07:27:04.005219-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key C7330F6E for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.005678-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.005873-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6FZ6YY3Z (coin_eur_ct_1)
+2023-02-20T07:27:04.009614-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6FZ6YY3Z for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.010358-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.010555-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
2AS77WWH (coin_eur_ct_1)
+2023-02-20T07:27:04.014185-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 2AS77WWH for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.014651-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.014846-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0Z5ASDD1 (coin_eur_ct_1)
+2023-02-20T07:27:04.018493-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0Z5ASDD1 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.018949-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.019144-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ZFCCB4NP (coin_eur_ct_1)
+2023-02-20T07:27:04.022800-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ZFCCB4NP for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.023255-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.023450-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
DSVFAHG5 (coin_eur_ct_1)
+2023-02-20T07:27:04.027117-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key DSVFAHG5 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.027855-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.028050-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6AMMV375 (coin_eur_ct_1)
+2023-02-20T07:27:04.031687-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6AMMV375 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.032140-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.032335-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
8F542D0D (coin_eur_ct_1)
+2023-02-20T07:27:04.035938-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 8F542D0D for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.036398-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.036595-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
5E8D6NWR (coin_eur_ct_1)
+2023-02-20T07:27:04.040220-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 5E8D6NWR for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.040966-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.041164-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
S6Q790SJ (coin_eur_ct_1)
+2023-02-20T07:27:04.044771-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key S6Q790SJ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.045229-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.045424-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
26JXP8RT (coin_eur_ct_1)
+2023-02-20T07:27:04.049074-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 26JXP8RT for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.049524-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.049719-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ATY8716T (coin_eur_ct_1)
+2023-02-20T07:27:04.053346-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ATY8716T for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.054086-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.054282-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
1MXZTSEZ (coin_eur_ct_1)
+2023-02-20T07:27:04.057912-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 1MXZTSEZ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.058361-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.058556-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
350DC33S (coin_eur_ct_1)
+2023-02-20T07:27:04.062154-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 350DC33S for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.062601-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.062795-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
36R5CB4N (coin_eur_ct_1)
+2023-02-20T07:27:04.066387-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 36R5CB4N for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.066833-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.067028-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
TK6XPZYV (coin_eur_ct_1)
+2023-02-20T07:27:04.070612-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key TK6XPZYV for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.071339-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.071535-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
HXD2F8NV (coin_eur_ct_1)
+2023-02-20T07:27:04.075152-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key HXD2F8NV for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.075596-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.075791-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
DDD28W23 (coin_eur_ct_1)
+2023-02-20T07:27:04.079378-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key DDD28W23 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.079822-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.080016-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
PCXYGR1H (coin_eur_ct_1)
+2023-02-20T07:27:04.083659-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key PCXYGR1H for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.084414-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.084612-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QTFTJRZ5 (coin_eur_ct_1)
+2023-02-20T07:27:04.088230-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QTFTJRZ5 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.088675-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.088888-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6QFYM0ZX (coin_eur_ct_1)
+2023-02-20T07:27:04.092492-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6QFYM0ZX for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.092959-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.093156-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ZBE6JJVS (coin_eur_ct_1)
+2023-02-20T07:27:04.096728-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ZBE6JJVS for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.097185-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.097380-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0YN0G3GQ (coin_eur_ct_1)
+2023-02-20T07:27:04.100988-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0YN0G3GQ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.101711-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.101906-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
7AWENDKW (coin_eur_ct_1)
+2023-02-20T07:27:04.105547-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 7AWENDKW for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.106028-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.106254-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
3WQFXHPZ (coin_eur_ct_1)
+2023-02-20T07:27:04.110174-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 3WQFXHPZ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.110613-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.110807-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
KSR74W5Q (coin_eur_ct_1)
+2023-02-20T07:27:04.114440-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key KSR74W5Q for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.115158-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.115352-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0AN04DDB (coin_eur_ct_1)
+2023-02-20T07:27:04.118987-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0AN04DDB for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.119421-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.119615-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
V0V2M23K (coin_eur_ct_1)
+2023-02-20T07:27:04.123233-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key V0V2M23K for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.123666-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.123859-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
HPVNVRJ2 (coin_eur_ct_1)
+2023-02-20T07:27:04.127473-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key HPVNVRJ2 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.128187-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.128381-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QBRVZ71M (coin_eur_ct_1)
+2023-02-20T07:27:04.132012-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QBRVZ71M for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.132442-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.132644-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
VBRXFKDT (coin_eur_ct_1)
+2023-02-20T07:27:04.136293-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key VBRXFKDT for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.136725-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.136928-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
RR7S5ERY (coin_eur_ct_1)
+2023-02-20T07:27:04.140593-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key RR7S5ERY for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.141042-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.141238-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
BNPZEFNM (coin_eur_ct_1)
+2023-02-20T07:27:04.144830-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key BNPZEFNM for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.145540-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.145734-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
THHWXC1T (coin_eur_ct_1)
+2023-02-20T07:27:04.149396-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key THHWXC1T for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.149825-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.150018-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
77HS2480 (coin_eur_ct_1)
+2023-02-20T07:27:04.153617-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 77HS2480 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.154042-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.154235-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
S4KDZZ4K (coin_eur_ct_1)
+2023-02-20T07:27:04.157911-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key S4KDZZ4K for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.158618-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.158812-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
42XV03V8 (coin_eur_ct_1)
+2023-02-20T07:27:04.162489-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 42XV03V8 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.162914-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.163107-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
M78KJAXF (coin_eur_ct_1)
+2023-02-20T07:27:04.166777-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key M78KJAXF for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.167201-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.167394-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
P40RJ69A (coin_eur_ct_1)
+2023-02-20T07:27:04.171032-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key P40RJ69A for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.171459-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.171662-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
AMKH6XA7 (coin_eur_ct_1)
+2023-02-20T07:27:04.175292-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key AMKH6XA7 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.175998-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.176193-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
YH7J2JFF (coin_eur_ct_1)
+2023-02-20T07:27:04.179772-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key YH7J2JFF for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.180195-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 166
+2023-02-20T07:27:04.180388-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
57DYKTHT (coin_eur_ct_1)
+2023-02-20T07:27:04.184067-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 57DYKTHT for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T07:27:04.184488-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.184682-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ZS21B83R (coin_eur_ct_10)
+2023-02-20T07:27:04.188331-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ZS21B83R for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.189214-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.189409-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
Y9JFK8Q7 (coin_eur_ct_10)
+2023-02-20T07:27:04.193029-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key Y9JFK8Q7 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.193583-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.193776-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
822EJGJB (coin_eur_ct_10)
+2023-02-20T07:27:04.197432-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 822EJGJB for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.197983-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.198176-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
KE6PZTPN (coin_eur_ct_10)
+2023-02-20T07:27:04.201843-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key KE6PZTPN for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.206052-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.206318-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
XZNHNMZB (coin_eur_ct_10)
+2023-02-20T07:27:04.210000-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key XZNHNMZB for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.210575-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.210769-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
3YRT7NAC (coin_eur_ct_10)
+2023-02-20T07:27:04.214449-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 3YRT7NAC for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.214995-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.215188-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
W9HH1N7W (coin_eur_ct_10)
+2023-02-20T07:27:04.218810-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key W9HH1N7W for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.219354-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.219546-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
2TNPZ8EY (coin_eur_ct_10)
+2023-02-20T07:27:04.223219-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 2TNPZ8EY for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.224057-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.224252-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
9CGT4HS8 (coin_eur_ct_10)
+2023-02-20T07:27:04.227823-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 9CGT4HS8 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.228363-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.228558-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
G786QPSA (coin_eur_ct_10)
+2023-02-20T07:27:04.232109-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key G786QPSA for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.232647-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.232861-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
SJ9FC90C (coin_eur_ct_10)
+2023-02-20T07:27:04.236485-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key SJ9FC90C for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.237309-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.237504-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
TECN7R7J (coin_eur_ct_10)
+2023-02-20T07:27:04.241134-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key TECN7R7J for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.241669-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.241862-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
GSRQJ50J (coin_eur_ct_10)
+2023-02-20T07:27:04.245498-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key GSRQJ50J for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.246039-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.246232-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QV3KKTN3 (coin_eur_ct_10)
+2023-02-20T07:27:04.249933-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QV3KKTN3 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.250465-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.250658-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
4K0PWB1A (coin_eur_ct_10)
+2023-02-20T07:27:04.254299-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 4K0PWB1A for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.255109-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.255304-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
C3WM9ZJH (coin_eur_ct_10)
+2023-02-20T07:27:04.259036-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key C3WM9ZJH for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.259565-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.259758-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
DWGM5ZG3 (coin_eur_ct_10)
+2023-02-20T07:27:04.263356-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key DWGM5ZG3 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.263882-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.264075-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
BW1EXZBQ (coin_eur_ct_10)
+2023-02-20T07:27:04.267687-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key BW1EXZBQ for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.268492-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.268697-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ACY1AXK4 (coin_eur_ct_10)
+2023-02-20T07:27:04.272333-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ACY1AXK4 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.272861-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.273056-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
FBZZ696F (coin_eur_ct_10)
+2023-02-20T07:27:04.276621-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key FBZZ696F for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.277146-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.277341-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ED9QBE10 (coin_eur_ct_10)
+2023-02-20T07:27:04.280951-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ED9QBE10 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.281485-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.281680-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
GT1C1K81 (coin_eur_ct_10)
+2023-02-20T07:27:04.285645-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key GT1C1K81 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.286454-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.286648-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
JXBDN4WA (coin_eur_ct_10)
+2023-02-20T07:27:04.290291-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key JXBDN4WA for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.290809-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.291003-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
Z09WBTX3 (coin_eur_ct_10)
+2023-02-20T07:27:04.294558-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key Z09WBTX3 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.295081-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.295267-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QSA1562V (coin_eur_ct_10)
+2023-02-20T07:27:04.298768-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QSA1562V for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.299529-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.299715-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
BW58WNNC (coin_eur_ct_10)
+2023-02-20T07:27:04.303177-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key BW58WNNC for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.303664-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.303850-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
V8F6PR1K (coin_eur_ct_10)
+2023-02-20T07:27:04.307298-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key V8F6PR1K for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.307783-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.307968-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
A4WBC98G (coin_eur_ct_10)
+2023-02-20T07:27:04.311444-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key A4WBC98G for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.312219-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.312411-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
P3W1EWYM (coin_eur_ct_10)
+2023-02-20T07:27:04.315902-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key P3W1EWYM for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.316384-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.316569-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QCQBT54Y (coin_eur_ct_10)
+2023-02-20T07:27:04.320041-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QCQBT54Y for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.320521-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.320706-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
5D9J81KM (coin_eur_ct_10)
+2023-02-20T07:27:04.324183-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 5D9J81KM for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.324660-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.324857-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
TZ8EAYS5 (coin_eur_ct_10)
+2023-02-20T07:27:04.328323-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key TZ8EAYS5 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.329074-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.329261-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
DJWX5THB (coin_eur_ct_10)
+2023-02-20T07:27:04.332711-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key DJWX5THB for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.333193-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.333378-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
5D50XCQK (coin_eur_ct_10)
+2023-02-20T07:27:04.336863-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 5D50XCQK for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.337336-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.337520-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6T0NPFE5 (coin_eur_ct_10)
+2023-02-20T07:27:04.341015-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6T0NPFE5 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.341755-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.341941-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
S2X5WFFN (coin_eur_ct_10)
+2023-02-20T07:27:04.345447-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key S2X5WFFN for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.345923-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.346108-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
TYZH9WR2 (coin_eur_ct_10)
+2023-02-20T07:27:04.349620-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key TYZH9WR2 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.350089-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.350274-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
M4RXJMYQ (coin_eur_ct_10)
+2023-02-20T07:27:04.353790-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key M4RXJMYQ for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.354257-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.354441-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
WDPWHXZV (coin_eur_ct_10)
+2023-02-20T07:27:04.357877-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key WDPWHXZV for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.358611-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.358797-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
N5AW88W9 (coin_eur_ct_10)
+2023-02-20T07:27:04.362222-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key N5AW88W9 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.362684-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.362869-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
T77WC2VC (coin_eur_ct_10)
+2023-02-20T07:27:04.366354-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key T77WC2VC for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.366814-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.366999-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6WMHZ8F0 (coin_eur_ct_10)
+2023-02-20T07:27:04.370465-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6WMHZ8F0 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.371192-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.371378-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
GDN13SQP (coin_eur_ct_10)
+2023-02-20T07:27:04.374889-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key GDN13SQP for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.375354-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.375538-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
8KSZ012E (coin_eur_ct_10)
+2023-02-20T07:27:04.379073-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 8KSZ012E for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.379528-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.379713-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
K1J4DVPR (coin_eur_ct_10)
+2023-02-20T07:27:04.383257-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key K1J4DVPR for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.383978-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.384164-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6AXJ4NNA (coin_eur_ct_10)
+2023-02-20T07:27:04.387612-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6AXJ4NNA for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.388064-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.388249-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
WH8CYXT5 (coin_eur_ct_10)
+2023-02-20T07:27:04.391760-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key WH8CYXT5 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.392210-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.392395-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
WV34P5EM (coin_eur_ct_10)
+2023-02-20T07:27:04.395895-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key WV34P5EM for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.396368-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.396553-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
JCPVQMZ7 (coin_eur_ct_10)
+2023-02-20T07:27:04.399984-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key JCPVQMZ7 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.400700-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.400902-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ESS4M3C9 (coin_eur_ct_10)
+2023-02-20T07:27:04.404366-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ESS4M3C9 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.404817-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.405011-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
2B468NCN (coin_eur_ct_10)
+2023-02-20T07:27:04.408457-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 2B468NCN for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.408906-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.409093-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
98Y7BV9G (coin_eur_ct_10)
+2023-02-20T07:27:04.412521-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 98Y7BV9G for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.413243-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 167
+2023-02-20T07:27:04.413430-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
JFBC60FX (coin_eur_ct_10)
+2023-02-20T07:27:04.416881-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key JFBC60FX for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T07:27:04.417326-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.417511-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
P4JAYQ28 (coin_eur_1)
+2023-02-20T07:27:04.420985-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key P4JAYQ28 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.421421-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.421606-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
SJJ50R2X (coin_eur_1)
+2023-02-20T07:27:04.425050-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key SJJ50R2X for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.425492-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.425676-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
94CJQP7T (coin_eur_1)
+2023-02-20T07:27:04.429200-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 94CJQP7T for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.429901-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.430086-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
4F2DH4G5 (coin_eur_1)
+2023-02-20T07:27:04.433569-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 4F2DH4G5 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.434000-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.434185-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
KAFT0J59 (coin_eur_1)
+2023-02-20T07:27:04.437678-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key KAFT0J59 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.438107-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.438304-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ST24V7W9 (coin_eur_1)
+2023-02-20T07:27:04.441765-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ST24V7W9 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.442459-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.442651-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
Z7ZRATSG (coin_eur_1)
+2023-02-20T07:27:04.446134-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key Z7ZRATSG for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.446568-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.446752-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
7SAECQRC (coin_eur_1)
+2023-02-20T07:27:04.450269-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 7SAECQRC for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.450699-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.450884-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
K9RQ5K5P (coin_eur_1)
+2023-02-20T07:27:04.454519-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key K9RQ5K5P for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.455209-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.455395-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
891291QA (coin_eur_1)
+2023-02-20T07:27:04.458830-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 891291QA for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.459250-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.459448-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
FK1NXT7G (coin_eur_1)
+2023-02-20T07:27:04.462917-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key FK1NXT7G for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.463335-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.463520-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
1FKD64YY (coin_eur_1)
+2023-02-20T07:27:04.467024-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 1FKD64YY for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.467450-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.467634-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
83NKZQ1K (coin_eur_1)
+2023-02-20T07:27:04.471094-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 83NKZQ1K for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.471777-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.471963-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
H3T838QD (coin_eur_1)
+2023-02-20T07:27:04.475392-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key H3T838QD for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.475806-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.475995-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
YXXKPS80 (coin_eur_1)
+2023-02-20T07:27:04.479446-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key YXXKPS80 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.479857-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.480042-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
MNDDK5R1 (coin_eur_1)
+2023-02-20T07:27:04.483550-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key MNDDK5R1 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.484230-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.484415-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
AVXQWRE7 (coin_eur_1)
+2023-02-20T07:27:04.487950-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key AVXQWRE7 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.488372-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.488572-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
4YWJKR95 (coin_eur_1)
+2023-02-20T07:27:04.492085-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 4YWJKR95 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.492522-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.492713-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ZQQP5796 (coin_eur_1)
+2023-02-20T07:27:04.496233-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ZQQP5796 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.496637-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.496833-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
EC835AW5 (coin_eur_1)
+2023-02-20T07:27:04.500276-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key EC835AW5 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.500971-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.501158-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
DD2VMX6J (coin_eur_1)
+2023-02-20T07:27:04.504599-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key DD2VMX6J for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.505012-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.505199-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
R9G5VSEZ (coin_eur_1)
+2023-02-20T07:27:04.508633-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key R9G5VSEZ for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.509062-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.509258-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
25G0F5KD (coin_eur_1)
+2023-02-20T07:27:04.520260-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 25G0F5KD for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.520965-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.521153-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ZQTAG30D (coin_eur_1)
+2023-02-20T07:27:04.524577-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ZQTAG30D for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.524985-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.525171-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
MDMNDHS6 (coin_eur_1)
+2023-02-20T07:27:04.528627-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key MDMNDHS6 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.529026-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.529213-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
22JMT3BQ (coin_eur_1)
+2023-02-20T07:27:04.532688-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 22JMT3BQ for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.533376-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.533562-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
C23FR09P (coin_eur_1)
+2023-02-20T07:27:04.537202-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key C23FR09P for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.537600-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.537785-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QEX06NVS (coin_eur_1)
+2023-02-20T07:27:04.541274-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QEX06NVS for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.541665-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.541850-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
NXNYQKAQ (coin_eur_1)
+2023-02-20T07:27:04.545328-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key NXNYQKAQ for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.545717-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.545902-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
T6XCN05P (coin_eur_1)
+2023-02-20T07:27:04.549432-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key T6XCN05P for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.550094-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.550280-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
SKZ04GZV (coin_eur_1)
+2023-02-20T07:27:04.553776-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key SKZ04GZV for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.554162-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.554352-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QZX8W10Y (coin_eur_1)
+2023-02-20T07:27:04.557808-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QZX8W10Y for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.558192-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.558377-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
H9EHNAM5 (coin_eur_1)
+2023-02-20T07:27:04.561905-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key H9EHNAM5 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.562563-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.562749-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
8FDG0NWX (coin_eur_1)
+2023-02-20T07:27:04.566266-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 8FDG0NWX for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.566652-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.566837-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
ES56PW6T (coin_eur_1)
+2023-02-20T07:27:04.570305-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key ES56PW6T for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.570684-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.570869-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
HXXAPD00 (coin_eur_1)
+2023-02-20T07:27:04.574364-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key HXXAPD00 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.574752-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.574937-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
BKGPS6D4 (coin_eur_1)
+2023-02-20T07:27:04.578431-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key BKGPS6D4 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.579079-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.579264-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
JSKC0R41 (coin_eur_1)
+2023-02-20T07:27:04.582815-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key JSKC0R41 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.583187-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.583373-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
567Y3VYF (coin_eur_1)
+2023-02-20T07:27:04.586853-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 567Y3VYF for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.587230-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.587415-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
SDR7CSF8 (coin_eur_1)
+2023-02-20T07:27:04.590850-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key SDR7CSF8 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.591494-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.591679-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
9EYGPK1E (coin_eur_1)
+2023-02-20T07:27:04.595178-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 9EYGPK1E for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.595546-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.595731-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
4BZMQ9BH (coin_eur_1)
+2023-02-20T07:27:04.599222-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 4BZMQ9BH for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.599613-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.599808-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
HZ734SYP (coin_eur_1)
+2023-02-20T07:27:04.603304-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key HZ734SYP for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.603926-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.604124-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
TSHSRX35 (coin_eur_1)
+2023-02-20T07:27:04.607600-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key TSHSRX35 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.608242-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.608450-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
BQ4C9GMT (coin_eur_1)
+2023-02-20T07:27:04.612132-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key BQ4C9GMT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.612524-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.612717-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
T3MPV2KW (coin_eur_1)
+2023-02-20T07:27:04.616336-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key T3MPV2KW for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.616717-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.616921-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
2ZTVE2MT (coin_eur_1)
+2023-02-20T07:27:04.620407-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 2ZTVE2MT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.621062-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.621250-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
T26G5A0C (coin_eur_1)
+2023-02-20T07:27:04.624741-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key T26G5A0C for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.625124-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.625310-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0A03DMFT (coin_eur_1)
+2023-02-20T07:27:04.628818-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0A03DMFT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.629188-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.629374-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
SZDKF869 (coin_eur_1)
+2023-02-20T07:27:04.632842-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key SZDKF869 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.633471-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.633657-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
A7AETFXH (coin_eur_1)
+2023-02-20T07:27:04.637163-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key A7AETFXH for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.637514-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.637699-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
H4DXVBWT (coin_eur_1)
+2023-02-20T07:27:04.641200-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key H4DXVBWT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.641554-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.641739-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
E7XV72YC (coin_eur_1)
+2023-02-20T07:27:04.645216-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key E7XV72YC for denomination type coin_eur_1 with validity 7 days
+2023-02-20T07:27:04.645564-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.645749-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
J7XGY3JB (coin_eur_5)
+2023-02-20T07:27:04.649213-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key J7XGY3JB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.649826-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.650019-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
GEERKG2F (coin_eur_5)
+2023-02-20T07:27:04.653536-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key GEERKG2F for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.653883-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.654068-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
K31Z9EHZ (coin_eur_5)
+2023-02-20T07:27:04.657559-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key K31Z9EHZ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.657900-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.658090-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
RJR3RN6V (coin_eur_5)
+2023-02-20T07:27:04.661522-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key RJR3RN6V for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.662129-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.662315-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
JEM5B57M (coin_eur_5)
+2023-02-20T07:27:04.665729-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key JEM5B57M for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.666071-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.666256-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
9E5Y12XK (coin_eur_5)
+2023-02-20T07:27:04.669700-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 9E5Y12XK for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.670041-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.670225-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6N2P456C (coin_eur_5)
+2023-02-20T07:27:04.673728-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6N2P456C for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.674062-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.674246-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
BQH4V4FJ (coin_eur_5)
+2023-02-20T07:27:04.677741-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key BQH4V4FJ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.678363-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.678549-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
4CGGRE8B (coin_eur_5)
+2023-02-20T07:27:04.682022-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 4CGGRE8B for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.682358-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.682542-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
TPEA99F5 (coin_eur_5)
+2023-02-20T07:27:04.686033-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key TPEA99F5 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.686362-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.686548-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
3G8YKGDZ (coin_eur_5)
+2023-02-20T07:27:04.690069-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 3G8YKGDZ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.690670-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.690856-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
PQK9DW0J (coin_eur_5)
+2023-02-20T07:27:04.694355-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key PQK9DW0J for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.694718-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.694903-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
SKCHYFB8 (coin_eur_5)
+2023-02-20T07:27:04.698429-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key SKCHYFB8 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.698753-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.698938-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
5FTMD5S9 (coin_eur_5)
+2023-02-20T07:27:04.702417-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 5FTMD5S9 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.703013-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.703198-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
2Z5WBE1Y (coin_eur_5)
+2023-02-20T07:27:04.706683-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 2Z5WBE1Y for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.707008-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.707193-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
42278A6A (coin_eur_5)
+2023-02-20T07:27:04.710725-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 42278A6A for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.711044-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.711229-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
F6ZNCY50 (coin_eur_5)
+2023-02-20T07:27:04.714692-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key F6ZNCY50 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.715013-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.715198-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0TNFW880 (coin_eur_5)
+2023-02-20T07:27:04.718749-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0TNFW880 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.719338-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.719524-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
VDHB19ZQ (coin_eur_5)
+2023-02-20T07:27:04.722969-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key VDHB19ZQ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.723283-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.723467-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
NABR9NEM (coin_eur_5)
+2023-02-20T07:27:04.726911-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key NABR9NEM for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.727235-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.727420-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
KAHY3QBE (coin_eur_5)
+2023-02-20T07:27:04.730904-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key KAHY3QBE for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.731488-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.731674-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
G9CYRY0G (coin_eur_5)
+2023-02-20T07:27:04.735138-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key G9CYRY0G for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.735446-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.735631-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6CXV715K (coin_eur_5)
+2023-02-20T07:27:04.739079-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6CXV715K for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.739391-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.739575-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
C01QDVM8 (coin_eur_5)
+2023-02-20T07:27:04.743107-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key C01QDVM8 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.743417-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.743602-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
HV7NE0CE (coin_eur_5)
+2023-02-20T07:27:04.747060-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key HV7NE0CE for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.747632-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.747817-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
MFYBSS0B (coin_eur_5)
+2023-02-20T07:27:04.751291-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key MFYBSS0B for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.751593-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.751777-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
X2H5VR7R (coin_eur_5)
+2023-02-20T07:27:04.755251-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key X2H5VR7R for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.755559-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.755743-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
7TA14R36 (coin_eur_5)
+2023-02-20T07:27:04.759203-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 7TA14R36 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.759783-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.759974-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
BMMSQP4W (coin_eur_5)
+2023-02-20T07:27:04.763460-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key BMMSQP4W for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.763765-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.763957-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
GF8NWX2R (coin_eur_5)
+2023-02-20T07:27:04.767386-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key GF8NWX2R for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.767686-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.767871-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
RX3HGJPP (coin_eur_5)
+2023-02-20T07:27:04.771362-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key RX3HGJPP for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.771929-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.772114-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
W8REVV63 (coin_eur_5)
+2023-02-20T07:27:04.775588-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key W8REVV63 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.775880-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.776064-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
3XT18ZQM (coin_eur_5)
+2023-02-20T07:27:04.779573-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 3XT18ZQM for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.779867-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.780051-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
6V7X34X1 (coin_eur_5)
+2023-02-20T07:27:04.783526-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 6V7X34X1 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.783820-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.784005-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0873V44G (coin_eur_5)
+2023-02-20T07:27:04.787487-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0873V44G for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.788050-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.788235-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
QXBKNKCW (coin_eur_5)
+2023-02-20T07:27:04.791735-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key QXBKNKCW for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.792046-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.792231-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
99MVDFSB (coin_eur_5)
+2023-02-20T07:27:04.795742-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 99MVDFSB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.796030-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.796215-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
7VDVMFPK (coin_eur_5)
+2023-02-20T07:27:04.799653-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 7VDVMFPK for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.800203-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.800398-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0C90WJFB (coin_eur_5)
+2023-02-20T07:27:04.803887-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0C90WJFB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.804172-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.804356-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
1HEBMHQB (coin_eur_5)
+2023-02-20T07:27:04.807810-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 1HEBMHQB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.808096-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.808280-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
0QAXT1R4 (coin_eur_5)
+2023-02-20T07:27:04.811780-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 0QAXT1R4 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.812065-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.812250-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
8QFSDJD5 (coin_eur_5)
+2023-02-20T07:27:04.815749-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 8QFSDJD5 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.816297-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.816482-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
77X4WJTF (coin_eur_5)
+2023-02-20T07:27:04.819949-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 77X4WJTF for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.820227-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.820412-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
Y9C2ENMN (coin_eur_5)
+2023-02-20T07:27:04.823864-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key Y9C2ENMN for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.824135-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.824320-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
7NEATPW9 (coin_eur_5)
+2023-02-20T07:27:04.827844-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 7NEATPW9 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.828387-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.828572-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
PQM7A33J (coin_eur_5)
+2023-02-20T07:27:04.832055-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key PQM7A33J for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.832329-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.832513-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
WMY0J01S (coin_eur_5)
+2023-02-20T07:27:04.835982-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key WMY0J01S for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.836248-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.836439-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
67RBHN8A (coin_eur_5)
+2023-02-20T07:27:04.839884-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 67RBHN8A for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.840421-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.840606-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
VHRZ65AV (coin_eur_5)
+2023-02-20T07:27:04.844078-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key VHRZ65AV for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.844346-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.844531-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
56CANKFY (coin_eur_5)
+2023-02-20T07:27:04.847997-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 56CANKFY for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.848259-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.848443-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
1FQ1YVGH (coin_eur_5)
+2023-02-20T07:27:04.851902-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 1FQ1YVGH for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.852162-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.852346-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
G7599G2T (coin_eur_5)
+2023-02-20T07:27:04.855809-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key G7599G2T for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.856340-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 2 and length 163
+2023-02-20T07:27:04.856526-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received CS key 
8FRYPMHH (coin_eur_5)
+2023-02-20T07:27:04.860014-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO CS helper announces 
key 8FRYPMHH for denomination type coin_eur_5 with validity 7 days
+2023-02-20T07:27:04.860505-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Received message of 
type 15 and length 4
+2023-02-20T07:27:04.861094-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Now synchronized 
with CS helper
+2023-02-20T07:27:04.970199-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 12 and length 152
+2023-02-20T07:27:04.973283-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 152
+2023-02-20T07:27:04.977980-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 12 and length 152
+2023-02-20T07:27:04.978187-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 152
+2023-02-20T07:27:04.980996-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 12 and length 152
+2023-02-20T07:27:04.981146-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 152
+2023-02-20T07:27:04.982045-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO EdDSA helper 
announces signing key 9S9PDH80 with validity 84 days
+2023-02-20T07:27:04.983941-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 12 and length 152
+2023-02-20T07:27:04.984091-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 152
+2023-02-20T07:27:04.986893-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 12 and length 152
+2023-02-20T07:27:04.987041-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 152
+2023-02-20T07:27:04.988876-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO EdDSA helper 
announces signing key FQCGWBGZ with validity 84 days
+2023-02-20T07:27:04.988968-0500 taler-exchange-secmod-eddsa-32739 INFO Client 
0x55042f0 synced
+2023-02-20T07:27:04.989295-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 19 and length 4
+2023-02-20T07:27:04.989442-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 4
+2023-02-20T07:27:04.992613-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO EdDSA helper 
announces signing key PPQJK3CC with validity 84 days
+2023-02-20T07:27:04.996118-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO EdDSA helper 
announces signing key SANRVEEW with validity 84 days
+2023-02-20T07:27:04.999736-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO EdDSA helper 
announces signing key 05GZTS2Y with validity 84 days
+2023-02-20T07:27:05.000285-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Now synchronized 
with EdDSA helper
+2023-02-20T07:27:05.025381-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Loading global fees 
from DB: 0
+2023-02-20T07:27:05.110683-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) WARNING No denomination 
keys available. Refusing to generate /keys response.
+2023-02-20T07:27:05.114564-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Suspending /keys 
request until key material changes
+2023-02-20T07:27:05.120334-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:05.123592-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO Handling request 
(POST) for URL '/management/auditors'
+2023-02-20T07:27:05.127745-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO Handling request 
(POST) for URL '/management/auditors'
+2023-02-20T07:27:05.130458-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO Handling request 
(POST) for URL '/management/auditors'
+2023-02-20T07:27:05.215433-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO Starting 
transaction `add auditor'
+2023-02-20T07:27:05.228306-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO Executing command 
`NOTIFY XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60, '''
+2023-02-20T07:27:05.229311-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO PG poll job active
+2023-02-20T07:27:05.229572-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:05.263554-0500 
taler-exchange-httpd-32742(3NTRYB3P7XN50DHRZ9NYE4TEMR) INFO Request for 
`/management/auditors' completed (0)
+2023-02-20T07:27:05.266608-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:05.267567-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:05.268901-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Loading global fees 
from DB: 0
+2023-02-20T07:27:05.343247-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `add-wire-account'
+2023-02-20T07:27:05.421197-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) WARNING No denomination 
keys available. Refusing to generate /keys response.
+2023-02-20T07:27:05.425173-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Suspending /keys 
request until key material changes
+2023-02-20T07:27:05.425834-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:05.427964-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Suspending /keys 
request until key material changes
+2023-02-20T07:27:05.428889-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:05.430032-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Handling request 
(POST) for URL '/management/wire'
+2023-02-20T07:27:05.430240-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Handling request 
(POST) for URL '/management/wire'
+2023-02-20T07:27:05.430423-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Handling request 
(POST) for URL '/management/wire'
+2023-02-20T07:27:05.449015-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Starting 
transaction `add wire'
+2023-02-20T07:27:05.463746-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Executing command 
`NOTIFY XAA6QKJBC4S2DFWADVSRJBSD0683ZVFMHRRXZEXRP9773Q0X17750, '''
+2023-02-20T07:27:05.464274-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO PG poll job active
+2023-02-20T07:27:05.468468-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Received 
notification xre2709k6tydbvard9y5sczy7vhe4d5dkf0r8dhq4x5t13e8x2x60 with extra 
data `'
+2023-02-20T07:27:05.471226-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Received /wire 
update event
+2023-02-20T07:27:05.472757-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Received /keys 
update event
+2023-02-20T07:27:05.474737-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:05.475925-0500 
taler-exchange-httpd-32742(KACXQ5K914K1W4MYH15J05VDER) INFO Request for 
`/management/wire' completed (0)
+2023-02-20T07:27:05.476750-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:05.477571-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Loading global fees 
from DB: 0
+2023-02-20T07:27:05.478372-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `offline-sign-future-keys'
+==32785== Memcheck, a memory error detector
+==32785== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32785== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32785== Command: /home/priscilla//bin/taler-exchange-offline -c 
test_merchant_api-cs.conf -L INFO download sign upload
+==32785== 
+2023-02-20T07:27:05.529922-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) WARNING No denomination 
keys available. Refusing to generate /keys response.
+2023-02-20T07:27:05.530844-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Suspending /keys 
request until key material changes
+2023-02-20T07:27:05.531145-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:05.531815-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Suspending /keys 
request until key material changes
+2023-02-20T07:27:07.213887-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:07.215132-0500 
taler-exchange-httpd-32742(SC8JT4M48W06NCCR1SDDQ6EX08) INFO Handling request 
(GET) for URL '/management/keys'
+2023-02-20T07:27:07.384009-0500 
taler-exchange-httpd-32742(SC8JT4M48W06NCCR1SDDQ6EX08) INFO Returning GET 
/management/keys response:
+2023-02-20T07:27:07.528843-0500 
taler-exchange-httpd-32742(SC8JT4M48W06NCCR1SDDQ6EX08) INFO Request for 
`/management/keys' completed (0)
+2023-02-20T07:27:09.103435-0500 taler-exchange-offline-32785 INFO Using master 
public key HGYF3P1M
+2023-02-20T07:27:09.948154-0500 .libs/test_merchant_api_cs-32556 INFO Received 
keys from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 
31 19:00:00 1969.
+2023-02-20T07:27:09.950695-0500 .libs/test_merchant_api_cs-32556 WARNING 
Exchange failed to give expiration time, assuming in 1 h
+2023-02-20T07:27:09.952326-0500 .libs/test_merchant_api_cs-32556 WARNING 
Failed to receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:27:09.960661-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:09.961677-0500 
taler-exchange-httpd-32742(2VAS51WC9AXX8281G5CH0YXHPM) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:09.962293-0500 
taler-exchange-httpd-32742(2VAS51WC9AXX8281G5CH0YXHPM) INFO Suspending /keys 
request until key material changes
+2023-02-20T07:27:10.861012-0500 taler-exchange-offline-32785 INFO Uploading 
212 denomination and 5 signing key signatures
+2023-02-20T07:27:11.030078-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:11.031399-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T07:27:11.031639-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T07:27:11.034025-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T07:27:11.034837-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T07:27:11.115351-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Received 
/management/keys
+2023-02-20T07:27:11.127653-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Received 212 
denomination and 5 signing key signatures
+2023-02-20T07:27:11.128191-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Starting 
transaction `add keys'
+2023-02-20T07:27:11.148749-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `026B92PV'
+2023-02-20T07:27:11.155147-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `1BJ4CBH5'
+2023-02-20T07:27:11.160679-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `1ETATBA2'
+2023-02-20T07:27:11.166257-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `3TT3RH2Y'
+2023-02-20T07:27:11.171744-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4DTBVMHD'
+2023-02-20T07:27:11.176960-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4K829CTS'
+2023-02-20T07:27:11.182069-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `6BJ2PV81'
+2023-02-20T07:27:11.187239-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `6QMEPPJK'
+2023-02-20T07:27:11.192367-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7TWFDPAB'
+2023-02-20T07:27:11.197274-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `8ET1NSMN'
+2023-02-20T07:27:11.202141-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `90E5BD8W'
+2023-02-20T07:27:11.207084-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `93R83JDB'
+2023-02-20T07:27:11.211689-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `APP39Z1E'
+2023-02-20T07:27:11.216261-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `AWY8F3T9'
+2023-02-20T07:27:11.220890-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `B1T3E6BR'
+2023-02-20T07:27:11.225489-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `BM62SG9M'
+2023-02-20T07:27:11.230096-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `CPECSN4B'
+2023-02-20T07:27:11.234655-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `ENT3PXCE'
+2023-02-20T07:27:11.239254-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `F1C9TVNE'
+2023-02-20T07:27:11.243846-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `GX4CA402'
+2023-02-20T07:27:11.248394-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `H3RDX61N'
+2023-02-20T07:27:11.252948-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `H0T7W7KQ'
+2023-02-20T07:27:11.257510-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HB646EGW'
+2023-02-20T07:27:11.262080-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HDECQYS1'
+2023-02-20T07:27:11.266847-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `J4R43592'
+2023-02-20T07:27:11.271402-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `KAW2GRC5'
+2023-02-20T07:27:11.276050-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `M0Y5KEGN'
+2023-02-20T07:27:11.280668-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `P3P03102'
+2023-02-20T07:27:11.285321-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `PPGEWRET'
+2023-02-20T07:27:11.289856-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `PR82HC84'
+2023-02-20T07:27:11.294510-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `QT06T04Q'
+2023-02-20T07:27:11.299272-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `SDG9S3VK'
+2023-02-20T07:27:11.303939-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `SNACB3EX'
+2023-02-20T07:27:11.308590-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `TKP0PCVP'
+2023-02-20T07:27:11.313237-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `TM03GR1P'
+2023-02-20T07:27:11.318040-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `W5WCNHA4'
+2023-02-20T07:27:11.322685-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `WK47ZE9P'
+2023-02-20T07:27:11.327409-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `WYR5NBVB'
+2023-02-20T07:27:11.332008-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `X3C84RQ6'
+2023-02-20T07:27:11.336647-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `X2JEWB54'
+2023-02-20T07:27:11.341222-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `X7A8QJWZ'
+2023-02-20T07:27:11.345826-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `XPEC563R'
+2023-02-20T07:27:11.350472-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `YR6EQST3'
+2023-02-20T07:27:11.355078-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `YTRB55TD'
+2023-02-20T07:27:11.359738-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `ZFTCZBKZ'
+2023-02-20T07:27:11.364256-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `0FYH4FT4'
+2023-02-20T07:27:11.368818-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `0TRT786E'
+2023-02-20T07:27:11.373399-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `12PNXAGA'
+2023-02-20T07:27:11.378038-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `1YYK5MCR'
+2023-02-20T07:27:11.382651-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `2EEM9BQB'
+2023-02-20T07:27:11.387296-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `2PRX4REG'
+2023-02-20T07:27:11.391919-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4MJQQZ67'
+2023-02-20T07:27:11.396524-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `5WJXAD49'
+2023-02-20T07:27:11.401337-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `63TNHG0E'
+2023-02-20T07:27:11.405991-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7B0S19JW'
+2023-02-20T07:27:11.410627-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7WAPT39G'
+2023-02-20T07:27:11.415257-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `88WPRM1Z'
+2023-02-20T07:27:11.419872-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `8HMVB6B7'
+2023-02-20T07:27:11.424434-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `A86HZT2M'
+2023-02-20T07:27:11.428967-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `A8RQZBYE'
+2023-02-20T07:27:11.433539-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `AMAY71YW'
+2023-02-20T07:27:11.438123-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `BR2VMAT9'
+2023-02-20T07:27:11.442757-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `DXYZQ51H'
+2023-02-20T07:27:11.447320-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `E5APY8KR'
+2023-02-20T07:27:11.451905-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `F54GD3DS'
+2023-02-20T07:27:11.456585-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `H6TQJ0DC'
+2023-02-20T07:27:11.461202-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HBES0SWA'
+2023-02-20T07:27:11.465861-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HDJJMP7T'
+2023-02-20T07:27:11.470491-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HSYKBRQJ'
+2023-02-20T07:27:11.475033-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `K86J12XC'
+2023-02-20T07:27:11.479627-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `KW4TC0EJ'
+2023-02-20T07:27:11.484348-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `MHAKYM6T'
+2023-02-20T07:27:11.488946-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `NWPW4F3V'
+2023-02-20T07:27:11.493552-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `NZPJ1P5G'
+2023-02-20T07:27:11.498228-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `PFPMC86R'
+2023-02-20T07:27:11.502805-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `PTMSPTWP'
+2023-02-20T07:27:11.507467-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `QA8ZYTB4'
+2023-02-20T07:27:11.512109-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `RR4T104V'
+2023-02-20T07:27:11.516715-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `RSJHBBX2'
+2023-02-20T07:27:11.521282-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `RZ2RP3WS'
+2023-02-20T07:27:11.525884-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `TTJMTTCS'
+2023-02-20T07:27:11.530463-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `TY0SH6EB'
+2023-02-20T07:27:11.534954-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `VBPX34C6'
+2023-02-20T07:27:11.539537-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `W92KHPX5'
+2023-02-20T07:27:11.544118-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `WRYQCQ5X'
+2023-02-20T07:27:11.548662-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `XECR9799'
+2023-02-20T07:27:11.553274-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `XEPN2E8X'
+2023-02-20T07:27:11.557851-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `YP6VAGCV'
+2023-02-20T07:27:11.562469-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `YZAGCB82'
+2023-02-20T07:27:11.566974-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `Z7MH9J3T'
+2023-02-20T07:27:11.571615-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `007BNCAM'
+2023-02-20T07:27:11.576209-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `0GBFKW13'
+2023-02-20T07:27:11.580763-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `0XVDKAWB'
+2023-02-20T07:27:11.585297-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `1AQA6DC8'
+2023-02-20T07:27:11.589920-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `1RN5E3QN'
+2023-02-20T07:27:11.594653-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `28K59QGK'
+2023-02-20T07:27:11.599288-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `2BH54XA1'
+2023-02-20T07:27:11.603942-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `2H7BB7FK'
+2023-02-20T07:27:11.608494-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `3539JAW4'
+2023-02-20T07:27:11.613227-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `3KN5D78W'
+2023-02-20T07:27:11.617876-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `3X14C86W'
+2023-02-20T07:27:11.622557-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4PXBJQY8'
+2023-02-20T07:27:11.627211-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4XN9PNKR'
+2023-02-20T07:27:11.631897-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4ZZ7G9N6'
+2023-02-20T07:27:11.636479-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `53QA373X'
+2023-02-20T07:27:11.641093-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `5V37TDTB'
+2023-02-20T07:27:11.645789-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `5VKB7EFK'
+2023-02-20T07:27:11.650886-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `6859740J'
+2023-02-20T07:27:11.655627-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `76BBEAAG'
+2023-02-20T07:27:11.660199-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7WS9DSAH'
+2023-02-20T07:27:11.664775-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `8AQ52C84'
+2023-02-20T07:27:11.672957-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `94BDKMD5'
+2023-02-20T07:27:11.677597-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `A59AW3GR'
+2023-02-20T07:27:11.682209-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `AAF80G7X'
+2023-02-20T07:27:11.686795-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `B17D6ZWG'
+2023-02-20T07:27:11.691363-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `BN37MHK9'
+2023-02-20T07:27:11.696017-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `BPQBGH4B'
+2023-02-20T07:27:11.700593-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `C7Z3314D'
+2023-02-20T07:27:11.705165-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `CGN5SNNT'
+2023-02-20T07:27:11.709879-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `CH9BBSA7'
+2023-02-20T07:27:11.714630-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `CNVAHVQ8'
+2023-02-20T07:27:11.719313-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `CR9F8A5Y'
+2023-02-20T07:27:11.723997-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `D9S761XQ'
+2023-02-20T07:27:11.728617-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `DTH0FWXW'
+2023-02-20T07:27:11.733310-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `EHQ6EZ7W'
+2023-02-20T07:27:11.738000-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `ENK1KPFR'
+2023-02-20T07:27:11.742654-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `FFNE46TY'
+2023-02-20T07:27:11.747250-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `FXKDA2HN'
+2023-02-20T07:27:11.751826-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `GWH5FXY8'
+2023-02-20T07:27:11.756259-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `GZ7DHG00'
+2023-02-20T07:27:11.760909-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `H1VD95KD'
+2023-02-20T07:27:11.765472-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HMF3WZQH'
+2023-02-20T07:27:11.770095-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HWB4TQKH'
+2023-02-20T07:27:11.774701-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `K1VDMPFY'
+2023-02-20T07:27:11.779259-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `K4SCN7D1'
+2023-02-20T07:27:11.783863-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `KJ9BJF1T'
+2023-02-20T07:27:11.788459-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `N2XBHN5T'
+2023-02-20T07:27:11.793094-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `PGS5MG86'
+2023-02-20T07:27:11.797841-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `QRV8QY8E'
+2023-02-20T07:27:11.802467-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `R975QW94'
+2023-02-20T07:27:11.807167-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `S55ERBNB'
+2023-02-20T07:27:11.811847-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `SZ136PTK'
+2023-02-20T07:27:11.816435-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `T7V2KXRG'
+2023-02-20T07:27:11.821191-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `TC314QM7'
+2023-02-20T07:27:11.825964-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `TMQ7MM1H'
+2023-02-20T07:27:11.830651-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `V9H5F728'
+2023-02-20T07:27:11.835243-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `VFX1TMN2'
+2023-02-20T07:27:11.839702-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `WFX9H9HT'
+2023-02-20T07:27:11.844340-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `WF92WMTW'
+2023-02-20T07:27:11.848914-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `WR5FQ0QY'
+2023-02-20T07:27:11.853487-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `Y0HBH7H5'
+2023-02-20T07:27:11.858067-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `ZKS3GA8R'
+2023-02-20T07:27:11.862670-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `0V1J155P'
+2023-02-20T07:27:11.867339-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `1KSYB0C9'
+2023-02-20T07:27:11.871984-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `2B7WJMN4'
+2023-02-20T07:27:11.876617-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `2RHZP74E'
+2023-02-20T07:27:11.881180-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `311JT7ZE'
+2023-02-20T07:27:11.885793-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `3J1V6PFN'
+2023-02-20T07:27:11.890424-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `41NJF3W6'
+2023-02-20T07:27:11.895061-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4BXWSB5C'
+2023-02-20T07:27:11.899697-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4FFK3TXV'
+2023-02-20T07:27:11.904368-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4D3Z629Z'
+2023-02-20T07:27:11.909037-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `4MDKJ2HR'
+2023-02-20T07:27:11.913663-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `5ANNEE5T'
+2023-02-20T07:27:11.918283-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `697YM7P3'
+2023-02-20T07:27:11.922942-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `6HBN8H0G'
+2023-02-20T07:27:11.927574-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `737M4S0T'
+2023-02-20T07:27:11.931910-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7B5PV9PR'
+2023-02-20T07:27:11.936531-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7A5JT5H1'
+2023-02-20T07:27:11.940895-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7GFWDH97'
+2023-02-20T07:27:11.945614-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7VZNQ980'
+2023-02-20T07:27:11.950297-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7Z9GZJHG'
+2023-02-20T07:27:11.955000-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `7ZBXCXAV'
+2023-02-20T07:27:11.959631-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `8PSX5S6K'
+2023-02-20T07:27:11.964179-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `97VHP8KB'
+2023-02-20T07:27:11.968717-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `9J5WBVZB'
+2023-02-20T07:27:11.973238-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `9TZS7556'
+2023-02-20T07:27:11.977900-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `9R5M73D9'
+2023-02-20T07:27:11.982583-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `B77HHFW1'
+2023-02-20T07:27:11.987215-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `C0HTW476'
+2023-02-20T07:27:11.991889-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `CA1NNPR5'
+2023-02-20T07:27:11.996519-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `C9NP51QX'
+2023-02-20T07:27:12.001236-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `CH1Y7NW6'
+2023-02-20T07:27:12.005928-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `DAFMDF9C'
+2023-02-20T07:27:12.010513-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `E8ZXY9Q9'
+2023-02-20T07:27:12.015083-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `EDHTN1NH'
+2023-02-20T07:27:12.019817-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `FDBQRXQD'
+2023-02-20T07:27:12.024427-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `FQBX2DCV'
+2023-02-20T07:27:12.028975-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `FWSVTHZ4'
+2023-02-20T07:27:12.033720-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `FZ5KF8NN'
+2023-02-20T07:27:12.038238-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `GP1MHMVS'
+2023-02-20T07:27:12.042800-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `GP9KCRWB'
+2023-02-20T07:27:12.047387-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `GZ1VPSYP'
+2023-02-20T07:27:12.051943-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `GYBNYWFB'
+2023-02-20T07:27:12.056572-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `HSVN3F5C'
+2023-02-20T07:27:12.061208-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `JANG83D7'
+2023-02-20T07:27:12.065772-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `JNXY0FM2'
+2023-02-20T07:27:12.070435-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `N2NH55PR'
+2023-02-20T07:27:12.075110-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `NJQTSXN1'
+2023-02-20T07:27:12.079729-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `NGBS6GSE'
+2023-02-20T07:27:12.084378-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `NP3QNAD4'
+2023-02-20T07:27:12.088987-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `PGSH1QXY'
+2023-02-20T07:27:12.093635-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `PTSYQFTK'
+2023-02-20T07:27:12.098316-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `Q1XSG2YJ'
+2023-02-20T07:27:12.102950-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `RZKPJBWE'
+2023-02-20T07:27:12.107654-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `SE1HK52M'
+2023-02-20T07:27:12.112328-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `T3QZ9QD1'
+2023-02-20T07:27:12.116886-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `T25JMQVF'
+2023-02-20T07:27:12.121455-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `VFQTPR80'
+2023-02-20T07:27:12.126045-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `VZBYY7WX'
+2023-02-20T07:27:12.130665-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `WPVQS3YD'
+2023-02-20T07:27:12.135267-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for denomination `ZMHRYQX8'
+2023-02-20T07:27:12.146012-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for signing key `05GZTS2Y'
+2023-02-20T07:27:12.151444-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for signing key `9S9PDH80'
+2023-02-20T07:27:12.156417-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for signing key `FQCGWBGZ'
+2023-02-20T07:27:12.161338-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for signing key `SANRVEEW'
+2023-02-20T07:27:12.166202-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Added offline 
signature for signing key `PPQJK3CC'
+2023-02-20T07:27:12.177016-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Executing command 
`NOTIFY XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60, '''
+2023-02-20T07:27:12.177625-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO PG poll job active
+2023-02-20T07:27:12.177895-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Received 
notification xre2709k6tydbvard9y5sczy7vhe4d5dkf0r8dhq4x5t13e8x2x60 with extra 
data `'
+2023-02-20T07:27:12.178109-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Received /wire 
update event
+2023-02-20T07:27:12.178298-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Received /keys 
update event
+2023-02-20T07:27:12.178467-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:12.181292-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Request for 
`/management/keys' completed (0)
+2023-02-20T07:27:12.182156-0500 
taler-exchange-httpd-32742(V8WMZ4S34NQTK53BXVN7C79Z68) INFO Request for 
`/management/keys' took 1151 ms
+2023-02-20T07:27:12.182500-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:12.183355-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Loading global fees 
from DB: 0
+==32785== 
+==32785== HEAP SUMMARY:
+==32785==     in use at exit: 1,599 bytes in 18 blocks
+==32785==   total heap usage: 25,336 allocs, 25,318 frees, 3,969,900 bytes 
allocated
+==32785== 
+==32785== LEAK SUMMARY:
+==32785==    definitely lost: 0 bytes in 0 blocks
+==32785==    indirectly lost: 0 bytes in 0 blocks
+==32785==      possibly lost: 0 bytes in 0 blocks
+==32785==    still reachable: 1,599 bytes in 18 blocks
+==32785==         suppressed: 0 bytes in 0 blocks
+==32785== Reachable blocks (those to which a pointer was found) are not shown.
+==32785== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32785== 
+==32785== For lists of detected and suppressed errors, rerun with: -s
+==32785== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:12.300053-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `offline-sign-fees'
+==32787== Memcheck, a memory error detector
+==32787== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32787== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32787== Command: /home/priscilla//bin/taler-exchange-offline -c 
test_merchant_api-cs.conf -L INFO wire-fee now x-taler-bank EUR:0.01 EUR:0.01 
upload
+==32787== 
+2023-02-20T07:27:12.372116-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Feb 14 00:03:37 2024
+2023-02-20T07:27:12.382752-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.382964-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.388514-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.388664-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.463306-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.467223-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.470908-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Feb 07 00:08:37 2024
+2023-02-20T07:27:12.474070-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.474261-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.477625-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.477774-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.484997-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.487963-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.490342-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jan 31 00:13:37 2024
+2023-02-20T07:27:12.493544-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.493720-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.497103-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.497252-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.506444-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.510005-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.512376-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jan 24 00:18:37 2024
+2023-02-20T07:27:12.515503-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.515681-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.518982-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.519131-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.530469-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.534690-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.537154-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jan 17 00:23:37 2024
+2023-02-20T07:27:12.540290-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.540478-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.543718-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.543868-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.560820-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.565787-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.568312-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jan 10 00:28:37 2024
+2023-02-20T07:27:12.571480-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.571678-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.575040-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.575189-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.590729-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.596118-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.598539-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jan 03 00:33:37 2024
+2023-02-20T07:27:12.601628-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.601784-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.605125-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.605274-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.622712-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.628711-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.631147-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Dec 27 00:38:37 2023
+2023-02-20T07:27:12.634316-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.634489-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.637852-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.638001-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.657936-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.664616-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.667128-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Dec 20 00:43:37 2023
+2023-02-20T07:27:12.670316-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.670507-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.673875-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.674025-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.697759-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.704946-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.707364-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Dec 13 00:48:37 2023
+2023-02-20T07:27:12.710568-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.710757-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.714044-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.714193-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.737706-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.745572-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.747981-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Dec 06 00:53:37 2023
+2023-02-20T07:27:12.751147-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.751348-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.754697-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.754846-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.780491-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.788991-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.791385-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Nov 29 00:58:37 2023
+2023-02-20T07:27:12.794615-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.794808-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.798121-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.798290-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.826067-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.835234-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.837703-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Nov 22 01:03:37 2023
+2023-02-20T07:27:12.840864-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.841056-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.844345-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.844493-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.874381-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.884236-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.886692-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Nov 15 01:08:37 2023
+2023-02-20T07:27:12.889818-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.890002-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.893323-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.893472-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.925517-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.936062-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.938551-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Nov 08 01:13:37 2023
+2023-02-20T07:27:12.941776-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.941969-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.945279-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.945430-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:12.982978-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.994109-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:12 GMT'
+2023-02-20T07:27:12.996535-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Nov 01 02:18:37 2023
+2023-02-20T07:27:12.999682-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:12.999868-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.003164-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.004416-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.040713-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.052346-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.054758-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Oct 25 02:23:37 2023
+2023-02-20T07:27:13.057983-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.058175-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.061544-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.061695-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.099574-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.111829-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.114229-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Oct 18 02:28:37 2023
+2023-02-20T07:27:13.117449-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.117637-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.120937-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.121087-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.161371-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.174238-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.176636-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Oct 11 02:33:37 2023
+2023-02-20T07:27:13.179756-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.179945-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.183316-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.183466-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.225423-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.239078-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.241553-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Oct 04 02:38:37 2023
+2023-02-20T07:27:13.244675-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.244881-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.248171-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.248318-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.292642-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.306909-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.309377-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Sep 27 02:43:37 2023
+2023-02-20T07:27:13.312542-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.312726-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.316248-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.316397-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.366058-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.380971-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.383437-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Sep 20 02:48:37 2023
+2023-02-20T07:27:13.386644-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.386832-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.390208-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.390358-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.438894-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.455837-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.458220-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Sep 13 02:53:37 2023
+2023-02-20T07:27:13.461364-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.461550-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.464919-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.465068-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.515164-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.532344-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.534716-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Sep 06 02:58:37 2023
+2023-02-20T07:27:13.537832-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.538006-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.541304-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.541453-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.593547-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.611454-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.613908-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Aug 30 03:03:37 2023
+2023-02-20T07:27:13.617046-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.617231-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.620517-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.620665-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.675785-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.698049-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.701798-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Aug 23 03:08:37 2023
+2023-02-20T07:27:13.704952-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.705153-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.708441-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.708589-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.765254-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.784950-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.787248-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Aug 16 03:13:37 2023
+2023-02-20T07:27:13.790441-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.790621-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.793963-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.794112-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.852755-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.872741-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.875151-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Aug 09 03:18:37 2023
+2023-02-20T07:27:13.878366-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.878552-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.881937-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.882086-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.942538-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.962931-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:13 GMT'
+2023-02-20T07:27:13.965316-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Aug 02 03:23:37 2023
+2023-02-20T07:27:13.968418-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.968595-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.971884-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:13.972033-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:13.927209-0500 taler-exchange-offline-32787 INFO Using master 
public key HGYF3P1M
+2023-02-20T07:27:14.034229-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.058730-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.061169-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jul 26 03:28:37 2023
+2023-02-20T07:27:14.064296-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.064485-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.067736-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.067892-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.132215-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.153954-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.156381-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jul 19 03:33:37 2023
+2023-02-20T07:27:14.159557-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.159745-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.163212-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.163363-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.229850-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.252171-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.254523-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jul 12 03:38:37 2023
+2023-02-20T07:27:14.257707-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.257889-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.261258-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.261407-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.330137-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.353075-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.355488-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jul 05 03:43:37 2023
+2023-02-20T07:27:14.360311-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.360585-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.364948-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.365149-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.438934-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.462466-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.464814-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jun 28 03:48:37 2023
+2023-02-20T07:27:14.470052-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.470345-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.475954-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.476204-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.547673-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.572410-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.574681-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jun 21 03:53:37 2023
+2023-02-20T07:27:14.579880-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.580183-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.585727-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.585985-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.657897-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.683347-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.685582-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jun 14 03:58:37 2023
+2023-02-20T07:27:14.690872-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.691153-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.696678-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.696939-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.769963-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.798923-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.801288-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Jun 07 04:03:37 2023
+2023-02-20T07:27:14.806569-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.806858-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.812531-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.812781-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.888446-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.914729-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:14 GMT'
+2023-02-20T07:27:14.916951-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed May 31 04:08:37 2023
+2023-02-20T07:27:14.922138-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.922407-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:14.927936-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:14.928187-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.005569-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.032539-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.034771-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed May 24 04:13:37 2023
+2023-02-20T07:27:15.040030-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.040310-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.045948-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.046201-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.124882-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.155653-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.158025-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed May 17 04:18:37 2023
+2023-02-20T07:27:15.163360-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.163652-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.169652-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.169912-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.250916-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.278670-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.280901-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed May 10 04:23:37 2023
+2023-02-20T07:27:15.286170-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.286440-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.292070-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.292320-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.375468-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.404396-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.406682-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed May 03 04:28:37 2023
+2023-02-20T07:27:15.411996-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.412284-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.417902-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.418146-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.502851-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.535262-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.538008-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Apr 26 04:33:37 2023
+2023-02-20T07:27:15.543222-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.543515-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.549070-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.549320-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.636187-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.665711-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.668101-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Apr 19 04:38:37 2023
+2023-02-20T07:27:15.673493-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.673771-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.679365-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.679633-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.768319-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.798457-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.800690-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Apr 12 04:43:37 2023
+2023-02-20T07:27:15.805895-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.806163-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.811805-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.812055-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.903708-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.937838-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:15 GMT'
+2023-02-20T07:27:15.940175-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Apr 05 04:48:37 2023
+2023-02-20T07:27:15.945404-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.945697-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:15.951264-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:15.951514-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.044382-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.077068-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.079279-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Mar 29 04:53:37 2023
+2023-02-20T07:27:16.084462-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.084736-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.090297-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.090550-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.186231-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.219325-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.221592-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Mar 22 04:58:37 2023
+2023-02-20T07:27:16.226811-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.227091-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.232677-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.232938-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.333414-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.367061-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.369363-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Mar 15 05:03:37 2023
+2023-02-20T07:27:16.374579-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.374870-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.380420-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.380670-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.479538-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.513682-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.515889-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Mar 08 04:08:37 2023
+2023-02-20T07:27:16.521063-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.521338-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.526894-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.527145-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.627833-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.662661-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.664879-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Mar 01 04:13:37 2023
+2023-02-20T07:27:16.670195-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.670466-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.676422-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.676675-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.782799-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.818174-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.820545-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Feb 22 04:18:37 2023
+2023-02-20T07:27:16.825764-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.826055-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.831609-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.831859-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.937160-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.963360-0500 .libs/test_merchant_api_cs-32556 INFO Received 
keys from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 
31 19:00:00 1969.
+2023-02-20T07:27:16.963590-0500 .libs/test_merchant_api_cs-32556 WARNING 
Exchange failed to give expiration time, assuming in 1 h
+2023-02-20T07:27:16.963781-0500 .libs/test_merchant_api_cs-32556 WARNING 
Failed to receive /keys response from exchange http://localhost:8081/
+2023-02-20T07:27:16.973472-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:16 GMT'
+2023-02-20T07:27:16.979032-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Creating /keys at 
cherry pick date Wed Feb 15 04:23:37 2023
+2023-02-20T07:27:16.984250-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.984538-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:16.990178-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:16.990429-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:17.175825-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:17 GMT'
+2023-02-20T07:27:17.248026-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 12:27:17 GMT'
+2023-02-20T07:27:17.271572-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T07:27:17.272810-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:17.273501-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T07:27:17.273777-0500 
taler-exchange-httpd-32742(2VAS51WC9AXX8281G5CH0YXHPM) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:17.274397-0500 
taler-exchange-httpd-32742(2VAS51WC9AXX8281G5CH0YXHPM) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T07:27:17.277620-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Request for `/keys' 
completed (0)
+2023-02-20T07:27:17.278225-0500 
taler-exchange-httpd-32742(C5SZXPZHABMF7A0PZVZVY5NEW8) INFO Request for `/keys' 
took 12 s
+2023-02-20T07:27:17.278591-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Request for `/keys' 
completed (0)
+2023-02-20T07:27:17.278920-0500 
taler-exchange-httpd-32742(MHG2DA3EE9VE4A89GCM4J75AH0) INFO Request for `/keys' 
took 13 s
+2023-02-20T07:27:17.279317-0500 
taler-exchange-httpd-32742(2VAS51WC9AXX8281G5CH0YXHPM) INFO Request for `/keys' 
completed (0)
+2023-02-20T07:27:17.279639-0500 
taler-exchange-httpd-32742(2VAS51WC9AXX8281G5CH0YXHPM) INFO Request for `/keys' 
took 7 s
+2023-02-20T07:27:17.280001-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:17.281448-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO Handling request 
(POST) for URL '/management/wire-fee'
+2023-02-20T07:27:17.281706-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO Handling request 
(POST) for URL '/management/wire-fee'
+2023-02-20T07:27:17.281934-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO Handling request 
(POST) for URL '/management/wire-fee'
+2023-02-20T07:27:17.296004-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO Starting 
transaction `add wire fee'
+2023-02-20T07:27:17.331702-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO Executing command 
`NOTIFY XAA6QKJBC4S2DFWADVSRJBSD0683ZVFMHRRXZEXRP9773Q0X17750, '''
+2023-02-20T07:27:17.332286-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO PG poll job active
+2023-02-20T07:27:17.332560-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:17.333435-0500 
taler-exchange-httpd-32742(Q23NMYAP0C7TARK261YGXTPNM4) INFO Request for 
`/management/wire-fee' completed (0)
+2023-02-20T07:27:17.334423-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:17.336304-0500 
taler-exchange-httpd-32742(XDZ4WVYATK1PNF60A2X51W40DM) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:17.337391-0500 
taler-exchange-httpd-32742(XDZ4WVYATK1PNF60A2X51W40DM) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T07:27:17.338147-0500 
taler-exchange-httpd-32742(XDZ4WVYATK1PNF60A2X51W40DM) INFO Request for `/keys' 
completed (0)
+==32787== 
+==32787== HEAP SUMMARY:
+==32787==     in use at exit: 1,599 bytes in 18 blocks
+==32787==   total heap usage: 3,511 allocs, 3,493 frees, 619,307 bytes 
allocated
+==32787== 
+==32787== LEAK SUMMARY:
+==32787==    definitely lost: 0 bytes in 0 blocks
+==32787==    indirectly lost: 0 bytes in 0 blocks
+==32787==      possibly lost: 0 bytes in 0 blocks
+==32787==    still reachable: 1,599 bytes in 18 blocks
+==32787==         suppressed: 0 bytes in 0 blocks
+==32787== Reachable blocks (those to which a pointer was found) are not shown.
+==32787== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32787== 
+==32787== For lists of detected and suppressed errors, rerun with: -s
+==32787== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:17.734172-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://localhost:8081/keys' with status 200 and expiration Mon Feb 27 
12:27:17 2023.
+2023-02-20T07:27:17.761658-0500 .libs/test_merchant_api_cs-32556 INFO Received 
keys from URL `http://localhost:8081/keys' with status 200 and expiration Mon 
Feb 27 12:27:17 2023.
+2023-02-20T07:27:18.879230-0500 .libs/test_merchant_api_cs-32556 INFO 
Successfully downloaded exchange's keys
+2023-02-20T07:27:18.882067-0500 .libs/test_merchant_api_cs-32556 INFO 
Connecting to auditor at URL `http://the.auditor/'.
+2023-02-20T07:27:18.902488-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:18.908689-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refetch /keys'
+2023-02-20T07:27:18.909316-0500 .libs/test_merchant_api_cs-32556 INFO cmd 
`refetch /keys' (ip: 4), key generation: 1
+2023-02-20T07:27:18.910912-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `orders-id'
+2023-02-20T07:27:18.911690-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: instance-create-default
+2023-02-20T07:27:18.974955-0500 taler-merchant-httpd-32730 INFO Successfully 
downloaded exchange's keys
+2023-02-20T07:27:18.977804-0500 taler-merchant-httpd-32730 INFO Connecting to 
auditor at URL `http://the.auditor/'.
+2023-02-20T07:27:18.997612-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:19.075913-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:19.289871-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T07:27:19.309979-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Committing merchant 
DB transaction post /instances
+2023-02-20T07:27:19.324004-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Generating instance 
settings notification: reload `default'
+2023-02-20T07:27:19.325574-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T07:27:19.328059-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO PG poll job active
+2023-02-20T07:27:19.330328-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T07:27:19.331808-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Received instance 
settings notification: reload `default'
+2023-02-20T07:27:19.365398-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:19.369424-0500 
taler-merchant-httpd-32730(PHT3WT2ZMBCW5K3X2H2QFQ26M4) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:19.369489-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 204
+2023-02-20T07:27:19.370670-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:19.371808-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `orders-id'
+2023-02-20T07:27:19.371995-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: instance-create-kyc-0
+2023-02-20T07:27:19.421254-0500 
taler-merchant-httpd-32730(6RC18VH7JMM43BF8YF8MWSQ20W) INFO Handling request 
(GET) for URL '/private/kyc'
+2023-02-20T07:27:19.457480-0500 
taler-merchant-httpd-32730(6RC18VH7JMM43BF8YF8MWSQ20W) INFO Finished handling 
request for `/private/kyc' with MHD termination code 0
+2023-02-20T07:27:19.460383-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `orders-id'
+2023-02-20T07:27:19.460576-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-4
+2023-02-20T07:27:19.471045-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:19.475376-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:19.617553-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:19.627671-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO Notifying clients 
of new order 1 at FD1Y94PD
+2023-02-20T07:27:19.628137-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO Executing command 
`NOTIFY XSKWQPEVJQ430S4K15WNQG57YBT3R4CPGVN7WMWAC9VJN7QQJBWB0, 
'0000000000002005YMGCHEPQR0000000''
+2023-02-20T07:27:19.628655-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO PG poll job active
+2023-02-20T07:27:19.628907-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:19.629363-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:27:19.650939-0500 
taler-merchant-httpd-32730(T37WJWZM9WP7GZJV46JARZX3CR) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:19.662733-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `orders-id'
+2023-02-20T07:27:19.662983-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-4
+2023-02-20T07:27:19.677266-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/4?transfer=YES
+2023-02-20T07:27:19.680832-0500 
taler-merchant-httpd-32730(B5KD6WT5VPQZYFEM37GBBBKT3M) INFO Handling request 
(GET) for URL '/private/orders/4'
+2023-02-20T07:27:19.701210-0500 
taler-merchant-httpd-32730(B5KD6WT5VPQZYFEM37GBBBKT3M) INFO Finished handling 
request for `/private/orders/4' with MHD termination code 0
+2023-02-20T07:27:19.709694-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:27:19.723324-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `orders-id'
+2023-02-20T07:27:19.723542-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: delete-order-4
+2023-02-20T07:27:19.730389-0500 
taler-merchant-httpd-32730(WRK3X1P2DXWHFDDKGY48CQ7GWR) INFO Handling request 
(DELETE) for URL '/private/orders/4'
+2023-02-20T07:27:19.743715-0500 
taler-merchant-httpd-32730(WRK3X1P2DXWHFDDKGY48CQ7GWR) INFO Finished handling 
request for `/private/orders/4' with MHD termination code 0
+2023-02-20T07:27:19.746491-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `orders-id'
+2023-02-20T07:27:19.746727-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: purge-default
+2023-02-20T07:27:19.752652-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO Handling request 
(DELETE) for URL '/management/instances/default'
+2023-02-20T07:27:19.765487-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO Generating instance 
settings notification: reload `default'
+2023-02-20T07:27:19.765853-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T07:27:19.766551-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO PG poll job active
+2023-02-20T07:27:19.767041-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T07:27:19.767306-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO Received instance 
settings notification: reload `default'
+2023-02-20T07:27:19.768510-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:19.769314-0500 
taler-merchant-httpd-32730(X3GY4WMW022JHEFJ609H4K4318) INFO Finished handling 
request for `/management/instances/default' with MHD termination code 0
+2023-02-20T07:27:19.772151-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `orders-id'
+2023-02-20T07:27:19.773059-0500 .libs/test_merchant_api_cs-32556 INFO Exiting 
from batch: orders-id
+2023-02-20T07:27:19.773965-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `config'
+2023-02-20T07:27:19.778705-0500 
taler-merchant-httpd-32730(M1XEVKHNMXEK36ZCATHNVKZNJ4) INFO Handling request 
(GET) for URL '/config'
+2023-02-20T07:27:19.782577-0500 
taler-merchant-httpd-32730(M1XEVKHNMXEK36ZCATHNVKZNJ4) INFO Finished handling 
request for `/config' with MHD termination code 0
+2023-02-20T07:27:19.786665-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instances-empty'
+2023-02-20T07:27:19.791484-0500 
taler-merchant-httpd-32730(S90Z3TQ1D13YVBMH749GSENX1R) INFO Handling request 
(GET) for URL '/management/instances'
+2023-02-20T07:27:19.796735-0500 
taler-merchant-httpd-32730(S90Z3TQ1D13YVBMH749GSENX1R) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:19.802554-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-default-setup'
+2023-02-20T07:27:19.808822-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:19.814231-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T07:27:19.817089-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Committing merchant 
DB transaction post /instances
+2023-02-20T07:27:19.820340-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Generating instance 
settings notification: reload `default'
+2023-02-20T07:27:19.820695-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T07:27:19.821425-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO PG poll job active
+2023-02-20T07:27:19.821805-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T07:27:19.822079-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Received instance 
settings notification: reload `default'
+2023-02-20T07:27:19.825002-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:19.825593-0500 
taler-merchant-httpd-32730(8KCWDVXYC8Y5ESPG4SGRGA550R) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:19.826289-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 204
+2023-02-20T07:27:19.826835-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-i1'
+2023-02-20T07:27:19.833232-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:19.839610-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T07:27:19.842498-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Committing merchant 
DB transaction post /instances
+2023-02-20T07:27:19.854020-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Generating instance 
settings notification: reload `i1'
+2023-02-20T07:27:19.854393-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T07:27:19.855091-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO PG poll job active
+2023-02-20T07:27:19.855481-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T07:27:19.855736-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T07:27:19.858642-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:19.859376-0500 
taler-merchant-httpd-32730(CQ3S0JJ1ZAWZQ3BQDXHF22C7J0) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:19.859938-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 204
+2023-02-20T07:27:19.860474-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instances-get-i1'
+2023-02-20T07:27:19.864366-0500 
taler-merchant-httpd-32730(YSNWTAEB9GVM6K9KYDJF52G0ZC) INFO Handling request 
(GET) for URL '/management/instances'
+2023-02-20T07:27:19.874058-0500 
taler-merchant-httpd-32730(YSNWTAEB9GVM6K9KYDJF52G0ZC) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:19.892288-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instances-get-i1'
+2023-02-20T07:27:19.897687-0500 
taler-merchant-httpd-32730(1159TP0YRW9H7PAEVZ5DWXR5WR) INFO Handling request 
(GET) for URL '/instances/i1/private'
+2023-02-20T07:27:19.912785-0500 
taler-merchant-httpd-32730(1159TP0YRW9H7PAEVZ5DWXR5WR) INFO Finished handling 
request for `/instances/i1/private' with MHD termination code 0
+2023-02-20T07:27:19.938218-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-patch-i1-bad-currency'
+2023-02-20T07:27:19.950664-0500 
taler-merchant-httpd-32730(QKH1CY4DVGFDZY2CQV76FPD9S0) INFO Handling request 
(PATCH) for URL '/management/instances/i1'
+2023-02-20T07:27:19.958012-0500 
taler-merchant-httpd-32730(QKH1CY4DVGFDZY2CQV76FPD9S0) WARNING External 
protocol violation detected at json_helper.c:112.
+2023-02-20T07:27:19.959424-0500 
taler-merchant-httpd-32730(QKH1CY4DVGFDZY2CQV76FPD9S0) WARNING Expected 
currency `EUR', but amount used currency `USD' in field `default_max_wire_fee'
+2023-02-20T07:27:19.965460-0500 
taler-merchant-httpd-32730(QKH1CY4DVGFDZY2CQV76FPD9S0) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T07:27:19.969064-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/instances/$ID completed with response code 400
+2023-02-20T07:27:19.972964-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-patch-i1'
+2023-02-20T07:27:19.979281-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Handling request 
(PATCH) for URL '/management/instances/i1'
+2023-02-20T07:27:20.000635-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Starting merchant 
DB transaction `PATCH /instances'
+2023-02-20T07:27:20.009066-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Adding NEW account 
`payto://iban/CH9300762011623852957?receiver-name=Test'
+2023-02-20T07:27:20.013337-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Committing merchant 
DB transaction PATCH /instances
+2023-02-20T07:27:20.026039-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Generating instance 
settings notification: reload `i1'
+2023-02-20T07:27:20.026412-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T07:27:20.027136-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO PG poll job active
+2023-02-20T07:27:20.027565-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T07:27:20.027847-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T07:27:20.032083-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.033085-0500 
taler-merchant-httpd-32730(70D19F09TFW9GH0GRS74HA8XT0) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T07:27:20.033744-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/instances/$ID completed with response code 204
+2023-02-20T07:27:20.036501-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instances-get-i1-2'
+2023-02-20T07:27:20.040072-0500 
taler-merchant-httpd-32730(50E3Q9VQKTXQ5ZTVS41CV3B4AW) INFO Handling request 
(GET) for URL '/instances/i1/private'
+2023-02-20T07:27:20.045431-0500 
taler-merchant-httpd-32730(50E3Q9VQKTXQ5ZTVS41CV3B4AW) INFO Finished handling 
request for `/instances/i1/private' with MHD termination code 0
+2023-02-20T07:27:20.056400-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-patch-i1-inactivate-account'
+2023-02-20T07:27:20.062617-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Handling request 
(PATCH) for URL '/management/instances/i1'
+2023-02-20T07:27:20.064626-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Starting merchant 
DB transaction `PATCH /instances'
+2023-02-20T07:27:20.073541-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Existing account 
`payto://iban/CH9300762011623852957?receiver-name=Test' not found, inactivating 
it.
+2023-02-20T07:27:20.075943-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Committing merchant 
DB transaction PATCH /instances
+2023-02-20T07:27:20.098268-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Generating instance 
settings notification: reload `i1'
+2023-02-20T07:27:20.098628-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T07:27:20.099314-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO PG poll job active
+2023-02-20T07:27:20.099691-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T07:27:20.099948-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T07:27:20.102986-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.103572-0500 
taler-merchant-httpd-32730(PAEN54MGSK0DHQ0HG5KBHJ9JS0) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T07:27:20.104149-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/instances/$ID completed with response code 204
+2023-02-20T07:27:20.104688-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instances-get-i1-3'
+2023-02-20T07:27:20.108049-0500 
taler-merchant-httpd-32730(KT99BTEM10QHHSR0A26RPFRWG4) INFO Handling request 
(GET) for URL '/instances/i1/private'
+2023-02-20T07:27:20.112408-0500 
taler-merchant-httpd-32730(KT99BTEM10QHHSR0A26RPFRWG4) INFO Finished handling 
request for `/instances/i1/private' with MHD termination code 0
+2023-02-20T07:27:20.117672-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instances-get-i2-nx'
+2023-02-20T07:27:20.121023-0500 
taler-merchant-httpd-32730(JA91377MCBSP2F8D50ZW795968) INFO Handling request 
(GET) for URL '/instances/i2/private'
+2023-02-20T07:27:20.122434-0500 
taler-merchant-httpd-32730(JA91377MCBSP2F8D50ZW795968) WARNING Instance 
`(null)' not known
+2023-02-20T07:27:20.128019-0500 
taler-merchant-httpd-32730(JA91377MCBSP2F8D50ZW795968) INFO Finished handling 
request for `/instances/i2/private' with MHD termination code 0
+2023-02-20T07:27:20.130340-0500 .libs/test_merchant_api_cs-32556 WARNING 
Attempt to lookup command for empty label
+2023-02-20T07:27:20.131444-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-bad-currency'
+2023-02-20T07:27:20.138126-0500 
taler-merchant-httpd-32730(XG5J05A0009KAEGJHTSHJNJC88) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:20.140002-0500 
taler-merchant-httpd-32730(XG5J05A0009KAEGJHTSHJNJC88) WARNING External 
protocol violation detected at json_helper.c:112.
+2023-02-20T07:27:20.140376-0500 
taler-merchant-httpd-32730(XG5J05A0009KAEGJHTSHJNJC88) WARNING Expected 
currency `EUR', but amount used currency `USD' in field `default_max_wire_fee'
+2023-02-20T07:27:20.142705-0500 
taler-merchant-httpd-32730(XG5J05A0009KAEGJHTSHJNJC88) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:20.143997-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 400
+2023-02-20T07:27:20.145387-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-ACL'
+2023-02-20T07:27:20.151627-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:20.156175-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T07:27:20.158585-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Committing merchant 
DB transaction post /instances
+2023-02-20T07:27:20.165022-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Generating instance 
settings notification: reload `i-acl'
+2023-02-20T07:27:20.165381-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4PP2RVC00''
+2023-02-20T07:27:20.166065-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO PG poll job active
+2023-02-20T07:27:20.166442-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i-acl'
+2023-02-20T07:27:20.166698-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Received instance 
settings notification: reload `i-acl'
+2023-02-20T07:27:20.170322-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.170914-0500 
taler-merchant-httpd-32730(S1P8TXP5BK5N1FRKAPSR2TDRY0) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:20.171481-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 204
+2023-02-20T07:27:20.172013-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-patch-ACL'
+2023-02-20T07:27:20.177730-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Handling request 
(PATCH) for URL '/management/instances/i-acl'
+2023-02-20T07:27:20.179646-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Starting merchant 
DB transaction `PATCH /instances'
+2023-02-20T07:27:20.181624-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Adding NEW account 
`payto://x-taler-bank/localhost/3?receiver-name=3'
+2023-02-20T07:27:20.183989-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Committing merchant 
DB transaction PATCH /instances
+2023-02-20T07:27:20.187208-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Generating instance 
settings notification: reload `i-acl'
+2023-02-20T07:27:20.187571-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4PP2RVC00''
+2023-02-20T07:27:20.188238-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO PG poll job active
+2023-02-20T07:27:20.188604-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i-acl'
+2023-02-20T07:27:20.188916-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Received instance 
settings notification: reload `i-acl'
+2023-02-20T07:27:20.191566-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.192148-0500 
taler-merchant-httpd-32730(86B8SMSSP56G6EVSRKTJKMEEVG) INFO Finished handling 
request for `/management/instances/i-acl' with MHD termination code 0
+2023-02-20T07:27:20.192703-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/instances/$ID completed with response code 204
+2023-02-20T07:27:20.193246-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-i2'
+2023-02-20T07:27:20.199436-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:20.205289-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T07:27:20.208060-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Committing merchant 
DB transaction post /instances
+2023-02-20T07:27:20.222717-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Generating instance 
settings notification: reload `i2'
+2023-02-20T07:27:20.223075-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4S00''
+2023-02-20T07:27:20.223739-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO PG poll job active
+2023-02-20T07:27:20.224104-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i2'
+2023-02-20T07:27:20.224357-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Received instance 
settings notification: reload `i2'
+2023-02-20T07:27:20.227098-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.227700-0500 
taler-merchant-httpd-32730(7FFZ9G69RWKQMGQP4KM54G3Y9R) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:20.228267-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 204
+2023-02-20T07:27:20.228813-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-i2-idem'
+2023-02-20T07:27:20.234531-0500 
taler-merchant-httpd-32730(YKF1SN73Z32T3K13EJCRRPZ95W) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:20.242495-0500 
taler-merchant-httpd-32730(YKF1SN73Z32T3K13EJCRRPZ95W) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:20.243021-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 204
+2023-02-20T07:27:20.243524-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-i2-non-idem'
+2023-02-20T07:27:20.249097-0500 
taler-merchant-httpd-32730(XRR0KG79JEGW9NMBS2P9Y41CPG) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:20.253585-0500 
taler-merchant-httpd-32730(XRR0KG79JEGW9NMBS2P9Y41CPG) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:20.254886-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 409
+2023-02-20T07:27:20.255422-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-delete-i2'
+2023-02-20T07:27:20.259859-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO Handling request 
(DELETE) for URL '/management/instances/i2'
+2023-02-20T07:27:20.264947-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO Generating instance 
settings notification: reload `i2'
+2023-02-20T07:27:20.265308-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4S00''
+2023-02-20T07:27:20.266029-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO PG poll job active
+2023-02-20T07:27:20.266404-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i2'
+2023-02-20T07:27:20.266658-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO Received instance 
settings notification: reload `i2'
+2023-02-20T07:27:20.269841-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.270428-0500 
taler-merchant-httpd-32730(C6KJ46T3PRARJRCM1N8WF73ZNG) INFO Finished handling 
request for `/management/instances/i2' with MHD termination code 0
+2023-02-20T07:27:20.271225-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instances-get-i2-post-deletion'
+2023-02-20T07:27:20.274646-0500 
taler-merchant-httpd-32730(RJEHY594SCM0N16JNN5F6FVFFG) INFO Handling request 
(GET) for URL '/instances/i2/private'
+2023-02-20T07:27:20.275797-0500 
taler-merchant-httpd-32730(RJEHY594SCM0N16JNN5F6FVFFG) WARNING Instance `i2' 
was deleted
+2023-02-20T07:27:20.277914-0500 
taler-merchant-httpd-32730(RJEHY594SCM0N16JNN5F6FVFFG) INFO Finished handling 
request for `/instances/i2/private' with MHD termination code 0
+2023-02-20T07:27:20.279542-0500 .libs/test_merchant_api_cs-32556 WARNING 
Attempt to lookup command for empty label
+2023-02-20T07:27:20.280036-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-delete-then-purge-i2'
+2023-02-20T07:27:20.283511-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO Handling request 
(DELETE) for URL '/management/instances/i2'
+2023-02-20T07:27:20.298041-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO Generating instance 
settings notification: reload `i2'
+2023-02-20T07:27:20.298396-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4S00''
+2023-02-20T07:27:20.299362-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO PG poll job active
+2023-02-20T07:27:20.299739-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i2'
+2023-02-20T07:27:20.299993-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO Received instance 
settings notification: reload `i2'
+2023-02-20T07:27:20.300976-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.301529-0500 
taler-merchant-httpd-32730(ES9Q6HQDAQ0XE55ZYP8WG1QRNW) INFO Finished handling 
request for `/management/instances/i2' with MHD termination code 0
+2023-02-20T07:27:20.302306-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-purge-i1'
+2023-02-20T07:27:20.305867-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO Handling request 
(DELETE) for URL '/management/instances/i1'
+2023-02-20T07:27:20.320320-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO Generating instance 
settings notification: reload `i1'
+2023-02-20T07:27:20.320673-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T07:27:20.321342-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO PG poll job active
+2023-02-20T07:27:20.321712-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T07:27:20.321966-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T07:27:20.323477-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.324031-0500 
taler-merchant-httpd-32730(0105VH4BZP9Y2X6P9123PB0JSR) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T07:27:20.324827-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-purge-then-delete-i1'
+2023-02-20T07:27:20.328684-0500 
taler-merchant-httpd-32730(QFFKS81JQ8YWNEHAFSDM33YAQ4) INFO Handling request 
(DELETE) for URL '/management/instances/i1'
+2023-02-20T07:27:20.330864-0500 
taler-merchant-httpd-32730(QFFKS81JQ8YWNEHAFSDM33YAQ4) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T07:27:20.332337-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-purge-i-acl-middle'
+2023-02-20T07:27:20.335866-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO Handling request 
(DELETE) for URL '/management/instances/i-acl'
+2023-02-20T07:27:20.342553-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO Generating instance 
settings notification: reload `i-acl'
+2023-02-20T07:27:20.342908-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4PP2RVC00''
+2023-02-20T07:27:20.343598-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO PG poll job active
+2023-02-20T07:27:20.343972-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i-acl'
+2023-02-20T07:27:20.344227-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO Received instance 
settings notification: reload `i-acl'
+2023-02-20T07:27:20.345325-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.345882-0500 
taler-merchant-httpd-32730(ECXJEYM3BC7CH7B9336H8YB2G8) INFO Finished handling 
request for `/management/instances/i-acl' with MHD termination code 0
+2023-02-20T07:27:20.346650-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-purge-default-middle'
+2023-02-20T07:27:20.350166-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO Handling request 
(DELETE) for URL '/management/instances/default'
+2023-02-20T07:27:20.364764-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO Generating instance 
settings notification: reload `default'
+2023-02-20T07:27:20.365132-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T07:27:20.365806-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO PG poll job active
+2023-02-20T07:27:20.366179-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T07:27:20.366433-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO Received instance 
settings notification: reload `default'
+2023-02-20T07:27:20.367394-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.367944-0500 
taler-merchant-httpd-32730(BNQ7PB9ZHNXAE0GJBYP8Q72RZ8) INFO Finished handling 
request for `/management/instances/default' with MHD termination code 0
+2023-02-20T07:27:20.368710-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `instance-create-default-after-purge'
+2023-02-20T07:27:20.375040-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T07:27:20.380397-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T07:27:20.383140-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Committing merchant 
DB transaction post /instances
+2023-02-20T07:27:20.387061-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Generating instance 
settings notification: reload `default'
+2023-02-20T07:27:20.387414-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T07:27:20.388087-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO PG poll job active
+2023-02-20T07:27:20.388453-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T07:27:20.388707-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Received instance 
settings notification: reload `default'
+2023-02-20T07:27:20.391413-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:20.392026-0500 
taler-merchant-httpd-32730(M6AVQ8WY8Y04883PX1T7BE2NVG) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T07:27:20.392592-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/management/instances completed with response code 204
+2023-02-20T07:27:20.393133-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `get-products-empty'
+2023-02-20T07:27:20.398605-0500 
taler-merchant-httpd-32730(CHDD0JJWT6JV30GC92JDNXKH9R) INFO Handling request 
(GET) for URL '/private/products'
+2023-02-20T07:27:20.403813-0500 
taler-merchant-httpd-32730(CHDD0JJWT6JV30GC92JDNXKH9R) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T07:27:20.408724-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `post-products-p1'
+2023-02-20T07:27:20.419260-0500 
taler-merchant-httpd-32730(X7M54X3922QGHGG1BXSHBHWKKG) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T07:27:20.431734-0500 
taler-merchant-httpd-32730(X7M54X3922QGHGG1BXSHBHWKKG) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T07:27:20.440172-0500 
taler-merchant-httpd-32730(X7M54X3922QGHGG1BXSHBHWKKG) INFO Committing merchant 
DB transaction /post products
+2023-02-20T07:27:20.443573-0500 
taler-merchant-httpd-32730(X7M54X3922QGHGG1BXSHBHWKKG) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T07:27:20.445067-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/products completed with response code 204
+2023-02-20T07:27:20.447378-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `post-products-p1-idem'
+2023-02-20T07:27:20.452636-0500 
taler-merchant-httpd-32730(GK2RQYDGAG2PGP13436A13KCA0) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T07:27:20.454068-0500 
taler-merchant-httpd-32730(GK2RQYDGAG2PGP13436A13KCA0) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T07:27:20.462007-0500 
taler-merchant-httpd-32730(GK2RQYDGAG2PGP13436A13KCA0) INFO Rolling back 
merchant DB transaction `/post products'
+2023-02-20T07:27:20.463509-0500 
taler-merchant-httpd-32730(GK2RQYDGAG2PGP13436A13KCA0) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T07:27:20.464138-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/products completed with response code 204
+2023-02-20T07:27:20.464650-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `post-products-p1-non-idem'
+2023-02-20T07:27:20.469898-0500 
taler-merchant-httpd-32730(B2G0XA72PHWGTS5QYS9M8TDVRG) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T07:27:20.471295-0500 
taler-merchant-httpd-32730(B2G0XA72PHWGTS5QYS9M8TDVRG) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T07:27:20.473485-0500 
taler-merchant-httpd-32730(B2G0XA72PHWGTS5QYS9M8TDVRG) INFO Rolling back 
merchant DB transaction `/post products'
+2023-02-20T07:27:20.476019-0500 
taler-merchant-httpd-32730(B2G0XA72PHWGTS5QYS9M8TDVRG) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T07:27:20.477883-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/products completed with response code 409
+2023-02-20T07:27:20.479223-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `get-products-p1'
+2023-02-20T07:27:20.483058-0500 
taler-merchant-httpd-32730(XN1MG1WSMH2T9BWDQF6RPZ2DTR) INFO Handling request 
(GET) for URL '/private/products'
+2023-02-20T07:27:20.487379-0500 
taler-merchant-httpd-32730(XN1MG1WSMH2T9BWDQF6RPZ2DTR) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T07:27:20.494831-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `get-product-p1'
+2023-02-20T07:27:20.500046-0500 
taler-merchant-httpd-32730(808AVKQX257ECVFFDS1EHC6KPW) INFO Handling request 
(GET) for URL '/private/products/product-1'
+2023-02-20T07:27:20.508506-0500 
taler-merchant-httpd-32730(808AVKQX257ECVFFDS1EHC6KPW) INFO Finished handling 
request for `/private/products/product-1' with MHD termination code 0
+2023-02-20T07:27:20.524285-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `post-products-p2'
+2023-02-20T07:27:20.529563-0500 
taler-merchant-httpd-32730(QAP72QZHCVC238QVHN4KX95FQ4) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T07:27:20.530968-0500 
taler-merchant-httpd-32730(QAP72QZHCVC238QVHN4KX95FQ4) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T07:27:20.533478-0500 
taler-merchant-httpd-32730(QAP72QZHCVC238QVHN4KX95FQ4) INFO Committing merchant 
DB transaction /post products
+2023-02-20T07:27:20.542959-0500 
taler-merchant-httpd-32730(QAP72QZHCVC238QVHN4KX95FQ4) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T07:27:20.543496-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/products completed with response code 204
+2023-02-20T07:27:20.544009-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `patch-products-p2'
+2023-02-20T07:27:20.555043-0500 
taler-merchant-httpd-32730(EZJ7P2KHEY2NNRYX1QHX7YWVGM) INFO Handling request 
(PATCH) for URL '/private/products/product-2'
+2023-02-20T07:27:20.577203-0500 
taler-merchant-httpd-32730(EZJ7P2KHEY2NNRYX1QHX7YWVGM) INFO Finished handling 
request for `/private/products/product-2' with MHD termination code 0
+2023-02-20T07:27:20.578634-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/products/$ID completed with response code 204
+2023-02-20T07:27:20.580941-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `get-product-p2'
+2023-02-20T07:27:20.584292-0500 
taler-merchant-httpd-32730(ZJ0B48H3GFGFRVQCHNQ8QT1DWM) INFO Handling request 
(GET) for URL '/private/products/product-2'
+2023-02-20T07:27:20.588477-0500 
taler-merchant-httpd-32730(ZJ0B48H3GFGFRVQCHNQ8QT1DWM) INFO Finished handling 
request for `/private/products/product-2' with MHD termination code 0
+2023-02-20T07:27:20.593089-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `get-product-nx'
+2023-02-20T07:27:20.596395-0500 
taler-merchant-httpd-32730(NNXDXVQXFR70BT2EAFRJGXJ1MM) INFO Handling request 
(GET) for URL '/private/products/product-nx'
+2023-02-20T07:27:20.599501-0500 
taler-merchant-httpd-32730(NNXDXVQXFR70BT2EAFRJGXJ1MM) INFO Finished handling 
request for `/private/products/product-nx' with MHD termination code 0
+2023-02-20T07:27:20.601993-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `patch-products-p3-nx'
+2023-02-20T07:27:20.607837-0500 
taler-merchant-httpd-32730(SCDCFMFYGSTFV4N0K9DXQE40BW) INFO Handling request 
(PATCH) for URL '/private/products/product-3'
+2023-02-20T07:27:20.613716-0500 
taler-merchant-httpd-32730(SCDCFMFYGSTFV4N0K9DXQE40BW) INFO Finished handling 
request for `/private/products/product-3' with MHD termination code 0
+2023-02-20T07:27:20.615150-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/products/$ID completed with response code 404
+2023-02-20T07:27:20.616565-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `get-products-empty'
+2023-02-20T07:27:20.622047-0500 
taler-merchant-httpd-32730(DZ16AS36GSRT3WP2F49HBXYJT4) INFO Handling request 
(DELETE) for URL '/private/products/p1'
+2023-02-20T07:27:20.628485-0500 
taler-merchant-httpd-32730(DZ16AS36GSRT3WP2F49HBXYJT4) INFO Finished handling 
request for `/private/products/p1' with MHD termination code 0
+2023-02-20T07:27:20.632585-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `get-products-empty'
+2023-02-20T07:27:20.636117-0500 
taler-merchant-httpd-32730(P7VX1G4GM13CSCKP1ZRJ0HJFXW) INFO Handling request 
(DELETE) for URL '/private/products/product-1'
+2023-02-20T07:27:20.643207-0500 
taler-merchant-httpd-32730(P7VX1G4GM13CSCKP1ZRJ0HJFXW) INFO Finished handling 
request for `/private/products/product-1' with MHD termination code 0
+2023-02-20T07:27:20.644119-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `lock-product-p2'
+2023-02-20T07:27:20.654376-0500 
taler-merchant-httpd-32730(PZYQ9C4F8ZN4WS46HHFJTJ4JSG) INFO Handling request 
(POST) for URL '/private/products/product-2/lock'
+2023-02-20T07:27:20.677023-0500 
taler-merchant-httpd-32730(PZYQ9C4F8ZN4WS46HHFJTJ4JSG) INFO Finished handling 
request for `/private/products/product-2/lock' with MHD termination code 0
+2023-02-20T07:27:20.678476-0500 .libs/test_merchant_api_cs-32556 INFO LOCK 
/products/$ID completed with response code 204
+2023-02-20T07:27:20.680883-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `lock-product-nx'
+2023-02-20T07:27:20.686072-0500 
taler-merchant-httpd-32730(1CANY8D1T0HTX97RSN5PN8TNRG) INFO Handling request 
(POST) for URL '/private/products/product-nx/lock'
+2023-02-20T07:27:20.692744-0500 
taler-merchant-httpd-32730(1CANY8D1T0HTX97RSN5PN8TNRG) INFO Finished handling 
request for `/private/products/product-nx/lock' with MHD termination code 0
+2023-02-20T07:27:20.694192-0500 .libs/test_merchant_api_cs-32556 INFO LOCK 
/products/$ID completed with response code 404
+2023-02-20T07:27:20.695318-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `lock-product-too-much'
+2023-02-20T07:27:20.700533-0500 
taler-merchant-httpd-32730(B3HC2EJYAWP7C4WTDAKJ9C3310) INFO Handling request 
(POST) for URL '/private/products/product-2/lock'
+2023-02-20T07:27:20.706941-0500 
taler-merchant-httpd-32730(B3HC2EJYAWP7C4WTDAKJ9C3310) INFO Finished handling 
request for `/private/products/product-2/lock' with MHD termination code 0
+2023-02-20T07:27:20.708127-0500 .libs/test_merchant_api_cs-32556 INFO LOCK 
/products/$ID completed with response code 410
+2023-02-20T07:27:20.708988-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `delete-product-locked'
+2023-02-20T07:27:20.712345-0500 
taler-merchant-httpd-32730(4Y8FHRDRRZQ0THT3WM975QSBPM) INFO Handling request 
(DELETE) for URL '/private/products/product-2'
+2023-02-20T07:27:20.715846-0500 
taler-merchant-httpd-32730(4Y8FHRDRRZQ0THT3WM975QSBPM) INFO Finished handling 
request for `/private/products/product-2' with MHD termination code 0
+2023-02-20T07:27:20.717298-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:20.717524-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-reserve-1
+2023-02-20T07:27:20.727274-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting administrative transaction at 
`http://localhost:8082/2/admin/add-incoming' for reserve NAGRBZYB
+2023-02-20T07:27:20.784197-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:27:20.786323-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:27:20.794304-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:27:20.794626-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:27:20.797465-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:27:20.797680-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:27:20.809308-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 62->2, subject: NAGRBZYB, amount: EUR:10.02
+2023-02-20T07:27:20.825757-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer from 62 to 2 over EUR:10.02 and subject NAGRBZYB at row 1
+2023-02-20T07:27:20.869338-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:20.869560-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: wirewatch-1
+==32794== Memcheck, a memory error detector
+==32794== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32794== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32794== Command: /home/priscilla//bin/taler-exchange-wirewatch -c 
test_merchant_api-cs.conf -S 1 -w 0 -t -L DEBUG
+==32794== 
+2023-02-20T07:27:20.999044-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:21.029493-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:21.473347-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:21.487378-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:22.425498-0500 taler-exchange-wirewatch-32794 INFO Change in 
PQ event FD to -1
+2023-02-20T07:27:22.471371-0500 taler-exchange-wirewatch-32794 INFO New poll 
FD is -1
+2023-02-20T07:27:22.609721-0500 taler-exchange-wirewatch-32794 INFO Change in 
PQ event FD to 8
+2023-02-20T07:27:22.609959-0500 taler-exchange-wirewatch-32794 INFO New poll 
FD is 8
+2023-02-20T07:27:22.633499-0500 taler-exchange-wirewatch-32794 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:27:22.636400-0500 taler-exchange-wirewatch-32794 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:22.664005-0500 taler-exchange-wirewatch-32794 INFO Trying to 
claim shard (0-1]
+2023-02-20T07:27:22.700471-0500 taler-exchange-wirewatch-32794 INFO Claimed 
new shard
+2023-02-20T07:27:22.701580-0500 taler-exchange-wirewatch-32794 INFO Starting 
with shard wirewatch-exchange-account-exchange at (0,1] locked for 0 ms
+2023-02-20T07:27:22.702194-0500 taler-exchange-wirewatch-32794 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:27:22.703589-0500 taler-exchange-wirewatch-32794 INFO Requesting 
credit history staring from 0
+2023-02-20T07:27:22.710012-0500 taler-exchange-wirewatch-32794 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1'
+2023-02-20T07:27:23.031845-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:23.045881-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:23.068004-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:27:23.068178-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:27:23.069518-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x905d990 (0)
+2023-02-20T07:27:23.071815-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 0
+2023-02-20T07:27:23.074468-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning 1 credit transactions starting (inclusive) from 1
+2023-02-20T07:27:23.191329-0500 taler-exchange-wirewatch-32794 INFO History 
request returned with HTTP status 200
+2023-02-20T07:27:23.194354-0500 taler-exchange-wirewatch-32794 INFO Importing 
1 transactions
+2023-02-20T07:27:23.197427-0500 taler-exchange-wirewatch-32794 INFO Starting 
READ COMMITTED transaction `READ_COMMITED`
+2023-02-20T07:27:23.288499-0500 taler-exchange-wirewatch-32794 INFO Imported 
transaction 1.2023-02-20T07:27:23.289684-0500 taler-exchange-wirewatch-32794 
INFO Completing shard 0-1
+2023-02-20T07:27:23.300309-0500 taler-exchange-wirewatch-32794 INFO Completed 
shard wirewatch-exchange-account-exchange (0,1] after 664 ms
+2023-02-20T07:27:23.301491-0500 taler-exchange-wirewatch-32794 INFO Increasing 
batch size to 2
+2023-02-20T07:27:23.302009-0500 taler-exchange-wirewatch-32794 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:27:23.317993-0500 taler-exchange-wirewatch-32794 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:23.320117-0500 taler-exchange-wirewatch-32794 INFO Trying to 
claim shard (1-2]
+2023-02-20T07:27:23.331587-0500 taler-exchange-wirewatch-32794 INFO Claimed 
new shard
+2023-02-20T07:27:23.331792-0500 taler-exchange-wirewatch-32794 INFO Starting 
with shard wirewatch-exchange-account-exchange at (1,2] locked for 0 ms
+2023-02-20T07:27:23.332000-0500 taler-exchange-wirewatch-32794 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:27:23.333333-0500 taler-exchange-wirewatch-32794 INFO Requesting 
credit history staring from 1
+2023-02-20T07:27:23.333872-0500 taler-exchange-wirewatch-32794 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=1'
+2023-02-20T07:27:23.338697-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:27:23.338927-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:27:23.339175-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x9092ee0 (0)
+2023-02-20T07:27:23.339797-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 1
+2023-02-20T07:27:23.346068-0500 taler-exchange-wirewatch-32794 INFO History 
request returned with HTTP status 204
+2023-02-20T07:27:23.346860-0500 taler-exchange-wirewatch-32794 INFO 
Transaction list drained and in test mode. Exiting
+==32794== 
+==32794== HEAP SUMMARY:
+==32794==     in use at exit: 5,293 bytes in 26 blocks
+==32794==   total heap usage: 3,853 allocs, 3,827 frees, 478,905 bytes 
allocated
+==32794== 
+==32794== LEAK SUMMARY:
+==32794==    definitely lost: 0 bytes in 0 blocks
+==32794==    indirectly lost: 0 bytes in 0 blocks
+==32794==      possibly lost: 0 bytes in 0 blocks
+==32794==    still reachable: 5,293 bytes in 26 blocks
+==32794==         suppressed: 0 bytes in 0 blocks
+==32794== Reachable blocks (those to which a pointer was found) are not shown.
+==32794== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32794== 
+==32794== For lists of detected and suppressed errors, rerun with: -s
+==32794== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:23.482639-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:23.482895-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-2
+2023-02-20T07:27:23.489711-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/62?receiver-name=62) to 
debit_account (62)
+2023-02-20T07:27:23.489752-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:23.493851-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:23.494065-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-1
+2023-02-20T07:27:23.503645-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:23.595164-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:23.596906-0500 
taler-exchange-httpd-32742(308CQ7JRQ2XERJJZMPQ1GX76ZG) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:23.597208-0500 
taler-exchange-httpd-32742(308CQ7JRQ2XERJJZMPQ1GX76ZG) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:23.597470-0500 
taler-exchange-httpd-32742(308CQ7JRQ2XERJJZMPQ1GX76ZG) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:23.614171-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:27:23.713547-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:27:23.713725-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:27:23.714931-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 103 ms
+2023-02-20T07:27:23.721375-0500 
taler-exchange-httpd-32742(308CQ7JRQ2XERJJZMPQ1GX76ZG) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:27:23.864371-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve NAGRBZYB
+2023-02-20T07:27:23.868618-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:23.870363-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO Handling request 
(POST) for URL 
'/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw'
+2023-02-20T07:27:23.870709-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO Handling request 
(POST) for URL 
'/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw'
+2023-02-20T07:27:23.870998-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO Handling request 
(POST) for URL 
'/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw'
+2023-02-20T07:27:23.901116-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:27:23.934646-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:27:23.934800-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:27:23.935450-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 35 ms
+2023-02-20T07:27:23.938127-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:27:23.966288-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:27:23.968068-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:27:23.969506-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:27:24.005664-0500 
taler-exchange-httpd-32742(3D0HBSEA3Z0E0R8D7GB7B6B104) INFO Request for 
`/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw' 
completed (0)
+2023-02-20T07:27:24.046326-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.046486-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-2
+2023-02-20T07:27:24.051539-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:24.053327-0500 
taler-exchange-httpd-32742(06DGHEZMYM99JRFWKVX6T7MDS8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:24.053633-0500 
taler-exchange-httpd-32742(06DGHEZMYM99JRFWKVX6T7MDS8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:24.053909-0500 
taler-exchange-httpd-32742(06DGHEZMYM99JRFWKVX6T7MDS8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:24.057045-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:27:24.061870-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:27:24.062041-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:27:24.062311-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 5 ms
+2023-02-20T07:27:24.064215-0500 
taler-exchange-httpd-32742(06DGHEZMYM99JRFWKVX6T7MDS8) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:27:24.093796-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve NAGRBZYB
+2023-02-20T07:27:24.097145-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:24.098885-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO Handling request 
(POST) for URL 
'/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw'
+2023-02-20T07:27:24.099214-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO Handling request 
(POST) for URL 
'/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw'
+2023-02-20T07:27:24.099503-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO Handling request 
(POST) for URL 
'/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw'
+2023-02-20T07:27:24.110123-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:27:24.112244-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:27:24.112489-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:27:24.113085-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2895 µs
+2023-02-20T07:27:24.113337-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:27:24.122184-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:27:24.122556-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:27:24.122917-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:27:24.133323-0500 
taler-exchange-httpd-32742(6FTNZ8YWJER88N5YPJTWK3DCC4) INFO Request for 
`/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290/withdraw' 
completed (0)
+2023-02-20T07:27:24.166097-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.166351-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-orders-empty
+2023-02-20T07:27:24.174219-0500 
taler-merchant-httpd-32730(G9WBWN6BKNX7B15EXMPC9WH018) INFO Handling request 
(GET) for URL '/private/orders'
+2023-02-20T07:27:24.185335-0500 
taler-merchant-httpd-32730(G9WBWN6BKNX7B15EXMPC9WH018) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:24.188616-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.188783-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-status-1
+2023-02-20T07:27:24.192759-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:24.194554-0500 
taler-exchange-httpd-32742(JFVGW4S6Q48DYQ3ECEEG8CKF3W) INFO Handling request 
(GET) for URL '/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290'
+2023-02-20T07:27:24.196324-0500 
taler-exchange-httpd-32742(JFVGW4S6Q48DYQ3ECEEG8CKF3W) INFO Starting 
transaction `get reserve balance'
+2023-02-20T07:27:24.206358-0500 
taler-exchange-httpd-32742(JFVGW4S6Q48DYQ3ECEEG8CKF3W) INFO Request for 
`/reserves/TQT49ENJXCHGV839PC3ZXFTXQX5J5R7B96JNYF17997ZGECVG290' completed (0)
+2023-02-20T07:27:24.209491-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.209660-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: delete-order-nx
+2023-02-20T07:27:24.212451-0500 
taler-merchant-httpd-32730(48SVJ02A46YWBE0DFWEWYYGY2G) INFO Handling request 
(DELETE) for URL '/private/orders/1'
+2023-02-20T07:27:24.220632-0500 
taler-merchant-httpd-32730(48SVJ02A46YWBE0DFWEWYYGY2G) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:24.221973-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.222145-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-orders-1-start
+2023-02-20T07:27:24.225177-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.225324-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: claim-order-nx
+2023-02-20T07:27:24.227009-0500 
taler-merchant-httpd-32730(MXHX4CK2S79WSJPJSH6NFARX9R) INFO Handling request 
(GET) for URL '/private/orders'
+2023-02-20T07:27:24.229202-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1/claim
+2023-02-20T07:27:24.232130-0500 
taler-merchant-httpd-32730(MXHX4CK2S79WSJPJSH6NFARX9R) INFO Executing PQ 
command `LISTEN X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0'
+2023-02-20T07:27:24.240059-0500 
taler-merchant-httpd-32730(DMRFWD3V7JR0PGB14ZXW0NKX8C) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T07:27:24.242642-0500 
taler-merchant-httpd-32730(DMRFWD3V7JR0PGB14ZXW0NKX8C) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:24.246235-0500 
taler-merchant-httpd-32730(DMRFWD3V7JR0PGB14ZXW0NKX8C) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T07:27:24.248981-0500 
taler-merchant-httpd-32730(DMRFWD3V7JR0PGB14ZXW0NKX8C) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T07:27:24.250665-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 404
+2023-02-20T07:27:24.251564-0500 .libs/test_merchant_api_cs-32556 WARNING 
Proposal lookup failed with HTTP status code 404/2300
+2023-02-20T07:27:24.253107-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.253256-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-1
+2023-02-20T07:27:24.261285-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:24.280362-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:24.284467-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO Notifying clients 
of new order 2 at YJXV0MR2
+2023-02-20T07:27:24.284851-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'0000000000004005YMGCJ1S300000000''
+2023-02-20T07:27:24.285488-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO PG poll job active
+2023-02-20T07:27:24.285808-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:24.286053-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:27:24.299498-0500 
taler-merchant-httpd-32730(M1GGQN6B67K0W1EEVYMHFMSR9W) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:24.300862-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1/claim
+2023-02-20T07:27:24.306064-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T07:27:24.306958-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:24.332454-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Notifying clients 
of new order 2 at YJXV0MR2
+2023-02-20T07:27:24.332843-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'0000000000004005YMGCJ1S300000001''
+2023-02-20T07:27:24.333435-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO PG poll job active
+2023-02-20T07:27:24.334100-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Received 
notification x2v9tax64ex76kexbsab8vtnh4bp05frekby1m5shs6wff9xynqj0 with extra 
data `'
+2023-02-20T07:27:24.336292-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Received 
notification about new order 2
+2023-02-20T07:27:24.338636-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Waking up client 
0x58f1230!
+2023-02-20T07:27:24.339847-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Adding order 
`(null)' (2) to result set
+2023-02-20T07:27:24.358776-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Executing PQ 
command `UNLISTEN X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0'
+2023-02-20T07:27:24.360591-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:24.360960-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:27:24.414752-0500 
taler-merchant-httpd-32730(VJQ3Q9NC7HHYQ13QG0XM2Q66F4) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T07:27:24.418193-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:24.420136-0500 
taler-merchant-httpd-32730(MXHX4CK2S79WSJPJSH6NFARX9R) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:24.527142-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.527281-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: post-webhooks-pay-w1
+2023-02-20T07:27:24.532844-0500 
taler-merchant-httpd-32730(KG803ZACJV37GX0Q77VWSMJKF4) INFO Handling request 
(POST) for URL '/private/webhooks'
+2023-02-20T07:27:24.535022-0500 
taler-merchant-httpd-32730(KG803ZACJV37GX0Q77VWSMJKF4) INFO Starting merchant 
DB transaction `/post webhooks'
+2023-02-20T07:27:24.540447-0500 
taler-merchant-httpd-32730(KG803ZACJV37GX0Q77VWSMJKF4) INFO Committing merchant 
DB transaction /post webhooks
+2023-02-20T07:27:24.554489-0500 
taler-merchant-httpd-32730(KG803ZACJV37GX0Q77VWSMJKF4) INFO Finished handling 
request for `/private/webhooks' with MHD termination code 0
+2023-02-20T07:27:24.555395-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/webhooks completed with response code 204
+2023-02-20T07:27:24.556743-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.556884-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: launch-http-server-for-webhooks
+2023-02-20T07:27:24.557981-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.558110-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-1-idem
+2023-02-20T07:27:24.563492-0500 
taler-merchant-httpd-32730(5KE65AYTK8FSJ5S2KQJ2H1C5VC) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:24.586166-0500 
taler-merchant-httpd-32730(5KE65AYTK8FSJ5S2KQJ2H1C5VC) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:24.587444-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.587591-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-1x
+2023-02-20T07:27:24.592931-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:24.609837-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:24.613924-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO Notifying clients 
of new order 3 at YJXV0MR2
+2023-02-20T07:27:24.614289-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'0000000000006005YMGCJ1S300000000''
+2023-02-20T07:27:24.614851-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO PG poll job active
+2023-02-20T07:27:24.615161-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:24.615404-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:27:24.621878-0500 
taler-merchant-httpd-32730(9VZQ1FVWNC6P9YHE1HW0Z15FTR) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:24.622780-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1x/claim
+2023-02-20T07:27:24.627714-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO Handling request 
(POST) for URL '/orders/1x/claim'
+2023-02-20T07:27:24.628621-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:24.646608-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO Notifying clients 
of new order 3 at YJXV0MR2
+2023-02-20T07:27:24.646976-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'0000000000006005YMGCJ1S300000001''
+2023-02-20T07:27:24.647568-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO PG poll job active
+2023-02-20T07:27:24.647890-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:24.648136-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:27:24.673661-0500 
taler-merchant-httpd-32730(NZH6B0FEMSMC2VRZSHZ354GSRW) INFO Finished handling 
request for `/orders/1x/claim' with MHD termination code 0
+2023-02-20T07:27:24.677591-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:24.688581-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.688780-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: reclaim-1
+2023-02-20T07:27:24.690432-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1/claim
+2023-02-20T07:27:24.695401-0500 
taler-merchant-httpd-32730(XJCT1B960CMPXE42HHMS1B7J14) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T07:27:24.696332-0500 
taler-merchant-httpd-32730(XJCT1B960CMPXE42HHMS1B7J14) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:24.700992-0500 
taler-merchant-httpd-32730(XJCT1B960CMPXE42HHMS1B7J14) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T07:27:24.722192-0500 
taler-merchant-httpd-32730(XJCT1B960CMPXE42HHMS1B7J14) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T07:27:24.727349-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:24.739252-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.739456-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: reclaim-1-bad-nonce
+2023-02-20T07:27:24.741029-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1/claim
+2023-02-20T07:27:24.745599-0500 
taler-merchant-httpd-32730(W3JDKHDAKNX7XABBRSVA8H7HPC) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T07:27:24.746386-0500 
taler-merchant-httpd-32730(W3JDKHDAKNX7XABBRSVA8H7HPC) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:24.750466-0500 
taler-merchant-httpd-32730(W3JDKHDAKNX7XABBRSVA8H7HPC) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T07:27:24.753385-0500 
taler-merchant-httpd-32730(W3JDKHDAKNX7XABBRSVA8H7HPC) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T07:27:24.754566-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 409
+2023-02-20T07:27:24.754891-0500 .libs/test_merchant_api_cs-32556 WARNING 
Proposal lookup failed with HTTP status code 409/2301
+2023-02-20T07:27:24.755375-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.755570-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: reclaim-1x
+2023-02-20T07:27:24.755938-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1x/claim
+2023-02-20T07:27:24.760280-0500 
taler-merchant-httpd-32730(M52VBFWZJVCG4JHH6YBVF2FNDM) INFO Handling request 
(POST) for URL '/orders/1x/claim'
+2023-02-20T07:27:24.761129-0500 
taler-merchant-httpd-32730(M52VBFWZJVCG4JHH6YBVF2FNDM) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:24.765189-0500 
taler-merchant-httpd-32730(M52VBFWZJVCG4JHH6YBVF2FNDM) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T07:27:24.789430-0500 
taler-merchant-httpd-32730(M52VBFWZJVCG4JHH6YBVF2FNDM) INFO Finished handling 
request for `/orders/1x/claim' with MHD termination code 0
+2023-02-20T07:27:24.793986-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:24.805047-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.805266-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-1-pre-exists
+2023-02-20T07:27:24.813102-0500 
taler-merchant-httpd-32730(D01PHMCKER3NJVMX6337J29Q9M) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:24.832356-0500 
taler-merchant-httpd-32730(D01PHMCKER3NJVMX6337J29Q9M) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:24.834828-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.835069-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-orders-1-conclude
+2023-02-20T07:27:24.837612-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.837843-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-orders-1
+2023-02-20T07:27:24.841349-0500 
taler-merchant-httpd-32730(RME0V9RR0F8S49V17HTH86D3H8) INFO Handling request 
(GET) for URL '/private/orders'
+2023-02-20T07:27:24.844304-0500 
taler-merchant-httpd-32730(RME0V9RR0F8S49V17HTH86D3H8) INFO Adding order `1x' 
(3) to result set
+2023-02-20T07:27:24.850069-0500 
taler-merchant-httpd-32730(RME0V9RR0F8S49V17HTH86D3H8) INFO Adding order `1' 
(2) to result set
+2023-02-20T07:27:24.857145-0500 
taler-merchant-httpd-32730(RME0V9RR0F8S49V17HTH86D3H8) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:24.862649-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.862884-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-wallet-1
+2023-02-20T07:27:24.868419-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1?h_contract=KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0
+2023-02-20T07:27:24.873374-0500 
taler-merchant-httpd-32730(EWKTE9Q9E0GNNRR2JPCE603G88) INFO Handling request 
(GET) for URL '/orders/1'
+2023-02-20T07:27:24.915735-0500 
taler-merchant-httpd-32730(EWKTE9Q9E0GNNRR2JPCE603G88) INFO Order claimed but 
unpaid, sending pay request for order 1
+2023-02-20T07:27:24.917152-0500 
taler-merchant-httpd-32730(EWKTE9Q9E0GNNRR2JPCE603G88) INFO Sending payment 
request
+2023-02-20T07:27:24.921666-0500 
taler-merchant-httpd-32730(EWKTE9Q9E0GNNRR2JPCE603G88) INFO Finished handling 
request for `/orders/1' with MHD termination code 0
+2023-02-20T07:27:24.928555-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.928805-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1
+2023-02-20T07:27:24.929337-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1?transfer=YES
+2023-02-20T07:27:24.932459-0500 
taler-merchant-httpd-32730(1HQH77TPR06ZAB43DGJGP7JXER) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T07:27:24.957018-0500 
taler-merchant-httpd-32730(1HQH77TPR06ZAB43DGJGP7JXER) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:24.963229-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:27:24.964450-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.964663-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-wallet-start-1
+2023-02-20T07:27:24.967746-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1?h_contract=KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0&timeout_ms=60000
+2023-02-20T07:27:24.970604-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.970802-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-wallet-start-1x
+2023-02-20T07:27:24.971721-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1x?h_contract=3M4FTESM04ED3JM07S6V2KEQ8X8P6Q1FKK3GGZM4CEDK6Q5V54DFYDCX5TATZVH87RXETEKBK4Y318GXHX697D9K22JDGSAF20H4CK8&session_id=session-0&timeout_ms=2000
+2023-02-20T07:27:24.971979-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Handling request 
(GET) for URL '/orders/1'
+2023-02-20T07:27:24.974013-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.974213-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-merchant-1-start
+2023-02-20T07:27:24.974847-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Subscribing to 
payments on 1
+2023-02-20T07:27:24.975156-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from 
http://localhost:8080/private/orders/1?transfer=NO&timeout_ms=60000
+2023-02-20T07:27:24.975604-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Executing PQ 
command `LISTEN X3QF6D7A6AERVQ6XM8YR8PKXHE63VFN80SNGBABP2HG5KWD00QXE0'
+2023-02-20T07:27:24.978103-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:24.978304-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: deposit-simple
+2023-02-20T07:27:24.990203-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Order claimed but 
unpaid, sending pay request for order 1
+2023-02-20T07:27:24.991079-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Suspending GET 
/orders/1
+2023-02-20T07:27:24.995040-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Handling request 
(GET) for URL '/orders/1x'
+2023-02-20T07:27:24.995747-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Subscribing to 
payments on 1x
+2023-02-20T07:27:24.996115-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Executing PQ 
command `LISTEN XPWR5Q73B2PDFND1PP0PGX27CZWAPQNQQCMWBYCQWNDMCFDSH9TZG'
+2023-02-20T07:27:25.011116-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Sending pay request 
for order 1x (already paid: (null))
+2023-02-20T07:27:25.011516-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Suspending GET 
/orders/1x
+2023-02-20T07:27:25.013954-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T07:27:25.016284-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO Subscribing to 
payment triggers for 0x6e67bd0
+2023-02-20T07:27:25.034541-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Handling request 
(POST) for URL '/orders/1/pay'
+2023-02-20T07:27:25.046323-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:25.056400-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Handling payment 
for order `1' with contract hash `KYANNQPN'
+2023-02-20T07:27:25.060126-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:25.062771-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:27:25.067888-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:27:25.071079-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Do not have 
required wire data. Will re-request /wire now
+2023-02-20T07:27:25.073073-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Missing wire fees 
for exchange http://localhost:8081/ and method x-taler-bank
+2023-02-20T07:27:25.074089-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Initiating /wire 
download
+2023-02-20T07:27:25.077865-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:25.079429-0500 
taler-exchange-httpd-32742(4ZHGS189NY8BE2MCSPWMFTSS3G) INFO Handling request 
(GET) for URL '/wire'
+2023-02-20T07:27:25.156525-0500 
taler-exchange-httpd-32742(4ZHGS189NY8BE2MCSPWMFTSS3G) INFO Setting 'Expires' 
header for '/wire' to 'Mon, 01 Jan 2024 00:00:00 GMT'
+2023-02-20T07:27:25.159621-0500 
taler-exchange-httpd-32742(4ZHGS189NY8BE2MCSPWMFTSS3G) INFO Request for `/wire' 
completed (0)
+2023-02-20T07:27:25.174149-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Received /wire 
response
+2023-02-20T07:27:25.176580-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Starting merchant 
DB transaction `store wire fee'
+2023-02-20T07:27:25.180397-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Storing wire fee 
for HGYF3P1M starting at Sat Dec 31 19:00:00 2022 of EUR:0.01
+2023-02-20T07:27:25.182601-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Committing merchant 
DB transaction store wire fee
+2023-02-20T07:27:25.200594-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:27:25.207127-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Initiating batch 
deposit with 1 coins
+2023-02-20T07:27:25.349387-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:25.350689-0500 
taler-exchange-httpd-32742(5NCZ3RS1HACFCGDX9FJ3VXASGC) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:25.350872-0500 
taler-exchange-httpd-32742(5NCZ3RS1HACFCGDX9FJ3VXASGC) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:25.351037-0500 
taler-exchange-httpd-32742(5NCZ3RS1HACFCGDX9FJ3VXASGC) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:25.504262-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:25.518703-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:25.570915-0500 
taler-exchange-httpd-32742(5NCZ3RS1HACFCGDX9FJ3VXASGC) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:27:25.610044-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:25.610341-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:25.616056-0500 
taler-exchange-httpd-32742(5NCZ3RS1HACFCGDX9FJ3VXASGC) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:27:25.639712-0500 taler-merchant-httpd-32730 INFO Batch deposit 
completed with status 200
+2023-02-20T07:27:25.640713-0500 taler-merchant-httpd-32730 INFO Starting 
merchant DB transaction `batch-deposit-insert-confirmation'
+2023-02-20T07:27:25.647788-0500 taler-merchant-httpd-32730 INFO Committing 
merchant DB transaction batch-deposit-insert-confirmation
+2023-02-20T07:27:25.659131-0500 taler-merchant-httpd-32730 INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:27:25.660890-0500 taler-merchant-httpd-32730 INFO Starting 
merchant DB transaction `run pay'
+2023-02-20T07:27:25.673899-0500 taler-merchant-httpd-32730 INFO Subtracting 
total refunds from paid amount: EUR:0
+2023-02-20T07:27:25.675373-0500 taler-merchant-httpd-32730 INFO Order `1' 
(KYANNQPN) was fully paid
+2023-02-20T07:27:25.680728-0500 taler-merchant-httpd-32730 INFO Notifying 
clients of new order 2 at YJXV0MR2
+2023-02-20T07:27:25.681099-0500 taler-merchant-httpd-32730 INFO Executing 
command `NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'0000000000004005YMGCJ1S300000003''
+2023-02-20T07:27:25.681681-0500 taler-merchant-httpd-32730 INFO PG poll job 
active
+2023-02-20T07:27:25.681994-0500 taler-merchant-httpd-32730 INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:25.706697-0500 taler-merchant-httpd-32730 INFO Executing 
command `NOTIFY XXJWF6C1DCS1255RJH7GQ1EK16J8DMRSQ6K9EDKNKCP7HRVWAJPKG, '''
+2023-02-20T07:27:25.707271-0500 taler-merchant-httpd-32730 INFO PG poll job 
active
+2023-02-20T07:27:25.707560-0500 taler-merchant-httpd-32730 INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:25.709427-0500 taler-merchant-httpd-32730 INFO Committing 
merchant DB transaction run pay
+2023-02-20T07:27:25.722284-0500 taler-merchant-httpd-32730 INFO Notifying 
clients about payment of order 1
+2023-02-20T07:27:25.723088-0500 taler-merchant-httpd-32730 INFO Executing 
command `NOTIFY X3QF6D7A6AERVQ6XM8YR8PKXHE63VFN80SNGBABP2HG5KWD00QXE0, '''
+2023-02-20T07:27:25.723744-0500 taler-merchant-httpd-32730 INFO PG poll job 
active
+2023-02-20T07:27:25.724397-0500 taler-merchant-httpd-32730 INFO Received 
notification x3qf6d7a6aervq6xm8yr8pkxhe63vfn80sngbabp2hg5kwd00qxe0 with extra 
data `'
+2023-02-20T07:27:25.725342-0500 taler-merchant-httpd-32730 INFO Resuming 
request 0x6e67bd0 by trigger
+2023-02-20T07:27:25.762550-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Received event for 
1 with argument ``
+2023-02-20T07:27:25.763955-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Resuming (1/0) by 
event with argument ``
+2023-02-20T07:27:25.765185-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:25.771359-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID finished with status 200.
+2023-02-20T07:27:25.785447-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:27:25.787042-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO Notifying clients 
about session change to session-0 for https://example.com
+2023-02-20T07:27:25.787601-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/orders/$ID finished with status 200.
+2023-02-20T07:27:25.788000-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO Executing command 
`NOTIFY XNJDS5JSPYRNJJ7ZBRDXZQQQBKYAGABYRWACT7X7SG4BQ0T2C3TEG, '''
+2023-02-20T07:27:25.788651-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO PG poll job active
+2023-02-20T07:27:25.788946-0500 
taler-merchant-httpd-32730(7DAKXA6FTMYMHN806Q35K5ACV4) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:25.795994-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Finished handling 
request for `/orders/1' with MHD termination code 0
+2023-02-20T07:27:25.796602-0500 
taler-merchant-httpd-32730(ZS4WA3PTAESHK80QVMZFVEG2BG) INFO Executing PQ 
command `UNLISTEN X3QF6D7A6AERVQ6XM8YR8PKXHE63VFN80SNGBABP2HG5KWD00QXE0'
+2023-02-20T07:27:25.799771-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 200
+2023-02-20T07:27:25.801265-0500 
taler-merchant-httpd-32730(FT62VDP2P8W3PV9DCQ06H6253W) INFO Finished handling 
request for `/orders/1/pay' with MHD termination code 0
+2023-02-20T07:27:25.808265-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:25.808449-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-merchant-1-conclude
+2023-02-20T07:27:25.809541-0500 .libs/test_merchant_api_cs-32556 INFO Waiting 
on GET /private/orders/$ID of poll-order-merchant-1-start (finished)
+2023-02-20T07:27:25.810999-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:25.811159-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-1-conclude
+2023-02-20T07:27:25.812202-0500 .libs/test_merchant_api_cs-32556 INFO Waiting 
on GET /orders/$ID of poll-order-wallet-start-1 (finished)
+2023-02-20T07:27:25.813944-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:25.814105-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pending-webhooks-pay-w1
+2023-02-20T07:27:25.824985-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:25.826227-0500 
taler-exchange-httpd-32742(9VWQHYYA6FCRWTAWKBYV33MGSC) INFO Handling request 
(GET) for URL 
'/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0/2ZSQEC6PDX8EF8BG4K0K18WDV0V02A5A3CZJAAZ65RWWVB0Q36X0'
+2023-02-20T07:27:25.835662-0500 
taler-exchange-httpd-32742(9VWQHYYA6FCRWTAWKBYV33MGSC) INFO Starting 
transaction `handle deposits GET'
+==32804== Memcheck, a memory error detector
+==32804== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32804== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32804== Command: /home/priscilla//bin/taler-merchant-webhook -c 
test_merchant_api-cs.conf -t -L DEBUG
+==32804== 
+2023-02-20T07:27:26.270896-0500 
taler-exchange-httpd-32742(9VWQHYYA6FCRWTAWKBYV33MGSC) INFO Request for 
`/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0/2ZSQEC6PDX8EF8BG4K0K18WDV0V02A5A3CZJAAZ65RWWVB0Q36X0'
 completed (0)
+2023-02-20T07:27:26.997826-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Received event for 
1x with argument ``
+2023-02-20T07:27:26.998133-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Resuming (0/0) by 
event with argument ``
+2023-02-20T07:27:27.008017-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Sending pay request 
for order 1x (already paid: 1)
+2023-02-20T07:27:27.008244-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Sending payment 
request
+2023-02-20T07:27:27.009688-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Finished handling 
request for `/orders/1x' with MHD termination code 0
+2023-02-20T07:27:27.010031-0500 
taler-merchant-httpd-32730(M75B9RBQG2JT0NDBCDQ4JGRRD4) INFO Executing PQ 
command `UNLISTEN XPWR5Q73B2PDFND1PP0PGX27CZWAPQNQQCMWBYCQWNDMCFDSH9TZG'
+2023-02-20T07:27:27.010700-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/orders/$ID finished with status 402.
+2023-02-20T07:27:27.060550-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:27.074559-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:27.338508-0500 taler-merchant-webhook-32804 INFO Change in PQ 
event FD to -1
+2023-02-20T07:27:27.384141-0500 taler-merchant-webhook-32804 INFO New poll FD 
is -1
+2023-02-20T07:27:27.519575-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:27.535791-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:27.601705-0500 taler-merchant-webhook-32804 INFO Change in PQ 
event FD to 10
+2023-02-20T07:27:27.602085-0500 taler-merchant-webhook-32804 INFO New poll FD 
is 10
+Webhook called server at `/' with header `EFEHYJS-Bakery'
+2023-02-20T07:27:28.073288-0500 taler-merchant-webhook-32804 INFO Webhook 1 
returned with status 200
+2023-02-20T07:27:28.090105-0500 taler-merchant-webhook-32804 INFO Delete 
returned: 1
+2023-02-20T07:27:28.106474-0500 taler-merchant-webhook-32804 INFO Running 
shutdown
+2023-02-20T07:27:28.107804-0500 taler-merchant-webhook-32804 INFO Rolling back 
merchant DB transaction `(null)'
+==32804== 
+==32804== HEAP SUMMARY:
+==32804==     in use at exit: 5,289 bytes in 26 blocks
+==32804==   total heap usage: 3,944 allocs, 3,918 frees, 517,272 bytes 
allocated
+==32804== 
+==32804== LEAK SUMMARY:
+==32804==    definitely lost: 0 bytes in 0 blocks
+==32804==    indirectly lost: 0 bytes in 0 blocks
+==32804==      possibly lost: 0 bytes in 0 blocks
+==32804==    still reachable: 5,289 bytes in 26 blocks
+==32804==         suppressed: 0 bytes in 0 blocks
+==32804== Reachable blocks (those to which a pointer was found) are not shown.
+==32804== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32804== 
+==32804== For lists of detected and suppressed errors, rerun with: -s
+==32804== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:28.244045-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:28.244308-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check-http-server-for-webhooks
+2023-02-20T07:27:28.252292-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:28.252505-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-1x-conclude
+2023-02-20T07:27:28.252854-0500 .libs/test_merchant_api_cs-32556 INFO Waiting 
on GET /orders/$ID of poll-order-wallet-start-1x (finished)
+2023-02-20T07:27:28.253420-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:28.253632-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: verify-order-1-paid
+2023-02-20T07:27:28.269114-0500 
taler-merchant-httpd-32730(1613QTDWB8X3XDKWC7PD4DBP8R) INFO Handling request 
(POST) for URL '/orders/1/paid'
+2023-02-20T07:27:28.301761-0500 
taler-merchant-httpd-32730(1613QTDWB8X3XDKWC7PD4DBP8R) INFO Executing command 
`NOTIFY X8J37DQ6CDXGNM7MQZS9ZJ2VCC0JHMWJ0NJA5EYBGA6DYRXRRMH8G, '''
+2023-02-20T07:27:28.302335-0500 
taler-merchant-httpd-32730(1613QTDWB8X3XDKWC7PD4DBP8R) INFO PG poll job active
+2023-02-20T07:27:28.302675-0500 
taler-merchant-httpd-32730(1613QTDWB8X3XDKWC7PD4DBP8R) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:28.304334-0500 
taler-merchant-httpd-32730(1613QTDWB8X3XDKWC7PD4DBP8R) INFO Finished handling 
request for `/orders/1/paid' with MHD termination code 0
+2023-02-20T07:27:28.305888-0500 .libs/test_merchant_api_cs-32556 INFO /paid 
completed with response code 204
+2023-02-20T07:27:28.308138-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:28.308353-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-wallet-1-2
+2023-02-20T07:27:28.309082-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1?h_contract=KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0
+2023-02-20T07:27:28.313589-0500 
taler-merchant-httpd-32730(W6YACA1WWG8S1KMM2G0SJPAVCC) INFO Handling request 
(GET) for URL '/orders/1'
+2023-02-20T07:27:28.332031-0500 
taler-merchant-httpd-32730(W6YACA1WWG8S1KMM2G0SJPAVCC) INFO Finished handling 
request for `/orders/1' with MHD termination code 0
+2023-02-20T07:27:28.334350-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:28.334597-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1-2
+2023-02-20T07:27:28.335098-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1?transfer=YES
+2023-02-20T07:27:28.338613-0500 
taler-merchant-httpd-32730(PP4ZTRW86M8W4E13TAEPS3VCTW) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T07:27:28.360415-0500 
taler-merchant-httpd-32730(PP4ZTRW86M8W4E13TAEPS3VCTW) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:27:28.374406-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:28.376192-0500 
taler-exchange-httpd-32742(2BT1XS1G5ZDQ27RYGZYW8XSSC8) INFO Handling request 
(GET) for URL 
'/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0/2ZSQEC6PDX8EF8BG4K0K18WDV0V02A5A3CZJAAZ65RWWVB0Q36X0'
+2023-02-20T07:27:28.382866-0500 
taler-exchange-httpd-32742(2BT1XS1G5ZDQ27RYGZYW8XSSC8) INFO Starting 
transaction `handle deposits GET'
+2023-02-20T07:27:28.814765-0500 
taler-exchange-httpd-32742(2BT1XS1G5ZDQ27RYGZYW8XSSC8) INFO Request for 
`/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0/2ZSQEC6PDX8EF8BG4K0K18WDV0V02A5A3CZJAAZ65RWWVB0Q36X0'
 completed (0)
+2023-02-20T07:27:29.006100-0500 
taler-merchant-httpd-32730(PP4ZTRW86M8W4E13TAEPS3VCTW) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:29.014450-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:27:29.020890-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:29.021154-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-orders-1-paid
+2023-02-20T07:27:29.024839-0500 
taler-merchant-httpd-32730(XB53WGJ54DMG05KZ4472KA11EC) INFO Handling request 
(GET) for URL '/private/orders'
+2023-02-20T07:27:29.026679-0500 
taler-merchant-httpd-32730(XB53WGJ54DMG05KZ4472KA11EC) INFO Adding order `1x' 
(3) to result set
+2023-02-20T07:27:29.031674-0500 
taler-merchant-httpd-32730(XB53WGJ54DMG05KZ4472KA11EC) INFO Adding order `1' 
(2) to result set
+2023-02-20T07:27:29.038782-0500 
taler-merchant-httpd-32730(XB53WGJ54DMG05KZ4472KA11EC) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:29.041439-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:29.041679-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: replay-simple
+2023-02-20T07:27:29.057601-0500 
taler-merchant-httpd-32730(WTE9EFBSY0JTYRN39DQFQPYMFM) INFO Handling request 
(POST) for URL '/orders/1/pay'
+2023-02-20T07:27:29.074303-0500 
taler-merchant-httpd-32730(WTE9EFBSY0JTYRN39DQFQPYMFM) INFO Order `1' paid, 
checking for double-payment
+2023-02-20T07:27:29.074913-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:29.078476-0500 
taler-merchant-httpd-32730(WTE9EFBSY0JTYRN39DQFQPYMFM) INFO Idempotent pay 
request for order `1', signing again
+2023-02-20T07:27:29.086618-0500 
taler-merchant-httpd-32730(WTE9EFBSY0JTYRN39DQFQPYMFM) INFO Finished handling 
request for `/orders/1/pay' with MHD termination code 0
+2023-02-20T07:27:29.089510-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 200
+2023-02-20T07:27:29.096268-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:29.096490-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_empty-1
+2023-02-20T07:27:29.099746-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:29.099965-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-aggregator
+2023-02-20T07:27:29.107137-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+==32810== Memcheck, a memory error detector
+==32810== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32810== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32810== Command: /home/priscilla//bin/taler-exchange-aggregator -c 
test_merchant_api-cs.conf -L INFO -t -y
+==32810== 
+2023-02-20T07:27:29.536678-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:29.549791-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:30.634914-0500 taler-exchange-aggregator-32810 INFO Change in 
PQ event FD to -1
+2023-02-20T07:27:30.680179-0500 taler-exchange-aggregator-32810 INFO New poll 
FD is -1
+2023-02-20T07:27:30.817349-0500 taler-exchange-aggregator-32810 INFO Change in 
PQ event FD to 8
+2023-02-20T07:27:30.817590-0500 taler-exchange-aggregator-32810 INFO New poll 
FD is 8
+2023-02-20T07:27:30.878779-0500 taler-exchange-aggregator-32810 INFO Draining 
KYC alerts
+2023-02-20T07:27:30.881393-0500 taler-exchange-aggregator-32810 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:27:30.908333-0500 taler-exchange-aggregator-32810 INFO Running 
aggregation shard
+2023-02-20T07:27:30.909490-0500 taler-exchange-aggregator-32810 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:27:31.082505-0500 taler-exchange-aggregator-32810 INFO Trying to 
claim shard 0-2147483647
+2023-02-20T07:27:31.109661-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:31.110190-0500 taler-exchange-aggregator-32810 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:27:31.111015-0500 taler-exchange-aggregator-32810 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:27:31.114088-0500 taler-exchange-aggregator-32810 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:27:31.122964-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:31.133085-0500 taler-exchange-aggregator-32810 INFO Found 
ready deposit!
+2023-02-20T07:27:31.254734-0500 taler-exchange-aggregator-32810 INFO Returning 
amount EUR:4.99 in KYC check
+2023-02-20T07:27:31.256241-0500 taler-exchange-aggregator-32810 INFO KYC check 
with new amount EUR:4.99
+2023-02-20T07:27:31.257551-0500 taler-exchange-aggregator-32810 INFO KYC 
check: new total is EUR:4.99
+2023-02-20T07:27:31.271713-0500 taler-exchange-aggregator-32810 INFO Preparing 
wire transfer of EUR:4.98 to YJXV0MR2
+2023-02-20T07:27:31.284225-0500 taler-exchange-aggregator-32810 INFO 
Committing aggregation result
+2023-02-20T07:27:31.288170-0500 taler-exchange-aggregator-32810 INFO Commit 
complete, going again
+2023-02-20T07:27:31.288804-0500 taler-exchange-aggregator-32810 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:27:31.289854-0500 taler-exchange-aggregator-32810 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:27:31.294762-0500 taler-exchange-aggregator-32810 INFO Completed 
shard [0,2147483647] after 1291 ms with 1 deposits
+2023-02-20T07:27:31.296212-0500 taler-exchange-aggregator-32810 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:27:31.299884-0500 taler-exchange-aggregator-32810 INFO Draining 
KYC alerts
+2023-02-20T07:27:31.300202-0500 taler-exchange-aggregator-32810 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:27:31.301915-0500 taler-exchange-aggregator-32810 INFO Running 
aggregation shard
+2023-02-20T07:27:31.302243-0500 taler-exchange-aggregator-32810 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:27:31.369486-0500 taler-exchange-aggregator-32810 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:27:31.369818-0500 taler-exchange-aggregator-32810 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:27:31.370804-0500 taler-exchange-aggregator-32810 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:27:31.372273-0500 taler-exchange-aggregator-32810 INFO Completed 
shard [0,2147483647] after 371 ms with 0 deposits
+2023-02-20T07:27:31.372606-0500 taler-exchange-aggregator-32810 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:27:31.378974-0500 taler-exchange-aggregator-32810 INFO Running 
shutdown
+==32810== 
+==32810== HEAP SUMMARY:
+==32810==     in use at exit: 5,318 bytes in 27 blocks
+==32810==   total heap usage: 3,951 allocs, 3,924 frees, 542,643 bytes 
allocated
+==32810== 
+==32810== LEAK SUMMARY:
+==32810==    definitely lost: 0 bytes in 0 blocks
+==32810==    indirectly lost: 0 bytes in 0 blocks
+==32810==      possibly lost: 0 bytes in 0 blocks
+==32810==    still reachable: 5,318 bytes in 27 blocks
+==32810==         suppressed: 0 bytes in 0 blocks
+==32810== Reachable blocks (those to which a pointer was found) are not shown.
+==32810== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32810== 
+==32810== For lists of detected and suppressed errors, rerun with: -s
+==32810== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:31.540768-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:31.541048-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-transfer
+2023-02-20T07:27:31.552371-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:31.568034-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+==32815== Memcheck, a memory error detector
+==32815== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32815== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32815== Command: /home/priscilla//bin/taler-exchange-transfer -c 
test_merchant_api-cs.conf -L INFO -S 1 -w 0 -t
+==32815== 
+2023-02-20T07:27:33.125096-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:33.093790-0500 taler-exchange-transfer-32815 INFO Change in 
PQ event FD to -1
+2023-02-20T07:27:33.141698-0500 taler-exchange-transfer-32815 INFO New poll FD 
is -1
+2023-02-20T07:27:33.284326-0500 taler-exchange-transfer-32815 INFO Change in 
PQ event FD to 8
+2023-02-20T07:27:33.284571-0500 taler-exchange-transfer-32815 INFO New poll FD 
is 8
+2023-02-20T07:27:33.309313-0500 taler-exchange-transfer-32815 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:33.338451-0500 taler-exchange-transfer-32815 INFO Trying to 
claim shard (0-1]
+2023-02-20T07:27:33.367466-0500 taler-exchange-transfer-32815 INFO Claimed new 
shard
+2023-02-20T07:27:33.368478-0500 taler-exchange-transfer-32815 INFO Starting 
with shard [0,1)
+2023-02-20T07:27:33.369858-0500 taler-exchange-transfer-32815 INFO Checking 
for 1 pending wire transfers [0-...)
+2023-02-20T07:27:33.370736-0500 taler-exchange-transfer-32815 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:27:33.386493-0500 taler-exchange-transfer-32815 INFO Batch 
complete
+2023-02-20T07:27:33.389217-0500 taler-exchange-transfer-32815 INFO Shard [0,0) 
completed
+2023-02-20T07:27:33.390195-0500 taler-exchange-transfer-32815 INFO Completing 
shard 0-1
+2023-02-20T07:27:33.399836-0500 taler-exchange-transfer-32815 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:33.402512-0500 taler-exchange-transfer-32815 INFO Trying to 
claim shard (1-2]
+2023-02-20T07:27:33.409557-0500 taler-exchange-transfer-32815 INFO Claimed new 
shard
+2023-02-20T07:27:33.409799-0500 taler-exchange-transfer-32815 INFO Starting 
with shard [1,2)
+2023-02-20T07:27:33.410092-0500 taler-exchange-transfer-32815 INFO Checking 
for 1 pending wire transfers [1-...)
+2023-02-20T07:27:33.410386-0500 taler-exchange-transfer-32815 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:27:33.413086-0500 taler-exchange-transfer-32815 INFO Starting 
wire transfer 1
+2023-02-20T07:27:33.571045-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:33.885813-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:27:33.886037-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:27:33.887641-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:27:33.887800-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:27:33.887955-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:27:33.888108-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:27:33.894652-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer 2 from 2 to 3 over EUR:4.98 and subject K3D40219; for exchange: 
http://localhost:8081/
+2023-02-20T07:27:33.895599-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 2->3, subject: K3D40219, amount: EUR:4.98, 
from http://localhost:8081/
+2023-02-20T07:27:33.965922-0500 taler-exchange-transfer-32815 INFO Wire 
transfer 1 completed successfully
+2023-02-20T07:27:33.976398-0500 taler-exchange-transfer-32815 INFO Batch 
complete
+2023-02-20T07:27:33.991403-0500 taler-exchange-transfer-32815 INFO Shard [1,1) 
completed
+2023-02-20T07:27:33.991608-0500 taler-exchange-transfer-32815 INFO Completing 
shard 1-2
+2023-02-20T07:27:33.999720-0500 taler-exchange-transfer-32815 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:34.001435-0500 taler-exchange-transfer-32815 INFO Trying to 
claim shard (2-3]
+2023-02-20T07:27:34.009581-0500 taler-exchange-transfer-32815 INFO Claimed new 
shard
+2023-02-20T07:27:34.009744-0500 taler-exchange-transfer-32815 INFO Starting 
with shard [2,3)
+2023-02-20T07:27:34.009956-0500 taler-exchange-transfer-32815 INFO Checking 
for 1 pending wire transfers [2-...)
+2023-02-20T07:27:34.010167-0500 taler-exchange-transfer-32815 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:27:34.013286-0500 taler-exchange-transfer-32815 INFO No more 
pending wire transfers, shutting down (because we are in test mode)
+2023-02-20T07:27:34.016432-0500 taler-exchange-transfer-32815 INFO Running 
shutdown
+2023-02-20T07:27:34.134952-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:34.137890-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+==32815== 
+==32815== HEAP SUMMARY:
+==32815==     in use at exit: 5,291 bytes in 26 blocks
+==32815==   total heap usage: 3,862 allocs, 3,836 frees, 733,738 bytes 
allocated
+==32815== 
+==32815== LEAK SUMMARY:
+==32815==    definitely lost: 0 bytes in 0 blocks
+==32815==    indirectly lost: 0 bytes in 0 blocks
+==32815==      possibly lost: 0 bytes in 0 blocks
+==32815==    still reachable: 5,291 bytes in 26 blocks
+==32815==         suppressed: 0 bytes in 0 blocks
+==32815== Reachable blocks (those to which a pointer was found) are not shown.
+==32815== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32815== 
+==32815== For lists of detected and suppressed errors, rerun with: -s
+==32815== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:34.152436-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:34.152698-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-498c
+2023-02-20T07:27:34.153805-0500 .libs/test_merchant_api_cs-32556 INFO Deposit 
reference NOT given
+2023-02-20T07:27:34.155351-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/2?receiver-name=2) to 
debit_account (2)
+2023-02-20T07:27:34.156250-0500 .libs/test_merchant_api_cs-32556 INFO 
converted credit_payto (payto://x-taler-bank/localhost/3?receiver-name=3) to 
credit_account (3)
+2023-02-20T07:27:34.160539-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:34.160754-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: post-transfer-1
+2023-02-20T07:27:34.161940-0500 .libs/test_merchant_api_cs-32556 INFO Looking 
for transfer of EUR:4.98 from payto://x-taler-bank/localhost/3?receiver-name=3 
at bank
+2023-02-20T07:27:34.164694-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting debit history at 
`http://localhost:8082/2/history/outgoing?delta=-9223372036854775807'
+2023-02-20T07:27:34.168829-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/outgoing'
+2023-02-20T07:27:34.169080-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/outgoing' for account `2'
+2023-02-20T07:27:34.171244-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/outgoing connection 0x839f190
+2023-02-20T07:27:34.172846-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for -9223372036854775807 records from 2
+2023-02-20T07:27:34.175490-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning -9223372036854775807 debit transactions starting (inclusive) from 2
+2023-02-20T07:27:34.188492-0500 .libs/test_merchant_api_cs-32556 INFO Bank 
reports transfer of EUR:4.98 to payto://x-taler-bank/localhost/3?receiver-name=3
+2023-02-20T07:27:34.190655-0500 .libs/test_merchant_api_cs-32556 INFO Bank 
transfer found, checking with merchant backend at http://localhost:8080/ about 
EUR:4.98 from payto://x-taler-bank/localhost/3?receiver-name=3 to 
http://localhost:8081/ with K3D40219
+2023-02-20T07:27:34.201178-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Handling request 
(POST) for URL '/private/transfers'
+2023-02-20T07:27:34.204782-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Starting merchant 
DB transaction `post-transfers'
+2023-02-20T07:27:34.210832-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Lookup transfer 
returned 0
+2023-02-20T07:27:34.212233-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Transfer is not yet 
known
+2023-02-20T07:27:34.215289-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) WARNING Bank account 
`payto://x-taler-bank/localhost/3?receiver-name=3' is configured at row 7
+2023-02-20T07:27:34.216178-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Inserting new 
transfer
+2023-02-20T07:27:34.219730-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Committing merchant 
DB transaction post-transfers
+2023-02-20T07:27:34.232682-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO post-transfer 
committed successfully
+2023-02-20T07:27:34.233762-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Suspending POST 
/private/transfers handling while working with exchange
+2023-02-20T07:27:34.234823-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:27:34.237205-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Requesting transfer 
details from exchange
+2023-02-20T07:27:34.241868-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:34.243578-0500 
taler-exchange-httpd-32742(416XN4PMY68MQ7DEDXM1MC6SXW) INFO Handling request 
(GET) for URL '/transfers/VDQ20G0HG4E0102S6D6Z2TVXJ05FJEJ4XYV1A6H3WFRV4N6BM470'
+2023-02-20T07:27:34.245577-0500 
taler-exchange-httpd-32742(416XN4PMY68MQ7DEDXM1MC6SXW) INFO Starting 
transaction `run transfers GET'
+2023-02-20T07:27:34.272418-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:34.272716-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:34.279748-0500 
taler-exchange-httpd-32742(416XN4PMY68MQ7DEDXM1MC6SXW) INFO Request for 
`/transfers/VDQ20G0HG4E0102S6D6Z2TVXJ05FJEJ4XYV1A6H3WFRV4N6BM470' completed (0)
+2023-02-20T07:27:34.301177-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Got response code 
200 from exchange for GET /transfers/$WTID
+2023-02-20T07:27:34.303748-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Starting merchant 
DB transaction insert transfer details (READ COMMITTED)
+2023-02-20T07:27:34.315069-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Committing merchant 
DB transaction insert transfer details
+2023-02-20T07:27:34.322082-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Transfer details 
inserted, resuming request...
+2023-02-20T07:27:34.323878-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Starting merchant 
DB transaction `post-transfers'
+2023-02-20T07:27:34.325870-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Lookup transfer 
returned 1
+2023-02-20T07:27:34.327918-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Transfer exists in 
DB (verified: false, exchange signature: true)
+2023-02-20T07:27:34.356294-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Committing merchant 
DB transaction post-transfers
+2023-02-20T07:27:34.365967-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO post-transfer 
committed uselessly
+2023-02-20T07:27:34.377473-0500 
taler-merchant-httpd-32730(PEBPQ5R54H7JHMR0Q3YCNZWBZC) INFO Finished handling 
request for `/private/transfers' with MHD termination code 0
+FIXME{"total": "EUR:4.99", "wire_fee": "EUR:0.01", "execution_time": {"t_s": 
1676896051}, "deposit_sums": [{"order_id": "1", "deposit_value": "EUR:5", 
"deposit_fee": "EUR:0.01"}]}2023-02-20T07:27:34.388316-0500 
.libs/test_merchant_api_cs-32556 INFO Running command `pay'
+2023-02-20T07:27:34.388568-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: post-transfer-bad
+2023-02-20T07:27:34.397951-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Handling request 
(POST) for URL '/private/transfers'
+2023-02-20T07:27:34.399578-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Starting merchant 
DB transaction `post-transfers'
+2023-02-20T07:27:34.401351-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Lookup transfer 
returned 0
+2023-02-20T07:27:34.401712-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Transfer is not yet 
known
+2023-02-20T07:27:34.402614-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) WARNING Bank account 
`payto://x-taler-bank/localhost/3?receiver-name=3' is configured at row 7
+2023-02-20T07:27:34.402985-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Inserting new 
transfer
+2023-02-20T07:27:34.403991-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Committing merchant 
DB transaction post-transfers
+2023-02-20T07:27:34.409625-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO post-transfer 
committed successfully
+2023-02-20T07:27:34.410022-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Suspending POST 
/private/transfers handling while working with exchange
+2023-02-20T07:27:36.136968-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:36.189156-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:38.191868-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:38.207365-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:39.381488-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:39.396026-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:40.210047-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:40.225932-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:40.415124-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://192.0.2.1/404/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:27:40.415308-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:27:40.415457-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://192.0.2.1/404/
+2023-02-20T07:27:41.397232-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:41.411723-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:42.228879-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:42.243998-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:44.246956-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:44.261201-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:44.381252-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:44.395519-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:46.263884-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:46.279228-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:46.397944-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:46.411361-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:47.419568-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://192.0.2.1/404/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:27:47.419858-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:27:47.420108-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://192.0.2.1/404/
+2023-02-20T07:27:48.281681-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:48.303977-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:48.412565-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:48.434581-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:49.417210-0500 
taler-merchant-httpd-32730(QHGSW4ZY0BS2CZJAN5P0KX634M) INFO Finished handling 
request for `/private/transfers' with MHD termination code 0
+2023-02-20T07:27:49.419464-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.419705-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-transfers-1
+2023-02-20T07:27:49.428138-0500 
taler-merchant-httpd-32730(Z7PTHJZB3NZ1SK11CQGJBRGZ2M) INFO Handling request 
(GET) for URL '/private/transfers'
+2023-02-20T07:27:49.445892-0500 
taler-merchant-httpd-32730(Z7PTHJZB3NZ1SK11CQGJBRGZ2M) INFO Finished handling 
request for `/private/transfers' with MHD termination code 0
+2023-02-20T07:27:49.461954-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.462194-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: delete-transfer-1
+2023-02-20T07:27:49.468550-0500 
taler-merchant-httpd-32730(HCRYKVX28M360NQHRQPDZTAQJ0) INFO Handling request 
(DELETE) for URL '/private/transfers/2'
+2023-02-20T07:27:49.488772-0500 
taler-merchant-httpd-32730(HCRYKVX28M360NQHRQPDZTAQJ0) INFO Finished handling 
request for `/private/transfers/2' with MHD termination code 0
+2023-02-20T07:27:49.491210-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.491438-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1-2
+2023-02-20T07:27:49.491868-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1?transfer=YES
+2023-02-20T07:27:49.495621-0500 
taler-merchant-httpd-32730(V2K8PN0WQ6R5WA1FPYKWXZEJBW) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T07:27:49.512328-0500 
taler-merchant-httpd-32730(V2K8PN0WQ6R5WA1FPYKWXZEJBW) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:27:49.523330-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:49.525124-0500 
taler-exchange-httpd-32742(S0QKBRCPP1JH32AW647EES7Y9G) INFO Handling request 
(GET) for URL 
'/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0/2ZSQEC6PDX8EF8BG4K0K18WDV0V02A5A3CZJAAZ65RWWVB0Q36X0'
+2023-02-20T07:27:49.531727-0500 
taler-exchange-httpd-32742(S0QKBRCPP1JH32AW647EES7Y9G) INFO Starting 
transaction `handle deposits GET'
+2023-02-20T07:27:49.545496-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:49.545788-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:49.550280-0500 
taler-exchange-httpd-32742(S0QKBRCPP1JH32AW647EES7Y9G) INFO Request for 
`/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/KYANNQPNC834K0DDP7RCS9NW2WBECDG4FK7Z1SF65G78QG75RTAV84AKHYZXKEK1AYRSD4P8PQXSGC8JD9P47RHW9MQET3CM0C4Y0Q0/2ZSQEC6PDX8EF8BG4K0K18WDV0V02A5A3CZJAAZ65RWWVB0Q36X0'
 completed (0)
+2023-02-20T07:27:49.610615-0500 
taler-merchant-httpd-32730(V2K8PN0WQ6R5WA1FPYKWXZEJBW) INFO Notifying clients 
of new order 2 at YJXV0MR2
+2023-02-20T07:27:49.611033-0500 
taler-merchant-httpd-32730(V2K8PN0WQ6R5WA1FPYKWXZEJBW) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'0000000000004005YMGCJ1S30000000A''
+2023-02-20T07:27:49.611707-0500 
taler-merchant-httpd-32730(V2K8PN0WQ6R5WA1FPYKWXZEJBW) INFO PG poll job active
+2023-02-20T07:27:49.612029-0500 
taler-merchant-httpd-32730(V2K8PN0WQ6R5WA1FPYKWXZEJBW) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:49.620535-0500 
taler-merchant-httpd-32730(V2K8PN0WQ6R5WA1FPYKWXZEJBW) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:49.627401-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:27:49.632975-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.633210-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: forget-1
+2023-02-20T07:27:49.642936-0500 
taler-merchant-httpd-32730(6R4XN2QH4G7JN2T4RTRGW0Z3C4) INFO Handling request 
(PATCH) for URL '/private/orders/1/forget'
+2023-02-20T07:27:49.644142-0500 
taler-merchant-httpd-32730(6R4XN2QH4G7JN2T4RTRGW0Z3C4) INFO Starting merchant 
DB transaction `forget order'
+2023-02-20T07:27:49.659283-0500 
taler-merchant-httpd-32730(6R4XN2QH4G7JN2T4RTRGW0Z3C4) INFO Forgot `dummy_obj'
+2023-02-20T07:27:49.679869-0500 
taler-merchant-httpd-32730(6R4XN2QH4G7JN2T4RTRGW0Z3C4) INFO Committing merchant 
DB transaction forget order
+2023-02-20T07:27:49.688605-0500 
taler-merchant-httpd-32730(6R4XN2QH4G7JN2T4RTRGW0Z3C4) INFO Finished handling 
request for `/private/orders/1/forget' with MHD termination code 0
+2023-02-20T07:27:49.690120-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/orders/$ORDER_ID/forget completed with response code 200
+2023-02-20T07:27:49.692290-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.692508-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1-forget-1
+2023-02-20T07:27:49.692981-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1?transfer=YES
+2023-02-20T07:27:49.696194-0500 
taler-merchant-httpd-32730(MKZVBSX8F7YFX19XBG3NYKCSG0) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T07:27:49.719362-0500 
taler-merchant-httpd-32730(MKZVBSX8F7YFX19XBG3NYKCSG0) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:49.725657-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:27:49.738742-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.738960-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: forget-unforgettable
+2023-02-20T07:27:49.743475-0500 
taler-merchant-httpd-32730(83SZ6CQA38MFHG6XPJS2TQR66G) INFO Handling request 
(PATCH) for URL '/private/orders/1/forget'
+2023-02-20T07:27:49.744277-0500 
taler-merchant-httpd-32730(83SZ6CQA38MFHG6XPJS2TQR66G) INFO Starting merchant 
DB transaction `forget order'
+2023-02-20T07:27:49.749490-0500 
taler-merchant-httpd-32730(83SZ6CQA38MFHG6XPJS2TQR66G) WARNING Did not find 
required salt to forget field `amount'
+2023-02-20T07:27:49.750636-0500 
taler-merchant-httpd-32730(83SZ6CQA38MFHG6XPJS2TQR66G) WARNING Matching path 
`amount' not forgettable!
+2023-02-20T07:27:49.751095-0500 
taler-merchant-httpd-32730(83SZ6CQA38MFHG6XPJS2TQR66G) INFO Forgot `amount'
+2023-02-20T07:27:49.751629-0500 
taler-merchant-httpd-32730(83SZ6CQA38MFHG6XPJS2TQR66G) INFO Rolling back 
merchant DB transaction `forget order'
+2023-02-20T07:27:49.755974-0500 
taler-merchant-httpd-32730(83SZ6CQA38MFHG6XPJS2TQR66G) INFO Finished handling 
request for `/private/orders/1/forget' with MHD termination code 0
+2023-02-20T07:27:49.757617-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/orders/$ORDER_ID/forget completed with response code 409
+2023-02-20T07:27:49.758710-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.758924-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: forget-order-nx
+2023-02-20T07:27:49.764214-0500 
taler-merchant-httpd-32730(W7EB0TR34A5Q2SX55KB0ZJGKDR) INFO Handling request 
(PATCH) for URL '/private/orders/nx-order/forget'
+2023-02-20T07:27:49.765069-0500 
taler-merchant-httpd-32730(W7EB0TR34A5Q2SX55KB0ZJGKDR) INFO Starting merchant 
DB transaction `forget order'
+2023-02-20T07:27:49.766342-0500 
taler-merchant-httpd-32730(W7EB0TR34A5Q2SX55KB0ZJGKDR) INFO Rolling back 
merchant DB transaction `forget order'
+2023-02-20T07:27:49.769553-0500 
taler-merchant-httpd-32730(W7EB0TR34A5Q2SX55KB0ZJGKDR) INFO Finished handling 
request for `/private/orders/nx-order/forget' with MHD termination code 0
+2023-02-20T07:27:49.770767-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/orders/$ORDER_ID/forget completed with response code 404
+2023-02-20T07:27:49.771371-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.771585-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: forget-order-array-elem
+2023-02-20T07:27:49.776124-0500 
taler-merchant-httpd-32730(M3NEJPVZ7W1WGV083NN1360DHC) INFO Handling request 
(PATCH) for URL '/private/orders/1/forget'
+2023-02-20T07:27:49.777022-0500 
taler-merchant-httpd-32730(M3NEJPVZ7W1WGV083NN1360DHC) INFO Starting merchant 
DB transaction `forget order'
+2023-02-20T07:27:49.785022-0500 
taler-merchant-httpd-32730(M3NEJPVZ7W1WGV083NN1360DHC) INFO Forgot `item'
+2023-02-20T07:27:49.796559-0500 
taler-merchant-httpd-32730(M3NEJPVZ7W1WGV083NN1360DHC) INFO Committing merchant 
DB transaction forget order
+2023-02-20T07:27:49.810249-0500 
taler-merchant-httpd-32730(M3NEJPVZ7W1WGV083NN1360DHC) INFO Finished handling 
request for `/private/orders/1/forget' with MHD termination code 0
+2023-02-20T07:27:49.810847-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/orders/$ORDER_ID/forget completed with response code 200
+2023-02-20T07:27:49.811372-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.811582-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1-forget-2
+2023-02-20T07:27:49.812023-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1?transfer=YES
+2023-02-20T07:27:49.815350-0500 
taler-merchant-httpd-32730(QM0WB9YRPKMXH1G0PEPNW9K4PM) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T07:27:49.838494-0500 
taler-merchant-httpd-32730(QM0WB9YRPKMXH1G0PEPNW9K4PM) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:49.844779-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:27:49.851384-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.851602-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: forget-order-array-wc
+2023-02-20T07:27:49.856639-0500 
taler-merchant-httpd-32730(DA1HP2HSBKY1M8F2VERHN6Y048) INFO Handling request 
(PATCH) for URL '/private/orders/1/forget'
+2023-02-20T07:27:49.857492-0500 
taler-merchant-httpd-32730(DA1HP2HSBKY1M8F2VERHN6Y048) INFO Starting merchant 
DB transaction `forget order'
+2023-02-20T07:27:49.864494-0500 
taler-merchant-httpd-32730(DA1HP2HSBKY1M8F2VERHN6Y048) INFO Forgot `item'
+2023-02-20T07:27:49.866187-0500 
taler-merchant-httpd-32730(DA1HP2HSBKY1M8F2VERHN6Y048) INFO Forgot `item'
+2023-02-20T07:27:49.876223-0500 
taler-merchant-httpd-32730(DA1HP2HSBKY1M8F2VERHN6Y048) INFO Committing merchant 
DB transaction forget order
+2023-02-20T07:27:49.888019-0500 
taler-merchant-httpd-32730(DA1HP2HSBKY1M8F2VERHN6Y048) INFO Finished handling 
request for `/private/orders/1/forget' with MHD termination code 0
+2023-02-20T07:27:49.888731-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/orders/$ORDER_ID/forget completed with response code 200
+2023-02-20T07:27:49.889297-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.889511-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1-forget-3
+2023-02-20T07:27:49.889961-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1?transfer=YES
+2023-02-20T07:27:49.893460-0500 
taler-merchant-httpd-32730(PJXYP00R5EPM51HVXXVFE789RW) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T07:27:49.914931-0500 
taler-merchant-httpd-32730(PJXYP00R5EPM51HVXXVFE789RW) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:49.921447-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:27:49.929424-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.929641-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: forget-order-malformed
+2023-02-20T07:27:49.934213-0500 
taler-merchant-httpd-32730(KNFZ0RHQT03198DW06Z6AGADPR) INFO Handling request 
(PATCH) for URL '/private/orders/1/forget'
+2023-02-20T07:27:49.935071-0500 
taler-merchant-httpd-32730(KNFZ0RHQT03198DW06Z6AGADPR) INFO Starting merchant 
DB transaction `forget order'
+2023-02-20T07:27:49.940912-0500 
taler-merchant-httpd-32730(KNFZ0RHQT03198DW06Z6AGADPR) INFO Rolling back 
merchant DB transaction `forget order'
+2023-02-20T07:27:49.945936-0500 
taler-merchant-httpd-32730(KNFZ0RHQT03198DW06Z6AGADPR) INFO Finished handling 
request for `/private/orders/1/forget' with MHD termination code 0
+2023-02-20T07:27:49.947294-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/orders/$ORDER_ID/forget completed with response code 400
+2023-02-20T07:27:49.947874-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.948089-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: post-products-p3
+2023-02-20T07:27:49.953918-0500 
taler-merchant-httpd-32730(7V35RW6QRVTPF9GJD695WJ5FW8) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T07:27:49.955368-0500 
taler-merchant-httpd-32730(7V35RW6QRVTPF9GJD695WJ5FW8) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T07:27:49.957718-0500 
taler-merchant-httpd-32730(7V35RW6QRVTPF9GJD695WJ5FW8) INFO Committing merchant 
DB transaction /post products
+2023-02-20T07:27:49.965808-0500 
taler-merchant-httpd-32730(7V35RW6QRVTPF9GJD695WJ5FW8) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T07:27:49.966360-0500 .libs/test_merchant_api_cs-32556 INFO POST 
/products completed with response code 204
+2023-02-20T07:27:49.966877-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.967086-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: patch-products-p3
+2023-02-20T07:27:49.973167-0500 
taler-merchant-httpd-32730(0TQXSS6FJCYQ6V3DGCDAVY0V34) INFO Handling request 
(PATCH) for URL '/private/products/product-3'
+2023-02-20T07:27:49.988085-0500 
taler-merchant-httpd-32730(0TQXSS6FJCYQ6V3DGCDAVY0V34) INFO Finished handling 
request for `/private/products/product-3' with MHD termination code 0
+2023-02-20T07:27:49.988630-0500 .libs/test_merchant_api_cs-32556 INFO PATCH 
/products/$ID completed with response code 204
+2023-02-20T07:27:49.989161-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:49.989372-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: lock-product-p3
+2023-02-20T07:27:49.994134-0500 
taler-merchant-httpd-32730(RQA103Z8MHV71V5E7D6PEHD154) INFO Handling request 
(POST) for URL '/private/products/product-3/lock'
+2023-02-20T07:27:50.010297-0500 
taler-merchant-httpd-32730(RQA103Z8MHV71V5E7D6PEHD154) INFO Finished handling 
request for `/private/products/product-3/lock' with MHD termination code 0
+2023-02-20T07:27:50.010830-0500 .libs/test_merchant_api_cs-32556 INFO LOCK 
/products/$ID completed with response code 204
+2023-02-20T07:27:50.011340-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.011551-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-p3-wm-nx
+2023-02-20T07:27:50.022364-0500 
taler-merchant-httpd-32730(82WY04J8K4PZ99D04A8HYR3RCC) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:50.035393-0500 
taler-merchant-httpd-32730(82WY04J8K4PZ99D04A8HYR3RCC) WARNING No wire method 
available for instance 'default'
+2023-02-20T07:27:50.038544-0500 
taler-merchant-httpd-32730(82WY04J8K4PZ99D04A8HYR3RCC) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:50.040328-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.040570-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-p3-pd-nx
+2023-02-20T07:27:50.047787-0500 
taler-merchant-httpd-32730(7WKS7XT00T6BYCEEG12GDGAX8G) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:50.054880-0500 
taler-merchant-httpd-32730(7WKS7XT00T6BYCEEG12GDGAX8G) WARNING Product 
unknown-product from order unknown
+2023-02-20T07:27:50.058502-0500 
taler-merchant-httpd-32730(7WKS7XT00T6BYCEEG12GDGAX8G) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:50.060171-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.060411-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-p3-not-enough-stock
+2023-02-20T07:27:50.068413-0500 
taler-merchant-httpd-32730(4WKVWZQKJJK4SWCCBD2Z9A47EM) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:50.097474-0500 
taler-merchant-httpd-32730(4WKVWZQKJJK4SWCCBD2Z9A47EM) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:50.103348-0500 
taler-merchant-httpd-32730(4WKVWZQKJJK4SWCCBD2Z9A47EM) INFO Rolling back 
merchant DB transaction `insert_order'
+2023-02-20T07:27:50.109692-0500 
taler-merchant-httpd-32730(4WKVWZQKJJK4SWCCBD2Z9A47EM) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:50.112735-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.112999-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-p3
+2023-02-20T07:27:50.125430-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:50.148378-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:50.156185-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO Notifying clients 
of new order 5 at YJXV0MR2
+2023-02-20T07:27:50.156523-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000A005YMGCN4YXG0000000''
+2023-02-20T07:27:50.157150-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO PG poll job active
+2023-02-20T07:27:50.157451-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:50.157680-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:27:50.167536-0500 
taler-merchant-httpd-32730(RZGREET7A47VK3RAWA4KR910P0) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:50.168649-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/order-p3/claim
+2023-02-20T07:27:50.173528-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO Handling request 
(POST) for URL '/orders/order-p3/claim'
+2023-02-20T07:27:50.174454-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:50.194364-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO Notifying clients 
of new order 5 at YJXV0MR2
+2023-02-20T07:27:50.194705-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000A005YMGCN4YXG0000001''
+2023-02-20T07:27:50.195290-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO PG poll job active
+2023-02-20T07:27:50.195589-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:50.195818-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:27:50.219823-0500 
taler-merchant-httpd-32730(VH9KFQ71E3E6720FX2KH1A2PQM) INFO Finished handling 
request for `/orders/order-p3/claim' with MHD termination code 0
+2023-02-20T07:27:50.225028-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:50.238989-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.239206-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: delete-order-paid
+2023-02-20T07:27:50.242041-0500 
taler-merchant-httpd-32730(0PXCYPS7E26YRR85A1PSW8Q2W8) INFO Handling request 
(DELETE) for URL '/private/orders/1'
+2023-02-20T07:27:50.247873-0500 
taler-merchant-httpd-32730(0PXCYPS7E26YRR85A1PSW8Q2W8) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T07:27:50.249472-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.249708-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-no-id
+2023-02-20T07:27:50.257973-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:50.269025-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO Assigning order ID 
`2023.051-01RCV69NPZKCR' server-side
+2023-02-20T07:27:50.279875-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:50.284037-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO Notifying clients 
of new order 6 at YJXV0MR2
+2023-02-20T07:27:50.284350-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000C005YMGCN4YXG0000000''
+2023-02-20T07:27:50.284817-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO PG poll job active
+2023-02-20T07:27:50.285091-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:50.285301-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:27:50.289841-0500 
taler-merchant-httpd-32730(Q1DY4XE9RD2BV14811TVCEC824) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:50.290887-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/2023.051-01RCV69NPZKCR/claim
+2023-02-20T07:27:50.295581-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO Handling request 
(POST) for URL '/orders/2023.051-01RCV69NPZKCR/claim'
+2023-02-20T07:27:50.296398-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:50.304480-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:50.313095-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO Notifying clients 
of new order 6 at YJXV0MR2
+2023-02-20T07:27:50.313418-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000C005YMGCN4YXG0000001''
+2023-02-20T07:27:50.313994-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO PG poll job active
+2023-02-20T07:27:50.314310-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:50.314524-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:27:50.326841-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:50.340592-0500 
taler-merchant-httpd-32730(23VBHSBXXESFF946Q6RBQT68Y8) INFO Finished handling 
request for `/orders/2023.051-01RCV69NPZKCR/claim' with MHD termination code 0
+2023-02-20T07:27:50.345377-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:50.357994-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.358213-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: post-webhooks-pay-w1
+2023-02-20T07:27:50.363892-0500 
taler-merchant-httpd-32730(2N2EA1HWCHAKD7N10J36C4YS4W) INFO Handling request 
(DELETE) for URL '/private/webhooks/webhook-pay-1'
+2023-02-20T07:27:50.377618-0500 
taler-merchant-httpd-32730(2N2EA1HWCHAKD7N10J36C4YS4W) INFO Finished handling 
request for `/private/webhooks/webhook-pay-1' with MHD termination code 0
+2023-02-20T07:27:50.380030-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.380303-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_empty-2
+2023-02-20T07:27:50.382211-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay'
+2023-02-20T07:27:50.382523-0500 .libs/test_merchant_api_cs-32556 INFO Exiting 
from batch: pay
+2023-02-20T07:27:50.382767-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `double-spending'
+2023-02-20T07:27:50.382992-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-2
+2023-02-20T07:27:50.390528-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:50.405176-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:50.408859-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO Notifying clients 
of new order 7 at YJXV0MR2
+2023-02-20T07:27:50.409173-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000E005YMGCN4YXG0000000''
+2023-02-20T07:27:50.409737-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO PG poll job active
+2023-02-20T07:27:50.410016-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:50.410227-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:27:50.423276-0500 
taler-merchant-httpd-32730(B5DVC8DS336PH0T52HZ0BES3W4) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:50.424366-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/2/claim
+2023-02-20T07:27:50.429347-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO Handling request 
(POST) for URL '/orders/2/claim'
+2023-02-20T07:27:50.430350-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:50.448670-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO Notifying clients 
of new order 7 at YJXV0MR2
+2023-02-20T07:27:50.449060-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000E005YMGCN4YXG0000001''
+2023-02-20T07:27:50.449653-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO PG poll job active
+2023-02-20T07:27:50.449975-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:50.450221-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:27:50.475256-0500 
taler-merchant-httpd-32730(9T0MDHNESAJ2JMCPY4TANRGMQG) INFO Finished handling 
request for `/orders/2/claim' with MHD termination code 0
+2023-02-20T07:27:50.475786-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:50.479871-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:50.492857-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `double-spending'
+2023-02-20T07:27:50.493081-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: fetch-proposal-2
+2023-02-20T07:27:50.493482-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/2/claim
+2023-02-20T07:27:50.498040-0500 
taler-merchant-httpd-32730(FX9F3WYT22M35WSZTB07B7Y1PM) INFO Handling request 
(POST) for URL '/orders/2/claim'
+2023-02-20T07:27:50.499022-0500 
taler-merchant-httpd-32730(FX9F3WYT22M35WSZTB07B7Y1PM) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:50.503710-0500 
taler-merchant-httpd-32730(FX9F3WYT22M35WSZTB07B7Y1PM) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T07:27:50.529565-0500 
taler-merchant-httpd-32730(FX9F3WYT22M35WSZTB07B7Y1PM) INFO Finished handling 
request for `/orders/2/claim' with MHD termination code 0
+2023-02-20T07:27:50.530429-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:50.534163-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:50.545310-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `double-spending'
+2023-02-20T07:27:50.545530-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: deposit-double-2
+2023-02-20T07:27:50.560066-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Handling request 
(POST) for URL '/orders/2/pay'
+2023-02-20T07:27:50.576671-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Handling payment 
for order `2' with contract hash `J1TPR0PQ'
+2023-02-20T07:27:50.577323-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:27:50.579510-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:27:50.580146-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:27:50.580682-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:27:50.581143-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Initiating batch 
deposit with 1 coins
+2023-02-20T07:27:50.609724-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:50.611450-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:50.611750-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:50.612024-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:50.638767-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:27:50.647836-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Starting READ ONLY 
transaction `get_coin_transactions`
+2023-02-20T07:27:50.668322-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 1 transactions of type get_deposit_with_coin_pub
+2023-02-20T07:27:50.670973-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type get_refresh_session_by_coin
+2023-02-20T07:27:50.674155-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type get_purse_deposit_by_coin_pub
+2023-02-20T07:27:50.676032-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type get_purse_decision_by_coin_pub
+2023-02-20T07:27:50.678379-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type get_refunds_by_coin
+2023-02-20T07:27:50.681330-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_old_coin
+2023-02-20T07:27:50.683724-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_coin
+2023-02-20T07:27:50.686140-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_refreshed_coin
+2023-02-20T07:27:50.687936-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Coin G2NG273H 
yielded 0 transactions of type reserve_open_by_coin
+2023-02-20T07:27:50.713115-0500 
taler-exchange-httpd-32742(F9PZGTPW7CPS2FRV1ESPD0CNPC) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:27:50.725040-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Operation of type 
DEPOSIT with amount EUR:5
+2023-02-20T07:27:50.739486-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Batch deposit 
completed with status 409
+2023-02-20T07:27:50.740265-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) WARNING Deposit 
operation failed with HTTP code 409/1012
+2023-02-20T07:27:50.745804-0500 
taler-merchant-httpd-32730(4KMR2B8RNA3SB9JHA46SED7N8M) INFO Finished handling 
request for `/orders/2/pay' with MHD termination code 0
+2023-02-20T07:27:50.749787-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 409
+2023-02-20T07:27:50.755546-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:50.757228-0500 
taler-exchange-httpd-32742(05KF7KDTY5Y86MWFNDGXM3W0KC) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:50.758286-0500 
taler-exchange-httpd-32742(05KF7KDTY5Y86MWFNDGXM3W0KC) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T07:27:50.759050-0500 
taler-exchange-httpd-32742(05KF7KDTY5Y86MWFNDGXM3W0KC) INFO Request for `/keys' 
completed (0)
+2023-02-20T07:27:51.078561-0500 .libs/test_merchant_api_cs-32556 INFO Received 
keys from URL `http://localhost:8081/keys' with status 200 and expiration Mon 
Feb 27 12:27:17 2023.
+2023-02-20T07:27:51.981908-0500 .libs/test_merchant_api_cs-32556 INFO 
Successfully downloaded exchange's keys
+2023-02-20T07:27:51.982194-0500 .libs/test_merchant_api_cs-32556 INFO 
Connecting to auditor at URL `http://the.auditor/'.
+2023-02-20T07:27:51.985568-0500 .libs/test_merchant_api_cs-32556 INFO 
Operation of type DEPOSIT with amount EUR:5
+2023-02-20T07:27:51.996136-0500 .libs/test_merchant_api_cs-32556 INFO 
Accepting proof of double-spending (or coin public key re-use)
+2023-02-20T07:27:51.997988-0500 .libs/test_merchant_api_cs-32556 INFO 
Disconnecting from auditor at URL `http://the.auditor/'.
+2023-02-20T07:27:52.034299-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `double-spending'
+2023-02-20T07:27:52.034472-0500 .libs/test_merchant_api_cs-32556 INFO Exiting 
from batch: double-spending
+2023-02-20T07:27:52.034668-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:52.034785-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-reserve-20
+2023-02-20T07:27:52.036564-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting administrative transaction at 
`http://localhost:8082/2/admin/add-incoming' for reserve MN66SXHD
+2023-02-20T07:27:52.039100-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:27:52.039342-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:27:52.039587-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:27:52.039802-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:27:52.040021-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:27:52.040235-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:27:52.041413-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 62->2, subject: MN66SXHD, amount: EUR:20.04
+2023-02-20T07:27:52.042792-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer from 62 to 2 over EUR:20.04 and subject MN66SXHD at row 3
+2023-02-20T07:27:52.044625-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:52.044757-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: wirewatch-20
+==32836== Memcheck, a memory error detector
+==32836== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32836== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32836== Command: /home/priscilla//bin/taler-exchange-wirewatch -c 
test_merchant_api-cs.conf -S 1 -w 0 -t -L DEBUG
+==32836== 
+2023-02-20T07:27:52.332984-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:52.355338-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:52.531264-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:52.553847-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:53.595853-0500 taler-exchange-wirewatch-32836 INFO Change in 
PQ event FD to -1
+2023-02-20T07:27:53.641310-0500 taler-exchange-wirewatch-32836 INFO New poll 
FD is -1
+2023-02-20T07:27:53.782726-0500 taler-exchange-wirewatch-32836 INFO Change in 
PQ event FD to 8
+2023-02-20T07:27:53.782960-0500 taler-exchange-wirewatch-32836 INFO New poll 
FD is 8
+2023-02-20T07:27:53.806386-0500 taler-exchange-wirewatch-32836 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:27:53.809177-0500 taler-exchange-wirewatch-32836 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:53.867681-0500 taler-exchange-wirewatch-32836 INFO Claimed 
new shard
+2023-02-20T07:27:53.869325-0500 taler-exchange-wirewatch-32836 INFO Starting 
with shard wirewatch-exchange-account-exchange at (1,2] locked for 0 ms
+2023-02-20T07:27:53.870184-0500 taler-exchange-wirewatch-32836 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:27:53.871676-0500 taler-exchange-wirewatch-32836 INFO Requesting 
credit history staring from 1
+2023-02-20T07:27:53.877753-0500 taler-exchange-wirewatch-32836 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=1'
+2023-02-20T07:27:54.231264-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:27:54.231497-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:27:54.231660-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x5a77170 (0)
+2023-02-20T07:27:54.231867-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 1
+2023-02-20T07:27:54.232240-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning 1 credit transactions starting (inclusive) from 3
+2023-02-20T07:27:54.343067-0500 taler-exchange-wirewatch-32836 INFO History 
request returned with HTTP status 200
+2023-02-20T07:27:54.345704-0500 taler-exchange-wirewatch-32836 INFO Serial ID 
3 past shard end at 2, ending iteration early!
+2023-02-20T07:27:54.346707-0500 taler-exchange-wirewatch-32836 INFO Completing 
shard 1-2
+2023-02-20T07:27:54.356212-0500 taler-exchange-wirewatch-32836 INFO Completed 
shard wirewatch-exchange-account-exchange (1,2] after 547 ms
+2023-02-20T07:27:54.357353-0500 taler-exchange-wirewatch-32836 INFO Increasing 
batch size to 2
+2023-02-20T07:27:54.357689-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:54.357965-0500 taler-exchange-wirewatch-32836 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:27:54.374512-0500 taler-exchange-wirewatch-32836 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:54.378953-0500 taler-exchange-wirewatch-32836 INFO Trying to 
claim shard (2-3]
+2023-02-20T07:27:54.379971-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:54.387977-0500 taler-exchange-wirewatch-32836 INFO Claimed 
new shard
+2023-02-20T07:27:54.388242-0500 taler-exchange-wirewatch-32836 INFO Starting 
with shard wirewatch-exchange-account-exchange at (2,3] locked for 0 ms
+2023-02-20T07:27:54.388491-0500 taler-exchange-wirewatch-32836 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:27:54.390286-0500 taler-exchange-wirewatch-32836 INFO Requesting 
credit history staring from 2
+2023-02-20T07:27:54.390600-0500 taler-exchange-wirewatch-32836 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=2'
+2023-02-20T07:27:54.395300-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:27:54.395476-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:27:54.395633-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x59ea070 (0)
+2023-02-20T07:27:54.395822-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 2
+2023-02-20T07:27:54.396441-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning 1 credit transactions starting (inclusive) from 3
+2023-02-20T07:27:54.401082-0500 taler-exchange-wirewatch-32836 INFO History 
request returned with HTTP status 200
+2023-02-20T07:27:54.402077-0500 taler-exchange-wirewatch-32836 INFO Importing 
1 transactions
+2023-02-20T07:27:54.405754-0500 taler-exchange-wirewatch-32836 INFO Starting 
READ COMMITTED transaction `READ_COMMITED`
+2023-02-20T07:27:54.500340-0500 taler-exchange-wirewatch-32836 INFO Imported 
transaction 3.2023-02-20T07:27:54.500745-0500 taler-exchange-wirewatch-32836 
INFO Completing shard 2-3
+2023-02-20T07:27:54.510254-0500 taler-exchange-wirewatch-32836 INFO Completed 
shard wirewatch-exchange-account-exchange (2,3] after 135 ms
+2023-02-20T07:27:54.510485-0500 taler-exchange-wirewatch-32836 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:27:54.510919-0500 taler-exchange-wirewatch-32836 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:27:54.512732-0500 taler-exchange-wirewatch-32836 INFO Trying to 
claim shard (3-4]
+2023-02-20T07:27:54.521272-0500 taler-exchange-wirewatch-32836 INFO Claimed 
new shard
+2023-02-20T07:27:54.521501-0500 taler-exchange-wirewatch-32836 INFO Starting 
with shard wirewatch-exchange-account-exchange at (3,4] locked for 0 ms
+2023-02-20T07:27:54.521718-0500 taler-exchange-wirewatch-32836 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:27:54.522015-0500 taler-exchange-wirewatch-32836 INFO Requesting 
credit history staring from 3
+2023-02-20T07:27:54.522285-0500 taler-exchange-wirewatch-32836 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=3'
+2023-02-20T07:27:54.524021-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:27:54.524289-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:27:54.524498-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x5ab4e10 (0)
+2023-02-20T07:27:54.524762-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 3
+2023-02-20T07:27:54.527624-0500 taler-exchange-wirewatch-32836 INFO History 
request returned with HTTP status 204
+2023-02-20T07:27:54.528726-0500 taler-exchange-wirewatch-32836 INFO 
Transaction list drained and in test mode. Exiting
+2023-02-20T07:27:54.556553-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:54.579581-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+==32836== 
+==32836== HEAP SUMMARY:
+==32836==     in use at exit: 5,293 bytes in 26 blocks
+==32836==   total heap usage: 3,982 allocs, 3,956 frees, 517,235 bytes 
allocated
+==32836== 
+==32836== LEAK SUMMARY:
+==32836==    definitely lost: 0 bytes in 0 blocks
+==32836==    indirectly lost: 0 bytes in 0 blocks
+==32836==      possibly lost: 0 bytes in 0 blocks
+==32836==    still reachable: 5,293 bytes in 26 blocks
+==32836==         suppressed: 0 bytes in 0 blocks
+==32836== Reachable blocks (those to which a pointer was found) are not shown.
+==32836== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32836== 
+==32836== For lists of detected and suppressed errors, rerun with: -s
+==32836== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:54.682038-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:54.682296-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-10
+2023-02-20T07:27:54.682758-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/62?receiver-name=62) to 
debit_account (62)
+2023-02-20T07:27:54.683239-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:54.683443-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-10a
+2023-02-20T07:27:54.692714-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:54.694920-0500 
taler-exchange-httpd-32742(1E4C3ZR83WRA02F87PCA82MFX8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:54.695219-0500 
taler-exchange-httpd-32742(1E4C3ZR83WRA02F87PCA82MFX8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:54.695481-0500 
taler-exchange-httpd-32742(1E4C3ZR83WRA02F87PCA82MFX8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:54.698270-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:27:54.701687-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:27:54.701836-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:27:54.702003-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 3744 µs
+2023-02-20T07:27:54.703988-0500 
taler-exchange-httpd-32742(1E4C3ZR83WRA02F87PCA82MFX8) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:27:54.751857-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve MN66SXHD
+2023-02-20T07:27:54.756027-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:54.757773-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:54.758101-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:54.758387-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:54.768179-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:27:54.769951-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:27:54.770198-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:27:54.770480-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2298 µs
+2023-02-20T07:27:54.770934-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:27:54.781229-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:27:54.781511-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:27:54.781776-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:27:54.812009-0500 
taler-exchange-httpd-32742(R3H96NK5K5W570VHHBHXVDRRJC) INFO Request for 
`/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw' 
completed (0)
+2023-02-20T07:27:54.855803-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:54.856022-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-10b
+2023-02-20T07:27:54.863788-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:54.865507-0500 
taler-exchange-httpd-32742(7TF8P0SNZKDC46HBQE5QEXHKXR) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:54.865808-0500 
taler-exchange-httpd-32742(7TF8P0SNZKDC46HBQE5QEXHKXR) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:54.866070-0500 
taler-exchange-httpd-32742(7TF8P0SNZKDC46HBQE5QEXHKXR) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:54.868922-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:27:54.874842-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:27:54.875098-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:27:54.875378-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 6 ms
+2023-02-20T07:27:54.877356-0500 
taler-exchange-httpd-32742(7TF8P0SNZKDC46HBQE5QEXHKXR) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:27:54.919281-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve MN66SXHD
+2023-02-20T07:27:54.922805-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:54.925006-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:54.925333-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:54.925619-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:54.935418-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:27:54.938002-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:27:54.938251-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:27:54.938533-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 3130 µs
+2023-02-20T07:27:54.938990-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:27:54.949165-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:27:54.949440-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:27:54.949707-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:27:54.956436-0500 
taler-exchange-httpd-32742(V7ZRV4SP7G3ZEG63NFERMETY9G) INFO Request for 
`/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw' 
completed (0)
+2023-02-20T07:27:54.994873-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:54.995167-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-10c
+2023-02-20T07:27:55.002084-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:55.003786-0500 
taler-exchange-httpd-32742(HEKMWS3YWVKBJBA32MAXNMNGK8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:55.004087-0500 
taler-exchange-httpd-32742(HEKMWS3YWVKBJBA32MAXNMNGK8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:55.004350-0500 
taler-exchange-httpd-32742(HEKMWS3YWVKBJBA32MAXNMNGK8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:55.007196-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:27:55.013360-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:27:55.013621-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:27:55.013904-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 6 ms
+2023-02-20T07:27:55.015923-0500 
taler-exchange-httpd-32742(HEKMWS3YWVKBJBA32MAXNMNGK8) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:27:55.055236-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve MN66SXHD
+2023-02-20T07:27:55.058430-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:55.060615-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:55.060961-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:55.061268-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:55.071032-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:27:55.073197-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:27:55.073446-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:27:55.073730-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2713 µs
+2023-02-20T07:27:55.074181-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:27:55.084321-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:27:55.084599-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:27:55.084880-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:27:55.101006-0500 
taler-exchange-httpd-32742(NF212CW3XGD1TH8JZAG2NF0FFM) INFO Request for 
`/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw' 
completed (0)
+2023-02-20T07:27:55.137930-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:55.138104-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-10d
+2023-02-20T07:27:55.143805-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:55.145519-0500 
taler-exchange-httpd-32742(S7VFA17F08FSDBY7FGQ7BA4GM8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:55.145821-0500 
taler-exchange-httpd-32742(S7VFA17F08FSDBY7FGQ7BA4GM8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:55.146083-0500 
taler-exchange-httpd-32742(S7VFA17F08FSDBY7FGQ7BA4GM8) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:27:55.148922-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:27:55.154390-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:27:55.154646-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:27:55.154925-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 6 ms
+2023-02-20T07:27:55.156911-0500 
taler-exchange-httpd-32742(S7VFA17F08FSDBY7FGQ7BA4GM8) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:27:55.191694-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve MN66SXHD
+2023-02-20T07:27:55.198779-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:55.201008-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:55.201336-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:55.201623-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO Handling request 
(POST) for URL 
'/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw'
+2023-02-20T07:27:55.211813-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:27:55.213924-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:27:55.214172-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:27:55.214454-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2658 µs
+2023-02-20T07:27:55.214913-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:27:55.225076-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:27:55.225377-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:27:55.225646-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:27:55.234224-0500 
taler-exchange-httpd-32742(NBHGBFV25FBWKCHY0HF6P54GQW) INFO Request for 
`/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70/withdraw' 
completed (0)
+2023-02-20T07:27:55.268912-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:55.269078-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-status-20
+2023-02-20T07:27:55.270608-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:55.272280-0500 
taler-exchange-httpd-32742(1D5N3REH86E46WVG18SQNQ5NGW) INFO Handling request 
(GET) for URL '/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70'
+2023-02-20T07:27:55.272736-0500 
taler-exchange-httpd-32742(1D5N3REH86E46WVG18SQNQ5NGW) INFO Starting 
transaction `get reserve balance'
+2023-02-20T07:27:55.275878-0500 
taler-exchange-httpd-32742(1D5N3REH86E46WVG18SQNQ5NGW) INFO Request for 
`/reserves/1S1RJDDG9310DYZQZ6Z4JJK7KRY2JH1CZRMZ3VYTMVJ933RP6X70' completed (0)
+2023-02-20T07:27:55.276563-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:55.276708-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-10
+2023-02-20T07:27:55.282276-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:27:55.299135-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:27:55.302733-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO Notifying clients 
of new order 8 at YJXV0MR2
+2023-02-20T07:27:55.303095-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000G005YMGCNR18R0000000''
+2023-02-20T07:27:55.303658-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO PG poll job active
+2023-02-20T07:27:55.303974-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:55.304216-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:27:55.312420-0500 
taler-merchant-httpd-32730(A2VT304KN8R305CM97SJ3EAEZW) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:27:55.313270-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/10/claim
+2023-02-20T07:27:55.317594-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO Handling request 
(POST) for URL '/orders/10/claim'
+2023-02-20T07:27:55.318540-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:27:55.336461-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO Notifying clients 
of new order 8 at YJXV0MR2
+2023-02-20T07:27:55.336847-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000G005YMGCNR18R0000001''
+2023-02-20T07:27:55.337458-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO PG poll job active
+2023-02-20T07:27:55.337782-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:55.338028-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:27:55.364215-0500 
taler-merchant-httpd-32730(GMS8NQCDPPT7P7KGYVC4V1QH0R) INFO Finished handling 
request for `/orders/10/claim' with MHD termination code 0
+2023-02-20T07:27:55.368378-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:27:55.377986-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:55.378153-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-fail-partial-double-10
+2023-02-20T07:27:55.398101-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Handling request 
(POST) for URL '/orders/10/pay'
+2023-02-20T07:27:55.416357-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Handling payment 
for order `10' with contract hash `9RVEFAXM'
+2023-02-20T07:27:55.417259-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:27:55.419323-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:27:55.419948-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:27:55.420380-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:27:55.421046-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Initiating batch 
deposit with 2 coins
+2023-02-20T07:27:55.468195-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:55.469933-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:55.470232-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:55.470509-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:55.520758-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:27:55.529437-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Starting READ ONLY 
transaction `get_coin_transactions`
+2023-02-20T07:27:55.533850-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 1 transactions of type get_deposit_with_coin_pub
+2023-02-20T07:27:55.535074-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type get_refresh_session_by_coin
+2023-02-20T07:27:55.537192-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type get_purse_deposit_by_coin_pub
+2023-02-20T07:27:55.538470-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type get_purse_decision_by_coin_pub
+2023-02-20T07:27:55.539831-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type get_refunds_by_coin
+2023-02-20T07:27:55.541476-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_old_coin
+2023-02-20T07:27:55.542971-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_coin
+2023-02-20T07:27:55.544646-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_refreshed_coin
+2023-02-20T07:27:55.545543-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Coin G2NG273H 
yielded 0 transactions of type reserve_open_by_coin
+2023-02-20T07:27:55.557699-0500 
taler-exchange-httpd-32742(A51V92JK1VMPDGD6EPTTR7JKAR) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:27:55.561445-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Operation of type 
DEPOSIT with amount EUR:5
+2023-02-20T07:27:55.566243-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Batch deposit 
completed with status 409
+2023-02-20T07:27:55.566506-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) WARNING Deposit 
operation failed with HTTP code 409/1012
+2023-02-20T07:27:55.568758-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Finished handling 
request for `/orders/10/pay' with MHD termination code 0
+2023-02-20T07:27:55.571021-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 409
+2023-02-20T07:27:55.573370-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:55.574917-0500 
taler-exchange-httpd-32742(4NGP0PBKW9NKT2P63072VXFD48) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:27:55.575967-0500 
taler-exchange-httpd-32742(4NGP0PBKW9NKT2P63072VXFD48) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T07:27:55.576722-0500 
taler-exchange-httpd-32742(4NGP0PBKW9NKT2P63072VXFD48) INFO Request for `/keys' 
completed (0)
+2023-02-20T07:27:55.888517-0500 .libs/test_merchant_api_cs-32556 INFO Received 
keys from URL `http://localhost:8081/keys' with status 200 and expiration Mon 
Feb 27 12:27:17 2023.
+2023-02-20T07:27:56.427345-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) INFO Received keys from 
URL `http://192.0.2.1/404/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:27:56.427558-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) WARNING Exchange failed 
to give expiration time, assuming in 1 h
+2023-02-20T07:27:56.427717-0500 
taler-merchant-httpd-32730(T90DZ5FN5229E5J3ND5CFRVD94) WARNING Failed to 
receive /keys response from exchange http://192.0.2.1/404/
+2023-02-20T07:27:56.580355-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:56.603029-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:56.813899-0500 .libs/test_merchant_api_cs-32556 INFO 
Successfully downloaded exchange's keys
+2023-02-20T07:27:56.814137-0500 .libs/test_merchant_api_cs-32556 INFO 
Connecting to auditor at URL `http://the.auditor/'.
+2023-02-20T07:27:56.814523-0500 .libs/test_merchant_api_cs-32556 INFO 
Operation of type DEPOSIT with amount EUR:5
+2023-02-20T07:27:56.818287-0500 .libs/test_merchant_api_cs-32556 INFO 
Accepting proof of double-spending (or coin public key re-use)
+2023-02-20T07:27:56.818490-0500 .libs/test_merchant_api_cs-32556 INFO 
Disconnecting from auditor at URL `http://the.auditor/'.
+2023-02-20T07:27:56.851061-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:56.851227-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-again-10
+2023-02-20T07:27:56.862676-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:56.865546-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Handling request 
(POST) for URL '/orders/10/pay'
+2023-02-20T07:27:56.882215-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Handling payment 
for order `10' with contract hash `9RVEFAXM'
+2023-02-20T07:27:56.882777-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:27:56.884953-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:27:56.885622-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:27:56.886050-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:27:56.886328-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Initiating batch 
deposit with 2 coins
+2023-02-20T07:27:56.886665-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:56.937489-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:27:56.939218-0500 
taler-exchange-httpd-32742(DAMXXN6E6S4XTNFSZHCV0YN73M) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:56.939515-0500 
taler-exchange-httpd-32742(DAMXXN6E6S4XTNFSZHCV0YN73M) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:56.939816-0500 
taler-exchange-httpd-32742(DAMXXN6E6S4XTNFSZHCV0YN73M) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:27:56.972892-0500 
taler-exchange-httpd-32742(DAMXXN6E6S4XTNFSZHCV0YN73M) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:27:57.010901-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:57.011202-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:57.018035-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:27:57.018288-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:27:57.022096-0500 
taler-exchange-httpd-32742(DAMXXN6E6S4XTNFSZHCV0YN73M) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:27:57.033591-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Batch deposit 
completed with status 200
+2023-02-20T07:27:57.033901-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Starting merchant 
DB transaction `batch-deposit-insert-confirmation'
+2023-02-20T07:27:57.037786-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Committing merchant 
DB transaction batch-deposit-insert-confirmation
+2023-02-20T07:27:57.061105-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Not re-checking KYC 
status at `http://localhost:8081/', as we already recently asked
+2023-02-20T07:27:57.061721-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:27:57.066618-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Subtracting total 
refunds from paid amount: EUR:0
+2023-02-20T07:27:57.067004-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Order `10' 
(9RVEFAXM) was fully paid
+2023-02-20T07:27:57.069994-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Notifying clients 
of new order 8 at YJXV0MR2
+2023-02-20T07:27:57.070359-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000G005YMGCNR18R0000003''
+2023-02-20T07:27:57.070959-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO PG poll job active
+2023-02-20T07:27:57.071286-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:57.072264-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Committing merchant 
DB transaction run pay
+2023-02-20T07:27:57.077171-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Notifying clients 
about payment of order 10
+2023-02-20T07:27:57.077590-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Executing command 
`NOTIFY XNZB60YDVFRXSP621MS3PR6XJGSNTHWZJ57KCPSRNKEER25FF9120, '''
+2023-02-20T07:27:57.078252-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO PG poll job active
+2023-02-20T07:27:57.078575-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:57.078925-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Notifying clients 
about session change to  for https://example.com
+2023-02-20T07:27:57.079440-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Executing command 
`NOTIFY XF6Y7V2HWVEQC2PWVT1XS9R9NFXTNMNKQX7JZGH294TNQA60BM900, '''
+2023-02-20T07:27:57.080105-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO PG poll job active
+2023-02-20T07:27:57.080429-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:27:57.086550-0500 
taler-merchant-httpd-32730(JKEDZ2NWKPEYPZT6CHTRS13HJ0) INFO Finished handling 
request for `/orders/10/pay' with MHD termination code 0
+2023-02-20T07:27:57.086873-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 200
+2023-02-20T07:27:57.092595-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:57.092843-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-too-much-10
+2023-02-20T07:27:57.116363-0500 
taler-merchant-httpd-32730(BV9PD7DFPB6RQ6KH1S5QMXFHFM) INFO Handling request 
(POST) for URL '/orders/10/pay'
+2023-02-20T07:27:57.134018-0500 
taler-merchant-httpd-32730(BV9PD7DFPB6RQ6KH1S5QMXFHFM) INFO Order `10' paid, 
checking for double-payment
+2023-02-20T07:27:57.137317-0500 
taler-merchant-httpd-32730(BV9PD7DFPB6RQ6KH1S5QMXFHFM) INFO Client attempted to 
pay extra for already paid order `10'
+2023-02-20T07:27:57.154807-0500 
taler-merchant-httpd-32730(BV9PD7DFPB6RQ6KH1S5QMXFHFM) INFO Finished handling 
request for `/orders/10/pay' with MHD termination code 0
+2023-02-20T07:27:57.157149-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 409
+2023-02-20T07:27:57.159173-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:57.159396-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-10-aggregator
+==32845== Memcheck, a memory error detector
+==32845== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32845== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32845== Command: /home/priscilla//bin/taler-exchange-aggregator -c 
test_merchant_api-cs.conf -L INFO -t -y
+==32845== 
+2023-02-20T07:27:58.605114-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:58.659271-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:58.714940-0500 taler-exchange-aggregator-32845 INFO Change in 
PQ event FD to -1
+2023-02-20T07:27:58.760471-0500 taler-exchange-aggregator-32845 INFO New poll 
FD is -1
+2023-02-20T07:27:58.888765-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:27:58.899658-0500 taler-exchange-aggregator-32845 INFO Change in 
PQ event FD to 8
+2023-02-20T07:27:58.899899-0500 taler-exchange-aggregator-32845 INFO New poll 
FD is 8
+2023-02-20T07:27:58.911105-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:27:58.964080-0500 taler-exchange-aggregator-32845 INFO Draining 
KYC alerts
+2023-02-20T07:27:58.966793-0500 taler-exchange-aggregator-32845 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:27:58.994029-0500 taler-exchange-aggregator-32845 INFO Running 
aggregation shard
+2023-02-20T07:27:58.995135-0500 taler-exchange-aggregator-32845 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:27:59.186189-0500 taler-exchange-aggregator-32845 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:27:59.187625-0500 taler-exchange-aggregator-32845 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:27:59.191456-0500 taler-exchange-aggregator-32845 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:27:59.202661-0500 taler-exchange-aggregator-32845 INFO Found 
ready deposit!
+2023-02-20T07:27:59.323802-0500 taler-exchange-aggregator-32845 INFO Returning 
amount EUR:9.98 in KYC check
+2023-02-20T07:27:59.325314-0500 taler-exchange-aggregator-32845 INFO KYC check 
with new amount EUR:9.98
+2023-02-20T07:27:59.326545-0500 taler-exchange-aggregator-32845 INFO KYC 
check: new total is EUR:9.98
+2023-02-20T07:27:59.439945-0500 taler-exchange-aggregator-32845 INFO Preparing 
wire transfer of EUR:9.97 to YJXV0MR2
+2023-02-20T07:27:59.455678-0500 taler-exchange-aggregator-32845 INFO 
Committing aggregation result
+2023-02-20T07:27:59.467087-0500 taler-exchange-aggregator-32845 INFO Commit 
complete, going again
+2023-02-20T07:27:59.467912-0500 taler-exchange-aggregator-32845 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:27:59.468941-0500 taler-exchange-aggregator-32845 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:27:59.474933-0500 taler-exchange-aggregator-32845 INFO Completed 
shard [0,2147483647] after 1470 ms with 1 deposits
+2023-02-20T07:27:59.476751-0500 taler-exchange-aggregator-32845 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:27:59.480276-0500 taler-exchange-aggregator-32845 INFO Draining 
KYC alerts
+2023-02-20T07:27:59.480666-0500 taler-exchange-aggregator-32845 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:27:59.482514-0500 taler-exchange-aggregator-32845 INFO Running 
aggregation shard
+2023-02-20T07:27:59.482917-0500 taler-exchange-aggregator-32845 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:27:59.546095-0500 taler-exchange-aggregator-32845 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:27:59.546456-0500 taler-exchange-aggregator-32845 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:27:59.547513-0500 taler-exchange-aggregator-32845 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:27:59.548944-0500 taler-exchange-aggregator-32845 INFO Completed 
shard [0,2147483647] after 548 ms with 0 deposits
+2023-02-20T07:27:59.549315-0500 taler-exchange-aggregator-32845 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:27:59.555952-0500 taler-exchange-aggregator-32845 INFO Running 
shutdown
+==32845== 
+==32845== HEAP SUMMARY:
+==32845==     in use at exit: 5,318 bytes in 27 blocks
+==32845==   total heap usage: 3,954 allocs, 3,927 frees, 547,594 bytes 
allocated
+==32845== 
+==32845== LEAK SUMMARY:
+==32845==    definitely lost: 0 bytes in 0 blocks
+==32845==    indirectly lost: 0 bytes in 0 blocks
+==32845==      possibly lost: 0 bytes in 0 blocks
+==32845==    still reachable: 5,318 bytes in 27 blocks
+==32845==         suppressed: 0 bytes in 0 blocks
+==32845== Reachable blocks (those to which a pointer was found) are not shown.
+==32845== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32845== 
+==32845== For lists of detected and suppressed errors, rerun with: -s
+==32845== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:27:59.723779-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:27:59.724037-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-10-transfer
+==32851== Memcheck, a memory error detector
+==32851== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32851== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32851== Command: /home/priscilla//bin/taler-exchange-transfer -c 
test_merchant_api-cs.conf -L INFO -S 1 -w 0 -t
+==32851== 
+2023-02-20T07:28:00.660985-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:00.683538-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:00.912741-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:00.984947-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:01.280702-0500 taler-exchange-transfer-32851 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:01.326150-0500 taler-exchange-transfer-32851 INFO New poll FD 
is -1
+2023-02-20T07:28:01.465716-0500 taler-exchange-transfer-32851 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:01.465958-0500 taler-exchange-transfer-32851 INFO New poll FD 
is 8
+2023-02-20T07:28:01.490409-0500 taler-exchange-transfer-32851 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:01.534675-0500 taler-exchange-transfer-32851 INFO Claimed new 
shard
+2023-02-20T07:28:01.536455-0500 taler-exchange-transfer-32851 INFO Starting 
with shard [2,3)
+2023-02-20T07:28:01.537890-0500 taler-exchange-transfer-32851 INFO Checking 
for 1 pending wire transfers [2-...)
+2023-02-20T07:28:01.538894-0500 taler-exchange-transfer-32851 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:28:01.547076-0500 taler-exchange-transfer-32851 INFO Starting 
wire transfer 2
+2023-02-20T07:28:02.009164-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:28:02.009407-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:28:02.010189-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:28:02.010354-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:28:02.010508-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:28:02.010664-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:28:02.012434-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer 4 from 2 to 3 over EUR:9.97 and subject NV49FFDY; for exchange: 
http://localhost:8081/
+2023-02-20T07:28:02.012769-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 2->3, subject: NV49FFDY, amount: EUR:9.97, 
from http://localhost:8081/
+2023-02-20T07:28:02.081225-0500 taler-exchange-transfer-32851 INFO Wire 
transfer 2 completed successfully
+2023-02-20T07:28:02.100107-0500 taler-exchange-transfer-32851 INFO Batch 
complete
+2023-02-20T07:28:02.117304-0500 taler-exchange-transfer-32851 INFO Shard [2,2) 
completed
+2023-02-20T07:28:02.118288-0500 taler-exchange-transfer-32851 INFO Completing 
shard 2-3
+2023-02-20T07:28:02.135175-0500 taler-exchange-transfer-32851 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:02.139704-0500 taler-exchange-transfer-32851 INFO Trying to 
claim shard (3-4]
+2023-02-20T07:28:02.154885-0500 taler-exchange-transfer-32851 INFO Claimed new 
shard
+2023-02-20T07:28:02.155120-0500 taler-exchange-transfer-32851 INFO Starting 
with shard [3,4)
+2023-02-20T07:28:02.155401-0500 taler-exchange-transfer-32851 INFO Checking 
for 1 pending wire transfers [3-...)
+2023-02-20T07:28:02.155686-0500 taler-exchange-transfer-32851 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:28:02.159531-0500 taler-exchange-transfer-32851 INFO No more 
pending wire transfers, shutting down (because we are in test mode)
+2023-02-20T07:28:02.164158-0500 taler-exchange-transfer-32851 INFO Running 
shutdown
+==32851== 
+==32851== HEAP SUMMARY:
+==32851==     in use at exit: 5,291 bytes in 26 blocks
+==32851==   total heap usage: 3,795 allocs, 3,769 frees, 719,668 bytes 
allocated
+==32851== 
+==32851== LEAK SUMMARY:
+==32851==    definitely lost: 0 bytes in 0 blocks
+==32851==    indirectly lost: 0 bytes in 0 blocks
+==32851==      possibly lost: 0 bytes in 0 blocks
+==32851==    still reachable: 5,291 bytes in 26 blocks
+==32851==         suppressed: 0 bytes in 0 blocks
+==32851== Reachable blocks (those to which a pointer was found) are not shown.
+==32851== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32851== 
+==32851== For lists of detected and suppressed errors, rerun with: -s
+==32851== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:02.313094-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:28:02.313354-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-9.97-10
+2023-02-20T07:28:02.313699-0500 .libs/test_merchant_api_cs-32556 INFO Deposit 
reference NOT given
+2023-02-20T07:28:02.314074-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/2?receiver-name=2) to 
debit_account (2)
+2023-02-20T07:28:02.314395-0500 .libs/test_merchant_api_cs-32556 INFO 
converted credit_payto (payto://x-taler-bank/localhost/3?receiver-name=3) to 
credit_account (3)
+2023-02-20T07:28:02.314876-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:28:02.315080-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_empty-10
+2023-02-20T07:28:02.316891-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-again'
+2023-02-20T07:28:02.317092-0500 .libs/test_merchant_api_cs-32556 INFO Exiting 
from batch: pay-again
+2023-02-20T07:28:02.317357-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:02.317573-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-reserve-11
+2023-02-20T07:28:02.320569-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting administrative transaction at 
`http://localhost:8082/2/admin/add-incoming' for reserve FHRYEFKN
+2023-02-20T07:28:02.324631-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:02.324896-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:02.325136-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:02.325354-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:02.325578-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:02.325789-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:02.326781-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 62->2, subject: FHRYEFKN, amount: EUR:10.02
+2023-02-20T07:28:02.327345-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer from 62 to 2 over EUR:10.02 and subject FHRYEFKN at row 5
+2023-02-20T07:28:02.329959-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:02.330179-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: wirewatch-11
+==32856== Memcheck, a memory error detector
+==32856== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32856== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32856== Command: /home/priscilla//bin/taler-exchange-wirewatch -c 
test_merchant_api-cs.conf -S 1 -w 0 -t -L DEBUG
+==32856== 
+2023-02-20T07:28:02.684399-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:02.739816-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:02.986286-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:03.008516-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:03.896154-0500 taler-exchange-wirewatch-32856 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:03.941740-0500 taler-exchange-wirewatch-32856 INFO New poll 
FD is -1
+2023-02-20T07:28:04.080727-0500 taler-exchange-wirewatch-32856 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:04.082218-0500 taler-exchange-wirewatch-32856 INFO New poll 
FD is 8
+2023-02-20T07:28:04.105863-0500 taler-exchange-wirewatch-32856 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:28:04.108657-0500 taler-exchange-wirewatch-32856 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:04.167913-0500 taler-exchange-wirewatch-32856 INFO Claimed 
new shard
+2023-02-20T07:28:04.169674-0500 taler-exchange-wirewatch-32856 INFO Starting 
with shard wirewatch-exchange-account-exchange at (3,4] locked for 0 ms
+2023-02-20T07:28:04.170534-0500 taler-exchange-wirewatch-32856 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:28:04.171904-0500 taler-exchange-wirewatch-32856 INFO Requesting 
credit history staring from 3
+2023-02-20T07:28:04.177996-0500 taler-exchange-wirewatch-32856 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=3'
+2023-02-20T07:28:04.532129-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:28:04.532364-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:28:04.532525-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x80f9f00 (0)
+2023-02-20T07:28:04.532734-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 3
+2023-02-20T07:28:04.533001-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning 1 credit transactions starting (inclusive) from 5
+2023-02-20T07:28:04.644227-0500 taler-exchange-wirewatch-32856 INFO History 
request returned with HTTP status 200
+2023-02-20T07:28:04.646978-0500 taler-exchange-wirewatch-32856 INFO Serial ID 
5 past shard end at 4, ending iteration early!
+2023-02-20T07:28:04.647980-0500 taler-exchange-wirewatch-32856 INFO Completing 
shard 3-4
+2023-02-20T07:28:04.656453-0500 taler-exchange-wirewatch-32856 INFO Completed 
shard wirewatch-exchange-account-exchange (3,4] after 548 ms
+2023-02-20T07:28:04.657588-0500 taler-exchange-wirewatch-32856 INFO Increasing 
batch size to 2
+2023-02-20T07:28:04.658067-0500 taler-exchange-wirewatch-32856 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:28:04.673649-0500 taler-exchange-wirewatch-32856 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:04.678104-0500 taler-exchange-wirewatch-32856 INFO Trying to 
claim shard (4-5]
+2023-02-20T07:28:04.688233-0500 taler-exchange-wirewatch-32856 INFO Claimed 
new shard
+2023-02-20T07:28:04.688494-0500 taler-exchange-wirewatch-32856 INFO Starting 
with shard wirewatch-exchange-account-exchange at (4,5] locked for 0 ms
+2023-02-20T07:28:04.688743-0500 taler-exchange-wirewatch-32856 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:28:04.690379-0500 taler-exchange-wirewatch-32856 INFO Requesting 
credit history staring from 4
+2023-02-20T07:28:04.690673-0500 taler-exchange-wirewatch-32856 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=4'
+2023-02-20T07:28:04.695376-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:28:04.695568-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:28:04.695718-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x8107c60 (0)
+2023-02-20T07:28:04.695904-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 4
+2023-02-20T07:28:04.696134-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning 1 credit transactions starting (inclusive) from 5
+2023-02-20T07:28:04.700423-0500 taler-exchange-wirewatch-32856 INFO History 
request returned with HTTP status 200
+2023-02-20T07:28:04.701447-0500 taler-exchange-wirewatch-32856 INFO Importing 
1 transactions
+2023-02-20T07:28:04.705084-0500 taler-exchange-wirewatch-32856 INFO Starting 
READ COMMITTED transaction `READ_COMMITED`
+2023-02-20T07:28:04.742360-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:04.765172-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:04.800572-0500 taler-exchange-wirewatch-32856 INFO Imported 
transaction 5.2023-02-20T07:28:04.801104-0500 taler-exchange-wirewatch-32856 
INFO Completing shard 4-5
+2023-02-20T07:28:04.810506-0500 taler-exchange-wirewatch-32856 INFO Completed 
shard wirewatch-exchange-account-exchange (4,5] after 136 ms
+2023-02-20T07:28:04.810737-0500 taler-exchange-wirewatch-32856 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:28:04.811180-0500 taler-exchange-wirewatch-32856 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:04.813022-0500 taler-exchange-wirewatch-32856 INFO Trying to 
claim shard (5-6]
+2023-02-20T07:28:04.821532-0500 taler-exchange-wirewatch-32856 INFO Claimed 
new shard
+2023-02-20T07:28:04.821762-0500 taler-exchange-wirewatch-32856 INFO Starting 
with shard wirewatch-exchange-account-exchange at (5,6] locked for 0 ms
+2023-02-20T07:28:04.821978-0500 taler-exchange-wirewatch-32856 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:28:04.822277-0500 taler-exchange-wirewatch-32856 INFO Requesting 
credit history staring from 5
+2023-02-20T07:28:04.822550-0500 taler-exchange-wirewatch-32856 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=5'
+2023-02-20T07:28:04.824271-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:28:04.824552-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:28:04.824764-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x8d82240 (0)
+2023-02-20T07:28:04.825051-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 5
+2023-02-20T07:28:04.827906-0500 taler-exchange-wirewatch-32856 INFO History 
request returned with HTTP status 204
+2023-02-20T07:28:04.829103-0500 taler-exchange-wirewatch-32856 INFO 
Transaction list drained and in test mode. Exiting
+==32856== 
+==32856== HEAP SUMMARY:
+==32856==     in use at exit: 5,293 bytes in 26 blocks
+==32856==   total heap usage: 3,982 allocs, 3,956 frees, 517,235 bytes 
allocated
+==32856== 
+==32856== LEAK SUMMARY:
+==32856==    definitely lost: 0 bytes in 0 blocks
+==32856==    indirectly lost: 0 bytes in 0 blocks
+==32856==      possibly lost: 0 bytes in 0 blocks
+==32856==    still reachable: 5,293 bytes in 26 blocks
+==32856==         suppressed: 0 bytes in 0 blocks
+==32856== Reachable blocks (those to which a pointer was found) are not shown.
+==32856== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32856== 
+==32856== For lists of detected and suppressed errors, rerun with: -s
+==32856== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:04.983470-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:04.983734-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-11
+2023-02-20T07:28:04.984057-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/62?receiver-name=62) to 
debit_account (62)
+2023-02-20T07:28:04.984532-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:04.984740-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-11a
+2023-02-20T07:28:04.996955-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:04.999151-0500 
taler-exchange-httpd-32742(GXP701ZXP9N4WW6D2DZRD1ABR0) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:04.999453-0500 
taler-exchange-httpd-32742(GXP701ZXP9N4WW6D2DZRD1ABR0) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:04.999715-0500 
taler-exchange-httpd-32742(GXP701ZXP9N4WW6D2DZRD1ABR0) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:05.002496-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:28:05.005916-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:28:05.006067-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:28:05.006235-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 3748 µs
+2023-02-20T07:28:05.008272-0500 
taler-exchange-httpd-32742(GXP701ZXP9N4WW6D2DZRD1ABR0) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:28:05.057176-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve FHRYEFKN
+2023-02-20T07:28:05.061425-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:05.061510-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:05.063138-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO Handling request 
(POST) for URL 
'/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw'
+2023-02-20T07:28:05.063467-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO Handling request 
(POST) for URL 
'/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw'
+2023-02-20T07:28:05.063756-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO Handling request 
(POST) for URL 
'/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw'
+2023-02-20T07:28:05.073346-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:28:05.075484-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:28:05.075731-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:28:05.076015-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2685 µs
+2023-02-20T07:28:05.076466-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:28:05.084682-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:05.085984-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:28:05.086267-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:28:05.086535-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:28:05.101114-0500 
taler-exchange-httpd-32742(F8MNCY1VZPKV77NFD5HNWS4EHC) INFO Request for 
`/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw' 
completed (0)
+2023-02-20T07:28:05.151873-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:05.152089-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-11b
+2023-02-20T07:28:05.159603-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:05.161324-0500 
taler-exchange-httpd-32742(DNENCPG4WPKR8Q69W3ZSY47K10) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:05.161625-0500 
taler-exchange-httpd-32742(DNENCPG4WPKR8Q69W3ZSY47K10) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:05.161887-0500 
taler-exchange-httpd-32742(DNENCPG4WPKR8Q69W3ZSY47K10) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:05.164728-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:28:05.170704-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:28:05.170961-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:28:05.171241-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 6 ms
+2023-02-20T07:28:05.173493-0500 
taler-exchange-httpd-32742(DNENCPG4WPKR8Q69W3ZSY47K10) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:28:05.210295-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve FHRYEFKN
+2023-02-20T07:28:05.213655-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:05.215830-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO Handling request 
(POST) for URL 
'/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw'
+2023-02-20T07:28:05.216152-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO Handling request 
(POST) for URL 
'/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw'
+2023-02-20T07:28:05.216438-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO Handling request 
(POST) for URL 
'/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw'
+2023-02-20T07:28:05.226341-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:28:05.228427-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:28:05.228671-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:28:05.228968-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2642 µs
+2023-02-20T07:28:05.229421-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:28:05.238622-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:28:05.238896-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:28:05.239162-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:28:05.245567-0500 
taler-exchange-httpd-32742(R43HPRF928F0W3A37XKX5M749W) INFO Request for 
`/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0/withdraw' 
completed (0)
+2023-02-20T07:28:05.284670-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:05.284881-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-status-11
+2023-02-20T07:28:05.286756-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:05.288424-0500 
taler-exchange-httpd-32742(8XC3V0XXSNVJBRHXQTVNAHTK9W) INFO Handling request 
(GET) for URL '/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0'
+2023-02-20T07:28:05.288891-0500 
taler-exchange-httpd-32742(8XC3V0XXSNVJBRHXQTVNAHTK9W) INFO Starting 
transaction `get reserve balance'
+2023-02-20T07:28:05.291842-0500 
taler-exchange-httpd-32742(8XC3V0XXSNVJBRHXQTVNAHTK9W) INFO Request for 
`/reserves/X8XS26H0SE451V8B434X99HMHQ885KA92MA6JMV85J2HB4PY8AD0' completed (0)
+2023-02-20T07:28:05.292650-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:05.292836-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-11
+2023-02-20T07:28:05.299267-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:28:05.316099-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:28:05.319683-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO Notifying clients 
of new order 9 at YJXV0MR2
+2023-02-20T07:28:05.320047-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000J005YMGCPY5Z80000000''
+2023-02-20T07:28:05.320577-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO PG poll job active
+2023-02-20T07:28:05.320904-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:05.321150-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:28:05.334914-0500 
taler-merchant-httpd-32730(WGZK4MF0S4D6MJEH3M7RJXZX20) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:28:05.335897-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/11/claim
+2023-02-20T07:28:05.339944-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO Handling request 
(POST) for URL '/orders/11/claim'
+2023-02-20T07:28:05.340918-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:28:05.358456-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO Notifying clients 
of new order 9 at YJXV0MR2
+2023-02-20T07:28:05.358825-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000J005YMGCPY5Z80000001''
+2023-02-20T07:28:05.359389-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO PG poll job active
+2023-02-20T07:28:05.359701-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:05.359945-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:28:05.386682-0500 
taler-merchant-httpd-32730(TXXBHBHXMZ1K1J4ZH8S6NFRG50) INFO Finished handling 
request for `/orders/11/claim' with MHD termination code 0
+2023-02-20T07:28:05.390682-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:28:05.401648-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:05.401838-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-fail-partial-double-11-good
+2023-02-20T07:28:05.414649-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Handling request 
(POST) for URL '/orders/11/pay'
+2023-02-20T07:28:05.430747-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Handling payment 
for order `11' with contract hash `3WC2VBC2'
+2023-02-20T07:28:05.431335-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:28:05.432857-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:28:05.433519-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:05.433952-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:28:05.434241-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Initiating batch 
deposit with 1 coins
+2023-02-20T07:28:05.467469-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:05.469660-0500 
taler-exchange-httpd-32742(QCJHBAR1JCC5FDCA881EGDW5YG) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:05.469965-0500 
taler-exchange-httpd-32742(QCJHBAR1JCC5FDCA881EGDW5YG) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:05.470315-0500 
taler-exchange-httpd-32742(QCJHBAR1JCC5FDCA881EGDW5YG) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:05.496554-0500 
taler-exchange-httpd-32742(QCJHBAR1JCC5FDCA881EGDW5YG) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:28:05.516329-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:28:05.516622-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:28:05.519647-0500 
taler-exchange-httpd-32742(QCJHBAR1JCC5FDCA881EGDW5YG) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:28:05.527804-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Batch deposit 
completed with status 200
+2023-02-20T07:28:05.528191-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Starting merchant 
DB transaction `batch-deposit-insert-confirmation'
+2023-02-20T07:28:05.530577-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Committing merchant 
DB transaction batch-deposit-insert-confirmation
+2023-02-20T07:28:05.545081-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Not re-checking KYC 
status at `http://localhost:8081/', as we already recently asked
+2023-02-20T07:28:05.545448-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:28:05.547527-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Subtracting total 
refunds from paid amount: EUR:0
+2023-02-20T07:28:05.548847-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) WARNING External 
protocol violation detected at taler-merchant-httpd_post-orders-ID-pay.c:1866.
+2023-02-20T07:28:05.550827-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:28:05.551663-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 406
+2023-02-20T07:28:05.551975-0500 
taler-merchant-httpd-32730(ZS4H8BPMEW5R9MQ4EX6B9H18VR) INFO Finished handling 
request for `/orders/11/pay' with MHD termination code 0
+2023-02-20T07:28:05.552664-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:05.552902-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-fail-partial-double-11-bad
+2023-02-20T07:28:05.567118-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Handling request 
(POST) for URL '/orders/11/pay'
+2023-02-20T07:28:05.583168-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Handling payment 
for order `11' with contract hash `3WC2VBC2'
+2023-02-20T07:28:05.583738-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:28:05.585722-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:28:05.586386-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:05.586820-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:28:05.587107-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Initiating batch 
deposit with 1 coins
+2023-02-20T07:28:05.615615-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:05.617371-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:05.617672-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:05.617945-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:05.644061-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:28:05.648060-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Starting READ ONLY 
transaction `get_coin_transactions`
+2023-02-20T07:28:05.650165-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 1 transactions of type get_deposit_with_coin_pub
+2023-02-20T07:28:05.651295-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type get_refresh_session_by_coin
+2023-02-20T07:28:05.653340-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type get_purse_deposit_by_coin_pub
+2023-02-20T07:28:05.654583-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type get_purse_decision_by_coin_pub
+2023-02-20T07:28:05.656002-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type get_refunds_by_coin
+2023-02-20T07:28:05.657684-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_old_coin
+2023-02-20T07:28:05.659183-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_coin
+2023-02-20T07:28:05.660933-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type recoup_by_refreshed_coin
+2023-02-20T07:28:05.661779-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Coin G2NG273H 
yielded 0 transactions of type reserve_open_by_coin
+2023-02-20T07:28:05.673494-0500 
taler-exchange-httpd-32742(NH1MN68MASMT1Q8JE6VNNF19N8) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:28:05.676971-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Operation of type 
DEPOSIT with amount EUR:5
+2023-02-20T07:28:05.682749-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Batch deposit 
completed with status 409
+2023-02-20T07:28:05.682977-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) WARNING Deposit 
operation failed with HTTP code 409/1012
+2023-02-20T07:28:05.685500-0500 
taler-merchant-httpd-32730(KTMRXYJNQDJTSRBFSM156YD428) INFO Finished handling 
request for `/orders/11/pay' with MHD termination code 0
+2023-02-20T07:28:05.688168-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 409
+2023-02-20T07:28:05.690622-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:05.692293-0500 
taler-exchange-httpd-32742(VN6SN0TPRVJFYZ2AWKAAN2S32C) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T07:28:05.693444-0500 
taler-exchange-httpd-32742(VN6SN0TPRVJFYZ2AWKAAN2S32C) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T07:28:05.694263-0500 
taler-exchange-httpd-32742(VN6SN0TPRVJFYZ2AWKAAN2S32C) INFO Request for `/keys' 
completed (0)
+2023-02-20T07:28:06.025214-0500 .libs/test_merchant_api_cs-32556 INFO Received 
keys from URL `http://localhost:8081/keys' with status 200 and expiration Mon 
Feb 27 12:27:17 2023.
+2023-02-20T07:28:06.766782-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:06.790476-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:06.926477-0500 .libs/test_merchant_api_cs-32556 INFO 
Successfully downloaded exchange's keys
+2023-02-20T07:28:06.926697-0500 .libs/test_merchant_api_cs-32556 INFO 
Connecting to auditor at URL `http://the.auditor/'.
+2023-02-20T07:28:06.927268-0500 .libs/test_merchant_api_cs-32556 INFO 
Operation of type DEPOSIT with amount EUR:5
+2023-02-20T07:28:06.931015-0500 .libs/test_merchant_api_cs-32556 INFO 
Accepting proof of double-spending (or coin public key re-use)
+2023-02-20T07:28:06.931162-0500 .libs/test_merchant_api_cs-32556 INFO 
Disconnecting from auditor at URL `http://the.auditor/'.
+2023-02-20T07:28:06.964488-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:06.964652-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-abort-11
+2023-02-20T07:28:06.976660-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO Handling request 
(POST) for URL '/orders/11/abort'
+2023-02-20T07:28:06.983039-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO Handling /abort for 
order `11' with contract hash `3WC2VBC2'
+2023-02-20T07:28:06.985041-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO Starting merchant 
DB transaction `run abort'
+2023-02-20T07:28:06.993598-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO Committing merchant 
DB transaction run abort
+2023-02-20T07:28:07.000756-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:07.019041-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:07.020805-0500 
taler-exchange-httpd-32742(328NEH5SHZ9WQB71MX5WXEJ6SW) INFO Handling request 
(POST) for URL 
'/coins/F401YTG0S1TCKHT0HXR9YZXMHFQ64ADT3SAVPXQQ6QFW7SBPAD00/refund'
+2023-02-20T07:28:07.021134-0500 
taler-exchange-httpd-32742(328NEH5SHZ9WQB71MX5WXEJ6SW) INFO Handling request 
(POST) for URL 
'/coins/F401YTG0S1TCKHT0HXR9YZXMHFQ64ADT3SAVPXQQ6QFW7SBPAD00/refund'
+2023-02-20T07:28:07.021425-0500 
taler-exchange-httpd-32742(328NEH5SHZ9WQB71MX5WXEJ6SW) INFO Handling request 
(POST) for URL 
'/coins/F401YTG0S1TCKHT0HXR9YZXMHFQ64ADT3SAVPXQQ6QFW7SBPAD00/refund'
+2023-02-20T07:28:07.079617-0500 
taler-exchange-httpd-32742(328NEH5SHZ9WQB71MX5WXEJ6SW) INFO Starting 
transaction `run refund'
+2023-02-20T07:28:07.085464-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:07.106442-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:28:07.106800-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:28:07.110044-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:07.110726-0500 
taler-exchange-httpd-32742(328NEH5SHZ9WQB71MX5WXEJ6SW) INFO Request for 
`/coins/F401YTG0S1TCKHT0HXR9YZXMHFQ64ADT3SAVPXQQ6QFW7SBPAD00/refund' completed 
(0)
+2023-02-20T07:28:07.122722-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO Starting merchant 
DB transaction `run abort'
+2023-02-20T07:28:07.145417-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO Committing merchant 
DB transaction run abort
+2023-02-20T07:28:07.153236-0500 
taler-merchant-httpd-32730(4AG9K6CK9Y58VHD91900RPKGSG) INFO Finished handling 
request for `/orders/11/abort' with MHD termination code 0
+2023-02-20T07:28:07.153836-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 200
+2023-02-20T07:28:07.168927-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:07.169169-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-11-aggregator
+==32867== Memcheck, a memory error detector
+==32867== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32867== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32867== Command: /home/priscilla//bin/taler-exchange-aggregator -c 
test_merchant_api-cs.conf -L INFO -t -y
+==32867== 
+2023-02-20T07:28:08.735254-0500 taler-exchange-aggregator-32867 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:08.781466-0500 taler-exchange-aggregator-32867 INFO New poll 
FD is -1
+2023-02-20T07:28:08.792492-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:08.816700-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:08.923228-0500 taler-exchange-aggregator-32867 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:08.923471-0500 taler-exchange-aggregator-32867 INFO New poll 
FD is 8
+2023-02-20T07:28:08.985487-0500 taler-exchange-aggregator-32867 INFO Draining 
KYC alerts
+2023-02-20T07:28:08.988119-0500 taler-exchange-aggregator-32867 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:28:09.015598-0500 taler-exchange-aggregator-32867 INFO Running 
aggregation shard
+2023-02-20T07:28:09.017756-0500 taler-exchange-aggregator-32867 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:28:09.112448-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:09.137101-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:09.208026-0500 taler-exchange-aggregator-32867 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:28:09.209478-0500 taler-exchange-aggregator-32867 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:28:09.213380-0500 taler-exchange-aggregator-32867 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:28:09.224590-0500 taler-exchange-aggregator-32867 INFO Found 
ready deposit!
+2023-02-20T07:28:09.340715-0500 taler-exchange-aggregator-32867 INFO Not ready 
for wire transfer (1/(null))
+2023-02-20T07:28:09.347930-0500 taler-exchange-aggregator-32867 INFO 
Committing aggregation result
+2023-02-20T07:28:09.355844-0500 taler-exchange-aggregator-32867 INFO Commit 
complete, going again
+2023-02-20T07:28:09.356510-0500 taler-exchange-aggregator-32867 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:28:09.357545-0500 taler-exchange-aggregator-32867 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:28:09.363373-0500 taler-exchange-aggregator-32867 INFO Completed 
shard [0,2147483647] after 359 ms with 1 deposits
+2023-02-20T07:28:09.364737-0500 taler-exchange-aggregator-32867 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:28:09.367680-0500 taler-exchange-aggregator-32867 INFO Draining 
KYC alerts
+2023-02-20T07:28:09.367978-0500 taler-exchange-aggregator-32867 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:28:09.369625-0500 taler-exchange-aggregator-32867 INFO Running 
aggregation shard
+2023-02-20T07:28:09.369951-0500 taler-exchange-aggregator-32867 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:28:09.431067-0500 taler-exchange-aggregator-32867 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:28:09.431371-0500 taler-exchange-aggregator-32867 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:28:09.432295-0500 taler-exchange-aggregator-32867 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:28:09.433652-0500 taler-exchange-aggregator-32867 INFO Completed 
shard [0,2147483647] after 433 ms with 0 deposits
+2023-02-20T07:28:09.433946-0500 taler-exchange-aggregator-32867 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:28:09.439520-0500 taler-exchange-aggregator-32867 INFO Running 
shutdown
+2023-02-20T07:28:09.440508-0500 taler-merchant-httpd-32730 INFO Received keys 
from URL `http://192.0.2.1/404/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T07:28:09.440769-0500 taler-merchant-httpd-32730 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T07:28:09.441038-0500 taler-merchant-httpd-32730 WARNING Failed to 
receive /keys response from exchange http://192.0.2.1/404/
+==32867== 
+==32867== HEAP SUMMARY:
+==32867==     in use at exit: 5,318 bytes in 27 blocks
+==32867==   total heap usage: 3,931 allocs, 3,904 frees, 540,387 bytes 
allocated
+==32867== 
+==32867== LEAK SUMMARY:
+==32867==    definitely lost: 0 bytes in 0 blocks
+==32867==    indirectly lost: 0 bytes in 0 blocks
+==32867==      possibly lost: 0 bytes in 0 blocks
+==32867==    still reachable: 5,318 bytes in 27 blocks
+==32867==         suppressed: 0 bytes in 0 blocks
+==32867== Reachable blocks (those to which a pointer was found) are not shown.
+==32867== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32867== 
+==32867== For lists of detected and suppressed errors, rerun with: -s
+==32867== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:09.605767-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:09.606031-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-11-transfer
+==32871== Memcheck, a memory error detector
+==32871== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32871== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32871== Command: /home/priscilla//bin/taler-exchange-transfer -c 
test_merchant_api-cs.conf -L INFO -S 1 -w 0 -t
+==32871== 
+2023-02-20T07:28:10.818400-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:10.841206-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:11.139032-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:11.171983-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:11.162821-0500 taler-exchange-transfer-32871 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:11.209178-0500 taler-exchange-transfer-32871 INFO New poll FD 
is -1
+2023-02-20T07:28:11.349061-0500 taler-exchange-transfer-32871 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:11.349320-0500 taler-exchange-transfer-32871 INFO New poll FD 
is 8
+2023-02-20T07:28:11.374277-0500 taler-exchange-transfer-32871 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:11.423628-0500 taler-exchange-transfer-32871 INFO Claimed new 
shard
+2023-02-20T07:28:11.425429-0500 taler-exchange-transfer-32871 INFO Starting 
with shard [3,4)
+2023-02-20T07:28:11.426837-0500 taler-exchange-transfer-32871 INFO Checking 
for 1 pending wire transfers [3-...)
+2023-02-20T07:28:11.427720-0500 taler-exchange-transfer-32871 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:28:11.434004-0500 taler-exchange-transfer-32871 INFO No more 
pending wire transfers, shutting down (because we are in test mode)
+2023-02-20T07:28:11.437318-0500 taler-exchange-transfer-32871 INFO Running 
shutdown
+==32871== 
+==32871== HEAP SUMMARY:
+==32871==     in use at exit: 5,291 bytes in 26 blocks
+==32871==   total heap usage: 3,568 allocs, 3,542 frees, 380,640 bytes 
allocated
+==32871== 
+==32871== LEAK SUMMARY:
+==32871==    definitely lost: 0 bytes in 0 blocks
+==32871==    indirectly lost: 0 bytes in 0 blocks
+==32871==      possibly lost: 0 bytes in 0 blocks
+==32871==    still reachable: 5,291 bytes in 26 blocks
+==32871==         suppressed: 0 bytes in 0 blocks
+==32871== Reachable blocks (those to which a pointer was found) are not shown.
+==32871== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32871== 
+==32871== For lists of detected and suppressed errors, rerun with: -s
+==32871== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:11.566273-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:11.566536-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_empty-11
+2023-02-20T07:28:11.568364-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `pay-abort'
+2023-02-20T07:28:11.568563-0500 .libs/test_merchant_api_cs-32556 INFO Exiting 
from batch: pay-abort
+2023-02-20T07:28:11.568847-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:11.569050-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-reserve-1r
+2023-02-20T07:28:11.572195-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting administrative transaction at 
`http://localhost:8082/2/admin/add-incoming' for reserve 5E917CEV
+2023-02-20T07:28:11.576223-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:11.576482-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:11.576751-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:11.576985-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:11.577204-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:11.577423-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:11.578484-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 62->2, subject: 5E917CEV, amount: EUR:10.02
+2023-02-20T07:28:11.579064-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer from 62 to 2 over EUR:10.02 and subject 5E917CEV at row 6
+2023-02-20T07:28:11.581475-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:11.581694-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: wirewatch-1r
+==32875== Memcheck, a memory error detector
+==32875== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32875== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32875== Command: /home/priscilla//bin/taler-exchange-wirewatch -c 
test_merchant_api-cs.conf -S 1 -w 0 -t -L DEBUG
+==32875== 
+2023-02-20T07:28:12.842994-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:12.866118-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:13.124695-0500 taler-exchange-wirewatch-32875 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:13.170813-0500 taler-exchange-wirewatch-32875 INFO New poll 
FD is -1
+2023-02-20T07:28:13.174144-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:13.204094-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:13.312412-0500 taler-exchange-wirewatch-32875 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:13.312652-0500 taler-exchange-wirewatch-32875 INFO New poll 
FD is 8
+2023-02-20T07:28:13.336644-0500 taler-exchange-wirewatch-32875 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:28:13.339687-0500 taler-exchange-wirewatch-32875 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:13.390411-0500 taler-exchange-wirewatch-32875 INFO Claimed 
new shard
+2023-02-20T07:28:13.392047-0500 taler-exchange-wirewatch-32875 INFO Starting 
with shard wirewatch-exchange-account-exchange at (5,6] locked for 0 ms
+2023-02-20T07:28:13.392913-0500 taler-exchange-wirewatch-32875 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:28:13.394282-0500 taler-exchange-wirewatch-32875 INFO Requesting 
credit history staring from 5
+2023-02-20T07:28:13.400361-0500 taler-exchange-wirewatch-32875 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=5'
+2023-02-20T07:28:13.754782-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:28:13.755006-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:28:13.755158-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x7de0e30 (0)
+2023-02-20T07:28:13.755362-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 5
+2023-02-20T07:28:13.755616-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning 1 credit transactions starting (inclusive) from 6
+2023-02-20T07:28:13.868721-0500 taler-exchange-wirewatch-32875 INFO History 
request returned with HTTP status 200
+2023-02-20T07:28:13.871736-0500 taler-exchange-wirewatch-32875 INFO Importing 
1 transactions
+2023-02-20T07:28:13.874953-0500 taler-exchange-wirewatch-32875 INFO Starting 
READ COMMITTED transaction `READ_COMMITED`
+2023-02-20T07:28:13.967943-0500 taler-exchange-wirewatch-32875 INFO Imported 
transaction 6.2023-02-20T07:28:13.969461-0500 taler-exchange-wirewatch-32875 
INFO Completing shard 5-6
+2023-02-20T07:28:13.979449-0500 taler-exchange-wirewatch-32875 INFO Completed 
shard wirewatch-exchange-account-exchange (5,6] after 639 ms
+2023-02-20T07:28:13.980917-0500 taler-exchange-wirewatch-32875 INFO Increasing 
batch size to 2
+2023-02-20T07:28:13.981449-0500 taler-exchange-wirewatch-32875 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:28:13.998221-0500 taler-exchange-wirewatch-32875 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:14.002645-0500 taler-exchange-wirewatch-32875 INFO Trying to 
claim shard (6-7]
+2023-02-20T07:28:14.010624-0500 taler-exchange-wirewatch-32875 INFO Claimed 
new shard
+2023-02-20T07:28:14.010881-0500 taler-exchange-wirewatch-32875 INFO Starting 
with shard wirewatch-exchange-account-exchange at (6,7] locked for 0 ms
+2023-02-20T07:28:14.011120-0500 taler-exchange-wirewatch-32875 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:28:14.012690-0500 taler-exchange-wirewatch-32875 INFO Requesting 
credit history staring from 6
+2023-02-20T07:28:14.013083-0500 taler-exchange-wirewatch-32875 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=6'
+2023-02-20T07:28:14.017456-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:28:14.017659-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:28:14.017804-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x5ad76a0 (0)
+2023-02-20T07:28:14.017986-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 6
+2023-02-20T07:28:14.022331-0500 taler-exchange-wirewatch-32875 INFO History 
request returned with HTTP status 204
+2023-02-20T07:28:14.023166-0500 taler-exchange-wirewatch-32875 INFO 
Transaction list drained and in test mode. Exiting
+==32875== 
+==32875== HEAP SUMMARY:
+==32875==     in use at exit: 5,293 bytes in 26 blocks
+==32875==   total heap usage: 3,841 allocs, 3,815 frees, 477,063 bytes 
allocated
+==32875== 
+==32875== LEAK SUMMARY:
+==32875==    definitely lost: 0 bytes in 0 blocks
+==32875==    indirectly lost: 0 bytes in 0 blocks
+==32875==      possibly lost: 0 bytes in 0 blocks
+==32875==    still reachable: 5,293 bytes in 26 blocks
+==32875==         suppressed: 0 bytes in 0 blocks
+==32875== Reachable blocks (those to which a pointer was found) are not shown.
+==32875== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32875== 
+==32875== For lists of detected and suppressed errors, rerun with: -s
+==32875== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:14.158973-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.159235-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-2r
+2023-02-20T07:28:14.159574-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/62?receiver-name=62) to 
debit_account (62)
+2023-02-20T07:28:14.160053-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.160256-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-1r
+2023-02-20T07:28:14.169733-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:14.171454-0500 
taler-exchange-httpd-32742(NS4XHMZ0JV8GMBRE9CHDS28QC4) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:14.171754-0500 
taler-exchange-httpd-32742(NS4XHMZ0JV8GMBRE9CHDS28QC4) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:14.172015-0500 
taler-exchange-httpd-32742(NS4XHMZ0JV8GMBRE9CHDS28QC4) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:14.174863-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:28:14.180977-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:28:14.181235-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:28:14.181515-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 6 ms
+2023-02-20T07:28:14.183849-0500 
taler-exchange-httpd-32742(NS4XHMZ0JV8GMBRE9CHDS28QC4) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:28:14.236923-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve 5E917CEV
+2023-02-20T07:28:14.241377-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:14.243109-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO Handling request 
(POST) for URL 
'/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw'
+2023-02-20T07:28:14.243435-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO Handling request 
(POST) for URL 
'/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw'
+2023-02-20T07:28:14.243720-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO Handling request 
(POST) for URL 
'/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw'
+2023-02-20T07:28:14.254047-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:28:14.256137-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:28:14.256382-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:28:14.256663-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2633 µs
+2023-02-20T07:28:14.257137-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:28:14.266258-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:28:14.266539-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:28:14.266804-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:28:14.279064-0500 
taler-exchange-httpd-32742(QJRYKVTNAKCVTQVD32F9D3TKH4) INFO Request for 
`/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw' 
completed (0)
+2023-02-20T07:28:14.323789-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.324025-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-2r
+2023-02-20T07:28:14.332073-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:14.333851-0500 
taler-exchange-httpd-32742(5JEA0ES7QT13PAAGM8EMTYXSW0) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:14.334154-0500 
taler-exchange-httpd-32742(5JEA0ES7QT13PAAGM8EMTYXSW0) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:14.334415-0500 
taler-exchange-httpd-32742(5JEA0ES7QT13PAAGM8EMTYXSW0) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:14.337266-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:28:14.342777-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:28:14.343034-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:28:14.343314-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 6 ms
+2023-02-20T07:28:14.345349-0500 
taler-exchange-httpd-32742(5JEA0ES7QT13PAAGM8EMTYXSW0) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:28:14.387507-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve 5E917CEV
+2023-02-20T07:28:14.391180-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:14.392929-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO Handling request 
(POST) for URL 
'/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw'
+2023-02-20T07:28:14.393257-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO Handling request 
(POST) for URL 
'/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw'
+2023-02-20T07:28:14.393543-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO Handling request 
(POST) for URL 
'/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw'
+2023-02-20T07:28:14.403896-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:28:14.406015-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:28:14.406262-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:28:14.406545-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2665 µs
+2023-02-20T07:28:14.406996-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:28:14.416213-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:28:14.416488-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:28:14.416755-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:28:14.423443-0500 
taler-exchange-httpd-32742(31EQASAMGJ1GARN2BAETW11KBG) INFO Request for 
`/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG/withdraw' 
completed (0)
+2023-02-20T07:28:14.459623-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.459812-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-status-1r
+2023-02-20T07:28:14.461902-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:14.463574-0500 
taler-exchange-httpd-32742(AZ4JBYEMXYNX70VFD9KZ28ZRVW) INFO Handling request 
(GET) for URL '/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG'
+2023-02-20T07:28:14.464028-0500 
taler-exchange-httpd-32742(AZ4JBYEMXYNX70VFD9KZ28ZRVW) INFO Starting 
transaction `get reserve balance'
+2023-02-20T07:28:14.467014-0500 
taler-exchange-httpd-32742(AZ4JBYEMXYNX70VFD9KZ28ZRVW) INFO Request for 
`/reserves/RKS2WS15GXJ1DQYY0FC68402PWZBDC0Z3MW087KSQ956FTYG5ZTG' completed (0)
+2023-02-20T07:28:14.467761-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.467919-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-1r
+2023-02-20T07:28:14.473575-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:28:14.490233-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:28:14.493962-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO Notifying clients 
of new order 10 at YJXV0MR2
+2023-02-20T07:28:14.494328-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000M005YMGCR0GKG0000000''
+2023-02-20T07:28:14.494931-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO PG poll job active
+2023-02-20T07:28:14.495275-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:14.495536-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:28:14.501865-0500 
taler-merchant-httpd-32730(EX8B71NDBSJDVNZVHR870TZ6W8) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:28:14.502717-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1r/claim
+2023-02-20T07:28:14.507205-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO Handling request 
(POST) for URL '/orders/1r/claim'
+2023-02-20T07:28:14.508226-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:28:14.525822-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO Notifying clients 
of new order 10 at YJXV0MR2
+2023-02-20T07:28:14.526192-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000M005YMGCR0GKG0000001''
+2023-02-20T07:28:14.526789-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO PG poll job active
+2023-02-20T07:28:14.527104-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:14.527351-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:28:14.553691-0500 
taler-merchant-httpd-32730(X0TWK2PBBCEJQMQ2S4V7V28J7C) INFO Finished handling 
request for `/orders/1r/claim' with MHD termination code 0
+2023-02-20T07:28:14.557297-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:28:14.567962-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.568139-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-wallet-refund-1-low
+2023-02-20T07:28:14.569562-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1r?h_contract=EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0&timeout_ms=60000&refund=EUR%3A0.01
+2023-02-20T07:28:14.571604-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.571782-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-wallet-refund-1-high
+2023-02-20T07:28:14.572397-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1r?h_contract=EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0&timeout_ms=60000&refund=EUR%3A0.2
+2023-02-20T07:28:14.573200-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Handling request 
(GET) for URL '/orders/1r'
+2023-02-20T07:28:14.574356-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.574533-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-for-refund-1r
+2023-02-20T07:28:14.575974-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Subscribing 
0x8a47af0 to refunds on 1r
+2023-02-20T07:28:14.576415-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Executing PQ 
command `LISTEN XKW6KD6EYBVG9K0P4DAGQ7CNNTM2JXDDCNZFPH5QJ5BC9BY52CFPG'
+2023-02-20T07:28:14.577150-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Subscribing to 
payments on 1r
+2023-02-20T07:28:14.577501-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Executing PQ 
command `LISTEN XH7KER68S4227M7B4PTTB1QE9A415968KXJ2H7ANCS4RM0R80E5ZG'
+2023-02-20T07:28:14.591196-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Order claimed but 
unpaid, sending pay request for order 1r
+2023-02-20T07:28:14.591502-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Suspending GET 
/orders/1r
+2023-02-20T07:28:14.594153-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Handling request 
(GET) for URL '/orders/1r'
+2023-02-20T07:28:14.595077-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Subscribing 
0x8a4d710 to refunds on 1r
+2023-02-20T07:28:14.595455-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Subscribing to 
payments on 1r
+2023-02-20T07:28:14.610350-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Order claimed but 
unpaid, sending pay request for order 1r
+2023-02-20T07:28:14.610612-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Suspending GET 
/orders/1r
+2023-02-20T07:28:14.612484-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Handling request 
(POST) for URL '/orders/1r/pay'
+2023-02-20T07:28:14.626870-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Handling payment 
for order `1r' with contract hash `EZWR38QY'
+2023-02-20T07:28:14.627353-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:28:14.628871-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:28:14.629460-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:14.629827-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:28:14.630079-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Initiating batch 
deposit with 1 coins
+2023-02-20T07:28:14.654604-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:14.656330-0500 
taler-exchange-httpd-32742(T1ZT5YRZ7ZQMECGT6T3Q79BTMW) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:14.656628-0500 
taler-exchange-httpd-32742(T1ZT5YRZ7ZQMECGT6T3Q79BTMW) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:14.656973-0500 
taler-exchange-httpd-32742(T1ZT5YRZ7ZQMECGT6T3Q79BTMW) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:14.683739-0500 
taler-exchange-httpd-32742(T1ZT5YRZ7ZQMECGT6T3Q79BTMW) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:28:14.705633-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:28:14.705925-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:28:14.708716-0500 
taler-exchange-httpd-32742(T1ZT5YRZ7ZQMECGT6T3Q79BTMW) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:28:14.714531-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Batch deposit 
completed with status 200
+2023-02-20T07:28:14.714829-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Starting merchant 
DB transaction `batch-deposit-insert-confirmation'
+2023-02-20T07:28:14.717078-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Committing merchant 
DB transaction batch-deposit-insert-confirmation
+2023-02-20T07:28:14.722877-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Not re-checking KYC 
status at `http://localhost:8081/', as we already recently asked
+2023-02-20T07:28:14.723151-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:28:14.725186-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Subtracting total 
refunds from paid amount: EUR:0
+2023-02-20T07:28:14.725482-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Order `1r' 
(EZWR38QY) was fully paid
+2023-02-20T07:28:14.728429-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Notifying clients 
of new order 10 at YJXV0MR2
+2023-02-20T07:28:14.728805-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000M005YMGCR0GKG0000003''
+2023-02-20T07:28:14.729402-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO PG poll job active
+2023-02-20T07:28:14.729742-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:14.730766-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Committing merchant 
DB transaction run pay
+2023-02-20T07:28:14.744139-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Notifying clients 
about payment of order 1r
+2023-02-20T07:28:14.744553-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Executing command 
`NOTIFY XH7KER68S4227M7B4PTTB1QE9A415968KXJ2H7ANCS4RM0R80E5ZG, '''
+2023-02-20T07:28:14.745206-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO PG poll job active
+2023-02-20T07:28:14.745586-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Received 
notification xh7ker68s4227m7b4pttb1qe9a415968kxj2h7ancs4rm0r80e5zg with extra 
data `'
+2023-02-20T07:28:14.745850-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Received event for 
1r with argument ``
+2023-02-20T07:28:14.746250-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Received event for 
1r with argument ``
+2023-02-20T07:28:14.746523-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:28:14.746774-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Notifying clients 
about session change to  for https://example.com
+2023-02-20T07:28:14.747280-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Executing command 
`NOTIFY XF6Y7V2HWVEQC2PWVT1XS9R9NFXTNMNKQX7JZGH294TNQA60BM900, '''
+2023-02-20T07:28:14.747900-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO PG poll job active
+2023-02-20T07:28:14.748210-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:14.754517-0500 
taler-merchant-httpd-32730(TAQ68N8MECGNDVJD5Q839H3JYM) INFO Finished handling 
request for `/orders/1r/pay' with MHD termination code 0
+2023-02-20T07:28:14.754946-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 200
+2023-02-20T07:28:14.761146-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.761333-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-payment-refund-1
+2023-02-20T07:28:14.761805-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from 
http://localhost:8080/private/orders/1r?transfer=NO&timeout_ms=60000
+2023-02-20T07:28:14.763767-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.763951-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: refund-increase-1r
+2023-02-20T07:28:14.764974-0500 
taler-merchant-httpd-32730(5KKAMAKEMEMSPBZBJSMAG1Q6XW) INFO Handling request 
(GET) for URL '/private/orders/1r'
+2023-02-20T07:28:14.765558-0500 
taler-merchant-httpd-32730(5KKAMAKEMEMSPBZBJSMAG1Q6XW) INFO Subscribing to 
payment triggers for 0x7faf0c0
+2023-02-20T07:28:14.788048-0500 
taler-merchant-httpd-32730(5KKAMAKEMEMSPBZBJSMAG1Q6XW) INFO Finished handling 
request for `/private/orders/1r' with MHD termination code 0
+2023-02-20T07:28:14.791259-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Handling request 
(POST) for URL '/private/orders/1r/refund'
+2023-02-20T07:28:14.794423-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID finished with status 200.
+2023-02-20T07:28:14.799183-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Starting merchant 
DB transaction `increase refund'
+2023-02-20T07:28:14.811417-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Committing merchant 
DB transaction increase refund
+2023-02-20T07:28:14.823514-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Awakening clients 
on 1r waiting for refund of no more than EUR:0.1
+2023-02-20T07:28:14.824399-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Executing command 
`NOTIFY XKW6KD6EYBVG9K0P4DAGQ7CNNTM2JXDDCNZFPH5QJ5BC9BY52CFPG, '8NAN4EHG5RRG''
+2023-02-20T07:28:14.825256-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO PG poll job active
+2023-02-20T07:28:14.825662-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Received 
notification xkw6kd6eybvg9k0p4dagq7cnntm2jxddcnzfph5qj5bc9by52cfpg with extra 
data `EUR:0.1'
+2023-02-20T07:28:14.825927-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Received event for 
1r with argument `EUR:0.1`
+2023-02-20T07:28:14.827075-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Received event for 
1r with argument `EUR:0.1`
+2023-02-20T07:28:14.827504-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Resuming (1/1) by 
event with argument `EUR:0.1`
+2023-02-20T07:28:14.827786-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:28:14.845372-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Notifying clients 
of new order 10 at YJXV0MR2
+2023-02-20T07:28:14.845741-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000M005YMGCR0GKG0000007''
+2023-02-20T07:28:14.846436-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO PG poll job active
+2023-02-20T07:28:14.846739-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:14.852646-0500 
taler-merchant-httpd-32730(PSCEZ6M9DMA8AAFPHZ858FXSEC) INFO Finished handling 
request for `/private/orders/1r/refund' with MHD termination code 0
+2023-02-20T07:28:14.862924-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.863230-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-1-conclude-low
+2023-02-20T07:28:14.863511-0500 .libs/test_merchant_api_cs-32556 INFO Waiting 
on GET /orders/$ID of poll-order-wallet-refund-1-low (active)
+2023-02-20T07:28:14.872849-0500 
taler-merchant-httpd-32730(JJGXVV4E2C1A29J2CK0FQTYFWG) INFO Finished handling 
request for `/orders/1r' with MHD termination code 0
+2023-02-20T07:28:14.874107-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/orders/$ID finished with status 200.
+2023-02-20T07:28:14.874428-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:14.876010-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.876268-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-wallet-1r
+2023-02-20T07:28:14.877050-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1r?h_contract=EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0
+2023-02-20T07:28:14.880900-0500 
taler-merchant-httpd-32730(87N23S747C3H0GPG7MJN09WPX0) INFO Handling request 
(GET) for URL '/orders/1r'
+2023-02-20T07:28:14.896527-0500 
taler-merchant-httpd-32730(87N23S747C3H0GPG7MJN09WPX0) INFO Finished handling 
request for `/orders/1r' with MHD termination code 0
+2023-02-20T07:28:14.898218-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.898446-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: refund-increase-1r-2
+2023-02-20T07:28:14.902834-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Handling request 
(POST) for URL '/private/orders/1r/refund'
+2023-02-20T07:28:14.906801-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Starting merchant 
DB transaction `increase refund'
+2023-02-20T07:28:14.911006-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Committing merchant 
DB transaction increase refund
+2023-02-20T07:28:14.921958-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Awakening clients 
on 1r waiting for refund of no more than EUR:1
+2023-02-20T07:28:14.922306-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Executing command 
`NOTIFY XKW6KD6EYBVG9K0P4DAGQ7CNNTM2JXDDCNZFPH5QJ5BC9BY52CFPG, '8NAN4EHH''
+2023-02-20T07:28:14.922920-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO PG poll job active
+2023-02-20T07:28:14.923224-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Received 
notification xkw6kd6eybvg9k0p4dagq7cnntm2jxddcnzfph5qj5bc9by52cfpg with extra 
data `EUR:1'
+2023-02-20T07:28:14.923437-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Received event for 
1r with argument `EUR:1`
+2023-02-20T07:28:14.923676-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Resuming (1/1) by 
event with argument `EUR:1`
+2023-02-20T07:28:14.923897-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO PG poll job 
finishes after 1 events
+2023-02-20T07:28:14.936604-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Notifying clients 
of new order 10 at YJXV0MR2
+2023-02-20T07:28:14.936911-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000M005YMGCR0GKG0000007''
+2023-02-20T07:28:14.937548-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO PG poll job active
+2023-02-20T07:28:14.937809-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:14.940167-0500 
taler-merchant-httpd-32730(HCVX9T14MF1J1ZBWFXTR8FHY14) INFO Finished handling 
request for `/private/orders/1r/refund' with MHD termination code 0
+2023-02-20T07:28:14.941887-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.942093-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-order-1-conclude-high
+2023-02-20T07:28:14.942280-0500 .libs/test_merchant_api_cs-32556 INFO Waiting 
on GET /orders/$ID of poll-order-wallet-refund-1-high (active)
+2023-02-20T07:28:14.956077-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Finished handling 
request for `/orders/1r' with MHD termination code 0
+2023-02-20T07:28:14.956577-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Executing PQ 
command `UNLISTEN XKW6KD6EYBVG9K0P4DAGQ7CNNTM2JXDDCNZFPH5QJ5BC9BY52CFPG'
+2023-02-20T07:28:14.956826-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/orders/$ID finished with status 200.
+2023-02-20T07:28:14.957126-0500 
taler-merchant-httpd-32730(B4BCD857VWZW4VYPT4ED2XY4HG) INFO Executing PQ 
command `UNLISTEN XH7KER68S4227M7B4PTTB1QE9A415968KXJ2H7ANCS4RM0R80E5ZG'
+2023-02-20T07:28:14.957472-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.957674-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-wallet-1r-2
+2023-02-20T07:28:14.958234-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1r?h_contract=EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0
+2023-02-20T07:28:14.958780-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:14.961521-0500 
taler-merchant-httpd-32730(QZT3RH8AER037MMZ8YP8TK84RC) INFO Handling request 
(GET) for URL '/orders/1r'
+2023-02-20T07:28:14.976917-0500 
taler-merchant-httpd-32730(QZT3RH8AER037MMZ8YP8TK84RC) INFO Finished handling 
request for `/orders/1r' with MHD termination code 0
+2023-02-20T07:28:14.978463-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:14.978713-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: obtain-refund-1r
+2023-02-20T07:28:14.988445-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO Handling request 
(POST) for URL '/orders/1r/refund'
+2023-02-20T07:28:15.008679-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:15.010032-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:15.028453-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:15.030137-0500 
taler-exchange-httpd-32742(T9NCND3SNFKCQPM10E8NRYBYE8) INFO Handling request 
(POST) for URL 
'/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund'
+2023-02-20T07:28:15.030508-0500 
taler-exchange-httpd-32742(T9NCND3SNFKCQPM10E8NRYBYE8) INFO Handling request 
(POST) for URL 
'/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund'
+2023-02-20T07:28:15.030802-0500 
taler-exchange-httpd-32742(T9NCND3SNFKCQPM10E8NRYBYE8) INFO Handling request 
(POST) for URL 
'/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund'
+2023-02-20T07:28:15.044739-0500 
taler-exchange-httpd-32742(T9NCND3SNFKCQPM10E8NRYBYE8) INFO Starting 
transaction `run refund'
+2023-02-20T07:28:15.060894-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:28:15.061181-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:28:15.062828-0500 
taler-exchange-httpd-32742(T9NCND3SNFKCQPM10E8NRYBYE8) INFO Request for 
`/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund' completed 
(0)
+2023-02-20T07:28:15.063854-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:15.065438-0500 
taler-exchange-httpd-32742(SNGTH8DWRDD317SH1GR5H5TPJG) INFO Handling request 
(POST) for URL 
'/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund'
+2023-02-20T07:28:15.065662-0500 
taler-exchange-httpd-32742(SNGTH8DWRDD317SH1GR5H5TPJG) INFO Handling request 
(POST) for URL 
'/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund'
+2023-02-20T07:28:15.065860-0500 
taler-exchange-httpd-32742(SNGTH8DWRDD317SH1GR5H5TPJG) INFO Handling request 
(POST) for URL 
'/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund'
+2023-02-20T07:28:15.078555-0500 
taler-exchange-httpd-32742(SNGTH8DWRDD317SH1GR5H5TPJG) INFO Starting 
transaction `run refund'
+2023-02-20T07:28:15.090753-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO Executing command 
`NOTIFY X3S94DD6N8ZXX4D9C2FXK7SS3ECXSDNVFJS9WZHZTGQKJFT2T1MV0, '''
+2023-02-20T07:28:15.091478-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO PG poll job active
+2023-02-20T07:28:15.091807-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:15.106020-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:28:15.106315-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:28:15.110355-0500 
taler-exchange-httpd-32742(SNGTH8DWRDD317SH1GR5H5TPJG) INFO Request for 
`/coins/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0/refund' completed 
(0)
+2023-02-20T07:28:15.133184-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO Executing command 
`NOTIFY X3S94DD6N8ZXX4D9C2FXK7SS3ECXSDNVFJS9WZHZTGQKJFT2T1MV0, '''
+2023-02-20T07:28:15.133903-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO PG poll job active
+2023-02-20T07:28:15.134203-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:15.146800-0500 
taler-merchant-httpd-32730(TV23JKX20657E1JW1ZXRC03BBC) INFO Finished handling 
request for `/orders/1r/refund' with MHD termination code 0
+2023-02-20T07:28:15.162443-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:15.162715-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-wallet-1r-3
+2023-02-20T07:28:15.163361-0500 .libs/test_merchant_api_cs-32556 INFO Checking 
order status at 
http://localhost:8080/orders/1r?h_contract=EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0
+2023-02-20T07:28:15.167607-0500 
taler-merchant-httpd-32730(5MWP359JRFW521MGC65ARWP570) INFO Handling request 
(GET) for URL '/orders/1r'
+2023-02-20T07:28:15.187306-0500 
taler-merchant-httpd-32730(5MWP359JRFW521MGC65ARWP570) INFO Finished handling 
request for `/orders/1r' with MHD termination code 0
+2023-02-20T07:28:15.189240-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:15.189507-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1r
+2023-02-20T07:28:15.189961-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1r?transfer=YES
+2023-02-20T07:28:15.193303-0500 
taler-merchant-httpd-32730(H920GNP2BEAYABQN3WJY8S3NRW) INFO Handling request 
(GET) for URL '/private/orders/1r'
+2023-02-20T07:28:15.204504-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:15.211875-0500 
taler-merchant-httpd-32730(H920GNP2BEAYABQN3WJY8S3NRW) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:15.222998-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:15.224803-0500 
taler-exchange-httpd-32742(ADWJ39GAF730CHDPK0PD7YN52M) INFO Handling request 
(GET) for URL 
'/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0'
+2023-02-20T07:28:15.229315-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:15.231625-0500 
taler-exchange-httpd-32742(ADWJ39GAF730CHDPK0PD7YN52M) INFO Starting 
transaction `handle deposits GET'
+2023-02-20T07:28:15.667377-0500 
taler-exchange-httpd-32742(ADWJ39GAF730CHDPK0PD7YN52M) INFO Request for 
`/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0'
 completed (0)
+2023-02-20T07:28:15.703849-0500 
taler-merchant-httpd-32730(H920GNP2BEAYABQN3WJY8S3NRW) INFO Finished handling 
request for `/private/orders/1r' with MHD termination code 0
+2023-02-20T07:28:15.712711-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:28:15.718283-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:15.718501-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: get-order-merchant-1r-2
+2023-02-20T07:28:15.718930-0500 .libs/test_merchant_api_cs-32556 INFO Getting 
order status from http://localhost:8080/private/orders/1r?transfer=YES
+2023-02-20T07:28:15.722565-0500 
taler-merchant-httpd-32730(4HWYXSPHF3W57MEKSA4E2ZRTX0) INFO Handling request 
(GET) for URL '/private/orders/1r'
+2023-02-20T07:28:15.739611-0500 
taler-merchant-httpd-32730(4HWYXSPHF3W57MEKSA4E2ZRTX0) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:15.750858-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:15.752638-0500 
taler-exchange-httpd-32742(AQE6MCY0DX59A7B881753SMH18) INFO Handling request 
(GET) for URL 
'/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0'
+2023-02-20T07:28:15.759302-0500 
taler-exchange-httpd-32742(AQE6MCY0DX59A7B881753SMH18) INFO Starting 
transaction `handle deposits GET'
+2023-02-20T07:28:16.180018-0500 
taler-exchange-httpd-32742(AQE6MCY0DX59A7B881753SMH18) INFO Request for 
`/deposits/MDYPTVHY6DGZ63WBPY9P5HM2F9JJ996E3D80ZVQWBR79VZRY29P2DSPFTXBBDKC1MS4R29XKRQD1SQ130AP8RMHVHDMDM4V7DTYYE70/H7GQ4F77WTVQMAP5ZC9XEAFDPRN400ZSBFZBPREJMB3R9N01DVJG/EZWR38QYQGK8GMFN26ZVVRDTSGD51GAPJH0TVHTZQFZCHDDNYGDFE7YNE2T92VXGGWQXYS24KH05YFM4XADKVKC3NSAXRHKY53W0HX0/XMRGBVN0TBBEGVGKE5DM441C78B3J5R6ZHQSS8P61J5XSV0E8RF0'
 completed (0)
+2023-02-20T07:28:16.213158-0500 
taler-merchant-httpd-32730(4HWYXSPHF3W57MEKSA4E2ZRTX0) INFO Finished handling 
request for `/private/orders/1r' with MHD termination code 0
+2023-02-20T07:28:16.220334-0500 .libs/test_merchant_api_cs-32556 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T07:28:16.223193-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:16.223408-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: poll-payment-refund-conclude-1
+2023-02-20T07:28:16.223774-0500 .libs/test_merchant_api_cs-32556 INFO Waiting 
on GET /private/orders/$ID of poll-payment-refund-1 (finished)
+2023-02-20T07:28:16.224182-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:16.224385-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-not-to-be-paid
+2023-02-20T07:28:16.232857-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:28:16.249799-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:28:16.253512-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO Notifying clients 
of new order 11 at YJXV0MR2
+2023-02-20T07:28:16.253877-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000P005YMGCR84R00000000''
+2023-02-20T07:28:16.254478-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO PG poll job active
+2023-02-20T07:28:16.254802-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:16.255049-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:28:16.267592-0500 
taler-merchant-httpd-32730(AHS49FBB2KBNQ6RPDKZZXNN74G) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:28:16.268702-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/1-unpaid/claim
+2023-02-20T07:28:16.275309-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO Handling request 
(POST) for URL '/orders/1-unpaid/claim'
+2023-02-20T07:28:16.276309-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:28:16.293808-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO Notifying clients 
of new order 11 at YJXV0MR2
+2023-02-20T07:28:16.294176-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000P005YMGCR84R00000001''
+2023-02-20T07:28:16.294726-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO PG poll job active
+2023-02-20T07:28:16.295038-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:16.295284-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:28:16.320018-0500 
taler-merchant-httpd-32730(26J5B8MYFVFRE3BXVW9XF30ZH8) INFO Finished handling 
request for `/orders/1-unpaid/claim' with MHD termination code 0
+2023-02-20T07:28:16.325497-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:28:16.338732-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:16.338956-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: refund-increase-unpaid-proposal
+2023-02-20T07:28:16.344990-0500 
taler-merchant-httpd-32730(3FB45VQZ544QE7R8HMV1PVWK9G) INFO Handling request 
(POST) for URL '/private/orders/1-unpaid/refund'
+2023-02-20T07:28:16.349823-0500 
taler-merchant-httpd-32730(3FB45VQZ544QE7R8HMV1PVWK9G) INFO Starting merchant 
DB transaction `increase refund'
+2023-02-20T07:28:16.352261-0500 
taler-merchant-httpd-32730(3FB45VQZ544QE7R8HMV1PVWK9G) WARNING The refund of 
EUR:0.1 is bigger than the order's value
+2023-02-20T07:28:16.352974-0500 
taler-merchant-httpd-32730(3FB45VQZ544QE7R8HMV1PVWK9G) INFO Rolling back 
merchant DB transaction `increase refund'
+2023-02-20T07:28:16.356013-0500 
taler-merchant-httpd-32730(3FB45VQZ544QE7R8HMV1PVWK9G) INFO Finished handling 
request for `/private/orders/1-unpaid/refund' with MHD termination code 0
+2023-02-20T07:28:16.359264-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:16.359512-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: refund-increase-nonexistent-proposal
+2023-02-20T07:28:16.371369-0500 
taler-merchant-httpd-32730(FP0BDJ7S1FC4F8YN2A8KNZWD1G) INFO Handling request 
(POST) for URL '/private/orders/non-existent-id/refund'
+2023-02-20T07:28:16.374903-0500 
taler-merchant-httpd-32730(FP0BDJ7S1FC4F8YN2A8KNZWD1G) INFO Finished handling 
request for `/private/orders/non-existent-id/refund' with MHD termination code 0
+2023-02-20T07:28:16.376973-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:16.377228-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-reserve-unincreased-refund
+2023-02-20T07:28:16.380223-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting administrative transaction at 
`http://localhost:8082/2/admin/add-incoming' for reserve K2NPZ4MZ
+2023-02-20T07:28:16.385297-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:16.385539-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:16.385790-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:16.386002-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:16.386220-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/admin/add-incoming'
+2023-02-20T07:28:16.386432-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T07:28:16.387466-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 62->2, subject: K2NPZ4MZ, amount: EUR:5.01
+2023-02-20T07:28:16.388028-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer from 62 to 2 over EUR:5.01 and subject K2NPZ4MZ at row 7
+2023-02-20T07:28:16.390468-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:16.390693-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: wirewatch-unincreased-refund
+==32884== Memcheck, a memory error detector
+==32884== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32884== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32884== Command: /home/priscilla//bin/taler-exchange-wirewatch -c 
test_merchant_api-cs.conf -S 1 -w 0 -t -L DEBUG
+==32884== 
+2023-02-20T07:28:16.959791-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:16.982727-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:17.230622-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:17.255769-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:17.928972-0500 taler-exchange-wirewatch-32884 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:17.974248-0500 taler-exchange-wirewatch-32884 INFO New poll 
FD is -1
+2023-02-20T07:28:18.111415-0500 taler-exchange-wirewatch-32884 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:18.111654-0500 taler-exchange-wirewatch-32884 INFO New poll 
FD is 8
+2023-02-20T07:28:18.134742-0500 taler-exchange-wirewatch-32884 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:28:18.137594-0500 taler-exchange-wirewatch-32884 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:18.190547-0500 taler-exchange-wirewatch-32884 INFO Claimed 
new shard
+2023-02-20T07:28:18.192219-0500 taler-exchange-wirewatch-32884 INFO Starting 
with shard wirewatch-exchange-account-exchange at (6,7] locked for 0 ms
+2023-02-20T07:28:18.193115-0500 taler-exchange-wirewatch-32884 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:28:18.194545-0500 taler-exchange-wirewatch-32884 INFO Requesting 
credit history staring from 6
+2023-02-20T07:28:18.200890-0500 taler-exchange-wirewatch-32884 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=6'
+2023-02-20T07:28:18.555176-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:28:18.555402-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:28:18.555558-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x7eef040 (0)
+2023-02-20T07:28:18.555758-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 6
+2023-02-20T07:28:18.555998-0500 .libs/test_merchant_api_cs-32556 INFO 
Returning 1 credit transactions starting (inclusive) from 7
+2023-02-20T07:28:18.664898-0500 taler-exchange-wirewatch-32884 INFO History 
request returned with HTTP status 200
+2023-02-20T07:28:18.667788-0500 taler-exchange-wirewatch-32884 INFO Importing 
1 transactions
+2023-02-20T07:28:18.670964-0500 taler-exchange-wirewatch-32884 INFO Starting 
READ COMMITTED transaction `READ_COMMITED`
+2023-02-20T07:28:18.768610-0500 taler-exchange-wirewatch-32884 INFO Imported 
transaction 7.2023-02-20T07:28:18.769900-0500 taler-exchange-wirewatch-32884 
INFO Completing shard 6-7
+2023-02-20T07:28:18.779019-0500 taler-exchange-wirewatch-32884 INFO Completed 
shard wirewatch-exchange-account-exchange (6,7] after 641 ms
+2023-02-20T07:28:18.780028-0500 taler-exchange-wirewatch-32884 INFO Increasing 
batch size to 2
+2023-02-20T07:28:18.780501-0500 taler-exchange-wirewatch-32884 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T07:28:18.797864-0500 taler-exchange-wirewatch-32884 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:18.802345-0500 taler-exchange-wirewatch-32884 INFO Trying to 
claim shard (7-8]
+2023-02-20T07:28:18.810831-0500 taler-exchange-wirewatch-32884 INFO Claimed 
new shard
+2023-02-20T07:28:18.811108-0500 taler-exchange-wirewatch-32884 INFO Starting 
with shard wirewatch-exchange-account-exchange at (7,8] locked for 0 ms
+2023-02-20T07:28:18.811370-0500 taler-exchange-wirewatch-32884 INFO Resetting 
shard start to original start point (0)
+2023-02-20T07:28:18.813123-0500 taler-exchange-wirewatch-32884 INFO Requesting 
credit history staring from 7
+2023-02-20T07:28:18.813446-0500 taler-exchange-wirewatch-32884 INFO Requesting 
credit history at `http://localhost:8082/2/history/incoming?delta=1&start=7'
+2023-02-20T07:28:18.818831-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/history/incoming'
+2023-02-20T07:28:18.819135-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T07:28:18.819379-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
/history/incoming connection 0x80cb250 (0)
+2023-02-20T07:28:18.819682-0500 .libs/test_merchant_api_cs-32556 INFO Request 
for 1 records from 7
+2023-02-20T07:28:18.825500-0500 taler-exchange-wirewatch-32884 INFO History 
request returned with HTTP status 204
+2023-02-20T07:28:18.826419-0500 taler-exchange-wirewatch-32884 INFO 
Transaction list drained and in test mode. Exiting
+==32884== 
+==32884== HEAP SUMMARY:
+==32884==     in use at exit: 5,293 bytes in 26 blocks
+==32884==   total heap usage: 3,835 allocs, 3,809 frees, 476,589 bytes 
allocated
+==32884== 
+==32884== LEAK SUMMARY:
+==32884==    definitely lost: 0 bytes in 0 blocks
+==32884==    indirectly lost: 0 bytes in 0 blocks
+==32884==      possibly lost: 0 bytes in 0 blocks
+==32884==    still reachable: 5,293 bytes in 26 blocks
+==32884==         suppressed: 0 bytes in 0 blocks
+==32884== Reachable blocks (those to which a pointer was found) are not shown.
+==32884== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32884== 
+==32884== For lists of detected and suppressed errors, rerun with: -s
+==32884== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:18.961041-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:18.961309-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-unincreased-refund
+2023-02-20T07:28:18.961688-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/62?receiver-name=62) to 
debit_account (62)
+2023-02-20T07:28:18.962148-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:18.962358-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: withdraw-coin-unincreased-refund
+2023-02-20T07:28:18.974239-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:18.975964-0500 
taler-exchange-httpd-32742(Q9D0AAZQ0E7012XAWYAQFHQRH4) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:18.976262-0500 
taler-exchange-httpd-32742(Q9D0AAZQ0E7012XAWYAQFHQRH4) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:18.976522-0500 
taler-exchange-httpd-32742(Q9D0AAZQ0E7012XAWYAQFHQRH4) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T07:28:18.979464-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T07:28:18.985073-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:18.985665-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 12 and length 72
+2023-02-20T07:28:18.985922-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 72
+2023-02-20T07:28:18.986205-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
Derived R after 6 ms
+2023-02-20T07:28:18.988052-0500 
taler-exchange-httpd-32742(Q9D0AAZQ0E7012XAWYAQFHQRH4) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T07:28:19.007816-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:19.037450-0500 .libs/test_merchant_api_cs-32556 INFO 
Attempting to withdraw from reserve K2NPZ4MZ
+2023-02-20T07:28:19.043447-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:19.045224-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO Handling request 
(POST) for URL 
'/reserves/TBGGFWM162VRRGQK515WEQCKSKQAZ0BB5EP65AZJSVGJ57785KVG/withdraw'
+2023-02-20T07:28:19.045555-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO Handling request 
(POST) for URL 
'/reserves/TBGGFWM162VRRGQK515WEQCKSKQAZ0BB5EP65AZJSVGJ57785KVG/withdraw'
+2023-02-20T07:28:19.045841-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO Handling request 
(POST) for URL 
'/reserves/TBGGFWM162VRRGQK515WEQCKSKQAZ0BB5EP65AZJSVGJ57785KVG/withdraw'
+2023-02-20T07:28:19.058534-0500 taler-exchange-secmod-cs-32741 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T07:28:19.060643-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of type 9 and length 44
+2023-02-20T07:28:19.060986-0500 taler-exchange-secmod-cs-32741 INFO Sending 
message of length 44
+2023-02-20T07:28:19.061272-0500 taler-exchange-secmod-cs-32741 INFO Sent CS 
signature after 2754 µs
+2023-02-20T07:28:19.061748-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO Starting 
transaction `run withdraw'
+2023-02-20T07:28:19.071426-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T07:28:19.071850-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T07:28:19.072244-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T07:28:19.080000-0500 
taler-exchange-httpd-32742(P9BCFHE3ERTSM2EYQPHKW450EG) INFO Request for 
`/reserves/TBGGFWM162VRRGQK515WEQCKSKQAZ0BB5EP65AZJSVGJ57785KVG/withdraw' 
completed (0)
+2023-02-20T07:28:19.123030-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:19.123267-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: create-proposal-unincreased-refund
+2023-02-20T07:28:19.131847-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T07:28:19.147501-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T07:28:19.150947-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO Notifying clients 
of new order 12 at YJXV0MR2
+2023-02-20T07:28:19.151286-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000R005YMGCRKJYR0000000''
+2023-02-20T07:28:19.151830-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO PG poll job active
+2023-02-20T07:28:19.152122-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:19.152349-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO Committing merchant 
DB transaction insert_order
+2023-02-20T07:28:19.156596-0500 
taler-merchant-httpd-32730(HE8EHMSS2WW74VED0E51SK0GP4) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T07:28:19.157789-0500 .libs/test_merchant_api_cs-32556 INFO Claiming 
order at http://localhost:8080/orders/unincreased-proposal/claim
+2023-02-20T07:28:19.162722-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO Handling request 
(POST) for URL '/orders/unincreased-proposal/claim'
+2023-02-20T07:28:19.163595-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T07:28:19.180266-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO Notifying clients 
of new order 12 at YJXV0MR2
+2023-02-20T07:28:19.180629-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000R005YMGCRKJYR0000001''
+2023-02-20T07:28:19.181171-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO PG poll job active
+2023-02-20T07:28:19.181472-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:19.181703-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO Committing merchant 
DB transaction claim order
+2023-02-20T07:28:19.206984-0500 
taler-merchant-httpd-32730(ZZ6XTCCFMPBN46T3JZ9NSWV8V8) INFO Finished handling 
request for `/orders/unincreased-proposal/claim' with MHD termination code 0
+2023-02-20T07:28:19.211880-0500 .libs/test_merchant_api_cs-32556 ERROR Order 
claimed with status 200
+2023-02-20T07:28:19.224244-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:19.224452-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: pay-unincreased-proposal
+2023-02-20T07:28:19.237598-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Handling request 
(POST) for URL '/orders/unincreased-proposal/pay'
+2023-02-20T07:28:19.251016-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Handling payment 
for order `unincreased-proposal' with contract hash `0CEAJ1QX'
+2023-02-20T07:28:19.251455-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:28:19.252903-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T07:28:19.253500-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T07:28:19.253858-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T07:28:19.254092-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Initiating batch 
deposit with 1 coins
+2023-02-20T07:28:19.256934-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:19.279301-0500 taler-exchange-httpd-32742 INFO Handling new 
request
+2023-02-20T07:28:19.279575-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:19.281056-0500 
taler-exchange-httpd-32742(1X3Q0YQMW4D280BBZDNZYQPPD8) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:19.281358-0500 
taler-exchange-httpd-32742(1X3Q0YQMW4D280BBZDNZYQPPD8) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:19.281650-0500 
taler-exchange-httpd-32742(1X3Q0YQMW4D280BBZDNZYQPPD8) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T07:28:19.308654-0500 
taler-exchange-httpd-32742(1X3Q0YQMW4D280BBZDNZYQPPD8) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T07:28:19.328046-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of type 17 and length 104
+2023-02-20T07:28:19.328336-0500 taler-exchange-secmod-eddsa-32739 INFO Sending 
message of length 104
+2023-02-20T07:28:19.332201-0500 
taler-exchange-httpd-32742(1X3Q0YQMW4D280BBZDNZYQPPD8) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T07:28:19.338954-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Batch deposit 
completed with status 200
+2023-02-20T07:28:19.339282-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Starting merchant 
DB transaction `batch-deposit-insert-confirmation'
+2023-02-20T07:28:19.341597-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Committing merchant 
DB transaction batch-deposit-insert-confirmation
+2023-02-20T07:28:19.345242-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Not re-checking KYC 
status at `http://localhost:8081/', as we already recently asked
+2023-02-20T07:28:19.345522-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T07:28:19.347393-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Subtracting total 
refunds from paid amount: EUR:0
+2023-02-20T07:28:19.347623-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Order 
`unincreased-proposal' (0CEAJ1QX) was fully paid
+2023-02-20T07:28:19.350566-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Notifying clients 
of new order 12 at YJXV0MR2
+2023-02-20T07:28:19.350861-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Executing command 
`NOTIFY X2V9TAX64EX76KEXBSAB8VTNH4BP05FREKBY1M5SHS6WFF9XYNQJ0, 
'000000000000R005YMGCRKJYR0000003''
+2023-02-20T07:28:19.351369-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO PG poll job active
+2023-02-20T07:28:19.351623-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:19.352500-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Committing merchant 
DB transaction run pay
+2023-02-20T07:28:19.355353-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Notifying clients 
about payment of order unincreased-proposal
+2023-02-20T07:28:19.355689-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Executing command 
`NOTIFY XWRYT4PVCA1ZCW6HDFADKYHRY235J5E3X5MX3QJ3YP7E2QX0GVMP0, '''
+2023-02-20T07:28:19.356270-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO PG poll job active
+2023-02-20T07:28:19.356522-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:19.356726-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Notifying clients 
about session change to  for https://example.com
+2023-02-20T07:28:19.357175-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Executing command 
`NOTIFY XF6Y7V2HWVEQC2PWVT1XS9R9NFXTNMNKQX7JZGH294TNQA60BM900, '''
+2023-02-20T07:28:19.357757-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO PG poll job active
+2023-02-20T07:28:19.358008-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO PG poll job 
finishes after 0 events
+2023-02-20T07:28:19.363134-0500 
taler-merchant-httpd-32730(C2HA22XYKMTGGD8MRV634X3CYR) INFO Finished handling 
request for `/orders/unincreased-proposal/pay' with MHD termination code 0
+2023-02-20T07:28:19.363638-0500 .libs/test_merchant_api_cs-32556 INFO /pay 
completed with response code 200
+2023-02-20T07:28:19.370363-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:19.370583-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-unincreased-refund-aggregator
+==32892== Memcheck, a memory error detector
+==32892== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32892== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32892== Command: /home/priscilla//bin/taler-exchange-aggregator -c 
test_merchant_api-cs.conf -L INFO -t -y
+==32892== 
+2023-02-20T07:28:20.903201-0500 taler-exchange-aggregator-32892 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:20.948416-0500 taler-exchange-aggregator-32892 INFO New poll 
FD is -1
+2023-02-20T07:28:21.010020-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:21.033077-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:21.086492-0500 taler-exchange-aggregator-32892 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:21.087776-0500 taler-exchange-aggregator-32892 INFO New poll 
FD is 8
+2023-02-20T07:28:21.148990-0500 taler-exchange-aggregator-32892 INFO Draining 
KYC alerts
+2023-02-20T07:28:21.151568-0500 taler-exchange-aggregator-32892 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:28:21.178434-0500 taler-exchange-aggregator-32892 INFO Running 
aggregation shard
+2023-02-20T07:28:21.179541-0500 taler-exchange-aggregator-32892 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:28:21.281998-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:21.305372-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:21.372423-0500 taler-exchange-aggregator-32892 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:28:21.373884-0500 taler-exchange-aggregator-32892 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:28:21.377677-0500 taler-exchange-aggregator-32892 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:28:21.388882-0500 taler-exchange-aggregator-32892 INFO Found 
ready deposit!
+2023-02-20T07:28:21.615956-0500 taler-exchange-aggregator-32892 INFO Returning 
amount EUR:8.98 in KYC check
+2023-02-20T07:28:21.617954-0500 taler-exchange-aggregator-32892 INFO KYC check 
with new amount EUR:8.98
+2023-02-20T07:28:21.619666-0500 taler-exchange-aggregator-32892 INFO KYC 
check: new total is EUR:8.98
+2023-02-20T07:28:21.727907-0500 taler-exchange-aggregator-32892 INFO Preparing 
wire transfer of EUR:8.97 to YJXV0MR2
+2023-02-20T07:28:21.827721-0500 taler-exchange-aggregator-32892 INFO 
Committing aggregation result
+2023-02-20T07:28:21.834429-0500 taler-exchange-aggregator-32892 INFO Commit 
complete, going again
+2023-02-20T07:28:21.835252-0500 taler-exchange-aggregator-32892 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:28:21.836377-0500 taler-exchange-aggregator-32892 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:28:21.842356-0500 taler-exchange-aggregator-32892 INFO Completed 
shard [0,2147483647] after 838 ms with 1 deposits
+2023-02-20T07:28:21.844162-0500 taler-exchange-aggregator-32892 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:28:21.847674-0500 taler-exchange-aggregator-32892 INFO Draining 
KYC alerts
+2023-02-20T07:28:21.848068-0500 taler-exchange-aggregator-32892 INFO Starting 
transaction `handle kyc alerts'
+2023-02-20T07:28:21.849881-0500 taler-exchange-aggregator-32892 INFO Running 
aggregation shard
+2023-02-20T07:28:21.850286-0500 taler-exchange-aggregator-32892 INFO Starting 
transaction `begin_revolving_shard'
+2023-02-20T07:28:21.908202-0500 taler-exchange-aggregator-32892 INFO Starting 
shard [0:2147483647]!
+2023-02-20T07:28:21.908561-0500 taler-exchange-aggregator-32892 INFO Checking 
for ready deposits to aggregate
+2023-02-20T07:28:21.909583-0500 taler-exchange-aggregator-32892 INFO Starting 
READ COMMITTED DEFERRED transaction `deferred wire out'
+2023-02-20T07:28:21.911067-0500 taler-exchange-aggregator-32892 INFO Completed 
shard [0,2147483647] after 910 ms with 0 deposits
+2023-02-20T07:28:21.911427-0500 taler-exchange-aggregator-32892 INFO Releasing 
revolving shard aggregator 0-2147483647
+2023-02-20T07:28:21.918110-0500 taler-exchange-aggregator-32892 INFO Running 
shutdown
+==32892== 
+==32892== HEAP SUMMARY:
+==32892==     in use at exit: 5,318 bytes in 27 blocks
+==32892==   total heap usage: 3,962 allocs, 3,935 frees, 549,177 bytes 
allocated
+==32892== 
+==32892== LEAK SUMMARY:
+==32892==    definitely lost: 0 bytes in 0 blocks
+==32892==    indirectly lost: 0 bytes in 0 blocks
+==32892==      possibly lost: 0 bytes in 0 blocks
+==32892==    still reachable: 5,318 bytes in 27 blocks
+==32892==         suppressed: 0 bytes in 0 blocks
+==32892== Reachable blocks (those to which a pointer was found) are not shown.
+==32892== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32892== 
+==32892== For lists of detected and suppressed errors, rerun with: -s
+==32892== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:22.085204-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:22.085475-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: run-aggregator-unincreased-refund-transfer
+==32896== Memcheck, a memory error detector
+==32896== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==32896== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==32896== Command: /home/priscilla//bin/taler-exchange-transfer -c 
test_merchant_api-cs.conf -L INFO -S 1 -w 0 -t
+==32896== 
+2023-02-20T07:28:23.035450-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:23.057640-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:23.307201-0500 .libs/test_merchant_api_cs-32556 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:23.331585-0500 .libs/test_merchant_api_cs-32556 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T07:28:23.620528-0500 taler-exchange-transfer-32896 INFO Change in 
PQ event FD to -1
+2023-02-20T07:28:23.665782-0500 taler-exchange-transfer-32896 INFO New poll FD 
is -1
+2023-02-20T07:28:23.802016-0500 taler-exchange-transfer-32896 INFO Change in 
PQ event FD to 8
+2023-02-20T07:28:23.802254-0500 taler-exchange-transfer-32896 INFO New poll FD 
is 8
+2023-02-20T07:28:23.826398-0500 taler-exchange-transfer-32896 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:23.890689-0500 taler-exchange-transfer-32896 INFO Claimed new 
shard
+2023-02-20T07:28:23.892353-0500 taler-exchange-transfer-32896 INFO Starting 
with shard [3,4)
+2023-02-20T07:28:23.893720-0500 taler-exchange-transfer-32896 INFO Checking 
for 1 pending wire transfers [3-...)
+2023-02-20T07:28:23.894602-0500 taler-exchange-transfer-32896 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:28:23.904340-0500 taler-exchange-transfer-32896 INFO Starting 
wire transfer 3
+2023-02-20T07:28:24.369808-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:28:24.370025-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:28:24.370224-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:28:24.370377-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:28:24.370527-0500 .libs/test_merchant_api_cs-32556 INFO Handling 
request for `/2/transfer'
+2023-02-20T07:28:24.370686-0500 .libs/test_merchant_api_cs-32556 INFO 
Fakebank, serving URL `/transfer' for account `2'
+2023-02-20T07:28:24.371966-0500 .libs/test_merchant_api_cs-32556 INFO Making 
transfer 8 from 2 to 3 over EUR:8.97 and subject SQ779GA0; for exchange: 
http://localhost:8081/
+2023-02-20T07:28:24.372230-0500 .libs/test_merchant_api_cs-32556 INFO 
Receiving incoming wire transfer: 2->3, subject: SQ779GA0, amount: EUR:8.97, 
from http://localhost:8081/
+2023-02-20T07:28:24.442585-0500 taler-exchange-transfer-32896 INFO Wire 
transfer 3 completed successfully
+2023-02-20T07:28:24.467325-0500 taler-exchange-transfer-32896 INFO Batch 
complete
+2023-02-20T07:28:24.484408-0500 taler-exchange-transfer-32896 INFO Shard [3,3) 
completed
+2023-02-20T07:28:24.485401-0500 taler-exchange-transfer-32896 INFO Completing 
shard 3-4
+2023-02-20T07:28:24.502639-0500 taler-exchange-transfer-32896 INFO Starting 
transaction `begin_shard'
+2023-02-20T07:28:24.507282-0500 taler-exchange-transfer-32896 INFO Trying to 
claim shard (4-5]
+2023-02-20T07:28:24.522133-0500 taler-exchange-transfer-32896 INFO Claimed new 
shard
+2023-02-20T07:28:24.522382-0500 taler-exchange-transfer-32896 INFO Starting 
with shard [4,5)
+2023-02-20T07:28:24.522679-0500 taler-exchange-transfer-32896 INFO Checking 
for 1 pending wire transfers [4-...)
+2023-02-20T07:28:24.522977-0500 taler-exchange-transfer-32896 INFO Starting 
READ COMMITTED transaction `aggregator run transfer`
+2023-02-20T07:28:24.526834-0500 taler-exchange-transfer-32896 INFO No more 
pending wire transfers, shutting down (because we are in test mode)
+2023-02-20T07:28:24.531417-0500 taler-exchange-transfer-32896 INFO Running 
shutdown
+==32896== 
+==32896== HEAP SUMMARY:
+==32896==     in use at exit: 5,291 bytes in 26 blocks
+==32896==   total heap usage: 3,795 allocs, 3,769 frees, 719,668 bytes 
allocated
+==32896== 
+==32896== LEAK SUMMARY:
+==32896==    definitely lost: 0 bytes in 0 blocks
+==32896==    indirectly lost: 0 bytes in 0 blocks
+==32896==      possibly lost: 0 bytes in 0 blocks
+==32896==    still reachable: 5,291 bytes in 26 blocks
+==32896==         suppressed: 0 bytes in 0 blocks
+==32896== Reachable blocks (those to which a pointer was found) are not shown.
+==32896== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32896== 
+==32896== For lists of detected and suppressed errors, rerun with: -s
+==32896== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:24.678675-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:24.678938-0500 .libs/test_merchant_api_cs-32556 INFO Running 
batched command: check_bank_transfer-paid-unincreased-refund
+2023-02-20T07:28:24.679149-0500 .libs/test_merchant_api_cs-32556 INFO Deposit 
reference NOT given
+2023-02-20T07:28:24.679429-0500 .libs/test_merchant_api_cs-32556 INFO 
converted debit_payto (payto://x-taler-bank/localhost/2?receiver-name=2) to 
debit_account (2)
+2023-02-20T07:28:24.679652-0500 .libs/test_merchant_api_cs-32556 INFO 
converted credit_payto (payto://x-taler-bank/localhost/3?receiver-name=3) to 
credit_account (3)
+2023-02-20T07:28:24.680130-0500 .libs/test_merchant_api_cs-32556 INFO Running 
command `refund'
+2023-02-20T07:28:24.680332-0500 .libs/test_merchant_api_cs-32556 INFO Exiting 
from batch: refund
+2023-02-20T07:28:24.683905-0500 .libs/test_merchant_api_cs-32556 INFO 
Executing shutdown at `END'
+2023-02-20T07:28:24.725690-0500 .libs/test_merchant_api_cs-32556 INFO 
Disconnecting from auditor at URL `http://the.auditor/'.
+2023-02-20T07:28:24.892375-0500 taler-exchange-httpd-32742 INFO Executing PQ 
command `UNLISTEN X6R9RKN23RNHRPK11GT4NDJZKAK8DX1V4AWCTN6RQV5MKDT818K4G'
+2023-02-20T07:28:24.907072-0500 taler-exchange-httpd-32742 INFO Executing PQ 
command `UNLISTEN XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60'
+2023-02-20T07:28:24.916300-0500 taler-exchange-httpd-32742 INFO Stopping PQ 
event scheduler job
+==32742== 
+==32742== HEAP SUMMARY:
+==32742==     in use at exit: 2,041,735 bytes in 6,123 blocks
+==32742==   total heap usage: 198,651 allocs, 192,528 frees, 74,319,516 bytes 
allocated
+==32742== 
+==32742== 104 (40 direct, 64 indirect) bytes in 1 blocks are definitely lost 
in loss record 24 of 82
+==32742==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32742==    by 0x49A0B6B: json_array (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x123E66: finish_keys_response 
(taler-exchange-httpd_keys.c:2108)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x125A1A: keys_get_state (taler-exchange-httpd_keys.c:2653)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x116665: handle_mhd_request (taler-exchange-httpd.c:1729)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E1DAD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E60AD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 104 (40 direct, 64 indirect) bytes in 1 blocks are definitely lost 
in loss record 25 of 82
+==32742==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32742==    by 0x49A0B6B: json_array (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x123E66: finish_keys_response 
(taler-exchange-httpd_keys.c:2108)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x1259B7: keys_get_state (taler-exchange-httpd_keys.c:2667)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x116665: handle_mhd_request (taler-exchange-httpd.c:1729)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E1DAD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E60AD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 208 (80 direct, 128 indirect) bytes in 2 blocks are definitely lost 
in loss record 36 of 82
+==32742==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32742==    by 0x49A0B6B: json_array (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x123E66: finish_keys_response 
(taler-exchange-httpd_keys.c:2108)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x1259B7: keys_get_state (taler-exchange-httpd_keys.c:2667)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x115FF7: handle_mhd_request (taler-exchange-httpd.c:1664)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E1E1A: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E60AD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 276 (128 direct, 148 indirect) bytes in 1 blocks are definitely lost 
in loss record 38 of 82
+==32742==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32742==    by 0x499BA1C: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x49A098B: json_object (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x498CBCF: GNUNET_JSON_from_timestamp (json_generator.c:87)
+==32742==    by 0x4990E07: GNUNET_JSON_pack_timestamp (json_pack.c:280)
+==32742==    by 0x123F2E: finish_keys_response 
(taler-exchange-httpd_keys.c:2323)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x1259B7: keys_get_state (taler-exchange-httpd_keys.c:2667)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x115FF7: handle_mhd_request (taler-exchange-httpd.c:1664)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 5,715 (199 direct, 5,516 indirect) bytes in 3 blocks are definitely 
lost in loss record 54 of 82
+==32742==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32742==    by 0x499BC9D: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x49A1806: json_object_set_new_nocheck (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x4990497: GNUNET_JSON_pack_ (json_pack.c:52)
+==32742==    by 0x123F61: finish_keys_response 
(taler-exchange-httpd_keys.c:2323)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x1259B7: keys_get_state (taler-exchange-httpd_keys.c:2667)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x115FF7: handle_mhd_request (taler-exchange-httpd.c:1664)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 8,352 (160 direct, 8,192 indirect) bytes in 1 blocks are definitely 
lost in loss record 60 of 82
+==32742==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32742==    by 0x4921C6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32742==    by 0x492C387: GNUNET_CONTAINER_multihashmap_create 
(container_multihashmap.c:185)
+==32742==    by 0x123E80: finish_keys_response 
(taler-exchange-httpd_keys.c:2134)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x125A1A: keys_get_state (taler-exchange-httpd_keys.c:2653)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x116665: handle_mhd_request (taler-exchange-httpd.c:1729)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E1DAD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 8,352 (160 direct, 8,192 indirect) bytes in 1 blocks are definitely 
lost in loss record 61 of 82
+==32742==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32742==    by 0x4921C6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32742==    by 0x492C387: GNUNET_CONTAINER_multihashmap_create 
(container_multihashmap.c:185)
+==32742==    by 0x123E80: finish_keys_response 
(taler-exchange-httpd_keys.c:2134)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x1259B7: keys_get_state (taler-exchange-httpd_keys.c:2667)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x116665: handle_mhd_request (taler-exchange-httpd.c:1729)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E1DAD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 8,352 (160 direct, 8,192 indirect) bytes in 1 blocks are definitely 
lost in loss record 62 of 82
+==32742==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32742==    by 0x4921C6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32742==    by 0x492C387: GNUNET_CONTAINER_multihashmap_create 
(container_multihashmap.c:185)
+==32742==    by 0x123E80: finish_keys_response 
(taler-exchange-httpd_keys.c:2134)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x1259B7: keys_get_state (taler-exchange-httpd_keys.c:2667)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x115FF7: handle_mhd_request (taler-exchange-httpd.c:1664)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E1E1A: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== 404,196 (212 direct, 403,984 indirect) bytes in 4 blocks are 
definitely lost in loss record 80 of 82
+==32742==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32742==    by 0x499BC9D: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x49A1806: json_object_set_new_nocheck (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32742==    by 0x124758: json_object_set (jansson.h:226)
+==32742==    by 0x124758: finish_keys_response 
(taler-exchange-httpd_keys.c:2372)
+==32742==    by 0x125367: build_key_state (taler-exchange-httpd_keys.c:2614)
+==32742==    by 0x1259B7: keys_get_state (taler-exchange-httpd_keys.c:2667)
+==32742==    by 0x127BB3: TEH_keys_get_state (taler-exchange-httpd_keys.c:2692)
+==32742==    by 0x127BB3: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3234)
+==32742==    by 0x115D37: proceed_with_handler (taler-exchange-httpd.c:974)
+==32742==    by 0x115FF7: handle_mhd_request (taler-exchange-httpd.c:1664)
+==32742==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742==    by 0x48E1E1A: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==32742== 
+==32742== LEAK SUMMARY:
+==32742==    definitely lost: 1,179 bytes in 15 blocks
+==32742==    indirectly lost: 434,480 bytes in 6,039 blocks
+==32742==      possibly lost: 0 bytes in 0 blocks
+==32742==    still reachable: 1,606,076 bytes in 69 blocks
+==32742==         suppressed: 0 bytes in 0 blocks
+==32742== Reachable blocks (those to which a pointer was found) are not shown.
+==32742== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32742== 
+==32742== For lists of detected and suppressed errors, rerun with: -s
+==32742== ERROR SUMMARY: 9 errors from 9 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:25.058373-0500 taler-merchant-httpd-32730 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T07:28:25.081046-0500 taler-merchant-httpd-32730 INFO Received 
version from URL `http://the.auditor/' with status 0.
+==32739== 
+==32739== HEAP SUMMARY:
+==32739==     in use at exit: 2,845 bytes in 27 blocks
+==32739==   total heap usage: 3,821 allocs, 3,794 frees, 368,201 bytes 
allocated
+==32739== 
+==32739== LEAK SUMMARY:
+==32739==    definitely lost: 0 bytes in 0 blocks
+==32739==    indirectly lost: 0 bytes in 0 blocks
+==32739==      possibly lost: 0 bytes in 0 blocks
+==32739==    still reachable: 2,845 bytes in 27 blocks
+==32739==         suppressed: 0 bytes in 0 blocks
+==32739== Reachable blocks (those to which a pointer was found) are not shown.
+==32739== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32739== 
+==32739== For lists of detected and suppressed errors, rerun with: -s
+==32739== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==32740== 
+==32740== HEAP SUMMARY:
+==32740==     in use at exit: 526,132 bytes in 19 blocks
+==32740==   total heap usage: 3,331 allocs, 3,312 frees, 843,725 bytes 
allocated
+==32740== 
+==32740== LEAK SUMMARY:
+==32740==    definitely lost: 0 bytes in 0 blocks
+==32740==    indirectly lost: 0 bytes in 0 blocks
+==32740==      possibly lost: 0 bytes in 0 blocks
+==32740==    still reachable: 526,132 bytes in 19 blocks
+==32740==         suppressed: 0 bytes in 0 blocks
+==32740== Reachable blocks (those to which a pointer was found) are not shown.
+==32740== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32740== 
+==32740== For lists of detected and suppressed errors, rerun with: -s
+==32740== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==32741== 
+==32741== HEAP SUMMARY:
+==32741==     in use at exit: 634,386 bytes in 875 blocks
+==32741==   total heap usage: 5,506 allocs, 4,631 frees, 1,273,682 bytes 
allocated
+==32741== 
+==32741== LEAK SUMMARY:
+==32741==    definitely lost: 0 bytes in 0 blocks
+==32741==    indirectly lost: 0 bytes in 0 blocks
+==32741==      possibly lost: 0 bytes in 0 blocks
+==32741==    still reachable: 634,386 bytes in 875 blocks
+==32741==         suppressed: 0 bytes in 0 blocks
+==32741== Reachable blocks (those to which a pointer was found) are not shown.
+==32741== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32741== 
+==32741== For lists of detected and suppressed errors, rerun with: -s
+==32741== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T07:28:25.346311-0500 taler-merchant-httpd-32730 INFO Executing PQ 
command `UNLISTEN XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0'
+2023-02-20T07:28:25.347741-0500 taler-merchant-httpd-32730 INFO Stopping PQ 
event scheduler job
+2023-02-20T07:28:25.404517-0500 taler-merchant-httpd-32730 INFO Disconnecting 
from auditor at URL `http://the.auditor/'.
+==32730== 
+==32730== HEAP SUMMARY:
+==32730==     in use at exit: 23,289 bytes in 166 blocks
+==32730==   total heap usage: 460,142 allocs, 459,976 frees, 98,367,683 bytes 
allocated
+==32730== 
+==32730== 399 (128 direct, 271 indirect) bytes in 1 blocks are definitely lost 
in loss record 79 of 94
+==32730==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32730==    by 0x493DA1C: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x494298B: json_object (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F396: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F5C6: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F431: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F774: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493FA61: json_loadb (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x494CE42: GNUNET_CURL_download_get_result_ (curl.c:701)
+==32730==    by 0x494DC50: GNUNET_CURL_perform2 (curl.c:772)
+==32730==    by 0x494E1FE: context_task (curl_reschedule.c:131)
+==32730==    by 0x49B831F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32730== 
+==32730== 399 (61 direct, 338 indirect) bytes in 1 blocks are definitely lost 
in loss record 80 of 94
+==32730==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32730==    by 0x493DC9D: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x4943806: json_object_set_new_nocheck (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F448: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F5C6: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F431: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F774: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493FA61: json_loadb (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x494CE42: GNUNET_CURL_download_get_result_ (curl.c:701)
+==32730==    by 0x494DC50: GNUNET_CURL_perform2 (curl.c:772)
+==32730==    by 0x494E1FE: context_task (curl_reschedule.c:131)
+==32730==    by 0x49B831F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32730== 
+==32730== 2,116 (200 direct, 1,916 indirect) bytes in 5 blocks are definitely 
lost in loss record 92 of 94
+==32730==    at 0x483877F: malloc (vg_replace_malloc.c:307)
+==32730==    by 0x4942B6B: json_array (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F554: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F431: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493F774: ??? (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x493FA61: json_loadb (in 
/usr/lib/x86_64-linux-gnu/libjansson.so.4.13.0)
+==32730==    by 0x494CE42: GNUNET_CURL_download_get_result_ (curl.c:701)
+==32730==    by 0x494DC50: GNUNET_CURL_perform2 (curl.c:772)
+==32730==    by 0x494E1FE: context_task (curl_reschedule.c:131)
+==32730==    by 0x49B831F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32730==    by 0x49B9162: select_loop (scheduler.c:2436)
+==32730==    by 0x49B9162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32730==    by 0x49AF984: GNUNET_PROGRAM_run2 (program.c:381)
+==32730== 
+==32730== LEAK SUMMARY:
+==32730==    definitely lost: 389 bytes in 7 blocks
+==32730==    indirectly lost: 2,525 bytes in 33 blocks
+==32730==      possibly lost: 0 bytes in 0 blocks
+==32730==    still reachable: 20,375 bytes in 126 blocks
+==32730==         suppressed: 0 bytes in 0 blocks
+==32730== Reachable blocks (those to which a pointer was found) are not shown.
+==32730== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32730== 
+==32730== For lists of detected and suppressed errors, rerun with: -s
+==32730== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+==32556== 
+==32556== HEAP SUMMARY:
+==32556==     in use at exit: 13,591 bytes in 195 blocks
+==32556==   total heap usage: 231,091 allocs, 230,896 frees, 76,828,421 bytes 
allocated
+==32556== 
+==32556== 4 bytes in 1 blocks are definitely lost in loss record 1 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48B0E91: TALER_TESTING_cmd_sleep 
(testing_api_cmd_sleep.c:116)
+==32556==    by 0x10E568: run (test_merchant_api.c:1036)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 16 bytes in 1 blocks are definitely lost in loss record 15 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4898062: TALER_TESTING_cmd_set_authorization 
(testing_api_cmd_change_auth.c:137)
+==32556==    by 0x10E328: run (test_merchant_api.c:966)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 16 bytes in 1 blocks are definitely lost in loss record 16 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4898062: TALER_TESTING_cmd_set_authorization 
(testing_api_cmd_change_auth.c:137)
+==32556==    by 0x10E430: run (test_merchant_api.c:996)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 16 bytes in 1 blocks are definitely lost in loss record 17 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4898062: TALER_TESTING_cmd_set_authorization 
(testing_api_cmd_change_auth.c:137)
+==32556==    by 0x10E496: run (test_merchant_api.c:1011)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 16 bytes in 1 blocks are definitely lost in loss record 18 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x489E142: TALER_TESTING_cmd_exec_wirewatch 
(testing_api_cmd_exec_wirewatch.c:147)
+==32556==    by 0x10E54F: cmd_exec_wirewatch (test_merchant_api.c:187)
+==32556==    by 0x10E54F: run (test_merchant_api.c:1035)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 16 bytes in 1 blocks are definitely lost in loss record 19 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x489E142: TALER_TESTING_cmd_exec_wirewatch 
(testing_api_cmd_exec_wirewatch.c:147)
+==32556==    by 0x10E945: cmd_exec_wirewatch (test_merchant_api.c:187)
+==32556==    by 0x10E945: run (test_merchant_api.c:1159)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 46 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485BD9C: TALER_TESTING_cmd_merchant_purge_instance 
(testing_api_cmd_delete_instance.c:197)
+==32556==    by 0x10E415: run (test_merchant_api.c:992)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 47 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485BD9C: TALER_TESTING_cmd_merchant_purge_instance 
(testing_api_cmd_delete_instance.c:197)
+==32556==    by 0x10E4B9: run (test_merchant_api.c:1013)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 48 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485CFCC: TALER_TESTING_cmd_merchant_delete_reserve 
(testing_api_cmd_delete_reserve.c:183)
+==32556==    by 0x10EA3A: run (test_merchant_api.c:1182)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 49 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485D06C: TALER_TESTING_cmd_merchant_purge_reserve 
(testing_api_cmd_delete_reserve.c:208)
+==32556==    by 0x10EA62: run (test_merchant_api.c:1186)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 50 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485D06C: TALER_TESTING_cmd_merchant_purge_reserve 
(testing_api_cmd_delete_reserve.c:208)
+==32556==    by 0x10EA8A: run (test_merchant_api.c:1190)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 51 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485C84C: TALER_TESTING_cmd_merchant_delete_template 
(testing_api_cmd_delete_template.c:163)
+==32556==    by 0x10F3A4: run (test_merchant_api.c:1441)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 52 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485C84C: TALER_TESTING_cmd_merchant_delete_template 
(testing_api_cmd_delete_template.c:163)
+==32556==    by 0x10F3CC: run (test_merchant_api.c:1445)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 53 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485CBAC: TALER_TESTING_cmd_merchant_delete_webhook 
(testing_api_cmd_delete_webhook.c:163)
+==32556==    by 0x10F64B: run (test_merchant_api.c:1522)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 40 bytes in 1 blocks are definitely lost in loss record 54 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485CBAC: TALER_TESTING_cmd_merchant_delete_webhook 
(testing_api_cmd_delete_webhook.c:163)
+==32556==    by 0x10F673: run (test_merchant_api.c:1526)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 56 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4856E35: TALER_TESTING_cmd_merchant_get_product 
(testing_api_cmd_get_product.c:346)
+==32556==    by 0x10E219: run (test_merchant_api.c:933)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 57 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48573C6: TALER_TESTING_cmd_merchant_get_products 
(testing_api_cmd_get_products.c:211)
+==32556==    by 0x10E23E: run (test_merchant_api.c:938)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 58 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4856E35: TALER_TESTING_cmd_merchant_get_product 
(testing_api_cmd_get_product.c:346)
+==32556==    by 0x10E269: run (test_merchant_api.c:942)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 59 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48573C6: TALER_TESTING_cmd_merchant_get_products 
(testing_api_cmd_get_products.c:211)
+==32556==    by 0x10E28E: run (test_merchant_api.c:947)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 60 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485EFA5: TALER_TESTING_cmd_merchant_post_instance_auth 
(testing_api_cmd_instance_auth.c:198)
+==32556==    by 0x10E2BD: run (test_merchant_api.c:951)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 61 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4856E35: TALER_TESTING_cmd_merchant_get_product 
(testing_api_cmd_get_product.c:346)
+==32556==    by 0x10E2E8: run (test_merchant_api.c:957)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 62 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48573C6: TALER_TESTING_cmd_merchant_get_products 
(testing_api_cmd_get_products.c:211)
+==32556==    by 0x10E30D: run (test_merchant_api.c:962)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 63 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4856E35: TALER_TESTING_cmd_merchant_get_product 
(testing_api_cmd_get_product.c:346)
+==32556==    by 0x10E353: run (test_merchant_api.c:968)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 64 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48573C6: TALER_TESTING_cmd_merchant_get_products 
(testing_api_cmd_get_products.c:211)
+==32556==    by 0x10E378: run (test_merchant_api.c:973)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 65 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485EFA5: TALER_TESTING_cmd_merchant_post_instance_auth 
(testing_api_cmd_instance_auth.c:198)
+==32556==    by 0x10E3A2: run (test_merchant_api.c:977)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 66 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4856E35: TALER_TESTING_cmd_merchant_get_product 
(testing_api_cmd_get_product.c:346)
+==32556==    by 0x10E3CD: run (test_merchant_api.c:983)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 67 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48573C6: TALER_TESTING_cmd_merchant_get_products 
(testing_api_cmd_get_products.c:211)
+==32556==    by 0x10E3F2: run (test_merchant_api.c:988)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 68 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485EFA5: TALER_TESTING_cmd_merchant_post_instance_auth 
(testing_api_cmd_instance_auth.c:198)
+==32556==    by 0x10E45A: run (test_merchant_api.c:999)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 69 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485EFA5: TALER_TESTING_cmd_merchant_post_instance_auth 
(testing_api_cmd_instance_auth.c:198)
+==32556==    by 0x10E480: run (test_merchant_api.c:1005)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 70 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485A476: TALER_TESTING_cmd_merchant_get_templates 
(testing_api_cmd_get_templates.c:211)
+==32556==    by 0x10EF6C: run (test_merchant_api.c:1327)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 71 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485AB75: TALER_TESTING_cmd_merchant_get_template 
(testing_api_cmd_get_template.c:229)
+==32556==    by 0x10F054: run (test_merchant_api.c:1351)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 72 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485AB75: TALER_TESTING_cmd_merchant_get_template 
(testing_api_cmd_get_template.c:229)
+==32556==    by 0x10F124: run (test_merchant_api.c:1372)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 73 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485AB75: TALER_TESTING_cmd_merchant_get_template 
(testing_api_cmd_get_template.c:229)
+==32556==    by 0x10F157: run (test_merchant_api.c:1377)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 74 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485B106: TALER_TESTING_cmd_merchant_get_webhooks 
(testing_api_cmd_get_webhooks.c:211)
+==32556==    by 0x10F438: run (test_merchant_api.c:1460)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 75 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485B985: TALER_TESTING_cmd_merchant_get_webhook 
(testing_api_cmd_get_webhook.c:266)
+==32556==    by 0x10F520: run (test_merchant_api.c:1484)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 76 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485B985: TALER_TESTING_cmd_merchant_get_webhook 
(testing_api_cmd_get_webhook.c:266)
+==32556==    by 0x10F5BB: run (test_merchant_api.c:1503)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 48 bytes in 1 blocks are definitely lost in loss record 77 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485B985: TALER_TESTING_cmd_merchant_get_webhook 
(testing_api_cmd_get_webhook.c:266)
+==32556==    by 0x10F5E6: run (test_merchant_api.c:1508)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 56 bytes in 1 blocks are definitely lost in loss record 88 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48622DC: TALER_TESTING_cmd_merchant_get_tip 
(testing_api_cmd_merchant_get_tip.c:311)
+==32556==    by 0x10E627: run (test_merchant_api.c:1054)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 56 (48 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 89 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4858826: TALER_TESTING_cmd_merchant_get_reserves 
(testing_api_cmd_get_reserves.c:243)
+==32556==    by 0x10E6F4: run (test_merchant_api.c:1079)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 56 bytes in 1 blocks are definitely lost in loss record 90 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4857D1C: TALER_TESTING_cmd_merchant_get_reserve 
(testing_api_cmd_get_reserve.c:272)
+==32556==    by 0x10E71B: run (test_merchant_api.c:1084)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 56 (48 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 91 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485A476: TALER_TESTING_cmd_merchant_get_templates 
(testing_api_cmd_get_templates.c:211)
+==32556==    by 0x10F025: run (test_merchant_api.c:1346)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 56 (48 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 92 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x485B106: TALER_TESTING_cmd_merchant_get_webhooks 
(testing_api_cmd_get_webhooks.c:211)
+==32556==    by 0x10F4F1: run (test_merchant_api.c:1479)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 64 bytes in 1 blocks are definitely lost in loss record 93 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486EC0C: TALER_TESTING_cmd_wallet_get_tip 
(testing_api_cmd_wallet_get_tip.c:212)
+==32556==    by 0x10E5FF: run (test_merchant_api.c:1050)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 64 (56 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 94 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4859207: TALER_TESTING_cmd_get_tips2 
(testing_api_cmd_get_tips.c:279)
+==32556==    by 0x10E6C8: run (test_merchant_api.c:1072)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 64 bytes in 1 blocks are definitely lost in loss record 95 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486ECB7: TALER_TESTING_cmd_wallet_get_tip2 
(testing_api_cmd_wallet_get_tip.c:238)
+==32556==    by 0x10E7A3: run (test_merchant_api.c:1100)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 64 (48 direct, 16 indirect) bytes in 1 blocks are definitely lost in 
loss record 96 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4858826: TALER_TESTING_cmd_merchant_get_reserves 
(testing_api_cmd_get_reserves.c:243)
+==32556==    by 0x10EA12: run (test_merchant_api.c:1176)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 (56 direct, 16 indirect) bytes in 1 blocks are definitely lost in 
loss record 113 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4859036: TALER_TESTING_cmd_get_tips 
(testing_api_cmd_get_tips.c:238)
+==32556==    by 0x10E65D: run (test_merchant_api.c:1058)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 (56 direct, 16 indirect) bytes in 1 blocks are definitely lost in 
loss record 114 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4859207: TALER_TESTING_cmd_get_tips2 
(testing_api_cmd_get_tips.c:279)
+==32556==    by 0x10E693: run (test_merchant_api.c:1064)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 (56 direct, 16 indirect) bytes in 1 blocks are definitely lost in 
loss record 115 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4857DC7: TALER_TESTING_cmd_merchant_get_reserve_with_tips 
(testing_api_cmd_get_reserve.c:299)
+==32556==    by 0x10E74A: run (test_merchant_api.c:1088)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 (56 direct, 16 indirect) bytes in 1 blocks are definitely lost in 
loss record 116 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4862387: TALER_TESTING_cmd_merchant_get_tip_with_pickups 
(testing_api_cmd_merchant_get_tip.c:337)
+==32556==    by 0x10E861: run (test_merchant_api.c:1123)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 bytes in 1 blocks are definitely lost in loss record 117 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4868C27: TALER_TESTING_cmd_merchant_post_using_templates 
(testing_api_cmd_post_using_templates.c:216)
+==32556==    by 0x10F2A8: run (test_merchant_api.c:1406)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 bytes in 1 blocks are definitely lost in loss record 118 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4868C27: TALER_TESTING_cmd_merchant_post_using_templates 
(testing_api_cmd_post_using_templates.c:216)
+==32556==    by 0x10F2DB: run (test_merchant_api.c:1413)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 bytes in 1 blocks are definitely lost in loss record 119 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4868C27: TALER_TESTING_cmd_merchant_post_using_templates 
(testing_api_cmd_post_using_templates.c:216)
+==32556==    by 0x10F30E: run (test_merchant_api.c:1420)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 bytes in 1 blocks are definitely lost in loss record 120 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4868C27: TALER_TESTING_cmd_merchant_post_using_templates 
(testing_api_cmd_post_using_templates.c:216)
+==32556==    by 0x10F345: run (test_merchant_api.c:1427)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 bytes in 1 blocks are definitely lost in loss record 121 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4868C27: TALER_TESTING_cmd_merchant_post_using_templates 
(testing_api_cmd_post_using_templates.c:216)
+==32556==    by 0x10F37C: run (test_merchant_api.c:1434)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 72 bytes in 1 blocks are definitely lost in loss record 122 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4868C27: TALER_TESTING_cmd_merchant_post_using_templates 
(testing_api_cmd_post_using_templates.c:216)
+==32556==    by 0x10F406: run (test_merchant_api.c:1449)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 80 bytes in 1 blocks are definitely lost in loss record 123 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4869165: TALER_TESTING_cmd_merchant_post_webhooks2 
(testing_api_cmd_post_webhooks.c:236)
+==32556==    by 0x486922A: TALER_TESTING_cmd_merchant_post_webhooks 
(testing_api_cmd_post_webhooks.c:266)
+==32556==    by 0x10F467: run (test_merchant_api.c:1464)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 80 bytes in 1 blocks are definitely lost in loss record 124 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4869165: TALER_TESTING_cmd_merchant_post_webhooks2 
(testing_api_cmd_post_webhooks.c:236)
+==32556==    by 0x486922A: TALER_TESTING_cmd_merchant_post_webhooks 
(testing_api_cmd_post_webhooks.c:266)
+==32556==    by 0x10F496: run (test_merchant_api.c:1469)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 80 bytes in 1 blocks are definitely lost in loss record 125 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4869165: TALER_TESTING_cmd_merchant_post_webhooks2 
(testing_api_cmd_post_webhooks.c:236)
+==32556==    by 0x486922A: TALER_TESTING_cmd_merchant_post_webhooks 
(testing_api_cmd_post_webhooks.c:266)
+==32556==    by 0x10F4C5: run (test_merchant_api.c:1474)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 80 bytes in 1 blocks are definitely lost in loss record 126 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4869165: TALER_TESTING_cmd_merchant_post_webhooks2 
(testing_api_cmd_post_webhooks.c:236)
+==32556==    by 0x486922A: TALER_TESTING_cmd_merchant_post_webhooks 
(testing_api_cmd_post_webhooks.c:266)
+==32556==    by 0x10F54F: run (test_merchant_api.c:1489)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 80 bytes in 1 blocks are definitely lost in loss record 127 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486A8E5: TALER_TESTING_cmd_merchant_patch_webhook 
(testing_api_cmd_patch_webhook.c:235)
+==32556==    by 0x10F588: run (test_merchant_api.c:1494)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 80 bytes in 1 blocks are definitely lost in loss record 128 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486A8E5: TALER_TESTING_cmd_merchant_patch_webhook 
(testing_api_cmd_patch_webhook.c:235)
+==32556==    by 0x10F61F: run (test_merchant_api.c:1513)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 104 bytes in 1 blocks are definitely lost in loss record 129 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4867067: TALER_TESTING_cmd_merchant_post_reserves 
(testing_api_cmd_post_reserves.c:241)
+==32556==    by 0x10E4FD: run (test_merchant_api.c:1021)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 104 bytes in 1 blocks are definitely lost in loss record 130 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4867192: TALER_TESTING_cmd_merchant_post_reserves_fake 
(testing_api_cmd_post_reserves.c:268)
+==32556==    by 0x10E879: run (test_merchant_api.c:1136)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 104 bytes in 1 blocks are definitely lost in loss record 131 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4867067: TALER_TESTING_cmd_merchant_post_reserves 
(testing_api_cmd_post_reserves.c:241)
+==32556==    by 0x10E8F3: run (test_merchant_api.c:1147)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 128 bytes in 1 blocks are definitely lost in loss record 154 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486CA94: TALER_TESTING_cmd_tip_pickup 
(testing_api_cmd_tip_pickup.c:372)
+==32556==    by 0x10E778: run (test_merchant_api.c:1095)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 128 bytes in 1 blocks are definitely lost in loss record 155 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486CA94: TALER_TESTING_cmd_tip_pickup 
(testing_api_cmd_tip_pickup.c:372)
+==32556==    by 0x10E7CD: run (test_merchant_api.c:1105)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 128 bytes in 1 blocks are definitely lost in loss record 156 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486CA94: TALER_TESTING_cmd_tip_pickup 
(testing_api_cmd_tip_pickup.c:372)
+==32556==    by 0x486CB19: TALER_TESTING_cmd_tip_pickup_with_ec 
(testing_api_cmd_tip_pickup.c:402)
+==32556==    by 0x10E800: run (test_merchant_api.c:1111)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 128 bytes in 1 blocks are definitely lost in loss record 157 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486CA94: TALER_TESTING_cmd_tip_pickup 
(testing_api_cmd_tip_pickup.c:372)
+==32556==    by 0x10E82A: run (test_merchant_api.c:1118)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 128 bytes in 1 blocks are definitely lost in loss record 158 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486CA94: TALER_TESTING_cmd_tip_pickup 
(testing_api_cmd_tip_pickup.c:372)
+==32556==    by 0x486CB19: TALER_TESTING_cmd_tip_pickup_with_ec 
(testing_api_cmd_tip_pickup.c:402)
+==32556==    by 0x10E9DA: run (test_merchant_api.c:1170)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 184 bytes in 1 blocks are definitely lost in loss record 161 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486BA12: TALER_TESTING_cmd_tip_authorize 
(testing_api_cmd_tip_authorize.c:415)
+==32556==    by 0x10E59B: run (test_merchant_api.c:1037)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 184 bytes in 1 blocks are definitely lost in loss record 162 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486BB42: TALER_TESTING_cmd_tip_authorize_from_reserve 
(testing_api_cmd_tip_authorize.c:447)
+==32556==    by 0x10E5D3: run (test_merchant_api.c:1043)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 184 bytes in 1 blocks are definitely lost in loss record 163 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486B8D2: 
TALER_TESTING_cmd_tip_authorize_from_reserve_with_ec 
(testing_api_cmd_tip_authorize.c:382)
+==32556==    by 0x10E8BA: run (test_merchant_api.c:1137)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 184 bytes in 1 blocks are definitely lost in loss record 164 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486B8D2: 
TALER_TESTING_cmd_tip_authorize_from_reserve_with_ec 
(testing_api_cmd_tip_authorize.c:382)
+==32556==    by 0x10E98B: run (test_merchant_api.c:1160)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 184 bytes in 1 blocks are definitely lost in loss record 165 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486BC72: TALER_TESTING_cmd_tip_authorize_fake 
(testing_api_cmd_tip_authorize.c:474)
+==32556==    by 0x10E9A3: run (test_merchant_api.c:1169)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 504 bytes in 1 blocks are definitely lost in loss record 166 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4890C48: make_fts 
(testing_api_cmd_bank_admin_add_incoming.c:510)
+==32556==    by 0x489105A: TALER_TESTING_cmd_admin_add_incoming_with_ref 
(testing_api_cmd_bank_admin_add_incoming.c:576)
+==32556==    by 0x10E534: run (test_merchant_api.c:1027)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 504 bytes in 1 blocks are definitely lost in loss record 167 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4890C48: make_fts 
(testing_api_cmd_bank_admin_add_incoming.c:510)
+==32556==    by 0x489105A: TALER_TESTING_cmd_admin_add_incoming_with_ref 
(testing_api_cmd_bank_admin_add_incoming.c:576)
+==32556==    by 0x10E92A: run (test_merchant_api.c:1153)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 686 (64 direct, 622 indirect) bytes in 1 blocks are definitely lost 
in loss record 170 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48685CD: TALER_TESTING_cmd_merchant_post_templates2 
(testing_api_cmd_post_templates.c:228)
+==32556==    by 0x4868774: TALER_TESTING_cmd_merchant_post_templates 
(testing_api_cmd_post_templates.c:256)
+==32556==    by 0x10EF9B: run (test_merchant_api.c:1331)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 686 (64 direct, 622 indirect) bytes in 1 blocks are definitely lost 
in loss record 171 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48685CD: TALER_TESTING_cmd_merchant_post_templates2 
(testing_api_cmd_post_templates.c:228)
+==32556==    by 0x4868774: TALER_TESTING_cmd_merchant_post_templates 
(testing_api_cmd_post_templates.c:256)
+==32556==    by 0x10EFCA: run (test_merchant_api.c:1336)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 686 (64 direct, 622 indirect) bytes in 1 blocks are definitely lost 
in loss record 172 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48685CD: TALER_TESTING_cmd_merchant_post_templates2 
(testing_api_cmd_post_templates.c:228)
+==32556==    by 0x4868774: TALER_TESTING_cmd_merchant_post_templates 
(testing_api_cmd_post_templates.c:256)
+==32556==    by 0x10EFF9: run (test_merchant_api.c:1341)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 686 (64 direct, 622 indirect) bytes in 1 blocks are definitely lost 
in loss record 173 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48685CD: TALER_TESTING_cmd_merchant_post_templates2 
(testing_api_cmd_post_templates.c:228)
+==32556==    by 0x4868774: TALER_TESTING_cmd_merchant_post_templates 
(testing_api_cmd_post_templates.c:256)
+==32556==    by 0x10F083: run (test_merchant_api.c:1356)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 717 (64 direct, 653 indirect) bytes in 1 blocks are definitely lost 
in loss record 174 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486A497: TALER_TESTING_cmd_merchant_patch_template 
(testing_api_cmd_patch_template.c:221)
+==32556==    by 0x10F0F5: run (test_merchant_api.c:1361)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 717 (64 direct, 653 indirect) bytes in 1 blocks are definitely lost 
in loss record 175 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x486A497: TALER_TESTING_cmd_merchant_patch_template 
(testing_api_cmd_patch_template.c:221)
+==32556==    by 0x10F1CF: run (test_merchant_api.c:1382)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== 758 (160 direct, 598 indirect) bytes in 1 blocks are definitely lost 
in loss record 176 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x4863ED7: TALER_TESTING_cmd_merchant_post_instances2 
(testing_api_cmd_post_instances.c:310)
+==32556==    by 0x4864197: TALER_TESTING_cmd_merchant_post_instances 
(testing_api_cmd_post_instances.c:367)
+==32556==    by 0x10E1EE: run (test_merchant_api.c:927)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556== 
+==32556== 779 (64 direct, 715 indirect) bytes in 1 blocks are definitely lost 
in loss record 177 of 177
+==32556==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==32556==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==32556==    by 0x48685CD: TALER_TESTING_cmd_merchant_post_templates2 
(testing_api_cmd_post_templates.c:228)
+==32556==    by 0x10F271: run (test_merchant_api.c:1393)
+==32556==    by 0x48B9B11: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==32556==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==32556==    by 0x494C162: select_loop (scheduler.c:2436)
+==32556==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==32556==    by 0x48BAEAB: TALER_TESTING_setup (testing_api_loop.c:842)
+==32556==    by 0x48B8758: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==32556==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==32556==    by 0x48B92C6: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==32556==    by 0x10C9EF: main (test_merchant_api.c:1957)
+==32556== 
+==32556== LEAK SUMMARY:
+==32556==    definitely lost: 6,612 bytes in 85 blocks
+==32556==    indirectly lost: 5,219 bytes in 88 blocks
+==32556==      possibly lost: 0 bytes in 0 blocks
+==32556==    still reachable: 1,760 bytes in 22 blocks
+==32556==         suppressed: 0 bytes in 0 blocks
+==32556== Reachable blocks (those to which a pointer was found) are not shown.
+==32556== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==32556== 
+==32556== For lists of detected and suppressed errors, rerun with: -s
+==32556== ERROR SUMMARY: 85 errors from 85 contexts (suppressed: 0 from 0)
diff --git a/src/testing/outs b/src/testing/outs
new file mode 100644
index 00000000..e88c9013
--- /dev/null
+++ b/src/testing/outs
@@ -0,0 +1,3478 @@
+==149896== Memcheck, a memory error detector
+==149896== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==149896== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==149896== Command: .libs/test_merchant_api_cs
+==149896== 
+2023-02-20T12:11:00.085262-0500 .libs/test_merchant_api_cs-149896 INFO Using 
fakebank http://localhost:8082/2/ on port 8082
+2023-02-20T12:11:00.181221-0500 .libs/test_merchant_api_cs-149896 INFO 
exchange payto: payto://x-taler-bank/localhost/2?receiver-name=2
+2023-02-20T12:11:00.182386-0500 .libs/test_merchant_api_cs-149896 INFO 
user42_payto: payto://x-taler-bank/localhost/42?receiver-name=42
+2023-02-20T12:11:00.182861-0500 .libs/test_merchant_api_cs-149896 INFO 
user43_payto: payto://x-taler-bank/localhost/43?receiver-name=43
+==149897== Memcheck, a memory error detector
+==149897== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==149897== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==149897== Command: /home/priscilla//bin/taler-merchant-dbinit -c 
test_merchant_api-cs.conf -r
+==149897== 
+==149897== 
+==149897== HEAP SUMMARY:
+==149897==     in use at exit: 5,288 bytes in 26 blocks
+==149897==   total heap usage: 4,311 allocs, 4,285 frees, 425,451 bytes 
allocated
+==149897== 
+==149897== LEAK SUMMARY:
+==149897==    definitely lost: 0 bytes in 0 blocks
+==149897==    indirectly lost: 0 bytes in 0 blocks
+==149897==      possibly lost: 0 bytes in 0 blocks
+==149897==    still reachable: 5,288 bytes in 26 blocks
+==149897==         suppressed: 0 bytes in 0 blocks
+==149897== Reachable blocks (those to which a pointer was found) are not shown.
+==149897== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==149897== 
+==149897== For lists of detected and suppressed errors, rerun with: -s
+==149897== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==149962== Memcheck, a memory error detector
+==149962== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==149962== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==149962== Command: /home/priscilla//bin/taler-exchange-dbinit -c 
test_merchant_api-cs.conf -L WARNING -r
+==149962== 
+==149962== 
+==149962== HEAP SUMMARY:
+==149962==     in use at exit: 5,288 bytes in 26 blocks
+==149962==   total heap usage: 3,708 allocs, 3,682 frees, 449,147 bytes 
allocated
+==149962== 
+==149962== LEAK SUMMARY:
+==149962==    definitely lost: 0 bytes in 0 blocks
+==149962==    indirectly lost: 0 bytes in 0 blocks
+==149962==      possibly lost: 0 bytes in 0 blocks
+==149962==    still reachable: 5,288 bytes in 26 blocks
+==149962==         suppressed: 0 bytes in 0 blocks
+==149962== Reachable blocks (those to which a pointer was found) are not shown.
+==149962== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==149962== 
+==149962== For lists of detected and suppressed errors, rerun with: -s
+==149962== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==150038== Memcheck, a memory error detector
+==150038== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150038== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150038== Command: /home/priscilla//bin/taler-auditor-dbinit -c 
test_merchant_api-cs.conf -R
+==150038== 
+==150038== 
+==150038== HEAP SUMMARY:
+==150038==     in use at exit: 5,286 bytes in 26 blocks
+==150038==   total heap usage: 3,597 allocs, 3,571 frees, 396,745 bytes 
allocated
+==150038== 
+==150038== LEAK SUMMARY:
+==150038==    definitely lost: 0 bytes in 0 blocks
+==150038==    indirectly lost: 0 bytes in 0 blocks
+==150038==      possibly lost: 0 bytes in 0 blocks
+==150038==    still reachable: 5,286 bytes in 26 blocks
+==150038==         suppressed: 0 bytes in 0 blocks
+==150038== Reachable blocks (those to which a pointer was found) are not shown.
+==150038== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150038== 
+==150038== For lists of detected and suppressed errors, rerun with: -s
+==150038== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==150066== Memcheck, a memory error detector
+==150066== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150066== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150066== Command: /home/priscilla//bin/taler-auditor-exchange -c 
test_merchant_api-cs.conf -u http://localhost:8081/ -m 
T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
+==150066== 
+==150066== 
+==150066== HEAP SUMMARY:
+==150066==     in use at exit: 23,071 bytes in 678 blocks
+==150066==   total heap usage: 3,478 allocs, 2,800 frees, 378,926 bytes 
allocated
+==150066== 
+==150066== LEAK SUMMARY:
+==150066==    definitely lost: 0 bytes in 0 blocks
+==150066==    indirectly lost: 0 bytes in 0 blocks
+==150066==      possibly lost: 0 bytes in 0 blocks
+==150066==    still reachable: 23,071 bytes in 678 blocks
+==150066==         suppressed: 0 bytes in 0 blocks
+==150066== Reachable blocks (those to which a pointer was found) are not shown.
+==150066== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150066== 
+==150066== For lists of detected and suppressed errors, rerun with: -s
+==150066== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+Waiting for `taler-merchant-httpd' to be ready
+.
+==150070== Memcheck, a memory error detector
+==150070== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150070== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150070== Command: /home/priscilla//bin/taler-merchant-httpd --log=INFO -c 
test_merchant_api-cs.conf
+==150070== 
+==150071== Memcheck, a memory error detector
+==150071== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150071== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150071== Command: /bin/sh -c wget\ -q\ -t\ 1\ -T\ 1\ 
--header='Authorization:\ ApiKey\ sandbox'\ http://localhost:8080/\ -o\ 
/dev/null\ -O\ /dev/null
+==150071== 
+2023-02-20T12:13:04.686522-0500 taler-merchant-httpd-150070 INFO Starting 
taler-merchant-httpd
+==150072== Memcheck, a memory error detector
+==150072== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150072== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150072== Command: /usr/bin/wget -q -t 1 -T 1 --header=Authorization:\ 
ApiKey\ sandbox http://localhost:8080/ -o /dev/null -O /dev/null
+==150072== 
+==150072== 
+==150072== HEAP SUMMARY:
+==150072==     in use at exit: 862 bytes in 17 blocks
+==150072==   total heap usage: 1,531 allocs, 1,514 frees, 162,753 bytes 
allocated
+==150072== 
+==150072== LEAK SUMMARY:
+==150072==    definitely lost: 0 bytes in 0 blocks
+==150072==    indirectly lost: 0 bytes in 0 blocks
+==150072==      possibly lost: 0 bytes in 0 blocks
+==150072==    still reachable: 862 bytes in 17 blocks
+==150072==         suppressed: 0 bytes in 0 blocks
+==150072== Reachable blocks (those to which a pointer was found) are not shown.
+==150072== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150072== 
+==150072== For lists of detected and suppressed errors, rerun with: -s
+==150072== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==150071== 
+==150071== HEAP SUMMARY:
+==150071==     in use at exit: 1,738 bytes in 50 blocks
+==150071==   total heap usage: 54 allocs, 4 frees, 2,914 bytes allocated
+==150071== 
+==150071== LEAK SUMMARY:
+==150071==    definitely lost: 0 bytes in 0 blocks
+==150071==    indirectly lost: 0 bytes in 0 blocks
+==150071==      possibly lost: 0 bytes in 0 blocks
+==150071==    still reachable: 1,738 bytes in 50 blocks
+==150071==         suppressed: 0 bytes in 0 blocks
+==150071== Reachable blocks (those to which a pointer was found) are not shown.
+==150071== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150071== 
+==150071== For lists of detected and suppressed errors, rerun with: -s
+==150071== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+.
+==150073== Memcheck, a memory error detector
+==150073== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150073== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150073== Command: /bin/sh -c wget\ -q\ -t\ 1\ -T\ 1\ 
--header='Authorization:\ ApiKey\ sandbox'\ http://localhost:8080/\ -o\ 
/dev/null\ -O\ /dev/null
+==150073== 
+==150074== Memcheck, a memory error detector
+==150074== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150074== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150074== Command: /usr/bin/wget -q -t 1 -T 1 --header=Authorization:\ 
ApiKey\ sandbox http://localhost:8080/ -o /dev/null -O /dev/null
+==150074== 
+2023-02-20T12:13:08.596309-0500 taler-merchant-httpd-150070 INFO Exchange 
given in section `merchant-exchange-kudos' is for another currency. Skipping.
+2023-02-20T12:13:08.615238-0500 taler-merchant-httpd-150070 INFO Auditor given 
in section `merchant-auditor-kudos' is for another currency. Skipping.
+2023-02-20T12:13:08.787295-0500 taler-merchant-httpd-150070 INFO Change in PQ 
event FD to -1
+2023-02-20T12:13:08.787984-0500 taler-merchant-httpd-150070 INFO New poll FD 
is -1
+2023-02-20T12:13:08.985186-0500 taler-merchant-httpd-150070 INFO Change in PQ 
event FD to 19
+2023-02-20T12:13:08.985454-0500 taler-merchant-httpd-150070 INFO New poll FD 
is 19
+2023-02-20T12:13:09.051304-0500 taler-merchant-httpd-150070 INFO Starting 
event scheduler
+2023-02-20T12:13:09.052794-0500 taler-merchant-httpd-150070 INFO New poll FD 
is 19
+2023-02-20T12:13:09.053310-0500 taler-merchant-httpd-150070 INFO Activating 
poll job on 19
+2023-02-20T12:13:09.057012-0500 taler-merchant-httpd-150070 INFO Executing PQ 
command `LISTEN XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0'
+2023-02-20T12:13:09.059397-0500 taler-merchant-httpd-150070 INFO Received 
instance settings notification: reload `(null)'
+2023-02-20T12:13:09.102898-0500 taler-merchant-httpd-150070 INFO PG poll job 
active
+2023-02-20T12:13:09.104753-0500 taler-merchant-httpd-150070 INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:09.105330-0500 taler-merchant-httpd-150070 INFO Resubscribing
+2023-02-20T12:13:09.439023-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.443066-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.444849-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T12:13:09.493697-0500 
taler-merchant-httpd-150070(E58BM5GQ0FPKGQQ4PK0V45NHKG) INFO Handling request 
(GET) for URL '/'
+2023-02-20T12:13:09.525832-0500 
taler-merchant-httpd-150070(E58BM5GQ0FPKGQQ4PK0V45NHKG) INFO Finished handling 
request for `/' with MHD termination code 0
+2023-02-20T12:13:09.534158-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.534393-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.534599-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T12:13:09.540911-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.541074-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.541222-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T12:13:09.553896-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.554060-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.554214-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T12:13:09.556259-0500 
taler-merchant-httpd-150070(6EN6EKJTD3G9ZXQWKKKF4W8YJG) INFO Handling request 
(GET) for URL '/webui/'
+2023-02-20T12:13:09.564402-0500 
taler-merchant-httpd-150070(6EN6EKJTD3G9ZXQWKKKF4W8YJG) INFO Finished handling 
request for `/webui/' with MHD termination code 0
+2023-02-20T12:13:09.579156-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.579328-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.579476-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T12:13:09.629167-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.629337-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.629486-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+==150074== 
+==150074== HEAP SUMMARY:
+==150074==     in use at exit: 1,995 bytes in 34 blocks
+==150074==   total heap usage: 1,596 allocs, 1,562 frees, 179,062 bytes 
allocated
+==150074== 
+==150074== LEAK SUMMARY:
+==150074==    definitely lost: 0 bytes in 0 blocks
+==150074==    indirectly lost: 0 bytes in 0 blocks
+==150074==      possibly lost: 0 bytes in 0 blocks
+==150074==    still reachable: 1,995 bytes in 34 blocks
+==150074==         suppressed: 0 bytes in 0 blocks
+==150074== Reachable blocks (those to which a pointer was found) are not shown.
+==150074== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150074== 
+==150074== For lists of detected and suppressed errors, rerun with: -s
+==150074== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==150073== 
+==150073== HEAP SUMMARY:
+==150073==     in use at exit: 1,738 bytes in 50 blocks
+==150073==   total heap usage: 54 allocs, 4 frees, 2,914 bytes allocated
+==150073== 
+==150073== LEAK SUMMARY:
+==150073==    definitely lost: 0 bytes in 0 blocks
+==150073==    indirectly lost: 0 bytes in 0 blocks
+==150073==      possibly lost: 0 bytes in 0 blocks
+==150073==    still reachable: 1,738 bytes in 50 blocks
+==150073==         suppressed: 0 bytes in 0 blocks
+==150073== Reachable blocks (those to which a pointer was found) are not shown.
+==150073== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150073== 
+==150073== For lists of detected and suppressed errors, rerun with: -s
+==150073== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+
+2023-02-20T12:13:09.743709-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.744133-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.744484-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+==150077== Memcheck, a memory error detector
+==150077== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150077== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150077== Command: /home/priscilla/bin//taler-exchange-secmod-eddsa -c 
test_merchant_api-cs.conf -L INFO
+==150077== 
+==150078== Memcheck, a memory error detector
+==150078== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150078== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150078== Command: /home/priscilla/bin//taler-exchange-secmod-rsa -c 
test_merchant_api-cs.conf -L INFO
+==150078== 
+==150079== Memcheck, a memory error detector
+==150079== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150079== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150079== Command: /home/priscilla/bin//taler-exchange-secmod-cs -c 
test_merchant_api-cs.conf -L INFO
+==150079== 
+==150080== Memcheck, a memory error detector
+==150080== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150080== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150080== Command: /home/priscilla//bin/taler-exchange-httpd -L INFO -a -c 
test_merchant_api-cs.conf
+==150080== 
+2023-02-20T12:13:09.977533-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:09.977796-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:09.978013-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+2023-02-20T12:13:10.504162-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:10.504430-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:10.504648-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+==150081== Memcheck, a memory error detector
+==150081== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150081== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150081== Command: /bin/sh -c wget\ -q\ -t\ 1\ -T\ 1\ 
http://localhost:8081/seed\ -o\ /dev/null\ -O\ /dev/null
+==150081== 
+2023-02-20T12:13:11.204604-0500 taler-exchange-secmod-eddsa-150077 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1676913191'
+2023-02-20T12:13:11.284388-0500 taler-exchange-secmod-eddsa-150077 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1684170491'
+2023-02-20T12:13:11.287538-0500 taler-exchange-secmod-eddsa-150077 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1691427791'
+2023-02-20T12:13:11.289263-0500 taler-exchange-secmod-eddsa-150077 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1698685091'
+2023-02-20T12:13:11.290974-0500 taler-exchange-secmod-eddsa-150077 INFO Setup 
fresh private key in 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-eddsa/keys/1705942391'
+2023-02-20T12:13:11.544965-0500 taler-exchange-httpd-150080 INFO Launching 
exchange with public key `HGYF3P'...
+2023-02-20T12:13:11.624572-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 0 and expiration Wed Dec 31 
19:00:00 1969.
+2023-02-20T12:13:11.624846-0500 taler-merchant-httpd-150070 WARNING Exchange 
failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:11.625064-0500 taler-merchant-httpd-150070 WARNING Failed to 
receive /keys response from exchange http://localhost:8081/
+==150106== Memcheck, a memory error detector
+==150106== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150106== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150106== Command: /usr/bin/wget -q -t 1 -T 1 http://localhost:8081/seed -o 
/dev/null -O /dev/null
+==150106== 
+2023-02-20T12:13:11.725471-0500 taler-exchange-httpd-150080 INFO Change in PQ 
event FD to -1
+2023-02-20T12:13:11.726872-0500 taler-exchange-httpd-150080 INFO New poll FD 
is -1
+2023-02-20T12:13:11.865860-0500 taler-exchange-httpd-150080 INFO Change in PQ 
event FD to 12
+2023-02-20T12:13:11.866119-0500 taler-exchange-httpd-150080 INFO New poll FD 
is 12
+2023-02-20T12:13:11.881720-0500 taler-exchange-httpd-150080 INFO Starting 
event scheduler
+2023-02-20T12:13:11.882190-0500 taler-exchange-httpd-150080 INFO New poll FD 
is 12
+2023-02-20T12:13:11.882706-0500 taler-exchange-httpd-150080 INFO Activating 
poll job on 12
+2023-02-20T12:13:11.886774-0500 taler-exchange-httpd-150080 INFO Executing PQ 
command `LISTEN X6R9RKN23RNHRPK11GT4NDJZKAK8DX1V4AWCTN6RQV5MKDT818K4G'
+2023-02-20T12:13:11.889591-0500 taler-exchange-httpd-150080 INFO Executing PQ 
command `LISTEN XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60'
+2023-02-20T12:13:11.896222-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file 
`/home/priscilla/share/taler//exchange/tos//en/tos-v0.epub'
+2023-02-20T12:13:11.841470-0500 taler-exchange-secmod-cs-150079 INFO Loading 
keys for denomination coin_eur_5
+2023-02-20T12:13:11.841513-0500 taler-exchange-secmod-rsa-150078 WARNING No 
RSA denominations configured
+2023-02-20T12:13:11.976565-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.md'
+2023-02-20T12:13:11.989984-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.pdf'
+2023-02-20T12:13:12.040537-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.xml'
+2023-02-20T12:13:12.046209-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 8FRYPMHH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1707887017'
+2023-02-20T12:13:12.054898-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 1FQ1YVGH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1706678017'
+2023-02-20T12:13:12.056993-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/tos//en/tos-v0.txt'
+2023-02-20T12:13:12.059260-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 7NEATPW9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1703051017'
+2023-02-20T12:13:12.063614-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key GEERKG2F from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1677057517'
+2023-02-20T12:13:12.066476-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file 
`/home/priscilla/share/taler//exchange/tos//en/tos-v0.html'
+2023-02-20T12:13:12.068225-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key SKCHYFB8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1683707017'
+2023-02-20T12:13:12.072606-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key BQH4V4FJ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1680684517'
+2023-02-20T12:13:12.076952-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 7TA14R36 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1692774517'
+2023-02-20T12:13:12.081378-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key X2H5VR7R from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1692170017'
+2023-02-20T12:13:12.085735-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6N2P456C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1680080017'
+2023-02-20T12:13:12.090213-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 9E5Y12XK from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1679475517'
+2023-02-20T12:13:12.094672-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key Y9C2ENMN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1702446517'
+2023-02-20T12:13:12.099063-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key J7XGY3JB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1676453017'
+2023-02-20T12:13:12.103505-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 99MVDFSB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1698215017'
+2023-02-20T12:13:12.107863-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 42278A6A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1685520517'
+2023-02-20T12:13:12.112203-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0873V44G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1697006017'
+2023-02-20T12:13:12.116568-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 3XT18ZQM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1695797017'
+2023-02-20T12:13:12.120987-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key NABR9NEM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1687938517'
+2023-02-20T12:13:12.125361-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 3G8YKGDZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1682498017'
+2023-02-20T12:13:12.129776-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0TNFW880 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1686729517'
+2023-02-20T12:13:12.134107-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key BMMSQP4W from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1693379017'
+2023-02-20T12:13:12.138429-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 2Z5WBE1Y from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1684916017'
+2023-02-20T12:13:12.142768-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key MFYBSS0B from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1691565517'
+2023-02-20T12:13:12.147095-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 77X4WJTF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1701842017'
+2023-02-20T12:13:12.151514-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key RJR3RN6V from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1678266517'
+2023-02-20T12:13:12.155916-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key KAHY3QBE from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1688543017'
+2023-02-20T12:13:12.160246-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QXBKNKCW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1697610517'
+2023-02-20T12:13:12.164641-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key W8REVV63 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1695192517'
+2023-02-20T12:13:12.169110-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key K31Z9EHZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1677662017'
+2023-02-20T12:13:12.173456-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key PQK9DW0J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1683102517'
+2023-02-20T12:13:12.177782-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key G9CYRY0G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1689147517'
+2023-02-20T12:13:12.182189-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key HV7NE0CE from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1690961017'
+2023-02-20T12:13:12.186533-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6V7X34X1 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1696401517'
+2023-02-20T12:13:12.190869-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key RX3HGJPP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1694588017'
+2023-02-20T12:13:12.195294-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key JEM5B57M from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1678871017'
+2023-02-20T12:13:12.199845-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 1HEBMHQB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1700028517'
+2023-02-20T12:13:12.204176-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key VDHB19ZQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1687334017'
+2023-02-20T12:13:12.208497-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key G7599G2T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1707282517'
+2023-02-20T12:13:12.212824-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key PQM7A33J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1703655517'
+2023-02-20T12:13:12.217162-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 8QFSDJD5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1701237517'
+2023-02-20T12:13:12.221523-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key GF8NWX2R from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1693983517'
+2023-02-20T12:13:12.225848-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key TPEA99F5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1681893517'
+2023-02-20T12:13:12.230235-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 67RBHN8A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1704864517'
+2023-02-20T12:13:12.234575-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key WMY0J01S from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1704260017'
+2023-02-20T12:13:12.238908-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 5FTMD5S9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1684311517'
+2023-02-20T12:13:12.243227-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 56CANKFY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1706073517'
+2023-02-20T12:13:12.247580-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6CXV715K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1689752017'
+2023-02-20T12:13:12.251946-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key C01QDVM8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1690356517'
+2023-02-20T12:13:12.256287-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0C90WJFB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1699424017'
+2023-02-20T12:13:12.260608-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key VHRZ65AV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1705469017'
+2023-02-20T12:13:12.265093-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 4CGGRE8B from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1681289017'
+2023-02-20T12:13:12.269588-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 7VDVMFPK from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1698819517'
+2023-02-20T12:13:12.273918-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key F6ZNCY50 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1686125017'
+2023-02-20T12:13:12.278249-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0QAXT1R4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_5/1700633017'
+2023-02-20T12:13:12.282820-0500 taler-exchange-secmod-cs-150079 INFO Updating 
keys of denomination `coin_eur_5', last key 8FRYPMHH valid for another 365 days
+2023-02-20T12:13:12.285745-0500 taler-exchange-secmod-cs-150079 INFO Loading 
keys for denomination coin_eur_1
+2023-02-20T12:13:12.290297-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key E7XV72YC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1707887017'
+2023-02-20T12:13:12.294673-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key A7AETFXH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1706678017'
+2023-02-20T12:13:12.299095-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key BQ4C9GMT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1703051017'
+2023-02-20T12:13:12.303422-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key SJJ50R2X from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1677057517'
+2023-02-20T12:13:12.307743-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 83NKZQ1K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1683707017'
+2023-02-20T12:13:12.312073-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 7SAECQRC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1680684517'
+2023-02-20T12:13:12.316394-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QEX06NVS from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1692774517'
+2023-02-20T12:13:12.320731-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key C23FR09P from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1692170017'
+2023-02-20T12:13:12.325061-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key Z7ZRATSG from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1680080017'
+2023-02-20T12:13:12.329467-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ST24V7W9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1679475517'
+2023-02-20T12:13:12.333901-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key TSHSRX35 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1702446517'
+2023-02-20T12:13:12.338374-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key P4JAYQ28 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1676453017'
+2023-02-20T12:13:12.342744-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key BKGPS6D4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1698215017'
+2023-02-20T12:13:12.347078-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key MNDDK5R1 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1685520517'
+2023-02-20T12:13:12.351465-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ES56PW6T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1697006017'
+2023-02-20T12:13:12.355805-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key H9EHNAM5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1695797017'
+2023-02-20T12:13:12.360148-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key EC835AW5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1687938517'
+2023-02-20T12:13:12.364472-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key FK1NXT7G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1682498017'
+2023-02-20T12:13:12.368814-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 4YWJKR95 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1686729517'
+2023-02-20T12:13:12.373140-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key NXNYQKAQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1693379017'
+2023-02-20T12:13:12.377481-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key YXXKPS80 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1684916017'
+2023-02-20T12:13:12.381879-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 22JMT3BQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1691565517'
+2023-02-20T12:13:12.386308-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key HZ734SYP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1701842017'
+2023-02-20T12:13:12.390669-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 4F2DH4G5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1678266517'
+2023-02-20T12:13:12.395018-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key DD2VMX6J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1688543017'
+2023-02-20T12:13:12.399423-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key HXXAPD00 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1697610517'
+2023-02-20T12:13:12.403764-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QZX8W10Y from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1695192517'
+2023-02-20T12:13:12.408110-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 94CJQP7T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1677662017'
+2023-02-20T12:13:12.412439-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 1FKD64YY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1683102517'
+2023-02-20T12:13:12.416774-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key R9G5VSEZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1689147517'
+2023-02-20T12:13:12.421136-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key MDMNDHS6 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1690961017'
+2023-02-20T12:13:12.425491-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 8FDG0NWX from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1696401517'
+2023-02-20T12:13:12.429870-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key SKZ04GZV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1694588017'
+2023-02-20T12:13:12.434197-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key KAFT0J59 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1678871017'
+2023-02-20T12:13:12.438528-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key SDR7CSF8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1700028517'
+2023-02-20T12:13:12.442861-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ZQQP5796 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1687334017'
+2023-02-20T12:13:12.447182-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key H4DXVBWT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1707282517'
+2023-02-20T12:13:12.451566-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key T3MPV2KW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1703655517'
+2023-02-20T12:13:12.455897-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 4BZMQ9BH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1701237517'
+2023-02-20T12:13:12.456603-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.xml'
+2023-02-20T12:13:12.460323-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key T6XCN05P from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1693983517'
+2023-02-20T12:13:12.463923-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.epub'
+2023-02-20T12:13:12.464805-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 891291QA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1681893517'
+2023-02-20T12:13:12.469150-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key T26G5A0C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1704864517'
+2023-02-20T12:13:12.471265-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.html'
+2023-02-20T12:13:12.473506-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 2ZTVE2MT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1704260017'
+2023-02-20T12:13:12.477894-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key H3T838QD from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1684311517'
+2023-02-20T12:13:12.482312-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key SZDKF869 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1706073517'
+2023-02-20T12:13:12.486643-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 25G0F5KD from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1689752017'
+2023-02-20T12:13:12.491094-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ZQTAG30D from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1690356517'
+2023-02-20T12:13:12.495553-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 567Y3VYF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1699424017'
+2023-02-20T12:13:12.499970-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0A03DMFT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1705469017'
+2023-02-20T12:13:12.504299-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key K9RQ5K5P from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1681289017'
+2023-02-20T12:13:12.508622-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key JSKC0R41 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1698819517'
+2023-02-20T12:13:12.512959-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key AVXQWRE7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1686125017'
+2023-02-20T12:13:12.517305-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 9EYGPK1E from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_1/1700633017'
+2023-02-20T12:13:12.517878-0500 taler-exchange-secmod-cs-150079 INFO Updating 
keys of denomination `coin_eur_1', last key E7XV72YC valid for another 365 days
+2023-02-20T12:13:12.518694-0500 taler-exchange-secmod-cs-150079 INFO Loading 
keys for denomination coin_eur_ct_10
+2023-02-20T12:13:12.523235-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key JFBC60FX from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1707887017'
+2023-02-20T12:13:12.527563-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 2B468NCN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1706678017'
+2023-02-20T12:13:12.531967-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key K1J4DVPR from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1703051017'
+2023-02-20T12:13:12.536297-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key Y9JFK8Q7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1677057517'
+2023-02-20T12:13:12.544084-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key GSRQJ50J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1683707017'
+2023-02-20T12:13:12.548596-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 2TNPZ8EY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1680684517'
+2023-02-20T12:13:12.552942-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key A4WBC98G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1692774517'
+2023-02-20T12:13:12.557275-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key V8F6PR1K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1692170017'
+2023-02-20T12:13:12.561604-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key W9HH1N7W from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1680080017'
+2023-02-20T12:13:12.565926-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 3YRT7NAC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1679475517'
+2023-02-20T12:13:12.570266-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 8KSZ012E from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1702446517'
+2023-02-20T12:13:12.574624-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ZS21B83R from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1676453017'
+2023-02-20T12:13:12.579015-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key TYZH9WR2 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1698215017'
+2023-02-20T12:13:12.583339-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key C3WM9ZJH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1685520517'
+2023-02-20T12:13:12.587670-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6T0NPFE5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1697006017'
+2023-02-20T12:13:12.592010-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key DJWX5THB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1695797017'
+2023-02-20T12:13:12.596332-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key FBZZ696F from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1687938517'
+2023-02-20T12:13:12.600727-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key SJ9FC90C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1682498017'
+2023-02-20T12:13:12.605077-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key BW1EXZBQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1686729517'
+2023-02-20T12:13:12.609405-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key P3W1EWYM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1693379017'
+2023-02-20T12:13:12.613732-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 4K0PWB1A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1684916017'
+2023-02-20T12:13:12.618064-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key BW58WNNC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1691565517'
+2023-02-20T12:13:12.622400-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key GDN13SQP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1701842017'
+2023-02-20T12:13:12.626725-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key KE6PZTPN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1678266517'
+2023-02-20T12:13:12.631102-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ED9QBE10 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1688543017'
+2023-02-20T12:13:12.635435-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key S2X5WFFN from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1697610517'
+2023-02-20T12:13:12.639828-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key TZ8EAYS5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1695192517'
+2023-02-20T12:13:12.644378-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 822EJGJB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1677662017'
+2023-02-20T12:13:12.648879-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key TECN7R7J from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1683102517'
+2023-02-20T12:13:12.653231-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key GT1C1K81 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1689147517'
+2023-02-20T12:13:12.657576-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QSA1562V from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1690961017'
+2023-02-20T12:13:12.661906-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 5D50XCQK from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1696401517'
+2023-02-20T12:13:12.666248-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 5D9J81KM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1694588017'
+2023-02-20T12:13:12.670574-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key XZNHNMZB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1678871017'
+2023-02-20T12:13:12.674901-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key N5AW88W9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1700028517'
+2023-02-20T12:13:12.679299-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ACY1AXK4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1687334017'
+2023-02-20T12:13:12.683635-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 98Y7BV9G from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1707282517'
+2023-02-20T12:13:12.687960-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6AXJ4NNA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1703655517'
+2023-02-20T12:13:12.692304-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6WMHZ8F0 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1701237517'
+2023-02-20T12:13:12.696629-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QCQBT54Y from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1693983517'
+2023-02-20T12:13:12.701024-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key G786QPSA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1681893517'
+2023-02-20T12:13:12.705363-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key WV34P5EM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1704864517'
+2023-02-20T12:13:12.709687-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key WH8CYXT5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1704260017'
+2023-02-20T12:13:12.714053-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QV3KKTN3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1684311517'
+2023-02-20T12:13:12.718381-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ESS4M3C9 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1706073517'
+2023-02-20T12:13:12.722710-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key JXBDN4WA from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1689752017'
+2023-02-20T12:13:12.727037-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key Z09WBTX3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1690356517'
+2023-02-20T12:13:12.731423-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key WDPWHXZV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1699424017'
+2023-02-20T12:13:12.735750-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key JCPVQMZ7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1705469017'
+2023-02-20T12:13:12.740082-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 9CGT4HS8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1681289017'
+2023-02-20T12:13:12.744411-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key M4RXJMYQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1698819517'
+2023-02-20T12:13:12.748800-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key DWGM5ZG3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1686125017'
+2023-02-20T12:13:12.753138-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key T77WC2VC from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_10/1700633017'
+2023-02-20T12:13:12.753445-0500 taler-exchange-secmod-cs-150079 INFO Updating 
keys of denomination `coin_eur_ct_10', last key JFBC60FX valid for another 365 
days
+2023-02-20T12:13:12.753698-0500 taler-exchange-secmod-cs-150079 INFO Loading 
keys for denomination coin_eur_ct_1
+2023-02-20T12:13:12.758191-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 57DYKTHT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1707887017'
+2023-02-20T12:13:12.762533-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key AMKH6XA7 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1706678017'
+2023-02-20T12:13:12.766867-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key THHWXC1T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1703051017'
+2023-02-20T12:13:12.771205-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key B2HHD9NH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1677057517'
+2023-02-20T12:13:12.775562-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6FZ6YY3Z from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1683707017'
+2023-02-20T12:13:12.779962-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key E3YKJN1Q from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1680684517'
+2023-02-20T12:13:12.784290-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key HXD2F8NV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1692774517'
+2023-02-20T12:13:12.788621-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key TK6XPZYV from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1692170017'
+2023-02-20T12:13:12.792959-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key B21XQMF4 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1680080017'
+2023-02-20T12:13:12.797533-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key NHCTNY39 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1679475517'
+2023-02-20T12:13:12.801989-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key BNPZEFNM from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1702446517'
+2023-02-20T12:13:12.806327-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key F2EWTKD3 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1676453017'
+2023-02-20T12:13:12.810664-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key KSR74W5Q from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1698215017'
+2023-02-20T12:13:12.814995-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ZFCCB4NP from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1685520517'
+2023-02-20T12:13:12.819323-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 7AWENDKW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1697006017'
+2023-02-20T12:13:12.823646-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ZBE6JJVS from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1695797017'
+2023-02-20T12:13:12.828000-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 5E8D6NWR from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1687938517'
+2023-02-20T12:13:12.832379-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key S2T4307C from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1682498017'
+2023-02-20T12:13:12.837304-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6AMMV375 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1686729517'
+2023-02-20T12:13:12.841648-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key DDD28W23 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1693379017'
+2023-02-20T12:13:12.845973-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0Z5ASDD1 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1684916017'
+2023-02-20T12:13:12.850415-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 36R5CB4N from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1691565517'
+2023-02-20T12:13:12.854747-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key RR7S5ERY from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1701842017'
+2023-02-20T12:13:12.855394-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.md'
+2023-02-20T12:13:12.859079-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key P6HYWD63 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1678266517'
+2023-02-20T12:13:12.860637-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.txt'
+2023-02-20T12:13:12.863412-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key S6Q790SJ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1688543017'
+2023-02-20T12:13:12.865858-0500 taler-exchange-httpd-150080 INFO Loading legal 
information from file `/home/priscilla/share/taler//exchange/pp//en/pp-v0.pdf'
+2023-02-20T12:13:12.867735-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 3WQFXHPZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1697610517'
+2023-02-20T12:13:12.872070-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 6QFYM0ZX from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1695192517'
+2023-02-20T12:13:12.876403-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key PEEX5AR0 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1677662017'
+2023-02-20T12:13:12.880804-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key C7330F6E from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1683102517'
+2023-02-20T12:13:12.885155-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 26JXP8RT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1689147517'
+2023-02-20T12:13:12.889494-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 350DC33S from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1690961017'
+2023-02-20T12:13:12.893822-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0YN0G3GQ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1696401517'
+2023-02-20T12:13:12.898208-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QTFTJRZ5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1694588017'
+2023-02-20T12:13:12.902542-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key PEYA8W42 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1678871017'
+2023-02-20T12:13:12.906869-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key HPVNVRJ2 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1700028517'
+2023-02-20T12:13:12.911205-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 8F542D0D from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1687334017'
+2023-02-20T12:13:12.915538-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key YH7J2JFF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1707282517'
+2023-02-20T12:13:12.919870-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 77HS2480 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1703655517'
+2023-02-20T12:13:12.924215-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key VBRXFKDT from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1701237517'
+2023-02-20T12:13:12.928592-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key PCXYGR1H from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1693983517'
+2023-02-20T12:13:12.932959-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key JAB85TJ6 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1681893517'
+2023-02-20T12:13:12.935638-0500 taler-exchange-httpd-150080 INFO PG poll job 
active
+2023-02-20T12:13:12.937311-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 42XV03V8 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1704864517'
+2023-02-20T12:13:12.937530-0500 taler-exchange-httpd-150080 INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:12.938093-0500 taler-exchange-httpd-150080 INFO Resubscribing
+2023-02-20T12:13:12.941646-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key S4KDZZ4K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1704260017'
+2023-02-20T12:13:12.945971-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 2AS77WWH from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1684311517'
+2023-02-20T12:13:12.950386-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key P40RJ69A from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1706073517'
+2023-02-20T12:13:12.954715-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key ATY8716T from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1689752017'
+2023-02-20T12:13:12.959063-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 1MXZTSEZ from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1690356517'
+2023-02-20T12:13:12.963386-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key V0V2M23K from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1699424017'
+2023-02-20T12:13:12.967714-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key M78KJAXF from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1705469017'
+2023-02-20T12:13:12.972039-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key PV7NAZTW from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1681289017'
+2023-02-20T12:13:12.976382-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key 0AN04DDB from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1698819517'
+==150106== 
+==150106== HEAP SUMMARY:
+==150106==     in use at exit: 778 bytes in 15 blocks
+==150106==   total heap usage: 1,528 allocs, 1,513 frees, 162,675 bytes 
allocated
+==150106== 
+2023-02-20T12:13:12.980796-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key DSVFAHG5 from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1686125017'
+==150106== LEAK SUMMARY:
+==150106==    definitely lost: 0 bytes in 0 blocks
+==150106==    indirectly lost: 0 bytes in 0 blocks
+==150106==      possibly lost: 0 bytes in 0 blocks
+==150106==    still reachable: 778 bytes in 15 blocks
+==150106==         suppressed: 0 bytes in 0 blocks
+==150106== Reachable blocks (those to which a pointer was found) are not shown.
+==150106== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150106== 
+==150106== For lists of detected and suppressed errors, rerun with: -s
+==150106== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T12:13:12.985246-0500 taler-exchange-secmod-cs-150079 INFO Imported 
key QBRVZ71M from 
`/home/priscilla/merchant/src/testing/test_merchant_api_home//.local/share/taler//exchange-secmod-cs/keys/coin_eur_ct_1/1700633017'
+2023-02-20T12:13:12.985616-0500 taler-exchange-secmod-cs-150079 INFO Updating 
keys of denomination `coin_eur_ct_1', last key 57DYKTHT valid for another 365 
days
+2023-02-20T12:13:12.987142-0500 taler-exchange-secmod-cs-150079 INFO Updating 
keys of denomination `coin_eur_ct_1', last key 57DYKTHT valid for another 365 
days
+==150081== 
+==150081== HEAP SUMMARY:
+==150081==     in use at exit: 1,738 bytes in 50 blocks
+==150081==   total heap usage: 54 allocs, 4 frees, 2,914 bytes allocated
+==150081== 
+==150081== LEAK SUMMARY:
+==150081==    definitely lost: 0 bytes in 0 blocks
+==150081==    indirectly lost: 0 bytes in 0 blocks
+==150081==      possibly lost: 0 bytes in 0 blocks
+==150081==    still reachable: 1,738 bytes in 50 blocks
+==150081==         suppressed: 0 bytes in 0 blocks
+==150081== Reachable blocks (those to which a pointer was found) are not shown.
+==150081== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150081== 
+==150081== For lists of detected and suppressed errors, rerun with: -s
+==150081== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T12:13:13.664283-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:13.668859-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:13.726024-0500 taler-exchange-secmod-rsa-150078 INFO 
Initializing new client 0x557cd60
+2023-02-20T12:13:13.730376-0500 taler-exchange-secmod-rsa-150078 INFO Sending 
message of length 0
+2023-02-20T12:13:13.731890-0500 taler-exchange-secmod-rsa-150078 INFO Sending 
RSA SYNCED message to 0x557cd60
+2023-02-20T12:13:13.733143-0500 taler-exchange-secmod-rsa-150078 INFO Sending 
message of type 10 and length 4
+2023-02-20T12:13:13.733927-0500 taler-exchange-secmod-rsa-150078 INFO Sending 
message of length 4
+2023-02-20T12:13:13.736110-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 10 and length 4
+2023-02-20T12:13:13.736840-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Now synchronized 
with RSA helper
+2023-02-20T12:13:13.786180-0500 taler-exchange-secmod-cs-150079 INFO 
Initializing new client 0x55dabf0
+2023-02-20T12:13:13.790573-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of length 34927
+2023-02-20T12:13:13.792799-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:13.793134-0500 taler-exchange-secmod-cs-150079 INFO Sending 
CS SYNCED message to 0x55dabf0
+2023-02-20T12:13:13.794081-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of type 15 and length 4
+2023-02-20T12:13:13.794687-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of length 4
+2023-02-20T12:13:13.795153-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
F2EWTKD3 (coin_eur_ct_1)
+==150118== Memcheck, a memory error detector
+==150118== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150118== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150118== Command: /bin/sh -c wget\ -q\ -t\ 1\ -T\ 1\ 
http://localhost:8081/seed\ -o\ /dev/null\ -O\ /dev/null
+==150118== 
+2023-02-20T12:13:14.058439-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key F2EWTKD3 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.074519-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.074864-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
B2HHD9NH (coin_eur_ct_1)
+2023-02-20T12:13:14.078808-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key B2HHD9NH for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.079495-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.079698-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
PEEX5AR0 (coin_eur_ct_1)
+2023-02-20T12:13:14.083394-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key PEEX5AR0 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.083890-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.084091-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
P6HYWD63 (coin_eur_ct_1)
+2023-02-20T12:13:14.087679-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key P6HYWD63 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.088466-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.088668-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
PEYA8W42 (coin_eur_ct_1)
+2023-02-20T12:13:14.092292-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key PEYA8W42 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.092794-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.092997-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
NHCTNY39 (coin_eur_ct_1)
+2023-02-20T12:13:14.096627-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key NHCTNY39 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.097165-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.097370-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
B21XQMF4 (coin_eur_ct_1)
+2023-02-20T12:13:14.101000-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key B21XQMF4 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.102285-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.102499-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
E3YKJN1Q (coin_eur_ct_1)
+2023-02-20T12:13:14.106219-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key E3YKJN1Q for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.106751-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.106951-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
PV7NAZTW (coin_eur_ct_1)
+2023-02-20T12:13:14.110598-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key PV7NAZTW for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.111079-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.111277-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
JAB85TJ6 (coin_eur_ct_1)
+2023-02-20T12:13:14.114848-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key JAB85TJ6 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.115320-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.115519-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
S2T4307C (coin_eur_ct_1)
+2023-02-20T12:13:14.119123-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key S2T4307C for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.119888-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.120088-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
C7330F6E (coin_eur_ct_1)
+2023-02-20T12:13:14.123725-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key C7330F6E for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.124202-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.124401-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6FZ6YY3Z (coin_eur_ct_1)
+2023-02-20T12:13:14.128171-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6FZ6YY3Z for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.128663-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.128870-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
2AS77WWH (coin_eur_ct_1)
+2023-02-20T12:13:14.132490-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 2AS77WWH for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.133299-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.133500-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0Z5ASDD1 (coin_eur_ct_1)
+2023-02-20T12:13:14.137139-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0Z5ASDD1 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.137607-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.137805-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ZFCCB4NP (coin_eur_ct_1)
+2023-02-20T12:13:14.141445-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ZFCCB4NP for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.141935-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.142138-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
DSVFAHG5 (coin_eur_ct_1)
+2023-02-20T12:13:14.145853-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key DSVFAHG5 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.146352-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.146551-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6AMMV375 (coin_eur_ct_1)
+2023-02-20T12:13:14.150248-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6AMMV375 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.151021-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.151220-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
8F542D0D (coin_eur_ct_1)
+2023-02-20T12:13:14.154807-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 8F542D0D for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.155271-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.155469-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
5E8D6NWR (coin_eur_ct_1)
+2023-02-20T12:13:14.159063-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 5E8D6NWR for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.159558-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.159756-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
S6Q790SJ (coin_eur_ct_1)
+2023-02-20T12:13:14.163342-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key S6Q790SJ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.164104-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.164302-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
26JXP8RT (coin_eur_ct_1)
+2023-02-20T12:13:14.167935-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 26JXP8RT for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.168395-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.168593-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ATY8716T (coin_eur_ct_1)
+2023-02-20T12:13:14.172195-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ATY8716T for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.172668-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.172873-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
1MXZTSEZ (coin_eur_ct_1)
+2023-02-20T12:13:14.176470-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 1MXZTSEZ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.177219-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.177418-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
350DC33S (coin_eur_ct_1)
+2023-02-20T12:13:14.181119-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 350DC33S for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.181590-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.181787-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
36R5CB4N (coin_eur_ct_1)
+2023-02-20T12:13:14.185386-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 36R5CB4N for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.185843-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.186041-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
TK6XPZYV (coin_eur_ct_1)
+2023-02-20T12:13:14.189596-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key TK6XPZYV for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.190051-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.190249-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
HXD2F8NV (coin_eur_ct_1)
+2023-02-20T12:13:14.193844-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key HXD2F8NV for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.194588-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.194787-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
DDD28W23 (coin_eur_ct_1)
+2023-02-20T12:13:14.198421-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key DDD28W23 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.198879-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.199077-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
PCXYGR1H (coin_eur_ct_1)
+2023-02-20T12:13:14.202677-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key PCXYGR1H for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.203137-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.203335-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QTFTJRZ5 (coin_eur_ct_1)
+2023-02-20T12:13:14.206912-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QTFTJRZ5 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.207660-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.207859-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6QFYM0ZX (coin_eur_ct_1)
+2023-02-20T12:13:14.211440-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6QFYM0ZX for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.211890-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.212101-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ZBE6JJVS (coin_eur_ct_1)
+2023-02-20T12:13:14.215675-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ZBE6JJVS for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.216124-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.216321-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0YN0G3GQ (coin_eur_ct_1)
+2023-02-20T12:13:14.219941-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0YN0G3GQ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.220391-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.220588-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
7AWENDKW (coin_eur_ct_1)
+2023-02-20T12:13:14.224296-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 7AWENDKW for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.225225-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.225428-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
3WQFXHPZ (coin_eur_ct_1)
+2023-02-20T12:13:14.229251-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 3WQFXHPZ for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.229737-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.229936-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
KSR74W5Q (coin_eur_ct_1)
+2023-02-20T12:13:14.233578-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key KSR74W5Q for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.234023-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.234220-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0AN04DDB (coin_eur_ct_1)
+2023-02-20T12:13:14.237860-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0AN04DDB for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.238594-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.238792-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
V0V2M23K (coin_eur_ct_1)
+2023-02-20T12:13:14.242379-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key V0V2M23K for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.242822-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.243018-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
HPVNVRJ2 (coin_eur_ct_1)
+2023-02-20T12:13:14.246644-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key HPVNVRJ2 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.247175-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.247377-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QBRVZ71M (coin_eur_ct_1)
+2023-02-20T12:13:14.250996-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QBRVZ71M for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.251731-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.251941-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
VBRXFKDT (coin_eur_ct_1)
+2023-02-20T12:13:14.255556-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key VBRXFKDT for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.255998-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.256195-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
RR7S5ERY (coin_eur_ct_1)
+2023-02-20T12:13:14.259888-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key RR7S5ERY for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.260408-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.260640-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
BNPZEFNM (coin_eur_ct_1)
+2023-02-20T12:13:14.264327-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key BNPZEFNM for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.264881-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.265082-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
THHWXC1T (coin_eur_ct_1)
+2023-02-20T12:13:14.268707-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key THHWXC1T for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.269455-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.269653-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
77HS2480 (coin_eur_ct_1)
+2023-02-20T12:13:14.273228-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 77HS2480 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.273665-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.273862-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
S4KDZZ4K (coin_eur_ct_1)
+2023-02-20T12:13:14.277495-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key S4KDZZ4K for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.277955-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.278154-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
42XV03V8 (coin_eur_ct_1)
+2023-02-20T12:13:14.281835-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 42XV03V8 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.282555-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.282753-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
M78KJAXF (coin_eur_ct_1)
+2023-02-20T12:13:14.286388-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key M78KJAXF for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.286822-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.287018-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
P40RJ69A (coin_eur_ct_1)
+2023-02-20T12:13:14.290622-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key P40RJ69A for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.291054-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.291266-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
AMKH6XA7 (coin_eur_ct_1)
+2023-02-20T12:13:14.294858-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key AMKH6XA7 for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.295290-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.295486-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
YH7J2JFF (coin_eur_ct_1)
+2023-02-20T12:13:14.299104-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key YH7J2JFF for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.299819-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 166
+2023-02-20T12:13:14.300016-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
57DYKTHT (coin_eur_ct_1)
+2023-02-20T12:13:14.303657-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 57DYKTHT for denomination type coin_eur_ct_1 with validity 7 days
+2023-02-20T12:13:14.304096-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.304294-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ZS21B83R (coin_eur_ct_10)
+2023-02-20T12:13:14.307917-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ZS21B83R for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.308483-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.308681-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
Y9JFK8Q7 (coin_eur_ct_10)
+2023-02-20T12:13:14.312258-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key Y9JFK8Q7 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.313111-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.313309-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
822EJGJB (coin_eur_ct_10)
+2023-02-20T12:13:14.316954-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 822EJGJB for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.317515-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.317712-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
KE6PZTPN (coin_eur_ct_10)
+2023-02-20T12:13:14.321347-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key KE6PZTPN for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.321905-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.322103-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
XZNHNMZB (coin_eur_ct_10)
+2023-02-20T12:13:14.329214-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key XZNHNMZB for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.330168-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.330367-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
3YRT7NAC (coin_eur_ct_10)
+2023-02-20T12:13:14.334023-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 3YRT7NAC for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.334579-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.334787-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
W9HH1N7W (coin_eur_ct_10)
+2023-02-20T12:13:14.338358-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key W9HH1N7W for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.338911-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.339107-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
2TNPZ8EY (coin_eur_ct_10)
+2023-02-20T12:13:14.342745-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 2TNPZ8EY for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.343298-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.343494-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
9CGT4HS8 (coin_eur_ct_10)
+2023-02-20T12:13:14.347083-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 9CGT4HS8 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.347935-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.348132-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
G786QPSA (coin_eur_ct_10)
+2023-02-20T12:13:14.351667-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key G786QPSA for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.352215-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.352410-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
SJ9FC90C (coin_eur_ct_10)
+2023-02-20T12:13:14.356014-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key SJ9FC90C for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.356559-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.356754-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
TECN7R7J (coin_eur_ct_10)
+2023-02-20T12:13:14.360344-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key TECN7R7J for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.361186-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.361385-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
GSRQJ50J (coin_eur_ct_10)
+2023-02-20T12:13:14.365049-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key GSRQJ50J for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.365599-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.365795-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QV3KKTN3 (coin_eur_ct_10)
+2023-02-20T12:13:14.369466-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QV3KKTN3 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.370060-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.370259-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
4K0PWB1A (coin_eur_ct_10)
+2023-02-20T12:13:14.373969-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 4K0PWB1A for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.374621-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.374833-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
C3WM9ZJH (coin_eur_ct_10)
+2023-02-20T12:13:14.378601-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key C3WM9ZJH for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.379437-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.379633-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
DWGM5ZG3 (coin_eur_ct_10)
+2023-02-20T12:13:14.383238-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key DWGM5ZG3 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.383778-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.383974-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
BW1EXZBQ (coin_eur_ct_10)
+2023-02-20T12:13:14.387563-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key BW1EXZBQ for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.388101-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.388298-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ACY1AXK4 (coin_eur_ct_10)
+2023-02-20T12:13:14.391969-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ACY1AXK4 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.392802-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.393012-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
FBZZ696F (coin_eur_ct_10)
+2023-02-20T12:13:14.396849-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key FBZZ696F for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.397421-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.397619-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ED9QBE10 (coin_eur_ct_10)
+2023-02-20T12:13:14.401274-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ED9QBE10 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.401891-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.402089-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
GT1C1K81 (coin_eur_ct_10)
+2023-02-20T12:13:14.405736-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key GT1C1K81 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.406281-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.406477-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
JXBDN4WA (coin_eur_ct_10)
+2023-02-20T12:13:14.410098-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key JXBDN4WA for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.410916-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.411112-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
Z09WBTX3 (coin_eur_ct_10)
+2023-02-20T12:13:14.414773-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key Z09WBTX3 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.415297-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.415504-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QSA1562V (coin_eur_ct_10)
+2023-02-20T12:13:14.419101-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QSA1562V for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.419620-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.419816-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
BW58WNNC (coin_eur_ct_10)
+2023-02-20T12:13:14.423388-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key BW58WNNC for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.424192-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.424387-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
V8F6PR1K (coin_eur_ct_10)
+2023-02-20T12:13:14.427969-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key V8F6PR1K for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.428509-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.428704-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
A4WBC98G (coin_eur_ct_10)
+2023-02-20T12:13:14.432297-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key A4WBC98G for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.432821-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.433038-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
P3W1EWYM (coin_eur_ct_10)
+2023-02-20T12:13:14.436669-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key P3W1EWYM for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.437512-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.437709-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QCQBT54Y (coin_eur_ct_10)
+2023-02-20T12:13:14.441308-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QCQBT54Y for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.441818-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.442013-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
5D9J81KM (coin_eur_ct_10)
+2023-02-20T12:13:14.445624-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 5D9J81KM for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.446131-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.446325-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
TZ8EAYS5 (coin_eur_ct_10)
+2023-02-20T12:13:14.450040-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key TZ8EAYS5 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.450655-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.450853-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
DJWX5THB (coin_eur_ct_10)
+2023-02-20T12:13:14.454485-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key DJWX5THB for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.455288-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.455499-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
5D50XCQK (coin_eur_ct_10)
+2023-02-20T12:13:14.459116-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 5D50XCQK for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.459618-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.459813-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6T0NPFE5 (coin_eur_ct_10)
+2023-02-20T12:13:14.463447-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6T0NPFE5 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.463967-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.464162-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
S2X5WFFN (coin_eur_ct_10)
+2023-02-20T12:13:14.467777-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key S2X5WFFN for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.468560-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.468756-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
TYZH9WR2 (coin_eur_ct_10)
+2023-02-20T12:13:14.472382-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key TYZH9WR2 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.472885-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.473082-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
M4RXJMYQ (coin_eur_ct_10)
+2023-02-20T12:13:14.476760-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key M4RXJMYQ for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.477263-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.477458-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
WDPWHXZV (coin_eur_ct_10)
+2023-02-20T12:13:14.481109-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key WDPWHXZV for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.481610-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.481805-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
N5AW88W9 (coin_eur_ct_10)
+2023-02-20T12:13:14.485345-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key N5AW88W9 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.486125-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.486320-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
T77WC2VC (coin_eur_ct_10)
+2023-02-20T12:13:14.489926-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key T77WC2VC for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.490424-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.490618-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6WMHZ8F0 (coin_eur_ct_10)
+2023-02-20T12:13:14.494215-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6WMHZ8F0 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.494703-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.494897-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
GDN13SQP (coin_eur_ct_10)
+2023-02-20T12:13:14.498611-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key GDN13SQP for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.499387-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.499582-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
8KSZ012E (coin_eur_ct_10)
+2023-02-20T12:13:14.503232-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 8KSZ012E for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.503716-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.503911-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
K1J4DVPR (coin_eur_ct_10)
+2023-02-20T12:13:14.507584-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key K1J4DVPR for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.508064-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.508259-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6AXJ4NNA (coin_eur_ct_10)
+2023-02-20T12:13:14.511842-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6AXJ4NNA for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.512606-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.512808-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
WH8CYXT5 (coin_eur_ct_10)
+2023-02-20T12:13:14.516432-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key WH8CYXT5 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.516917-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.517113-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
WV34P5EM (coin_eur_ct_10)
+2023-02-20T12:13:14.520724-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key WV34P5EM for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.521206-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.521401-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
JCPVQMZ7 (coin_eur_ct_10)
+2023-02-20T12:13:14.524973-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key JCPVQMZ7 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.525446-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.525641-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ESS4M3C9 (coin_eur_ct_10)
+2023-02-20T12:13:14.529315-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ESS4M3C9 for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.530076-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.530271-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
2B468NCN (coin_eur_ct_10)
+2023-02-20T12:13:14.533879-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 2B468NCN for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.534349-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.534544-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
98Y7BV9G (coin_eur_ct_10)
+2023-02-20T12:13:14.538119-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 98Y7BV9G for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.538586-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 167
+2023-02-20T12:13:14.538781-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
JFBC60FX (coin_eur_ct_10)
+2023-02-20T12:13:14.542367-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key JFBC60FX for denomination type coin_eur_ct_10 with validity 7 days
+2023-02-20T12:13:14.543118-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.543313-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
P4JAYQ28 (coin_eur_1)
+2023-02-20T12:13:14.546962-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key P4JAYQ28 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.547438-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.547632-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
SJJ50R2X (coin_eur_1)
+2023-02-20T12:13:14.551273-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key SJJ50R2X for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.551910-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.552106-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
94CJQP7T (coin_eur_1)
+2023-02-20T12:13:14.555834-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 94CJQP7T for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.556319-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.556513-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
4F2DH4G5 (coin_eur_1)
+2023-02-20T12:13:14.560118-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 4F2DH4G5 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.560876-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.561073-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
KAFT0J59 (coin_eur_1)
+2023-02-20T12:13:14.564701-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key KAFT0J59 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.565166-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.565360-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ST24V7W9 (coin_eur_1)
+2023-02-20T12:13:14.568938-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ST24V7W9 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.569391-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.569584-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
Z7ZRATSG (coin_eur_1)
+2023-02-20T12:13:14.573176-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key Z7ZRATSG for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.573912-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.574108-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
7SAECQRC (coin_eur_1)
+2023-02-20T12:13:14.577769-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 7SAECQRC for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.578283-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.578478-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
K9RQ5K5P (coin_eur_1)
+2023-02-20T12:13:14.582157-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key K9RQ5K5P for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.582614-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.582808-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
891291QA (coin_eur_1)
+2023-02-20T12:13:14.586378-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 891291QA for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.587113-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.587308-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
FK1NXT7G (coin_eur_1)
+2023-02-20T12:13:14.590907-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key FK1NXT7G for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.591350-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.591543-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
1FKD64YY (coin_eur_1)
+2023-02-20T12:13:14.595164-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 1FKD64YY for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.595604-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.595798-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
83NKZQ1K (coin_eur_1)
+2023-02-20T12:13:14.599443-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 83NKZQ1K for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.599884-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.600077-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
H3T838QD (coin_eur_1)
+2023-02-20T12:13:14.603627-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key H3T838QD for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.604348-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.604543-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
YXXKPS80 (coin_eur_1)
+2023-02-20T12:13:14.608094-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key YXXKPS80 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.608529-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.608722-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
MNDDK5R1 (coin_eur_1)
+2023-02-20T12:13:14.612307-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key MNDDK5R1 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.612740-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.612944-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
AVXQWRE7 (coin_eur_1)
+2023-02-20T12:13:14.616583-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key AVXQWRE7 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.617312-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.617508-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
4YWJKR95 (coin_eur_1)
+2023-02-20T12:13:14.621133-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 4YWJKR95 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.621563-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.621756-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ZQQP5796 (coin_eur_1)
+2023-02-20T12:13:14.625389-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ZQQP5796 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.625818-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.626012-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
EC835AW5 (coin_eur_1)
+2023-02-20T12:13:14.629635-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key EC835AW5 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.630062-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.630256-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
DD2VMX6J (coin_eur_1)
+2023-02-20T12:13:14.633847-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key DD2VMX6J for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.634556-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.634750-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
R9G5VSEZ (coin_eur_1)
+2023-02-20T12:13:14.638339-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key R9G5VSEZ for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.638763-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.638958-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
25G0F5KD (coin_eur_1)
+2023-02-20T12:13:14.642543-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 25G0F5KD for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.642964-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.643158-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ZQTAG30D (coin_eur_1)
+2023-02-20T12:13:14.646773-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ZQTAG30D for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.647490-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.647685-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
MDMNDHS6 (coin_eur_1)
+2023-02-20T12:13:14.651280-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key MDMNDHS6 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.651699-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.651892-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
22JMT3BQ (coin_eur_1)
+2023-02-20T12:13:14.655502-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 22JMT3BQ for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.655928-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.656122-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
C23FR09P (coin_eur_1)
+2023-02-20T12:13:14.659670-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key C23FR09P for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.660366-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.660560-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QEX06NVS (coin_eur_1)
+2023-02-20T12:13:14.664190-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QEX06NVS for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.664603-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.664803-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
NXNYQKAQ (coin_eur_1)
+2023-02-20T12:13:14.668375-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key NXNYQKAQ for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.668784-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.668987-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
T6XCN05P (coin_eur_1)
+2023-02-20T12:13:14.672586-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key T6XCN05P for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.673002-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.673197-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
SKZ04GZV (coin_eur_1)
+2023-02-20T12:13:14.676809-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key SKZ04GZV for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.677500-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.677718-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QZX8W10Y (coin_eur_1)
+2023-02-20T12:13:14.681340-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QZX8W10Y for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.681778-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.681972-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
H9EHNAM5 (coin_eur_1)
+2023-02-20T12:13:14.685595-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key H9EHNAM5 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.686013-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.686207-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
8FDG0NWX (coin_eur_1)
+2023-02-20T12:13:14.689839-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 8FDG0NWX for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.690524-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.690719-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
ES56PW6T (coin_eur_1)
+2023-02-20T12:13:14.694303-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key ES56PW6T for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.694704-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.694905-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
HXXAPD00 (coin_eur_1)
+2023-02-20T12:13:14.698604-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key HXXAPD00 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.699011-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.699205-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
BKGPS6D4 (coin_eur_1)
+2023-02-20T12:13:14.702809-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key BKGPS6D4 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.703204-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.703398-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
JSKC0R41 (coin_eur_1)
+2023-02-20T12:13:14.707056-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key JSKC0R41 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.707744-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.707938-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
567Y3VYF (coin_eur_1)
+2023-02-20T12:13:14.711536-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 567Y3VYF for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.711934-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.712128-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
SDR7CSF8 (coin_eur_1)
+2023-02-20T12:13:14.715689-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key SDR7CSF8 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.716080-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.716280-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
9EYGPK1E (coin_eur_1)
+2023-02-20T12:13:14.719889-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 9EYGPK1E for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.720563-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.720757-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
4BZMQ9BH (coin_eur_1)
+2023-02-20T12:13:14.724360-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 4BZMQ9BH for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.724752-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.724954-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
HZ734SYP (coin_eur_1)
+2023-02-20T12:13:14.728610-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key HZ734SYP for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.729257-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.729457-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
TSHSRX35 (coin_eur_1)
+2023-02-20T12:13:14.733074-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key TSHSRX35 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.733458-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.733660-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
BQ4C9GMT (coin_eur_1)
+2023-02-20T12:13:14.737231-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key BQ4C9GMT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.737909-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.738104-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
T3MPV2KW (coin_eur_1)
+2023-02-20T12:13:14.741689-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key T3MPV2KW for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.742075-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.742268-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
2ZTVE2MT (coin_eur_1)
+2023-02-20T12:13:14.745908-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 2ZTVE2MT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.746302-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.746506-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
T26G5A0C (coin_eur_1)
+2023-02-20T12:13:14.750169-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key T26G5A0C for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.750835-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.751030-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0A03DMFT (coin_eur_1)
+2023-02-20T12:13:14.754655-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0A03DMFT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.755033-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.755227-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
SZDKF869 (coin_eur_1)
+2023-02-20T12:13:14.758819-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key SZDKF869 for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.759192-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.759386-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
A7AETFXH (coin_eur_1)
+2023-02-20T12:13:14.763000-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key A7AETFXH for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.763659-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.763854-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
H4DXVBWT (coin_eur_1)
+2023-02-20T12:13:14.767481-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key H4DXVBWT for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.767855-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.768049-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
E7XV72YC (coin_eur_1)
+2023-02-20T12:13:14.771650-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key E7XV72YC for denomination type coin_eur_1 with validity 7 days
+2023-02-20T12:13:14.772018-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.772212-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
J7XGY3JB (coin_eur_5)
+2023-02-20T12:13:14.775780-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key J7XGY3JB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.776150-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.776344-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
GEERKG2F (coin_eur_5)
+2023-02-20T12:13:14.780072-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key GEERKG2F for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.780755-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.780972-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
K31Z9EHZ (coin_eur_5)
+2023-02-20T12:13:14.784610-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key K31Z9EHZ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.785047-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.785246-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
RJR3RN6V (coin_eur_5)
+2023-02-20T12:13:14.788850-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key RJR3RN6V for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.789234-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.789427-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
JEM5B57M (coin_eur_5)
+2023-02-20T12:13:14.793043-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key JEM5B57M for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.793846-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.794044-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
9E5Y12XK (coin_eur_5)
+2023-02-20T12:13:14.797850-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 9E5Y12XK for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.798348-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.798548-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6N2P456C (coin_eur_5)
+==150119== Memcheck, a memory error detector
+==150119== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150119== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150119== Command: /usr/bin/wget -q -t 1 -T 1 http://localhost:8081/seed -o 
/dev/null -O /dev/null
+==150119== 
+2023-02-20T12:13:14.802347-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6N2P456C for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.802803-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.802999-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
BQH4V4FJ (coin_eur_5)
+2023-02-20T12:13:14.806636-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key BQH4V4FJ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.806995-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.807189-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
4CGGRE8B (coin_eur_5)
+2023-02-20T12:13:14.810766-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 4CGGRE8B for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.811423-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.811617-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
TPEA99F5 (coin_eur_5)
+2023-02-20T12:13:14.815223-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key TPEA99F5 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.815571-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.815764-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
3G8YKGDZ (coin_eur_5)
+2023-02-20T12:13:14.819393-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 3G8YKGDZ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.819744-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.819939-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
PQK9DW0J (coin_eur_5)
+2023-02-20T12:13:14.823540-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key PQK9DW0J for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.824172-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.824372-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
SKCHYFB8 (coin_eur_5)
+2023-02-20T12:13:14.828084-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key SKCHYFB8 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.828434-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.828628-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
5FTMD5S9 (coin_eur_5)
+2023-02-20T12:13:14.832230-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 5FTMD5S9 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.832580-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.832773-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
2Z5WBE1Y (coin_eur_5)
+2023-02-20T12:13:14.836373-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 2Z5WBE1Y for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.837078-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.837279-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
42278A6A (coin_eur_5)
+2023-02-20T12:13:14.841002-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 42278A6A for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.841455-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.841651-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
F6ZNCY50 (coin_eur_5)
+2023-02-20T12:13:14.845242-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key F6ZNCY50 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.845586-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.845780-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0TNFW880 (coin_eur_5)
+2023-02-20T12:13:14.849512-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0TNFW880 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.849873-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.850079-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
VDHB19ZQ (coin_eur_5)
+2023-02-20T12:13:14.853640-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key VDHB19ZQ for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.854276-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.854471-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
NABR9NEM (coin_eur_5)
+2023-02-20T12:13:14.858022-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key NABR9NEM for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.858363-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.858556-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
KAHY3QBE (coin_eur_5)
+2023-02-20T12:13:14.862153-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key KAHY3QBE for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.862489-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.862682-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
G9CYRY0G (coin_eur_5)
+2023-02-20T12:13:14.866270-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key G9CYRY0G for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.866883-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.867078-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6CXV715K (coin_eur_5)
+2023-02-20T12:13:14.870667-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6CXV715K for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.871030-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.871224-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
C01QDVM8 (coin_eur_5)
+2023-02-20T12:13:14.874922-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key C01QDVM8 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.875299-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.875494-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
HV7NE0CE (coin_eur_5)
+2023-02-20T12:13:14.879180-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key HV7NE0CE for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.879533-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.879727-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
MFYBSS0B (coin_eur_5)
+2023-02-20T12:13:14.883355-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key MFYBSS0B for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.884005-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.884199-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
X2H5VR7R (coin_eur_5)
+2023-02-20T12:13:14.887802-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key X2H5VR7R for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.888132-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.888338-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
7TA14R36 (coin_eur_5)
+2023-02-20T12:13:14.891905-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 7TA14R36 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.892223-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.892417-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
BMMSQP4W (coin_eur_5)
+2023-02-20T12:13:14.896018-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key BMMSQP4W for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.896663-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.896865-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
GF8NWX2R (coin_eur_5)
+2023-02-20T12:13:14.900447-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key GF8NWX2R for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.900825-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.901022-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
RX3HGJPP (coin_eur_5)
+2023-02-20T12:13:14.904636-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key RX3HGJPP for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.904954-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.905149-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
W8REVV63 (coin_eur_5)
+2023-02-20T12:13:14.908731-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key W8REVV63 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.909346-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.909540-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
3XT18ZQM (coin_eur_5)
+2023-02-20T12:13:14.913217-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 3XT18ZQM for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.913640-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.913836-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
6V7X34X1 (coin_eur_5)
+2023-02-20T12:13:14.917476-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 6V7X34X1 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.917784-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.917977-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0873V44G (coin_eur_5)
+2023-02-20T12:13:14.921584-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0873V44G for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.921901-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.922094-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
QXBKNKCW (coin_eur_5)
+2023-02-20T12:13:14.925734-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key QXBKNKCW for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.926341-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.926536-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
99MVDFSB (coin_eur_5)
+2023-02-20T12:13:14.930255-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 99MVDFSB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.930568-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.930767-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
7VDVMFPK (coin_eur_5)
+2023-02-20T12:13:14.934335-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 7VDVMFPK for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.934642-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.934836-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0C90WJFB (coin_eur_5)
+2023-02-20T12:13:14.938454-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0C90WJFB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.939043-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.939237-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
1HEBMHQB (coin_eur_5)
+2023-02-20T12:13:14.942820-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 1HEBMHQB for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.943125-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.943320-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
0QAXT1R4 (coin_eur_5)
+2023-02-20T12:13:14.947032-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 0QAXT1R4 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.947337-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.947531-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
8QFSDJD5 (coin_eur_5)
+2023-02-20T12:13:14.951179-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 8QFSDJD5 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.951487-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.951681-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
77X4WJTF (coin_eur_5)
+2023-02-20T12:13:14.955277-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 77X4WJTF for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.955865-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.956059-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
Y9C2ENMN (coin_eur_5)
+2023-02-20T12:13:14.959635-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key Y9C2ENMN for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.959923-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.960116-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
7NEATPW9 (coin_eur_5)
+2023-02-20T12:13:14.963727-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 7NEATPW9 for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.964018-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.964211-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
PQM7A33J (coin_eur_5)
+2023-02-20T12:13:14.967821-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key PQM7A33J for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.968405-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.968599-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
WMY0J01S (coin_eur_5)
+2023-02-20T12:13:14.972224-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key WMY0J01S for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.972538-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.972732-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
67RBHN8A (coin_eur_5)
+2023-02-20T12:13:14.976330-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 67RBHN8A for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.976615-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.976815-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
VHRZ65AV (coin_eur_5)
+2023-02-20T12:13:14.980482-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key VHRZ65AV for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.981111-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.981307-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
56CANKFY (coin_eur_5)
+2023-02-20T12:13:14.984920-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 56CANKFY for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.985197-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.985390-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
1FQ1YVGH (coin_eur_5)
+2023-02-20T12:13:14.988967-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 1FQ1YVGH for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.989248-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.989442-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
G7599G2T (coin_eur_5)
+2023-02-20T12:13:14.993038-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key G7599G2T for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.993316-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 2 and length 163
+2023-02-20T12:13:14.993509-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received CS key 
8FRYPMHH (coin_eur_5)
+2023-02-20T12:13:14.997276-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO CS helper 
announces key 8FRYPMHH for denomination type coin_eur_5 with validity 7 days
+2023-02-20T12:13:14.998297-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Received message 
of type 15 and length 4
+2023-02-20T12:13:14.998867-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Now synchronized 
with CS helper
+2023-02-20T12:13:15.096024-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 12 and length 152
+2023-02-20T12:13:15.100019-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 152
+2023-02-20T12:13:15.104767-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 12 and length 152
+2023-02-20T12:13:15.104987-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 152
+2023-02-20T12:13:15.107791-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 12 and length 152
+2023-02-20T12:13:15.107953-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 152
+2023-02-20T12:13:15.108793-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO EdDSA helper 
announces signing key QWGWQ6KZ with validity 84 days
+2023-02-20T12:13:15.110762-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 12 and length 152
+2023-02-20T12:13:15.110910-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 152
+2023-02-20T12:13:15.113717-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 12 and length 152
+2023-02-20T12:13:15.113868-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 152
+2023-02-20T12:13:15.115499-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO EdDSA helper 
announces signing key V8WJ1DRV with validity 84 days
+2023-02-20T12:13:15.115775-0500 taler-exchange-secmod-eddsa-150077 INFO Client 
0x55042f0 synced
+2023-02-20T12:13:15.116100-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 19 and length 4
+2023-02-20T12:13:15.116248-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 4
+2023-02-20T12:13:15.119308-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO EdDSA helper 
announces signing key PR5B12SS with validity 84 days
+2023-02-20T12:13:15.122909-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO EdDSA helper 
announces signing key W2NXYFYP with validity 84 days
+2023-02-20T12:13:15.126697-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO EdDSA helper 
announces signing key 3CRV6Q4J with validity 84 days
+2023-02-20T12:13:15.127290-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Now synchronized 
with EdDSA helper
+2023-02-20T12:13:15.152182-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Loading global 
fees from DB: 0
+2023-02-20T12:13:15.209113-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) WARNING No denomination 
keys available. Refusing to generate /keys response.
+2023-02-20T12:13:15.212585-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Suspending /keys 
request until key material changes
+2023-02-20T12:13:15.982336-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:15.983506-0500 
taler-exchange-httpd-150080(S2H8R24PRVKJQASX5XREPCY84G) INFO Handling request 
(GET) for URL '/seed'
+2023-02-20T12:13:16.025917-0500 
taler-exchange-httpd-150080(S2H8R24PRVKJQASX5XREPCY84G) INFO Request for 
`/seed' completed (0)
+==150119== 
+==150119== HEAP SUMMARY:
+==150119==     in use at exit: 1,864 bytes in 29 blocks
+==150119==   total heap usage: 1,552 allocs, 1,523 frees, 177,064 bytes 
allocated
+==150119== 
+==150119== LEAK SUMMARY:
+==150119==    definitely lost: 0 bytes in 0 blocks
+==150119==    indirectly lost: 0 bytes in 0 blocks
+==150119==      possibly lost: 0 bytes in 0 blocks
+==150119==    still reachable: 1,864 bytes in 29 blocks
+==150119==         suppressed: 0 bytes in 0 blocks
+==150119== Reachable blocks (those to which a pointer was found) are not shown.
+==150119== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150119== 
+==150119== For lists of detected and suppressed errors, rerun with: -s
+==150119== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==150118== 
+==150118== HEAP SUMMARY:
+==150118==     in use at exit: 1,738 bytes in 50 blocks
+==150118==   total heap usage: 54 allocs, 4 frees, 2,914 bytes allocated
+==150118== 
+==150118== LEAK SUMMARY:
+==150118==    definitely lost: 0 bytes in 0 blocks
+==150118==    indirectly lost: 0 bytes in 0 blocks
+==150118==      possibly lost: 0 bytes in 0 blocks
+==150118==    still reachable: 1,738 bytes in 50 blocks
+==150118==         suppressed: 0 bytes in 0 blocks
+==150118== Reachable blocks (those to which a pointer was found) are not shown.
+==150118== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150118== 
+==150118== For lists of detected and suppressed errors, rerun with: -s
+==150118== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T12:13:16.374026-0500 .libs/test_merchant_api_cs-149896 INFO 
Starting main test loop
+2023-02-20T12:13:16.543095-0500 .libs/test_merchant_api_cs-149896 INFO 
Starting Fakebank on port 8082 (http://localhost:8082/2/)
+Warning: "1", specified for thread pool size, is ignored. Thread pool is not 
used.
+2023-02-20T12:13:16.675963-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `add-auditor-OK'
+2023-02-20T12:13:17.274742-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:17.278305-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO Handling request 
(POST) for URL '/management/auditors'
+2023-02-20T12:13:17.282732-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO Handling request 
(POST) for URL '/management/auditors'
+2023-02-20T12:13:17.285667-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO Handling request 
(POST) for URL '/management/auditors'
+2023-02-20T12:13:17.368185-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO Starting 
transaction `add auditor'
+2023-02-20T12:13:17.381114-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO Executing command 
`NOTIFY XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60, '''
+2023-02-20T12:13:17.382083-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO PG poll job active
+2023-02-20T12:13:17.382339-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:17.411083-0500 
taler-exchange-httpd-150080(T4H0KF5VK5HVM18Q8GZ41PYTDR) INFO Request for 
`/management/auditors' completed (0)
+2023-02-20T12:13:17.414338-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:17.415972-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Loading global 
fees from DB: 0
+2023-02-20T12:13:17.480617-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `add-wire-account'
+2023-02-20T12:13:17.557509-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) WARNING No denomination 
keys available. Refusing to generate /keys response.
+2023-02-20T12:13:17.560943-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Suspending /keys 
request until key material changes
+2023-02-20T12:13:17.562248-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:17.563162-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:17.564538-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Suspending /keys 
request until key material changes
+2023-02-20T12:13:17.565156-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:17.566074-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Handling request 
(POST) for URL '/management/wire'
+2023-02-20T12:13:17.566249-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Handling request 
(POST) for URL '/management/wire'
+2023-02-20T12:13:17.566401-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Handling request 
(POST) for URL '/management/wire'
+2023-02-20T12:13:17.581514-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Starting 
transaction `add wire'
+2023-02-20T12:13:17.599458-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Executing command 
`NOTIFY XAA6QKJBC4S2DFWADVSRJBSD0683ZVFMHRRXZEXRP9773Q0X17750, '''
+2023-02-20T12:13:17.600122-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO PG poll job active
+2023-02-20T12:13:17.603475-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Received 
notification xre2709k6tydbvard9y5sczy7vhe4d5dkf0r8dhq4x5t13e8x2x60 with extra 
data `'
+2023-02-20T12:13:17.605692-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Received /wire 
update event
+2023-02-20T12:13:17.606924-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Received /keys 
update event
+2023-02-20T12:13:17.608352-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:17.609079-0500 
taler-exchange-httpd-150080(KSD1B5S8AKG0XK19HMF8EQE0R4) INFO Request for 
`/management/wire' completed (0)
+2023-02-20T12:13:17.609568-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:17.610418-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Loading global 
fees from DB: 0
+2023-02-20T12:13:17.611299-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `offline-sign-future-keys'
+==150135== Memcheck, a memory error detector
+==150135== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150135== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150135== Command: /home/priscilla//bin/taler-exchange-offline -c 
test_merchant_api-cs.conf -L INFO download sign upload
+==150135== 
+2023-02-20T12:13:17.661890-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) WARNING No denomination 
keys available. Refusing to generate /keys response.
+2023-02-20T12:13:17.662796-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Suspending /keys 
request until key material changes
+2023-02-20T12:13:17.662992-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:17.663644-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Suspending /keys 
request until key material changes
+2023-02-20T12:13:19.337538-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:19.338551-0500 
taler-exchange-httpd-150080(QS829D1H0TW28N26AG1DYFM97C) INFO Handling request 
(GET) for URL '/management/keys'
+2023-02-20T12:13:19.480009-0500 
taler-exchange-httpd-150080(QS829D1H0TW28N26AG1DYFM97C) INFO Returning GET 
/management/keys response:
+2023-02-20T12:13:19.626826-0500 
taler-exchange-httpd-150080(QS829D1H0TW28N26AG1DYFM97C) INFO Request for 
`/management/keys' completed (0)
+2023-02-20T12:13:21.184124-0500 taler-exchange-offline-150135 INFO Using 
master public key HGYF3P1M
+2023-02-20T12:13:22.889803-0500 .libs/test_merchant_api_cs-149896 INFO 
Received keys from URL `http://localhost:8081/keys' with status 0 and 
expiration Wed Dec 31 19:00:00 1969.
+2023-02-20T12:13:22.893281-0500 .libs/test_merchant_api_cs-149896 WARNING 
Exchange failed to give expiration time, assuming in 1 h
+2023-02-20T12:13:22.895532-0500 .libs/test_merchant_api_cs-149896 WARNING 
Failed to receive /keys response from exchange http://localhost:8081/
+2023-02-20T12:13:22.907739-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:22.908746-0500 
taler-exchange-httpd-150080(5E9QCY1Y8367EYY8169SANRW6C) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:22.909364-0500 
taler-exchange-httpd-150080(5E9QCY1Y8367EYY8169SANRW6C) INFO Suspending /keys 
request until key material changes
+2023-02-20T12:13:22.963609-0500 taler-exchange-offline-150135 INFO Uploading 
212 denomination and 5 signing key signatures
+2023-02-20T12:13:23.132255-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:23.133624-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T12:13:23.133815-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T12:13:23.136422-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T12:13:23.137427-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Handling request 
(POST) for URL '/management/keys'
+2023-02-20T12:13:23.204077-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Received 
/management/keys
+2023-02-20T12:13:23.214930-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Received 212 
denomination and 5 signing key signatures
+2023-02-20T12:13:23.215423-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Starting 
transaction `add keys'
+2023-02-20T12:13:23.234241-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `026B92PV'
+2023-02-20T12:13:23.240106-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `1BJ4CBH5'
+2023-02-20T12:13:23.245278-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `1ETATBA2'
+2023-02-20T12:13:23.250343-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `3TT3RH2Y'
+2023-02-20T12:13:23.255513-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4DTBVMHD'
+2023-02-20T12:13:23.260488-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4K829CTS'
+2023-02-20T12:13:23.264849-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `6BJ2PV81'
+2023-02-20T12:13:23.269513-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `6QMEPPJK'
+2023-02-20T12:13:23.274365-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7TWFDPAB'
+2023-02-20T12:13:23.278970-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `8ET1NSMN'
+2023-02-20T12:13:23.283477-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `90E5BD8W'
+2023-02-20T12:13:23.288063-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `93R83JDB'
+2023-02-20T12:13:23.292640-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `APP39Z1E'
+2023-02-20T12:13:23.297207-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `AWY8F3T9'
+2023-02-20T12:13:23.301736-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `B1T3E6BR'
+2023-02-20T12:13:23.306483-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `BM62SG9M'
+2023-02-20T12:13:23.311185-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `CPECSN4B'
+2023-02-20T12:13:23.315738-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `ENT3PXCE'
+2023-02-20T12:13:23.320295-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `F1C9TVNE'
+2023-02-20T12:13:23.325090-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `GX4CA402'
+2023-02-20T12:13:23.329740-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `H3RDX61N'
+2023-02-20T12:13:23.334334-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `H0T7W7KQ'
+2023-02-20T12:13:23.338891-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HB646EGW'
+2023-02-20T12:13:23.343489-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HDECQYS1'
+2023-02-20T12:13:23.348218-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `J4R43592'
+2023-02-20T12:13:23.352688-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `KAW2GRC5'
+2023-02-20T12:13:23.357324-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `M0Y5KEGN'
+2023-02-20T12:13:23.362023-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `P3P03102'
+2023-02-20T12:13:23.366645-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `PPGEWRET'
+2023-02-20T12:13:23.371204-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `PR82HC84'
+2023-02-20T12:13:23.375880-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `QT06T04Q'
+2023-02-20T12:13:23.380437-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `SDG9S3VK'
+2023-02-20T12:13:23.385024-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `SNACB3EX'
+2023-02-20T12:13:23.389706-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `TKP0PCVP'
+2023-02-20T12:13:23.394337-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `TM03GR1P'
+2023-02-20T12:13:23.398986-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `W5WCNHA4'
+2023-02-20T12:13:23.403592-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `WK47ZE9P'
+2023-02-20T12:13:23.408320-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `WYR5NBVB'
+2023-02-20T12:13:23.412859-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `X3C84RQ6'
+2023-02-20T12:13:23.417497-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `X2JEWB54'
+2023-02-20T12:13:23.422125-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `X7A8QJWZ'
+2023-02-20T12:13:23.426783-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `XPEC563R'
+2023-02-20T12:13:23.431444-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `YR6EQST3'
+2023-02-20T12:13:23.436123-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `YTRB55TD'
+2023-02-20T12:13:23.440743-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `ZFTCZBKZ'
+2023-02-20T12:13:23.445547-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `0FYH4FT4'
+2023-02-20T12:13:23.450088-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `0TRT786E'
+2023-02-20T12:13:23.454611-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `12PNXAGA'
+2023-02-20T12:13:23.459174-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `1YYK5MCR'
+2023-02-20T12:13:23.463745-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `2EEM9BQB'
+2023-02-20T12:13:23.468284-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `2PRX4REG'
+2023-02-20T12:13:23.472824-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4MJQQZ67'
+2023-02-20T12:13:23.477469-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `5WJXAD49'
+2023-02-20T12:13:23.482052-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `63TNHG0E'
+2023-02-20T12:13:23.486590-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7B0S19JW'
+2023-02-20T12:13:23.491137-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7WAPT39G'
+2023-02-20T12:13:23.495697-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `88WPRM1Z'
+2023-02-20T12:13:23.500224-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `8HMVB6B7'
+2023-02-20T12:13:23.504766-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `A86HZT2M'
+2023-02-20T12:13:23.509229-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `A8RQZBYE'
+2023-02-20T12:13:23.513845-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `AMAY71YW'
+2023-02-20T12:13:23.518403-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `BR2VMAT9'
+2023-02-20T12:13:23.522883-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `DXYZQ51H'
+2023-02-20T12:13:23.527650-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `E5APY8KR'
+2023-02-20T12:13:23.532270-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `F54GD3DS'
+2023-02-20T12:13:23.536939-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `H6TQJ0DC'
+2023-02-20T12:13:23.541590-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HBES0SWA'
+2023-02-20T12:13:23.546244-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HDJJMP7T'
+2023-02-20T12:13:23.550807-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HSYKBRQJ'
+2023-02-20T12:13:23.555378-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `K86J12XC'
+2023-02-20T12:13:23.559947-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `KW4TC0EJ'
+2023-02-20T12:13:23.564501-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `MHAKYM6T'
+2023-02-20T12:13:23.569118-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `NWPW4F3V'
+2023-02-20T12:13:23.573759-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `NZPJ1P5G'
+2023-02-20T12:13:23.578407-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `PFPMC86R'
+2023-02-20T12:13:23.583027-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `PTMSPTWP'
+2023-02-20T12:13:23.587692-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `QA8ZYTB4'
+2023-02-20T12:13:23.592323-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `RR4T104V'
+2023-02-20T12:13:23.596911-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `RSJHBBX2'
+2023-02-20T12:13:23.601459-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `RZ2RP3WS'
+2023-02-20T12:13:23.606108-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `TTJMTTCS'
+2023-02-20T12:13:23.610674-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `TY0SH6EB'
+2023-02-20T12:13:23.615126-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `VBPX34C6'
+2023-02-20T12:13:23.619777-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `W92KHPX5'
+2023-02-20T12:13:23.624476-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `WRYQCQ5X'
+2023-02-20T12:13:23.629181-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `XECR9799'
+2023-02-20T12:13:23.633832-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `XEPN2E8X'
+2023-02-20T12:13:23.638484-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `YP6VAGCV'
+2023-02-20T12:13:23.642986-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `YZAGCB82'
+2023-02-20T12:13:23.647538-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `Z7MH9J3T'
+2023-02-20T12:13:23.652259-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `007BNCAM'
+2023-02-20T12:13:23.656974-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `0GBFKW13'
+2023-02-20T12:13:23.661529-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `0XVDKAWB'
+2023-02-20T12:13:23.666071-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `1AQA6DC8'
+2023-02-20T12:13:23.670664-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `1RN5E3QN'
+2023-02-20T12:13:23.675339-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `28K59QGK'
+2023-02-20T12:13:23.679938-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `2BH54XA1'
+2023-02-20T12:13:23.684569-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `2H7BB7FK'
+2023-02-20T12:13:23.689197-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `3539JAW4'
+2023-02-20T12:13:23.693877-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `3KN5D78W'
+2023-02-20T12:13:23.698489-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `3X14C86W'
+2023-02-20T12:13:23.703068-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4PXBJQY8'
+2023-02-20T12:13:23.707805-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4XN9PNKR'
+2023-02-20T12:13:23.712449-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4ZZ7G9N6'
+2023-02-20T12:13:23.717122-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `53QA373X'
+2023-02-20T12:13:23.721739-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `5V37TDTB'
+2023-02-20T12:13:23.726368-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `5VKB7EFK'
+2023-02-20T12:13:23.730903-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `6859740J'
+2023-02-20T12:13:23.735565-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `76BBEAAG'
+2023-02-20T12:13:23.740190-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7WS9DSAH'
+2023-02-20T12:13:23.744762-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `8AQ52C84'
+2023-02-20T12:13:23.752900-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `94BDKMD5'
+2023-02-20T12:13:23.757587-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `A59AW3GR'
+2023-02-20T12:13:23.762124-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `AAF80G7X'
+2023-02-20T12:13:23.766670-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `B17D6ZWG'
+2023-02-20T12:13:23.771179-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `BN37MHK9'
+2023-02-20T12:13:23.775889-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `BPQBGH4B'
+2023-02-20T12:13:23.780444-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `C7Z3314D'
+2023-02-20T12:13:23.784936-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `CGN5SNNT'
+2023-02-20T12:13:23.789592-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `CH9BBSA7'
+2023-02-20T12:13:23.794294-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `CNVAHVQ8'
+2023-02-20T12:13:23.798859-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `CR9F8A5Y'
+2023-02-20T12:13:23.803443-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `D9S761XQ'
+2023-02-20T12:13:23.808234-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `DTH0FWXW'
+2023-02-20T12:13:23.812801-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `EHQ6EZ7W'
+2023-02-20T12:13:23.817389-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `ENK1KPFR'
+2023-02-20T12:13:23.821972-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `FFNE46TY'
+2023-02-20T12:13:23.826668-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `FXKDA2HN'
+2023-02-20T12:13:23.831236-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `GWH5FXY8'
+2023-02-20T12:13:23.835698-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `GZ7DHG00'
+2023-02-20T12:13:23.840369-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `H1VD95KD'
+2023-02-20T12:13:23.844937-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HMF3WZQH'
+2023-02-20T12:13:23.849542-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HWB4TQKH'
+2023-02-20T12:13:23.854130-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `K1VDMPFY'
+2023-02-20T12:13:23.858746-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `K4SCN7D1'
+2023-02-20T12:13:23.863293-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `KJ9BJF1T'
+2023-02-20T12:13:23.867798-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `N2XBHN5T'
+2023-02-20T12:13:23.872385-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `PGS5MG86'
+2023-02-20T12:13:23.877205-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `QRV8QY8E'
+2023-02-20T12:13:23.881797-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `R975QW94'
+2023-02-20T12:13:23.886450-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `S55ERBNB'
+2023-02-20T12:13:23.891067-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `SZ136PTK'
+2023-02-20T12:13:23.895659-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `T7V2KXRG'
+2023-02-20T12:13:23.900331-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `TC314QM7'
+2023-02-20T12:13:23.905017-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `TMQ7MM1H'
+2023-02-20T12:13:23.909678-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `V9H5F728'
+2023-02-20T12:13:23.914318-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `VFX1TMN2'
+2023-02-20T12:13:23.918922-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `WFX9H9HT'
+2023-02-20T12:13:23.923650-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `WF92WMTW'
+2023-02-20T12:13:23.928207-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `WR5FQ0QY'
+2023-02-20T12:13:23.932757-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `Y0HBH7H5'
+2023-02-20T12:13:23.937227-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `ZKS3GA8R'
+2023-02-20T12:13:23.941764-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `0V1J155P'
+2023-02-20T12:13:23.946354-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `1KSYB0C9'
+2023-02-20T12:13:23.951452-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `2B7WJMN4'
+2023-02-20T12:13:23.956142-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `2RHZP74E'
+2023-02-20T12:13:23.960567-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `311JT7ZE'
+2023-02-20T12:13:23.965245-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `3J1V6PFN'
+2023-02-20T12:13:23.969868-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `41NJF3W6'
+2023-02-20T12:13:23.974541-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4BXWSB5C'
+2023-02-20T12:13:23.979117-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4FFK3TXV'
+2023-02-20T12:13:23.983831-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4D3Z629Z'
+2023-02-20T12:13:23.988445-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `4MDKJ2HR'
+2023-02-20T12:13:23.993045-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `5ANNEE5T'
+2023-02-20T12:13:23.997554-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `697YM7P3'
+2023-02-20T12:13:24.002099-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `6HBN8H0G'
+2023-02-20T12:13:24.006879-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `737M4S0T'
+2023-02-20T12:13:24.011473-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7B5PV9PR'
+2023-02-20T12:13:24.016166-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7A5JT5H1'
+2023-02-20T12:13:24.020695-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7GFWDH97'
+2023-02-20T12:13:24.025339-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7VZNQ980'
+2023-02-20T12:13:24.029974-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7Z9GZJHG'
+2023-02-20T12:13:24.034605-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `7ZBXCXAV'
+2023-02-20T12:13:24.039288-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `8PSX5S6K'
+2023-02-20T12:13:24.043847-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `97VHP8KB'
+2023-02-20T12:13:24.048360-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `9J5WBVZB'
+2023-02-20T12:13:24.052874-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `9TZS7556'
+2023-02-20T12:13:24.057599-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `9R5M73D9'
+2023-02-20T12:13:24.062203-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `B77HHFW1'
+2023-02-20T12:13:24.066756-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `C0HTW476'
+2023-02-20T12:13:24.071366-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `CA1NNPR5'
+2023-02-20T12:13:24.076026-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `C9NP51QX'
+2023-02-20T12:13:24.080641-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `CH1Y7NW6'
+2023-02-20T12:13:24.085211-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `DAFMDF9C'
+2023-02-20T12:13:24.089847-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `E8ZXY9Q9'
+2023-02-20T12:13:24.094481-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `EDHTN1NH'
+2023-02-20T12:13:24.099088-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `FDBQRXQD'
+2023-02-20T12:13:24.103652-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `FQBX2DCV'
+2023-02-20T12:13:24.108369-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `FWSVTHZ4'
+2023-02-20T12:13:24.113179-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `FZ5KF8NN'
+2023-02-20T12:13:24.117754-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `GP1MHMVS'
+2023-02-20T12:13:24.122371-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `GP9KCRWB'
+2023-02-20T12:13:24.127117-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `GZ1VPSYP'
+2023-02-20T12:13:24.131785-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `GYBNYWFB'
+2023-02-20T12:13:24.136401-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `HSVN3F5C'
+2023-02-20T12:13:24.140947-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `JANG83D7'
+2023-02-20T12:13:24.145529-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `JNXY0FM2'
+2023-02-20T12:13:24.150071-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `N2NH55PR'
+2023-02-20T12:13:24.154683-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `NJQTSXN1'
+2023-02-20T12:13:24.159394-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `NGBS6GSE'
+2023-02-20T12:13:24.164039-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `NP3QNAD4'
+2023-02-20T12:13:24.168601-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `PGSH1QXY'
+2023-02-20T12:13:24.173140-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `PTSYQFTK'
+2023-02-20T12:13:24.177834-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `Q1XSG2YJ'
+2023-02-20T12:13:24.182431-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `RZKPJBWE'
+2023-02-20T12:13:24.186985-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `SE1HK52M'
+2023-02-20T12:13:24.191553-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `T3QZ9QD1'
+2023-02-20T12:13:24.196187-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `T25JMQVF'
+2023-02-20T12:13:24.200706-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `VFQTPR80'
+2023-02-20T12:13:24.205335-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `VZBYY7WX'
+2023-02-20T12:13:24.209955-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `WPVQS3YD'
+2023-02-20T12:13:24.214510-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for denomination `ZMHRYQX8'
+2023-02-20T12:13:24.225232-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for signing key `W2NXYFYP'
+2023-02-20T12:13:24.230529-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for signing key `3CRV6Q4J'
+2023-02-20T12:13:24.235224-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for signing key `PR5B12SS'
+2023-02-20T12:13:24.240001-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for signing key `V8WJ1DRV'
+2023-02-20T12:13:24.244827-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Added offline 
signature for signing key `QWGWQ6KZ'
+2023-02-20T12:13:24.277755-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Executing command 
`NOTIFY XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60, '''
+2023-02-20T12:13:24.278347-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO PG poll job active
+2023-02-20T12:13:24.278620-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Received 
notification xre2709k6tydbvard9y5sczy7vhe4d5dkf0r8dhq4x5t13e8x2x60 with extra 
data `'
+2023-02-20T12:13:24.278825-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Received /wire 
update event
+2023-02-20T12:13:24.279014-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Received /keys 
update event
+2023-02-20T12:13:24.279174-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:24.282027-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Request for 
`/management/keys' completed (0)
+2023-02-20T12:13:24.282884-0500 
taler-exchange-httpd-150080(VRFFT1S7Z34J0YAR2ZVG5RBTBM) INFO Request for 
`/management/keys' took 1149 ms
+2023-02-20T12:13:24.283225-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:24.284085-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Loading global 
fees from DB: 0
+==150135== 
+==150135== HEAP SUMMARY:
+==150135==     in use at exit: 1,600 bytes in 18 blocks
+==150135==   total heap usage: 25,324 allocs, 25,306 frees, 3,968,959 bytes 
allocated
+==150135== 
+==150135== LEAK SUMMARY:
+==150135==    definitely lost: 0 bytes in 0 blocks
+==150135==    indirectly lost: 0 bytes in 0 blocks
+==150135==      possibly lost: 0 bytes in 0 blocks
+==150135==    still reachable: 1,600 bytes in 18 blocks
+==150135==         suppressed: 0 bytes in 0 blocks
+==150135== Reachable blocks (those to which a pointer was found) are not shown.
+==150135== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150135== 
+==150135== For lists of detected and suppressed errors, rerun with: -s
+==150135== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T12:13:24.400176-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `offline-sign-fees'
+==150138== Memcheck, a memory error detector
+==150138== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150138== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150138== Command: /home/priscilla//bin/taler-exchange-offline -c 
test_merchant_api-cs.conf -L INFO wire-fee now x-taler-bank EUR:0.01 EUR:0.01 
upload
+==150138== 
+2023-02-20T12:13:24.474846-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Feb 14 00:03:37 2024
+2023-02-20T12:13:24.485364-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.485577-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.491160-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.491310-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.566270-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.570236-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.573991-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Feb 07 00:08:37 2024
+2023-02-20T12:13:24.577167-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.577360-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.580637-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.580782-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.588164-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.591243-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.593670-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jan 31 00:13:37 2024
+2023-02-20T12:13:24.596797-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.597037-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.600323-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.600470-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.609909-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.613556-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.615953-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jan 24 00:18:37 2024
+2023-02-20T12:13:24.619136-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.619321-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.622687-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.622836-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.634188-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.638611-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.641502-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jan 17 00:23:37 2024
+2023-02-20T12:13:24.644648-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.644855-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.648153-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.648304-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.665454-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.670508-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.673063-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jan 10 00:28:37 2024
+2023-02-20T12:13:24.676225-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.676422-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.679705-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.679853-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.695539-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.701052-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.703500-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jan 03 00:33:37 2024
+2023-02-20T12:13:24.706660-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.706819-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.710112-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.710260-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.727719-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.733915-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.736481-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Dec 27 00:38:37 2023
+2023-02-20T12:13:24.739631-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.739805-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.743141-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.743290-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.763012-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.769894-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.772425-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Dec 20 00:43:37 2023
+2023-02-20T12:13:24.775568-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.775757-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.779180-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.779331-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.803155-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.810671-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.813129-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Dec 13 00:48:37 2023
+2023-02-20T12:13:24.816260-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.816448-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.819717-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.819864-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.843643-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.851760-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.854349-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Dec 06 00:53:37 2023
+2023-02-20T12:13:24.857539-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.857741-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.861023-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.861169-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.886957-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.895684-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.898121-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Nov 29 00:58:37 2023
+2023-02-20T12:13:24.901292-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.901491-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.904842-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.904995-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.932816-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.942302-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.944812-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Nov 22 01:03:37 2023
+2023-02-20T12:13:24.947972-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.948202-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.951576-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.951722-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:24.981800-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.992034-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:24 GMT'
+2023-02-20T12:13:24.994526-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Nov 15 01:08:37 2023
+2023-02-20T12:13:24.997686-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:24.997871-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.001182-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.001333-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.033513-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.044443-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.046993-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Nov 08 01:13:37 2023
+2023-02-20T12:13:25.050226-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.050418-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.053734-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.053884-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.091445-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.102981-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.105562-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Nov 01 02:18:37 2023
+2023-02-20T12:13:25.108682-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.108940-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.112232-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.112380-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.148853-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.160924-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.163359-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Oct 25 02:23:37 2023
+2023-02-20T12:13:25.166586-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.166778-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.170081-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.170229-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.208303-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.220999-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.223433-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Oct 18 02:28:37 2023
+2023-02-20T12:13:25.226600-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.226789-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.230144-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.230293-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.270383-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.283661-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.286212-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Oct 11 02:33:37 2023
+2023-02-20T12:13:25.289425-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.289613-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.292923-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.293072-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.335251-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.349346-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.351837-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Oct 04 02:38:37 2023
+2023-02-20T12:13:25.354988-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.355176-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.358540-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.358689-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.403261-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.418040-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.420526-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Sep 27 02:43:37 2023
+2023-02-20T12:13:25.423662-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.423847-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.427122-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.427268-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.477906-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.493367-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.495856-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Sep 20 02:48:37 2023
+2023-02-20T12:13:25.499034-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.499236-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.502596-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.502745-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.551512-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.568941-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.571352-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Sep 13 02:53:37 2023
+2023-02-20T12:13:25.574544-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.574733-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.578030-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.578179-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.628612-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.646344-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.648731-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Sep 06 02:58:37 2023
+2023-02-20T12:13:25.651857-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.652037-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.655367-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.655517-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.707819-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.726235-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.728698-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Aug 30 03:03:37 2023
+2023-02-20T12:13:25.731782-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.731968-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.735287-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.735434-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.790339-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.813101-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.816767-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Aug 23 03:08:37 2023
+2023-02-20T12:13:25.819915-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.820102-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.823374-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.823521-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.880492-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.900742-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.903090-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Aug 16 03:13:37 2023
+2023-02-20T12:13:25.906324-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.906509-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.909824-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.909973-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.969197-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.989645-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:25 GMT'
+2023-02-20T12:13:25.992056-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Aug 09 03:18:37 2023
+2023-02-20T12:13:25.995257-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.995447-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:25.998811-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:25.998960-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.059661-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.080621-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.083037-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Aug 02 03:23:37 2023
+2023-02-20T12:13:26.086217-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.086402-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.034538-0500 taler-exchange-offline-150138 INFO Using 
master public key HGYF3P1M
+2023-02-20T12:13:26.089765-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.089915-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.152284-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.177432-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.179880-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jul 26 03:28:37 2023
+2023-02-20T12:13:26.183089-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.183278-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.186619-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.186776-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.251242-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.273608-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.276080-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jul 19 03:33:37 2023
+2023-02-20T12:13:26.279286-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.279489-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.282807-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.282956-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.349738-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.372662-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.375050-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jul 12 03:38:37 2023
+2023-02-20T12:13:26.378248-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.378435-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.381864-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.382013-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.450628-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.474484-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.476915-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jul 05 03:43:37 2023
+2023-02-20T12:13:26.480972-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.481188-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.485086-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.485266-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.559468-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.583707-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.586188-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jun 28 03:48:37 2023
+2023-02-20T12:13:26.591451-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.591743-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.597307-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.597539-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.668768-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.694177-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.696442-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jun 21 03:53:37 2023
+2023-02-20T12:13:26.701660-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.701946-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.707485-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.707744-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.780091-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.805671-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.807910-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jun 14 03:58:37 2023
+2023-02-20T12:13:26.813103-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.813384-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.819038-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.819288-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.892859-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.922539-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:26 GMT'
+2023-02-20T12:13:26.924899-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Jun 07 04:03:37 2023
+2023-02-20T12:13:26.930149-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.930439-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:26.936089-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:26.936338-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.013116-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.040232-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.042515-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed May 31 04:08:37 2023
+2023-02-20T12:13:27.047764-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.048052-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.053549-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.053795-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.131697-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.159063-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.161299-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed May 24 04:13:37 2023
+2023-02-20T12:13:27.166661-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.166937-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.172550-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.172860-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.252179-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.283631-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.286120-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed May 17 04:18:37 2023
+2023-02-20T12:13:27.291421-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.291728-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.297400-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.297659-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.379146-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.407697-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.409952-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed May 10 04:23:37 2023
+2023-02-20T12:13:27.415190-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.415495-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.421182-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.421431-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.505229-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.534871-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.537269-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed May 03 04:28:37 2023
+2023-02-20T12:13:27.542475-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.542763-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.548311-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.548561-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.633856-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.667066-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.669827-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Apr 26 04:33:37 2023
+2023-02-20T12:13:27.675021-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.675312-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.680871-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.681121-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.768281-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.798639-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.800885-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Apr 19 04:38:37 2023
+2023-02-20T12:13:27.806098-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.806376-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.811906-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.812156-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.901083-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.932167-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:27 GMT'
+2023-02-20T12:13:27.934637-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Apr 12 04:43:37 2023
+2023-02-20T12:13:27.939872-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.940152-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:27.945677-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:27.945920-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.037789-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.072652-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.075046-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Apr 05 04:48:37 2023
+2023-02-20T12:13:28.080306-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.080600-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.086289-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.086541-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.179914-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.213272-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.215669-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Mar 29 04:53:37 2023
+2023-02-20T12:13:28.220967-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.221245-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.226925-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.227176-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.322655-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.356423-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.358698-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Mar 22 04:58:37 2023
+2023-02-20T12:13:28.363952-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.364274-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.369818-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.370068-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.471346-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.506193-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.508490-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Mar 15 05:03:37 2023
+2023-02-20T12:13:28.513799-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.514091-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.519785-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.520035-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.620118-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.655232-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.657492-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Mar 08 04:08:37 2023
+2023-02-20T12:13:28.662681-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.662963-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.668638-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.668969-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.770118-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.805700-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.807930-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Mar 01 04:13:37 2023
+2023-02-20T12:13:28.813211-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.813488-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.819053-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.819304-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.925823-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.961962-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:28 GMT'
+2023-02-20T12:13:28.964419-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Feb 22 04:18:37 2023
+2023-02-20T12:13:28.969783-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.970076-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:28.975651-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:28.975901-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:29.081434-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:29 GMT'
+2023-02-20T12:13:29.118553-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:29 GMT'
+2023-02-20T12:13:29.123987-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Creating /keys at 
cherry pick date Wed Feb 15 04:23:37 2023
+2023-02-20T12:13:29.129268-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:29.129552-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:29.135180-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:29.135430-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:29.321743-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:29 GMT'
+2023-02-20T12:13:29.394894-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Setting /keys 
'Expires' header to 'Mon, 27 Feb 2023 17:13:29 GMT'
+2023-02-20T12:13:29.423734-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T12:13:29.424971-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:29.425648-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T12:13:29.425930-0500 
taler-exchange-httpd-150080(5E9QCY1Y8367EYY8169SANRW6C) INFO Handling request 
(GET) for URL '/keys'
+2023-02-20T12:13:29.426550-0500 
taler-exchange-httpd-150080(5E9QCY1Y8367EYY8169SANRW6C) INFO Filtering /keys by 
cherry pick date Wed Dec 31 19:00:00 1969 found entry 4292031271/53
+2023-02-20T12:13:29.429462-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Request for 
`/keys' completed (0)
+2023-02-20T12:13:29.429892-0500 
taler-exchange-httpd-150080(TV3M8KE0NR4NK227VKMRABBK8W) INFO Request for 
`/keys' took 15 s
+2023-02-20T12:13:29.430082-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Request for 
`/keys' completed (0)
+2023-02-20T12:13:29.430279-0500 
taler-exchange-httpd-150080(RDDVCWCS2V3KAJR5T9X73FC1B4) INFO Request for 
`/keys' took 11 s
+2023-02-20T12:13:29.430649-0500 
taler-exchange-httpd-150080(5E9QCY1Y8367EYY8169SANRW6C) INFO Request for 
`/keys' completed (0)
+2023-02-20T12:13:29.430853-0500 
taler-exchange-httpd-150080(5E9QCY1Y8367EYY8169SANRW6C) INFO Request for 
`/keys' took 6 s
+2023-02-20T12:13:29.431106-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:29.432088-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO Handling request 
(POST) for URL '/management/wire-fee'
+2023-02-20T12:13:29.432270-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO Handling request 
(POST) for URL '/management/wire-fee'
+2023-02-20T12:13:29.432427-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO Handling request 
(POST) for URL '/management/wire-fee'
+2023-02-20T12:13:29.442212-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO Starting 
transaction `add wire fee'
+2023-02-20T12:13:29.467246-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO Executing command 
`NOTIFY XAA6QKJBC4S2DFWADVSRJBSD0683ZVFMHRRXZEXRP9773Q0X17750, '''
+2023-02-20T12:13:29.467826-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO PG poll job active
+2023-02-20T12:13:29.468015-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:29.468647-0500 
taler-exchange-httpd-150080(RK7PB00WA53JX8Y1GE003WDD28) INFO Request for 
`/management/wire-fee' completed (0)
+==150138== 
+==150138== HEAP SUMMARY:
+==150138==     in use at exit: 1,600 bytes in 18 blocks
+==150138==   total heap usage: 3,505 allocs, 3,487 frees, 618,836 bytes 
allocated
+==150138== 
+==150138== LEAK SUMMARY:
+==150138==    definitely lost: 0 bytes in 0 blocks
+==150138==    indirectly lost: 0 bytes in 0 blocks
+==150138==      possibly lost: 0 bytes in 0 blocks
+==150138==    still reachable: 1,600 bytes in 18 blocks
+==150138==         suppressed: 0 bytes in 0 blocks
+==150138== Reachable blocks (those to which a pointer was found) are not shown.
+==150138== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150138== 
+==150138== For lists of detected and suppressed errors, rerun with: -s
+==150138== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T12:13:29.880507-0500 .libs/test_merchant_api_cs-149896 INFO 
Received keys from URL `http://localhost:8081/keys' with status 200 and 
expiration Mon Feb 27 17:13:29 2023.
+2023-02-20T12:13:29.883311-0500 taler-merchant-httpd-150070 INFO Received keys 
from URL `http://localhost:8081/keys' with status 200 and expiration Mon Feb 27 
17:13:29 2023.
+2023-02-20T12:13:30.992554-0500 .libs/test_merchant_api_cs-149896 INFO 
Successfully downloaded exchange's keys
+2023-02-20T12:13:30.996131-0500 .libs/test_merchant_api_cs-149896 INFO 
Connecting to auditor at URL `http://the.auditor/'.
+2023-02-20T12:13:31.017009-0500 .libs/test_merchant_api_cs-149896 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:31.022493-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `refetch /keys'
+2023-02-20T12:13:31.023121-0500 .libs/test_merchant_api_cs-149896 INFO cmd 
`refetch /keys' (ip: 4), key generation: 1
+2023-02-20T12:13:31.024582-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `orders-id'
+2023-02-20T12:13:31.025383-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: instance-create-default
+2023-02-20T12:13:31.112681-0500 .libs/test_merchant_api_cs-149896 INFO 
Received version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:31.127333-0500 taler-merchant-httpd-150070 INFO Successfully 
downloaded exchange's keys
+2023-02-20T12:13:31.130074-0500 taler-merchant-httpd-150070 INFO Connecting to 
auditor at URL `http://the.auditor/'.
+2023-02-20T12:13:31.234917-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:31.450824-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T12:13:31.471082-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Committing 
merchant DB transaction post /instances
+2023-02-20T12:13:31.481916-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Generating 
instance settings notification: reload `default'
+2023-02-20T12:13:31.483491-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T12:13:31.485998-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO PG poll job active
+2023-02-20T12:13:31.488323-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T12:13:31.489890-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Received instance 
settings notification: reload `default'
+2023-02-20T12:13:31.523779-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:31.527822-0500 
taler-merchant-httpd-150070(STTTFZTGHY8M1Q4C3GX41160QG) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:31.527903-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 204
+2023-02-20T12:13:31.529072-0500 taler-merchant-httpd-150070 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:31.530292-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `orders-id'
+2023-02-20T12:13:31.530480-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: instance-create-kyc-0
+2023-02-20T12:13:31.582587-0500 
taler-merchant-httpd-150070(KG4ZNSV2N57ESQJAG4FETCH3J8) INFO Handling request 
(GET) for URL '/private/kyc'
+2023-02-20T12:13:31.619307-0500 
taler-merchant-httpd-150070(KG4ZNSV2N57ESQJAG4FETCH3J8) INFO Finished handling 
request for `/private/kyc' with MHD termination code 0
+2023-02-20T12:13:31.622267-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `orders-id'
+2023-02-20T12:13:31.622463-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: create-proposal-4
+2023-02-20T12:13:31.631610-0500 taler-merchant-httpd-150070 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:31.636142-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T12:13:31.780259-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T12:13:31.791470-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO Notifying clients 
of new order 1 at DJAKVV0D
+2023-02-20T12:13:31.791973-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO Executing command 
`NOTIFY X48S1KWG40BY4D9X596347H62NVTVC9ANDQ9ZSKBWT6BHHK2WGW1G, 
'0000000000002005YMJCGGP4R0000000''
+2023-02-20T12:13:31.792549-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO PG poll job active
+2023-02-20T12:13:31.792781-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:31.793248-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO Committing 
merchant DB transaction insert_order
+2023-02-20T12:13:31.809047-0500 
taler-merchant-httpd-150070(XK0ASXPAC4SCSB844013W45HQG) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:31.821154-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `orders-id'
+2023-02-20T12:13:31.821403-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: get-order-4
+2023-02-20T12:13:31.835895-0500 .libs/test_merchant_api_cs-149896 INFO Getting 
order status from http://localhost:8080/private/orders/4?transfer=YES
+2023-02-20T12:13:31.839405-0500 
taler-merchant-httpd-150070(K1TR1ASDBNT1QMQATMWEYFEREM) INFO Handling request 
(GET) for URL '/private/orders/4'
+2023-02-20T12:13:31.859723-0500 
taler-merchant-httpd-150070(K1TR1ASDBNT1QMQATMWEYFEREM) INFO Finished handling 
request for `/private/orders/4' with MHD termination code 0
+2023-02-20T12:13:31.868327-0500 .libs/test_merchant_api_cs-149896 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T12:13:31.882184-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `orders-id'
+2023-02-20T12:13:31.882403-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: delete-order-4
+2023-02-20T12:13:31.889284-0500 
taler-merchant-httpd-150070(PC8V4HP9BPW8HNTZ9MX2CY89E0) INFO Handling request 
(DELETE) for URL '/private/orders/4'
+2023-02-20T12:13:31.901550-0500 
taler-merchant-httpd-150070(PC8V4HP9BPW8HNTZ9MX2CY89E0) INFO Finished handling 
request for `/private/orders/4' with MHD termination code 0
+2023-02-20T12:13:31.904344-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `orders-id'
+2023-02-20T12:13:31.904584-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: purge-default
+2023-02-20T12:13:31.910477-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO Handling request 
(DELETE) for URL '/management/instances/default'
+2023-02-20T12:13:31.923292-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO Generating 
instance settings notification: reload `default'
+2023-02-20T12:13:31.923635-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T12:13:31.924271-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO PG poll job active
+2023-02-20T12:13:31.924710-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T12:13:31.925037-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO Received instance 
settings notification: reload `default'
+2023-02-20T12:13:31.926243-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:31.926965-0500 
taler-merchant-httpd-150070(QDACM7KK8C68G4MC0J6191MEDR) INFO Finished handling 
request for `/management/instances/default' with MHD termination code 0
+2023-02-20T12:13:31.929807-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `orders-id'
+2023-02-20T12:13:31.930703-0500 .libs/test_merchant_api_cs-149896 INFO Exiting 
from batch: orders-id
+2023-02-20T12:13:31.931613-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `config'
+2023-02-20T12:13:31.936211-0500 
taler-merchant-httpd-150070(DHMPY8P8WR6EPRESCHNB9QP238) INFO Handling request 
(GET) for URL '/config'
+2023-02-20T12:13:31.939841-0500 
taler-merchant-httpd-150070(DHMPY8P8WR6EPRESCHNB9QP238) INFO Finished handling 
request for `/config' with MHD termination code 0
+2023-02-20T12:13:31.944416-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instances-empty'
+2023-02-20T12:13:31.949144-0500 
taler-merchant-httpd-150070(Q8KVK3GQ1CTP54N494D8RM5894) INFO Handling request 
(GET) for URL '/management/instances'
+2023-02-20T12:13:31.954081-0500 
taler-merchant-httpd-150070(Q8KVK3GQ1CTP54N494D8RM5894) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:31.959524-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-default-setup'
+2023-02-20T12:13:31.965695-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:31.970686-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T12:13:31.973525-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Committing 
merchant DB transaction post /instances
+2023-02-20T12:13:31.978209-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Generating 
instance settings notification: reload `default'
+2023-02-20T12:13:31.978539-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T12:13:31.979161-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO PG poll job active
+2023-02-20T12:13:31.979504-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T12:13:31.979740-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Received instance 
settings notification: reload `default'
+2023-02-20T12:13:31.982616-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:31.983165-0500 
taler-merchant-httpd-150070(XCXTG63QHPCGQ1PAHYP0DCVB44) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:31.983829-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 204
+2023-02-20T12:13:31.984364-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-i1'
+2023-02-20T12:13:31.991520-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:31.997526-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T12:13:32.000288-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Committing 
merchant DB transaction post /instances
+2023-02-20T12:13:32.011845-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Generating 
instance settings notification: reload `i1'
+2023-02-20T12:13:32.012177-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T12:13:32.012753-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO PG poll job active
+2023-02-20T12:13:32.013141-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T12:13:32.013401-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T12:13:32.016192-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.016996-0500 
taler-merchant-httpd-150070(5D6A7A0XYDJDJ8MS248H9HSSY8) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.017580-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 204
+2023-02-20T12:13:32.018134-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instances-get-i1'
+2023-02-20T12:13:32.021878-0500 
taler-merchant-httpd-150070(APRRGXQKE2KK3745VJNBHY8SJW) INFO Handling request 
(GET) for URL '/management/instances'
+2023-02-20T12:13:32.030748-0500 
taler-merchant-httpd-150070(APRRGXQKE2KK3745VJNBHY8SJW) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.049383-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instances-get-i1'
+2023-02-20T12:13:32.054686-0500 
taler-merchant-httpd-150070(EAWPSH8PFPGMXRADVWPMPNCE1G) INFO Handling request 
(GET) for URL '/instances/i1/private'
+2023-02-20T12:13:32.068761-0500 
taler-merchant-httpd-150070(EAWPSH8PFPGMXRADVWPMPNCE1G) INFO Finished handling 
request for `/instances/i1/private' with MHD termination code 0
+2023-02-20T12:13:32.094385-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-patch-i1-bad-currency'
+2023-02-20T12:13:32.106946-0500 
taler-merchant-httpd-150070(HSXJXEAGHTMTF4N98N0EWRHTZR) INFO Handling request 
(PATCH) for URL '/management/instances/i1'
+2023-02-20T12:13:32.114331-0500 
taler-merchant-httpd-150070(HSXJXEAGHTMTF4N98N0EWRHTZR) WARNING External 
protocol violation detected at json_helper.c:112.
+2023-02-20T12:13:32.115742-0500 
taler-merchant-httpd-150070(HSXJXEAGHTMTF4N98N0EWRHTZR) WARNING Expected 
currency `EUR', but amount used currency `USD' in field `default_max_wire_fee'
+2023-02-20T12:13:32.121869-0500 
taler-merchant-httpd-150070(HSXJXEAGHTMTF4N98N0EWRHTZR) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T12:13:32.125895-0500 .libs/test_merchant_api_cs-149896 INFO PATCH 
/instances/$ID completed with response code 400
+2023-02-20T12:13:32.129897-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-patch-i1'
+2023-02-20T12:13:32.136297-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Handling request 
(PATCH) for URL '/management/instances/i1'
+2023-02-20T12:13:32.157827-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Starting merchant 
DB transaction `PATCH /instances'
+2023-02-20T12:13:32.166366-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Adding NEW account 
`payto://iban/CH9300762011623852957?receiver-name=Test'
+2023-02-20T12:13:32.170714-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Committing 
merchant DB transaction PATCH /instances
+2023-02-20T12:13:32.183397-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Generating 
instance settings notification: reload `i1'
+2023-02-20T12:13:32.183759-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T12:13:32.184421-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO PG poll job active
+2023-02-20T12:13:32.184821-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T12:13:32.185080-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T12:13:32.189614-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.190635-0500 
taler-merchant-httpd-150070(M42HPDS595TFT2F90G1115F1DM) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T12:13:32.191323-0500 .libs/test_merchant_api_cs-149896 INFO PATCH 
/instances/$ID completed with response code 204
+2023-02-20T12:13:32.192122-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instances-get-i1-2'
+2023-02-20T12:13:32.195647-0500 
taler-merchant-httpd-150070(4DCNDZR0A6CPMFY3FGF5A6TC0C) INFO Handling request 
(GET) for URL '/instances/i1/private'
+2023-02-20T12:13:32.201024-0500 
taler-merchant-httpd-150070(4DCNDZR0A6CPMFY3FGF5A6TC0C) INFO Finished handling 
request for `/instances/i1/private' with MHD termination code 0
+2023-02-20T12:13:32.212358-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-patch-i1-inactivate-account'
+2023-02-20T12:13:32.218724-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Handling request 
(PATCH) for URL '/management/instances/i1'
+2023-02-20T12:13:32.220724-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Starting merchant 
DB transaction `PATCH /instances'
+2023-02-20T12:13:32.229653-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Existing account 
`payto://iban/CH9300762011623852957?receiver-name=Test' not found, inactivating 
it.
+2023-02-20T12:13:32.232020-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Committing 
merchant DB transaction PATCH /instances
+2023-02-20T12:13:32.245211-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Generating 
instance settings notification: reload `i1'
+2023-02-20T12:13:32.245568-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T12:13:32.246257-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO PG poll job active
+2023-02-20T12:13:32.246632-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T12:13:32.246888-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T12:13:32.249964-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.250559-0500 
taler-merchant-httpd-150070(381AQD4HMCQGVY8A1578EXZNB4) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T12:13:32.251140-0500 .libs/test_merchant_api_cs-149896 INFO PATCH 
/instances/$ID completed with response code 204
+2023-02-20T12:13:32.251688-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instances-get-i1-3'
+2023-02-20T12:13:32.255275-0500 
taler-merchant-httpd-150070(HN5R5HYM8ZCAQ2F7SX265GAM1G) INFO Handling request 
(GET) for URL '/instances/i1/private'
+2023-02-20T12:13:32.259593-0500 
taler-merchant-httpd-150070(HN5R5HYM8ZCAQ2F7SX265GAM1G) INFO Finished handling 
request for `/instances/i1/private' with MHD termination code 0
+2023-02-20T12:13:32.265206-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instances-get-i2-nx'
+2023-02-20T12:13:32.268650-0500 
taler-merchant-httpd-150070(96CBD49QKC00C9RPYP5ETFR61M) INFO Handling request 
(GET) for URL '/instances/i2/private'
+2023-02-20T12:13:32.270072-0500 
taler-merchant-httpd-150070(96CBD49QKC00C9RPYP5ETFR61M) WARNING Instance 
`(null)' not known
+2023-02-20T12:13:32.275757-0500 
taler-merchant-httpd-150070(96CBD49QKC00C9RPYP5ETFR61M) INFO Finished handling 
request for `/instances/i2/private' with MHD termination code 0
+2023-02-20T12:13:32.278169-0500 .libs/test_merchant_api_cs-149896 WARNING 
Attempt to lookup command for empty label
+2023-02-20T12:13:32.279265-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-bad-currency'
+2023-02-20T12:13:32.286343-0500 
taler-merchant-httpd-150070(XJWW895HM30B2DM9D3YETRE5YR) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:32.288180-0500 
taler-merchant-httpd-150070(XJWW895HM30B2DM9D3YETRE5YR) WARNING External 
protocol violation detected at json_helper.c:112.
+2023-02-20T12:13:32.288553-0500 
taler-merchant-httpd-150070(XJWW895HM30B2DM9D3YETRE5YR) WARNING Expected 
currency `EUR', but amount used currency `USD' in field `default_max_wire_fee'
+2023-02-20T12:13:32.290905-0500 
taler-merchant-httpd-150070(XJWW895HM30B2DM9D3YETRE5YR) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.292215-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 400
+2023-02-20T12:13:32.293726-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-ACL'
+2023-02-20T12:13:32.300120-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:32.304676-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T12:13:32.307064-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Committing 
merchant DB transaction post /instances
+2023-02-20T12:13:32.311865-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Generating 
instance settings notification: reload `i-acl'
+2023-02-20T12:13:32.312221-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4PP2RVC00''
+2023-02-20T12:13:32.312951-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO PG poll job active
+2023-02-20T12:13:32.313335-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i-acl'
+2023-02-20T12:13:32.313591-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Received instance 
settings notification: reload `i-acl'
+2023-02-20T12:13:32.317187-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.317785-0500 
taler-merchant-httpd-150070(3QQKBWS2RBMZ9PBJZNP0AS64K8) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.318365-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 204
+2023-02-20T12:13:32.318908-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-patch-ACL'
+2023-02-20T12:13:32.324668-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Handling request 
(PATCH) for URL '/management/instances/i-acl'
+2023-02-20T12:13:32.326701-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Starting merchant 
DB transaction `PATCH /instances'
+2023-02-20T12:13:32.328521-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Adding NEW account 
`payto://x-taler-bank/localhost/3?receiver-name=3'
+2023-02-20T12:13:32.330919-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Committing 
merchant DB transaction PATCH /instances
+2023-02-20T12:13:32.334034-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Generating 
instance settings notification: reload `i-acl'
+2023-02-20T12:13:32.334396-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4PP2RVC00''
+2023-02-20T12:13:32.335044-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO PG poll job active
+2023-02-20T12:13:32.335407-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i-acl'
+2023-02-20T12:13:32.335660-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Received instance 
settings notification: reload `i-acl'
+2023-02-20T12:13:32.338369-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.338946-0500 
taler-merchant-httpd-150070(K8ZNQNZ4A5WN8W9BFFQCEKZSBC) INFO Finished handling 
request for `/management/instances/i-acl' with MHD termination code 0
+2023-02-20T12:13:32.339501-0500 .libs/test_merchant_api_cs-149896 INFO PATCH 
/instances/$ID completed with response code 204
+2023-02-20T12:13:32.340037-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-i2'
+2023-02-20T12:13:32.345959-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:32.351790-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T12:13:32.354675-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Committing 
merchant DB transaction post /instances
+2023-02-20T12:13:32.369489-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Generating 
instance settings notification: reload `i2'
+2023-02-20T12:13:32.369847-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4S00''
+2023-02-20T12:13:32.370530-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO PG poll job active
+2023-02-20T12:13:32.370904-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i2'
+2023-02-20T12:13:32.371159-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Received instance 
settings notification: reload `i2'
+2023-02-20T12:13:32.373939-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.374533-0500 
taler-merchant-httpd-150070(SVMC5GMZCC0TMRVQRXAB9F2TVM) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.375109-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 204
+2023-02-20T12:13:32.375655-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-i2-idem'
+2023-02-20T12:13:32.381410-0500 
taler-merchant-httpd-150070(Z5K6W46SK0C4TSJHRPRXS3TXVM) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:32.389356-0500 
taler-merchant-httpd-150070(Z5K6W46SK0C4TSJHRPRXS3TXVM) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.389888-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 204
+2023-02-20T12:13:32.390396-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-i2-non-idem'
+2023-02-20T12:13:32.396067-0500 
taler-merchant-httpd-150070(DRV0ZWH0X9AP7B932GKGSKZBRM) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:32.400558-0500 
taler-merchant-httpd-150070(DRV0ZWH0X9AP7B932GKGSKZBRM) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.401981-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 409
+2023-02-20T12:13:32.402533-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-delete-i2'
+2023-02-20T12:13:32.407199-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO Handling request 
(DELETE) for URL '/management/instances/i2'
+2023-02-20T12:13:32.411770-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO Generating 
instance settings notification: reload `i2'
+2023-02-20T12:13:32.412129-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4S00''
+2023-02-20T12:13:32.412804-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO PG poll job active
+2023-02-20T12:13:32.413182-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i2'
+2023-02-20T12:13:32.413436-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO Received instance 
settings notification: reload `i2'
+2023-02-20T12:13:32.416696-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.417292-0500 
taler-merchant-httpd-150070(MDX2D4BSBWTGYEDQFZYNPPGC0M) INFO Finished handling 
request for `/management/instances/i2' with MHD termination code 0
+2023-02-20T12:13:32.418098-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instances-get-i2-post-deletion'
+2023-02-20T12:13:32.421467-0500 
taler-merchant-httpd-150070(YGW6ZC1DSZ70C3TCCG699SFNT4) INFO Handling request 
(GET) for URL '/instances/i2/private'
+2023-02-20T12:13:32.422687-0500 
taler-merchant-httpd-150070(YGW6ZC1DSZ70C3TCCG699SFNT4) WARNING Instance `i2' 
was deleted
+2023-02-20T12:13:32.424880-0500 
taler-merchant-httpd-150070(YGW6ZC1DSZ70C3TCCG699SFNT4) INFO Finished handling 
request for `/instances/i2/private' with MHD termination code 0
+2023-02-20T12:13:32.426535-0500 .libs/test_merchant_api_cs-149896 WARNING 
Attempt to lookup command for empty label
+2023-02-20T12:13:32.427037-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-delete-then-purge-i2'
+2023-02-20T12:13:32.430547-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO Handling request 
(DELETE) for URL '/management/instances/i2'
+2023-02-20T12:13:32.444853-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO Generating 
instance settings notification: reload `i2'
+2023-02-20T12:13:32.445210-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4S00''
+2023-02-20T12:13:32.446183-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO PG poll job active
+2023-02-20T12:13:32.446559-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i2'
+2023-02-20T12:13:32.446813-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO Received instance 
settings notification: reload `i2'
+2023-02-20T12:13:32.447787-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.448344-0500 
taler-merchant-httpd-150070(83AN16Y1EFGBPEEJSN08VNKPWG) INFO Finished handling 
request for `/management/instances/i2' with MHD termination code 0
+2023-02-20T12:13:32.449227-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-purge-i1'
+2023-02-20T12:13:32.452724-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO Handling request 
(DELETE) for URL '/management/instances/i1'
+2023-02-20T12:13:32.467088-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO Generating 
instance settings notification: reload `i1'
+2023-02-20T12:13:32.467440-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4RG0''
+2023-02-20T12:13:32.468088-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO PG poll job active
+2023-02-20T12:13:32.468448-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i1'
+2023-02-20T12:13:32.468700-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO Received instance 
settings notification: reload `i1'
+2023-02-20T12:13:32.470257-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.470814-0500 
taler-merchant-httpd-150070(P75DZAAVEPT1KNBBBB3C62ZWP0) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T12:13:32.471600-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-purge-then-delete-i1'
+2023-02-20T12:13:32.475592-0500 
taler-merchant-httpd-150070(H8D0E0DRFZNB1410RGJG8Z48NR) INFO Handling request 
(DELETE) for URL '/management/instances/i1'
+2023-02-20T12:13:32.477791-0500 
taler-merchant-httpd-150070(H8D0E0DRFZNB1410RGJG8Z48NR) INFO Finished handling 
request for `/management/instances/i1' with MHD termination code 0
+2023-02-20T12:13:32.479288-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-purge-i-acl-middle'
+2023-02-20T12:13:32.482838-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO Handling request 
(DELETE) for URL '/management/instances/i-acl'
+2023-02-20T12:13:32.489276-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO Generating 
instance settings notification: reload `i-acl'
+2023-02-20T12:13:32.489631-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'D4PP2RVC00''
+2023-02-20T12:13:32.490346-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO PG poll job active
+2023-02-20T12:13:32.490722-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `i-acl'
+2023-02-20T12:13:32.490976-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO Received instance 
settings notification: reload `i-acl'
+2023-02-20T12:13:32.491940-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.492491-0500 
taler-merchant-httpd-150070(P3ESF01STQT1ZMA1B5EWJCZGW4) INFO Finished handling 
request for `/management/instances/i-acl' with MHD termination code 0
+2023-02-20T12:13:32.493398-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-purge-default-middle'
+2023-02-20T12:13:32.496255-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO Handling request 
(DELETE) for URL '/management/instances/default'
+2023-02-20T12:13:32.500343-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO Generating 
instance settings notification: reload `default'
+2023-02-20T12:13:32.500553-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T12:13:32.501113-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO PG poll job active
+2023-02-20T12:13:32.501490-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T12:13:32.501746-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO Received instance 
settings notification: reload `default'
+2023-02-20T12:13:32.502676-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.503226-0500 
taler-merchant-httpd-150070(17CWKK92KEQR7NCRA8WFWQ5HPW) INFO Finished handling 
request for `/management/instances/default' with MHD termination code 0
+2023-02-20T12:13:32.504008-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `instance-create-default-after-purge'
+2023-02-20T12:13:32.510399-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Handling request 
(POST) for URL '/management/instances'
+2023-02-20T12:13:32.515881-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Starting merchant 
DB transaction `post /instances'
+2023-02-20T12:13:32.518695-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Committing 
merchant DB transaction post /instances
+2023-02-20T12:13:32.522695-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Generating 
instance settings notification: reload `default'
+2023-02-20T12:13:32.523048-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Executing command 
`NOTIFY XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0, 'CHJPCRBNDHT00''
+2023-02-20T12:13:32.523703-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO PG poll job active
+2023-02-20T12:13:32.524069-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Received 
notification xn0rw6kt8y9mk75ym85sc7gta6sc5w91fxwdqp0zb42gy3e52dzh0 with extra 
data `default'
+2023-02-20T12:13:32.524323-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Received instance 
settings notification: reload `default'
+2023-02-20T12:13:32.527013-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:32.527588-0500 
taler-merchant-httpd-150070(MA3F8HNHYZ54QAKM2PTWGP6K94) INFO Finished handling 
request for `/management/instances' with MHD termination code 0
+2023-02-20T12:13:32.528159-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/management/instances completed with response code 204
+2023-02-20T12:13:32.528706-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `get-products-empty'
+2023-02-20T12:13:32.534169-0500 
taler-merchant-httpd-150070(MBVVRFN3Z5W4Z8H1EPZH55Y86M) INFO Handling request 
(GET) for URL '/private/products'
+2023-02-20T12:13:32.539323-0500 
taler-merchant-httpd-150070(MBVVRFN3Z5W4Z8H1EPZH55Y86M) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T12:13:32.544461-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `post-products-p1'
+2023-02-20T12:13:32.555220-0500 
taler-merchant-httpd-150070(597G2KJ3Y7SE07ZJ851C0MNMF8) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T12:13:32.567815-0500 
taler-merchant-httpd-150070(597G2KJ3Y7SE07ZJ851C0MNMF8) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T12:13:32.576228-0500 
taler-merchant-httpd-150070(597G2KJ3Y7SE07ZJ851C0MNMF8) INFO Committing 
merchant DB transaction /post products
+2023-02-20T12:13:32.590289-0500 
taler-merchant-httpd-150070(597G2KJ3Y7SE07ZJ851C0MNMF8) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T12:13:32.591764-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/products completed with response code 204
+2023-02-20T12:13:32.594314-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `post-products-p1-idem'
+2023-02-20T12:13:32.599694-0500 
taler-merchant-httpd-150070(T82KHM88KKQ24YPQKW655VQ2XM) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T12:13:32.601165-0500 
taler-merchant-httpd-150070(T82KHM88KKQ24YPQKW655VQ2XM) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T12:13:32.609018-0500 
taler-merchant-httpd-150070(T82KHM88KKQ24YPQKW655VQ2XM) INFO Rolling back 
merchant DB transaction `/post products'
+2023-02-20T12:13:32.610516-0500 
taler-merchant-httpd-150070(T82KHM88KKQ24YPQKW655VQ2XM) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T12:13:32.611158-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/products completed with response code 204
+2023-02-20T12:13:32.611685-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `post-products-p1-non-idem'
+2023-02-20T12:13:32.617136-0500 
taler-merchant-httpd-150070(N4NJRYGS8Y1E4ZWHPAEMB6KGRW) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T12:13:32.618569-0500 
taler-merchant-httpd-150070(N4NJRYGS8Y1E4ZWHPAEMB6KGRW) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T12:13:32.620760-0500 
taler-merchant-httpd-150070(N4NJRYGS8Y1E4ZWHPAEMB6KGRW) INFO Rolling back 
merchant DB transaction `/post products'
+2023-02-20T12:13:32.623319-0500 
taler-merchant-httpd-150070(N4NJRYGS8Y1E4ZWHPAEMB6KGRW) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T12:13:32.625258-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/products completed with response code 409
+2023-02-20T12:13:32.626609-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `get-products-p1'
+2023-02-20T12:13:32.630462-0500 
taler-merchant-httpd-150070(7GZ3VZ1BC7EGC3Z0C1506GDRSM) INFO Handling request 
(GET) for URL '/private/products'
+2023-02-20T12:13:32.634717-0500 
taler-merchant-httpd-150070(7GZ3VZ1BC7EGC3Z0C1506GDRSM) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T12:13:32.642324-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `get-product-p1'
+2023-02-20T12:13:32.647836-0500 
taler-merchant-httpd-150070(YK67KYZXZPS76B3TVJ4WEHTQ94) INFO Handling request 
(GET) for URL '/private/products/product-1'
+2023-02-20T12:13:32.656312-0500 
taler-merchant-httpd-150070(YK67KYZXZPS76B3TVJ4WEHTQ94) INFO Finished handling 
request for `/private/products/product-1' with MHD termination code 0
+2023-02-20T12:13:32.672575-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `post-products-p2'
+2023-02-20T12:13:32.677922-0500 
taler-merchant-httpd-150070(NNTQ04CX15HJYC2XJ02XTNGFBW) INFO Handling request 
(POST) for URL '/private/products'
+2023-02-20T12:13:32.679387-0500 
taler-merchant-httpd-150070(NNTQ04CX15HJYC2XJ02XTNGFBW) INFO Starting merchant 
DB transaction `/post products'
+2023-02-20T12:13:32.681865-0500 
taler-merchant-httpd-150070(NNTQ04CX15HJYC2XJ02XTNGFBW) INFO Committing 
merchant DB transaction /post products
+2023-02-20T12:13:32.689682-0500 
taler-merchant-httpd-150070(NNTQ04CX15HJYC2XJ02XTNGFBW) INFO Finished handling 
request for `/private/products' with MHD termination code 0
+2023-02-20T12:13:32.690231-0500 .libs/test_merchant_api_cs-149896 INFO POST 
/products completed with response code 204
+2023-02-20T12:13:32.690753-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `patch-products-p2'
+2023-02-20T12:13:32.702210-0500 
taler-merchant-httpd-150070(7ZQHF134WNYWGQ498C09QHVJ8M) INFO Handling request 
(PATCH) for URL '/private/products/product-2'
+2023-02-20T12:13:32.723961-0500 
taler-merchant-httpd-150070(7ZQHF134WNYWGQ498C09QHVJ8M) INFO Finished handling 
request for `/private/products/product-2' with MHD termination code 0
+2023-02-20T12:13:32.725426-0500 .libs/test_merchant_api_cs-149896 INFO PATCH 
/products/$ID completed with response code 204
+2023-02-20T12:13:32.727689-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `get-product-p2'
+2023-02-20T12:13:32.731200-0500 
taler-merchant-httpd-150070(5J8VW6J1S46QG8J6QYCWNJFP7W) INFO Handling request 
(GET) for URL '/private/products/product-2'
+2023-02-20T12:13:32.735344-0500 
taler-merchant-httpd-150070(5J8VW6J1S46QG8J6QYCWNJFP7W) INFO Finished handling 
request for `/private/products/product-2' with MHD termination code 0
+2023-02-20T12:13:32.740039-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `get-product-nx'
+2023-02-20T12:13:32.743585-0500 
taler-merchant-httpd-150070(QVZF6JW8WD5QM9JBB8SJSR30HM) INFO Handling request 
(GET) for URL '/private/products/product-nx'
+2023-02-20T12:13:32.746745-0500 
taler-merchant-httpd-150070(QVZF6JW8WD5QM9JBB8SJSR30HM) INFO Finished handling 
request for `/private/products/product-nx' with MHD termination code 0
+2023-02-20T12:13:32.749306-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `patch-products-p3-nx'
+2023-02-20T12:13:32.755276-0500 
taler-merchant-httpd-150070(W7FXAZNTHCA0JKA8AAQA4CM8JM) INFO Handling request 
(PATCH) for URL '/private/products/product-3'
+2023-02-20T12:13:32.761651-0500 
taler-merchant-httpd-150070(W7FXAZNTHCA0JKA8AAQA4CM8JM) INFO Finished handling 
request for `/private/products/product-3' with MHD termination code 0
+2023-02-20T12:13:32.763312-0500 .libs/test_merchant_api_cs-149896 INFO PATCH 
/products/$ID completed with response code 404
+2023-02-20T12:13:32.764742-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `get-products-empty'
+2023-02-20T12:13:32.770422-0500 
taler-merchant-httpd-150070(Z9DP9RQG71V60WKNR912H6C97W) INFO Handling request 
(DELETE) for URL '/private/products/p1'
+2023-02-20T12:13:32.776495-0500 
taler-merchant-httpd-150070(Z9DP9RQG71V60WKNR912H6C97W) INFO Finished handling 
request for `/private/products/p1' with MHD termination code 0
+2023-02-20T12:13:32.780606-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `get-products-empty'
+2023-02-20T12:13:32.784109-0500 
taler-merchant-httpd-150070(ZPJ8W3MWJE7B9J6VZTVTPJCXYW) INFO Handling request 
(DELETE) for URL '/private/products/product-1'
+2023-02-20T12:13:32.789935-0500 
taler-merchant-httpd-150070(ZPJ8W3MWJE7B9J6VZTVTPJCXYW) INFO Finished handling 
request for `/private/products/product-1' with MHD termination code 0
+2023-02-20T12:13:32.790840-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `lock-product-p2'
+2023-02-20T12:13:32.801534-0500 
taler-merchant-httpd-150070(PX68V6BQ96X4ZVSQBP0E6RNXP8) INFO Handling request 
(POST) for URL '/private/products/product-2/lock'
+2023-02-20T12:13:32.823776-0500 
taler-merchant-httpd-150070(PX68V6BQ96X4ZVSQBP0E6RNXP8) INFO Finished handling 
request for `/private/products/product-2/lock' with MHD termination code 0
+2023-02-20T12:13:32.825301-0500 .libs/test_merchant_api_cs-149896 INFO LOCK 
/products/$ID completed with response code 204
+2023-02-20T12:13:32.828204-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `lock-product-nx'
+2023-02-20T12:13:32.833519-0500 
taler-merchant-httpd-150070(RB3KNNVT78RP9HPDP1PXXC9750) INFO Handling request 
(POST) for URL '/private/products/product-nx/lock'
+2023-02-20T12:13:32.840226-0500 
taler-merchant-httpd-150070(RB3KNNVT78RP9HPDP1PXXC9750) INFO Finished handling 
request for `/private/products/product-nx/lock' with MHD termination code 0
+2023-02-20T12:13:32.841779-0500 .libs/test_merchant_api_cs-149896 INFO LOCK 
/products/$ID completed with response code 404
+2023-02-20T12:13:32.842917-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `lock-product-too-much'
+2023-02-20T12:13:32.847884-0500 
taler-merchant-httpd-150070(0R4BNE69RA633MTTXZ944GKJAM) INFO Handling request 
(POST) for URL '/private/products/product-2/lock'
+2023-02-20T12:13:32.853999-0500 
taler-merchant-httpd-150070(0R4BNE69RA633MTTXZ944GKJAM) INFO Finished handling 
request for `/private/products/product-2/lock' with MHD termination code 0
+2023-02-20T12:13:32.855243-0500 .libs/test_merchant_api_cs-149896 INFO LOCK 
/products/$ID completed with response code 410
+2023-02-20T12:13:32.856091-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `delete-product-locked'
+2023-02-20T12:13:32.859585-0500 
taler-merchant-httpd-150070(E4Y8E4NA7F9FM25VXXKY7BYJPR) INFO Handling request 
(DELETE) for URL '/private/products/product-2'
+2023-02-20T12:13:32.863085-0500 
taler-merchant-httpd-150070(E4Y8E4NA7F9FM25VXXKY7BYJPR) INFO Finished handling 
request for `/private/products/product-2' with MHD termination code 0
+2023-02-20T12:13:32.864595-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:32.864836-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: create-reserve-1
+2023-02-20T12:13:32.874117-0500 .libs/test_merchant_api_cs-149896 INFO 
Requesting administrative transaction at 
`http://localhost:8082/2/admin/add-incoming' for reserve RXHY1YTH
+2023-02-20T12:13:32.914859-0500 .libs/test_merchant_api_cs-149896 INFO 
Handling request for `/2/admin/add-incoming'
+2023-02-20T12:13:32.916052-0500 .libs/test_merchant_api_cs-149896 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T12:13:32.920515-0500 .libs/test_merchant_api_cs-149896 INFO 
Handling request for `/2/admin/add-incoming'
+2023-02-20T12:13:32.920701-0500 .libs/test_merchant_api_cs-149896 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T12:13:32.922339-0500 .libs/test_merchant_api_cs-149896 INFO 
Handling request for `/2/admin/add-incoming'
+2023-02-20T12:13:32.922472-0500 .libs/test_merchant_api_cs-149896 INFO 
Fakebank, serving URL `/admin/add-incoming' for account `2'
+2023-02-20T12:13:32.929605-0500 .libs/test_merchant_api_cs-149896 INFO 
Receiving incoming wire transfer: 62->2, subject: RXHY1YTH, amount: EUR:10.02
+2023-02-20T12:13:32.941522-0500 .libs/test_merchant_api_cs-149896 INFO Making 
transfer from 62 to 2 over EUR:10.02 and subject RXHY1YTH at row 1
+2023-02-20T12:13:32.981214-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:32.981446-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: wirewatch-1
+==150144== Memcheck, a memory error detector
+==150144== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
+==150144== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
+==150144== Command: /home/priscilla//bin/taler-exchange-wirewatch -c 
test_merchant_api-cs.conf -S 1 -w 0 -t -L DEBUG
+==150144== 
+2023-02-20T12:13:33.114061-0500 .libs/test_merchant_api_cs-149896 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:33.127856-0500 .libs/test_merchant_api_cs-149896 INFO 
Received version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:33.633923-0500 taler-merchant-httpd-150070 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:33.650018-0500 taler-merchant-httpd-150070 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:34.558372-0500 taler-exchange-wirewatch-150144 INFO Change in 
PQ event FD to -1
+2023-02-20T12:13:34.604699-0500 taler-exchange-wirewatch-150144 INFO New poll 
FD is -1
+2023-02-20T12:13:34.744382-0500 taler-exchange-wirewatch-150144 INFO Change in 
PQ event FD to 8
+2023-02-20T12:13:34.744631-0500 taler-exchange-wirewatch-150144 INFO New poll 
FD is 8
+2023-02-20T12:13:34.769069-0500 taler-exchange-wirewatch-150144 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T12:13:34.771849-0500 taler-exchange-wirewatch-150144 INFO Starting 
transaction `begin_shard'
+2023-02-20T12:13:34.800392-0500 taler-exchange-wirewatch-150144 INFO Trying to 
claim shard (0-1]
+2023-02-20T12:13:34.825261-0500 taler-exchange-wirewatch-150144 INFO Claimed 
new shard
+2023-02-20T12:13:34.826242-0500 taler-exchange-wirewatch-150144 INFO Starting 
with shard wirewatch-exchange-account-exchange at (0,1] locked for 0 ms
+2023-02-20T12:13:34.826857-0500 taler-exchange-wirewatch-150144 INFO Resetting 
shard start to original start point (0)
+2023-02-20T12:13:34.828221-0500 taler-exchange-wirewatch-150144 INFO 
Requesting credit history staring from 0
+2023-02-20T12:13:34.834521-0500 taler-exchange-wirewatch-150144 INFO 
Requesting credit history at `http://localhost:8082/2/history/incoming?delta=1'
+2023-02-20T12:13:35.128934-0500 .libs/test_merchant_api_cs-149896 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:35.144194-0500 .libs/test_merchant_api_cs-149896 INFO 
Received version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:35.176927-0500 .libs/test_merchant_api_cs-149896 INFO 
Handling request for `/2/history/incoming'
+2023-02-20T12:13:35.177088-0500 .libs/test_merchant_api_cs-149896 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T12:13:35.178219-0500 .libs/test_merchant_api_cs-149896 INFO 
Handling /history/incoming connection 0x905eb80 (0)
+2023-02-20T12:13:35.180229-0500 .libs/test_merchant_api_cs-149896 INFO Request 
for 1 records from 0
+2023-02-20T12:13:35.182524-0500 .libs/test_merchant_api_cs-149896 INFO 
Returning 1 credit transactions starting (inclusive) from 1
+2023-02-20T12:13:35.298408-0500 taler-exchange-wirewatch-150144 INFO History 
request returned with HTTP status 200
+2023-02-20T12:13:35.301314-0500 taler-exchange-wirewatch-150144 INFO Importing 
1 transactions
+2023-02-20T12:13:35.304354-0500 taler-exchange-wirewatch-150144 INFO Starting 
READ COMMITTED transaction `READ_COMMITED`
+2023-02-20T12:13:35.413063-0500 taler-exchange-wirewatch-150144 INFO Imported 
transaction 1.2023-02-20T12:13:35.414127-0500 taler-exchange-wirewatch-150144 
INFO Completing shard 0-1
+2023-02-20T12:13:35.424759-0500 taler-exchange-wirewatch-150144 INFO Completed 
shard wirewatch-exchange-account-exchange (0,1] after 653 ms
+2023-02-20T12:13:35.425880-0500 taler-exchange-wirewatch-150144 INFO 
Increasing batch size to 2
+2023-02-20T12:13:35.426353-0500 taler-exchange-wirewatch-150144 INFO Will try 
to lock next shard of wirewatch-exchange-account-exchange in 0 ms
+2023-02-20T12:13:35.442140-0500 taler-exchange-wirewatch-150144 INFO Starting 
transaction `begin_shard'
+2023-02-20T12:13:35.444263-0500 taler-exchange-wirewatch-150144 INFO Trying to 
claim shard (1-2]
+2023-02-20T12:13:35.456035-0500 taler-exchange-wirewatch-150144 INFO Claimed 
new shard
+2023-02-20T12:13:35.456294-0500 taler-exchange-wirewatch-150144 INFO Starting 
with shard wirewatch-exchange-account-exchange at (1,2] locked for 0 ms
+2023-02-20T12:13:35.456543-0500 taler-exchange-wirewatch-150144 INFO Resetting 
shard start to original start point (0)
+2023-02-20T12:13:35.458140-0500 taler-exchange-wirewatch-150144 INFO 
Requesting credit history staring from 1
+2023-02-20T12:13:35.458748-0500 taler-exchange-wirewatch-150144 INFO 
Requesting credit history at 
`http://localhost:8082/2/history/incoming?delta=1&start=1'
+2023-02-20T12:13:35.464285-0500 .libs/test_merchant_api_cs-149896 INFO 
Handling request for `/2/history/incoming'
+2023-02-20T12:13:35.464576-0500 .libs/test_merchant_api_cs-149896 INFO 
Fakebank, serving URL `/history/incoming' for account `2'
+2023-02-20T12:13:35.464901-0500 .libs/test_merchant_api_cs-149896 INFO 
Handling /history/incoming connection 0x90899a0 (0)
+2023-02-20T12:13:35.465700-0500 .libs/test_merchant_api_cs-149896 INFO Request 
for 1 records from 1
+2023-02-20T12:13:35.473372-0500 taler-exchange-wirewatch-150144 INFO History 
request returned with HTTP status 204
+2023-02-20T12:13:35.474267-0500 taler-exchange-wirewatch-150144 INFO 
Transaction list drained and in test mode. Exiting
+==150144== 
+==150144== HEAP SUMMARY:
+==150144==     in use at exit: 5,294 bytes in 26 blocks
+==150144==   total heap usage: 3,859 allocs, 3,833 frees, 479,378 bytes 
allocated
+==150144== 
+==150144== LEAK SUMMARY:
+==150144==    definitely lost: 0 bytes in 0 blocks
+==150144==    indirectly lost: 0 bytes in 0 blocks
+==150144==      possibly lost: 0 bytes in 0 blocks
+==150144==    still reachable: 5,294 bytes in 26 blocks
+==150144==         suppressed: 0 bytes in 0 blocks
+==150144== Reachable blocks (those to which a pointer was found) are not shown.
+==150144== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150144== 
+==150144== For lists of detected and suppressed errors, rerun with: -s
+==150144== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T12:13:35.625697-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:35.625868-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: check_bank_transfer-2
+2023-02-20T12:13:35.629847-0500 .libs/test_merchant_api_cs-149896 INFO 
converted debit_payto (payto://x-taler-bank/localhost/62?receiver-name=62) to 
debit_account (62)
+2023-02-20T12:13:35.632323-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:35.632451-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: withdraw-coin-1
+2023-02-20T12:13:35.652409-0500 taler-merchant-httpd-150070 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:35.667269-0500 taler-merchant-httpd-150070 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:35.730306-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:35.732516-0500 
taler-exchange-httpd-150080(9NJE6E1B6BGWWNVV3HG9HV347C) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T12:13:35.732830-0500 
taler-exchange-httpd-150080(9NJE6E1B6BGWWNVV3HG9HV347C) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T12:13:35.733095-0500 
taler-exchange-httpd-150080(9NJE6E1B6BGWWNVV3HG9HV347C) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T12:13:35.749119-0500 taler-exchange-secmod-cs-150079 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T12:13:35.840756-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of type 12 and length 72
+2023-02-20T12:13:35.840966-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of length 72
+2023-02-20T12:13:35.842063-0500 taler-exchange-secmod-cs-150079 INFO Sent CS 
Derived R after 95 ms
+2023-02-20T12:13:35.846141-0500 
taler-exchange-httpd-150080(9NJE6E1B6BGWWNVV3HG9HV347C) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T12:13:35.993560-0500 .libs/test_merchant_api_cs-149896 INFO 
Attempting to withdraw from reserve RXHY1YTH
+2023-02-20T12:13:35.998052-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:35.999791-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO Handling request 
(POST) for URL 
'/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw'
+2023-02-20T12:13:36.000117-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO Handling request 
(POST) for URL 
'/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw'
+2023-02-20T12:13:36.000407-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO Handling request 
(POST) for URL 
'/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw'
+2023-02-20T12:13:36.027613-0500 taler-exchange-secmod-cs-150079 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T12:13:36.061744-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of type 9 and length 44
+2023-02-20T12:13:36.061899-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of length 44
+2023-02-20T12:13:36.062559-0500 taler-exchange-secmod-cs-150079 INFO Sent CS 
signature after 36 ms
+2023-02-20T12:13:36.065247-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO Starting 
transaction `run withdraw'
+2023-02-20T12:13:36.094365-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T12:13:36.095381-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T12:13:36.096189-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T12:13:36.118757-0500 
taler-exchange-httpd-150080(6NS2QYBGPPJ8X0F0EDDNJ4W1SW) INFO Request for 
`/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw' 
completed (0)
+2023-02-20T12:13:36.162333-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.162494-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: withdraw-coin-2
+2023-02-20T12:13:36.167543-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:36.169738-0500 
taler-exchange-httpd-150080(NZZXQ7SPE3T2MTTHM394DSDQCW) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T12:13:36.170041-0500 
taler-exchange-httpd-150080(NZZXQ7SPE3T2MTTHM394DSDQCW) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T12:13:36.170303-0500 
taler-exchange-httpd-150080(NZZXQ7SPE3T2MTTHM394DSDQCW) INFO Handling request 
(POST) for URL '/csr-withdraw'
+2023-02-20T12:13:36.173350-0500 taler-exchange-secmod-cs-150079 INFO Received 
request to derive R with key J7XGY3JB
+2023-02-20T12:13:36.178147-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of type 12 and length 72
+2023-02-20T12:13:36.178316-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of length 72
+2023-02-20T12:13:36.178564-0500 taler-exchange-secmod-cs-150079 INFO Sent CS 
Derived R after 5 ms
+2023-02-20T12:13:36.180655-0500 
taler-exchange-httpd-150080(NZZXQ7SPE3T2MTTHM394DSDQCW) INFO Request for 
`/csr-withdraw' completed (0)
+2023-02-20T12:13:36.207520-0500 .libs/test_merchant_api_cs-149896 INFO 
Attempting to withdraw from reserve RXHY1YTH
+2023-02-20T12:13:36.210621-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:36.212354-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO Handling request 
(POST) for URL 
'/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw'
+2023-02-20T12:13:36.212692-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO Handling request 
(POST) for URL 
'/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw'
+2023-02-20T12:13:36.212996-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO Handling request 
(POST) for URL 
'/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw'
+2023-02-20T12:13:36.222958-0500 taler-exchange-secmod-cs-150079 INFO Received 
request to sign over bytes with key J7XGY3JB
+2023-02-20T12:13:36.225175-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of type 9 and length 44
+2023-02-20T12:13:36.225400-0500 taler-exchange-secmod-cs-150079 INFO Sending 
message of length 44
+2023-02-20T12:13:36.225890-0500 taler-exchange-secmod-cs-150079 INFO Sent CS 
signature after 2957 µs
+2023-02-20T12:13:36.226088-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO Starting 
transaction `run withdraw'
+2023-02-20T12:13:36.235567-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO Signaling amount 
EUR:5.01 for KYC check
+2023-02-20T12:13:36.235941-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO KYC check with new 
amount EUR:5.01
+2023-02-20T12:13:36.236300-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO KYC check: new 
total is EUR:5.01
+2023-02-20T12:13:36.246600-0500 
taler-exchange-httpd-150080(M368YASDQ6M475VW285QQ24G44) INFO Request for 
`/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50/withdraw' 
completed (0)
+2023-02-20T12:13:36.280265-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.280433-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: get-orders-empty
+2023-02-20T12:13:36.286933-0500 
taler-merchant-httpd-150070(ZC79KCAJQF052SV6PZ9CNH81E0) INFO Handling request 
(GET) for URL '/private/orders'
+2023-02-20T12:13:36.297688-0500 
taler-merchant-httpd-150070(ZC79KCAJQF052SV6PZ9CNH81E0) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:36.300737-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.300915-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: withdraw-status-1
+2023-02-20T12:13:36.304867-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:36.306800-0500 
taler-exchange-httpd-150080(VY5T62GWVZDK55WM2FGXD23HKG) INFO Handling request 
(GET) for URL '/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50'
+2023-02-20T12:13:36.308565-0500 
taler-exchange-httpd-150080(VY5T62GWVZDK55WM2FGXD23HKG) INFO Starting 
transaction `get reserve balance'
+2023-02-20T12:13:36.318312-0500 
taler-exchange-httpd-150080(VY5T62GWVZDK55WM2FGXD23HKG) INFO Request for 
`/reserves/SRH33PZYP6GP5744CCH3628ANYDZ75C33GJWQ5WQQ5035YJYBF50' completed (0)
+2023-02-20T12:13:36.321392-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.321553-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: delete-order-nx
+2023-02-20T12:13:36.324308-0500 
taler-merchant-httpd-150070(FZ1VG5N6D8RN69MSP1A8N9XD00) INFO Handling request 
(DELETE) for URL '/private/orders/1'
+2023-02-20T12:13:36.331687-0500 
taler-merchant-httpd-150070(FZ1VG5N6D8RN69MSP1A8N9XD00) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T12:13:36.333122-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.333287-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: poll-orders-1-start
+2023-02-20T12:13:36.336207-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.336347-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: claim-order-nx
+2023-02-20T12:13:36.337948-0500 
taler-merchant-httpd-150070(B45CPQEB4B4JH2K1QRRF53W550) INFO Handling request 
(GET) for URL '/private/orders'
+2023-02-20T12:13:36.339692-0500 .libs/test_merchant_api_cs-149896 INFO 
Claiming order at http://localhost:8080/orders/1/claim
+2023-02-20T12:13:36.342591-0500 
taler-merchant-httpd-150070(B45CPQEB4B4JH2K1QRRF53W550) INFO Executing PQ 
command `LISTEN X3M1DDAHQ5SSQ05ZRRVN2BJ4MGXYJT44YDTYP54ZJ6E2V8GP8DNB0'
+2023-02-20T12:13:36.350339-0500 
taler-merchant-httpd-150070(Q835W8QR5MWT69JHG9552BG86R) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T12:13:36.352868-0500 
taler-merchant-httpd-150070(Q835W8QR5MWT69JHG9552BG86R) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T12:13:36.356190-0500 
taler-merchant-httpd-150070(Q835W8QR5MWT69JHG9552BG86R) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T12:13:36.358898-0500 
taler-merchant-httpd-150070(Q835W8QR5MWT69JHG9552BG86R) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T12:13:36.360513-0500 .libs/test_merchant_api_cs-149896 ERROR Order 
claimed with status 404
+2023-02-20T12:13:36.361368-0500 .libs/test_merchant_api_cs-149896 WARNING 
Proposal lookup failed with HTTP status code 404/2300
+2023-02-20T12:13:36.362836-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.362977-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: create-proposal-1
+2023-02-20T12:13:36.370580-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T12:13:36.389318-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T12:13:36.393380-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO Notifying clients 
of new order 2 at CPNG7901
+2023-02-20T12:13:36.393763-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO Executing command 
`NOTIFY X3M1DDAHQ5SSQ05ZRRVN2BJ4MGXYJT44YDTYP54ZJ6E2V8GP8DNB0, 
'0000000000004005YMJCH3RG00000000''
+2023-02-20T12:13:36.394265-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO PG poll job active
+2023-02-20T12:13:36.394577-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:36.394819-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO Committing 
merchant DB transaction insert_order
+2023-02-20T12:13:36.401811-0500 
taler-merchant-httpd-150070(7CAVC13QNPP8WK600WZE4C8194) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:36.403190-0500 .libs/test_merchant_api_cs-149896 INFO 
Claiming order at http://localhost:8080/orders/1/claim
+2023-02-20T12:13:36.408441-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T12:13:36.409358-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T12:13:36.433901-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Notifying clients 
of new order 2 at CPNG7901
+2023-02-20T12:13:36.434255-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Executing command 
`NOTIFY X3M1DDAHQ5SSQ05ZRRVN2BJ4MGXYJT44YDTYP54ZJ6E2V8GP8DNB0, 
'0000000000004005YMJCH3RG00000001''
+2023-02-20T12:13:36.434733-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO PG poll job active
+2023-02-20T12:13:36.435351-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Received 
notification x3m1ddahq5ssq05zrrvn2bj4mgxyjt44ydtyp54zj6e2v8gp8dnb0 with extra 
data `'
+2023-02-20T12:13:36.437402-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Received 
notification about new order 2
+2023-02-20T12:13:36.439559-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Waking up client 
0x58f0e60!
+2023-02-20T12:13:36.440672-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Adding order 
`(null)' (2) to result set
+2023-02-20T12:13:36.459253-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Executing PQ 
command `UNLISTEN X3M1DDAHQ5SSQ05ZRRVN2BJ4MGXYJT44YDTYP54ZJ6E2V8GP8DNB0'
+2023-02-20T12:13:36.460855-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:36.461182-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Committing 
merchant DB transaction claim order
+2023-02-20T12:13:36.516185-0500 
taler-merchant-httpd-150070(8JGAKPP1P5D31JB2V345KD274C) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T12:13:36.519925-0500 .libs/test_merchant_api_cs-149896 ERROR Order 
claimed with status 200
+2023-02-20T12:13:36.521724-0500 
taler-merchant-httpd-150070(B45CPQEB4B4JH2K1QRRF53W550) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:36.629643-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.629788-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: launch-http-server-for-webhooks
+2023-02-20T12:13:36.633369-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.633506-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: create-proposal-1-idem
+2023-02-20T12:13:36.638864-0500 
taler-merchant-httpd-150070(RFT4QGH8X2GS3T6Z6T9YB6K0HC) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T12:13:36.654769-0500 
taler-merchant-httpd-150070(RFT4QGH8X2GS3T6Z6T9YB6K0HC) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:36.656185-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.656338-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: create-proposal-1x
+2023-02-20T12:13:36.661230-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T12:13:36.677470-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO Starting merchant 
DB transaction `insert_order'
+2023-02-20T12:13:36.681038-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO Notifying clients 
of new order 3 at CPNG7901
+2023-02-20T12:13:36.681401-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO Executing command 
`NOTIFY X3M1DDAHQ5SSQ05ZRRVN2BJ4MGXYJT44YDTYP54ZJ6E2V8GP8DNB0, 
'0000000000006005YMJCH3RG00000000''
+2023-02-20T12:13:36.681899-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO PG poll job active
+2023-02-20T12:13:36.682212-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:36.682455-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO Committing 
merchant DB transaction insert_order
+2023-02-20T12:13:36.690779-0500 
taler-merchant-httpd-150070(5FNP2MEQFXN2ZV4FV7QNKH1FPM) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:36.691910-0500 .libs/test_merchant_api_cs-149896 INFO 
Claiming order at http://localhost:8080/orders/1x/claim
+2023-02-20T12:13:36.697436-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO Handling request 
(POST) for URL '/orders/1x/claim'
+2023-02-20T12:13:36.698336-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T12:13:36.715790-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO Notifying clients 
of new order 3 at CPNG7901
+2023-02-20T12:13:36.716155-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO Executing command 
`NOTIFY X3M1DDAHQ5SSQ05ZRRVN2BJ4MGXYJT44YDTYP54ZJ6E2V8GP8DNB0, 
'0000000000006005YMJCH3RG00000001''
+2023-02-20T12:13:36.716641-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO PG poll job active
+2023-02-20T12:13:36.716977-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:36.717222-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO Committing 
merchant DB transaction claim order
+2023-02-20T12:13:36.742575-0500 
taler-merchant-httpd-150070(BN1453YBEEDDS38CX8YY453V78) INFO Finished handling 
request for `/orders/1x/claim' with MHD termination code 0
+2023-02-20T12:13:36.747338-0500 .libs/test_merchant_api_cs-149896 ERROR Order 
claimed with status 200
+2023-02-20T12:13:36.758231-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.758409-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: reclaim-1
+2023-02-20T12:13:36.759931-0500 .libs/test_merchant_api_cs-149896 INFO 
Claiming order at http://localhost:8080/orders/1/claim
+2023-02-20T12:13:36.765507-0500 
taler-merchant-httpd-150070(X2NE0RCG4NKR0FERDT8CG4T9PM) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T12:13:36.766382-0500 
taler-merchant-httpd-150070(X2NE0RCG4NKR0FERDT8CG4T9PM) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T12:13:36.770569-0500 
taler-merchant-httpd-150070(X2NE0RCG4NKR0FERDT8CG4T9PM) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T12:13:36.790093-0500 
taler-merchant-httpd-150070(X2NE0RCG4NKR0FERDT8CG4T9PM) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T12:13:36.794940-0500 .libs/test_merchant_api_cs-149896 ERROR Order 
claimed with status 200
+2023-02-20T12:13:36.805889-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.806082-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: reclaim-1-bad-nonce
+2023-02-20T12:13:36.807537-0500 .libs/test_merchant_api_cs-149896 INFO 
Claiming order at http://localhost:8080/orders/1/claim
+2023-02-20T12:13:36.811484-0500 
taler-merchant-httpd-150070(AQ2XQ9PDTMJSH4R50HEYW1321R) INFO Handling request 
(POST) for URL '/orders/1/claim'
+2023-02-20T12:13:36.812287-0500 
taler-merchant-httpd-150070(AQ2XQ9PDTMJSH4R50HEYW1321R) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T12:13:36.816066-0500 
taler-merchant-httpd-150070(AQ2XQ9PDTMJSH4R50HEYW1321R) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T12:13:36.819010-0500 
taler-merchant-httpd-150070(AQ2XQ9PDTMJSH4R50HEYW1321R) INFO Finished handling 
request for `/orders/1/claim' with MHD termination code 0
+2023-02-20T12:13:36.820188-0500 .libs/test_merchant_api_cs-149896 ERROR Order 
claimed with status 409
+2023-02-20T12:13:36.820494-0500 .libs/test_merchant_api_cs-149896 WARNING 
Proposal lookup failed with HTTP status code 409/2301
+2023-02-20T12:13:36.820995-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.821191-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: reclaim-1x
+2023-02-20T12:13:36.821573-0500 .libs/test_merchant_api_cs-149896 INFO 
Claiming order at http://localhost:8080/orders/1x/claim
+2023-02-20T12:13:36.826286-0500 
taler-merchant-httpd-150070(67KV2BPQXN381S0XXW88HFQZ9G) INFO Handling request 
(POST) for URL '/orders/1x/claim'
+2023-02-20T12:13:36.827121-0500 
taler-merchant-httpd-150070(67KV2BPQXN381S0XXW88HFQZ9G) INFO Starting merchant 
DB transaction `claim order'
+2023-02-20T12:13:36.830885-0500 
taler-merchant-httpd-150070(67KV2BPQXN381S0XXW88HFQZ9G) INFO Rolling back 
merchant DB transaction `claim order'
+2023-02-20T12:13:36.855010-0500 
taler-merchant-httpd-150070(67KV2BPQXN381S0XXW88HFQZ9G) INFO Finished handling 
request for `/orders/1x/claim' with MHD termination code 0
+2023-02-20T12:13:36.860002-0500 .libs/test_merchant_api_cs-149896 ERROR Order 
claimed with status 200
+2023-02-20T12:13:36.871667-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.871886-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: create-proposal-1-pre-exists
+2023-02-20T12:13:36.878946-0500 
taler-merchant-httpd-150070(05BXR7E4H4RXJZACPBKNTDPJK8) INFO Handling request 
(POST) for URL '/private/orders'
+2023-02-20T12:13:36.897714-0500 
taler-merchant-httpd-150070(05BXR7E4H4RXJZACPBKNTDPJK8) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:36.900175-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.900419-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: poll-orders-1-conclude
+2023-02-20T12:13:36.902934-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.903147-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: get-orders-1
+2023-02-20T12:13:36.906268-0500 
taler-merchant-httpd-150070(S3NSDD1EFZD0N782X2FZKYWV28) INFO Handling request 
(GET) for URL '/private/orders'
+2023-02-20T12:13:36.908606-0500 
taler-merchant-httpd-150070(S3NSDD1EFZD0N782X2FZKYWV28) INFO Adding order `1x' 
(3) to result set
+2023-02-20T12:13:36.913509-0500 
taler-merchant-httpd-150070(S3NSDD1EFZD0N782X2FZKYWV28) INFO Adding order `1' 
(2) to result set
+2023-02-20T12:13:36.919519-0500 
taler-merchant-httpd-150070(S3NSDD1EFZD0N782X2FZKYWV28) INFO Finished handling 
request for `/private/orders' with MHD termination code 0
+2023-02-20T12:13:36.925113-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.925354-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: get-order-wallet-1
+2023-02-20T12:13:36.930923-0500 .libs/test_merchant_api_cs-149896 INFO 
Checking order status at 
http://localhost:8080/orders/1?h_contract=8C01YWAZAHYGSFE3J8BPMEFCC300BBGAJ9MYT0GVG194RK0YHKXGQGR4666HA4632TCWZRFJHGGQ0E327EJ8VH2ED42CWRSDJF08PX0
+2023-02-20T12:13:36.935426-0500 
taler-merchant-httpd-150070(18X2QZ4GGFWDQN2TX4R9CXQC1C) INFO Handling request 
(GET) for URL '/orders/1'
+2023-02-20T12:13:36.977248-0500 
taler-merchant-httpd-150070(18X2QZ4GGFWDQN2TX4R9CXQC1C) INFO Order claimed but 
unpaid, sending pay request for order 1
+2023-02-20T12:13:36.978649-0500 
taler-merchant-httpd-150070(18X2QZ4GGFWDQN2TX4R9CXQC1C) INFO Sending payment 
request
+2023-02-20T12:13:36.983230-0500 
taler-merchant-httpd-150070(18X2QZ4GGFWDQN2TX4R9CXQC1C) INFO Finished handling 
request for `/orders/1' with MHD termination code 0
+2023-02-20T12:13:36.990148-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:36.990392-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: get-order-merchant-1
+2023-02-20T12:13:36.990919-0500 .libs/test_merchant_api_cs-149896 INFO Getting 
order status from http://localhost:8080/private/orders/1?transfer=YES
+2023-02-20T12:13:36.994129-0500 
taler-merchant-httpd-150070(4791MRB0M080WFRKQSN6KM8MK0) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T12:13:37.017693-0500 
taler-merchant-httpd-150070(4791MRB0M080WFRKQSN6KM8MK0) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T12:13:37.024174-0500 .libs/test_merchant_api_cs-149896 INFO GET 
/private/orders/$ID completed with status 200
+2023-02-20T12:13:37.025424-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:37.025644-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: poll-order-wallet-start-1
+2023-02-20T12:13:37.028783-0500 .libs/test_merchant_api_cs-149896 INFO 
Checking order status at 
http://localhost:8080/orders/1?h_contract=8C01YWAZAHYGSFE3J8BPMEFCC300BBGAJ9MYT0GVG194RK0YHKXGQGR4666HA4632TCWZRFJHGGQ0E327EJ8VH2ED42CWRSDJF08PX0&timeout_ms=60000
+2023-02-20T12:13:37.031553-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:37.031728-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: poll-order-wallet-start-1x
+2023-02-20T12:13:37.032549-0500 .libs/test_merchant_api_cs-149896 INFO 
Checking order status at 
http://localhost:8080/orders/1x?h_contract=BQ5TV7JSSFRCE0QVVPB7ZVHNPQPRDS75D47F1QGTME9YHCAM9RYVKXK48MPFXB589RBNX5EP1NQJXAJ36494QE9VNKVXMG5D1AAK5PR&session_id=session-0&timeout_ms=2000
+2023-02-20T12:13:37.033100-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Handling request 
(GET) for URL '/orders/1'
+2023-02-20T12:13:37.034517-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:37.034693-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: poll-order-merchant-1-start
+2023-02-20T12:13:37.035581-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Subscribing to 
payments on 1
+2023-02-20T12:13:37.035913-0500 .libs/test_merchant_api_cs-149896 INFO Getting 
order status from 
http://localhost:8080/private/orders/1?transfer=NO&timeout_ms=60000
+2023-02-20T12:13:37.036256-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Executing PQ 
command `LISTEN X99Y399W0T22Y8G3A1YSAEME67GF00KMB5E4EGRRZ58BZ7XN2BAX0'
+2023-02-20T12:13:37.038460-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:37.038642-0500 .libs/test_merchant_api_cs-149896 INFO Running 
batched command: deposit-simple
+2023-02-20T12:13:37.048970-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Order claimed but 
unpaid, sending pay request for order 1
+2023-02-20T12:13:37.049789-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Suspending GET 
/orders/1
+2023-02-20T12:13:37.053509-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Handling request 
(GET) for URL '/orders/1x'
+2023-02-20T12:13:37.054191-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Subscribing to 
payments on 1x
+2023-02-20T12:13:37.054540-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Executing PQ 
command `LISTEN X1T41A8T75VK0JCQD5M9NE53RM5XD4CBART0DFFH7AK3TQYF0MHY0'
+2023-02-20T12:13:37.068690-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Sending pay 
request for order 1x (already paid: (null))
+2023-02-20T12:13:37.069083-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Suspending GET 
/orders/1x
+2023-02-20T12:13:37.071376-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO Handling request 
(GET) for URL '/private/orders/1'
+2023-02-20T12:13:37.073673-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO Subscribing to 
payment triggers for 0x6e5b580
+2023-02-20T12:13:37.090752-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Handling request 
(POST) for URL '/orders/1/pay'
+2023-02-20T12:13:37.111894-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Handling payment 
for order `1' with contract hash `8C01YWAZ'
+2023-02-20T12:13:37.117845-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T12:13:37.122724-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Rolling back 
merchant DB transaction `run pay'
+2023-02-20T12:13:37.125672-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Do not have 
required wire data. Will re-request /wire now
+2023-02-20T12:13:37.127553-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Missing wire fees 
for exchange http://localhost:8081/ and method x-taler-bank
+2023-02-20T12:13:37.128526-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Initiating /wire 
download
+2023-02-20T12:13:37.132062-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:37.133309-0500 
taler-exchange-httpd-150080(9ABZ4VH7G4Q2DX6AY63XM2VNP4) INFO Handling request 
(GET) for URL '/wire'
+2023-02-20T12:13:37.144607-0500 .libs/test_merchant_api_cs-149896 INFO 
Requesting auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:37.159478-0500 .libs/test_merchant_api_cs-149896 INFO 
Received version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:37.212201-0500 
taler-exchange-httpd-150080(9ABZ4VH7G4Q2DX6AY63XM2VNP4) INFO Setting 'Expires' 
header for '/wire' to 'Mon, 01 Jan 2024 00:00:00 GMT'
+2023-02-20T12:13:37.215279-0500 
taler-exchange-httpd-150080(9ABZ4VH7G4Q2DX6AY63XM2VNP4) INFO Request for 
`/wire' completed (0)
+2023-02-20T12:13:37.229795-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Received /wire 
response
+2023-02-20T12:13:37.232094-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Starting merchant 
DB transaction `store wire fee'
+2023-02-20T12:13:37.235615-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Storing wire fee 
for HGYF3P1M starting at Sat Dec 31 19:00:00 2022 of EUR:0.01
+2023-02-20T12:13:37.236930-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Committing 
merchant DB transaction store wire fee
+2023-02-20T12:13:37.247234-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Processing payment 
with exchange http://localhost:8081/
+2023-02-20T12:13:37.251900-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Initiating batch 
deposit with 1 coins
+2023-02-20T12:13:37.383065-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:37.383835-0500 
taler-exchange-httpd-150080(9BS3NENWB810SCMP3YTB553EHW) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T12:13:37.384018-0500 
taler-exchange-httpd-150080(9BS3NENWB810SCMP3YTB553EHW) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T12:13:37.384181-0500 
taler-exchange-httpd-150080(9BS3NENWB810SCMP3YTB553EHW) INFO Handling request 
(POST) for URL '/batch-deposit'
+2023-02-20T12:13:37.608399-0500 
taler-exchange-httpd-150080(9BS3NENWB810SCMP3YTB553EHW) INFO Starting 
transaction `execute batch deposit'
+2023-02-20T12:13:37.644983-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of type 17 and length 104
+2023-02-20T12:13:37.645281-0500 taler-exchange-secmod-eddsa-150077 INFO 
Sending message of length 104
+2023-02-20T12:13:37.651014-0500 
taler-exchange-httpd-150080(9BS3NENWB810SCMP3YTB553EHW) INFO Request for 
`/batch-deposit' completed (0)
+2023-02-20T12:13:37.668236-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Batch deposit 
completed with status 200
+2023-02-20T12:13:37.668907-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Starting merchant 
DB transaction `batch-deposit-insert-confirmation'
+2023-02-20T12:13:37.673814-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Committing 
merchant DB transaction batch-deposit-insert-confirmation
+2023-02-20T12:13:37.682798-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO The exchange 
`http://localhost:8081/' is ready
+2023-02-20T12:13:37.684521-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Starting merchant 
DB transaction `run pay'
+2023-02-20T12:13:37.697203-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Subtracting total 
refunds from paid amount: EUR:0
+2023-02-20T12:13:37.698701-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Order `1' 
(8C01YWAZ) was fully paid
+2023-02-20T12:13:37.703759-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Notifying clients 
of new order 2 at CPNG7901
+2023-02-20T12:13:37.704125-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Executing command 
`NOTIFY X3M1DDAHQ5SSQ05ZRRVN2BJ4MGXYJT44YDTYP54ZJ6E2V8GP8DNB0, 
'0000000000004005YMJCH3RG00000003''
+2023-02-20T12:13:37.704628-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO PG poll job active
+2023-02-20T12:13:37.704969-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:37.707994-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Committing 
merchant DB transaction run pay
+2023-02-20T12:13:37.713404-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Notifying clients 
about payment of order 1
+2023-02-20T12:13:37.714292-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Executing command 
`NOTIFY X99Y399W0T22Y8G3A1YSAEME67GF00KMB5E4EGRRZ58BZ7XN2BAX0, '''
+2023-02-20T12:13:37.714851-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO PG poll job active
+2023-02-20T12:13:37.715502-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Received 
notification x99y399w0t22y8g3a1ysaeme67gf00kmb5e4egrrz58bz7xn2bax0 with extra 
data `'
+2023-02-20T12:13:37.716437-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Resuming request 
0x6e5b580 by trigger
+2023-02-20T12:13:37.753217-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Received event for 
1 with argument ``
+2023-02-20T12:13:37.754725-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Resuming (1/0) by 
event with argument ``
+2023-02-20T12:13:37.756045-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO Finished handling 
request for `/private/orders/1' with MHD termination code 0
+2023-02-20T12:13:37.762304-0500 .libs/test_merchant_api_cs-149896 INFO GET 
/private/orders/$ID finished with status 200.
+2023-02-20T12:13:37.775645-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO PG poll job 
finishes after 1 events
+2023-02-20T12:13:37.777258-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO Notifying clients 
about session change to session-0 for https://example.com
+2023-02-20T12:13:37.777835-0500 .libs/test_merchant_api_cs-149896 INFO GET 
/orders/$ID finished with status 200.
+2023-02-20T12:13:37.778218-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO Executing command 
`NOTIFY XAVSR10FT1DJ7GP9R31ZRH0YQY1VBD8E7AGQC877TJWVXV96BZ22G, '''
+2023-02-20T12:13:37.778725-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO PG poll job active
+2023-02-20T12:13:37.779003-0500 
taler-merchant-httpd-150070(4QSDSVMXXCJATNZRQMDPBNJBWW) INFO PG poll job 
finishes after 0 events
+2023-02-20T12:13:37.786017-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Finished handling 
request for `/orders/1' with MHD termination code 0
+2023-02-20T12:13:37.786576-0500 
taler-merchant-httpd-150070(3GDNA5G8CQR4ZANW0HCXHF7ZPG) INFO Executing PQ 
command `UNLISTEN X99Y399W0T22Y8G3A1YSAEME67GF00KMB5E4EGRRZ58BZ7XN2BAX0'
+2023-02-20T12:13:37.789837-0500 .libs/test_merchant_api_cs-149896 INFO /pay 
completed with response code 200
+2023-02-20T12:13:37.791905-0500 
taler-merchant-httpd-150070(5H9KN36A8ES2QTQFJPZW348WQW) INFO Finished handling 
request for `/orders/1/pay' with MHD termination code 0
+2023-02-20T12:13:37.800445-0500 .libs/test_merchant_api_cs-149896 INFO Running 
command `pay'
+2023-02-20T12:13:37.800772-0500 .libs/test_merchant_api_cs-149896 INFO Exiting 
from batch: pay
+2023-02-20T12:13:37.803305-0500 .libs/test_merchant_api_cs-149896 INFO 
Executing shutdown at `END'
+2023-02-20T12:13:37.807879-0500 taler-merchant-httpd-150070 INFO Requesting 
auditor version with URL `http://the.auditor/version'.
+2023-02-20T12:13:37.816890-0500 taler-exchange-httpd-150080 INFO Handling new 
request
+2023-02-20T12:13:37.818243-0500 
taler-exchange-httpd-150080(EP8XBNT389ZGYEHKAN9JZJQ2FM) INFO Handling request 
(GET) for URL 
'/deposits/DQC82RDSZZ4BKBZ9CNZWWEG3DNEJBGQRBC19RVH6XM9MGHJK7MMBTFA6SSMVBK7GF1NHKVRDW6N4410AAQFTV01Y9VX2ENS4XS0C6D8/KYGR5K344AASE4WT2QP9WK33KPFPBC3V94A5130KJKMDKS7ZJAF0/8C01YWAZAHYGSFE3J8BPMEFCC300BBGAJ9MYT0GVG194RK0YHKXGQGR4666HA4632TCWZRFJHGGQ0E327EJ8VH2ED42CWRSDJF08PX0/85RAQGQJGP1KN3W1TTKH0JEAAH6FKNEX1TXT90NPHGVV4J2ADJSG'
+2023-02-20T12:13:37.825288-0500 .libs/test_merchant_api_cs-149896 INFO Command 
`(null)' was not terminated
+2023-02-20T12:13:37.826126-0500 
taler-exchange-httpd-150080(EP8XBNT389ZGYEHKAN9JZJQ2FM) INFO Starting 
transaction `handle deposits GET'
+2023-02-20T12:13:37.829808-0500 .libs/test_merchant_api_cs-149896 INFO 
Disconnecting from auditor at URL `http://the.auditor/'.
+2023-02-20T12:13:37.830855-0500 taler-merchant-httpd-150070 INFO Received 
version from URL `http://the.auditor/' with status 0.
+2023-02-20T12:13:38.318368-0500 
taler-exchange-httpd-150080(EP8XBNT389ZGYEHKAN9JZJQ2FM) INFO Request for 
`/deposits/DQC82RDSZZ4BKBZ9CNZWWEG3DNEJBGQRBC19RVH6XM9MGHJK7MMBTFA6SSMVBK7GF1NHKVRDW6N4410AAQFTV01Y9VX2ENS4XS0C6D8/KYGR5K344AASE4WT2QP9WK33KPFPBC3V94A5130KJKMDKS7ZJAF0/8C01YWAZAHYGSFE3J8BPMEFCC300BBGAJ9MYT0GVG194RK0YHKXGQGR4666HA4632TCWZRFJHGGQ0E327EJ8VH2ED42CWRSDJF08PX0/85RAQGQJGP1KN3W1TTKH0JEAAH6FKNEX1TXT90NPHGVV4J2ADJSG'
 completed (0)
+2023-02-20T12:13:38.318897-0500 
taler-exchange-httpd-150080(EP8XBNT389ZGYEHKAN9JZJQ2FM) INFO Request for 
`/deposits/DQC82RDSZZ4BKBZ9CNZWWEG3DNEJBGQRBC19RVH6XM9MGHJK7MMBTFA6SSMVBK7GF1NHKVRDW6N4410AAQFTV01Y9VX2ENS4XS0C6D8/KYGR5K344AASE4WT2QP9WK33KPFPBC3V94A5130KJKMDKS7ZJAF0/8C01YWAZAHYGSFE3J8BPMEFCC300BBGAJ9MYT0GVG194RK0YHKXGQGR4666HA4632TCWZRFJHGGQ0E327EJ8VH2ED42CWRSDJF08PX0/85RAQGQJGP1KN3W1TTKH0JEAAH6FKNEX1TXT90NPHGVV4J2ADJSG'
 took 501 ms
+2023-02-20T12:13:38.397278-0500 taler-exchange-httpd-150080 INFO Executing PQ 
command `UNLISTEN X6R9RKN23RNHRPK11GT4NDJZKAK8DX1V4AWCTN6RQV5MKDT818K4G'
+2023-02-20T12:13:38.410737-0500 taler-exchange-httpd-150080 INFO Executing PQ 
command `UNLISTEN XRE2709K6TYDBVARD9Y5SCZY7VHE4D5DKF0R8DHQ4X5T13E8X2X60'
+2023-02-20T12:13:38.414283-0500 taler-exchange-httpd-150080 INFO Stopping PQ 
event scheduler job
+==150080== 
+==150080== HEAP SUMMARY:
+==150080==     in use at exit: 1,631,133 bytes in 75 blocks
+==150080==   total heap usage: 99,056 allocs, 98,981 frees, 57,576,725 bytes 
allocated
+==150080== 
+==150080== 8,352 (160 direct, 8,192 indirect) bytes in 1 blocks are definitely 
lost in loss record 24 of 28
+==150080==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==150080==    by 0x4921C6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==150080==    by 0x492C387: GNUNET_CONTAINER_multihashmap_create 
(container_multihashmap.c:185)
+==150080==    by 0x124750: finish_keys_response 
(taler-exchange-httpd_keys.c:2118)
+==150080==    by 0x125C07: build_key_state (taler-exchange-httpd_keys.c:2601)
+==150080==    by 0x1262BA: keys_get_state (taler-exchange-httpd_keys.c:2640)
+==150080==    by 0x128453: TEH_keys_get_state 
(taler-exchange-httpd_keys.c:2679)
+==150080==    by 0x128453: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3221)
+==150080==    by 0x115DD7: proceed_with_handler (taler-exchange-httpd.c:975)
+==150080==    by 0x116705: handle_mhd_request (taler-exchange-httpd.c:1736)
+==150080==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==150080==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==150080==    by 0x48E1DAD: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==150080== 
+==150080== 16,704 (320 direct, 16,384 indirect) bytes in 2 blocks are 
definitely lost in loss record 26 of 28
+==150080==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==150080==    by 0x4921C6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==150080==    by 0x492C387: GNUNET_CONTAINER_multihashmap_create 
(container_multihashmap.c:185)
+==150080==    by 0x124750: finish_keys_response 
(taler-exchange-httpd_keys.c:2118)
+==150080==    by 0x125C07: build_key_state (taler-exchange-httpd_keys.c:2601)
+==150080==    by 0x126257: keys_get_state (taler-exchange-httpd_keys.c:2654)
+==150080==    by 0x128453: TEH_keys_get_state 
(taler-exchange-httpd_keys.c:2679)
+==150080==    by 0x128453: TEH_keys_get_handler 
(taler-exchange-httpd_keys.c:3221)
+==150080==    by 0x115DD7: proceed_with_handler (taler-exchange-httpd.c:975)
+==150080==    by 0x116097: handle_mhd_request (taler-exchange-httpd.c:1671)
+==150080==    by 0x48DDFB0: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==150080==    by 0x48DF9D7: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==150080==    by 0x48E1E1A: ??? (in 
/usr/lib/x86_64-linux-gnu/libmicrohttpd.so.12.57.0)
+==150080== 
+==150080== LEAK SUMMARY:
+==150080==    definitely lost: 480 bytes in 3 blocks
+==150080==    indirectly lost: 24,576 bytes in 3 blocks
+==150080==      possibly lost: 0 bytes in 0 blocks
+==150080==    still reachable: 1,606,077 bytes in 69 blocks
+==150080==         suppressed: 0 bytes in 0 blocks
+==150080== Reachable blocks (those to which a pointer was found) are not shown.
+==150080== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150080== 
+==150080== For lists of detected and suppressed errors, rerun with: -s
+==150080== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
+==150077== 
+==150077== HEAP SUMMARY:
+==150077==     in use at exit: 2,846 bytes in 27 blocks
+==150077==   total heap usage: 3,781 allocs, 3,754 frees, 366,622 bytes 
allocated
+==150077== 
+==150077== LEAK SUMMARY:
+==150077==    definitely lost: 0 bytes in 0 blocks
+==150077==    indirectly lost: 0 bytes in 0 blocks
+==150077==      possibly lost: 0 bytes in 0 blocks
+==150077==    still reachable: 2,846 bytes in 27 blocks
+==150077==         suppressed: 0 bytes in 0 blocks
+==150077== Reachable blocks (those to which a pointer was found) are not shown.
+==150077== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150077== 
+==150077== For lists of detected and suppressed errors, rerun with: -s
+==150077== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==150078== 
+==150078== HEAP SUMMARY:
+==150078==     in use at exit: 526,133 bytes in 19 blocks
+==150078==   total heap usage: 3,331 allocs, 3,312 frees, 843,726 bytes 
allocated
+==150078== 
+==150078== LEAK SUMMARY:
+==150078==    definitely lost: 0 bytes in 0 blocks
+==150078==    indirectly lost: 0 bytes in 0 blocks
+==150078==      possibly lost: 0 bytes in 0 blocks
+==150078==    still reachable: 526,133 bytes in 19 blocks
+==150078==         suppressed: 0 bytes in 0 blocks
+==150078== Reachable blocks (those to which a pointer was found) are not shown.
+==150078== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150078== 
+==150078== For lists of detected and suppressed errors, rerun with: -s
+==150078== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==150079== 
+==150079== HEAP SUMMARY:
+==150079==     in use at exit: 634,387 bytes in 875 blocks
+==150079==   total heap usage: 5,155 allocs, 4,280 frees, 1,166,736 bytes 
allocated
+==150079== 
+==150079== LEAK SUMMARY:
+==150079==    definitely lost: 0 bytes in 0 blocks
+==150079==    indirectly lost: 0 bytes in 0 blocks
+==150079==      possibly lost: 0 bytes in 0 blocks
+==150079==    still reachable: 634,387 bytes in 875 blocks
+==150079==         suppressed: 0 bytes in 0 blocks
+==150079== Reachable blocks (those to which a pointer was found) are not shown.
+==150079== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150079== 
+==150079== For lists of detected and suppressed errors, rerun with: -s
+==150079== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+2023-02-20T12:13:38.827921-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Finished handling 
request for `/orders/1x' with MHD termination code 1
+2023-02-20T12:13:38.828404-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Executing PQ 
command `UNLISTEN X1T41A8T75VK0JCQD5M9NE53RM5XD4CBART0DFFH7AK3TQYF0MHY0'
+2023-02-20T12:13:38.837603-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Executing PQ 
command `UNLISTEN XN0RW6KT8Y9MK75YM85SC7GTA6SC5W91FXWDQP0ZB42GY3E52DZH0'
+2023-02-20T12:13:38.838827-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Stopping PQ event 
scheduler job
+2023-02-20T12:13:38.892460-0500 
taler-merchant-httpd-150070(C3T10MDRGQ1DATWTC1Y9K1BVZ0) INFO Disconnecting from 
auditor at URL `http://the.auditor/'.
+==150070== 
+==150070== HEAP SUMMARY:
+==150070==     in use at exit: 20,376 bytes in 126 blocks
+==150070==   total heap usage: 69,821 allocs, 69,695 frees, 42,345,883 bytes 
allocated
+==150070== 
+==150070== LEAK SUMMARY:
+==150070==    definitely lost: 0 bytes in 0 blocks
+==150070==    indirectly lost: 0 bytes in 0 blocks
+==150070==      possibly lost: 0 bytes in 0 blocks
+==150070==    still reachable: 20,376 bytes in 126 blocks
+==150070==         suppressed: 0 bytes in 0 blocks
+==150070== Reachable blocks (those to which a pointer was found) are not shown.
+==150070== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==150070== 
+==150070== For lists of detected and suppressed errors, rerun with: -s
+==150070== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+==149896== 
+==149896== HEAP SUMMARY:
+==149896==     in use at exit: 91,372 bytes in 1,122 blocks
+==149896==   total heap usage: 69,769 allocs, 68,647 frees, 26,062,222 bytes 
allocated
+==149896== 
+==149896== 16 bytes in 1 blocks are definitely lost in loss record 59 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486FA22: TALER_TESTING_cmd_webhook 
(testing_api_cmd_webhook.c:144)
+==149896==    by 0x10D2E0: cmd_webhook (test_merchant_api.c:174)
+==149896==    by 0x10D2E0: run (test_merchant_api.c:444)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 16 bytes in 1 blocks are definitely lost in loss record 60 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x489DEB2: TALER_TESTING_cmd_exec_transfer 
(testing_api_cmd_exec_transfer.c:146)
+==149896==    by 0x10D46C: run (test_merchant_api.c:490)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 24 bytes in 1 blocks are definitely lost in loss record 93 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x489CC92: TALER_TESTING_cmd_exec_aggregator 
(testing_api_cmd_exec_aggregator.c:152)
+==149896==    by 0x10D451: run (test_merchant_api.c:490)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 32 bytes in 1 blocks are definitely lost in loss record 140 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486170A: TALER_TESTING_cmd_poll_order_conclude 
(testing_api_cmd_merchant_get_order.c:1055)
+==149896==    by 0x10D2A3: run (test_merchant_api.c:436)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 40 bytes in 1 blocks are definitely lost in loss record 169 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485D62C: TALER_TESTING_cmd_merchant_delete_transfer 
(testing_api_cmd_delete_transfer.c:188)
+==149896==    by 0x10D57B: run (test_merchant_api.c:521)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 40 bytes in 1 blocks are definitely lost in loss record 170 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485C18C: TALER_TESTING_cmd_merchant_delete_order 
(testing_api_cmd_delete_order.c:165)
+==149896==    by 0x10DA03: run (test_merchant_api.c:683)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 40 bytes in 1 blocks are definitely lost in loss record 171 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485CBAC: TALER_TESTING_cmd_merchant_delete_webhook 
(testing_api_cmd_delete_webhook.c:163)
+==149896==    by 0x10DA54: run (test_merchant_api.c:694)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 48 bytes in 1 blocks are definitely lost in loss record 203 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4864985: TALER_TESTING_cmd_merchant_post_orders_paid 
(testing_api_cmd_post_orders_paid.c:228)
+==149896==    by 0x10D355: run (test_merchant_api.c:456)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 48 bytes in 1 blocks are definitely lost in loss record 204 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486E41D: TALER_TESTING_cmd_wallet_get_order 
(testing_api_cmd_wallet_get_order.c:302)
+==149896==    by 0x10D383: run (test_merchant_api.c:461)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 64 bytes in 1 blocks are definitely lost in loss record 314 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486E632: TALER_TESTING_cmd_wallet_poll_order_conclude 
(testing_api_cmd_wallet_get_order.c:796)
+==149896==    by 0x10D2C5: run (test_merchant_api.c:439)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 64 bytes in 1 blocks are definitely lost in loss record 315 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x48708A5: TALER_TESTING_cmd_checkserver2 
(testing_api_cmd_checkserver.c:232)
+==149896==    by 0x4870957: TALER_TESTING_cmd_checkserver 
(testing_api_cmd_checkserver.c:258)
+==149896==    by 0x10D2FD: run (test_merchant_api.c:447)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896== 
+==149896== 64 bytes in 1 blocks are definitely lost in loss record 316 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486E632: TALER_TESTING_cmd_wallet_poll_order_conclude 
(testing_api_cmd_wallet_get_order.c:796)
+==149896==    by 0x486E741: TALER_TESTING_cmd_wallet_poll_order_conclude2 
(testing_api_cmd_wallet_get_order.c:830)
+==149896==    by 0x10D326: run (test_merchant_api.c:451)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896== 
+==149896== 64 (48 direct, 16 indirect) bytes in 1 blocks are definitely lost 
in loss record 317 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4856216: TALER_TESTING_cmd_merchant_get_orders 
(testing_api_cmd_get_orders.c:250)
+==149896==    by 0x10D3E5: run (test_merchant_api.c:475)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 72 (64 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 397 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485DB96: TALER_TESTING_cmd_merchant_forget_order 
(testing_api_cmd_forget_order.c:215)
+==149896==    by 0x10D5F4: run (test_merchant_api.c:535)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 72 (64 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 398 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485DB96: TALER_TESTING_cmd_merchant_forget_order 
(testing_api_cmd_forget_order.c:215)
+==149896==    by 0x10D669: run (test_merchant_api.c:552)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 72 (64 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 399 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485DB96: TALER_TESTING_cmd_merchant_forget_order 
(testing_api_cmd_forget_order.c:215)
+==149896==    by 0x10D6A0: run (test_merchant_api.c:559)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 72 (64 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 400 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485DB96: TALER_TESTING_cmd_merchant_forget_order 
(testing_api_cmd_forget_order.c:215)
+==149896==    by 0x10D6D6: run (test_merchant_api.c:566)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 72 (64 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 401 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485DB96: TALER_TESTING_cmd_merchant_forget_order 
(testing_api_cmd_forget_order.c:215)
+==149896==    by 0x10D74B: run (test_merchant_api.c:583)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 72 (64 direct, 8 indirect) bytes in 1 blocks are definitely lost in 
loss record 402 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485DB96: TALER_TESTING_cmd_merchant_forget_order 
(testing_api_cmd_forget_order.c:215)
+==149896==    by 0x10D7C0: run (test_merchant_api.c:600)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 80 bytes in 1 blocks are definitely lost in loss record 412 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4891895: TALER_TESTING_cmd_check_bank_transfer 
(testing_api_cmd_bank_check.c:240)
+==149896==    by 0x10D49C: run (test_merchant_api.c:491)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 80 (64 direct, 16 indirect) bytes in 1 blocks are definitely lost 
in loss record 413 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4859DD7: TALER_TESTING_cmd_merchant_get_transfers 
(testing_api_cmd_get_transfers.c:324)
+==149896==    by 0x10D553: run (test_merchant_api.c:514)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 83 (56 direct, 27 indirect) bytes in 1 blocks are definitely lost 
in loss record 414 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x485EBB7: TALER_TESTING_cmd_merchant_lock_product 
(testing_api_cmd_lock_product.c:215)
+==149896==    by 0x10D8BA: run (test_merchant_api.c:628)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 96 bytes in 1 blocks are definitely lost in loss record 439 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4861167: TALER_TESTING_cmd_merchant_get_order 
(testing_api_cmd_merchant_get_order.c:642)
+==149896==    by 0x10D3B3: run (test_merchant_api.c:468)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 104 (96 direct, 8 indirect) bytes in 1 blocks are definitely lost 
in loss record 443 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4861354: TALER_TESTING_cmd_merchant_get_order2 
(testing_api_cmd_merchant_get_order.c:689)
+==149896==    by 0x10D5BD: run (test_merchant_api.c:525)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 112 (96 direct, 16 indirect) bytes in 1 blocks are definitely lost 
in loss record 444 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4861354: TALER_TESTING_cmd_merchant_get_order2 
(testing_api_cmd_merchant_get_order.c:689)
+==149896==    by 0x10D633: run (test_merchant_api.c:542)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 120 (96 direct, 24 indirect) bytes in 1 blocks are definitely lost 
in loss record 445 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4861354: TALER_TESTING_cmd_merchant_get_order2 
(testing_api_cmd_merchant_get_order.c:689)
+==149896==    by 0x10D715: run (test_merchant_api.c:573)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 128 (96 direct, 32 indirect) bytes in 1 blocks are definitely lost 
in loss record 511 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4861354: TALER_TESTING_cmd_merchant_get_order2 
(testing_api_cmd_merchant_get_order.c:689)
+==149896==    by 0x10D78A: run (test_merchant_api.c:590)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 200 bytes in 1 blocks are definitely lost in loss record 584 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4863785: TALER_TESTING_cmd_merchant_pay_order 
(testing_api_cmd_pay_order.c:499)
+==149896==    by 0x10D41E: run (test_merchant_api.c:481)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 216 (208 direct, 8 indirect) bytes in 1 blocks are definitely lost 
in loss record 608 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4867D07: TALER_TESTING_cmd_merchant_post_transfer 
(testing_api_cmd_post_transfers.c:528)
+==149896==    by 0x10D4E1: run (test_merchant_api.c:496)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 279 (208 direct, 71 indirect) bytes in 1 blocks are definitely lost 
in loss record 620 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4867F57: TALER_TESTING_cmd_merchant_post_transfer2 
(testing_api_cmd_post_transfers.c:575)
+==149896==    by 0x10D51E: run (test_merchant_api.c:504)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 671 (136 direct, 535 indirect) bytes in 1 blocks are definitely 
lost in loss record 669 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4869F2C: TALER_TESTING_cmd_merchant_patch_product 
(testing_api_cmd_patch_product.c:282)
+==149896==    by 0x10D87D: run (test_merchant_api.c:613)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 823 (128 direct, 695 indirect) bytes in 1 blocks are definitely 
lost in loss record 679 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x48668EC: TALER_TESTING_cmd_merchant_post_products2 
(testing_api_cmd_post_products.c:278)
+==149896==    by 0x4866B90: TALER_TESTING_cmd_merchant_post_products 
(testing_api_cmd_post_products.c:315)
+==149896==    by 0x10D7F7: run (test_merchant_api.c:607)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896== 
+==149896== 1,832 (16 direct, 1,816 indirect) bytes in 1 blocks are definitely 
lost in loss record 685 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x110318: run (test_merchant_api.c:1891)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 3,086 (16 direct, 3,070 indirect) bytes in 1 blocks are definitely 
lost in loss record 688 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x1102FC: run (test_merchant_api.c:1889)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 4,471 (328 direct, 4,143 indirect) bytes in 1 blocks are definitely 
lost in loss record 689 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x48661B7: TALER_TESTING_cmd_merchant_post_orders 
(testing_api_cmd_post_orders.c:714)
+==149896==    by 0x10DA2C: run (test_merchant_api.c:687)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 4,512 (328 direct, 4,184 indirect) bytes in 1 blocks are definitely 
lost in loss record 690 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486629C: TALER_TESTING_cmd_merchant_post_orders2 
(testing_api_cmd_post_orders.c:755)
+==149896==    by 0x10D903: run (test_merchant_api.c:634)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 4,512 (328 direct, 4,184 indirect) bytes in 1 blocks are definitely 
lost in loss record 691 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486629C: TALER_TESTING_cmd_merchant_post_orders2 
(testing_api_cmd_post_orders.c:755)
+==149896==    by 0x10D943: run (test_merchant_api.c:646)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 4,512 (328 direct, 4,184 indirect) bytes in 1 blocks are definitely 
lost in loss record 692 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486629C: TALER_TESTING_cmd_merchant_post_orders2 
(testing_api_cmd_post_orders.c:755)
+==149896==    by 0x10D98A: run (test_merchant_api.c:658)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 4,512 (328 direct, 4,184 indirect) bytes in 1 blocks are definitely 
lost in loss record 693 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x486629C: TALER_TESTING_cmd_merchant_post_orders2 
(testing_api_cmd_post_orders.c:755)
+==149896==    by 0x10D9D7: run (test_merchant_api.c:671)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 5,225 (16 direct, 5,209 indirect) bytes in 1 blocks are definitely 
lost in loss record 694 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x110270: run (test_merchant_api.c:1879)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 6,140 (16 direct, 6,124 indirect) bytes in 1 blocks are definitely 
lost in loss record 695 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x1102E0: run (test_merchant_api.c:1887)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 7,245 (16 direct, 7,229 indirect) bytes in 1 blocks are definitely 
lost in loss record 696 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x110334: run (test_merchant_api.c:1893)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 8,163 (16 direct, 8,147 indirect) bytes in 1 blocks are definitely 
lost in loss record 697 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x1102A8: run (test_merchant_api.c:1883)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 10,131 (16 direct, 10,115 indirect) bytes in 1 blocks are 
definitely lost in loss record 698 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x11028C: run (test_merchant_api.c:1881)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== 21,286 (16 direct, 21,270 indirect) bytes in 1 blocks are 
definitely lost in loss record 699 of 699
+==149896==    at 0x483AB65: calloc (vg_replace_malloc.c:760)
+==149896==    by 0x490CC6A: GNUNET_xmalloc_ (common_allocation.c:67)
+==149896==    by 0x4895436: TALER_TESTING_cmd_batch 
(testing_api_cmd_batch.c:144)
+==149896==    by 0x1102C4: run (test_merchant_api.c:1885)
+==149896==    by 0x48B9CD1: main_wrapper_exchange_connect 
(testing_api_loop.c:679)
+==149896==    by 0x494B31F: GNUNET_SCHEDULER_do_work (scheduler.c:2137)
+==149896==    by 0x494C162: select_loop (scheduler.c:2436)
+==149896==    by 0x494C162: GNUNET_SCHEDULER_run (scheduler.c:738)
+==149896==    by 0x48BB06B: TALER_TESTING_setup (testing_api_loop.c:842)
+==149896==    by 0x48B8918: TALER_TESTING_setup_with_exchange_cfg 
(testing_api_helpers_exchange.c:825)
+==149896==    by 0x4914762: GNUNET_CONFIGURATION_parse_and_run 
(configuration.c:345)
+==149896==    by 0x48B9486: TALER_TESTING_setup_with_exchange 
(testing_api_helpers_exchange.c:591)
+==149896==    by 0x10C9EF: main (test_merchant_api.c:1964)
+==149896== 
+==149896== LEAK SUMMARY:
+==149896==    definitely lost: 4,256 bytes in 45 blocks
+==149896==    indirectly lost: 85,355 bytes in 1,055 blocks
+==149896==      possibly lost: 0 bytes in 0 blocks
+==149896==    still reachable: 1,761 bytes in 22 blocks
+==149896==         suppressed: 0 bytes in 0 blocks
+==149896== Reachable blocks (those to which a pointer was found) are not shown.
+==149896== To see them, rerun with: --leak-check=full --show-leak-kinds=all
+==149896== 
+==149896== For lists of detected and suppressed errors, rerun with: -s
+==149896== ERROR SUMMARY: 45 errors from 45 contexts (suppressed: 0 from 0)
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 7200e86b..8509f6aa 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -318,7 +318,7 @@ run (void *cls,
     TALER_TESTING_cmd_merchant_post_orders2 ("create-proposal-1",
                                              merchant_url,
                                              MHD_HTTP_OK,
-                                             "1", /* order ID */
+                                             "1", 
                                              GNUNET_TIME_UNIT_ZERO_TS,
                                              GNUNET_TIME_UNIT_FOREVER_TS,
                                              true,
@@ -337,7 +337,7 @@ run (void *cls,
     TALER_TESTING_cmd_merchant_post_orders2 ("create-proposal-1-idem",
                                              merchant_url,
                                              MHD_HTTP_OK,
-                                             "1", /* order ID */
+                                             "1", 
                                              GNUNET_TIME_UNIT_ZERO_TS,
                                              GNUNET_TIME_UNIT_FOREVER_TS,
                                              true,
@@ -349,7 +349,7 @@ run (void *cls,
     TALER_TESTING_cmd_merchant_post_orders2 ("create-proposal-1x",
                                              merchant_url,
                                              MHD_HTTP_OK,
-                                             "1x", /* order ID */
+                                             "1x",
                                              GNUNET_TIME_UNIT_ZERO_TS,
                                              GNUNET_TIME_UNIT_FOREVER_TS,
                                              true,
@@ -433,10 +433,10 @@ run (void *cls,
                                                   MHD_HTTP_OK,
                                                   NULL,
                                                   "poll-order-wallet-start-1"),
-    /* Check for webhook */
-    cmd_webhook ("pending-webhooks-pay-w1"),
+      /* Check for webhook */
+         cmd_webhook ("pending-webhooks-pay-w1"),
     /* Check webhook did anything: have a command that inspects traits of the 
testserver
-     and check if the traits have the right values set! */
+       and check if the traits have the right values set! */
     TALER_TESTING_cmd_checkserver ("check-http-server-for-webhooks",
                                    "launch-http-server-for-webhooks",
                                    0),
@@ -498,10 +498,10 @@ run (void *cls,
                                                merchant_url,
                                                PAYTO_I1,
                                                "EUR:4.98",
-                                               NULL /* random WTID */,
-                                               /* non-routable IP address,
-                                                  so we are sure to not get
-                                                  any reply */
+                                               NULL ,
+                                               /*non-routable IP address
+                                               so we are sure to not get
+                                               any reply*/
                                                "http://192.0.2.1/404/";,
                                                MHD_HTTP_GATEWAY_TIMEOUT),
     TALER_TESTING_cmd_merchant_get_transfers ("get-transfers-1",
@@ -630,12 +630,12 @@ run (void *cls,
                                              "order-p3",
                                              GNUNET_TIME_UNIT_ZERO_TS,
                                              GNUNET_TIME_UNIT_FOREVER_TS,
-                                             true, /* claim token */
+                                             true, 
                                              "EUR:5.0",
                                              "unsupported-wire-method",
                                              "product-3/2",
                                              "", /* locks */
-                                             NULL /* duplicate_of */),
+                                             NULL),
     TALER_TESTING_cmd_merchant_post_orders2 ("create-proposal-p3-pd-nx",
                                              merchant_url,
                                              MHD_HTTP_NOT_FOUND,
@@ -691,7 +691,6 @@ run (void *cls,
     TALER_TESTING_cmd_check_bank_empty ("check_bank_empty-2"),
     TALER_TESTING_cmd_end ()
   };
-
   struct TALER_TESTING_Command double_spending[] = {
     TALER_TESTING_cmd_merchant_post_orders ("create-proposal-2",
                                             merchant_url,
@@ -1869,22 +1868,22 @@ run (void *cls,
                                                MHD_HTTP_CONFLICT),
     TALER_TESTING_cmd_batch ("pay",
                              pay),
-    TALER_TESTING_cmd_batch ("double-spending",
-                             double_spending),
+     TALER_TESTING_cmd_batch ("double-spending",
+                          double_spending),
     TALER_TESTING_cmd_batch ("pay-again",
-                             pay_again),
-    TALER_TESTING_cmd_batch ("pay-abort",
-                             pay_abort),
+                           pay_again),
+     TALER_TESTING_cmd_batch ("pay-abort",
+                           pay_abort),
     TALER_TESTING_cmd_batch ("refund",
-                             refund),
+                            refund),
     TALER_TESTING_cmd_batch ("tip",
-                             tip),
-    TALER_TESTING_cmd_batch ("auth",
-                             auth),
-    TALER_TESTING_cmd_batch ("templates",
-                             templates),
+                           tip),
+     TALER_TESTING_cmd_batch ("auth",
+                           auth),
+     TALER_TESTING_cmd_batch ("templates",
+                              templates),
     TALER_TESTING_cmd_batch ("webhooks",
-                             webhooks),
+                           webhooks),
     /**
      * End the suite.
      */
diff --git a/src/testing/testing_api_cmd_testserver.c 
b/src/testing/testing_api_cmd_testserver.c
index 5d0a5ad6..ee32fd77 100644
--- a/src/testing/testing_api_cmd_testserver.c
+++ b/src/testing/testing_api_cmd_testserver.c
@@ -284,7 +284,6 @@ testserver_cleanup (void *cls,
     GNUNET_free (rc->http_method);
     GNUNET_free (rc->header);
     GNUNET_free (rc->body);
-    GNUNET_free (rc);
   }
   GNUNET_array_grow (ser->rcs,
                      ser->rcs_length,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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