Looks like CentOS CI test suites are failing on multiple PRs with errors
like those listed below. Any advise on how to get these passing again or
who I could reach out to for help getting this back in order?

2019-05-28 16:04:26,307 [agent-control/<module>] ERROR: Execution failed
Traceback (most recent call last):
  File "./agent-control.py", line 371, in <module>
    node, ssid = ac.allocate_node(args.version, args.arch)
  File "./agent-control.py", line 82, in allocate_node
    jroot = json.loads(res)
  File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
Traceback (most recent call last):
  File "./agent-control.py", line 449, in <module>
    ac.free_session(ssid)
NameError: name 'ssid' is not defined
mv: cannot stat ‘artifacts_*’: No such file or director
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to