OpenVoiceOS / OpenVoiceOS/ovos-buildroot

[BUG] No space left on device (28)

Open
#220 3 comments 0 reactions 1 assignee View on GitHub

@j1nx is already working on this.

Since Feb 20, 2024.

bug
Dominant language
Python
Stars
283
Forks
37
PR merge metrics
No merged PRs in 30d

Description

Towards the end of the make rpi3_64 command I get hit with this, I have plenty of disk space, just the loop back image seems full.

I can try expanding the image and running make again (not savy enough to know if it would pick up from where it was)


ovos/.local/share/containers/storage/vfs/dir/5f85ae614164fe3ab2aabcc133cdd70b94e3a65dc2d214315b30f9fe9e276233/usr/share/perl/5.36.0/Module/CoreList.pm
         32,768   3%   47.13kB/s    0:00:20  rsync: [receiver] write failed on "/home/builder/ovos-buildroot/buildroot/output/images/home/ovos/.local/share/containers/storage/vfs/dir/5f85ae614164fe3ab2aabcc133cdd70b94e3a65dc2d214315b30f9fe9e276233/usr/share/perl/5.36.0/Module/CoreList.pm": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(380) [receiver=3.2.7]

rsync: [sender] write error: Broken pipe (32)
make[1]: *** [Makefile:751: target-finalize] Error 11
make[1]: Leaving directory '/home/builder/ovos-buildroot/buildroot'
rsync -ah --progress buildroot/output/images/disk.img release/OpenVoiceOS_rpi3_64_20240220_1519.img
sending incremental file list
rsync: [sender] link_stat "/home/builder/ovos-buildroot/buildroot/output/images/disk.img" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.2.7]
make: *** [Makefile:26: rpi3_64] Error 23

builder@buildvm:~/ovos-buildroot$ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            4.4G     0  4.4G   0% /dev
tmpfs           898M  816K  897M   1% /run
/dev/sda1       123G   68G   49G  59% /
tmpfs           4.4G  168K  4.4G   1% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           898M  6.8M  891M   1% /run/user/1000
/dev/loop0      6.6G  6.6G     0 100% /home/builder/ovos-buildroot/buildroot/output/images/home

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.