This file is indexed.

/var/lib/pcp/testsuite/526.out is in pcp-testsuite 3.8.12ubuntu1.

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
109
110
111
112
113
114
115
116
117
118
119
120
121
QA output created by 526

=== std out ===
Checking metric name: "." ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: Error: Illegal metric name
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name .
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 ===
Checking metric name: "abc.123" ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: Error: Illegal metric name
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name abc.123
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 ===
Checking metric name: "1bc.123" ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: Error: Illegal metric name
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name 1bc.123
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 ===
Checking metric name: "abc.xyz" ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: OK
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name abc.xyz
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 ===
Checking metric name: "a" ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: OK
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name a
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 ===
Checking metric name: "1" ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: Error: Illegal metric name
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name 1
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 ===
Checking metric name: "kernel.all.load" ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: OK
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name kernel.all.load
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 ===
Checking metric name: "ab.cd." ...
=== std err ===
pmiStart: OK -> 1
pmiSetHostname: OK
pmiSetTimezone: OK
pmiAddMetric: Error: Illegal metric name
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/check_import_name ab.cd.
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...