78 lines
13 KiB
Plaintext

2026-03-08 04:34:31.969 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-08 04:34:31.970 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-03-08_04-34-31__d500cd6f-8623-496b-aea4-a326fc63ce6d
2026-03-08 04:34:31.970 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-08 04:34:31.970 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-08 04:34:31.971 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-08 04:34:31.979 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:31.979 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-34-31__d500cd6f-8623-496b-aea4-a326fc63ce6d__wakuorg_nwaku:latest.log
2026-03-08 04:34:31.979 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:31.980 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:31.981 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:31.981 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.74
2026-03-08 04:34:31.981 DEBUG [src.node.docker_mananger] Generated ports ['57880', '57881', '57882', '57883', '57884']
2026-03-08 04:34:31.982 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-08 04:34:31.982 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-08 04:34:31.982 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:31.982 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:31.982 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:31.982 DEBUG [src.node.docker_mananger] docker run -i -t -p 57880:57880 -p 57881:57881 -p 57882:57882 -p 57883:57883 -p 57884:57884 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=57882 --rest-port=57880 --tcp-port=57881 --discv5-udp-port=57883 --rest-address=0.0.0.0 --nat=extip:172.18.173.74 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=db60ab56bfefcfa5cf2ff35fb55cfbffc2a21ddeecdc696de6be1dd5a8e1c18c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57884 --metrics-logging=true --relay=true --filter=true
2026-03-08 04:34:32.165 ERROR [src.node.docker_mananger] Max retries reached for container 7a7a930dd480. Exiting log stream.
2026-03-08 04:34:32.181 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.74 waku af81f669e5ee072a0c7e78517cc999e535e39848c1ee692c2423563489657b26
2026-03-08 04:34:32.218 DEBUG [src.node.docker_mananger] Container started with ID af81f669e5ee. Setting up logs at ./log/docker/node1_2026-03-08_04-34-31__d500cd6f-8623-496b-aea4-a326fc63ce6d__wakuorg_nwaku:latest.log
2026-03-08 04:34:32.219 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57880
2026-03-08 04:34:32.219 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:32.669 ERROR [src.node.docker_mananger] Max retries reached for container be9ed61f3614. Exiting log stream.
2026-03-08 04:34:33.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57880/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:33.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:33.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57880/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:33.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:33.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57880/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:33.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-08 04:34:33.430 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:33.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57880/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:33.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.74/tcp/57881/p2p/16Uiu2HAmQfHk5JcFNSUdFpvHoempQDVL9HRpY9cVXYqv4Gb89AQm","/ip4/172.18.173.74/tcp/57882/ws/p2p/16Uiu2HAmQfHk5JcFNSUdFpvHoempQDVL9HRpY9cVXYqv4Gb89AQm"],"enrUri":"enr:-L24QIMuc7vVVDt0pgqHiM4uUqVXozm2ThPJbKr9C8wwc0aNMPxF_hmWFpvggd4Z6ounduZGEs59HV_-7CSPlS8Atc4CgmlkgnY0gmlwhKwSrUqKbXVsdGlhZGRyc5YACASsEq1KBuIZAAoErBKtSgbiGt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDsl_oxgEIaXr7fc5p2reKSbyILfJczbUBeCQxZlK_RdaDdGNwguIZg3VkcILiG4V3YWt1MgU"}'
2026-03-08 04:34:33.432 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:33.440 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:33.440 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-34-31__d500cd6f-8623-496b-aea4-a326fc63ce6d__wakuorg_nwaku:latest.log
2026-03-08 04:34:33.440 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:33.440 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:33.442 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:33.442 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.165.85
2026-03-08 04:34:33.442 DEBUG [src.node.docker_mananger] Generated ports ['15742', '15743', '15744', '15745', '15746']
2026-03-08 04:34:33.442 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-08 04:34:33.443 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-08 04:34:33.443 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:33.443 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:33.443 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:33.443 DEBUG [src.node.docker_mananger] docker run -i -t -p 15742:15742 -p 15743:15743 -p 15744:15744 -p 15745:15745 -p 15746:15746 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=15744 --rest-port=15742 --tcp-port=15743 --discv5-udp-port=15745 --rest-address=0.0.0.0 --nat=extip:172.18.165.85 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8e2564acd0b3ce2de0056df4e06f8419cecbcd8cd2d0d486afdcfdcf2c6ad825 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15746 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIMuc7vVVDt0pgqHiM4uUqVXozm2ThPJbKr9C8wwc0aNMPxF_hmWFpvggd4Z6ounduZGEs59HV_-7CSPlS8Atc4CgmlkgnY0gmlwhKwSrUqKbXVsdGlhZGRyc5YACASsEq1KBuIZAAoErBKtSgbiGt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDsl_oxgEIaXr7fc5p2reKSbyILfJczbUBeCQxZlK_RdaDdGNwguIZg3VkcILiG4V3YWt1MgU
2026-03-08 04:34:33.654 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.165.85 waku c5fe27e36dd45d72d9f47952353db7671b2033572143bd3552f2e367b2bf4096
2026-03-08 04:34:33.692 DEBUG [src.node.docker_mananger] Container started with ID c5fe27e36dd4. Setting up logs at ./log/docker/node2_2026-03-08_04-34-31__d500cd6f-8623-496b-aea4-a326fc63ce6d__wakuorg_nwaku:latest.log
2026-03-08 04:34:33.692 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15742
2026-03-08 04:34:33.692 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:34.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15742/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-08 04:34:34.697 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:34.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15742/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.85/tcp/15743/p2p/16Uiu2HAkyDPnNTfjJtEqf1dUSfCNgk8uzbGxP34XMGkaC8J1r7bp","/ip4/172.18.165.85/tcp/15744/ws/p2p/16Uiu2HAkyDPnNTfjJtEqf1dUSfCNgk8uzbGxP34XMGkaC8J1r7bp"],"enrUri":"enr:-L24QK2PlYWNyyeWtsmS3pRdI7M9j6WwLIplbtpUYwCNCsiwdEanFEtqf3Zx-tt8fEdon2EwAU6H8nuSIxHgAVyzj_sCgmlkgnY0gmlwhKwSpVWKbXVsdGlhZGRyc5YACASsEqVVBj1_AAoErBKlVQY9gN0DgnJzhQACAQAAiXNlY3AyNTZrMaECOEl2zEYgtOh2gN7zxfyUflLs-Iqmf98pJ2r1LnfFYkODdGNwgj1_g3VkcII9gYV3YWt1MgE"}'
2026-03-08 04:34:34.700 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:34.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15742/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.173.74/tcp/57881/p2p/16Uiu2HAmQfHk5JcFNSUdFpvHoempQDVL9HRpY9cVXYqv4Gb89AQm"]'
2026-03-08 04:34:34.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:34.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57880/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-08 04:34:34.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:34.749 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-08 04:34:34.850 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-08 04:34:34.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57880/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944474735894992,"ephemeral":false,"proof":""}]'
2026-03-08 04:34:34.855 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-08 04:34:34.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15742/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944474735894992,"ephemeral":false,"proof":""}]'
2026-03-08 04:34:34.862 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-08 04:34:34.863 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-08 04:34:34.863 DEBUG [src.node.waku_node] Stopping container with id af81f669e5ee
2026-03-08 04:34:35.435 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:35.437 DEBUG [src.node.waku_node] Stopping container with id c5fe27e36dd4
2026-03-08 04:34:36.019 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:36.022 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-08 04:34:36.087 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:34:36.115 DEBUG [src.node.docker_mananger] No errors found in the waku logs.