[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[seabios baseline-only test] 66971: tolerable FAIL



This run is configured for baseline tests only.

flight 66971 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66971/

Failures :-/ but no regressions.

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop             fail like 66956
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop              fail like 66956
 test-amd64-amd64-qemuu-nested-intel 16 debian-hvm-install/l1/l2 fail like 66956

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass

version targeted for testing:
 seabios              19e8ea6312f3f60c34c2c20f95fb81306b320f74
baseline version:
 seabios              8bc6d9f8e9bd1c211660f9ec91c237821d7f4089

Last test of basis    66956  2016-08-09 19:20:46 Z    3 days
Testing same since    66971  2016-08-11 20:26:15 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Kevin O'Connor <kevin@xxxxxxxxxxxx>
  Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm           pass    
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm                pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm                 pass    
 test-amd64-amd64-qemuu-nested-amd                            fail    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64                    pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64                     pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-amd64-qemuu-nested-intel                          fail    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1                     pass    
 test-amd64-amd64-xl-qemuu-winxpsp3                           pass    
 test-amd64-i386-xl-qemuu-winxpsp3                            pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit 19e8ea6312f3f60c34c2c20f95fb81306b320f74
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Tue Aug 9 13:24:51 2016 -0400

    tpm: Append to TPM2 log the hashes used for PCR extension
    
    Modify the function that writes the TPM logs to take the same digest
    passed to tpm_extend.  Update the tpm2 acpi log header to describe the
    digest format.
    
    Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit a99de5c35df0419ed630437c31031e145351dbc8
Author: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>
Date:   Fri Aug 5 11:07:11 2016 -0400

    tpm: Extend tpm20_extend to support extending to multiple PCR banks
    
    Extend the tpm20_extend function to support extending a hash to
    multiple PCR banks. The sha1 hash that's being extended into the
    sha256 bank for example, will be filled with zero-bytes to the
    size of a sha256 hash.
    
    Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 3b97efad61e39cf430286b6cb85db64069c0a951
Author: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>
Date:   Fri Aug 5 11:07:10 2016 -0400

    tpm: Refactor tpml_digest_values_sha1 structure
    
    Refactor the tpml_digest_values_sha1 structure so we can later cast it
    to the more general tpml_digest_values structure. Move the count member
    into this structure.
    
    Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>

commit 0fb23c327d553049500d251ae9376c3e2ce1f2d1
Author: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>
Date:   Fri Aug 5 11:07:09 2016 -0400

    tpm: Restructure tpm20_extend to use buffer and take hash as parameter
    
    Restructure the tpm20_extend function to use a buffer for the
    command to send to the TPM. The size of the buffer is calculated
    from the size of tpm2_req_extend structure and the appended SHA1
    hash.
    
    Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>

commit 74544faa47b7fefebfe3a65c1419d5e436986d1b
Author: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>
Date:   Fri Aug 5 11:07:08 2016 -0400

    tpm: Retrieve the PCR Bank configuration
    
    Implement tpm20_get_capability and retrieve the PCR Bank configuration
    from the TPM using this function.
    
    Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxxxxxxxxxx>

commit 996a8a9504f33e318750fbdfa3d0d529654e215a
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Wed Aug 10 10:52:12 2016 -0400

    checkstack: Handle conditional checks at start of functions
    
    Recent versions of gcc will sometimes place conditional checks in the
    code prior to setting up the function's stack frame.  Handle this case
    correctly.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.