Currently journal_dump passes `capture_output` argument to subprocess.run
which is valid only since py3.7 while we're running systems with default
py3.6. We replace capture_output with old proven subprocess.PIPE for
compatability with older Python versions.
Change-Id: Id7713d8eeec86a910739ac64d3b0815fcfeb506d