Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not enough free disk space? #129

Closed
calendulish opened this issue Aug 5, 2023 · 4 comments
Closed

not enough free disk space? #129

calendulish opened this issue Aug 5, 2023 · 4 comments

Comments

@calendulish
Copy link

I suddenly started getting this error today, I didn't make any changes to my config.
I'm building armv7 on archlinux

2023-08-05T11:35:25.4712514Z  > [3/3] RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh:
2023-08-05T11:35:25.4712935Z 7.325 checking keyring...
2023-08-05T11:35:25.4713337Z 7.747 checking package integrity...
2023-08-05T11:35:25.4714657Z 30.05 loading package files...
2023-08-05T11:35:25.4714935Z 32.19 checking for file conflicts...
2023-08-05T11:35:25.4715189Z 32.33 checking available disk space...
2023-08-05T11:35:25.4715506Z 32.59 error: Partition /etc/resolv.conf is mounted read only
2023-08-05T11:35:25.4715831Z 32.59 error: Partition /etc/hosts is mounted read only
2023-08-05T11:35:25.4716106Z 32.59 error: not enough free disk space
2023-08-05T11:35:25.4716432Z 32.59 error: failed to commit transaction (not enough free disk space)
2023-08-05T11:35:25.4716769Z 32.70 Errors occurred, no packages were upgraded.
2023-08-05T11:35:25.4717048Z ------
2023-08-05T11:35:25.4717284Z Dockerfile.armv7.archarm_latest:4
2023-08-05T11:35:25.4717577Z --------------------
2023-08-05T11:35:25.4717770Z    2 |     
2023-08-05T11:35:25.4718148Z    3 |     COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh
2023-08-05T11:35:25.4718650Z    4 | >>> RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh
2023-08-05T11:35:25.4718962Z    5 |     
2023-08-05T11:35:25.4719187Z --------------------
2023-08-05T11:35:25.4791597Z ERROR: failed to solve: process "/bin/sh -c chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh" did not complete successfully: exit code: 1```
@martin-g
Copy link
Contributor

martin-g commented Aug 5, 2023 via email

@calendulish
Copy link
Author

Hi, Most probably the issue is with the host, I.e. Girhub runners.

I moved the system update command (pacman -Syu) from the "install" parameter to "run" parameter, and it worked fine.

@uraimo
Copy link
Owner

uraimo commented Aug 10, 2023

From that log it seems that the partition was being mounted as read-only for some reason, no idea about why this could be the case with that Arch container. Closing this, not an action bug.

@uraimo uraimo closed this as completed Aug 10, 2023
@67au
Copy link

67au commented Mar 8, 2024

Alexpux/MSYS2-pacman#59 (comment)
it work fine too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants