Updating query for conflicting dependencies
This patch adds query for "Cannot install -r .* because these package versions have conflicting dependencies" Change-Id: I05b85bb3f6603636d385d96c748facab64ea7786
This commit is contained in:
parent
becc1f03ea
commit
0131d0c244
4
output/elastic-recheck/1943170.yaml
Normal file
4
output/elastic-recheck/1943170.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
msg: pip conflicting dependencies
|
||||
query: 'message:"ERROR: Cannot install -r" AND message:"because these package versions have
|
||||
conflicting dependencies."'
|
||||
suppress-graph: false
|
@ -534,6 +534,13 @@
|
||||
"msg": "periodic_fs35_wallaby_times_out",
|
||||
"pattern": "periodic_fs35_wallaby_times_out",
|
||||
"tag": "info"
|
||||
},
|
||||
{
|
||||
"id": "conflict_dependencies",
|
||||
"logstash": "",
|
||||
"msg": "pip conflicting dependencies",
|
||||
"pattern": "conflict_dependencies",
|
||||
"tag": "code/requirements.txt"
|
||||
}
|
||||
],
|
||||
"errors": [
|
||||
@ -1383,6 +1390,10 @@
|
||||
{
|
||||
"name": "periodic_fs35_wallaby_times_out",
|
||||
"regex": "RUN\\ END\\ RESULT_TIMED_OUT:\\ \\[untrusted\\ :\\ opendev\\.org/openstack/tripleo\\-ci/playbooks/tripleo\\-ci/run\\-v3\\.yaml@master"
|
||||
},
|
||||
{
|
||||
"name": "conflict_dependencies",
|
||||
"regex": "ERROR: Cannot install -r .* because these package versions have conflicting dependencies"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -131,3 +131,4 @@ err.detail="invalid checksum digest format"
|
||||
Failed to call refresh
|
||||
Stderr: 'level=debug msg="Pull Policy for pull [PullIfNewer]"\nerror creating build container: Error reading signatures: Get
|
||||
RUN END RESULT_TIMED_OUT: [untrusted : opendev.org/openstack/tripleo-ci/playbooks/tripleo-ci/run-v3.yaml@master
|
||||
ERROR: Cannot install -r /home/zuul/etcetc because these package versions have conflicting dependencies
|
||||
|
@ -733,3 +733,12 @@ queries:
|
||||
pattern: "RUN END RESULT_TIMED_OUT: [untrusted : opendev.org/openstack/tripleo-ci/playbooks/tripleo-ci/run-v3.yaml@master"
|
||||
sova_tag: console
|
||||
url: https://bugs.launchpad.net/tripleo/+bug/1939023
|
||||
- error_type: code/requirements.txt
|
||||
id: conflict dependencies
|
||||
msg: "pip conflicting dependencies"
|
||||
pattern:
|
||||
- "ERROR: Cannot install -r"
|
||||
- "because these package versions have conflicting dependencies."
|
||||
regex: "ERROR: Cannot install -r .* because these package versions have conflicting dependencies"
|
||||
sova_tag: console
|
||||
url: https://bugs.launchpad.net/tripleo/+bug/1943170
|
||||
|
Loading…
Reference in New Issue
Block a user