summaryrefslogtreecommitdiff
path: root/misc/database-layout.dump
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-24 11:04:05 +0100
committerErich Eckner <git@eckner.net>2020-02-24 12:06:46 +0100
commitb5ced88706434d1d8074a7bd5f88cb51eedc1f70 (patch)
tree10de5f6550f2b28412951e12001431002e7d1afe /misc/database-layout.dump
parent543b3848c89193cdda8a845324312c57bc876601 (diff)
downloadbuilder-b5ced88706434d1d8074a7bd5f88cb51eedc1f70.tar.xz
misc/database-layout.dump: new failure-regexes
Diffstat (limited to 'misc/database-layout.dump')
-rw-r--r--misc/database-layout.dump4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/database-layout.dump b/misc/database-layout.dump
index 8954513..afbd087 100644
--- a/misc/database-layout.dump
+++ b/misc/database-layout.dump
@@ -939,7 +939,9 @@ INSERT INTO `fail_reasons` VALUES
(18,'out-of-space','.*No space left on device',0),
(19,'validity','==> ERROR: One or more files did not pass the validity check!',2),
(20,'pgp-verify','==> ERROR: One or more PGP signatures could not be verified!',2),
- (21,'checksum-verify','==> ERROR: Integrity checks (.*) differ in size from the source array.',2);
+ (21,'checksum-verify','==> ERROR: Integrity checks (.*) differ in size from the source array.',2),
+ (22,'zstd-memory-exhaustion','zstd: error 11 : Allocation error : not enough memory',1),
+ (23,'broken-devtools:sudo','sudo: error in event loop: Operation not permitted',2);
INSERT INTO `repositories` VALUES
(1,'core',1,'1',2),
(2,'extra',1,'1',2),