waku-interop-tests/nim/357/data/attachments/e73cc9cf6e88407c.txt

114 lines
19 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_valid_payload_at_variable_rate with id: 2024-09-12_04-14-44__6dc2e659-3a76-4e96-a684-b2437afc54f0
DEBUG  src.steps.common:common.py:17 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:18 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:85 WakuNode instance initialized with log path ./log/docker/node1_2024-09-12_04-14-44__6dc2e659-3a76-4e96-a684-b2437afc54f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:21 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:24 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:81 Generated random external IP 172.18.25.59
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['16451', '16452', '16453', '16454', '16455']
DEBUG  src.node.waku_node:waku_node.py:165 Using volumes ['/home/runner/work/waku-interop-tests/waku-interop-tests/rln_tree_hmyn_1:/etc/rln_tree', '/home/runner/work/waku-interop-tests/waku-interop-tests/keystore_hmyn_1:/keystore']
DEBUG  src.node.docker_mananger:docker_mananger.py:48 docker run -i -t -p 16451:16451 -p 16452:16452 -p 16453:16453 -p 16454:16454 -p 16455:16455 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16453 --rest-port=16451 --tcp-port=16452 --discv5-udp-port=16454 --rest-address=0.0.0.0 --nat=extip:172.18.25.59 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=53b3961385ee785f745ac3e0de72f1a2f4c0c9bce74742e73e664d8509cf415e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16455 --metrics-logging=true --relay=true --rln-relay-membership-index=1 --rln-relay-user-message-limit=1 --rln-relay-epoch-sec=1 --rln-relay=true --rln-relay-cred-path=/keystore/keystore.json --rln-relay-cred-password=password
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.25.59 waku a5beca620b7e2e3750d70df0df79552be5a09ce3b27d7d6bd99114385f732e65
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID a5beca620b7e. Setting up logs at ./log/docker/node1_2024-09-12_04-14-44__6dc2e659-3a76-4e96-a684-b2437afc54f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 16451
DEBUG  src.libs.common:common.py:35 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16451/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"Initializing","protocolsHealth":[{"Rln Relay":"Ready"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16451/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"Ready","protocolsHealth":[{"Rln Relay":"Ready"}]}'
INFO  src.node.waku_node:waku_node.py:277 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16451/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.25.59/tcp/16452/p2p/16Uiu2HAmJNHiHSwPDYhDJQpBNbwHLXYbyvQFMCjkHoLeQ2oL7vHu","/ip4/172.18.25.59/tcp/16453/ws/p2p/16Uiu2HAmJNHiHSwPDYhDJQpBNbwHLXYbyvQFMCjkHoLeQ2oL7vHu"],"enrUri":"enr:-LO4QP83dLY5bZhWIdJ0u7IQX1J76p6Tg_8sltgjrlIessbMRn2ES4ASRzZsVdHO0tElITzI6ZdoTijOOmhA071iGJABgmlkgnY0gmlwhKwSGTuKbXVsdGlhZGRyc4wACgSsEhk7BkBF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNU3uEJeaqQKCqkSrNtJZcr9s-otMW06E33jVb_RVGG6IN0Y3CCQESDdWRwgkBGhXdha3UyAQ"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:18 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:85 WakuNode instance initialized with log path ./log/docker/node2_2024-09-12_04-14-44__6dc2e659-3a76-4e96-a684-b2437afc54f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:21 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:24 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:81 Generated random external IP 172.18.128.218
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['50729', '50730', '50731', '50732', '50733']
DEBUG  src.node.waku_node:waku_node.py:165 Using volumes ['/home/runner/work/waku-interop-tests/waku-interop-tests/rln_tree_capi_2:/etc/rln_tree', '/home/runner/work/waku-interop-tests/waku-interop-tests/keystore_capi_2:/keystore']
DEBUG  src.node.docker_mananger:docker_mananger.py:48 docker run -i -t -p 50729:50729 -p 50730:50730 -p 50731:50731 -p 50732:50732 -p 50733:50733 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50731 --rest-port=50729 --tcp-port=50730 --discv5-udp-port=50732 --rest-address=0.0.0.0 --nat=extip:172.18.128.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b9d2a6bd9a4fbb28bfcaffeec7d35e7a7b55ca1ad19ecb9fb2bdf04dec04a09 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50733 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-LO4QP83dLY5bZhWIdJ0u7IQX1J76p6Tg_8sltgjrlIessbMRn2ES4ASRzZsVdHO0tElITzI6ZdoTijOOmhA071iGJABgmlkgnY0gmlwhKwSGTuKbXVsdGlhZGRyc4wACgSsEhk7BkBF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNU3uEJeaqQKCqkSrNtJZcr9s-otMW06E33jVb_RVGG6IN0Y3CCQESDdWRwgkBGhXdha3UyAQ --rln-relay-membership-index=1 --rln-relay-user-message-limit=1 --rln-relay-epoch-sec=1 --rln-relay=true --rln-relay-cred-path=/keystore/keystore.json --rln-relay-cred-password=password
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.128.218 waku 8a7f5032a4f5e04f476ee6c7f3534a51d1fbba08b509a7960c47874add034e1b
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 8a7f5032a4f5. Setting up logs at ./log/docker/node2_2024-09-12_04-14-44__6dc2e659-3a76-4e96-a684-b2437afc54f0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 50729
DEBUG  src.libs.common:common.py:35 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50729/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"Ready","protocolsHealth":[{"Rln Relay":"Ready"}]}'
INFO  src.node.waku_node:waku_node.py:277 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50729/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.218/tcp/50730/p2p/16Uiu2HAmEK9gCsD2QcoQ4hRtz6Y42Sz3W5NsTuFixjK4G2tcfxRK","/ip4/172.18.128.218/tcp/50731/ws/p2p/16Uiu2HAmEK9gCsD2QcoQ4hRtz6Y42Sz3W5NsTuFixjK4G2tcfxRK"],"enrUri":"enr:-LO4QGBA5b8hWZgcSbg-Z7QhT8QBbRi1pP_kKcDe2FD_R2taHlcFghxiwgkxj-vhGgid7A0Z2EJPTxWhwjqJgywot4oBgmlkgnY0gmlwhKwSgNqKbXVsdGlhZGRyc4wACgSsEoDaBsYr3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMYok2Bp7udYEaVN5AcbVDIOpL44-Vjp22_CpyVSTy8_oN0Y3CCxiqDdWRwgsYshXdha3UyAQ"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50729/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.25.59/tcp/16452/p2p/16Uiu2HAmJNHiHSwPDYhDJQpBNbwHLXYbyvQFMCjkHoLeQ2oL7vHu"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/1/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50729/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/1/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114495
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  src.libs.common:common.py:35 Sleeping for 2 seconds
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114497
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #2
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114497
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #3
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0. Response content: b'Failed to publish: error appending RLN proof to message: could not get new message id to generate an rln proof: NonceLimitReached: Nonce limit reached. Please wait for the next epoch. requested nonce: 1 & nonceLimit: 1'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  src.libs.common:common.py:35 Sleeping for 2 seconds
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114499
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #4
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114500
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #5
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0. Response content: b'Failed to publish: error appending RLN proof to message: could not get new message id to generate an rln proof: NonceLimitReached: Nonce limit reached. Please wait for the next epoch. requested nonce: 1 & nonceLimit: 1'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  src.libs.common:common.py:35 Sleeping for 2 seconds
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114502
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #6
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114502
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #7
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0. Response content: b'Failed to publish: error appending RLN proof to message: could not get new message id to generate an rln proof: NonceLimitReached: Nonce limit reached. Please wait for the next epoch. requested nonce: 1 & nonceLimit: 1'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  src.libs.common:common.py:35 Sleeping for 2 seconds
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114504
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #8
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114504
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #9
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0. Response content: b'Failed to publish: error appending RLN proof to message: could not get new message id to generate an rln proof: NonceLimitReached: Nonce limit reached. Please wait for the next epoch. requested nonce: 1 & nonceLimit: 1'
DEBUG  tests.relay.test_rln:test_rln.py:88 Running test with payload A simple string
DEBUG  src.libs.common:common.py:35 Sleeping for 2 seconds
DEBUG  tests.relay.test_rln:test_rln.py:94 Message sent at timestamp 1726114506
DEBUG  tests.relay.test_rln:test_rln.py:95 Sending message No. #10
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16451/relay/v1/messages/%2Fwaku%2F2%2Frs%2F1%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/test/1/waku-rln-relay/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id a5beca620b7e
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 8a7f5032a4f5
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:117 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:117 No errors found in the waku logs.