/var/lib/pcp/testsuite/235.out.2 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 | QA output created by 235
+++ Errors +++
=== no args ===
Usage: pmnsmerge [options] infile [...] outfile
Options:
-a process files in order, ignoring embedded _DATESTAMP control lines
-d duplicate PMIDs are acceptable
-f force overwriting of an existing output file, if it exists
-v verbose, echo input file names as processed
=== only 1 arg ===
Usage: pmnsmerge [options] infile [...] outfile
Options:
-a process files in order, ignoring embedded _DATESTAMP control lines
-d duplicate PMIDs are acceptable
-f force overwriting of an existing output file, if it exists
-v verbose, echo input file names as processed
=== no such input file ===
pmnsmerge: Error: cannot open input PMNS file "no-such-input"
=== output file exists ===
pmnsmerge: Error: output PMNS file "out-pmns" already exists!
You must either remove it first, or use -f
=== cannot create output file ===
pmnsmerge: Error: cannot create output PMNS file "out-pmns": Permission denied
=== syntax error in input ===
[in:2] Error Parsing ASCII PMNS: Expected NAME, PMID or }
bogus - this is not correct
^
pmnsmerge: Error: pmLoadNameSpace(in): Problems parsing PMNS definitions
=== duplicate PMID in same group ==
Error Parsing ASCII PMNS: Duplicate metric id (1.2.3) in name space for metrics "same_pmid" and "me"
pmnsmerge: Error: pmLoadNameSpace(out-pmns): Problems parsing PMNS definitions
=== duplicate PMID in different groups ==
Error Parsing ASCII PMNS: Duplicate metric id (1.2.3) in name space for metrics "sub.same_pmid" and "me"
pmnsmerge: Error: pmLoadNameSpace(out-pmns): Problems parsing PMNS definitions
+++ Warnings +++
=== PMID changed ==
pmnsmerge: Warning: performance metric "me" has multiple PMIDs.
... using PMID 1.2.3 and ignoring PMID 4.5.6
+++ Null operations +++
PMNS appears to be empty!
=== single null input PMNS ===
null:
root {
}
PMNS appears to be empty!
=== multiple null input PMNSs ===
root {
}
PMNS appears to be empty!
=== 3 have _DATESTAMPS, 3 do not ===
arg[0] null _DATESTAMP=(null)
arg[1] one _DATESTAMP=(null)
arg[2] two _DATESTAMP=(null)
arg[3] three _DATESTAMP=19961101
arg[4] four _DATESTAMP=19961102
arg[5] five _DATESTAMP=19961205
null:
one:
two:
three:
four:
five:
root {
}
PMNS appears to be empty!
|