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

kivy / buildozer / 17533546310 / 5
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: renovate/cython-3.x
DEFAULT BRANCH: master
Ran 07 Sep 2025 08:35PM UTC
Files 0
Run time 0s
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

07 Sep 2025 08:32PM UTC coverage: 0.0%. Remained the same
17533546310.5

push

github

AndreMiras
:hammer: Fix Docker permission errors with bind mounts

Bind-mounted project dirs failed on `buildozer init` with permission
denied because container UID/GID didn't match the host.
Add a lean entrypoint that maps the container user to the host UID/GID
 execs buildozer, fixing writes to `/home/user/hostcwd`.

See command used and error output:
```
docker run --volume "$(pwd)":/home/user/hostcwd kivy/buildozer init
Traceback (most recent call last):
  File "/home/user/.venv/bin/buildozer", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/user/.venv/lib/python3.12/site-packages/buildozer/scripts/client.py", line 16, in main
    Buildozer().run_command(sys.argv[1:])
  File "/home/user/.venv/lib/python3.12/site-packages/buildozer/__init__.py", line 672, in run_command
    getattr(self, cmd)(*args)
  File "/home/user/.venv/lib/python3.12/site-packages/buildozer/__init__.py", line 711, in cmd_init
    buildops.file_copy(join(dirname(__file__), 'default.spec'), 'buildozer.spec')
  File "/home/user/.venv/lib/python3.12/site-packages/buildozer/buildops.py", line 108, in file_copy
    copyfile(source, target)
  File "/usr/lib/python3.12/shutil.py", line 262, in copyfile
    with open(dst, 'wb') as fdst:
         ^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'buildozer.spec'
```

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Source Files on job python-3.8-macos-latest - 17533546310.5
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17533546310
  • e2f0a849 on github
  • Prev Job for on feature/docker_runtime_improvements (#17531254749.9)
  • Next Job for on feature/docker_runtime_improvements (#17533684431.2)
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