From 12d64e647adc61f986923c122972ca17380771da Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 18 Jun 2019 10:32:04 +0200 Subject: misc/database-layout.dump: change/add failure-recognition-regex(es) --- misc/database-layout.dump | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'misc/database-layout.dump') diff --git a/misc/database-layout.dump b/misc/database-layout.dump index 58cc4b4..95336c8 100644 --- a/misc/database-layout.dump +++ b/misc/database-layout.dump @@ -921,21 +921,22 @@ INSERT INTO `email_actions` VALUES (1,'stabilize'), (3,'unblock'); INSERT INTO `fail_reasons` VALUES - (1,'build()','==> ERROR: A failure occurred in build()\\.',0), - (2,'source','==> ERROR: Could not download sources\\.',1), - (3,'package-cache','.*error: failed to commit transaction (invalid or corrupted package (PGP signature))',2), - (4,'prepare()','==> ERROR: A failure occurred in prepare()\\.',2), - (5,'package()','==> ERROR: A failure occurred in package\\(_\\S\\+\\)\\?()\\.',3), - (6,'check()','==> ERROR: A failure occurred in check()\\.',4), - (7,'dependencies','==> ERROR: \'pacman\' failed to install missing dependencies\\.',1), - (8,'run-as-root','==> ERROR: Running makepkg as root is not allowed as it can cause permanent,',1), - (9,'unknown','.*',100), - (10,'pacman','==> ERROR: Failed to install all packages',5), - (11,'unclean-chroot','==> ERROR: \'.*\' does not appear to be an Arch chroot\\.|==> ERROR: Working directory \'.*\' already exists',5), - (12,'vcs-source','==> ERROR: Failure while creating working copy of .*',5), - (14,'pacman-sync','error: failed to synchronize all databases',5), - (15,'broken-slave:missing-programs','sudo: .*: command not found',6), - (16,'broken-slave:systemd-hangup','Failed to attach [0-9]\\+ to compat systemd cgroup /\\S\\+: No such file or directory',6); + (1,'build()','==> ERROR: A failure occurred in build()\\.',1), + (2,'source','==> ERROR: Could not download sources\\.',2), + (3,'package-cache','.*error: failed to commit transaction (invalid or corrupted package (PGP signature))',3), + (4,'prepare()','==> ERROR: A failure occurred in prepare()\\.',3), + (5,'package()','==> ERROR: A failure occurred in package\\(_\\S\\+\\)\\?()\\.',4), + (6,'check()','==> ERROR: A failure occurred in check()\\.',5), + (7,'dependencies','==> ERROR: \'pacman\' failed to install missing dependencies\\.',2), + (8,'run-as-root','==> ERROR: Running makepkg as root is not allowed as it can cause permanent,',2), + (9,'unknown','.*',101), + (10,'pacman','==> ERROR: Failed to install all packages',6), + (11,'unclean-chroot','==> ERROR: \'.*\' does not appear to be an Arch chroot\\.|==> ERROR: Working directory \'.*\' already exists',6), + (12,'vcs-source','==> ERROR: Failure while creating working copy of .*',6), + (14,'pacman-sync','error: failed to synchronize all databases',6), + (15,'broken-slave:missing-programs','sudo: .*: command not found',7), + (16,'broken-slave:systemd-hangup','Failed to attach [0-9]\\+ to compat systemd cgroup /\\S\\+: No such file or directory',7), + (17,'build():broken-haskell-source','.*mismatched interface file versions (.*)',0); INSERT INTO `repositories` VALUES (1,'core',1,'1',2), (2,'extra',1,'1',2), -- cgit v1.2.3-54-g00ecf