diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-25 11:35:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-25 11:35:32 +0200 |
commit | 75784a6225f32731f4ad5ef718836e7e1806ddb9 (patch) | |
tree | da15414d97196d0d9ee897ca4f61f013548e91f3 | |
parent | f36a6e74ce0b39b40ef01f48d797a1d2bb8bcaa4 (diff) | |
download | jenkins.debian.net-75784a6225f32731f4ad5ef718836e7e1806ddb9.tar.xz |
reproducible: deal with out-of-space problems
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ properties: *** fix: "DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied" - maybe by making sure the cause is gone… https://jenkins.debian.net/job/reproducible_builder_amd64_14/909/ is an example for that *** race condition with itself? https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/console says Warning, package php5 in unstable on armhf is probably already building elsewhere, exiting. Please check https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/ which does not compute. *** deal properly with out of diskspace problems, https://jenkins.debian.net/job/reproducible_builder_amd64_8/2575/ is an archived build which hit it +**** '~jenkins/spacetest' has a list of affected logs in testing/amd64, though at least the syslinux one is a false positive *** diffoscope needs to be run on the target arch... **** should probably be doable with qemu-static on the host *** once all non remote build jobs are removed, remove the legacy code from _build.sh |