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

systemd / systemd / 21770421410
72%

Build:
DEFAULT BRANCH: main
Ran 07 Feb 2026 02:48AM UTC
Jobs 1
Files 1976
Run time 3min
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

06 Feb 2026 11:15PM UTC coverage: 72.736% (+0.1%) from 72.601%
21770421410

push

github

bluca
daemon-util: downgrade log level on ECONNREFUSED and friends

This partially reverts 36c557f7d, which
introduced notify_remove_fd() that logs in LOG_DEBUG. However,
notify_remove_fd_warn() is still called other library functions, e.g.
notify_push_fd(), and produces warning message about the failure in
removing fd from fdstore on shutdown.

During shutdown process, we get the following logs:
```
systemd-udevd[370]: Failed to send notify message to '/run/systemd/notify': Connection refused
systemd-udevd[370]: Failed to remove file descriptor "config-serialization" from the store, ignoring: Connection refused
systemd-udevd[370]: Failed to send notify message to '/run/systemd/notify': Connection refused
systemd-udevd[370]: Failed to push serialization fd to service manager: Connection refused
```
Here, the 1st, 3rd, and 4th messages are in LOG_DEBUG, but the 2nd one
was in LOG_WARNING before this commit, and this makes it also in LOG_DEBUG.

Follow-up for 472404aca.

2 of 2 new or added lines in 2 files covered. (100.0%)

430 existing lines in 30 files now uncovered.

311628 of 428439 relevant lines covered (72.74%)

1148312.85 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
75.34
0.17% src/core/transaction.c
1
86.47
-0.12% src/network/networkd-nexthop.c
1
79.74
0.12% src/resolve/resolved-dns-transaction.c
1
81.26
-0.23% src/resolve/resolved-hook.c
1
59.6
-0.17% src/timesync/timesyncd-manager.c
1
82.06
-0.33% src/udev/udevadm-trigger.c
1
75.49
-0.49% src/udev/udev-spawn.c
2
79.38
-0.25% src/core/job.c
2
57.76
-0.41% src/journal-remote/journal-upload.c
2
83.74
-0.18% src/network/networkd-route.c
2
96.42
-0.26% src/shared/calendarspec.c
3
75.0
-2.68% src/coredump/coredump-vacuum.c
3
95.29
-3.53% src/journal/journald-rate-limit.c
3
58.84
-0.37% src/login/logind-session.c
3
55.77
-0.33% src/login/pam_systemd.c
3
84.96
0.12% src/network/networkd-link.c
3
84.06
-0.36% src/resolve/resolved-link.c
4
67.86
-1.79% src/core/dbus-job.c
4
98.72
0.0% src/resolve/test-dns-cache.c
4
88.46
-1.18% src/shared/serialize.c
7
62.87
-0.54% src/core/scope.c
7
75.09
-2.64% src/journal-remote/journal-upload-journal.c
8
70.07
-1.46% src/journal-remote/journal-remote-main.c
8
71.73
-0.82% src/resolve/resolved-dns-scope.c
9
73.41
8.46% src/repart/repart.c
9
62.99
-1.68% src/shared/loop-util.c
10
87.12
-0.99% src/shared/userdb.c
11
61.46
0.78% src/core/socket.c
48
2.4
0.01% src/login/inhibit.c
268
63.66
-0.06% src/resolve/resolvectl.c
Jobs
ID Job ID Ran Files Coverage
1 21770421410.1 07 Feb 2026 02:48AM UTC 1976
72.74
GitHub Action Run
Source Files on build 21770421410
  • Tree
  • List 1976
  • Changed 73
  • Source Changed 6
  • Coverage Changed 72
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21770421410
  • 1f3b4073 on github
  • Prev Build on main (#21733524152)
  • Next Build on main (#21789245265)
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