aarch64 qemu builds failing: No space left on device
by Cole Robinson
I'm hitting aarch64 build issues with qemu on f30 and f31. The rpmbuild
completes successfully but then mock is failing with:
Traceback (most recent call last):
File "/usr/libexec/mock/mock", line 980, in <module>
exitStatus = main()
File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py",
line 95, in trace
result = func(*args, **kw)
File "/usr/libexec/mock/mock", line 757, in main
result = run_command(options, args, config_opts, commands,
buildroot, state)
File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py",
line 95, in trace
result = func(*args, **kw)
File "/usr/libexec/mock/mock", line 861, in run_command
mockbuild.rebuild.do_rebuild(config_opts, commands, buildroot,
options, args)
File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py",
line 95, in trace
result = func(*args, **kw)
File "/usr/lib/python3.7/site-packages/mockbuild/rebuild.py", line 82,
in do_rebuild
post=post_build, clean=clean)
File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py",
line 95, in trace
result = func(*args, **kw)
File "/usr/lib/python3.7/site-packages/mockbuild/rebuild.py", line 25,
in rebuild_generic
ret = cmd(item)
File "/usr/lib/python3.7/site-packages/mockbuild/rebuild.py", line 65,
in build
check=config_opts['check'], spec=options.spec)
File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py",
line 95, in trace
result = func(*args, **kw)
File "/usr/lib/python3.7/site-packages/mockbuild/backend.py", line
319, in build
self.build_results.extend(self.copy_build_results(results))
File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py",
line 95, in trace
result = func(*args, **kw)
File "/usr/lib/python3.7/site-packages/mockbuild/backend.py", line
763, in copy_build_results
shutil.copy2(item, self.buildroot.resultdir)
File "/usr/lib64/python3.7/shutil.py", line 266, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib64/python3.7/shutil.py", line 122, in copyfile
copyfileobj(fsrc, fdst)
File "/usr/lib64/python3.7/shutil.py", line 82, in copyfileobj
fdst.write(buf)
OSError: [Errno 28] No space left on device
WARNING: Could not find required logging config file:
/var/lib/copr-rpmbuild/results/configs/logging.ini. Using default...
INFO: mock.py version 1.4.21 starting (python version = 3.7.5)...
Start: init plugins
Full log is here:
https://copr-be.cloud.fedoraproject.org/results/@virtmaint-sig/virt-previ...
Any ideas?
Thanks,
Cole
3 years, 12 months
COPR specific macros?
by Richard Shaw
Is there a macro available that evaluates to TRUE/1 when building in COPR?
Thanks,
Richard
4 years
copr builders moved to F31, with more builders
by Pavel Raiskup
Hey all,
Jakub recently finished movement of copr builders from Fedora 30 to Fedora
F31. At this moment we are not aware of any serious issues related to
this change, but please let us know if you noticed anything.
With a great help of fedora infra (Kevin) we were able to add a new set of
builders for x86_64 architecture, so the build queue processing should be
faster now. Also, the new machines should be a bit faster (while we still
keep the old machines), so please be prepared that the x86_64 builder set
is not that homogeneous as before. There's currently no way to pick VM
from one or another set.
Happy building!
Pavel
4 years