<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm trying to test open-scap and scap-security-guide with the latest
    content from git, and am steadfastly getting void eval results.<br>
    <br>
    As in<br>
    <blockquote>
      <pre>oscap xccdf eval --profile common --oval-results --results /tmp/results-test.xml output/ssg-rhel6-xccdf.xml
</pre>
    </blockquote>
    produces<br>
    <blockquote>
      <pre>  …
  <TestResult id="xccdf_org.open-scap_testresult_common" start-time="2012-11-20T15:51:12" end-time="2012-11-20T15:51:12">
    <title>OSCAP Scan Result</title>
    <profile idref="common"/>
    <target>localhost.localdomain</target>
    <target-address>127.0.0.1</target-address>
    <target-address>172.16.188.131</target-address>
    <target-address>::1</target-address>
    <target-address>fe80::20c:29ff:fe02:4cb</target-address>
    <target-facts>
      <fact name="urn:xccdf:fact:ethernet:MAC" type="string">00:00:00:00:00:00</fact>
      <fact name="urn:xccdf:fact:ethernet:MAC" type="string">00:0C:29:02:04:CB</fact>
      <fact name="urn:xccdf:fact:ethernet:MAC" type="string">00:00:00:00:00:00</fact>
      <fact name="urn:xccdf:fact:ethernet:MAC" type="string">00:0C:29:02:04:CB</fact>
    </target-facts>
    <score system="urn:xccdf:scoring:default" maximum="100.000000">0.000000</score>
  </TestResult>
</pre>
    </blockquote>
    I have validated the input (removing one incorrect <select>
    reference, but cannot actually achieve any evaluation. No error
    messages are produced.<br>
    <br>
    Open SCAP and scap-security-guide have each been prepared on the
    evaluation system (RHEL 6.3 64-bit in a VM) using the latest content
    from the repository.<br>
    <br>
    Any suggestions on debugging would be appreciated. I'm feeling
    dumber by the minute.<br>
    <br>
    I'm using <br>
    <br>
    Regards,<br>
    <br>
    Gary<br>
    <br>
  </body>
</html>