From b5ced88706434d1d8074a7bd5f88cb51eedc1f70 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 24 Feb 2020 11:04:05 +0100 Subject: misc/database-layout.dump: new failure-regexes --- misc/database-layout.dump | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc/database-layout.dump') 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), -- cgit v1.2.3-54-g00ecf