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

Tatsh / sbclaude / 32093141648
100%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 02:51AM UTC
Jobs 5
Files 5
Run time 1min
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

18 Aug 2026 02:47AM UTC coverage: 100.0%. Remained the same
32093141648

push

github

Tatsh
container: bridge the gpg agent socket at the runtime path always

Signing in the box failed with "Inappropriate ioctl for device" whenever
the host's agent socket already sat at /run/user/<uid>/gnupg/S.gpg-agent,
which is the ordinary layout rather than an unusual one.

The mount onto that path was skipped when the host path matched it, on
the reasoning that a file is not mounted onto itself. The two are not the
same file: /run/user/<uid> inside the box is its own tmpfs, so the box
was left with nothing at the very path its gpg prefers. gpg does not
report a missing agent, it starts one of its own, and that agent has an
empty passphrase cache and can only reach pinentry-curses, which needs a
TTY the box does not have.

Mount unconditionally, as the comment above it already described. The
home fallback alone was enough until something began creating
/run/user/<uid> in the box, which is what --wayland and --ssh do, so the
symptom appeared to come and go for reasons unconnected to signing.

The test asserted the mount was absent, so it is inverted rather than
added: it encoded the defect as the intended behaviour.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

90 of 90 branches covered (100.0%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

666 of 666 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32093141648.1 18 Aug 2026 02:51AM UTC 5
100.0
GitHub Action Run
2 32093141648.2 18 Aug 2026 02:52AM UTC 5
100.0
GitHub Action Run
3 32093141648.3 18 Aug 2026 02:52AM UTC 5
100.0
GitHub Action Run
4 32093141648.4 18 Aug 2026 02:52AM UTC 5
100.0
GitHub Action Run
5 32093141648.5 18 Aug 2026 02:52AM UTC 5
100.0
GitHub Action Run
Source Files on build 32093141648
  • Tree
  • List 5
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32093141648
  • 262d7b73 on github
  • Prev Build on master (#31996004249)
  • Next Build on master (#32103106778)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc