• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tari-project / tari / 17605410931
62%

Build:
DEFAULT BRANCH: development
Ran 10 Sep 2025 08:11AM UTC
Jobs 1
Files 706
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Sep 2025 06:37AM UTC coverage: 60.96% (+1.0%) from 60.008%
17605410931

push

github

web-flow
fix: ambiguous seedstrap warning log (#7483)

Description
---
Fixed a seedstrap warning log whereby the log would state _SeedStrap:
**Failed to contact any seed nodes** or retrieve new peers._ without
giving proper feedback about the real issue. The log message tells two
different stories, and we would not know which to believe.

This PR changes the single warning message into these two:
- `"SeedStrap: Failed to communicate with any seed nodes."`
- `"SeedStrap: Communicated with {} seed nodes but did not retrieve any
peers."`

See related issue #7469, where this behaviour was picked up.

Motivation and Context
---
Analysing a similar log file to the problem described in issue #7469, it
is apparent that the seed peers were contacted successfully, but that
they did not return any peer information:
```
2025-09-08 14:30:39.753172000 [comms::dht::network_discovery::seed_strap] [Thread:2313251] INFO  SeedStrap: Attempt 2/2: Seed peer 'ab2fad12f448628436bcbe98d1' returned an empty peer list. Disconnecting.
2025-09-08 14:30:39.756704000 [comms::dht::network_discovery::seed_strap] [Thread:2313257] INFO  SeedStrap: Attempt 1/2: Seed peer 'ace05844c9c9723a8597682be3' returned an empty peer list. Disconnecting.
2025-09-08 14:30:39.757084000 [comms::dht::network_discovery::seed_strap] [Thread:2313257] WARN  SeedStrap: Failed to contact any seed nodes or retrieve new peers.
2025-09-08 14:30:39.757122000 [comms::dht::network_discovery] [Thread:2313257] WARN  SeedStrap round was not successful. Waiting before next attempt.
```

How Has This Been Tested?
---
Encountered this condition locally with esmeralda during system-level
testing and could replicate it with the new PR.

What process can a PR reviewer use to test or verify this change?
---
Code review.

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
... (continued)

0 of 32 new or added lines in 1 file covered. (0.0%)

59 existing lines in 9 files now uncovered.

74325 of 121924 relevant lines covered (60.96%)

294348.05 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
32
0.0
0.0% comms/dht/src/network_discovery/seed_strap.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% comms/dht/src/network_discovery/seed_strap.rs
2
78.49
-0.43% base_layer/transaction_components/src/validation/aggregate_body/aggregate_body_internal_validator.rs
2
96.0
-4.0% comms/core/src/backoff.rs
3
90.05
-0.75% comms/core/src/multiplexing/yamux.rs
5
79.35
-0.96% comms/core/src/connection_manager/dialer.rs
6
62.48
1.6% comms/dht/src/connectivity/mod.rs
7
55.39
-0.53% comms/core/src/connectivity/manager.rs
10
65.3
2.93% base_layer/core/src/test_helpers/blockchain.rs
23
95.61
-3.74% base_layer/core/src/validation/block_body/test.rs
Jobs
ID Job ID Ran Files Coverage
1 17605410931.1 10 Sep 2025 08:11AM UTC 706
60.96
GitHub Action Run
Source Files on build 17605410931
  • Tree
  • List 706
  • Changed 36
  • Source Changed 1
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17605410931
  • 72ec64e2 on github
  • Prev Build on development (#17584397018)
  • Next Build on development (#17642503453)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc