[Avocado-devel] Beaker integration

Andrei Stepanov astepano at redhat.com
Wed Dec 9 11:58:26 UTC 2015


Got the same result.

14548 ?        Sl     0:02 python
/mnt/tests/spice/qe-tests/avocado/scripts/avocado vt-bootstrap --vt-type
spice --vt-no-downloads -
14574 ?        S      0:00 /usr/bin/git fetch -q -f -u -t
http://github.com/autotest/tp-libvirt.git master:master
14576 ?        S      0:00 git-remote-http
http://github.com/autotest/tp-libvirt.git
http://github.com/autotest/tp-libvirt.git
14588 ?        S      0:00 git fetch-pack --stateless-rpc --lock-pack
--thin --no-progress http://github.com/autotest/tp-libvirt.git

I tried to debug it, and what I got:


# GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone --verbose
http://github.com/autotest/tp-libvirt.git
trace: built-in: git 'clone' '--verbose' '
http://github.com/autotest/tp-libvirt.git'
Initialized empty Git repository in /root/tp-libvirt/.git/
trace: run_command: 'git-remote-http' '
http://github.com/autotest/tp-libvirt.git' '
http://github.com/autotest/tp-libvirt.git'
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to github.com port 80 (#0)
*   Trying 192.30.252.129... * Connected to github.com (192.30.252.129)
port 80 (#0)
> GET /autotest/tp-libvirt.git/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/1.7.1
Host: github.com
Accept: */*
Pragma: no-cache

< HTTP/1.1 301 Moved Permanently
< Content-length: 0
< Location:
https://github.com/autotest/tp-libvirt.git/info/refs?service=git-upload-pack
< Connection: close
<
* Closing connection #0
* Issue another request to this URL: '
https://github.com/autotest/tp-libvirt.git/info/refs?service=git-upload-pack
'
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to github.com port 443 (#0)
*   Trying 192.30.252.129... * Connected to github.com (192.30.252.129)
port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL connection using TLS_RSA_WITH_AES_128_CBC_SHA
* Server certificate:
*     subject: CN=github.com,O="GitHub, Inc.",L=San
Francisco,ST=California,C=US,postalCode=94107,STREET=548 4th
Street,serialNumber=5157550,incorporationState=Delaware,incorporationCountry=US,businessCategory=Private
Organization
*     start date: Apr 08 00:00:00 2014 GMT
*     expire date: Apr 12 12:00:00 2016 GMT
*     common name: github.com
*     issuer: CN=DigiCert SHA2 Extended Validation Server CA,OU=
www.digicert.com,O=DigiCert Inc,C=US
> GET /autotest/tp-libvirt.git/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/1.7.1
Host: github.com
Accept: */*
Pragma: no-cache

< HTTP/1.1 200 OK
< Server: GitHub Babel 2.0
< Content-Type: application/x-git-upload-pack-advertisement
< Transfer-Encoding: chunked
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Vary: Accept-Encoding
< X-GitHub-Request-Id: D5AF250A:6922:2ADA75C:56681508
<
* Expire cleared
* Connection #0 to host github.com left intact
trace: run_command: 'fetch-pack' '--stateless-rpc' '--lock-pack' '--thin' '
http://github.com/autotest/tp-libvirt.git' 'refs/heads/master'
trace: exec: 'git' 'fetch-pack' '--stateless-rpc' '--lock-pack' '--thin' '
http://github.com/autotest/tp-libvirt.git' 'refs/heads/master'
trace: built-in: git 'fetch-pack' '--stateless-rpc' '--lock-pack' '--thin' '
http://github.com/autotest/tp-libvirt.git' 'refs/heads/master'
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to github.com port 80 (#0)
*   Trying 192.30.252.129... * connected
* Connected to github.com (192.30.252.129) port 80 (#0)
> POST /autotest/tp-libvirt.git/git-upload-pack HTTP/1.1
User-Agent: git/1.7.1
Host: github.com
Accept-Encoding: deflate, gzip
Content-Type: application/x-git-upload-pack-request
Accept: application/x-git-upload-pack-result
Content-Length: 116

< HTTP/1.1 301 Moved Permanently
< Content-length: 0
< Location: https://github.com/autotest/tp-libvirt.git/git-upload-pack
< Connection: close
<
* Closing connection #0
* Issue another request to this URL: '
https://github.com/autotest/tp-libvirt.git/git-upload-pack'
* Violate RFC 2616/10.3.2 and switch from POST to GET
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to github.com port 443 (#0)
*   Trying 192.30.252.129... * connected
* Connected to github.com (192.30.252.129) port 443 (#0)
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL connection using TLS_RSA_WITH_AES_128_CBC_SHA
* Server certificate:
*     subject: CN=github.com,O="GitHub, Inc.",L=San
Francisco,ST=California,C=US,postalCode=94107,STREET=548 4th
Street,serialNumber=5157550,incorporationState=Delaware,incorporationCountry=US,businessCategory=Private
Organization
*     start date: Apr 08 00:00:00 2014 GMT
*     expire date: Apr 12 12:00:00 2016 GMT
*     common name: github.com
*     issuer: CN=DigiCert SHA2 Extended Validation Server CA,OU=
www.digicert.com,O=DigiCert Inc,C=US
> GET /autotest/tp-libvirt.git/git-upload-pack HTTP/1.1
User-Agent: git/1.7.1
Host: github.com
Accept-Encoding: deflate, gzip
Content-Type: application/x-git-upload-pack-request
Accept: application/x-git-upload-pack-result

< HTTP/1.1 200 OK
< Server: GitHub Babel 2.0
< Content-Type: application/x-git-upload-pack-result
< Transfer-Encoding: chunked
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Vary: Accept-Encoding
< X-GitHub-Request-Id: D5AF250A:6920:1A2CA55:56681509
<
* Connection #0 to host github.com left intact


(It shows the last line and sticks with it)


Very strange.

On Wed, Dec 9, 2015 at 11:19 AM, Andrei Stepanov <astepano at redhat.com>
wrote:

> Hello
>
> Does somebody have any idea about what is "MARK-LWD-LOOP" ?
>
> We have a Beaker task that runs Avocado tests.
>
> Sometimes it hangups at:
>
> 15179 ?        Sl     0:01 python
> /mnt/tests/spice/qe-tests/avocado/scripts/avocado vt-bootstrap --vt-type
> spice --vt-no-
> 15205 ?        S      0:00 /usr/bin/git fetch -q -f -u -t
> http://github.com/autotest/tp-qemu.git master:master
> 15207 ?        S      0:00 git-remote-http
> http://github.com/autotest/tp-qemu.git
> http://github.com/autotest/tp-qemu.git
> 15219 ?        S      0:00 git fetch-pack --stateless-rpc --lock-pack
> --thin --no-progress http://github.com/autotest/tp-
>
> Than it got killed (timeout for test expired).
>
> cat /proc/15179/fd/1 shows:
>
>
> :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
> :: [   LOG    ] :: /spice/qe-tests: virt-test bootstrap
>
> ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
> ...
>
> :: [  BEGIN   ] :: Running 'avocado vt-bootstrap --vt-type spice
> --vt-no-downloads --vt-update-config'
> Error loading avocado.core.plugins.vt_list -> EnvironmentError Bootstrap
> missing. Execute 'avocado vt-bootstrap' or disable this plugin to get rid
> of this message
> Error loading avocado.core.plugins.vt -> EnvironmentError Bootstrap
> missing. Execute 'avocado vt-bootstrap' or disable this plugin to get rid
> of this message
> 06:04:23 INFO | spice test config helper
> 06:04:23 INFO |
> 06:04:23 INFO | 1 - Updating all test providers
> 06:04:23 DEBUG| Creating directory
> /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/test-providers.d/downloads/io-github-autotest-qemu
> for git repo http://github.com/autotest/tp-qemu.git
> 06:04:23 DEBUG| Initializing new git repo at
> /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/test-providers.d/downloads/io-github-autotest-qemu
> for receiving git repo http://github.com/autotest/tp-qemu.git
> 06:04:23 INFO | Fetching git [REP 'http://github.com/autotest/tp-qemu.git'
> BRANCH 'master'] ->
> /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/test-providers.d/downloads/io-github-autotest-qemu
>
> MARK-LWD-LOOP -- 2015-12-09 06:08:18 --
>
> MARK-LWD-LOOP -- 2015-12-09 06:13:18 --
>
> MARK-LWD-LOOP -- 2015-12-09 06:18:19 --
>
> MARK-LWD-LOOP  -- repeats many times until tests is killed
>
>
>
> Any ideas what it could be?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/avocado-devel/attachments/20151209/e6c4d844/attachment.htm>
-------------- next part --------------
test -x runtest.sh || chmod a+x runtest.sh
./runtest.sh

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Add EPEL repository
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [  BEGIN   ] :: Running 'rlImport usability/nginx-custom-dir'
:: [ 12:12:11 ] :: [ INFO    ] :: rlImport: Found 'usability/nginx-custom-dir', version '2.0-1' in /mnt/tests
:: [ 12:12:11 ] :: [ INFO    ] :: rlImport: Will try to import usability/nginx-custom-dir from /mnt/tests/usability/Library/nginx-custom-dir/lib.sh
:: [ 12:12:11 ] :: [ INFO    ] :: rlImport: Found 'distribution/epel', version '7, 1.0-25' in /mnt/tests
:: [ 12:12:11 ] :: [ INFO    ] :: rlImport: Will try to import distribution/epel from /mnt/tests/distribution/Library/epel/lib.sh
loading library distribution/epel v7... done.
:: [ 12:12:12 ] :: Determined distro is 'RedHatEnterpriseLinux'
:: [ 12:12:13 ] :: Determined RedHatEnterpriseLinux release is '6'
:: [ 12:12:13 ] :: find current epel-release package version
:: [ 12:12:13 ] :: attempt no. 1
:: [ 12:12:13 ] :: using URL http://download.fedoraproject.org/pub/epel/6/x86_64
:: [ 12:12:39 ] :: found 'epel-release-6-8.noarch.rpm', using url http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
:: [ 12:12:39 ] :: install epel repo
:: [  BEGIN   ] :: Running 'wget -t 3 -T 180 -w 20 --waitretry=30 -O "epel_release_wGLhaoLz.rpm" "http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm"'
--2015-12-09 12:12:40--  http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Resolving download.fedoraproject.org... 2604:1580:fe00:0:dead:beef:cafe:fed1, 2610:28:3090:3001:dead:beef:cafe:fed3, 2607:f188::dead:beef:cafe:fed1, ...
Connecting to download.fedoraproject.org|2604:1580:fe00:0:dead:beef:cafe:fed1|:80... failed: Connection refused.
Connecting to download.fedoraproject.org|2610:28:3090:3001:dead:beef:cafe:fed3|:80... failed: Connection refused.
Connecting to download.fedoraproject.org|2607:f188::dead:beef:cafe:fed1|:80... failed: Connection refused.
Connecting to download.fedoraproject.org|209.132.181.16|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://download.eng.brq.redhat.com/pub/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm [following]
--2015-12-09 12:13:00--  http://download.eng.brq.redhat.com/pub/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
Resolving download.eng.brq.redhat.com... 2620:52:0:2230::a22:30f1, 10.34.48.241
Connecting to download.eng.brq.redhat.com|2620:52:0:2230::a22:30f1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14540 (14K) [application/x-rpm]
Saving to: “epel_release_wGLhaoLz.rpm”

     0K .......... ....                                       100% 29.4M=0s

2015-12-09 12:13:00 (29.4 MB/s) - “epel_release_wGLhaoLz.rpm” saved [14540/14540]

:: [   PASS   ] :: Command 'wget -t 3 -T 180 -w 20 --waitretry=30 -O "epel_release_wGLhaoLz.rpm" "http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm"' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'rpm -i "epel_release_wGLhaoLz.rpm"'
warning: epel_release_wGLhaoLz.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
:: [   PASS   ] :: Command 'rpm -i "epel_release_wGLhaoLz.rpm"' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'rm -f "epel_release_wGLhaoLz.rpm"'
:: [   PASS   ] :: Command 'rm -f "epel_release_wGLhaoLz.rpm"' (Expected 0, got 0)
:: [ 12:13:03 ] :: disabling epel repos
:: [ 12:13:03 ] :: setting skip if unavailable
:: [  BEGIN   ] :: Running 'rlImport 'distribution/epel''
:: [   PASS   ] :: Command 'rlImport 'distribution/epel'' (Expected 0, got 0)
Loaded plugins: product-id
================================== repo: epel ==================================
[epel]
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/6Server
baseurl = 
cache = 0
cachedir = /var/cache/yum/x86_64/6Server/epel
cost = 1000
enabled = 1
enablegroups = True
exclude = 
failovermethod = priority
gpgcadir = /var/lib/yum/repos/x86_64/6Server/epel/gpgcadir
gpgcakey = 
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/6Server/epel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
hdrdir = /var/cache/yum/x86_64/6Server/epel/headers
http_caching = all
includepkgs = 
keepalive = True
mdpolicy = group:primary
mediaid = 
metadata_expire = 21600
metalink = 
mirrorlist = https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64
mirrorlist_expire = 86400
name = Extra Packages for Enterprise Linux 6 - x86_64
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/6Server/epel
pkgdir = /var/cache/yum/x86_64/6Server/epel/packages
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
retries = 10
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 30.0
username = 

package nginx is not installed
:: [ 12:13:05 ] :: Package nginx is not present
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package nginx.x86_64 0:1.0.15-12.el6 will be installed
--> Processing Dependency: nginx-filesystem = 1.0.15-12.el6 for package: nginx-1.0.15-12.el6.x86_64
--> Processing Dependency: nginx-filesystem for package: nginx-1.0.15-12.el6.x86_64
--> Processing Dependency: gd for package: nginx-1.0.15-12.el6.x86_64
--> Processing Dependency: GeoIP for package: nginx-1.0.15-12.el6.x86_64
--> Processing Dependency: libgd.so.2()(64bit) for package: nginx-1.0.15-12.el6.x86_64
--> Processing Dependency: libGeoIP.so.1()(64bit) for package: nginx-1.0.15-12.el6.x86_64
--> Running transaction check
---> Package GeoIP.x86_64 0:1.6.5-1.el6 will be installed
--> Processing Dependency: geoipupdate for package: GeoIP-1.6.5-1.el6.x86_64
--> Processing Dependency: GeoIP-data for package: GeoIP-1.6.5-1.el6.x86_64
---> Package gd.x86_64 0:2.0.35-11.el6 will be installed
--> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-11.el6.x86_64
---> Package nginx-filesystem.noarch 0:1.0.15-12.el6 will be installed
--> Running transaction check
---> Package GeoIP-GeoLite-data.noarch 0:2015.04-2.el6 will be installed
--> Processing Dependency: GeoIP-GeoLite-data-extra = 2015.04-2.el6 for package: GeoIP-GeoLite-data-2015.04-2.el6.noarch
---> Package geoipupdate.x86_64 0:2.2.1-2.el6 will be installed
---> Package libXpm.x86_64 0:3.5.10-2.el6 will be installed
--> Running transaction check
---> Package GeoIP-GeoLite-data-extra.noarch 0:2015.04-2.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                     Arch      Version           Repository        Size
================================================================================
Installing:
 nginx                       x86_64    1.0.15-12.el6     epel             404 k
Installing for dependencies:
 GeoIP                       x86_64    1.6.5-1.el6       epel             113 k
 GeoIP-GeoLite-data          noarch    2015.04-2.el6     epel             343 k
 GeoIP-GeoLite-data-extra    noarch    2015.04-2.el6     epel              23 M
 gd                          x86_64    2.0.35-11.el6     beaker-Server    142 k
 geoipupdate                 x86_64    2.2.1-2.el6       epel              28 k
 libXpm                      x86_64    3.5.10-2.el6      beaker-Server     51 k
 nginx-filesystem            noarch    1.0.15-12.el6     epel             8.1 k

Transaction Summary
================================================================================
Install       8 Package(s)

Total download size: 24 M
Installed size: 50 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                            37 MB/s |  24 MB     00:00     
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Importing GPG key 0x0608B895:
 Userid : EPEL (6) <epel at fedoraproject.org>
 Package: epel-release-6-8.noarch (installed)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.

  Installing : GeoIP-GeoLite-data-extra-2015.04-2.el6.noarch                1/8 

  Installing : GeoIP-GeoLite-data-2015.04-2.el6.noarch                      2/8 

  Installing : geoipupdate-2.2.1-2.el6.x86_64                               3/8 

  Installing : GeoIP-1.6.5-1.el6.x86_64                                     4/8 

  Installing : libXpm-3.5.10-2.el6.x86_64                                   5/8 

  Installing : gd-2.0.35-11.el6.x86_64                                      6/8 

  Installing : nginx-filesystem-1.0.15-12.el6.noarch                        7/8 

  Installing : nginx-1.0.15-12.el6.x86_64                                   8/8 

  Verifying  : nginx-filesystem-1.0.15-12.el6.noarch                        1/8 

  Verifying  : GeoIP-1.6.5-1.el6.x86_64                                     2/8 

  Verifying  : GeoIP-GeoLite-data-2015.04-2.el6.noarch                      3/8 

  Verifying  : libXpm-3.5.10-2.el6.x86_64                                   4/8 

  Verifying  : geoipupdate-2.2.1-2.el6.x86_64                               5/8 

  Verifying  : GeoIP-GeoLite-data-extra-2015.04-2.el6.noarch                6/8 

  Verifying  : nginx-1.0.15-12.el6.x86_64                                   7/8 

  Verifying  : gd-2.0.35-11.el6.x86_64                                      8/8 

Installed:
  nginx.x86_64 0:1.0.15-12.el6                                                  

Dependency Installed:
  GeoIP.x86_64 0:1.6.5-1.el6                                                    
  GeoIP-GeoLite-data.noarch 0:2015.04-2.el6                                     
  GeoIP-GeoLite-data-extra.noarch 0:2015.04-2.el6                               
  gd.x86_64 0:2.0.35-11.el6                                                     
  geoipupdate.x86_64 0:2.2.1-2.el6                                              
  libXpm.x86_64 0:3.5.10-2.el6                                                  
  nginx-filesystem.noarch 0:1.0.15-12.el6                                       

Complete!
nginx-1.0.15-12.el6.x86_64
:: [   PASS   ] :: Checking for the presence of nginx rpm 
:: [ 12:13:38 ] :: Package versions:
:: [ 12:13:38 ] ::   nginx-1.0.15-12.el6.x86_64
:: [   PASS   ] :: Command 'rlImport usability/nginx-custom-dir' (Expected 0, got 0)
:: [ 12:13:38 ] :: [ INFO    ] :: Location /journal uses root: /mnt/tests/spice/qe-tests
:: [ 12:13:39 ] :: [ INFO    ] :: Config for location: /journal is /etc/nginx/default.d/beaker_journal.conf
:: [   PASS   ] :: File /etc/nginx/default.d/beaker_journal.conf should exist 
nginx is stopped
nginx is stopped
Starting nginx: [  OK  ]
:: [ 12:13:40 ] :: rlServiceStart: Service nginx started successfully
:: [  BEGIN   ] :: Running 'chkconfig nginx on'
:: [   PASS   ] :: Command 'chkconfig nginx on' (Expected 0, got 0)
:: [ 12:13:41 ] :: [ INFO    ] :: Location /avocado-logs uses root: /mnt/tests/spice/qe-tests
:: [ 12:13:41 ] :: [ INFO    ] :: Config for location: /avocado-logs is /etc/nginx/default.d/beaker_avocado_logs.conf
:: [   PASS   ] :: File /etc/nginx/default.d/beaker_avocado_logs.conf should exist 
nginx (pid  9075) is running...
Stopping nginx: [  OK  ]
nginx is stopped
Starting nginx: [  OK  ]
:: [ 12:13:43 ] :: rlServiceStart: Service nginx started successfully
:: [  BEGIN   ] :: Running 'chkconfig nginx on'
:: [   PASS   ] :: Command 'chkconfig nginx on' (Expected 0, got 0)
'ce07f37a-83e1-4ff0-866b-92f78cd588a8'
-spice-qe-tests-Add-EPEL-repository result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
    Info: Searching AVC errors produced since 1449659527.54 (Wed Dec  9 12:12:07 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Add EPEL repository
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [  BEGIN   ] :: Running 'rlImport 'distribution/epel''
:: [   PASS   ] :: Command 'rlImport 'distribution/epel'' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'yum-config-manager --enable epel'
Loaded plugins: product-id
================================== repo: epel ==================================
[epel]
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/6Server
baseurl = 
cache = 0
cachedir = /var/cache/yum/x86_64/6Server/epel
cost = 1000
enabled = True
enablegroups = True
exclude = 
failovermethod = priority
gpgcadir = /var/lib/yum/repos/x86_64/6Server/epel/gpgcadir
gpgcakey = 
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/6Server/epel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
hdrdir = /var/cache/yum/x86_64/6Server/epel/headers
http_caching = all
includepkgs = 
keepalive = True
mdpolicy = group:primary
mediaid = 
metadata_expire = 21600
metalink = 
mirrorlist = https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64
mirrorlist_expire = 86400
name = Extra Packages for Enterprise Linux 6 - x86_64
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/6Server/epel
pkgdir = /var/cache/yum/x86_64/6Server/epel/packages
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
retries = 10
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 30.0
username = 

:: [   PASS   ] :: Command 'yum-config-manager --enable epel' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'yum-config-manager --enable epel-testing'
Loaded plugins: product-id
============================== repo: epel-testing ==============================
[epel-testing]
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/6Server
baseurl = 
cache = 0
cachedir = /var/cache/yum/x86_64/6Server/epel-testing
cost = 1000
enabled = 1
enablegroups = True
exclude = 
failovermethod = priority
gpgcadir = /var/lib/yum/repos/x86_64/6Server/epel-testing/gpgcadir
gpgcakey = 
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/6Server/epel-testing/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
hdrdir = /var/cache/yum/x86_64/6Server/epel-testing/headers
http_caching = all
includepkgs = 
keepalive = True
mdpolicy = group:primary
mediaid = 
metadata_expire = 21600
metalink = 
mirrorlist = https://mirrors.fedoraproject.org/metalink?repo=testing-epel6&arch=x86_64
mirrorlist_expire = 86400
name = Extra Packages for Enterprise Linux 6 - Testing - x86_64
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/6Server/epel-testing
pkgdir = /var/cache/yum/x86_64/6Server/epel-testing/packages
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
retries = 10
skip_if_unavailable = True
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 30.0
username = 

:: [   PASS   ] :: Command 'yum-config-manager --enable epel-testing' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'yum-config-manager --disable beaker-tasks'
Loaded plugins: product-id
============================== repo: beaker-tasks ==============================
[beaker-tasks]
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/6Server
baseurl = http://beaker.engineering.redhat.com/repos/2367859
cache = 0
cachedir = /var/cache/yum/x86_64/6Server/beaker-tasks
cost = 1000
enabled = 0
enablegroups = True
exclude = 
failovermethod = priority
gpgcadir = /var/lib/yum/repos/x86_64/6Server/beaker-tasks/gpgcadir
gpgcakey = 
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/6Server/beaker-tasks/gpgdir
gpgkey = 
hdrdir = /var/cache/yum/x86_64/6Server/beaker-tasks/headers
http_caching = all
includepkgs = 
keepalive = True
mdpolicy = group:primary
mediaid = 
metadata_expire = 21600
metalink = 
mirrorlist = 
mirrorlist_expire = 86400
name = beaker-tasks
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/6Server/beaker-tasks
pkgdir = /var/cache/yum/x86_64/6Server/beaker-tasks/packages
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
retries = 10
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 30.0
username = 

:: [   PASS   ] :: Command 'yum-config-manager --disable beaker-tasks' (Expected 0, got 0)
'6933b111-708c-4eec-897b-190da1053b51'
-spice-qe-tests-Add-EPEL-repository result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
    Info: Searching AVC errors produced since 1449659625.25 (Wed Dec  9 12:13:45 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Install packages
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

dosfstools-3.0.9-4.el6.x86_64
:: [ 12:13:52 ] :: Package dosfstools is present
:: [ 12:13:52 ] :: Package versions:
:: [ 12:13:52 ] ::   dosfstools-3.0.9-4.el6.x86_64
package mtools is not installed
:: [ 12:13:52 ] :: Package mtools is not present
:: [  BEGIN   ] :: Running 'yum -y install mtools'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mtools.x86_64 0:4.0.12-1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package        Arch           Version              Repository             Size
================================================================================
Installing:
 mtools         x86_64         4.0.12-1.el6         beaker-Server         194 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 194 k
Installed size: 310 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : mtools-4.0.12-1.el6.x86_64                                   1/1 

  Verifying  : mtools-4.0.12-1.el6.x86_64                                   1/1 

Installed:
  mtools.x86_64 0:4.0.12-1.el6                                                  

Complete!
:: [   PASS   ] :: Command 'yum -y install mtools' (Expected 0, got 0)
package autofs is not installed
:: [ 12:14:05 ] :: Package autofs is not present
:: [  BEGIN   ] :: Running 'yum -y install autofs'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package autofs.x86_64 1:5.0.5-113.el6 will be installed
--> Processing Dependency: libhesiod.so.0()(64bit) for package: 1:autofs-5.0.5-113.el6.x86_64
--> Running transaction check
---> Package hesiod.x86_64 0:3.1.0-19.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package       Arch          Version                 Repository            Size
================================================================================
Installing:
 autofs        x86_64        1:5.0.5-113.el6         beaker-Server        729 k
Installing for dependencies:
 hesiod        x86_64        3.1.0-19.el6            beaker-Server         20 k

Transaction Summary
================================================================================
Install       2 Package(s)

Total download size: 749 k
Installed size: 4.6 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.5 MB/s | 749 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : hesiod-3.1.0-19.el6.x86_64                                   1/2 

  Installing : 1:autofs-5.0.5-113.el6.x86_64                                2/2 

  Verifying  : hesiod-3.1.0-19.el6.x86_64                                   1/2 

  Verifying  : 1:autofs-5.0.5-113.el6.x86_64                                2/2 

Installed:
  autofs.x86_64 1:5.0.5-113.el6                                                 

Dependency Installed:
  hesiod.x86_64 0:3.1.0-19.el6                                                  

Complete!
:: [   PASS   ] :: Command 'yum -y install autofs' (Expected 0, got 0)
package qemu-kvm is not installed
:: [ 12:14:15 ] :: Package qemu-kvm is not present
:: [  BEGIN   ] :: Running 'yum -y install qemu-kvm'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package qemu-kvm.x86_64 2:0.12.1.2-2.479.el6 will be installed
--> Processing Dependency: qemu-img = 2:0.12.1.2-2.479.el6 for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: seabios >= 0.6.1.2-20.el6 for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: /usr/share/gpxe/e1000-0x100e.rom for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64

MARK-LWD-LOOP -- 2015-12-09 12:14:26 --
--> Processing Dependency: /usr/share/gpxe/pcnet32.rom for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: /usr/share/gpxe/rtl8029.rom for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: /usr/share/gpxe/rtl8139.rom for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: /usr/share/gpxe/virtio-net.rom for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: /usr/share/sgabios/sgabios.bin for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: glusterfs-api for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libpulse-simple.so.0(PULSE_0)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.4)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.3)(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: vgabios for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: vgabios-qxl for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: vgabios-stdvga for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: vgabios-vmware for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libgfapi.so.0()(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libgfrpc.so.0()(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libgfxdr.so.0()(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libpulse-simple.so.0()(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libpulse.so.0()(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libspice-server.so.1()(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Processing Dependency: libusbredirparser.so.1()(64bit) for package: 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64
--> Running transaction check
---> Package glusterfs-api.x86_64 0:3.6.0.54-1.el6 will be installed
--> Processing Dependency: glusterfs = 3.6.0.54-1.el6 for package: glusterfs-api-3.6.0.54-1.el6.x86_64
---> Package glusterfs-libs.x86_64 0:3.6.0.54-1.el6 will be installed
---> Package gpxe-roms-qemu.noarch 0:0.9.7-6.14.el6 will be installed
---> Package pulseaudio-libs.x86_64 0:0.9.21-21.el6 will be installed
--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-0.9.21-21.el6.x86_64
--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-0.9.21-21.el6.x86_64
--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-0.9.21-21.el6.x86_64
---> Package qemu-img.x86_64 2:0.12.1.2-2.479.el6 will be installed
---> Package seabios.x86_64 0:0.6.1.2-30.el6 will be installed
---> Package sgabios-bin.noarch 0:0-0.3.20110621svn.el6 will be installed
---> Package spice-server.x86_64 0:0.12.4-12.el6 will be installed
--> Processing Dependency: libcelt051.so.0()(64bit) for package: spice-server-0.12.4-12.el6.x86_64
---> Package usbredir.x86_64 0:0.5.1-2.el6 will be installed
---> Package vgabios.noarch 0:0.6b-3.7.el6 will be installed
--> Running transaction check
---> Package celt051.x86_64 0:0.5.1.3-0.el6 will be installed
---> Package glusterfs.x86_64 0:3.6.0.54-1.el6 will be installed
---> Package libasyncns.x86_64 0:0.8-1.1.el6 will be installed
---> Package libsndfile.x86_64 0:1.0.20-5.el6 will be installed
--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.20-5.el6.x86_64
--> Running transaction check
---> Package flac.x86_64 0:1.2.1-7.el6_6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch      Version                    Repository        Size
================================================================================
Installing:
 qemu-kvm           x86_64    2:0.12.1.2-2.479.el6       beaker-Server    1.6 M
Installing for dependencies:
 celt051            x86_64    0.5.1.3-0.el6              beaker-Server     50 k
 flac               x86_64    1.2.1-7.el6_6              beaker-Server    242 k
 glusterfs          x86_64    3.6.0.54-1.el6             beaker-Server    1.3 M
 glusterfs-api      x86_64    3.6.0.54-1.el6             beaker-Server     62 k
 glusterfs-libs     x86_64    3.6.0.54-1.el6             beaker-Server    272 k
 gpxe-roms-qemu     noarch    0.9.7-6.14.el6             beaker-Server    221 k
 libasyncns         x86_64    0.8-1.1.el6                beaker-Server     24 k
 libsndfile         x86_64    1.0.20-5.el6               beaker-Server    233 k
 pulseaudio-libs    x86_64    0.9.21-21.el6              beaker-Server    462 k
 qemu-img           x86_64    2:0.12.1.2-2.479.el6       beaker-Server    830 k
 seabios            x86_64    0.6.1.2-30.el6             beaker-Server     93 k
 sgabios-bin        noarch    0-0.3.20110621svn.el6      beaker-Server    6.6 k
 spice-server       x86_64    0.12.4-12.el6              beaker-Server    345 k
 usbredir           x86_64    0.5.1-2.el6                beaker-Server     40 k
 vgabios            noarch    0.6b-3.7.el6               beaker-Server     42 k

Transaction Summary
================================================================================
Install      16 Package(s)

Total download size: 5.8 M
Installed size: 18 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           9.4 MB/s | 5.8 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : glusterfs-libs-3.6.0.54-1.el6.x86_64                        1/16 

  Installing : glusterfs-3.6.0.54-1.el6.x86_64                             2/16 

  Installing : glusterfs-api-3.6.0.54-1.el6.x86_64                         3/16 

  Installing : usbredir-0.5.1-2.el6.x86_64                                 4/16 

  Installing : 2:qemu-img-0.12.1.2-2.479.el6.x86_64                        5/16 

  Installing : seabios-0.6.1.2-30.el6.x86_64                               6/16 

  Installing : celt051-0.5.1.3-0.el6.x86_64                                7/16 

  Installing : spice-server-0.12.4-12.el6.x86_64                           8/16 

  Installing : libasyncns-0.8-1.1.el6.x86_64                               9/16 

  Installing : sgabios-bin-0-0.3.20110621svn.el6.noarch                   10/16 

  Installing : vgabios-0.6b-3.7.el6.noarch                                11/16 

  Installing : gpxe-roms-qemu-0.9.7-6.14.el6.noarch                       12/16 

  Installing : flac-1.2.1-7.el6_6.x86_64                                  13/16 

  Installing : libsndfile-1.0.20-5.el6.x86_64                             14/16 

  Installing : pulseaudio-libs-0.9.21-21.el6.x86_64                       15/16 

  Installing : 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64                       16/16 

  Verifying  : glusterfs-api-3.6.0.54-1.el6.x86_64                         1/16 

  Verifying  : pulseaudio-libs-0.9.21-21.el6.x86_64                        2/16 

  Verifying  : glusterfs-3.6.0.54-1.el6.x86_64                             3/16 

  Verifying  : flac-1.2.1-7.el6_6.x86_64                                   4/16 

  Verifying  : gpxe-roms-qemu-0.9.7-6.14.el6.noarch                        5/16 

  Verifying  : 2:qemu-kvm-0.12.1.2-2.479.el6.x86_64                        6/16 

  Verifying  : vgabios-0.6b-3.7.el6.noarch                                 7/16 

  Verifying  : glusterfs-libs-3.6.0.54-1.el6.x86_64                        8/16 

  Verifying  : usbredir-0.5.1-2.el6.x86_64                                 9/16 

  Verifying  : 2:qemu-img-0.12.1.2-2.479.el6.x86_64                       10/16 

  Verifying  : sgabios-bin-0-0.3.20110621svn.el6.noarch                   11/16 

  Verifying  : libasyncns-0.8-1.1.el6.x86_64                              12/16 

  Verifying  : celt051-0.5.1.3-0.el6.x86_64                               13/16 

  Verifying  : seabios-0.6.1.2-30.el6.x86_64                              14/16 

  Verifying  : libsndfile-1.0.20-5.el6.x86_64                             15/16 

  Verifying  : spice-server-0.12.4-12.el6.x86_64                          16/16 

Installed:
  qemu-kvm.x86_64 2:0.12.1.2-2.479.el6                                          

Dependency Installed:
  celt051.x86_64 0:0.5.1.3-0.el6                                                
  flac.x86_64 0:1.2.1-7.el6_6                                                   
  glusterfs.x86_64 0:3.6.0.54-1.el6                                             
  glusterfs-api.x86_64 0:3.6.0.54-1.el6                                         
  glusterfs-libs.x86_64 0:3.6.0.54-1.el6                                        
  gpxe-roms-qemu.noarch 0:0.9.7-6.14.el6                                        
  libasyncns.x86_64 0:0.8-1.1.el6                                               
  libsndfile.x86_64 0:1.0.20-5.el6                                              
  pulseaudio-libs.x86_64 0:0.9.21-21.el6                                        
  qemu-img.x86_64 2:0.12.1.2-2.479.el6                                          
  seabios.x86_64 0:0.6.1.2-30.el6                                               
  sgabios-bin.noarch 0:0-0.3.20110621svn.el6                                    
  spice-server.x86_64 0:0.12.4-12.el6                                           
  usbredir.x86_64 0:0.5.1-2.el6                                                 
  vgabios.noarch 0:0.6b-3.7.el6                                                 

Complete!
:: [   PASS   ] :: Command 'yum -y install qemu-kvm' (Expected 0, got 0)
package gdb-gdbserver is not installed
:: [ 12:14:45 ] :: Package gdb-gdbserver is not present
:: [  BEGIN   ] :: Running 'yum -y install gdb-gdbserver'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gdb-gdbserver.x86_64 0:7.2-83.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch         Version             Repository           Size
================================================================================
Installing:
 gdb-gdbserver       x86_64       7.2-83.el6          beaker-Server       222 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 222 k
Installed size: 258 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : gdb-gdbserver-7.2-83.el6.x86_64                              1/1 

  Verifying  : gdb-gdbserver-7.2-83.el6.x86_64                              1/1 

Installed:
  gdb-gdbserver.x86_64 0:7.2-83.el6                                             

Complete!
:: [   PASS   ] :: Command 'yum -y install gdb-gdbserver' (Expected 0, got 0)
package pystache is not installed
:: [ 12:14:52 ] :: Package pystache is not present
:: [  BEGIN   ] :: Running 'yum -y install pystache'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package pystache.noarch 0:0.3.1-1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch             Version               Repository      Size
================================================================================
Installing:
 pystache           noarch           0.3.1-1.el6           epel            12 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 12 k
Installed size: 27 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : pystache-0.3.1-1.el6.noarch                                  1/1 

  Verifying  : pystache-0.3.1-1.el6.noarch                                  1/1 

Installed:
  pystache.noarch 0:0.3.1-1.el6                                                 

Complete!
:: [   PASS   ] :: Command 'yum -y install pystache' (Expected 0, got 0)
package python-unittest2 is not installed
:: [ 12:14:59 ] :: Package python-unittest2 is not present
:: [  BEGIN   ] :: Running 'yum -y install python-unittest2'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-unittest2.noarch 0:0.5.1-3.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch           Version             Repository    Size
================================================================================
Installing:
 python-unittest2         noarch         0.5.1-3.el6         epel         138 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 138 k
Installed size: 678 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : python-unittest2-0.5.1-3.el6.noarch                          1/1 

  Verifying  : python-unittest2-0.5.1-3.el6.noarch                          1/1 

Installed:
  python-unittest2.noarch 0:0.5.1-3.el6                                         

Complete!
:: [   PASS   ] :: Command 'yum -y install python-unittest2' (Expected 0, got 0)
package fabric is not installed
:: [ 12:15:06 ] :: Package fabric is not present
:: [  BEGIN   ] :: Running 'yum -y install fabric'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package fabric.noarch 0:1.6.2-2.el6 will be installed
--> Processing Dependency: python-paramiko1.10 >= 1.10.0 for package: fabric-1.6.2-2.el6.noarch
--> Processing Dependency: python-crypto2.1 >= 2.1.0 for package: fabric-1.6.2-2.el6.noarch
--> Running transaction check
---> Package python-crypto2.1.x86_64 0:2.1.0-4.el6 will be installed
---> Package python-paramiko1.10.noarch 0:1.10.1-2.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                    Arch          Version             Repository   Size
================================================================================
Installing:
 fabric                     noarch        1.6.2-2.el6         epel        135 k
Installing for dependencies:
 python-crypto2.1           x86_64        2.1.0-4.el6         epel        313 k
 python-paramiko1.10        noarch        1.10.1-2.el6        epel        223 k

Transaction Summary
================================================================================
Install       3 Package(s)

Total download size: 672 k
Installed size: 2.7 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           8.7 MB/s | 672 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : python-crypto2.1-2.1.0-4.el6.x86_64                          1/3 

  Installing : python-paramiko1.10-1.10.1-2.el6.noarch                      2/3 

  Installing : fabric-1.6.2-2.el6.noarch                                    3/3 

  Verifying  : fabric-1.6.2-2.el6.noarch                                    1/3 

  Verifying  : python-crypto2.1-2.1.0-4.el6.x86_64                          2/3 

  Verifying  : python-paramiko1.10-1.10.1-2.el6.noarch                      3/3 

Installed:
  fabric.noarch 0:1.6.2-2.el6                                                   

Dependency Installed:
  python-crypto2.1.x86_64 0:2.1.0-4.el6                                         
  python-paramiko1.10.noarch 0:1.10.1-2.el6                                     

Complete!
:: [   PASS   ] :: Command 'yum -y install fabric' (Expected 0, got 0)
package pyliblzma is not installed
:: [ 12:15:17 ] :: Package pyliblzma is not present
:: [  BEGIN   ] :: Running 'yum -y install pyliblzma'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package pyliblzma.x86_64 0:0.5.3-3.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch            Version                 Repository     Size
================================================================================
Installing:
 pyliblzma          x86_64          0.5.3-3.el6             epel           45 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 45 k
Installed size: 181 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : pyliblzma-0.5.3-3.el6.x86_64                                 1/1 

  Verifying  : pyliblzma-0.5.3-3.el6.x86_64                                 1/1 

Installed:
  pyliblzma.x86_64 0:0.5.3-3.el6                                                

Complete!
:: [   PASS   ] :: Command 'yum -y install pyliblzma' (Expected 0, got 0)
package autotest-framework is not installed
:: [ 12:15:24 ] :: Package autotest-framework is not present
:: [  BEGIN   ] :: Running 'yum -y install autotest-framework'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package autotest-framework.noarch 0:0.16.2-3.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                   Arch          Version              Repository   Size
================================================================================
Installing:
 autotest-framework        noarch        0.16.2-3.el6         epel        3.1 M

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 3.1 M
Installed size: 6.7 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : autotest-framework-0.16.2-3.el6.noarch                       1/1 

  Verifying  : autotest-framework-0.16.2-3.el6.noarch                       1/1 

Installed:
  autotest-framework.noarch 0:0.16.2-3.el6                                      

Complete!
:: [   PASS   ] :: Command 'yum -y install autotest-framework' (Expected 0, got 0)
package dnsmasq is not installed
:: [ 12:15:35 ] :: Package dnsmasq is not present
:: [  BEGIN   ] :: Running 'yum -y install dnsmasq'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package dnsmasq.x86_64 0:2.48-14.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch           Version             Repository             Size
================================================================================
Installing:
 dnsmasq         x86_64         2.48-14.el6         beaker-Server         149 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 149 k
Installed size: 293 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : dnsmasq-2.48-14.el6.x86_64                                   1/1 

  Verifying  : dnsmasq-2.48-14.el6.x86_64                                   1/1 

Installed:
  dnsmasq.x86_64 0:2.48-14.el6                                                  

Complete!
:: [   PASS   ] :: Command 'yum -y install dnsmasq' (Expected 0, got 0)
package genisoimage is not installed
:: [ 12:15:43 ] :: Package genisoimage is not present
:: [  BEGIN   ] :: Running 'yum -y install genisoimage'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package genisoimage.x86_64 0:1.1.9-12.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch         Version               Repository           Size
================================================================================
Installing:
 genisoimage       x86_64       1.1.9-12.el6          beaker-Server       348 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 348 k
Installed size: 1.4 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : genisoimage-1.1.9-12.el6.x86_64                              1/1 

  Verifying  : genisoimage-1.1.9-12.el6.x86_64                              1/1 

Installed:
  genisoimage.x86_64 0:1.1.9-12.el6                                             

Complete!
:: [   PASS   ] :: Command 'yum -y install genisoimage' (Expected 0, got 0)
package python-imaging is not installed
:: [ 12:15:51 ] :: Package python-imaging is not present
:: [  BEGIN   ] :: Running 'yum -y install python-imaging'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-imaging.x86_64 0:1.1.6-19.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch         Version            Repository           Size
================================================================================
Installing:
 python-imaging       x86_64       1.1.6-19.el6       beaker-Server       386 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 386 k
Installed size: 1.2 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : python-imaging-1.1.6-19.el6.x86_64                           1/1 

  Verifying  : python-imaging-1.1.6-19.el6.x86_64                           1/1 

Installed:
  python-imaging.x86_64 0:1.1.6-19.el6                                          

Complete!
:: [   PASS   ] :: Command 'yum -y install python-imaging' (Expected 0, got 0)
gdb-7.2-83.el6.x86_64
:: [ 12:16:00 ] :: Package gdb is present
:: [ 12:16:00 ] :: Package versions:
:: [ 12:16:00 ] ::   gdb-7.2-83.el6.x86_64
package boost-devel is not installed
:: [ 12:16:01 ] :: Package boost-devel is not present
:: [  BEGIN   ] :: Running 'yum -y install boost-devel'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package boost-devel.x86_64 0:1.41.0-27.el6 will be installed
--> Processing Dependency: boost(x86-64) = 1.41.0-27.el6 for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_date_time-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_date_time.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_filesystem-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_filesystem.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_graph-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_graph.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_iostreams-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_iostreams.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_c99-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_c99.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_c99f-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_c99f.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_c99l-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_c99l.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_tr1-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_tr1.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_tr1f-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_tr1f.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_tr1l-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_math_tr1l.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_prg_exec_monitor-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_prg_exec_monitor.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_program_options-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_program_options.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_python-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_python.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_regex-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_regex.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_serialization-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_serialization.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_signals-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_signals.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_system-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_system.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_thread-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_unit_test_framework-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_unit_test_framework.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_wave-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_wserialization-mt.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Processing Dependency: libboost_wserialization.so.5()(64bit) for package: boost-devel-1.41.0-27.el6.x86_64
--> Running transaction check
---> Package boost.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-date-time.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-filesystem.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-graph.x86_64 0:1.41.0-27.el6 will be installed
--> Processing Dependency: libicui18n.so.42()(64bit) for package: boost-graph-1.41.0-27.el6.x86_64
--> Processing Dependency: libicuuc.so.42()(64bit) for package: boost-graph-1.41.0-27.el6.x86_64
---> Package boost-iostreams.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-math.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-program-options.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-python.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-regex.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-serialization.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-signals.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-system.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-test.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-thread.x86_64 0:1.41.0-27.el6 will be installed
---> Package boost-wave.x86_64 0:1.41.0-27.el6 will be installed
--> Running transaction check
---> Package libicu.x86_64 0:4.2.1-12.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                   Arch       Version           Repository         Size
================================================================================
Installing:
 boost-devel               x86_64     1.41.0-27.el6     beaker-Server     5.3 M
Installing for dependencies:
 boost                     x86_64     1.41.0-27.el6     beaker-Server      20 k
 boost-date-time           x86_64     1.41.0-27.el6     beaker-Server      40 k
 boost-filesystem          x86_64     1.41.0-27.el6     beaker-Server      47 k
 boost-graph               x86_64     1.41.0-27.el6     beaker-Server      84 k
 boost-iostreams           x86_64     1.41.0-27.el6     beaker-Server      39 k
 boost-math                x86_64     1.41.0-27.el6     beaker-Server     271 k
 boost-program-options     x86_64     1.41.0-27.el6     beaker-Server     108 k
 boost-python              x86_64     1.41.0-27.el6     beaker-Server     120 k
 boost-regex               x86_64     1.41.0-27.el6     beaker-Server     477 k
 boost-serialization       x86_64     1.41.0-27.el6     beaker-Server     165 k
 boost-signals             x86_64     1.41.0-27.el6     beaker-Server      45 k
 boost-system              x86_64     1.41.0-27.el6     beaker-Server      26 k
 boost-test                x86_64     1.41.0-27.el6     beaker-Server     392 k
 boost-thread              x86_64     1.41.0-27.el6     beaker-Server      44 k
 boost-wave                x86_64     1.41.0-27.el6     beaker-Server     201 k
 libicu                    x86_64     4.2.1-12.el6      beaker-Server     4.9 M

Transaction Summary
================================================================================
Install      17 Package(s)

Total download size: 12 M
Installed size: 73 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                            17 MB/s |  12 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : boost-system-1.41.0-27.el6.x86_64                           1/17 

  Installing : boost-filesystem-1.41.0-27.el6.x86_64                       2/17 

  Installing : boost-thread-1.41.0-27.el6.x86_64                           3/17 

  Installing : boost-date-time-1.41.0-27.el6.x86_64                        4/17 

  Installing : boost-wave-1.41.0-27.el6.x86_64                             5/17 

  Installing : libicu-4.2.1-12.el6.x86_64                                  6/17 

  Installing : boost-regex-1.41.0-27.el6.x86_64                            7/17 

  Installing : boost-graph-1.41.0-27.el6.x86_64                            8/17 

  Installing : boost-program-options-1.41.0-27.el6.x86_64                  9/17 

  Installing : boost-iostreams-1.41.0-27.el6.x86_64                       10/17 

  Installing : boost-test-1.41.0-27.el6.x86_64                            11/17 

  Installing : boost-serialization-1.41.0-27.el6.x86_64                   12/17 

  Installing : boost-signals-1.41.0-27.el6.x86_64                         13/17 

  Installing : boost-python-1.41.0-27.el6.x86_64                          14/17 

  Installing : boost-1.41.0-27.el6.x86_64                                 15/17 

  Installing : boost-math-1.41.0-27.el6.x86_64                            16/17 

  Installing : boost-devel-1.41.0-27.el6.x86_64                           17/17 

  Verifying  : boost-date-time-1.41.0-27.el6.x86_64                        1/17 

  Verifying  : boost-python-1.41.0-27.el6.x86_64                           2/17 

  Verifying  : boost-devel-1.41.0-27.el6.x86_64                            3/17 

  Verifying  : boost-signals-1.41.0-27.el6.x86_64                          4/17 

  Verifying  : boost-thread-1.41.0-27.el6.x86_64                           5/17 

  Verifying  : boost-serialization-1.41.0-27.el6.x86_64                    6/17 

  Verifying  : boost-test-1.41.0-27.el6.x86_64                             7/17 

  Verifying  : boost-wave-1.41.0-27.el6.x86_64                             8/17 

  Verifying  : boost-regex-1.41.0-27.el6.x86_64                            9/17 

  Verifying  : boost-system-1.41.0-27.el6.x86_64                          10/17 

  Verifying  : boost-math-1.41.0-27.el6.x86_64                            11/17 

  Verifying  : boost-1.41.0-27.el6.x86_64                                 12/17 

  Verifying  : boost-filesystem-1.41.0-27.el6.x86_64                      13/17 

  Verifying  : boost-iostreams-1.41.0-27.el6.x86_64                       14/17 

  Verifying  : boost-program-options-1.41.0-27.el6.x86_64                 15/17 

  Verifying  : boost-graph-1.41.0-27.el6.x86_64                           16/17 

  Verifying  : libicu-4.2.1-12.el6.x86_64                                 17/17 

Installed:
  boost-devel.x86_64 0:1.41.0-27.el6                                            

Dependency Installed:
  boost.x86_64 0:1.41.0-27.el6                                                  
  boost-date-time.x86_64 0:1.41.0-27.el6                                        
  boost-filesystem.x86_64 0:1.41.0-27.el6                                       
  boost-graph.x86_64 0:1.41.0-27.el6                                            
  boost-iostreams.x86_64 0:1.41.0-27.el6                                        
  boost-math.x86_64 0:1.41.0-27.el6                                             
  boost-program-options.x86_64 0:1.41.0-27.el6                                  
  boost-python.x86_64 0:1.41.0-27.el6                                           
  boost-regex.x86_64 0:1.41.0-27.el6                                            
  boost-serialization.x86_64 0:1.41.0-27.el6                                    
  boost-signals.x86_64 0:1.41.0-27.el6                                          
  boost-system.x86_64 0:1.41.0-27.el6                                           
  boost-test.x86_64 0:1.41.0-27.el6                                             
  boost-thread.x86_64 0:1.41.0-27.el6                                           
  boost-wave.x86_64 0:1.41.0-27.el6                                             
  libicu.x86_64 0:4.2.1-12.el6                                                  

Complete!
:: [   PASS   ] :: Command 'yum -y install boost-devel' (Expected 0, got 0)
glibc-devel-2.12-1.166.el6.x86_64
:: [ 12:16:30 ] :: Package glibc-devel is present
:: [ 12:16:30 ] :: Package versions:
:: [ 12:16:30 ] ::   glibc-devel-2.12-1.166.el6.x86_64
package libvirt is not installed
:: [ 12:16:31 ] :: Package libvirt is not present
:: [  BEGIN   ] :: Running 'yum -y install libvirt'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libvirt.x86_64 0:0.10.2-54.el6 will be installed
--> Processing Dependency: ebtables for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: iscsi-initiator-utils for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: libnetcf.so.1(NETCF_1.4.0)(64bit) for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: lzop for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: numad for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: radvd for package: libvirt-0.10.2-54.el6.x86_64
--> Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-0.10.2-54.el6.x86_64
--> Running transaction check
---> Package ebtables.x86_64 0:2.0.9-6.el6 will be installed
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-14.el6 will be installed
---> Package lzop.x86_64 0:1.02-0.9.rc1.el6 will be installed
---> Package netcf-libs.x86_64 0:0.2.4-3.el6 will be installed
---> Package numad.x86_64 0:0.5-12.20150602git.el6 will be installed
---> Package radvd.x86_64 0:1.6-1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                Arch    Version                    Repository      Size
================================================================================
Installing:
 libvirt                x86_64  0.10.2-54.el6              beaker-Server  2.4 M
Installing for dependencies:
 ebtables               x86_64  2.0.9-6.el6                beaker-Server   95 k
 iscsi-initiator-utils  x86_64  6.2.0.873-14.el6           beaker-Server  723 k
 lzop                   x86_64  1.02-0.9.rc1.el6           beaker-Server   50 k
 netcf-libs             x86_64  0.2.4-3.el6                beaker-Server   64 k
 numad                  x86_64  0.5-12.20150602git.el6     beaker-Server   31 k
 radvd                  x86_64  1.6-1.el6                  beaker-Server   75 k

Transaction Summary
================================================================================
Install       7 Package(s)

Total download size: 3.4 M
Installed size: 8.9 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                            11 MB/s | 3.4 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : lzop-1.02-0.9.rc1.el6.x86_64                                 1/7 

  Installing : iscsi-initiator-utils-6.2.0.873-14.el6.x86_64                2/7 

  Installing : netcf-libs-0.2.4-3.el6.x86_64                                3/7 

  Installing : ebtables-2.0.9-6.el6.x86_64                                  4/7 

  Installing : numad-0.5-12.20150602git.el6.x86_64                          5/7 

  Installing : radvd-1.6-1.el6.x86_64                                       6/7 

  Installing : libvirt-0.10.2-54.el6.x86_64                                 7/7 

  Verifying  : libvirt-0.10.2-54.el6.x86_64                                 1/7 

  Verifying  : radvd-1.6-1.el6.x86_64                                       2/7 

  Verifying  : numad-0.5-12.20150602git.el6.x86_64                          3/7 

  Verifying  : ebtables-2.0.9-6.el6.x86_64                                  4/7 

  Verifying  : netcf-libs-0.2.4-3.el6.x86_64                                5/7 

  Verifying  : iscsi-initiator-utils-6.2.0.873-14.el6.x86_64                6/7 

  Verifying  : lzop-1.02-0.9.rc1.el6.x86_64                                 7/7 

Installed:
  libvirt.x86_64 0:0.10.2-54.el6                                                

Dependency Installed:
  ebtables.x86_64 0:2.0.9-6.el6                                                 
  iscsi-initiator-utils.x86_64 0:6.2.0.873-14.el6                               
  lzop.x86_64 0:1.02-0.9.rc1.el6                                                
  netcf-libs.x86_64 0:0.2.4-3.el6                                               
  numad.x86_64 0:0.5-12.20150602git.el6                                         
  radvd.x86_64 0:1.6-1.el6                                                      

Complete!
:: [   PASS   ] :: Command 'yum -y install libvirt' (Expected 0, got 0)
package python-devel is not installed
:: [ 12:16:47 ] :: Package python-devel is not present
:: [  BEGIN   ] :: Running 'yum -y install python-devel'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-devel.x86_64 0:2.6.6-64.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch         Version              Repository           Size
================================================================================
Installing:
 python-devel       x86_64       2.6.6-64.el6         beaker-Server       172 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 172 k
Installed size: 456 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : python-devel-2.6.6-64.el6.x86_64                             1/1 

  Verifying  : python-devel-2.6.6-64.el6.x86_64                             1/1 

Installed:
  python-devel.x86_64 0:2.6.6-64.el6                                            

Complete!
:: [   PASS   ] :: Command 'yum -y install python-devel' (Expected 0, got 0)
ntpdate-4.2.6p5-5.el6.x86_64
:: [ 12:16:55 ] :: Package ntpdate is present
:: [ 12:16:55 ] :: Package versions:
:: [ 12:16:55 ] ::   ntpdate-4.2.6p5-5.el6.x86_64
package gstreamer-plugins-good is not installed
:: [ 12:16:56 ] :: Package gstreamer-plugins-good is not present
:: [  BEGIN   ] :: Running 'yum -y install gstreamer-plugins-good'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gstreamer-plugins-good.x86_64 0:0.10.23-3.el6 will be installed
--> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: GConf2 for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libavc1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libdv.so.4()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libiec61883.so.0()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libraw1394.so.11()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: librom1394.so.0()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libshout.so.3()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libsoup-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libsoup-gnome-2.4.so.1()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libspeex.so.1()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libtag.so.1()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libv4l2.so.0()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Processing Dependency: libwavpack.so.1()(64bit) for package: gstreamer-plugins-good-0.10.23-3.el6.x86_64
--> Running transaction check
---> Package GConf2.x86_64 0:2.28.0-6.el6 will be installed
--> Processing Dependency: sgml-common for package: GConf2-2.28.0-6.el6.x86_64
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: GConf2-2.28.0-6.el6.x86_64
---> Package libavc1394.x86_64 0:0.5.3-9.1.el6 will be installed
---> Package libdv.x86_64 0:1.0.0-8.1.el6 will be installed
---> Package libiec61883.x86_64 0:1.2.0-4.el6 will be installed
---> Package libraw1394.x86_64 0:2.0.4-1.el6 will be installed
---> Package libshout.x86_64 0:2.2.2-5.1.el6 will be installed
---> Package libsoup.x86_64 0:2.34.3-3.el6_6 will be installed
--> Processing Dependency: glib-networking >= 2.27.90 for package: libsoup-2.34.3-3.el6_6.x86_64
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: libsoup-2.34.3-3.el6_6.x86_64
---> Package libv4l.x86_64 0:0.6.3-2.el6 will be installed
---> Package speex.x86_64 0:1.2-0.12.rc1.1.el6 will be installed
---> Package taglib.x86_64 0:1.6.1-1.1.el6 will be installed
---> Package wavpack.x86_64 0:4.60-1.1.el6 will be installed
--> Running transaction check
---> Package ORBit2.x86_64 0:2.14.17-5.el6 will be installed
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2-2.14.17-5.el6.x86_64
---> Package glib-networking.x86_64 0:2.28.6.1-2.2.el6 will be installed
---> Package gnome-keyring.x86_64 0:2.28.2-8.el6_3 will be installed
---> Package sgml-common.noarch 0:0.6.3-33.el6 will be installed
--> Running transaction check
---> Package libIDL.x86_64 0:0.8.13-2.1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch     Version                Repository       Size
================================================================================
Installing:
 gstreamer-plugins-good   x86_64   0.10.23-3.el6          beaker-Server   1.3 M
Installing for dependencies:
 GConf2                   x86_64   2.28.0-6.el6           beaker-Server   963 k
 ORBit2                   x86_64   2.14.17-5.el6          beaker-Server   168 k
 glib-networking          x86_64   2.28.6.1-2.2.el6       beaker-Server    66 k
 gnome-keyring            x86_64   2.28.2-8.el6_3         beaker-Server   812 k
 libIDL                   x86_64   0.8.13-2.1.el6         beaker-Server    83 k
 libavc1394               x86_64   0.5.3-9.1.el6          beaker-Server    45 k
 libdv                    x86_64   1.0.0-8.1.el6          beaker-Server    77 k
 libiec61883              x86_64   1.2.0-4.el6            beaker-Server    35 k
 libraw1394               x86_64   2.0.4-1.el6            beaker-Server    53 k
 libshout                 x86_64   2.2.2-5.1.el6          beaker-Server    40 k
 libsoup                  x86_64   2.34.3-3.el6_6         beaker-Server   188 k
 libv4l                   x86_64   0.6.3-2.el6            beaker-Server   103 k
 sgml-common              noarch   0.6.3-33.el6           beaker-Server    43 k
 speex                    x86_64   1.2-0.12.rc1.1.el6     beaker-Server    96 k
 taglib                   x86_64   1.6.1-1.1.el6          beaker-Server   196 k
 wavpack                  x86_64   4.60-1.1.el6           beaker-Server   116 k

Transaction Summary
================================================================================
Install      17 Package(s)

Total download size: 4.3 M
Installed size: 18 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                            16 MB/s | 4.3 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : libraw1394-2.0.4-1.el6.x86_64                               1/17 

  Installing : speex-1.2-0.12.rc1.1.el6.x86_64                             2/17 

  Installing : libshout-2.2.2-5.1.el6.x86_64                               3/17 

  Installing : libavc1394-0.5.3-9.1.el6.x86_64                             4/17 

  Installing : libiec61883-1.2.0-4.el6.x86_64                              5/17 

  Installing : wavpack-4.60-1.1.el6.x86_64                                 6/17 

  Installing : taglib-1.6.1-1.1.el6.x86_64                                 7/17 

  Installing : sgml-common-0.6.3-33.el6.noarch                             8/17 

  Installing : glib-networking-2.28.6.1-2.2.el6.x86_64                     9/17 

  Installing : libv4l-0.6.3-2.el6.x86_64                                  10/17 

  Installing : libdv-1.0.0-8.1.el6.x86_64                                 11/17 

  Installing : libIDL-0.8.13-2.1.el6.x86_64                               12/17 

  Installing : ORBit2-2.14.17-5.el6.x86_64                                13/17 

  Installing : GConf2-2.28.0-6.el6.x86_64                                 14/17 

  Installing : gnome-keyring-2.28.2-8.el6_3.x86_64                        15/17 

  Installing : libsoup-2.34.3-3.el6_6.x86_64                              16/17 

  Installing : gstreamer-plugins-good-0.10.23-3.el6.x86_64                17/17 

  Verifying  : libIDL-0.8.13-2.1.el6.x86_64                                1/17 

  Verifying  : gnome-keyring-2.28.2-8.el6_3.x86_64                         2/17 

  Verifying  : libdv-1.0.0-8.1.el6.x86_64                                  3/17 

  Verifying  : libv4l-0.6.3-2.el6.x86_64                                   4/17 

  Verifying  : libsoup-2.34.3-3.el6_6.x86_64                               5/17 

  Verifying  : glib-networking-2.28.6.1-2.2.el6.x86_64                     6/17 

  Verifying  : libavc1394-0.5.3-9.1.el6.x86_64                             7/17 

  Verifying  : speex-1.2-0.12.rc1.1.el6.x86_64                             8/17 

  Verifying  : sgml-common-0.6.3-33.el6.noarch                             9/17 

  Verifying  : ORBit2-2.14.17-5.el6.x86_64                                10/17 

  Verifying  : taglib-1.6.1-1.1.el6.x86_64                                11/17 

  Verifying  : libiec61883-1.2.0-4.el6.x86_64                             12/17 

  Verifying  : GConf2-2.28.0-6.el6.x86_64                                 13/17 

  Verifying  : libraw1394-2.0.4-1.el6.x86_64                              14/17 

  Verifying  : libshout-2.2.2-5.1.el6.x86_64                              15/17 

  Verifying  : gstreamer-plugins-good-0.10.23-3.el6.x86_64                16/17 

  Verifying  : wavpack-4.60-1.1.el6.x86_64                                17/17 

Installed:
  gstreamer-plugins-good.x86_64 0:0.10.23-3.el6                                 

Dependency Installed:
  GConf2.x86_64 0:2.28.0-6.el6                                                  
  ORBit2.x86_64 0:2.14.17-5.el6                                                 
  glib-networking.x86_64 0:2.28.6.1-2.2.el6                                     
  gnome-keyring.x86_64 0:2.28.2-8.el6_3                                         
  libIDL.x86_64 0:0.8.13-2.1.el6                                                
  libavc1394.x86_64 0:0.5.3-9.1.el6                                             
  libdv.x86_64 0:1.0.0-8.1.el6                                                  
  libiec61883.x86_64 0:1.2.0-4.el6                                              
  libraw1394.x86_64 0:2.0.4-1.el6                                               
  libshout.x86_64 0:2.2.2-5.1.el6                                               
  libsoup.x86_64 0:2.34.3-3.el6_6                                               
  libv4l.x86_64 0:0.6.3-2.el6                                                   
  sgml-common.noarch 0:0.6.3-33.el6                                             
  speex.x86_64 0:1.2-0.12.rc1.1.el6                                             
  taglib.x86_64 0:1.6.1-1.1.el6                                                 
  wavpack.x86_64 0:4.60-1.1.el6                                                 

Complete!
:: [   PASS   ] :: Command 'yum -y install gstreamer-plugins-good' (Expected 0, got 0)
package gstreamer-python is not installed
:: [ 12:17:18 ] :: Package gstreamer-python is not present
:: [  BEGIN   ] :: Running 'yum -y install gstreamer-python'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gstreamer-python.x86_64 0:0.10.16-1.1.el6 will be installed
--> Processing Dependency: pygtk2 >= 2.8.0 for package: gstreamer-python-0.10.16-1.1.el6.x86_64
--> Running transaction check
---> Package pygtk2.x86_64 0:2.16.0-3.el6 will be installed
--> Processing Dependency: pycairo for package: pygtk2-2.16.0-3.el6.x86_64
--> Running transaction check
---> Package pycairo.x86_64 0:1.8.6-2.1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch       Version                Repository         Size
================================================================================
Installing:
 gstreamer-python     x86_64     0.10.16-1.1.el6        beaker-Server     276 k
Installing for dependencies:
 pycairo              x86_64     1.8.6-2.1.el6          beaker-Server     172 k
 pygtk2               x86_64     2.16.0-3.el6           beaker-Server     986 k

Transaction Summary
================================================================================
Install       3 Package(s)

Total download size: 1.4 M
Installed size: 5.7 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                            10 MB/s | 1.4 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : pycairo-1.8.6-2.1.el6.x86_64                                 1/3 

  Installing : pygtk2-2.16.0-3.el6.x86_64                                   2/3 

  Installing : gstreamer-python-0.10.16-1.1.el6.x86_64                      3/3 

  Verifying  : pycairo-1.8.6-2.1.el6.x86_64                                 1/3 

  Verifying  : pygtk2-2.16.0-3.el6.x86_64                                   2/3 

  Verifying  : gstreamer-python-0.10.16-1.1.el6.x86_64                      3/3 

Installed:
  gstreamer-python.x86_64 0:0.10.16-1.1.el6                                     

Dependency Installed:
  pycairo.x86_64 0:1.8.6-2.1.el6          pygtk2.x86_64 0:2.16.0-3.el6         

Complete!
:: [   PASS   ] :: Command 'yum -y install gstreamer-python' (Expected 0, got 0)
tcpdump-4.0.0-5.20090921gitdf3cb4.2.el6.x86_64
:: [ 12:17:29 ] :: Package tcpdump is present
:: [ 12:17:29 ] :: Package versions:
:: [ 12:17:29 ] ::   tcpdump-4.0.0-5.20090921gitdf3cb4.2.el6.x86_64
package squid is not installed
:: [ 12:17:30 ] :: Package squid is not present
:: [  BEGIN   ] :: Running 'yum -y install squid'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package squid.x86_64 7:3.1.23-9.el6 will be installed
--> Processing Dependency: perl(DBI) for package: 7:squid-3.1.23-9.el6.x86_64
--> Processing Dependency: libltdl.so.7()(64bit) for package: 7:squid-3.1.23-9.el6.x86_64
--> Running transaction check
---> Package libtool-ltdl.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package perl-DBI.x86_64 0:1.609-4.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch         Version              Repository           Size
================================================================================
Installing:
 squid              x86_64       7:3.1.23-9.el6       beaker-Server       1.8 M
Installing for dependencies:
 libtool-ltdl       x86_64       2.2.6-15.5.el6       beaker-Server        44 k
 perl-DBI           x86_64       1.609-4.el6          beaker-Server       707 k

Transaction Summary
================================================================================
Install       3 Package(s)

Total download size: 2.6 M
Installed size: 8.1 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                            16 MB/s | 2.6 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : perl-DBI-1.609-4.el6.x86_64                                  1/3 

  Installing : libtool-ltdl-2.2.6-15.5.el6.x86_64                           2/3 

  Installing : 7:squid-3.1.23-9.el6.x86_64                                  3/3 

  Verifying  : 7:squid-3.1.23-9.el6.x86_64                                  1/3 

  Verifying  : libtool-ltdl-2.2.6-15.5.el6.x86_64                           2/3 

  Verifying  : perl-DBI-1.609-4.el6.x86_64                                  3/3 

Installed:
  squid.x86_64 7:3.1.23-9.el6                                                   

Dependency Installed:
  libtool-ltdl.x86_64 0:2.2.6-15.5.el6       perl-DBI.x86_64 0:1.609-4.el6      

Complete!
:: [   PASS   ] :: Command 'yum -y install squid' (Expected 0, got 0)
package p7zip is not installed
:: [ 12:17:43 ] :: Package p7zip is not present
:: [  BEGIN   ] :: Running 'yum -y install p7zip'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package p7zip.x86_64 0:9.20.1-2.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch             Version                  Repository      Size
================================================================================
Installing:
 p7zip           x86_64           9.20.1-2.el6             epel           624 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 624 k
Installed size: 1.7 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : p7zip-9.20.1-2.el6.x86_64                                    1/1 

  Verifying  : p7zip-9.20.1-2.el6.x86_64                                    1/1 

Installed:
  p7zip.x86_64 0:9.20.1-2.el6                                                   

Complete!
:: [   PASS   ] :: Command 'yum -y install p7zip' (Expected 0, got 0)
python-argparse-1.2.1-2.1.el6.noarch
:: [ 12:17:51 ] :: Package python-argparse is present
:: [ 12:17:51 ] :: Package versions:
:: [ 12:17:51 ] ::   python-argparse-1.2.1-2.1.el6.noarch
package python-importlib is not installed
:: [ 12:17:52 ] :: Package python-importlib is not present
:: [  BEGIN   ] :: Running 'yum -y install python-importlib'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-importlib.noarch 0:1.0.2-1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch           Version             Repository    Size
================================================================================
Installing:
 python-importlib         noarch         1.0.2-1.el6         epel         6.3 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 6.3 k
Installed size: 4.5 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : python-importlib-1.0.2-1.el6.noarch                          1/1 

  Verifying  : python-importlib-1.0.2-1.el6.noarch                          1/1 

Installed:
  python-importlib.noarch 0:1.0.2-1.el6                                         

Complete!
:: [   PASS   ] :: Command 'yum -y install python-importlib' (Expected 0, got 0)
package python-logutils is not installed
:: [ 12:17:59 ] :: Package python-logutils is not present
:: [  BEGIN   ] :: Running 'yum -y install python-logutils'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-logutils.noarch 0:0.3.2-1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch           Version              Repository    Size
================================================================================
Installing:
 python-logutils         noarch         0.3.2-1.el6          epel          42 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total download size: 42 k
Installed size: 138 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : python-logutils-0.3.2-1.el6.noarch                           1/1 

  Verifying  : python-logutils-0.3.2-1.el6.noarch                           1/1 

Installed:
  python-logutils.noarch 0:0.3.2-1.el6                                          

Complete!
:: [   PASS   ] :: Command 'yum -y install python-logutils' (Expected 0, got 0)
package PyYAML is not installed
:: [ 12:18:06 ] :: Package PyYAML is not present
:: [  BEGIN   ] :: Running 'yum -y install PyYAML'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package PyYAML.x86_64 0:3.10-3.1.el6 will be installed
--> Processing Dependency: libyaml-0.so.2()(64bit) for package: PyYAML-3.10-3.1.el6.x86_64
--> Running transaction check
---> Package libyaml.x86_64 0:0.1.3-4.el6_6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package        Arch          Version                Repository            Size
================================================================================
Installing:
 PyYAML         x86_64        3.10-3.1.el6           beaker-Server        157 k
Installing for dependencies:
 libyaml        x86_64        0.1.3-4.el6_6          beaker-Server         52 k

Transaction Summary
================================================================================
Install       2 Package(s)

Total download size: 210 k
Installed size: 777 k
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           5.4 MB/s | 210 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : libyaml-0.1.3-4.el6_6.x86_64                                 1/2 

  Installing : PyYAML-3.10-3.1.el6.x86_64                                   2/2 

  Verifying  : libyaml-0.1.3-4.el6_6.x86_64                                 1/2 

  Verifying  : PyYAML-3.10-3.1.el6.x86_64                                   2/2 

Installed:
  PyYAML.x86_64 0:3.10-3.1.el6                                                  

Dependency Installed:
  libyaml.x86_64 0:0.1.3-4.el6_6                                                

Complete!
:: [   PASS   ] :: Command 'yum -y install PyYAML' (Expected 0, got 0)
package aexpect is not installed
:: [ 12:18:15 ] :: Package aexpect is not present
:: [  BEGIN   ] :: Running 'yum -y install https://copr-be.cloud.fedoraproject.org/results/lmr/Autotest/epel-6-x86_64/aexpect-1.0.1-2.fc22/aexpect-1.0.1-2.el6.noarch.rpm'
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Examining /var/tmp/yum-root-8QLLGE/aexpect-1.0.1-2.el6.noarch.rpm: aexpect-1.0.1-2.el6.noarch
Marking /var/tmp/yum-root-8QLLGE/aexpect-1.0.1-2.el6.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package aexpect.noarch 0:1.0.1-2.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package     Arch       Version           Repository                       Size
================================================================================
Installing:
 aexpect     noarch     1.0.1-2.el6       /aexpect-1.0.1-2.el6.noarch     194 k

Transaction Summary
================================================================================
Install       1 Package(s)

Total size: 194 k
Installed size: 194 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing : aexpect-1.0.1-2.el6.noarch                                   1/1 

  Verifying  : aexpect-1.0.1-2.el6.noarch                                   1/1 

Installed:
  aexpect.noarch 0:1.0.1-2.el6                                                  

Complete!
:: [   PASS   ] :: Command 'yum -y install https://copr-be.cloud.fedoraproject.org/results/lmr/Autotest/epel-6-x86_64/aexpect-1.0.1-2.fc22/aexpect-1.0.1-2.el6.noarch.rpm' (Expected 0, got 0)
'ee3c1d2b-0cae-4886-95fc-270b2e92704c'
-spice-qe-tests-Install-packages result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
   DMesg: /mnt/testarea/dmesg.log
    Info: Searching AVC errors produced since 1449659630.02 (Wed Dec  9 12:13:50 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Network setup
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

package firewalld is not installed
:: [ 12:18:27 ] :: Package firewalld is not present
:: [  BEGIN   ] :: Running 'rlServiceStop iptables'
iptables: Firewall is not running.
:: [   PASS   ] :: Command 'rlServiceStop iptables' (Expected 0, got 0)
:: [ 12:18:28 ] :: [ INFO    ] :: System has active ifaces: eth1
:: [ 12:18:28 ] :: [ INFO    ] :: Default route iface: eth1
:: [  BEGIN   ] :: Running 'ip link show eth1 >/dev/null 2>&1'
:: [   PASS   ] :: Command 'ip link show eth1 >/dev/null 2>&1' (Expected 0, got 0)
:: [ 12:18:29 ] :: [ INFO    ] :: We are going to add eth1 to bridge virbr0
:: [ 12:18:29 ] :: [ INFO    ] :: Make virbr0 as default route
:: [ 12:18:29 ] :: [ INFO    ] :: Created: /etc/sysconfig/network-scripts//ifcfg-virbr0
:: [ 12:18:29 ] :: [ INFO    ] :: Going to down eth1
:: [  BEGIN   ] :: Running 'ifdown eth1'
:: [   PASS   ] :: Command 'ifdown eth1' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'ifup eth1'
:: [ 12:18:32 ] :: Output of 'ifup eth1':
:: [ 12:18:32 ] :: --------------- OUTPUT START ---------------
:: [ 12:18:33 ] :: ---------------  OUTPUT END  ---------------
:: [   PASS   ] :: Command 'ifup eth1' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'ifup virbr0'
STDOUT: 
STDOUT: Determining IP information for virbr0... done.
:: [ 12:18:41 ] :: Output of 'ifup virbr0':
:: [ 12:18:41 ] :: --------------- OUTPUT START ---------------
:: [ 12:18:41 ] :: STDOUT:
:: [ 12:18:42 ] :: STDOUT: Determining IP information for virbr0... done.
:: [ 12:18:42 ] :: ---------------  OUTPUT END  ---------------
:: [   PASS   ] :: Command 'ifup virbr0' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'ip link show virbr0 >/dev/null 2>&1'
:: [   PASS   ] :: Command 'ip link show virbr0 >/dev/null 2>&1' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'bridge link show dev eth1 | grep -s virbr0'
3: eth1 state UP : <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master virbr0 state forwarding 
:: [   PASS   ] :: Command 'bridge link show dev eth1 | grep -s virbr0' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'rlServiceStart autofs'
automount is stopped
Loading autofs4: [  OK  ]
Starting automount: [  OK  ]
:: [ 12:18:45 ] :: rlServiceStart: Service autofs started successfully
:: [ 12:18:46 ] :: Output of 'rlServiceStart autofs':
:: [ 12:18:46 ] :: --------------- OUTPUT START ---------------
:: [ 12:18:46 ] :: automount is stopped
:: [ 12:18:46 ] :: Loading autofs4: [  OK  ]
:: [ 12:18:46 ] :: Starting automount: [  OK  ]
:: [ 12:18:46 ] :: :: [ 12:18:45 ] :: rlServiceStart: Service autofs started successfully
:: [ 12:18:47 ] :: ---------------  OUTPUT END  ---------------
:: [   PASS   ] :: Command 'rlServiceStart autofs' (Expected 0, got 0)
'b6b8ef33-d954-4e47-b1d4-45a48c0be4c5'
-spice-qe-tests-Network-setup result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
   DMesg: /mnt/testarea/dmesg.log
    Info: Searching AVC errors produced since 1449659906.43 (Wed Dec  9 12:18:26 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Config squid proxy
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [ 12:18:50 ] :: [ INFO    ] :: using '/mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/backup' as backup destination
cp: cannot stat `squid.conf': No such file or directory
:: [  BEGIN   ] :: Running 'rlServiceStart squid'
STDOUT: squid is stopped
STDOUT: Starting squid: .[  OK  ]
STDERR: :: [ 12:18:52 ] :: rlServiceStart: Service squid started successfully
:: [ 12:18:53 ] :: Output of 'rlServiceStart squid':
:: [ 12:18:53 ] :: --------------- OUTPUT START ---------------
:: [ 12:18:54 ] :: STDOUT: squid is stopped
:: [ 12:18:54 ] :: STDOUT: Starting squid: .[  OK  ]
:: [ 12:18:54 ] :: STDERR: :: [ 12:18:52 ] :: rlServiceStart: Service squid started successfully
:: [ 12:18:54 ] :: ---------------  OUTPUT END  ---------------
:: [   PASS   ] :: Command 'rlServiceStart squid' (Expected 0, got 0)
./runtest.sh: line 543: /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/backends/spice/cfg/assignments.cfg-wo-sfx: No such file or directory
:: [ 12:18:55 ] :: [ INFO    ] :: Update /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/backends/spice/cfg/assignments.cfg-wo-sfx with Squid proxy ip: 10.34.73.195
'6de3ed59-8ea0-4656-bc53-8860c542cc92'
-spice-qe-tests-Config-squid-proxy result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
   DMesg: /mnt/testarea/dmesg.log
    Info: Searching AVC errors produced since 1449659929.42 (Wed Dec  9 12:18:49 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Get tests
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [  BEGIN   ] :: Running 'git clone git://github.com/avocado-framework/avocado.git avocado'
STDOUT: Initialized empty Git repository in /mnt/tests/spice/qe-tests/avocado/.git/
:: [ 12:19:01 ] :: Output of 'git clone git://github.com/avocado-framework/avocado.git avocado':
:: [ 12:19:02 ] :: --------------- OUTPUT START ---------------
:: [ 12:19:02 ] :: STDOUT: Initialized empty Git repository in /mnt/tests/spice/qe-tests/avocado/.git/
:: [ 12:19:02 ] :: ---------------  OUTPUT END  ---------------
:: [   PASS   ] :: Command 'git clone git://github.com/avocado-framework/avocado.git avocado' (Expected 0, got 0)
/mnt/tests/spice/qe-tests/avocado /mnt/tests/spice/qe-tests
:: [  BEGIN   ] :: Running 'git checkout master'
Already on 'master'
:: [   PASS   ] :: Command 'git checkout master' (Expected 0, got 0)
/mnt/tests/spice/qe-tests
:: [  BEGIN   ] :: Running 'git clone git://github.com/avocado-framework/avocado-vt.git avocado-vt'
STDOUT: Initialized empty Git repository in /mnt/tests/spice/qe-tests/avocado-vt/.git/
:: [ 12:19:09 ] :: Output of 'git clone git://github.com/avocado-framework/avocado-vt.git avocado-vt':
:: [ 12:19:10 ] :: --------------- OUTPUT START ---------------
:: [ 12:19:10 ] :: STDOUT: Initialized empty Git repository in /mnt/tests/spice/qe-tests/avocado-vt/.git/
:: [ 12:19:10 ] :: ---------------  OUTPUT END  ---------------
:: [   PASS   ] :: Command 'git clone git://github.com/avocado-framework/avocado-vt.git avocado-vt' (Expected 0, got 0)
/mnt/tests/spice/qe-tests/avocado-vt /mnt/tests/spice/qe-tests
:: [  BEGIN   ] :: Running 'git checkout master'
Already on 'master'
:: [   PASS   ] :: Command 'git checkout master' (Expected 0, got 0)
/mnt/tests/spice/qe-tests
'25f70367-4614-4f5f-b621-e3b280298318'
-spice-qe-tests-Get-tests result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
    Info: Searching AVC errors produced since 1449659937.77 (Wed Dec  9 12:18:57 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Export Avocado path
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [  BEGIN   ] :: Running 'echo 'export PATH="$PATH:/mnt/tests/spice/qe-tests/avocado/scripts"' > /etc/profile.d/avocado-path.sh'
:: [   PASS   ] :: Command 'echo 'export PATH="$PATH:/mnt/tests/spice/qe-tests/avocado/scripts"' > /etc/profile.d/avocado-path.sh' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'echo 'export PATH="$PATH:/mnt/tests/spice/qe-tests/avocado/virttest"' >> /etc/profile.d/avocado-path.sh'
:: [   PASS   ] :: Command 'echo 'export PATH="$PATH:/mnt/tests/spice/qe-tests/avocado/virttest"' >> /etc/profile.d/avocado-path.sh' (Expected 0, got 0)
'4e57a4e3-01a3-48ba-91f9-dd956aa3a23f'
-spice-qe-tests-Export-Avocado-path result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
    Info: Searching AVC errors produced since 1449659953.46 (Wed Dec  9 12:19:13 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: Create/Update Avocado config avocado/etc/avocado/avocado.conf
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: [  BEGIN   ] :: Running 'mkdir -p "avocado/etc/avocado"'
:: [ 12:19:17 ] :: Output of 'mkdir -p "avocado/etc/avocado"':
:: [ 12:19:17 ] :: --------------- OUTPUT START ---------------
:: [ 12:19:17 ] :: ---------------  OUTPUT END  ---------------
:: [   PASS   ] :: Command 'mkdir -p "avocado/etc/avocado"' (Expected 0, got 0)
:: [ 12:19:18 ] :: [ INFO    ] :: To see results use: ./scripts/avocado config --datadir
:: [ 12:19:18 ] :: [ INFO    ] :: avocado/etc/avocado/avocado.conf updated
'3f51d8f7-644b-47d1-a238-4986bd2b4d34'
-spice-qe-tests-Create-Update-Avocado-config-avocado-etc-avocado-avocado-conf result: PASS
   metric: 0
   Log: /mnt/tests/spice/qe-tests/journal/journal-2015-12-09-12-12-10/journal.txt
    Info: Searching AVC errors produced since 1449659956.68 (Wed Dec  9 12:19:16 2015)
     Searching logs...
     Info: No AVC messages found.
 Writing to /mnt/testarea/tmp.upqUDt
:
   AvcLog: /mnt/testarea/tmp.upqUDt

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [   LOG    ] :: /spice/qe-tests: virt-test bootstrap
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

/mnt/tests/spice/qe-tests/avocado /mnt/tests/spice/qe-tests
:: [  BEGIN   ] :: Running 'make link'
make[1]: Entering directory `/mnt/tests/spice/qe-tests/avocado'
for MAKEFILE in ../avocado-vt ../beaker_phase_notify.sh ../extra ../HOWTO ../journal ../Makefile ../PURPOSE ../runtest.sh ../testinfo.desc;\
		do AVOCADO_DIRNAME=avocado make -C $MAKEFILE link &>/dev/null && echo ">> LINK $MAKEFILE" || echo ">> SKIP $MAKEFILE";\
	done
>> LINK ../avocado-vt
>> SKIP ../beaker_phase_notify.sh
>> SKIP ../extra
>> SKIP ../HOWTO
>> SKIP ../journal
>> SKIP ../Makefile
>> SKIP ../PURPOSE
>> SKIP ../runtest.sh
>> SKIP ../testinfo.desc
make[1]: Leaving directory `/mnt/tests/spice/qe-tests/avocado'
:: [   PASS   ] :: Command 'make link' (Expected 0, got 0)
:: [  BEGIN   ] :: Running 'avocado vt-bootstrap --vt-type spice --vt-no-downloads --vt-update-config'
Error loading avocado.core.plugins.vt -> EnvironmentError Bootstrap missing. Execute 'avocado vt-bootstrap' or disable this plugin to get rid of this message
Error loading avocado.core.plugins.vt_list -> EnvironmentError Bootstrap missing. Execute 'avocado vt-bootstrap' or disable this plugin to get rid of this message
12:19:24 INFO | spice test config helper
12:19:24 INFO | 
12:19:24 INFO | 1 - Updating all test providers
12:19:24 DEBUG| Creating directory /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/test-providers.d/downloads/io-github-autotest-libvirt for git repo http://github.com/autotest/tp-libvirt.git
12:19:24 DEBUG| Initializing new git repo at /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/test-providers.d/downloads/io-github-autotest-libvirt for receiving git repo http://github.com/autotest/tp-libvirt.git
12:19:24 INFO | Fetching git [REP 'http://github.com/autotest/tp-libvirt.git' BRANCH 'master'] -> /mnt/tests/spice/qe-tests/avocado-data/avocado-vt/test-providers.d/downloads/io-github-autotest-libvirt

MARK-LWD-LOOP -- 2015-12-09 12:19:26 --

MARK-LWD-LOOP -- 2015-12-09 12:24:26 --

MARK-LWD-LOOP -- 2015-12-09 12:29:26 --

MARK-LWD-LOOP -- 2015-12-09 12:34:26 --


More information about the Avocado-devel mailing list