-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master
-
Component/s: CLI: exitcode/exitpost
-
None
Creating a latest kickstart output, e.g.
kickstart /bin/date -Ins > X
and then running it through the reference Java implementation, e.g.
~/src/trunk/archive/pegasus-exitcode-reference -n -e -v X
complains bitterly about all kinds of things:
20100924T164114.913: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'free' is not allowed to appear in element 'ram'.]
20100924T164114.913: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'shared' is not allowed to appear in element 'ram'.]
20100924T164114.914: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'buffer' is not allowed to appear in element 'ram'.]
20100924T164114.914: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'free' is not allowed to appear in element 'swap'.]
20100924T164114.914: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'idle' is not allowed to appear in element 'boot'.]
20100924T164114.915: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'vmsize' is not allowed to appear in element 'proc'.]
20100924T164114.915: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'rss' is not allowed to appear in element 'proc'.]
20100924T164114.916: [app] *** parser error *** Line: 1
[org.xml.sax.SAXParseException: cvc-complex-type.2.4.d: Invalid content was found starting with element 'task'. No child element is expected at this point.]
20100924T164114.936: [app] invocation 1 was parsed successfully
20100924T164114.936: [app] exit status = 0
Between Karan and me, we should fix this.