Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-centos5-x86/builds/5198
CPack: - Run preinstall target for: MySQL
|
CPack: - Install project: MySQL
|
CPack: Create package
|
CPack Error: Problem copying the package: /home/buildbot/buildbot/build/mkbin/_CPack_Packages/Linux/TGZ/mariadb-10.2.2-linux-i686.tar.gz to /home/buildbot/buildbot/build/mkbin/mariadb-10.2.2-linux-i686.tar.gz
|
CPack Error: Error when generating package: MariaDB
|
make: *** [package] Error 1
|
Connection to localhost closed.
|
Command exit 2
|
It started happening on Sep 2, apparently on all 10.2-based trees at once, so it shouldn't be related to the code, more likely something environmental.
Upd:
I've tried it manually, it's a simple disk space problem. Apparently, the package has grown again, and the VM disk is not enough anymore.
[buildbot@localhost mkbin]$ ls -l /home/buildbot/buildbot/build/mkbin/_CPack_Packages/Linux/TGZ/mariadb-10.2.2-linux-i686.tar.gz /home/buildbot/buildbot/build/mkbin/mariadb-10.2.2-linux-i686.tar.gz
|
-rw-rw-r-- 1 buildbot buildbot 331928892 Sep 5 13:48 /home/buildbot/buildbot/build/mkbin/_CPack_Packages/Linux/TGZ/mariadb-10.2.2-linux-i686.tar.gz
|
-rw-rw-r-- 1 buildbot buildbot 320655360 Sep 5 13:48 /home/buildbot/buildbot/build/mkbin/mariadb-10.2.2-linux-i686.tar.gz
|
[buildbot@localhost mkbin]$ df -k .
|
Filesystem 1K-blocks Used Available Use% Mounted on
|
/dev/mapper/VolGroup00-LogVol00
|
7491040 7105004 0 100% /
|