This file is indexed.

/var/lib/pcp/testsuite/720.out is in pcp-testsuite 4.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
QA output created by 720
=== std out ===
pmParseHostAttrsSpec("pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress", ...)
host[0]: "nas1.servers.com" ports: 44321 4321
host[1]: "firewall.servers.com" port: 44322
compress
protocol=pcps
pmUnparseHostAttrsSpec("pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress") -> "pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://localhost:23?compress", ...)
host[0]: "localhost" port: 23
compress
protocol=pcp
pmUnparseHostAttrsSpec("pcp://localhost:23?compress") -> "pcp://localhost:23?compress"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://localhost:23?compress
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://some.host?user=pcpqa&compress&pass=blah", ...)
host[0]: "some.host"
password=blah
compress
username=pcpqa
protocol=pcp
pmUnparseHostAttrsSpec("pcp://some.host?user=pcpqa&compress&pass=blah") -> "pcp://some.host?password=blah&compress&username=pcpqa"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://some.host?user=pcpqa&compress&pass=blah
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://some.host?user=pcpqa", ...)
host[0]: "some.host"
username=pcpqa
protocol=pcp
pmUnparseHostAttrsSpec("pcp://some.host?user=pcpqa") -> "pcp://some.host?username=pcpqa"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://some.host?user=pcpqa
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("some.host?user=pcpqa", ...)
host[0]: "some.host"
username=pcpqa
pmUnparseHostAttrsSpec("some.host?user=pcpqa") -> "some.host?username=pcpqa"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs some.host?user=pcpqa
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("some.host", ...)
host[0]: "some.host"
pmUnparseHostAttrsSpec("some.host") -> "some.host"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs some.host
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://?compress&exclusive", ...)
exclusive
compress
protocol=pcp
pmUnparseHostAttrsSpec("pcp://?compress&exclusive") -> "pcp://?exclusive&compress"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://?compress&exclusive
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
=== std err ===
Error: Authentication - authentication failure
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: pminfo -h pcp://localhost?user=NOsuchUSER&pass=DEFINITELYnotApassword
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...