From 26eeaf989c2e33884ce359d684cc8391e1db39f7 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 13 Jun 2016 12:15:06 -0400 Subject: [PATCH] Add query for os-brick privsep sudo bug 1592043 195 hits since 6/10 when upper-constraints started using os-brick 1.4.0. This fails in grenade multi-node jobs where we have mitaka configs, so we should see if something in os-brick 1.4.0 is relying on a new rootwrap config. check and gate, all failures. Change-Id: I33cbe2f7d2a29d452730eaf0b4fdd231c2313730 Related-Bug: #1592043 --- queries/1592043.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1592043.yaml diff --git a/queries/1592043.yaml b/queries/1592043.yaml new file mode 100644 index 00000000..dcbac5f0 --- /dev/null +++ b/queries/1592043.yaml @@ -0,0 +1,5 @@ +query: >- + message:"privsep log: sudo: no tty present and no askpass program specified" AND + message:"FailedToDropPrivileges: privsep helper command exited non-zero (1)" AND + message:"get_connector_properties" AND + tags:"screen-n-cpu.txt"