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

pantsbuild / pants / 35745096071
93%

Build:
DEFAULT BRANCH: main
Ran 22 Sep 2026 03:20PM UTC
Jobs 11
Files 1783
Run time 7min
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

22 Sep 2026 03:07PM UTC coverage: 92.917% (+0.001%) from 92.916%
35745096071

push

github

web-flow
Skip PATH entries that return PermissionDenied during binary lookup (#23681)

`path_metadata` already treats `NotFound` and `NotADirectory` as absent
so `system_binary` / PATH lookup can continue. A search-path entry that
returns `EPERM`/`EACCES` (sandbox, unreadable dir) still crashed with
`IntrinsicError`.

Map `ErrorKind::PermissionDenied` to `Ok(None)` next to the existing
`NotADirectory` arm. A chmod-000 PATH directory is skipped and a later
entry still matches.

Fixes pantsbuild/pants#23366

Tested: regression in `system_binaries_test.py`
(`test_find_binary_permission_denied_path_entry`).

---

**LLM assistance notice**
([policy](https://www.pantsbuild.org/dev/docs/contributions#llm-assistance-notice)):
the `PermissionDenied` mapping and the chmod regression test were
drafted with LLM assistance. I compared them to the `#23327`
`NotADirectory` path in `posixfs.rs` / `system_binaries.py` and kept the
hunk to that one error kind.

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

95898 of 103208 relevant lines covered (92.92%)

3.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test_python_linux_x86_64_0/10 - 35745096071.1 22 Sep 2026 03:36PM UTC 1236
57.46
GitHub Action Run
2 test_python_linux_x86_64_2/10 - 35745096071.2 22 Sep 2026 03:27PM UTC 1215
58.59
GitHub Action Run
3 test_python_linux_x86_64_5/10 - 35745096071.3 22 Sep 2026 03:26PM UTC 1230
60.37
GitHub Action Run
4 test_python_linux_arm64 - 35745096071.4 22 Sep 2026 03:20PM UTC 1196
52.65
GitHub Action Run
5 test_python_linux_x86_64_3/10 - 35745096071.5 22 Sep 2026 03:28PM UTC 1214
52.37
GitHub Action Run
6 test_python_linux_x86_64_1/10 - 35745096071.6 22 Sep 2026 03:28PM UTC 1215
48.86
GitHub Action Run
7 test_python_linux_x86_64_4/10 - 35745096071.7 22 Sep 2026 03:31PM UTC 1245
59.04
GitHub Action Run
8 test_python_linux_x86_64_6/10 - 35745096071.8 22 Sep 2026 03:25PM UTC 1212
50.05
GitHub Action Run
9 test_python_linux_x86_64_7/10 - 35745096071.9 22 Sep 2026 03:32PM UTC 1219
50.88
GitHub Action Run
10 test_python_linux_x86_64_8/10 - 35745096071.10 22 Sep 2026 03:31PM UTC 1214
52.71
GitHub Action Run
11 test_python_linux_x86_64_9/10 - 35745096071.11 22 Sep 2026 03:25PM UTC 1225
54.0
GitHub Action Run
Source Files on build 35745096071
  • Tree
  • List 1783
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35745096071
  • 8d08ed83 on github
  • Prev Build on main (#35688753145)
  • Next Build on main (#35779715934)
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