mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
93 lines
16 KiB
Plaintext
93 lines
16 KiB
Plaintext
2026-03-30 04:58:49.402 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 04:58:49.402 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-03-30_04-58-49__7b8af3b3-581c-44d7-b3ca-cd75e74dab32
|
|
2026-03-30 04:58:49.403 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 04:58:49.403 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 04:58:49.403 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-30 04:58:49.412 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:58:49.412 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_04-58-49__7b8af3b3-581c-44d7-b3ca-cd75e74dab32__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:58:49.412 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:58:49.412 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:58:49.414 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:58:49.414 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.170.179
|
|
2026-03-30 04:58:49.414 DEBUG [src.node.docker_mananger] Generated ports ['43819', '43820', '43821', '43822', '43823']
|
|
2026-03-30 04:58:49.414 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 04:58:49.414 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:58:49.414 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:58:49.415 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:58:49.415 DEBUG [src.node.docker_mananger] docker run -i -t -p 43819:43819 -p 43820:43820 -p 43821:43821 -p 43822:43822 -p 43823:43823 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=43821 --rest-port=43819 --tcp-port=43820 --discv5-udp-port=43822 --rest-address=0.0.0.0 --nat=extip:172.18.170.179 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3a1d0fedafbc0b6c2dced8fbbbdeefc5febf059bbb8db3e313edb1e557cc6d5b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43823 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 04:58:49.609 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.170.179 waku a47668232d7bed56ddc52efb7a373e8e9dd74ab76456c79edc105c4f11b360fb
|
|
2026-03-30 04:58:49.614 ERROR [src.node.docker_mananger] Max retries reached for container 96f922271099. Exiting log stream.
|
|
2026-03-30 04:58:49.646 DEBUG [src.node.docker_mananger] Container started with ID a47668232d7b. Setting up logs at ./log/docker/node1_2026-03-30_04-58-49__7b8af3b3-581c-44d7-b3ca-cd75e74dab32__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:58:49.646 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43819
|
|
2026-03-30 04:58:49.648 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:58:50.166 ERROR [src.node.docker_mananger] Max retries reached for container 6c398d2b59c5. Exiting log stream.
|
|
2026-03-30 04:58:50.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43819/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:50.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:50.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43819/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:50.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:50.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43819/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:50.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:50.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43819/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:50.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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-30 04:58:50.963 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:58:50.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43819/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:50.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.170.179/tcp/43820/p2p/16Uiu2HAkyeTPJcHt6ACqBYjJ4FiwiSpd9XVpZMgEBzuNGg6DWFGL","/ip4/172.18.170.179/tcp/43821/ws/p2p/16Uiu2HAkyeTPJcHt6ACqBYjJ4FiwiSpd9XVpZMgEBzuNGg6DWFGL"],"enrUri":"enr:-L24QMquCkTld0XZ4D034MCjEJqFlUA-eFHkWGxGC4DEeJrYW3ULSogBwlLp1sLNSfY1g9UaYm0XLW9JL1uGEM-OFLwCgmlkgnY0gmlwhKwSqrOKbXVsdGlhZGRyc5YACASsEqqzBqssAAoErBKqswarLd0DgnJzhQACAQAAiXNlY3AyNTZrMaECPrUOsv-lT3h0Uz7eaQSLDmfB73Tdvrvje24y7lA_TRmDdGNwgqssg3VkcIKrLoV3YWt1MgU"}'
|
|
2026-03-30 04:58:50.967 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:58:50.974 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:58:50.974 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_04-58-49__7b8af3b3-581c-44d7-b3ca-cd75e74dab32__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:58:50.975 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:58:50.975 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:58:50.976 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:58:50.976 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.38.100
|
|
2026-03-30 04:58:50.976 DEBUG [src.node.docker_mananger] Generated ports ['7704', '7705', '7706', '7707', '7708']
|
|
2026-03-30 04:58:50.977 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 04:58:50.977 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:58:50.977 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:58:50.977 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:58:50.977 DEBUG [src.node.docker_mananger] docker run -i -t -p 7704:7704 -p 7705:7705 -p 7706:7706 -p 7707:7707 -p 7708:7708 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=7706 --rest-port=7704 --tcp-port=7705 --discv5-udp-port=7707 --rest-address=0.0.0.0 --nat=extip:172.18.38.100 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2bd029eb9a0ced0aceb9d9abda5fa3b5de7d6a17ffaeaacca52b5f5dd5b32eb0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7708 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMquCkTld0XZ4D034MCjEJqFlUA-eFHkWGxGC4DEeJrYW3ULSogBwlLp1sLNSfY1g9UaYm0XLW9JL1uGEM-OFLwCgmlkgnY0gmlwhKwSqrOKbXVsdGlhZGRyc5YACASsEqqzBqssAAoErBKqswarLd0DgnJzhQACAQAAiXNlY3AyNTZrMaECPrUOsv-lT3h0Uz7eaQSLDmfB73Tdvrvje24y7lA_TRmDdGNwgqssg3VkcIKrLoV3YWt1MgU
|
|
2026-03-30 04:58:51.196 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.38.100 waku 1a2feeef65ba65818d8416947589d8fad2cbfb8e44132fc3c76384222308fb2d
|
|
2026-03-30 04:58:51.229 DEBUG [src.node.docker_mananger] Container started with ID 1a2feeef65ba. Setting up logs at ./log/docker/node2_2026-03-30_04-58-49__7b8af3b3-581c-44d7-b3ca-cd75e74dab32__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:58:51.229 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7704
|
|
2026-03-30 04:58:51.229 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:58:52.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:52.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:52.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:52.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:52.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-30 04:58:52.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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-30 04:58:52.751 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:58:52.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.38.100/tcp/7705/p2p/16Uiu2HAmEZnnkDMgogAf2M3hjKnfHBUULxHe4RugJo4b2NgdYESp","/ip4/172.18.38.100/tcp/7706/ws/p2p/16Uiu2HAmEZnnkDMgogAf2M3hjKnfHBUULxHe4RugJo4b2NgdYESp"],"enrUri":"enr:-L24QGjpHmG_btvYGehB5u2VP040yHsAedPsH9lWbzV1-FaETQUvxS4R2xwdffgrjTg_TVp5WIdfBzrjee7M718vF9cCgmlkgnY0gmlwhKwSJmSKbXVsdGlhZGRyc5YACASsEiZkBh4ZAAoErBImZAYeGt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDHGJlys64SHXcbfObjtf86x-Ahif9iEgWv6gVcIy2quWDdGNwgh4Zg3VkcIIeG4V3YWt1MgE"}'
|
|
2026-03-30 04:58:52.757 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:58:52.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7704/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.170.179/tcp/43820/p2p/16Uiu2HAkyeTPJcHt6ACqBYjJ4FiwiSpd9XVpZMgEBzuNGg6DWFGL"]'
|
|
2026-03-30 04:58:52.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:58:52.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43819/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-30 04:58:52.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:58:52.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7704/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-30 04:58:52.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:58:52.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43819/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 04:58:52.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:58:52.827 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 04:58:52.927 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 04:58:52.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43819/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:58:52.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846728024587003,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846732816940296,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:58:52.976 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 04:58:52.977 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 04:58:52.977 DEBUG [src.node.waku_node] Stopping container with id a47668232d7b
|
|
2026-03-30 04:58:53.512 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:58:53.516 DEBUG [src.node.waku_node] Stopping container with id 1a2feeef65ba
|
|
2026-03-30 04:58:54.078 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:58:54.081 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 04:58:54.130 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:58:54.168 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:58:54.170 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-30 04:58:54.170 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-30 04:58:54.171 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-30_04-58-49__7b8af3b3-581c-44d7-b3ca-cd75e74dab32__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:58:54.172 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-30_04-58-49__7b8af3b3-581c-44d7-b3ca-cd75e74dab32__wakuorg_nwaku:latest.log
|