mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
97 lines
18 KiB
Plaintext
97 lines
18 KiB
Plaintext
2026-03-05 15:09:57.580 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:09:57.580 DEBUG [tests.conftest] Running test: test_invalid_pagination_cursor_param with id: 2026-03-05_15-09-57__a4c2e458-6822-4058-a7a5-1fd8420e2e3c
|
|
2026-03-05 15:09:57.581 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:09:57.581 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:09:57.581 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-05 15:09:57.588 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:09:57.588 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-05_15-09-57__a4c2e458-6822-4058-a7a5-1fd8420e2e3c__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:57.589 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:09:57.589 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:09:57.590 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:09:57.590 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.36
|
|
2026-03-05 15:09:57.590 DEBUG [src.node.docker_mananger] Generated ports ['27304', '27305', '27306', '27307', '27308']
|
|
2026-03-05 15:09:57.591 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:09:57.591 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:09:57.591 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:09:57.591 DEBUG [src.node.docker_mananger] docker run -i -t -p 27304:27304 -p 27305:27305 -p 27306:27306 -p 27307:27307 -p 27308:27308 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27306 --rest-port=27304 --tcp-port=27305 --discv5-udp-port=27307 --rest-address=0.0.0.0 --nat=extip:172.18.174.36 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f0906fca5c5fadbbb47d188f1b0a0d0da6fa717f0de5ac1c3ced53d65fa451b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27308 --metrics-logging=true --store=true --relay=true
|
|
2026-03-05 15:09:57.785 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.36 waku d8406995a5615c57ac61adf277ec1c3b3074582961a12afd8b43bd04ac1e46c2
|
|
2026-03-05 15:09:57.810 ERROR [src.node.docker_mananger] Max retries reached for container 6129530b4e30. Exiting log stream.
|
|
2026-03-05 15:09:57.821 DEBUG [src.node.docker_mananger] Container started with ID d8406995a561. Setting up logs at ./log/docker/publishing_node1_2026-03-05_15-09-57__a4c2e458-6822-4058-a7a5-1fd8420e2e3c__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:57.821 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 27304
|
|
2026-03-05 15:09:57.822 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:09:58.387 ERROR [src.node.docker_mananger] Max retries reached for container 67b2c624859d. Exiting log stream.
|
|
2026-03-05 15:09:58.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27304/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:58.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-05 15:09:58.825 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:09:58.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27304/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:58.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.36/tcp/27305/p2p/16Uiu2HAmFNpr962ZkoiTQx3JMaNhgnzcoxgTYerFADZQC28bZQkr","/ip4/172.18.174.36/tcp/27306/ws/p2p/16Uiu2HAmFNpr962ZkoiTQx3JMaNhgnzcoxgTYerFADZQC28bZQkr"],"enrUri":"enr:-L24QOFfcnWgZOEcY3AbVK0aYfAG4v1Hr9J_fyuGfWfntYOPM99zvCvBxY3KuAiYexG175t2WNB7HC-vIANMDwL7JLkCgmlkgnY0gmlwhKwSriSKbXVsdGlhZGRyc5YACASsEq4kBmqpAAoErBKuJAZqqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKG8F8pDOCvAGRPVOMbk1TLjH8dHuWbe623zuw3UqeWuDdGNwgmqpg3VkcIJqq4V3YWt1MgM"}'
|
|
2026-03-05 15:09:58.828 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:09:58.836 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:09:58.836 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-05_15-09-57__a4c2e458-6822-4058-a7a5-1fd8420e2e3c__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:58.836 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:09:58.836 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:09:58.837 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:09:58.837 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.161
|
|
2026-03-05 15:09:58.838 DEBUG [src.node.docker_mananger] Generated ports ['6268', '6269', '6270', '6271', '6272']
|
|
2026-03-05 15:09:58.838 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:09:58.838 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:09:58.838 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:09:58.838 DEBUG [src.node.docker_mananger] docker run -i -t -p 6268:6268 -p 6269:6269 -p 6270:6270 -p 6271:6271 -p 6272:6272 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6270 --rest-port=6268 --tcp-port=6269 --discv5-udp-port=6271 --rest-address=0.0.0.0 --nat=extip:172.18.12.161 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9baccb23df77c5ede22daefd3328accf8c2aaeabb8cfcb34adbe9fd33eeb4eaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6272 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOFfcnWgZOEcY3AbVK0aYfAG4v1Hr9J_fyuGfWfntYOPM99zvCvBxY3KuAiYexG175t2WNB7HC-vIANMDwL7JLkCgmlkgnY0gmlwhKwSriSKbXVsdGlhZGRyc5YACASsEq4kBmqpAAoErBKuJAZqqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKG8F8pDOCvAGRPVOMbk1TLjH8dHuWbe623zuw3UqeWuDdGNwgmqpg3VkcIJqq4V3YWt1MgM --storenode=/ip4/172.18.174.36/tcp/27305/p2p/16Uiu2HAmFNpr962ZkoiTQx3JMaNhgnzcoxgTYerFADZQC28bZQkr --store=true --relay=true
|
|
2026-03-05 15:09:59.043 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.161 waku fb3b78fbe6f32707a706526b49c78f060b082047c820e83ba91d1ced8a1e1255
|
|
2026-03-05 15:09:59.078 DEBUG [src.node.docker_mananger] Container started with ID fb3b78fbe6f3. Setting up logs at ./log/docker/store_node1_2026-03-05_15-09-57__a4c2e458-6822-4058-a7a5-1fd8420e2e3c__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:59.079 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 6268
|
|
2026-03-05 15:09:59.079 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:00.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6268/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:00.082 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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-05 15:10:00.083 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:00.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6268/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:00.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.161/tcp/6269/p2p/16Uiu2HAmSRmeXXFC8TR5Y63Kzjc6cH8tJM7m46wFwLusjB4vX9PS","/ip4/172.18.12.161/tcp/6270/ws/p2p/16Uiu2HAmSRmeXXFC8TR5Y63Kzjc6cH8tJM7m46wFwLusjB4vX9PS"],"enrUri":"enr:-L24QFeSuEvLIwrWU-5j2rdOWuJkBuiJn8LYxZ4EwEunL6FnWOl9laAEUYo3vU6rHGVIX13gZ190Gu4bkYqo9mPbnUYCgmlkgnY0gmlwhKwSDKGKbXVsdGlhZGRyc5YACASsEgyhBhh9AAoErBIMoQYYft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzKC0DiW7FUzYhyrnaA0KigGVMb6KaKZLnTkDq3D94ZWDdGNwghh9g3VkcIIYf4V3YWt1MgM"}'
|
|
2026-03-05 15:10:00.086 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:00.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6268/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.36/tcp/27305/p2p/16Uiu2HAmFNpr962ZkoiTQx3JMaNhgnzcoxgTYerFADZQC28bZQkr"]'
|
|
2026-03-05 15:10:00.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27304/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:10:00.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6268/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:10:00.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.095 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:10:00.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27304/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:00.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.102 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:10:00.303 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:10:00.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27304/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:00.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.310 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:10:00.511 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:10:00.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27304/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:00.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.520 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:10:00.721 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:10:00.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27304/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:00.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.728 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:10:00.929 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:10:00.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27304/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:00.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:00.936 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:10:01.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27304/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:01.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaee32921328961c65963d3f11cfdff0dd86b46a1539655a802a16530e2606b5b"},{"messageHash":"0xc60b0fbdde1d108fdc0c43059b04afeb2f88f3b6a3a12a8bc85289615bf67298"},{"messageHash":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}],"paginationCursor":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}'
|
|
2026-03-05 15:10:01.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27304/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true&paginationCursor=0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:01.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaee32921328961c65963d3f11cfdff0dd86b46a1539655a802a16530e2606b5b"},{"messageHash":"0xc60b0fbdde1d108fdc0c43059b04afeb2f88f3b6a3a12a8bc85289615bf67298"},{"messageHash":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}],"paginationCursor":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}'
|
|
2026-03-05 15:10:01.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27304/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38&pageSize=3&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:01.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x91c94106cbcd0bba55401db9ee38a112e986446803ed37a2bc69f22c06bfb9cf"},{"messageHash":"0x4560f4ba114aa5c5c7f49435aad996a4df7a4f567118878daaef2a1832cb1ac7"}]}'
|
|
2026-03-05 15:10:01.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:01.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaee32921328961c65963d3f11cfdff0dd86b46a1539655a802a16530e2606b5b"},{"messageHash":"0xc60b0fbdde1d108fdc0c43059b04afeb2f88f3b6a3a12a8bc85289615bf67298"},{"messageHash":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}],"paginationCursor":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}'
|
|
2026-03-05 15:10:01.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true&paginationCursor=0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:01.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaee32921328961c65963d3f11cfdff0dd86b46a1539655a802a16530e2606b5b"},{"messageHash":"0xc60b0fbdde1d108fdc0c43059b04afeb2f88f3b6a3a12a8bc85289615bf67298"},{"messageHash":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}],"paginationCursor":"0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38"}'
|
|
2026-03-05 15:10:01.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6268/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xa564e9e8333d375c17c933d4367a5760ada018339e143b47c061c70a36410a38&pageSize=3&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:01.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x91c94106cbcd0bba55401db9ee38a112e986446803ed37a2bc69f22c06bfb9cf"},{"messageHash":"0x4560f4ba114aa5c5c7f49435aad996a4df7a4f567118878daaef2a1832cb1ac7"}]}'
|
|
2026-03-05 15:10:01.157 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:10:01.158 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:10:01.158 DEBUG [src.node.waku_node] Stopping container with id d8406995a561
|
|
2026-03-05 15:10:01.743 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:01.744 DEBUG [src.node.waku_node] Stopping container with id fb3b78fbe6f3
|
|
2026-03-05 15:10:02.285 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:02.288 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:10:02.297 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:10:02.303 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|