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

kivy / buildozer / 17533684431
0%
master: 0%

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

07 Sep 2025 08:46PM UTC coverage: 0.0%. Remained the same
17533684431

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

Jobs
ID Job ID Ran Files Coverage
1 python-3.13-ubuntu-latest - 17533684431.1 07 Sep 2025 09:54PM UTC 0
0.0
2 python-3.9-macos-latest - 17533684431.2 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
3 python-3.12-ubuntu-latest - 17533684431.3 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
4 python-3.11-ubuntu-latest - 17533684431.4 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
5 python-3.8-ubuntu-latest - 17533684431.5 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
6 python-3.8-macos-latest - 17533684431.6 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
7 python-3.14-macos-latest - 17533684431.7 07 Sep 2025 09:54PM UTC 0
0.0
8 python-3.9-ubuntu-latest - 17533684431.8 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
9 python-3.10-ubuntu-latest - 17533684431.9 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
10 python-3.11-macos-latest - 17533684431.10 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
11 python-3.12-macos-latest - 17533684431.11 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
12 python-3.14-ubuntu-latest - 17533684431.12 07 Sep 2025 09:54PM UTC 0
0.0
13 python-3.10-macos-latest - 17533684431.13 07 Sep 2025 09:54PM UTC 0
0.0
GitHub Action Run
14 python-3.13-macos-latest - 17533684431.14 07 Sep 2025 09:54PM UTC 0
0.0
Source Files on build 17533684431
Detailed source file information is not available for this build.
  • Back to Repo
  • 83a02b76 on github
  • Prev Build on master (#17531254749)
  • Next Build on feature/docker_runtime_improvements (#17533686865)
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