Console Output
Started by remote host 50.17.198.52
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/test_pull_requests_vagrant_openshift/workspace
[workspace] $ /bin/sh -xe /tmp/hudson1452735710651866795.sh
+ rm -rf ./vagrant-openshift
+ git clone git@github.com:openshift/vagrant-openshift.git
Cloning into 'vagrant-openshift'...
+ '[' -n 546 ']'
+ set +x
*****Locally Merging Pull Request: https://github.com/openshift/vagrant-openshift/pull/546
+ test_pull_requests --local_merge_pull_request 546 --repo vagrant-openshift --config /var/lib/jenkins/.test_pull_requests_vagrant_openshift.json
Rate limit remaining: 4616
Checking if current base repo commit ID matches what we expect
Retrying... attempt: 2
Local merging pull request #546 for repo 'vagrant-openshift' against base repo commit id 11b71bd0f26736b171f3499c53f3e04d18ebce81
+ pushd vagrant-openshift
+ git checkout master
Already on 'master'
+ git checkout -b tpr_skuznets/dry-sync_stevekuznetsov
Switched to a new branch 'tpr_skuznets/dry-sync_stevekuznetsov'
+ git pull git@github.com:stevekuznetsov/vagrant-openshift.git skuznets/dry-sync
From github.com:stevekuznetsov/vagrant-openshift
* branch skuznets/dry-sync -> FETCH_HEAD
+ git pull git@github.com:stevekuznetsov/vagrant-openshift.git skuznets/dry-sync --tags
From github.com:stevekuznetsov/vagrant-openshift
* branch skuznets/dry-sync -> FETCH_HEAD
+ git checkout master
Switched to branch 'master'
+ git merge tpr_skuznets/dry-sync_stevekuznetsov
+ git submodule update --recursive
+ popd
Rate limit remaining: 4608; delta: 8
~/jobs/test_pull_requests_vagrant_openshift/workspace/vagrant-openshift ~/jobs/test_pull_requests_vagrant_openshift/workspace
Updating 11b71bd..f36f518
Fast-forward
hack/test.sh | 1 +
lib/vagrant-openshift/action.rb | 92 +++++-----------------
.../action/build_origin_base_images.rb | 6 ++
.../command/repo_sync_customer_diagnostics.rb | 2 +-
lib/vagrant-openshift/command/repo_sync_jenkins.rb | 71 +++++++++++++++++
lib/vagrant-openshift/command/repo_sync_origin.rb | 1 +
.../command/repo_sync_origin_aggregated_logging.rb | 2 +-
.../command/repo_sync_origin_console.rb | 1 +
.../command/repo_sync_origin_metrics.rb | 2 +-
lib/vagrant-openshift/command/repo_sync_sti.rb | 5 +-
lib/vagrant-openshift/plugin.rb | 6 +-
11 files changed, 109 insertions(+), 80 deletions(-)
create mode 100644 lib/vagrant-openshift/command/repo_sync_jenkins.rb
Already up-to-date.
Updating 11b71bd..f36f518
Fast-forward
hack/test.sh | 1 +
lib/vagrant-openshift/action.rb | 92 +++++-----------------
.../action/build_origin_base_images.rb | 6 ++
.../command/repo_sync_customer_diagnostics.rb | 2 +-
lib/vagrant-openshift/command/repo_sync_jenkins.rb | 71 +++++++++++++++++
lib/vagrant-openshift/command/repo_sync_origin.rb | 1 +
.../command/repo_sync_origin_aggregated_logging.rb | 2 +-
.../command/repo_sync_origin_console.rb | 1 +
.../command/repo_sync_origin_metrics.rb | 2 +-
lib/vagrant-openshift/command/repo_sync_sti.rb | 5 +-
lib/vagrant-openshift/plugin.rb | 6 +-
11 files changed, 109 insertions(+), 80 deletions(-)
create mode 100644 lib/vagrant-openshift/command/repo_sync_jenkins.rb
~/jobs/test_pull_requests_vagrant_openshift/workspace
+ vagrant origin-local-checkout --replace
You don't seem to have the GOPATH environment variable set on your system.
See: 'go help gopath' for more details about GOPATH.
Waiting for the cloning process to finish
Checking repo integrity for /var/lib/jenkins/jobs/test_pull_requests_vagrant_openshift/workspace/origin
~/jobs/test_pull_requests_vagrant_openshift/workspace/origin ~/jobs/test_pull_requests_vagrant_openshift/workspace
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# vagrant_openshift_ssh_override
nothing added to commit but untracked files present (use "git add" to track)
~/jobs/test_pull_requests_vagrant_openshift/workspace
Replacing: /var/lib/jenkins/jobs/test_pull_requests_vagrant_openshift/workspace/origin
~/jobs/test_pull_requests_vagrant_openshift/workspace/origin ~/jobs/test_pull_requests_vagrant_openshift/workspace
Already on 'master'
HEAD is now at 5a19120 Merge pull request #14342 from liggitt/nested-tests
Removing .vagrant-openshift.json
Removing .vagrant/
Removing vagrant_openshift_ssh_override
fatal: branch name required
~/jobs/test_pull_requests_vagrant_openshift/workspace
Origin repositories cloned into /var/lib/jenkins/jobs/test_pull_requests_vagrant_openshift/workspace
+ pushd origin
~/jobs/test_pull_requests_vagrant_openshift/workspace/origin ~/jobs/test_pull_requests_vagrant_openshift/workspace
+ vagrant origin-init --stage deps --os rhel7 --instance-type c4.large test_pull_requests-vagrant-openshift-test-host-rhel7_117
Reading AWS credentials from /var/lib/jenkins/.awscred
Searching devenv-rhel7-base_* for latest base AMI (required_name_tag=)
Found: ami-a24b30b4 (devenv-rhel7-base_2874)
++ seq 0 2
+ for i in '$(seq 0 2)'
+ vagrant up --provider aws
Bringing machine 'openshiftdev' up with 'aws' provider...
==> openshiftdev: Warning! The AWS provider doesn't support any of the Vagrant
==> openshiftdev: high-level network configurations (`config.vm.network`). They
==> openshiftdev: will be silently ignored.
==> openshiftdev: Warning! You're launching this instance into a VPC without an
==> openshiftdev: elastic IP. Please verify you're properly connected to a VPN so
==> openshiftdev: you can access this machine, otherwise Vagrant will not be able
==> openshiftdev: to SSH into it.
==> openshiftdev: Launching an instance with the following settings...
==> openshiftdev: -- Type: c4.large
==> openshiftdev: -- AMI: ami-a24b30b4
==> openshiftdev: -- Region: us-east-1
==> openshiftdev: -- Keypair: libra
==> openshiftdev: -- Subnet ID: subnet-cf57c596
==> openshiftdev: -- User Data: yes
==> openshiftdev: -- User Data:
==> openshiftdev: # cloud-config
==> openshiftdev:
==> openshiftdev: growpart:
==> openshiftdev: mode: auto
==> openshiftdev: devices: ['/']
==> openshiftdev: runcmd:
==> openshiftdev: - [ sh, -xc, "sed -i s/^Defaults.*requiretty/#Defaults requiretty/g /etc/sudoers"]
==> openshiftdev:
==> openshiftdev: -- Block Device Mapping: [{"DeviceName"=>"/dev/sda1", "Ebs.VolumeSize"=>25, "Ebs.VolumeType"=>"gp2"}, {"DeviceName"=>"/dev/sdb", "Ebs.VolumeSize"=>35, "Ebs.VolumeType"=>"gp2"}]
==> openshiftdev: -- Terminate On Shutdown: false
==> openshiftdev: -- Monitoring: false
==> openshiftdev: -- EBS optimized: false
==> openshiftdev: -- Assigning a public IP address in a VPC: false
==> openshiftdev: Waiting for instance to become "ready"...
==> openshiftdev: Waiting for SSH to become available...
==> openshiftdev: Machine is booted and ready for use!
==> openshiftdev: Running provisioner: setup (shell)...
openshiftdev: Running: /tmp/vagrant-shell20170529-31676-7hmkhu.sh
+ break
++ vagrant ssh-config
++ grep '^ HostName'
++ cut '-d ' -f4
+ TESTHOST=34.201.125.19
+ echo '/usr/bin/ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o PasswordAuthentication=no -i /var/lib/jenkins/.ssh/devenv.pem $@'
+ chmod +x ./vagrant_openshift_ssh_override
++ readlink -f ./vagrant_openshift_ssh_override
+ export GIT_SSH=/var/lib/jenkins/jobs/test_pull_requests_vagrant_openshift/workspace/origin/vagrant_openshift_ssh_override
+ GIT_SSH=/var/lib/jenkins/jobs/test_pull_requests_vagrant_openshift/workspace/origin/vagrant_openshift_ssh_override
+ grep -v '^AWSPrivateKeyPath' /var/lib/jenkins/.awscred
+ vagrant ssh -c 'cat > ~/.awscred'
+ vagrant ssh -c 'echo "AWSPrivateKeyPath=/home/ec2-user/.ssh/devenv.pem" >> ~/.awscred'
+ cat /var/lib/jenkins/.ssh/devenv.pem
+ vagrant ssh -c 'cat > ~/.ssh/devenv.pem'
+ vagrant ssh -c 'chmod 600 ~/.awscred ~/.ssh/devenv.pem'
+ vagrant ssh -c 'sudo curl -O '\''https://releases.hashicorp.com/vagrant/1.7.4/vagrant_1.7.4_x86_64.rpm'\'''
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
83 69.5M 83 58.3M 0 0 31.8M 0 0:00:02 0:00:01 0:00:01 31.8M
100 69.5M 100 69.5M 0 0 34.8M 0 0:00:01 0:00:01 --:--:-- 34.8M
+ vagrant ssh -c 'sudo yum -y install ./vagrant_1.7.4_x86_64.rpm'
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Examining ./vagrant_1.7.4_x86_64.rpm: 1:vagrant-1.7.4-1.x86_64
Marking ./vagrant_1.7.4_x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package vagrant.x86_64 1:1.7.4-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
vagrant x86_64 1:1.7.4-1 /vagrant_1.7.4_x86_64 179 M
Transaction Summary
================================================================================
Install 1 Package
Total size: 179 M
Installed size: 179 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:vagrant-1.7.4-1.x86_64 1/1
Verifying : 1:vagrant-1.7.4-1.x86_64 1/1
Installed:
vagrant.x86_64 1:1.7.4-1
Complete!
+ vagrant ssh -c 'sudo yum -y install git rubygems rubygem-rake rubygem-bundler ruby-devel gcc gcc-c++ zlib-devel patch'
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Package git-1.8.3.1-6.el7_2.1.x86_64 already installed and latest version
Package rubygems-2.0.14.1-29.el7.noarch already installed and latest version
Package gcc-4.8.5-11.el7.x86_64 already installed and latest version
Package gcc-c++-4.8.5-11.el7.x86_64 already installed and latest version
Package patch-2.7.1-8.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package ruby-devel.x86_64 0:2.0.0.648-29.el7 will be installed
---> Package rubygem-bundler.noarch 0:1.7.8-3.el7 will be installed
--> Processing Dependency: rubygem(thor) >= 0.19.0 for package: rubygem-bundler-1.7.8-3.el7.noarch
--> Processing Dependency: rubygem(net-http-persistent) for package: rubygem-bundler-1.7.8-3.el7.noarch
---> Package rubygem-rake.noarch 0:0.9.6-29.el7 will be installed
---> Package zlib-devel.x86_64 0:1.2.7-17.el7 will be installed
--> Running transaction check
---> Package rubygem-net-http-persistent.noarch 0:2.8-5.el7 will be installed
---> Package rubygem-thor.noarch 0:0.19.1-1.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
ruby-devel x86_64 2.0.0.648-29.el7
oso-rhui-rhel-server-releases-optional 128 k
rubygem-bundler
noarch 1.7.8-3.el7 oso-rhui-rhel-server-releases 147 k
rubygem-rake noarch 0.9.6-29.el7 oso-rhui-rhel-server-releases-optional 91 k
zlib-devel x86_64 1.2.7-17.el7 oso-rhui-rhel-server-releases 50 k
Installing for dependencies:
rubygem-net-http-persistent
noarch 2.8-5.el7 oso-rhui-rhel-server-releases 22 k
rubygem-thor noarch 0.19.1-1.el7 oso-rhui-rhel-server-releases 52 k
Transaction Summary
================================================================================
Install 4 Packages (+2 Dependent packages)
Total download size: 490 k
Installed size: 1.2 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.0 MB/s | 490 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : rubygem-net-http-persistent-2.8-5.el7.noarch 1/6
Installing : rubygem-thor-0.19.1-1.el7.noarch 2/6
Installing : rubygem-bundler-1.7.8-3.el7.noarch 3/6
Installing : rubygem-rake-0.9.6-29.el7.noarch 4/6
Installing : ruby-devel-2.0.0.648-29.el7.x86_64 5/6
Installing : zlib-devel-1.2.7-17.el7.x86_64 6/6
Verifying : zlib-devel-1.2.7-17.el7.x86_64 1/6
Verifying : ruby-devel-2.0.0.648-29.el7.x86_64 2/6
Verifying : rubygem-thor-0.19.1-1.el7.noarch 3/6
Verifying : rubygem-rake-0.9.6-29.el7.noarch 4/6
Verifying : rubygem-net-http-persistent-2.8-5.el7.noarch 5/6
Verifying : rubygem-bundler-1.7.8-3.el7.noarch 6/6
Installed:
ruby-devel.x86_64 0:2.0.0.648-29.el7 rubygem-bundler.noarch 0:1.7.8-3.el7
rubygem-rake.noarch 0:0.9.6-29.el7 zlib-devel.x86_64 0:1.2.7-17.el7
Dependency Installed:
rubygem-net-http-persistent.noarch 0:2.8-5.el7
rubygem-thor.noarch 0:0.19.1-1.el7
Complete!
+ vagrant ssh -c 'git clone --bare https://github.com/openshift/vagrant-openshift.git ~/vagrant-openshift-bare'
Cloning into bare repository '/home/ec2-user/vagrant-openshift-bare'...
+ popd
~/jobs/test_pull_requests_vagrant_openshift/workspace
+ pushd vagrant-openshift
~/jobs/test_pull_requests_vagrant_openshift/workspace/vagrant-openshift ~/jobs/test_pull_requests_vagrant_openshift/workspace
+ git push -q ssh://ec2-user@34.201.125.19:22/~/vagrant-openshift-bare master:master --tags --force
Warning: Permanently added '34.201.125.19' (ECDSA) to the list of known hosts.
+ popd
~/jobs/test_pull_requests_vagrant_openshift/workspace
+ pushd origin
~/jobs/test_pull_requests_vagrant_openshift/workspace/origin ~/jobs/test_pull_requests_vagrant_openshift/workspace
+ vagrant ssh -c 'git clone --quiet --recurse-submodules ~/vagrant-openshift-bare ~/vagrant-openshift'
+ vagrant ssh -c 'TEST_VM_NAME=test_pull_requests-vagrant-openshift-test-rhel7_117 VERBOSE=true vagrant-openshift/hack/test.sh'
~/vagrant-openshift ~
[INFO] Building new vagrant-openshift gem and installing plugin
[INFO] Building vagrant-openshift gem using bundler...
[INFO] Full build and install logs placed at /tmp/vagrant-openshift-update.log
Installing the 'pkg/vagrant-openshift-3.0.9.gem' plugin. This can take a few minutes...
Installed the plugin 'vagrant-openshift (3.0.9)'!
[INFO] Successfully built and installed vagrant-openshift plugin
Installing the 'vagrant-aws' plugin. This can take a few minutes...
Installed the plugin 'vagrant-aws (0.7.2)'!
~
[INFO] Testing `vagrant origin-local-checkout --replace`
You don't seem to have the GOPATH environment variable set on your system.
See: 'go help gopath' for more details about GOPATH.
Waiting for the cloning process to finish
Cloning origin ...
Origin repositories cloned into /home/ec2-user
[SUCCESS] The command `vagrant origin-local-checkout --replace` succeeded!
~/origin ~
[INFO] Testing `vagrant origin-init --stage=os --os=rhel7 --instance-type=m4.large test_pull_requests-vagrant-openshift-test-rhel7_117`
Reading AWS credentials from /home/ec2-user/.awscred
Searching openshift-rhel7_* for latest base AMI (required_name_tag=)
Found: ami-2810943f (openshift-rhel7_12)
[SUCCESS] The command `vagrant origin-init --stage=os --os=rhel7 --instance-type=m4.large test_pull_requests-vagrant-openshift-test-rhel7_117` succeeded!
Bringing machine 'openshiftdev' up with 'aws' provider...
==> openshiftdev: Box 'aws-dummy-box' could not be found. Attempting to find and install...
openshiftdev: Box Provider: aws
openshiftdev: Box Version: >= 0
==> openshiftdev: Box file was not detected as metadata. Adding it directly...
==> openshiftdev: Adding box 'aws-dummy-box' (v0) for provider: aws
openshiftdev: Downloading: https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
openshiftdev: Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--)
==> openshiftdev: Successfully added box 'aws-dummy-box' (v0) for 'aws'!
==> openshiftdev: Warning! The AWS provider doesn't support any of the Vagrant
==> openshiftdev: high-level network configurations (`config.vm.network`). They
==> openshiftdev: will be silently ignored.
==> openshiftdev: Warning! You're launching this instance into a VPC without an
==> openshiftdev: elastic IP. Please verify you're properly connected to a VPN so
==> openshiftdev: you can access this machine, otherwise Vagrant will not be able
==> openshiftdev: to SSH into it.
==> openshiftdev: Launching an instance with the following settings...
==> openshiftdev: -- Type: m4.large
==> openshiftdev: -- AMI: ami-2810943f
==> openshiftdev: -- Region: us-east-1
==> openshiftdev: -- Keypair: libra
==> openshiftdev: -- Subnet ID: subnet-cf57c596
==> openshiftdev: -- User Data: yes
==> openshiftdev: -- User Data:
==> openshiftdev: # cloud-config
==> openshiftdev:
==> openshiftdev: growpart:
==> openshiftdev: mode: auto
==> openshiftdev: devices: ['/']
==> openshiftdev: runcmd:
==> openshiftdev: - [ sh, -xc, "sed -i s/^Defaults.*requiretty/#Defaults requiretty/g /etc/sudoers"]
==> openshiftdev:
==> openshiftdev: -- Block Device Mapping: [{"DeviceName"=>"/dev/sda1", "Ebs.VolumeSize"=>25, "Ebs.VolumeType"=>"gp2"}, {"DeviceName"=>"/dev/sdb", "Ebs.VolumeSize"=>35, "Ebs.VolumeType"=>"gp2"}]
==> openshiftdev: -- Terminate On Shutdown: false
==> openshiftdev: -- Monitoring: false
==> openshiftdev: -- EBS optimized: false
==> openshiftdev: -- Source Destination check:
==> openshiftdev: -- Assigning a public IP address in a VPC: false
==> openshiftdev: -- VPC tenancy specification: default
==> openshiftdev: Waiting for instance to become "ready"...
==> openshiftdev: Waiting for SSH to become available...
==> openshiftdev: Machine is booted and ready for use!
==> openshiftdev: Running provisioner: setup (shell)...
openshiftdev: Running: /tmp/vagrant-shell20170529-1800-1nfului.sh
[INFO] Testing `vagrant build-origin-base`
Running ssh/sudo command 'yum -y install deltarpm' with timeout 14400. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
http://csc.mcs.sdsmt.edu/epel/7/x86_64/repodata/2589b41a9c5f8db830520137d4f12db870c6b0d0e43f20906b41895eeb7909f2-primary.sqlite.xz: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
http://s3-mirror-us-east-1.fedoraproject.org/pub/epel/7/x86_64/repodata/9208c674ad5347890481d5927905678073cc07f43583f47a63b678f1722b7392-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
Resolving Dependencies
--> Running transaction check
---> Package deltarpm.x86_64 0:3.6-3.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
deltarpm x86_64 3.6-3.el7 oso-rhui-rhel-server-releases 82 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 82 k
Installed size: 209 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : deltarpm-3.6-3.el7.x86_64 1/1
Verifying : deltarpm-3.6-3.el7.x86_64 1/1
Installed:
deltarpm.x86_64 0:3.6-3.el7
Complete!
Running ssh/sudo command 'yum -y install augeas' with timeout 14400. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package augeas.x86_64 0:1.4.0-2.el7 will be installed
--> Processing Dependency: augeas-libs = 1.4.0-2.el7 for package: augeas-1.4.0-2.el7.x86_64
--> Processing Dependency: libfa.so.1(FA_1.0.0)(64bit) for package: augeas-1.4.0-2.el7.x86_64
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.8.0)(64bit) for package: augeas-1.4.0-2.el7.x86_64
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.14.0)(64bit) for package: augeas-1.4.0-2.el7.x86_64
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.10.0)(64bit) for package: augeas-1.4.0-2.el7.x86_64
--> Processing Dependency: libaugeas.so.0(AUGEAS_0.1.0)(64bit) for package: augeas-1.4.0-2.el7.x86_64
--> Processing Dependency: libfa.so.1()(64bit) for package: augeas-1.4.0-2.el7.x86_64
--> Processing Dependency: libaugeas.so.0()(64bit) for package: augeas-1.4.0-2.el7.x86_64
--> Running transaction check
---> Package augeas-libs.x86_64 0:1.4.0-2.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
augeas x86_64 1.4.0-2.el7 oso-rhui-rhel-server-releases 38 k
Installing for dependencies:
augeas-libs x86_64 1.4.0-2.el7 oso-rhui-rhel-server-releases 355 k
Transaction Summary
================================================================================
Install 1 Package (+1 Dependent package)
Total download size: 393 k
Installed size: 1.1 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.6 MB/s | 393 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : augeas-libs-1.4.0-2.el7.x86_64 1/2
Installing : augeas-1.4.0-2.el7.x86_64 2/2
Verifying : augeas-1.4.0-2.el7.x86_64 1/2
Verifying : augeas-libs-1.4.0-2.el7.x86_64 2/2
Installed:
augeas.x86_64 0:1.4.0-2.el7
Dependency Installed:
augeas-libs.x86_64 0:1.4.0-2.el7
Complete!
Running ssh/sudo command 'yum clean all' with timeout 14400. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Cleaning repos: epel li li-rhscl ops-rpm oso-rhui-rhel-server-extras
: oso-rhui-rhel-server-releases
: oso-rhui-rhel-server-releases-optional
: oso-rhui-rhel-server-rhscl rhui-REGION-client-config-server-7
: rhui-REGION-rhel-server-releases
: rhui-REGION-rhel-server-rh-common
Cleaning up everything
Running ssh/sudo command 'rm -rf /etc/yum.repos.d/openshift-origin.repo' with timeout 14400. Attempt #0
Running ssh/sudo command 'yum clean all' with timeout 14400. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Cleaning repos: epel li li-rhscl ops-rpm oso-rhui-rhel-server-extras
: oso-rhui-rhel-server-releases
: oso-rhui-rhel-server-releases-optional
: oso-rhui-rhel-server-rhscl rhui-REGION-client-config-server-7
: rhui-REGION-rhel-server-releases
: rhui-REGION-rhel-server-rh-common
Cleaning up everything
Running ssh/sudo command 'yum -y update --exclude=kernel*' with timeout 1800. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package NetworkManager.x86_64 1:1.0.6-30.el7_2 will be updated
---> Package NetworkManager.x86_64 1:1.4.0-20.el7_3 will be an update
---> Package NetworkManager-config-server.x86_64 1:1.0.6-30.el7_2 will be updated
---> Package NetworkManager-config-server.x86_64 1:1.4.0-20.el7_3 will be an update
---> Package NetworkManager-libnm.x86_64 1:1.0.6-30.el7_2 will be updated
---> Package NetworkManager-libnm.x86_64 1:1.4.0-20.el7_3 will be an update
---> Package NetworkManager-team.x86_64 1:1.0.6-30.el7_2 will be updated
---> Package NetworkManager-team.x86_64 1:1.4.0-20.el7_3 will be an update
---> Package NetworkManager-tui.x86_64 1:1.0.6-30.el7_2 will be updated
---> Package NetworkManager-tui.x86_64 1:1.4.0-20.el7_3 will be an update
---> Package audit.x86_64 0:2.4.1-5.el7 will be updated
---> Package audit.x86_64 0:2.6.5-3.el7_3.1 will be an update
---> Package audit-libs.x86_64 0:2.4.1-5.el7 will be updated
---> Package audit-libs.x86_64 0:2.6.5-3.el7_3.1 will be an update
---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be updated
---> Package audit-libs-python.x86_64 0:2.6.5-3.el7_3.1 will be an update
---> Package authconfig.x86_64 0:6.2.8-10.el7 will be updated
---> Package authconfig.x86_64 0:6.2.8-14.el7 will be an update
---> Package avahi-autoipd.x86_64 0:0.6.31-15.el7_2.1 will be updated
---> Package avahi-autoipd.x86_64 0:0.6.31-17.el7 will be an update
---> Package avahi-libs.x86_64 0:0.6.31-15.el7_2.1 will be updated
---> Package avahi-libs.x86_64 0:0.6.31-17.el7 will be an update
---> Package bash.x86_64 0:4.2.46-19.el7 will be updated
---> Package bash.x86_64 0:4.2.46-21.el7_3 will be an update
---> Package bind-libs-lite.x86_64 32:9.9.4-29.el7_2.3 will be updated
---> Package bind-libs-lite.x86_64 32:9.9.4-38.el7_3.3 will be an update
--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-libs-lite-9.9.4-38.el7_3.3.x86_64
---> Package bind-license.noarch 32:9.9.4-29.el7_2.3 will be updated
---> Package bind-license.noarch 32:9.9.4-38.el7_3.3 will be an update
---> Package binutils.x86_64 0:2.23.52.0.1-55.el7 will be updated
---> Package binutils.x86_64 0:2.25.1-22.base.el7 will be an update
---> Package btrfs-progs.x86_64 0:3.19.1-1.el7 will be updated
---> Package btrfs-progs.x86_64 0:4.4.1-1.el7 will be an update
---> Package ca-certificates.noarch 0:2015.2.6-70.1.el7_2 will be updated
---> Package ca-certificates.noarch 0:2017.2.11-70.1.el7_3 will be an update
---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be updated
---> Package checkpolicy.x86_64 0:2.5-4.el7 will be an update
---> Package chkconfig.x86_64 0:1.3.61-5.el7_2.1 will be updated
---> Package chkconfig.x86_64 0:1.7.2-1.el7 will be an update
---> Package chrony.x86_64 0:2.1.1-1.el7 will be updated
---> Package chrony.x86_64 0:2.1.1-4.el7_3 will be an update
---> Package cloud-init.x86_64 0:0.7.6-2.el7 will be updated
---> Package cloud-init.x86_64 0:0.7.9-3.el7 will be an update
--> Processing Dependency: pyserial for package: cloud-init-0.7.9-3.el7.x86_64
--> Processing Dependency: python-jinja2 for package: cloud-init-0.7.9-3.el7.x86_64
---> Package cloud-utils-growpart.x86_64 0:0.27-10.el7 will be updated
---> Package cloud-utils-growpart.noarch 0:0.29-1.el7 will be an update
---> Package coreutils.x86_64 0:8.22-15.el7_2.1 will be updated
---> Package coreutils.x86_64 0:8.22-18.el7 will be an update
---> Package cryptsetup-libs.x86_64 0:1.6.7-1.el7 will be updated
---> Package cryptsetup-libs.x86_64 0:1.7.2-1.el7 will be an update
---> Package curl.x86_64 0:7.29.0-25.el7 will be updated
---> Package curl.x86_64 0:7.29.0-35.el7 will be an update
---> Package dbus.x86_64 1:1.6.12-13.el7 will be updated
---> Package dbus.x86_64 1:1.6.12-17.el7 will be an update
---> Package dbus-libs.x86_64 1:1.6.12-13.el7 will be updated
---> Package dbus-libs.x86_64 1:1.6.12-17.el7 will be an update
---> Package device-mapper.x86_64 7:1.02.107-5.el7_2.5 will be updated
---> Package device-mapper.x86_64 7:1.02.135-1.el7_3.4 will be an update
---> Package device-mapper-event.x86_64 7:1.02.107-5.el7_2.5 will be updated
---> Package device-mapper-event.x86_64 7:1.02.135-1.el7_3.4 will be an update
---> Package device-mapper-event-libs.x86_64 7:1.02.107-5.el7_2.5 will be updated
---> Package device-mapper-event-libs.x86_64 7:1.02.135-1.el7_3.4 will be an update
---> Package device-mapper-libs.x86_64 7:1.02.107-5.el7_2.5 will be updated
---> Package device-mapper-libs.x86_64 7:1.02.135-1.el7_3.4 will be an update
---> Package device-mapper-persistent-data.x86_64 0:0.5.5-1.el7 will be updated
---> Package device-mapper-persistent-data.x86_64 0:0.6.3-1.el7 will be an update
---> Package dhclient.x86_64 12:4.2.5-42.el7 will be updated
---> Package dhclient.x86_64 12:4.2.5-47.el7 will be an update
---> Package dhcp-common.x86_64 12:4.2.5-42.el7 will be updated
---> Package dhcp-common.x86_64 12:4.2.5-47.el7 will be an update
---> Package dhcp-libs.x86_64 12:4.2.5-42.el7 will be updated
---> Package dhcp-libs.x86_64 12:4.2.5-47.el7 will be an update
---> Package dmidecode.x86_64 1:2.12-9.el7 will be updated
---> Package dmidecode.x86_64 1:3.0-2.1.el7_3 will be an update
---> Package dnsmasq.x86_64 0:2.66-14.el7_1 will be updated
---> Package dnsmasq.x86_64 0:2.66-21.el7 will be an update
---> Package dracut.x86_64 0:033-360.el7_2.1 will be updated
---> Package dracut.x86_64 0:033-463.el7_3.1 will be an update
---> Package dracut-config-generic.x86_64 0:033-360.el7_2.1 will be updated
---> Package dracut-config-generic.x86_64 0:033-463.el7_3.1 will be an update
---> Package dracut-config-rescue.x86_64 0:033-360.el7_2.1 will be updated
---> Package dracut-config-rescue.x86_64 0:033-463.el7_3.1 will be an update
---> Package dracut-network.x86_64 0:033-360.el7_2.1 will be updated
---> Package dracut-network.x86_64 0:033-463.el7_3.1 will be an update
---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be updated
---> Package e2fsprogs.x86_64 0:1.42.9-9.el7 will be an update
---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be updated
---> Package e2fsprogs-libs.x86_64 0:1.42.9-9.el7 will be an update
---> Package elfutils-libelf.x86_64 0:0.163-3.el7 will be updated
---> Package elfutils-libelf.x86_64 0:0.166-2.el7 will be an update
---> Package elfutils-libs.x86_64 0:0.163-3.el7 will be updated
---> Package elfutils-libs.x86_64 0:0.166-2.el7 will be an update
---> Package emacs-filesystem.noarch 1:24.3-18.el7 will be updated
---> Package emacs-filesystem.noarch 1:24.3-19.el7_3 will be an update
---> Package epel-release.noarch 0:7-7 will be updated
---> Package epel-release.noarch 0:7-9 will be an update
---> Package ethtool.x86_64 2:3.15-2.el7 will be updated
---> Package ethtool.x86_64 2:4.5-3.el7 will be an update
---> Package expat.x86_64 0:2.1.0-8.el7 will be updated
---> Package expat.x86_64 0:2.1.0-10.el7_3 will be an update
---> Package file.x86_64 0:5.11-31.el7 will be updated
---> Package file.x86_64 0:5.11-33.el7 will be an update
---> Package file-libs.x86_64 0:5.11-31.el7 will be updated
---> Package file-libs.x86_64 0:5.11-33.el7 will be an update
---> Package filesystem.x86_64 0:3.2-20.el7 will be updated
---> Package filesystem.x86_64 0:3.2-21.el7 will be an update
---> Package freetype.x86_64 0:2.4.11-11.el7 will be updated
---> Package freetype.x86_64 0:2.4.11-12.el7 will be an update
---> Package glib2.x86_64 0:2.42.2-5.el7 will be updated
---> Package glib2.x86_64 0:2.46.2-4.el7 will be an update
---> Package glibc.x86_64 0:2.17-106.el7_2.6 will be updated
---> Package glibc.x86_64 0:2.17-157.el7_3.2 will be an update
---> Package glibc-common.x86_64 0:2.17-106.el7_2.6 will be updated
---> Package glibc-common.x86_64 0:2.17-157.el7_3.2 will be an update
---> Package gnupg2.x86_64 0:2.0.22-3.el7 will be updated
---> Package gnupg2.x86_64 0:2.0.22-4.el7 will be an update
---> Package gnutls.x86_64 0:3.3.8-14.el7_2 will be updated
---> Package gnutls.x86_64 0:3.3.24-1.el7 will be an update
---> Package grub2.x86_64 1:2.02-0.34.el7_2 will be updated
---> Package grub2.x86_64 1:2.02-0.44.el7 will be an update
---> Package grub2-tools.x86_64 1:2.02-0.34.el7_2 will be updated
---> Package grub2-tools.x86_64 1:2.02-0.44.el7 will be an update
---> Package grubby.x86_64 0:8.28-17.el7 will be updated
---> Package grubby.x86_64 0:8.28-21.el7_3 will be an update
---> Package hwdata.x86_64 0:0.252-8.1.el7 will be updated
---> Package hwdata.x86_64 0:0.252-8.4.el7 will be an update
---> Package initscripts.x86_64 0:9.49.30-1.el7_2.2 will be updated
---> Package initscripts.x86_64 0:9.49.37-1.el7_3.1 will be an update
---> Package iproute.x86_64 0:3.10.0-54.el7_2.1 will be updated
---> Package iproute.x86_64 0:3.10.0-74.el7 will be an update
---> Package iptables.x86_64 0:1.4.21-16.el7 will be updated
---> Package iptables.x86_64 0:1.4.21-17.el7 will be an update
---> Package iputils.x86_64 0:20121221-7.el7 will be updated
---> Package iputils.x86_64 0:20160308-8.el7 will be an update
---> Package irqbalance.x86_64 3:1.0.7-5.el7 will be updated
---> Package irqbalance.x86_64 3:1.0.7-6.el7_3.1 will be an update
---> Package kbd.x86_64 0:1.15.5-11.el7 will be updated
---> Package kbd.x86_64 0:1.15.5-12.el7 will be an update
---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be updated
---> Package kbd-legacy.noarch 0:1.15.5-12.el7 will be an update
---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be updated
---> Package kbd-misc.noarch 0:1.15.5-12.el7 will be an update
---> Package kexec-tools.x86_64 0:2.0.7-38.el7_2.1 will be updated
---> Package kexec-tools.x86_64 0:2.0.7-50.el7 will be an update
---> Package kmod.x86_64 0:20-5.el7 will be updated
---> Package kmod.x86_64 0:20-9.el7 will be an update
---> Package kmod-libs.x86_64 0:20-5.el7 will be updated
---> Package kmod-libs.x86_64 0:20-9.el7 will be an update
---> Package kpartx.x86_64 0:0.4.9-85.el7_2.5 will be updated
---> Package kpartx.x86_64 0:0.4.9-99.el7_3.3 will be an update
---> Package krb5-libs.x86_64 0:1.13.2-12.el7_2 will be updated
---> Package krb5-libs.x86_64 0:1.14.1-27.el7_3 will be an update
---> Package libblkid.x86_64 0:2.23.2-26.el7_2.2 will be updated
---> Package libblkid.x86_64 0:2.23.2-33.el7_3.2 will be an update
---> Package libcgroup.x86_64 0:0.41-8.el7 will be updated
---> Package libcgroup.x86_64 0:0.41-11.el7 will be an update
---> Package libcom_err.x86_64 0:1.42.9-7.el7 will be updated
---> Package libcom_err.x86_64 0:1.42.9-9.el7 will be an update
---> Package libcurl.x86_64 0:7.29.0-25.el7 will be updated
---> Package libcurl.x86_64 0:7.29.0-35.el7 will be an update
---> Package libffi.x86_64 0:3.0.13-16.el7 will be updated
---> Package libffi.x86_64 0:3.0.13-18.el7 will be an update
---> Package libgcc.x86_64 0:4.8.5-4.el7 will be updated
---> Package libgcc.x86_64 0:4.8.5-11.el7 will be an update
---> Package libgcrypt.x86_64 0:1.5.3-12.el7_1.1 will be updated
---> Package libgcrypt.x86_64 0:1.5.3-13.el7_3.1 will be an update
---> Package libgomp.x86_64 0:4.8.5-4.el7 will be updated
---> Package libgomp.x86_64 0:4.8.5-11.el7 will be an update
---> Package libgudev1.x86_64 0:219-19.el7_2.11 will be updated
---> Package libgudev1.x86_64 0:219-30.el7_3.9 will be an update
---> Package libmount.x86_64 0:2.23.2-26.el7_2.2 will be updated
---> Package libmount.x86_64 0:2.23.2-33.el7_3.2 will be an update
---> Package libndp.x86_64 0:1.2-6.el7_2 will be updated
---> Package libndp.x86_64 0:1.2-7.el7 will be an update
---> Package libnetfilter_conntrack.x86_64 0:1.0.4-2.el7 will be updated
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be an update
---> Package libnl3.x86_64 0:3.2.21-10.el7 will be updated
---> Package libnl3.x86_64 0:3.2.28-3.el7_3 will be an update
---> Package libnl3-cli.x86_64 0:3.2.21-10.el7 will be updated
---> Package libnl3-cli.x86_64 0:3.2.28-3.el7_3 will be an update
---> Package libproxy.x86_64 0:0.4.11-8.el7 will be updated
---> Package libproxy.x86_64 0:0.4.11-10.el7 will be an update
---> Package libselinux.x86_64 0:2.2.2-6.el7 will be updated
---> Package libselinux.x86_64 0:2.5-6.el7 will be an update
---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be updated
---> Package libselinux-python.x86_64 0:2.5-6.el7 will be an update
---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be updated
---> Package libselinux-utils.x86_64 0:2.5-6.el7 will be an update
---> Package libsemanage.x86_64 0:2.1.10-18.el7 will be updated
---> Package libsemanage.x86_64 0:2.5-5.1.el7_3 will be an update
---> Package libsemanage-python.x86_64 0:2.1.10-18.el7 will be updated
---> Package libsemanage-python.x86_64 0:2.5-5.1.el7_3 will be an update
---> Package libsepol.x86_64 0:2.1.9-3.el7 will be updated
---> Package libsepol.x86_64 0:2.5-6.el7 will be an update
---> Package libsoup.x86_64 0:2.48.1-3.el7 will be updated
---> Package libsoup.x86_64 0:2.48.1-6.el7 will be an update
---> Package libss.x86_64 0:1.42.9-7.el7 will be updated
---> Package libss.x86_64 0:1.42.9-9.el7 will be an update
---> Package libstdc++.x86_64 0:4.8.5-4.el7 will be updated
---> Package libstdc++.x86_64 0:4.8.5-11.el7 will be an update
---> Package libtasn1.x86_64 0:3.8-2.el7 will be updated
---> Package libtasn1.x86_64 0:3.8-3.el7 will be an update
---> Package libteam.x86_64 0:1.17-6.el7_2 will be updated
---> Package libteam.x86_64 0:1.25-4.el7 will be an update
---> Package libuuid.x86_64 0:2.23.2-26.el7_2.2 will be updated
---> Package libuuid.x86_64 0:2.23.2-33.el7_3.2 will be an update
---> Package linux-firmware.noarch 0:20150904-43.git6ebf5d5.el7 will be updated
---> Package linux-firmware.noarch 0:20160830-49.git7534e19.el7 will be an update
---> Package logrotate.x86_64 0:3.8.6-7.el7_2 will be updated
---> Package logrotate.x86_64 0:3.8.6-12.el7 will be an update
---> Package lua.x86_64 0:5.1.4-14.el7 will be updated
---> Package lua.x86_64 0:5.1.4-15.el7 will be an update
---> Package lvm2.x86_64 7:2.02.130-5.el7_2.5 will be updated
---> Package lvm2.x86_64 7:2.02.166-1.el7_3.4 will be an update
---> Package lvm2-libs.x86_64 7:2.02.130-5.el7_2.5 will be updated
---> Package lvm2-libs.x86_64 7:2.02.166-1.el7_3.4 will be an update
---> Package make.x86_64 1:3.82-21.el7 will be updated
---> Package make.x86_64 1:3.82-23.el7 will be an update
---> Package mariadb-libs.x86_64 1:5.5.47-1.el7_2 will be updated
---> Package mariadb-libs.x86_64 1:5.5.52-1.el7 will be an update
---> Package microcode_ctl.x86_64 2:2.1-12.el7 will be updated
---> Package microcode_ctl.x86_64 2:2.1-16.3.el7_3 will be an update
---> Package mozjs17.x86_64 0:17.0.0-12.el7 will be updated
---> Package mozjs17.x86_64 0:17.0.0-19.el7 will be an update
---> Package nettle.x86_64 0:2.7.1-4.el7 will be updated
---> Package nettle.x86_64 0:2.7.1-8.el7 will be an update
---> Package nspr.x86_64 0:4.11.0-1.el7_2 will be updated
---> Package nspr.x86_64 0:4.13.1-1.0.el7_3 will be an update
---> Package nss.x86_64 0:3.21.0-9.el7_2 will be updated
---> Package nss.x86_64 0:3.28.4-1.0.el7_3 will be an update
---> Package nss-softokn.x86_64 0:3.16.2.3-14.2.el7_2 will be updated
---> Package nss-softokn.x86_64 0:3.16.2.3-14.4.el7 will be an update
---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.2.el7_2 will be updated
---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7 will be an update
---> Package nss-sysinit.x86_64 0:3.21.0-9.el7_2 will be updated
---> Package nss-sysinit.x86_64 0:3.28.4-1.0.el7_3 will be an update
---> Package nss-tools.x86_64 0:3.21.0-9.el7_2 will be updated
---> Package nss-tools.x86_64 0:3.28.4-1.0.el7_3 will be an update
---> Package nss-util.x86_64 0:3.21.0-2.2.el7_2 will be updated
---> Package nss-util.x86_64 0:3.28.4-1.0.el7_3 will be an update
---> Package openldap.x86_64 0:2.4.40-9.el7_2 will be updated
---> Package openldap.x86_64 0:2.4.40-13.el7 will be an update
---> Package openssh.x86_64 0:6.6.1p1-25.el7_2 will be updated
---> Package openssh.x86_64 0:6.6.1p1-35.el7_3 will be an update
---> Package openssh-clients.x86_64 0:6.6.1p1-25.el7_2 will be updated
---> Package openssh-clients.x86_64 0:6.6.1p1-35.el7_3 will be an update
---> Package openssh-server.x86_64 0:6.6.1p1-25.el7_2 will be updated
---> Package openssh-server.x86_64 0:6.6.1p1-35.el7_3 will be an update
---> Package openssl.x86_64 1:1.0.1e-51.el7_2.5 will be updated
---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be an update
---> Package openssl-libs.x86_64 1:1.0.1e-51.el7_2.5 will be updated
---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be an update
---> Package os-prober.x86_64 0:1.58-5.el7 will be updated
---> Package os-prober.x86_64 0:1.58-9.el7 will be an update
---> Package pam.x86_64 0:1.1.8-12.el7_1.1 will be updated
---> Package pam.x86_64 0:1.1.8-18.el7 will be an update
---> Package parted.x86_64 0:3.1-23.el7 will be updated
---> Package parted.x86_64 0:3.1-28.el7 will be an update
---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be updated
---> Package pciutils-libs.x86_64 0:3.5.1-1.el7 will be an update
---> Package perl.x86_64 4:5.16.3-286.el7 will be updated
---> Package perl.x86_64 4:5.16.3-291.el7 will be an update
---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be updated
---> Package perl-Pod-Escapes.noarch 1:1.04-291.el7 will be an update
---> Package perl-Socket.x86_64 0:2.010-3.el7 will be updated
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be an update
---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be updated
---> Package perl-libs.x86_64 4:5.16.3-291.el7 will be an update
---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be updated
---> Package perl-macros.x86_64 4:5.16.3-291.el7 will be an update
---> Package pinentry.x86_64 0:0.8.1-14.el7 will be updated
---> Package pinentry.x86_64 0:0.8.1-17.el7 will be an update
---> Package policycoreutils.x86_64 0:2.2.5-20.el7 will be updated
---> Package policycoreutils.x86_64 0:2.5-11.el7_3 will be an update
---> Package policycoreutils-python.x86_64 0:2.2.5-20.el7 will be updated
---> Package policycoreutils-python.x86_64 0:2.5-11.el7_3 will be an update
---> Package polkit.x86_64 0:0.112-7.el7_2 will be updated
---> Package polkit.x86_64 0:0.112-12.el7_3 will be an update
---> Package procps-ng.x86_64 0:3.3.10-5.el7_2 will be updated
---> Package procps-ng.x86_64 0:3.3.10-10.el7 will be an update
---> Package python.x86_64 0:2.7.5-34.el7 will be updated
---> Package python.x86_64 0:2.7.5-48.el7 will be an update
---> Package python-libs.x86_64 0:2.7.5-34.el7 will be updated
---> Package python-libs.x86_64 0:2.7.5-48.el7 will be an update
---> Package python-perf.x86_64 0:3.10.0-327.22.2.el7 will be updated
---> Package python-perf.x86_64 0:3.10.0-514.21.1.el7 will be an update
---> Package python-pycurl.x86_64 0:7.19.0-17.el7 will be updated
---> Package python-pycurl.x86_64 0:7.19.0-19.el7 will be an update
---> Package python-rhsm.x86_64 0:1.15.4-5.el7 will be updated
---> Package python-rhsm.x86_64 0:1.17.9-1.el7 will be an update
--> Processing Dependency: python-rhsm-certificates = 1.17.9-1.el7 for package: python-rhsm-1.17.9-1.el7.x86_64
---> Package python-urlgrabber.noarch 0:3.10-7.el7 will be updated
---> Package python-urlgrabber.noarch 0:3.10-8.el7 will be an update
---> Package rdma.noarch 0:7.2_4.1_rc6-2.el7 will be updated
---> Package rdma.noarch 0:7.3_4.7_rc2-6.el7_3 will be an update
--> Processing Dependency: pciutils for package: rdma-7.3_4.7_rc2-6.el7_3.noarch
---> Package redhat-logos.noarch 0:70.0.3-4.el7 will be updated
---> Package redhat-logos.noarch 0:70.0.3-6.el7 will be an update
---> Package redhat-release-server.x86_64 0:7.2-9.el7 will be updated
---> Package redhat-release-server.x86_64 0:7.3-7.el7 will be an update
---> Package redhat-support-lib-python.noarch 0:0.9.7-3.el7 will be updated
---> Package redhat-support-lib-python.noarch 0:0.9.7-6.el7 will be an update
---> Package redhat-support-tool.noarch 0:0.9.7-6.el7 will be updated
---> Package redhat-support-tool.noarch 0:0.9.8-6.el7 will be an update
--> Processing Dependency: python-magic for package: redhat-support-tool-0.9.8-6.el7.noarch
---> Package rhn-check.noarch 0:2.0.2-6.el7 will be updated
---> Package rhn-check.noarch 0:2.0.2-8.el7 will be an update
---> Package rhn-client-tools.noarch 0:2.0.2-6.el7 will be updated
---> Package rhn-client-tools.noarch 0:2.0.2-8.el7 will be an update
---> Package rhn-setup.noarch 0:2.0.2-6.el7 will be updated
---> Package rhn-setup.noarch 0:2.0.2-8.el7 will be an update
---> Package rpm.x86_64 0:4.11.3-17.el7 will be updated
---> Package rpm.x86_64 0:4.11.3-21.el7 will be an update
---> Package rpm-build-libs.x86_64 0:4.11.3-17.el7 will be updated
---> Package rpm-build-libs.x86_64 0:4.11.3-21.el7 will be an update
---> Package rpm-libs.x86_64 0:4.11.3-17.el7 will be updated
---> Package rpm-libs.x86_64 0:4.11.3-21.el7 will be an update
---> Package rpm-python.x86_64 0:4.11.3-17.el7 will be updated
---> Package rpm-python.x86_64 0:4.11.3-21.el7 will be an update
---> Package rsyslog.x86_64 0:7.4.7-12.el7 will be updated
---> Package rsyslog.x86_64 0:7.4.7-16.el7 will be an update
---> Package ruby.x86_64 0:2.0.0.598-25.el7_1 will be updated
---> Package ruby.x86_64 0:2.0.0.648-29.el7 will be an update
---> Package ruby-irb.noarch 0:2.0.0.598-25.el7_1 will be updated
---> Package ruby-irb.noarch 0:2.0.0.648-29.el7 will be an update
---> Package ruby-libs.x86_64 0:2.0.0.598-25.el7_1 will be updated
---> Package ruby-libs.x86_64 0:2.0.0.648-29.el7 will be an update
---> Package rubygem-bigdecimal.x86_64 0:1.2.0-25.el7_1 will be updated
---> Package rubygem-bigdecimal.x86_64 0:1.2.0-29.el7 will be an update
---> Package rubygem-io-console.x86_64 0:0.4.2-25.el7_1 will be updated
---> Package rubygem-io-console.x86_64 0:0.4.2-29.el7 will be an update
---> Package rubygem-json.x86_64 0:1.7.7-25.el7_1 will be updated
---> Package rubygem-json.x86_64 0:1.7.7-29.el7 will be an update
---> Package rubygem-psych.x86_64 0:2.0.0-25.el7_1 will be updated
---> Package rubygem-psych.x86_64 0:2.0.0-29.el7 will be an update
---> Package rubygem-rdoc.noarch 0:4.0.0-25.el7_1 will be updated
---> Package rubygem-rdoc.noarch 0:4.0.0-29.el7 will be an update
---> Package rubygems.noarch 0:2.0.14-25.el7_1 will be updated
---> Package rubygems.noarch 0:2.0.14.1-29.el7 will be an update
---> Package selinux-policy.noarch 0:3.13.1-60.el7_2.7 will be updated
---> Package selinux-policy.noarch 0:3.13.1-102.el7_3.16 will be an update
---> Package selinux-policy-targeted.noarch 0:3.13.1-60.el7_2.7 will be updated
---> Package selinux-policy-targeted.noarch 0:3.13.1-102.el7_3.16 will be an update
---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be updated
---> Package setools-libs.x86_64 0:3.3.8-1.1.el7 will be an update
---> Package setup.noarch 0:2.8.71-6.el7 will be updated
---> Package setup.noarch 0:2.8.71-7.el7 will be an update
---> Package shadow-utils.x86_64 2:4.1.5.1-18.el7 will be updated
---> Package shadow-utils.x86_64 2:4.1.5.1-24.el7 will be an update
---> Package sos.noarch 0:3.2-35.el7_2.3 will be updated
---> Package sos.noarch 0:3.3-5.el7_3 will be an update
---> Package subscription-manager.x86_64 0:1.15.9-15.el7 will be updated
---> Package subscription-manager.x86_64 0:1.17.15-1.el7 will be an update
---> Package sudo.x86_64 0:1.8.6p7-17.el7_2 will be updated
---> Package sudo.x86_64 0:1.8.6p7-21.el7_3 will be an update
---> Package systemd.x86_64 0:219-19.el7_2.11 will be updated
---> Package systemd.x86_64 0:219-30.el7_3.9 will be an update
---> Package systemd-libs.x86_64 0:219-19.el7_2.11 will be updated
---> Package systemd-libs.x86_64 0:219-30.el7_3.9 will be an update
---> Package systemd-sysv.x86_64 0:219-19.el7_2.11 will be updated
---> Package systemd-sysv.x86_64 0:219-30.el7_3.9 will be an update
---> Package tar.x86_64 2:1.26-29.el7 will be updated
---> Package tar.x86_64 2:1.26-31.el7 will be an update
---> Package teamd.x86_64 0:1.17-6.el7_2 will be updated
---> Package teamd.x86_64 0:1.25-4.el7 will be an update
---> Package traceroute.x86_64 3:2.0.19-5.el7 will be updated
---> Package traceroute.x86_64 3:2.0.22-2.el7 will be an update
---> Package tuned.noarch 0:2.5.1-4.el7_2.3 will be updated
---> Package tuned.noarch 0:2.7.1-3.el7_3.2 will be an update
---> Package tzdata.noarch 0:2016f-1.el7 will be updated
---> Package tzdata.noarch 0:2017b-1.el7 will be an update
---> Package util-linux.x86_64 0:2.23.2-26.el7_2.2 will be updated
---> Package util-linux.x86_64 0:2.23.2-33.el7_3.2 will be an update
---> Package vim-common.x86_64 2:7.4.160-1.el7 will be updated
---> Package vim-common.x86_64 2:7.4.160-1.el7_3.1 will be an update
---> Package vim-enhanced.x86_64 2:7.4.160-1.el7 will be updated
---> Package vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 will be an update
---> Package vim-filesystem.x86_64 2:7.4.160-1.el7 will be updated
---> Package vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 will be an update
---> Package vim-minimal.x86_64 2:7.4.160-1.el7 will be updated
---> Package vim-minimal.x86_64 2:7.4.160-1.el7_3.1 will be an update
---> Package virt-what.x86_64 0:1.13-6.el7 will be updated
---> Package virt-what.x86_64 0:1.13-8.el7 will be an update
---> Package wget.x86_64 0:1.14-10.el7_0.1 will be updated
---> Package wget.x86_64 0:1.14-13.el7 will be an update
---> Package wpa_supplicant.x86_64 1:2.0-17.el7_1 will be updated
---> Package wpa_supplicant.x86_64 1:2.0-21.el7_3 will be an update
---> Package xdg-utils.noarch 0:1.1.0-0.16.20120809git.el7 will be updated
---> Package xdg-utils.noarch 0:1.1.0-0.17.20120809git.el7 will be an update
---> Package xfsprogs.x86_64 0:3.2.2-2.el7 will be updated
---> Package xfsprogs.x86_64 0:4.5.0-9.el7_3 will be an update
---> Package xz.x86_64 0:5.1.2-12alpha.el7 will be updated
---> Package xz.x86_64 0:5.2.2-1.el7 will be an update
---> Package xz-libs.x86_64 0:5.1.2-12alpha.el7 will be updated
---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be an update
---> Package yum.noarch 0:3.4.3-132.el7 will be updated
---> Package yum.noarch 0:3.4.3-150.el7 will be an update
---> Package yum-rhn-plugin.noarch 0:2.0.1-5.el7 will be updated
---> Package yum-rhn-plugin.noarch 0:2.0.1-6.1.el7_3 will be an update
---> Package yum-utils.noarch 0:1.1.31-34.el7 will be updated
---> Package yum-utils.noarch 0:1.1.31-40.el7 will be an update
---> Package zlib.x86_64 0:1.2.7-15.el7 will be updated
---> Package zlib.x86_64 0:1.2.7-17.el7 will be an update
--> Running transaction check
---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed
---> Package pciutils.x86_64 0:3.5.1-1.el7 will be installed
---> Package pyserial.noarch 0:2.6-5.el7 will be installed
---> Package python-jinja2.noarch 0:2.7.2-2.el7 will be installed
--> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-2.el7.noarch
--> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-2.el7.noarch
---> Package python-magic.noarch 0:5.11-33.el7 will be installed
---> Package python-rhsm-certificates.x86_64 0:1.17.9-1.el7 will be installed
--> Running transaction check
---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
NetworkManager x86_64 1:1.4.0-20.el7_3 oso-rhui-rhel-server-releases 2.5 M
NetworkManager-config-server
x86_64 1:1.4.0-20.el7_3 oso-rhui-rhel-server-releases 131 k
NetworkManager-libnm
x86_64 1:1.4.0-20.el7_3 oso-rhui-rhel-server-releases 443 k
NetworkManager-team
x86_64 1:1.4.0-20.el7_3 oso-rhui-rhel-server-releases 147 k
NetworkManager-tui
x86_64 1:1.4.0-20.el7_3 oso-rhui-rhel-server-releases 224 k
audit x86_64 2.6.5-3.el7_3.1 oso-rhui-rhel-server-releases 233 k
audit-libs x86_64 2.6.5-3.el7_3.1 oso-rhui-rhel-server-releases 85 k
audit-libs-python
x86_64 2.6.5-3.el7_3.1 oso-rhui-rhel-server-releases 70 k
authconfig x86_64 6.2.8-14.el7 oso-rhui-rhel-server-releases 419 k
avahi-autoipd x86_64 0.6.31-17.el7 oso-rhui-rhel-server-releases 39 k
avahi-libs x86_64 0.6.31-17.el7 oso-rhui-rhel-server-releases 61 k
bash x86_64 4.2.46-21.el7_3 oso-rhui-rhel-server-releases 1.0 M
bind-libs-lite x86_64 32:9.9.4-38.el7_3.3 oso-rhui-rhel-server-releases 730 k
bind-license noarch 32:9.9.4-38.el7_3.3 oso-rhui-rhel-server-releases 83 k
binutils x86_64 2.25.1-22.base.el7 oso-rhui-rhel-server-releases 5.4 M
btrfs-progs x86_64 4.4.1-1.el7 oso-rhui-rhel-server-releases 605 k
ca-certificates
noarch 2017.2.11-70.1.el7_3 oso-rhui-rhel-server-releases 443 k
checkpolicy x86_64 2.5-4.el7 oso-rhui-rhel-server-releases 290 k
chkconfig x86_64 1.7.2-1.el7 oso-rhui-rhel-server-releases 175 k
chrony x86_64 2.1.1-4.el7_3 oso-rhui-rhel-server-releases 281 k
cloud-init x86_64 0.7.9-3.el7 rhui-REGION-rhel-server-rh-common
619 k
cloud-utils-growpart
noarch 0.29-1.el7 rhui-REGION-rhel-server-rh-common
26 k
coreutils x86_64 8.22-18.el7 oso-rhui-rhel-server-releases 3.3 M
cryptsetup-libs
x86_64 1.7.2-1.el7 oso-rhui-rhel-server-releases 216 k
curl x86_64 7.29.0-35.el7 oso-rhui-rhel-server-releases 265 k
dbus x86_64 1:1.6.12-17.el7 oso-rhui-rhel-server-releases 307 k
dbus-libs x86_64 1:1.6.12-17.el7 oso-rhui-rhel-server-releases 151 k
device-mapper x86_64 7:1.02.135-1.el7_3.4 oso-rhui-rhel-server-releases 269 k
device-mapper-event
x86_64 7:1.02.135-1.el7_3.4 oso-rhui-rhel-server-releases 178 k
device-mapper-event-libs
x86_64 7:1.02.135-1.el7_3.4 oso-rhui-rhel-server-releases 177 k
device-mapper-libs
x86_64 7:1.02.135-1.el7_3.4 oso-rhui-rhel-server-releases 333 k
device-mapper-persistent-data
x86_64 0.6.3-1.el7 oso-rhui-rhel-server-releases 368 k
dhclient x86_64 12:4.2.5-47.el7 oso-rhui-rhel-server-releases 280 k
dhcp-common x86_64 12:4.2.5-47.el7 oso-rhui-rhel-server-releases 172 k
dhcp-libs x86_64 12:4.2.5-47.el7 oso-rhui-rhel-server-releases 129 k
dmidecode x86_64 1:3.0-2.1.el7_3 oso-rhui-rhel-server-releases 83 k
dnsmasq x86_64 2.66-21.el7 oso-rhui-rhel-server-releases 229 k
dracut x86_64 033-463.el7_3.1 oso-rhui-rhel-server-releases 318 k
dracut-config-generic
x86_64 033-463.el7_3.1 oso-rhui-rhel-server-releases 53 k
dracut-config-rescue
x86_64 033-463.el7_3.1 oso-rhui-rhel-server-releases 54 k
dracut-network x86_64 033-463.el7_3.1 oso-rhui-rhel-server-releases 96 k
e2fsprogs x86_64 1.42.9-9.el7 oso-rhui-rhel-server-releases 698 k
e2fsprogs-libs x86_64 1.42.9-9.el7 oso-rhui-rhel-server-releases 166 k
elfutils-libelf
x86_64 0.166-2.el7 oso-rhui-rhel-server-releases 208 k
elfutils-libs x86_64 0.166-2.el7 oso-rhui-rhel-server-releases 262 k
emacs-filesystem
noarch 1:24.3-19.el7_3 oso-rhui-rhel-server-releases 58 k
epel-release noarch 7-9 epel 14 k
ethtool x86_64 2:4.5-3.el7 oso-rhui-rhel-server-releases 122 k
expat x86_64 2.1.0-10.el7_3 oso-rhui-rhel-server-releases 81 k
file x86_64 5.11-33.el7 oso-rhui-rhel-server-releases 57 k
file-libs x86_64 5.11-33.el7 oso-rhui-rhel-server-releases 340 k
filesystem x86_64 3.2-21.el7 oso-rhui-rhel-server-releases 1.0 M
freetype x86_64 2.4.11-12.el7 oso-rhui-rhel-server-releases 391 k
glib2 x86_64 2.46.2-4.el7 oso-rhui-rhel-server-releases 2.3 M
glibc x86_64 2.17-157.el7_3.2 oso-rhui-rhel-server-releases 3.6 M
glibc-common x86_64 2.17-157.el7_3.2 oso-rhui-rhel-server-releases 11 M
gnupg2 x86_64 2.0.22-4.el7 oso-rhui-rhel-server-releases 1.5 M
gnutls x86_64 3.3.24-1.el7 oso-rhui-rhel-server-releases 672 k
grub2 x86_64 1:2.02-0.44.el7 oso-rhui-rhel-server-releases 1.5 M
grub2-tools x86_64 1:2.02-0.44.el7 oso-rhui-rhel-server-releases 3.3 M
grubby x86_64 8.28-21.el7_3 oso-rhui-rhel-server-releases 70 k
hwdata x86_64 0.252-8.4.el7 oso-rhui-rhel-server-releases 2.1 M
initscripts x86_64 9.49.37-1.el7_3.1 oso-rhui-rhel-server-releases 432 k
iproute x86_64 3.10.0-74.el7 oso-rhui-rhel-server-releases 618 k
iptables x86_64 1.4.21-17.el7 oso-rhui-rhel-server-releases 426 k
iputils x86_64 20160308-8.el7 oso-rhui-rhel-server-releases 147 k
irqbalance x86_64 3:1.0.7-6.el7_3.1 oso-rhui-rhel-server-releases 44 k
kbd x86_64 1.15.5-12.el7 oso-rhui-rhel-server-releases 346 k
kbd-legacy noarch 1.15.5-12.el7 oso-rhui-rhel-server-releases 465 k
kbd-misc noarch 1.15.5-12.el7 oso-rhui-rhel-server-releases 1.4 M
kexec-tools x86_64 2.0.7-50.el7 oso-rhui-rhel-server-releases 326 k
kmod x86_64 20-9.el7 oso-rhui-rhel-server-releases 115 k
kmod-libs x86_64 20-9.el7 oso-rhui-rhel-server-releases 47 k
kpartx x86_64 0.4.9-99.el7_3.3 oso-rhui-rhel-server-releases 68 k
krb5-libs x86_64 1.14.1-27.el7_3 oso-rhui-rhel-server-releases 740 k
libblkid x86_64 2.23.2-33.el7_3.2 oso-rhui-rhel-server-releases 170 k
libcgroup x86_64 0.41-11.el7 oso-rhui-rhel-server-releases 65 k
libcom_err x86_64 1.42.9-9.el7 oso-rhui-rhel-server-releases 40 k
libcurl x86_64 7.29.0-35.el7 oso-rhui-rhel-server-releases 218 k
libffi x86_64 3.0.13-18.el7 oso-rhui-rhel-server-releases 30 k
libgcc x86_64 4.8.5-11.el7 oso-rhui-rhel-server-releases 97 k
libgcrypt x86_64 1.5.3-13.el7_3.1 oso-rhui-rhel-server-releases 263 k
libgomp x86_64 4.8.5-11.el7 oso-rhui-rhel-server-releases 152 k
libgudev1 x86_64 219-30.el7_3.9 oso-rhui-rhel-server-releases 77 k
libmount x86_64 2.23.2-33.el7_3.2 oso-rhui-rhel-server-releases 172 k
libndp x86_64 1.2-7.el7 oso-rhui-rhel-server-releases 31 k
libnetfilter_conntrack
x86_64 1.0.6-1.el7_3 oso-rhui-rhel-server-releases 56 k
libnl3 x86_64 3.2.28-3.el7_3 oso-rhui-rhel-server-releases 278 k
libnl3-cli x86_64 3.2.28-3.el7_3 oso-rhui-rhel-server-releases 160 k
libproxy x86_64 0.4.11-10.el7 oso-rhui-rhel-server-releases 64 k
libselinux x86_64 2.5-6.el7 oso-rhui-rhel-server-releases 161 k
libselinux-python
x86_64 2.5-6.el7 oso-rhui-rhel-server-releases 234 k
libselinux-utils
x86_64 2.5-6.el7 oso-rhui-rhel-server-releases 151 k
libsemanage x86_64 2.5-5.1.el7_3 oso-rhui-rhel-server-releases 145 k
libsemanage-python
x86_64 2.5-5.1.el7_3 oso-rhui-rhel-server-releases 104 k
libsepol x86_64 2.5-6.el7 oso-rhui-rhel-server-releases 288 k
libsoup x86_64 2.48.1-6.el7 oso-rhui-rhel-server-releases 349 k
libss x86_64 1.42.9-9.el7 oso-rhui-rhel-server-releases 45 k
libstdc++ x86_64 4.8.5-11.el7 oso-rhui-rhel-server-releases 300 k
libtasn1 x86_64 3.8-3.el7 oso-rhui-rhel-server-releases 320 k
libteam x86_64 1.25-4.el7 oso-rhui-rhel-server-releases 46 k
libuuid x86_64 2.23.2-33.el7_3.2 oso-rhui-rhel-server-releases 76 k
linux-firmware noarch 20160830-49.git7534e19.el7
oso-rhui-rhel-server-releases 31 M
logrotate x86_64 3.8.6-12.el7 oso-rhui-rhel-server-releases 68 k
lua x86_64 5.1.4-15.el7 oso-rhui-rhel-server-releases 201 k
lvm2 x86_64 7:2.02.166-1.el7_3.4 oso-rhui-rhel-server-releases 1.1 M
lvm2-libs x86_64 7:2.02.166-1.el7_3.4 oso-rhui-rhel-server-releases 986 k
make x86_64 1:3.82-23.el7 oso-rhui-rhel-server-releases 421 k
mariadb-libs x86_64 1:5.5.52-1.el7 oso-rhui-rhel-server-releases 761 k
microcode_ctl x86_64 2:2.1-16.3.el7_3 oso-rhui-rhel-server-releases 745 k
mozjs17 x86_64 17.0.0-19.el7 oso-rhui-rhel-server-releases 1.4 M
nettle x86_64 2.7.1-8.el7 oso-rhui-rhel-server-releases 327 k
nspr x86_64 4.13.1-1.0.el7_3 oso-rhui-rhel-server-releases 126 k
nss x86_64 3.28.4-1.0.el7_3 oso-rhui-rhel-server-releases 873 k
nss-softokn x86_64 3.16.2.3-14.4.el7 oso-rhui-rhel-server-releases 306 k
nss-softokn-freebl
x86_64 3.16.2.3-14.4.el7 oso-rhui-rhel-server-releases 204 k
nss-sysinit x86_64 3.28.4-1.0.el7_3 oso-rhui-rhel-server-releases 58 k
nss-tools x86_64 3.28.4-1.0.el7_3 oso-rhui-rhel-server-releases 496 k
nss-util x86_64 3.28.4-1.0.el7_3 oso-rhui-rhel-server-releases 73 k
openldap x86_64 2.4.40-13.el7 oso-rhui-rhel-server-releases 350 k
openssh x86_64 6.6.1p1-35.el7_3 oso-rhui-rhel-server-releases 438 k
openssh-clients
x86_64 6.6.1p1-35.el7_3 oso-rhui-rhel-server-releases 642 k
openssh-server x86_64 6.6.1p1-35.el7_3 oso-rhui-rhel-server-releases 440 k
openssl x86_64 1:1.0.1e-60.el7_3.1 oso-rhui-rhel-server-releases 713 k
openssl-libs x86_64 1:1.0.1e-60.el7_3.1 oso-rhui-rhel-server-releases 959 k
os-prober x86_64 1.58-9.el7 oso-rhui-rhel-server-releases 42 k
pam x86_64 1.1.8-18.el7 oso-rhui-rhel-server-releases 717 k
parted x86_64 3.1-28.el7 oso-rhui-rhel-server-releases 607 k
pciutils-libs x86_64 3.5.1-1.el7 oso-rhui-rhel-server-releases 46 k
perl x86_64 4:5.16.3-291.el7 oso-rhui-rhel-server-releases 8.0 M
perl-Pod-Escapes
noarch 1:1.04-291.el7 oso-rhui-rhel-server-releases 51 k
perl-Socket x86_64 2.010-4.el7 oso-rhui-rhel-server-releases 49 k
perl-libs x86_64 4:5.16.3-291.el7 oso-rhui-rhel-server-releases 688 k
perl-macros x86_64 4:5.16.3-291.el7 oso-rhui-rhel-server-releases 43 k
pinentry x86_64 0.8.1-17.el7 oso-rhui-rhel-server-releases 73 k
policycoreutils
x86_64 2.5-11.el7_3 oso-rhui-rhel-server-releases 842 k
policycoreutils-python
x86_64 2.5-11.el7_3 oso-rhui-rhel-server-releases 445 k
polkit x86_64 0.112-12.el7_3 oso-rhui-rhel-server-releases 167 k
procps-ng x86_64 3.3.10-10.el7 oso-rhui-rhel-server-releases 288 k
python x86_64 2.7.5-48.el7 oso-rhui-rhel-server-releases 90 k
python-libs x86_64 2.7.5-48.el7 oso-rhui-rhel-server-releases 5.6 M
python-perf x86_64 3.10.0-514.21.1.el7 oso-rhui-rhel-server-releases 4.0 M
python-pycurl x86_64 7.19.0-19.el7 oso-rhui-rhel-server-releases 80 k
python-rhsm x86_64 1.17.9-1.el7 oso-rhui-rhel-server-releases 116 k
python-urlgrabber
noarch 3.10-8.el7 oso-rhui-rhel-server-releases 108 k
rdma noarch 7.3_4.7_rc2-6.el7_3 oso-rhui-rhel-server-releases 30 k
redhat-logos noarch 70.0.3-6.el7 oso-rhui-rhel-server-releases 13 M
redhat-release-server
x86_64 7.3-7.el7 oso-rhui-rhel-server-releases 28 k
redhat-support-lib-python
noarch 0.9.7-6.el7 oso-rhui-rhel-server-releases 210 k
redhat-support-tool
noarch 0.9.8-6.el7 oso-rhui-rhel-server-releases 228 k
rhn-check noarch 2.0.2-8.el7 oso-rhui-rhel-server-releases 52 k
rhn-client-tools
noarch 2.0.2-8.el7 oso-rhui-rhel-server-releases 407 k
rhn-setup noarch 2.0.2-8.el7 oso-rhui-rhel-server-releases 87 k
rpm x86_64 4.11.3-21.el7 oso-rhui-rhel-server-releases 1.2 M
rpm-build-libs x86_64 4.11.3-21.el7 oso-rhui-rhel-server-releases 104 k
rpm-libs x86_64 4.11.3-21.el7 oso-rhui-rhel-server-releases 274 k
rpm-python x86_64 4.11.3-21.el7 oso-rhui-rhel-server-releases 80 k
rsyslog x86_64 7.4.7-16.el7 oso-rhui-rhel-server-releases 573 k
ruby x86_64 2.0.0.648-29.el7 oso-rhui-rhel-server-releases 68 k
ruby-irb noarch 2.0.0.648-29.el7 oso-rhui-rhel-server-releases 89 k
ruby-libs x86_64 2.0.0.648-29.el7 oso-rhui-rhel-server-releases 2.8 M
rubygem-bigdecimal
x86_64 1.2.0-29.el7 oso-rhui-rhel-server-releases 80 k
rubygem-io-console
x86_64 0.4.2-29.el7 oso-rhui-rhel-server-releases 51 k
rubygem-json x86_64 1.7.7-29.el7 oso-rhui-rhel-server-releases 76 k
rubygem-psych x86_64 2.0.0-29.el7 oso-rhui-rhel-server-releases 78 k
rubygem-rdoc noarch 4.0.0-29.el7 oso-rhui-rhel-server-releases 319 k
rubygems noarch 2.0.14.1-29.el7 oso-rhui-rhel-server-releases 216 k
selinux-policy noarch 3.13.1-102.el7_3.16 oso-rhui-rhel-server-releases 414 k
selinux-policy-targeted
noarch 3.13.1-102.el7_3.16 oso-rhui-rhel-server-releases 6.4 M
setools-libs x86_64 3.3.8-1.1.el7 oso-rhui-rhel-server-releases 610 k
setup noarch 2.8.71-7.el7 oso-rhui-rhel-server-releases 165 k
shadow-utils x86_64 2:4.1.5.1-24.el7 oso-rhui-rhel-server-releases 1.1 M
sos noarch 3.3-5.el7_3 oso-rhui-rhel-server-releases 357 k
subscription-manager
x86_64 1.17.15-1.el7 oso-rhui-rhel-server-releases 883 k
sudo x86_64 1.8.6p7-21.el7_3 oso-rhui-rhel-server-releases 735 k
systemd x86_64 219-30.el7_3.9 oso-rhui-rhel-server-releases 5.2 M
systemd-libs x86_64 219-30.el7_3.9 oso-rhui-rhel-server-releases 369 k
systemd-sysv x86_64 219-30.el7_3.9 oso-rhui-rhel-server-releases 64 k
tar x86_64 2:1.26-31.el7 oso-rhui-rhel-server-releases 843 k
teamd x86_64 1.25-4.el7 oso-rhui-rhel-server-releases 111 k
traceroute x86_64 3:2.0.22-2.el7 oso-rhui-rhel-server-releases 59 k
tuned noarch 2.7.1-3.el7_3.2 oso-rhui-rhel-server-releases 210 k
tzdata noarch 2017b-1.el7 oso-rhui-rhel-server-releases 443 k
util-linux x86_64 2.23.2-33.el7_3.2 oso-rhui-rhel-server-releases 1.9 M
vim-common x86_64 2:7.4.160-1.el7_3.1 oso-rhui-rhel-server-releases 5.9 M
vim-enhanced x86_64 2:7.4.160-1.el7_3.1 oso-rhui-rhel-server-releases 1.0 M
vim-filesystem x86_64 2:7.4.160-1.el7_3.1 oso-rhui-rhel-server-releases 9.7 k
vim-minimal x86_64 2:7.4.160-1.el7_3.1 oso-rhui-rhel-server-releases 436 k
virt-what x86_64 1.13-8.el7 oso-rhui-rhel-server-releases 27 k
wget x86_64 1.14-13.el7 oso-rhui-rhel-server-releases 546 k
wpa_supplicant x86_64 1:2.0-21.el7_3 oso-rhui-rhel-server-releases 788 k
xdg-utils noarch 1.1.0-0.17.20120809git.el7
oso-rhui-rhel-server-releases 70 k
xfsprogs x86_64 4.5.0-9.el7_3 oso-rhui-rhel-server-releases 895 k
xz x86_64 5.2.2-1.el7 oso-rhui-rhel-server-releases 229 k
xz-libs x86_64 5.2.2-1.el7 oso-rhui-rhel-server-releases 103 k
yum noarch 3.4.3-150.el7 oso-rhui-rhel-server-releases 1.2 M
yum-rhn-plugin noarch 2.0.1-6.1.el7_3 oso-rhui-rhel-server-releases 80 k
yum-utils noarch 1.1.31-40.el7 oso-rhui-rhel-server-releases 116 k
zlib x86_64 1.2.7-17.el7 oso-rhui-rhel-server-releases 90 k
Installing for dependencies:
GeoIP x86_64 1.5.0-11.el7 oso-rhui-rhel-server-releases 1.1 M
pciutils x86_64 3.5.1-1.el7 oso-rhui-rhel-server-releases 93 k
pyserial noarch 2.6-5.el7 oso-rhui-rhel-server-releases-optional
124 k
python-babel noarch 0.9.6-8.el7 oso-rhui-rhel-server-releases 1.4 M
python-jinja2 noarch 2.7.2-2.el7 oso-rhui-rhel-server-extras 516 k
python-magic noarch 5.11-33.el7 oso-rhui-rhel-server-releases 33 k
python-markupsafe
x86_64 0.11-10.el7 oso-rhui-rhel-server-releases 25 k
python-rhsm-certificates
x86_64 1.17.9-1.el7 oso-rhui-rhel-server-releases 38 k
Transaction Summary
================================================================================
Install ( 8 Dependent packages)
Upgrade 199 Packages
Total download size: 179 M
Downloading packages:
No Presto metadata available for oso-rhui-rhel-server-releases
No Presto metadata available for epel
No Presto metadata available for rhui-REGION-rhel-server-rh-common
--------------------------------------------------------------------------------
Total 24 MB/s | 179 MB 00:07
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : libgcc-4.8.5-11.el7.x86_64 1/406
Updating : redhat-release-server-7.3-7.el7.x86_64 2/406
Updating : setup-2.8.71-7.el7.noarch 3/406
warning: /etc/shadow created as /etc/shadow.rpmnew
Updating : filesystem-3.2-21.el7.x86_64 4/406
Updating : 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 5/406
Updating : kbd-legacy-1.15.5-12.el7.noarch 6/406
Updating : 32:bind-license-9.9.4-38.el7_3.3.noarch 7/406
Installing : python-rhsm-certificates-1.17.9-1.el7.x86_64 8/406
Updating : tzdata-2017b-1.el7.noarch 9/406
Updating : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 10/406
Updating : glibc-common-2.17-157.el7_3.2.x86_64 11/406
Updating : glibc-2.17-157.el7_3.2.x86_64 12/406
warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew
Updating : bash-4.2.46-21.el7_3.x86_64 13/406
Updating : libsepol-2.5-6.el7.x86_64 14/406
Updating : libselinux-2.5-6.el7.x86_64 15/406
Updating : zlib-1.2.7-17.el7.x86_64 16/406
Updating : libuuid-2.23.2-33.el7_3.2.x86_64 17/406
Updating : audit-libs-2.6.5-3.el7_3.1.x86_64 18/406
Updating : xz-libs-5.2.2-1.el7.x86_64 19/406
Updating : nspr-4.13.1-1.0.el7_3.x86_64 20/406
Updating : libcom_err-1.42.9-9.el7.x86_64 21/406
Updating : nss-util-3.28.4-1.0.el7_3.x86_64 22/406
Updating : chkconfig-1.7.2-1.el7.x86_64 23/406
Updating : elfutils-libelf-0.166-2.el7.x86_64 24/406
Updating : libnl3-3.2.28-3.el7_3.x86_64 25/406
Updating : 4:perl-libs-5.16.3-291.el7.x86_64 26/406
Updating : perl-Socket-2.010-4.el7.x86_64 27/406
Updating : 4:perl-macros-5.16.3-291.el7.x86_64 28/406
Updating : 4:perl-5.16.3-291.el7.x86_64 29/406
Updating : 1:dbus-libs-1.6.12-17.el7.x86_64 30/406
Updating : libgcrypt-1.5.3-13.el7_3.1.x86_64 31/406
Updating : libstdc++-4.8.5-11.el7.x86_64 32/406
Updating : elfutils-libs-0.166-2.el7.x86_64 33/406
Updating : libsemanage-2.5-5.1.el7_3.x86_64 34/406
Updating : expat-2.1.0-10.el7_3.x86_64 35/406
Updating : lua-5.1.4-15.el7.x86_64 36/406
Updating : xz-5.2.2-1.el7.x86_64 37/406
Updating : file-libs-5.11-33.el7.x86_64 38/406
Updating : file-5.11-33.el7.x86_64 39/406
Updating : ca-certificates-2017.2.11-70.1.el7_3.noarch 40/406
Updating : coreutils-8.22-18.el7.x86_64 41/406
Updating : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 42/406
Updating : krb5-libs-1.14.1-27.el7_3.x86_64 43/406
Updating : libblkid-2.23.2-33.el7_3.2.x86_64 44/406
Updating : 2:shadow-utils-4.1.5.1-24.el7.x86_64 45/406
Updating : pam-1.1.8-18.el7.x86_64 46/406
Updating : systemd-libs-219-30.el7_3.9.x86_64 47/406
Updating : procps-ng-3.3.10-10.el7.x86_64 48/406
Updating : libffi-3.0.13-18.el7.x86_64 49/406
Updating : glib2-2.46.2-4.el7.x86_64 50/406
Updating : ruby-libs-2.0.0.648-29.el7.x86_64 51/406
Updating : python-libs-2.7.5-48.el7.x86_64 52/406
Updating : python-2.7.5-48.el7.x86_64 53/406
Updating : libgudev1-219-30.el7_3.9.x86_64 54/406
Updating : ruby-irb-2.0.0.648-29.el7.noarch 55/406
Updating : ruby-2.0.0.648-29.el7.x86_64 56/406
Updating : rubygem-bigdecimal-1.2.0-29.el7.x86_64 57/406
Updating : rubygem-psych-2.0.0-29.el7.x86_64 58/406
Updating : rubygem-rdoc-4.0.0-29.el7.noarch 59/406
Updating : rubygem-json-1.7.7-29.el7.x86_64 60/406
Updating : rubygems-2.0.14.1-29.el7.noarch 61/406
Updating : rubygem-io-console-0.4.2-29.el7.x86_64 62/406
Updating : libselinux-python-2.5-6.el7.x86_64 63/406
Updating : libmount-2.23.2-33.el7_3.2.x86_64 64/406
Updating : util-linux-2.23.2-33.el7_3.2.x86_64 65/406
Updating : libnl3-cli-3.2.28-3.el7_3.x86_64 66/406
Updating : nss-softokn-3.16.2.3-14.4.el7.x86_64 67/406
Updating : nss-3.28.4-1.0.el7_3.x86_64 68/406
Updating : nss-sysinit-3.28.4-1.0.el7_3.x86_64 69/406
Updating : 1:NetworkManager-libnm-1.4.0-20.el7_3.x86_64 70/406
Updating : e2fsprogs-libs-1.42.9-9.el7.x86_64 71/406
Updating : kmod-libs-20-9.el7.x86_64 72/406
Updating : 2:ethtool-4.5-3.el7.x86_64 73/406
Updating : 1:dmidecode-3.0-2.1.el7_3.x86_64 74/406
Updating : virt-what-1.13-8.el7.x86_64 75/406
Updating : nss-tools-3.28.4-1.0.el7_3.x86_64 76/406
Updating : libcurl-7.29.0-35.el7.x86_64 77/406
Updating : curl-7.29.0-35.el7.x86_64 78/406
Updating : rpm-libs-4.11.3-21.el7.x86_64 79/406
Updating : rpm-4.11.3-21.el7.x86_64 80/406
Updating : openldap-2.4.40-13.el7.x86_64 81/406
Updating : 12:dhcp-libs-4.2.5-47.el7.x86_64 82/406
Updating : openssh-6.6.1p1-35.el7_3.x86_64 83/406
Updating : 12:dhcp-common-4.2.5-47.el7.x86_64 84/406
Updating : python-pycurl-7.19.0-19.el7.x86_64 85/406
Updating : python-urlgrabber-3.10-8.el7.noarch 86/406
Updating : libteam-1.25-4.el7.x86_64 87/406
Updating : teamd-1.25-4.el7.x86_64 88/406
Installing : python-markupsafe-0.11-10.el7.x86_64 89/406
Installing : python-babel-0.9.6-8.el7.noarch 90/406
Installing : python-jinja2-2.7.2-2.el7.noarch 91/406
Installing : pyserial-2.6-5.el7.noarch 92/406
Installing : python-magic-5.11-33.el7.noarch 93/406
Updating : python-perf-3.10.0-514.21.1.el7.x86_64 94/406
Updating : audit-libs-python-2.6.5-3.el7_3.1.x86_64 95/406
Updating : libsemanage-python-2.5-5.1.el7_3.x86_64 96/406
Updating : libsoup-2.48.1-6.el7.x86_64 97/406
Updating : binutils-2.25.1-22.base.el7.x86_64 98/406
Updating : redhat-logos-70.0.3-6.el7.noarch 99/406
Updating : logrotate-3.8.6-12.el7.x86_64 100/406
Updating : device-mapper-persistent-data-0.6.3-1.el7.x86_64 101/406
Updating : mozjs17-17.0.0-19.el7.x86_64 102/406
Updating : setools-libs-3.3.8-1.1.el7.x86_64 103/406
Updating : avahi-libs-0.6.31-17.el7.x86_64 104/406
Updating : pinentry-0.8.1-17.el7.x86_64 105/406
Updating : gnupg2-2.0.22-4.el7.x86_64 106/406
Updating : rpm-build-libs-4.11.3-21.el7.x86_64 107/406
Updating : rpm-python-4.11.3-21.el7.x86_64 108/406
Updating : yum-3.4.3-150.el7.noarch 109/406
Updating : rhn-client-tools-2.0.2-8.el7.noarch 110/406
Updating : rhn-setup-2.0.2-8.el7.noarch 111/406
Updating : yum-rhn-plugin-2.0.1-6.1.el7_3.noarch 112/406
Updating : python-rhsm-1.17.9-1.el7.x86_64 113/406
Updating : redhat-support-lib-python-0.9.7-6.el7.noarch 114/406
Updating : libss-1.42.9-9.el7.x86_64 115/406
Updating : e2fsprogs-1.42.9-9.el7.x86_64 116/406
Installing : GeoIP-1.5.0-11.el7.x86_64 117/406
Updating : 32:bind-libs-lite-9.9.4-38.el7_3.3.x86_64 118/406
Updating : 2:vim-minimal-7.4.160-1.el7_3.1.x86_64 119/406
Updating : libselinux-utils-2.5-6.el7.x86_64 120/406
Updating : policycoreutils-2.5-11.el7_3.x86_64 121/406
Updating : selinux-policy-3.13.1-102.el7_3.16.noarch 122/406
Updating : 2:tar-1.26-31.el7.x86_64 123/406
Updating : kpartx-0.4.9-99.el7_3.3.x86_64 124/406
Updating : 7:device-mapper-1.02.135-1.el7_3.4.x86_64 125/406
Updating : 7:device-mapper-libs-1.02.135-1.el7_3.4.x86_64 126/406
Updating : cryptsetup-libs-1.7.2-1.el7.x86_64 127/406
Updating : dracut-033-463.el7_3.1.x86_64 128/406
Updating : kmod-20-9.el7.x86_64 129/406
Updating : systemd-219-30.el7_3.9.x86_64 130/406
Updating : 1:dbus-1.6.12-17.el7.x86_64 131/406
Updating : systemd-sysv-219-30.el7_3.9.x86_64 132/406
Updating : iputils-20160308-8.el7.x86_64 133/406
Updating : 7:device-mapper-event-libs-1.02.135-1.el7_3.4.x86_64 134/406
Updating : polkit-0.112-12.el7_3.x86_64 135/406
Updating : os-prober-1.58-9.el7.x86_64 136/406
Updating : 7:device-mapper-event-1.02.135-1.el7_3.4.x86_64 137/406
Updating : 7:lvm2-libs-2.02.166-1.el7_3.4.x86_64 138/406
Updating : 1:wpa_supplicant-2.0-21.el7_3.x86_64 139/406
Updating : dnsmasq-2.66-21.el7.x86_64 140/406
Updating : libcgroup-0.41-11.el7.x86_64 141/406
Updating : hwdata-0.252-8.4.el7.x86_64 142/406
Updating : 1:make-3.82-23.el7.x86_64 143/406
Updating : 1:openssl-1.0.1e-60.el7_3.1.x86_64 144/406
Updating : 2:vim-common-7.4.160-1.el7_3.1.x86_64 145/406
Updating : nettle-2.7.1-8.el7.x86_64 146/406
Updating : freetype-2.4.11-12.el7.x86_64 147/406
Updating : 1:grub2-tools-2.02-0.44.el7.x86_64 148/406
Updating : libtasn1-3.8-3.el7.x86_64 149/406
Updating : pciutils-libs-3.5.1-1.el7.x86_64 150/406
Installing : pciutils-3.5.1-1.el7.x86_64 151/406
Updating : libndp-1.2-7.el7.x86_64 152/406
Updating : checkpolicy-2.5-4.el7.x86_64 153/406
Updating : policycoreutils-python-2.5-11.el7_3.x86_64 154/406
Updating : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 155/406
Updating : iptables-1.4.21-17.el7.x86_64 156/406
Updating : iproute-3.10.0-74.el7.x86_64 157/406
Updating : initscripts-9.49.37-1.el7_3.1.x86_64 158/406
Updating : 12:dhclient-4.2.5-47.el7.x86_64 159/406
Updating : 1:NetworkManager-1.4.0-20.el7_3.x86_64 160/406
Updating : dracut-network-033-463.el7_3.1.x86_64 161/406
Updating : kbd-misc-1.15.5-12.el7.noarch 162/406
Updating : kbd-1.15.5-12.el7.x86_64 163/406
Updating : kexec-tools-2.0.7-50.el7.x86_64 164/406
Updating : 1:NetworkManager-team-1.4.0-20.el7_3.x86_64 165/406
Updating : 1:NetworkManager-tui-1.4.0-20.el7_3.x86_64 166/406
Updating : cloud-init-0.7.9-3.el7.x86_64 167/406
warning: /etc/cloud/cloud.cfg created as /etc/cloud/cloud.cfg.rpmnew
Updating : rdma-7.3_4.7_rc2-6.el7_3.noarch 168/406
Updating : gnutls-3.3.24-1.el7.x86_64 169/406
Updating : 1:grub2-2.02-0.44.el7.x86_64 170/406
Updating : 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 171/406
Updating : authconfig-6.2.8-14.el7.x86_64 172/406
Updating : 7:lvm2-2.02.166-1.el7_3.4.x86_64 173/406
Updating : tuned-2.7.1-3.el7_3.2.noarch 174/406
Updating : audit-2.6.5-3.el7_3.1.x86_64 175/406
Updating : 3:irqbalance-1.0.7-6.el7_3.1.x86_64 176/406
Updating : openssh-server-6.6.1p1-35.el7_3.x86_64 177/406
Updating : chrony-2.1.1-4.el7_3.x86_64 178/406
Updating : rsyslog-7.4.7-16.el7.x86_64 179/406
Updating : 2:microcode_ctl-2.1-16.3.el7_3.x86_64 180/406
Updating : subscription-manager-1.17.15-1.el7.x86_64 181/406
Updating : dracut-config-generic-033-463.el7_3.1.x86_64 182/406
Updating : dracut-config-rescue-033-463.el7_3.1.x86_64 183/406
Updating : parted-3.1-28.el7.x86_64 184/406
Updating : selinux-policy-targeted-3.13.1-102.el7_3.16.noarch 185/406
warning: /etc/selinux/targeted/seusers created as /etc/selinux/targeted/seusers.rpmnew
‘/etc/selinux/targeted/modules/active/seusers’ -> ‘/etc/selinux/targeted/active/seusers.local’
Updating : sudo-1.8.6p7-21.el7_3.x86_64 186/406
warning: /etc/sudoers created as /etc/sudoers.rpmnew
Updating : redhat-support-tool-0.9.8-6.el7.noarch 187/406
Updating : rhn-check-2.0.2-8.el7.noarch 188/406
Updating : yum-utils-1.1.31-40.el7.noarch 189/406
Updating : avahi-autoipd-0.6.31-17.el7.x86_64 190/406
Updating : openssh-clients-6.6.1p1-35.el7_3.x86_64 191/406
Updating : btrfs-progs-4.4.1-1.el7.x86_64 192/406
Updating : cloud-utils-growpart-0.29-1.el7.noarch 193/406
Updating : sos-3.3-5.el7_3.noarch 194/406
Updating : xfsprogs-4.5.0-9.el7_3.x86_64 195/406
Updating : grubby-8.28-21.el7_3.x86_64 196/406
Updating : wget-1.14-13.el7.x86_64 197/406
Updating : 1:mariadb-libs-5.5.52-1.el7.x86_64 198/406
Updating : xdg-utils-1.1.0-0.17.20120809git.el7.noarch 199/406
Updating : libproxy-0.4.11-10.el7.x86_64 200/406
Updating : 1:perl-Pod-Escapes-1.04-291.el7.noarch 201/406
Updating : 3:traceroute-2.0.22-2.el7.x86_64 202/406
Updating : libgomp-4.8.5-11.el7.x86_64 203/406
Updating : epel-release-7-9.noarch 204/406
Updating : 1:NetworkManager-config-server-1.4.0-20.el7_3.x86_64 205/406
Updating : linux-firmware-20160830-49.git7534e19.el7.noarch 206/406
Updating : 1:emacs-filesystem-24.3-19.el7_3.noarch 207/406
Cleanup : cloud-init-0.7.6-2.el7.x86_64 208/406
Cleanup : tuned-2.5.1-4.el7_2.3.noarch 209/406
Cleanup : 1:grub2-2.02-0.34.el7_2.x86_64 210/406
Cleanup : selinux-policy-targeted-3.13.1-60.el7_2.7.noarch 211/406
warning: /etc/selinux/targeted/modules/active/seusers.final saved as /etc/selinux/targeted/modules/active/seusers.final.rpmsave
Cleanup : selinux-policy-3.13.1-60.el7_2.7.noarch 212/406
Cleanup : rhn-check-2.0.2-6.el7.noarch 213/406
Cleanup : yum-rhn-plugin-2.0.1-5.el7.noarch 214/406
Cleanup : rdma-7.2_4.1_rc6-2.el7.noarch 215/406
Cleanup : rhn-setup-2.0.2-6.el7.noarch 216/406
Cleanup : rhn-client-tools-2.0.2-6.el7.noarch 217/406
Cleanup : yum-utils-1.1.31-34.el7.noarch 218/406
Cleanup : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 219/406
Cleanup : sos-3.2-35.el7_2.3.noarch 220/406
Cleanup : dracut-config-rescue-033-360.el7_2.1.x86_64 221/406
Cleanup : hwdata-0.252-8.1.el7.x86_64 222/406
Cleanup : cloud-utils-growpart-0.27-10.el7.x86_64 223/406
Cleanup : redhat-support-tool-0.9.7-6.el7.noarch 224/406
Cleanup : redhat-support-lib-python-0.9.7-3.el7.noarch 225/406
Cleanup : epel-release-7-7.noarch 226/406
Cleanup : 1:perl-Pod-Escapes-1.04-286.el7.noarch 227/406
Cleanup : dracut-config-generic-033-360.el7_2.1.x86_64 228/406
Cleanup : openssh-server-6.6.1p1-25.el7_2.x86_64 229/406
Cleanup : policycoreutils-python-2.2.5-20.el7.x86_64 230/406
Cleanup : 1:NetworkManager-tui-1.0.6-30.el7_2.x86_64 231/406
Cleanup : 7:lvm2-2.02.130-5.el7_2.5.x86_64 232/406
Cleanup : openssh-clients-6.6.1p1-25.el7_2.x86_64 233/406
Cleanup : openssh-6.6.1p1-25.el7_2.x86_64 234/406
Cleanup : sudo-1.8.6p7-17.el7_2.x86_64 235/406
Cleanup : kexec-tools-2.0.7-38.el7_2.1.x86_64 236/406
Cleanup : 1:grub2-tools-2.02-0.34.el7_2.x86_64 237/406
Cleanup : rsyslog-7.4.7-12.el7.x86_64 238/406
Cleanup : audit-2.4.1-5.el7.x86_64 239/406
Cleanup : parted-3.1-23.el7.x86_64 240/406
Cleanup : btrfs-progs-3.19.1-1.el7.x86_64 241/406
Cleanup : 7:lvm2-libs-2.02.130-5.el7_2.5.x86_64 242/406
Cleanup : 7:device-mapper-event-1.02.107-5.el7_2.5.x86_64 243/406
Cleanup : subscription-manager-1.15.9-15.el7.x86_64 244/406
Cleanup : python-rhsm-1.15.4-5.el7.x86_64 245/406
Cleanup : e2fsprogs-1.42.9-7.el7.x86_64 246/406
Cleanup : 2:vim-enhanced-7.4.160-1.el7.x86_64 247/406
Cleanup : authconfig-6.2.8-10.el7.x86_64 248/406
Cleanup : 1:openssl-1.0.1e-51.el7_2.5.x86_64 249/406
Cleanup : policycoreutils-2.2.5-20.el7.x86_64 250/406
Cleanup : 1:NetworkManager-team-1.0.6-30.el7_2.x86_64 251/406
Cleanup : 1:NetworkManager-1.0.6-30.el7_2.x86_64 252/406
Cleanup : polkit-0.112-7.el7_2.x86_64 253/406
Cleanup : 1:NetworkManager-libnm-1.0.6-30.el7_2.x86_64 254/406
Cleanup : 1:wpa_supplicant-2.0-17.el7_1.x86_64 255/406
Cleanup : teamd-1.17-6.el7_2.x86_64 256/406
Cleanup : wget-1.14-10.el7_0.1.x86_64 257/406
Cleanup : libgudev1-219-19.el7_2.11.x86_64 258/406
Cleanup : mozjs17-17.0.0-12.el7.x86_64 259/406
Cleanup : dnsmasq-2.66-14.el7_1.x86_64 260/406
Cleanup : device-mapper-persistent-data-0.5.5-1.el7.x86_64 261/406
Cleanup : setools-libs-3.3.7-46.el7.x86_64 262/406
Cleanup : kbd-1.15.5-11.el7.x86_64 263/406
Cleanup : 1:mariadb-libs-5.5.47-1.el7_2.x86_64 264/406
Cleanup : os-prober-1.58-5.el7.x86_64 265/406
Cleanup : rubygem-io-console-0.4.2-25.el7_1.x86_64 266/406
Cleanup : rubygem-psych-2.0.0-25.el7_1.x86_64 267/406
Cleanup : ruby-irb-2.0.0.598-25.el7_1.noarch 268/406
Cleanup : rubygem-json-1.7.7-25.el7_1.x86_64 269/406
Cleanup : rubygem-rdoc-4.0.0-25.el7_1.noarch 270/406
Cleanup : rubygems-2.0.14-25.el7_1.noarch 271/406
Cleanup : ruby-2.0.0.598-25.el7_1.x86_64 272/406
Cleanup : rubygem-bigdecimal-1.2.0-25.el7_1.x86_64 273/406
Cleanup : ruby-libs-2.0.0.598-25.el7_1.x86_64 274/406
Cleanup : chrony-2.1.1-1.el7.x86_64 275/406
Cleanup : xfsprogs-3.2.2-2.el7.x86_64 276/406
Cleanup : yum-3.4.3-132.el7.noarch 277/406
Cleanup : dracut-network-033-360.el7_2.1.x86_64 278/406
Cleanup : rpm-python-4.11.3-17.el7.x86_64 279/406
Cleanup : 12:dhclient-4.2.5-42.el7.x86_64 280/406
Cleanup : initscripts-9.49.30-1.el7_2.2.x86_64 281/406
Cleanup : rpm-build-libs-4.11.3-17.el7.x86_64 282/406
Cleanup : gnupg2-2.0.22-3.el7.x86_64 283/406
Cleanup : 32:bind-libs-lite-9.9.4-29.el7_2.3.x86_64 284/406
Cleanup : iputils-20121221-7.el7.x86_64 285/406
Cleanup : iproute-3.10.0-54.el7_2.1.x86_64 286/406
Cleanup : libteam-1.17-6.el7_2.x86_64 287/406
Cleanup : libsoup-2.48.1-3.el7.x86_64 288/406
Cleanup : logrotate-3.8.6-7.el7_2.x86_64 289/406
warning: /var/lib/logrotate.status saved as /var/lib/logrotate.status.rpmsave
Cleanup : file-5.11-31.el7.x86_64 290/406
Cleanup : gnutls-3.3.8-14.el7_2.x86_64 291/406
Cleanup : libproxy-0.4.11-8.el7.x86_64 292/406
Cleanup : 3:irqbalance-1.0.7-5.el7.x86_64 293/406
Cleanup : python-urlgrabber-3.10-7.el7.noarch 294/406
Cleanup : systemd-sysv-219-19.el7_2.11.x86_64 295/406
Cleanup : redhat-logos-70.0.3-4.el7.noarch 296/406
Cleanup : 12:dhcp-common-4.2.5-42.el7.x86_64 297/406
Cleanup : 12:dhcp-libs-4.2.5-42.el7.x86_64 298/406
Cleanup : 32:bind-license-9.9.4-29.el7_2.3.noarch 299/406
Cleanup : kbd-legacy-1.15.5-11.el7.noarch 300/406
Cleanup : kbd-misc-1.15.5-11.el7.noarch 301/406
Cleanup : 1:NetworkManager-config-server-1.0.6-30.el7_2.x86_64 302/406
Cleanup : linux-firmware-20150904-43.git6ebf5d5.el7.noarch 303/406
Cleanup : 1:emacs-filesystem-24.3-18.el7.noarch 304/406
Cleanup : glib2-2.42.2-5.el7.x86_64 305/406
Cleanup : python-pycurl-7.19.0-17.el7.x86_64 306/406
Cleanup : rpm-libs-4.11.3-17.el7.x86_64 307/406
Cleanup : rpm-4.11.3-17.el7.x86_64 308/406
Cleanup : curl-7.29.0-25.el7.x86_64 309/406
Cleanup : libcurl-7.29.0-25.el7.x86_64 310/406
Cleanup : openldap-2.4.40-9.el7_2.x86_64 311/406
Cleanup : nss-tools-3.21.0-9.el7_2.x86_64 312/406
Cleanup : nss-sysinit-3.21.0-9.el7_2.x86_64 313/406
Cleanup : nss-3.21.0-9.el7_2.x86_64 314/406
Cleanup : nss-softokn-3.16.2.3-14.2.el7_2.x86_64 315/406
Cleanup : nss-util-3.21.0-2.2.el7_2.x86_64 316/406
Cleanup : iptables-1.4.21-16.el7.x86_64 317/406
Cleanup : avahi-autoipd-0.6.31-15.el7_2.1.x86_64 318/406
Cleanup : virt-what-1.13-6.el7.x86_64 319/406
Cleanup : audit-libs-python-2.4.1-5.el7.x86_64 320/406
Cleanup : libcgroup-0.41-8.el7.x86_64 321/406
Cleanup : libselinux-python-2.2.2-6.el7.x86_64 322/406
Cleanup : libsemanage-python-2.1.10-18.el7.x86_64 323/406
Cleanup : python-perf-3.10.0-327.22.2.el7.x86_64 324/406
Cleanup : python-2.7.5-34.el7.x86_64 325/406
Cleanup : python-libs-2.7.5-34.el7.x86_64 326/406
Cleanup : 2:tar-1.26-29.el7.x86_64 327/406
Cleanup : avahi-libs-0.6.31-15.el7_2.1.x86_64 328/406
Cleanup : libstdc++-4.8.5-4.el7.x86_64 329/406
Cleanup : file-libs-5.11-31.el7.x86_64 330/406
Cleanup : libnl3-cli-3.2.21-10.el7.x86_64 331/406
Cleanup : pinentry-0.8.1-14.el7.x86_64 332/406
Cleanup : libselinux-utils-2.2.2-6.el7.x86_64 333/406
Cleanup : perl-Socket-2.010-3.el7.x86_64 334/406
Cleanup : 4:perl-libs-5.16.3-286.el7.x86_64 335/406
Cleanup : 4:perl-5.16.3-286.el7.x86_64 336/406
Cleanup : 4:perl-macros-5.16.3-286.el7.x86_64 337/406
Cleanup : 2:vim-common-7.4.160-1.el7.x86_64 338/406
Cleanup : e2fsprogs-libs-1.42.9-7.el7.x86_64 339/406
Cleanup : libss-1.42.9-7.el7.x86_64 340/406
Cleanup : 7:device-mapper-event-libs-1.02.107-5.el7_2.5.x86_64 341/406
Cleanup : 2:vim-minimal-7.4.160-1.el7.x86_64 342/406
Cleanup : checkpolicy-2.1.12-6.el7.x86_64 343/406
Cleanup : 2:microcode_ctl-2.1-12.el7.x86_64 344/406
Cleanup : kpartx-0.4.9-85.el7_2.5.x86_64 345/406
Cleanup : cryptsetup-libs-1.6.7-1.el7.x86_64 346/406
Cleanup : kmod-20-5.el7.x86_64 347/406
Cleanup : dracut-033-360.el7_2.1.x86_64 348/406
Cleanup : 7:device-mapper-libs-1.02.107-5.el7_2.5.x86_64 349/406
Cleanup : 7:device-mapper-1.02.107-5.el7_2.5.x86_64 350/406
Cleanup : 1:dbus-1.6.12-13.el7.x86_64 351/406
Cleanup : systemd-219-19.el7_2.11.x86_64 352/406
Cleanup : util-linux-2.23.2-26.el7_2.2.x86_64 353/406
Cleanup : 2:shadow-utils-4.1.5.1-18.el7.x86_64 354/406
Cleanup : binutils-2.23.52.0.1-55.el7.x86_64 355/406
Cleanup : libsemanage-2.1.10-18.el7.x86_64 356/406
Cleanup : libmount-2.23.2-26.el7_2.2.x86_64 357/406
Cleanup : kmod-libs-20-5.el7.x86_64 358/406
Cleanup : xz-5.1.2-12alpha.el7.x86_64 359/406
Cleanup : chkconfig-1.3.61-5.el7_2.1.x86_64 360/406
Cleanup : procps-ng-3.3.10-5.el7_2.x86_64 361/406
Cleanup : systemd-libs-219-19.el7_2.11.x86_64 362/406
Cleanup : pam-1.1.8-12.el7_1.1.x86_64 363/406
Cleanup : elfutils-libs-0.163-3.el7.x86_64 364/406
Cleanup : grubby-8.28-17.el7.x86_64 365/406
Cleanup : libblkid-2.23.2-26.el7_2.2.x86_64 366/406
Cleanup : ca-certificates-2015.2.6-70.1.el7_2.noarch 367/406
Cleanup : krb5-libs-1.13.2-12.el7_2.x86_64 368/406
Cleanup : coreutils-8.22-15.el7_2.1.x86_64 369/406
Cleanup : 1:openssl-libs-1.0.1e-51.el7_2.5.x86_64 370/406
Cleanup : nettle-2.7.1-4.el7.x86_64 371/406
Cleanup : 1:make-3.82-21.el7.x86_64 372/406
Cleanup : freetype-2.4.11-11.el7.x86_64 373/406
Cleanup : libgomp-4.8.5-4.el7.x86_64 374/406
Cleanup : 3:traceroute-2.0.19-5.el7.x86_64 375/406
Cleanup : filesystem-3.2-20.el7.x86_64 376/406
Cleanup : setup-2.8.71-6.el7.noarch 377/406
Cleanup : libcom_err-1.42.9-7.el7.x86_64 378/406
Cleanup : zlib-1.2.7-15.el7.x86_64 379/406
Cleanup : libuuid-2.23.2-26.el7_2.2.x86_64 380/406
Cleanup : elfutils-libelf-0.163-3.el7.x86_64 381/406
Cleanup : audit-libs-2.4.1-5.el7.x86_64 382/406
Cleanup : libgcrypt-1.5.3-12.el7_1.1.x86_64 383/406
Cleanup : 1:dbus-libs-1.6.12-13.el7.x86_64 384/406
Cleanup : expat-2.1.0-8.el7.x86_64 385/406
Cleanup : libnl3-3.2.21-10.el7.x86_64 386/406
Cleanup : libffi-3.0.13-16.el7.x86_64 387/406
Cleanup : 1:dmidecode-2.12-9.el7.x86_64 388/406
Cleanup : libnetfilter_conntrack-1.0.4-2.el7.x86_64 389/406
Cleanup : nspr-4.11.0-1.el7_2.x86_64 390/406
Cleanup : lua-5.1.4-14.el7.x86_64 391/406
Cleanup : libtasn1-3.8-2.el7.x86_64 392/406
Cleanup : libndp-1.2-6.el7_2.x86_64 393/406
Cleanup : 2:ethtool-3.15-2.el7.x86_64 394/406
Cleanup : pciutils-libs-3.2.1-4.el7.x86_64 395/406
Cleanup : redhat-release-server-7.2-9.el7.x86_64 396/406
Cleanup : 2:vim-filesystem-7.4.160-1.el7.x86_64 397/406
Cleanup : xz-libs-5.1.2-12alpha.el7.x86_64 398/406
Cleanup : libsepol-2.1.9-3.el7.x86_64 399/406
Cleanup : libselinux-2.2.2-6.el7.x86_64 400/406
Cleanup : glibc-common-2.17-106.el7_2.6.x86_64 401/406
Cleanup : bash-4.2.46-19.el7.x86_64 402/406
Cleanup : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 403/406
Cleanup : glibc-2.17-106.el7_2.6.x86_64 404/406
Cleanup : tzdata-2016f-1.el7.noarch 405/406
Cleanup : libgcc-4.8.5-4.el7.x86_64 406/406
Verifying : curl-7.29.0-35.el7.x86_64 1/406
Verifying : dracut-config-generic-033-463.el7_3.1.x86_64 2/406
Verifying : policycoreutils-python-2.5-11.el7_3.x86_64 3/406
Verifying : nss-util-3.28.4-1.0.el7_3.x86_64 4/406
Verifying : binutils-2.25.1-22.base.el7.x86_64 5/406
Verifying : wget-1.14-13.el7.x86_64 6/406
Verifying : 1:NetworkManager-libnm-1.4.0-20.el7_3.x86_64 7/406
Verifying : python-markupsafe-0.11-10.el7.x86_64 8/406
Verifying : elfutils-libs-0.166-2.el7.x86_64 9/406
Verifying : 3:irqbalance-1.0.7-6.el7_3.1.x86_64 10/406
Verifying : 1:make-3.82-23.el7.x86_64 11/406
Verifying : 4:perl-macros-5.16.3-291.el7.x86_64 12/406
Verifying : libtasn1-3.8-3.el7.x86_64 13/406
Verifying : rhn-setup-2.0.2-8.el7.noarch 14/406
Verifying : libffi-3.0.13-18.el7.x86_64 15/406
Verifying : ruby-2.0.0.648-29.el7.x86_64 16/406
Verifying : redhat-logos-70.0.3-6.el7.noarch 17/406
Verifying : os-prober-1.58-9.el7.x86_64 18/406
Verifying : libteam-1.25-4.el7.x86_64 19/406
Verifying : python-babel-0.9.6-8.el7.noarch 20/406
Verifying : python-libs-2.7.5-48.el7.x86_64 21/406
Verifying : mozjs17-17.0.0-19.el7.x86_64 22/406
Verifying : libnl3-3.2.28-3.el7_3.x86_64 23/406
Verifying : 1:emacs-filesystem-24.3-19.el7_3.noarch 24/406
Verifying : python-jinja2-2.7.2-2.el7.noarch 25/406
Verifying : logrotate-3.8.6-12.el7.x86_64 26/406
Verifying : filesystem-3.2-21.el7.x86_64 27/406
Verifying : libsepol-2.5-6.el7.x86_64 28/406
Verifying : coreutils-8.22-18.el7.x86_64 29/406
Verifying : 2:vim-common-7.4.160-1.el7_3.1.x86_64 30/406
Verifying : iptables-1.4.21-17.el7.x86_64 31/406
Verifying : kbd-misc-1.15.5-12.el7.noarch 32/406
Verifying : python-pycurl-7.19.0-19.el7.x86_64 33/406
Verifying : xz-libs-5.2.2-1.el7.x86_64 34/406
Verifying : 4:perl-5.16.3-291.el7.x86_64 35/406
Verifying : libuuid-2.23.2-33.el7_3.2.x86_64 36/406
Verifying : systemd-libs-219-30.el7_3.9.x86_64 37/406
Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 38/406
Verifying : 1:perl-Pod-Escapes-1.04-291.el7.noarch 39/406
Verifying : python-rhsm-1.17.9-1.el7.x86_64 40/406
Verifying : nss-3.28.4-1.0.el7_3.x86_64 41/406
Verifying : xfsprogs-4.5.0-9.el7_3.x86_64 42/406
Verifying : pyserial-2.6-5.el7.noarch 43/406
Verifying : grubby-8.28-21.el7_3.x86_64 44/406
Verifying : libsemanage-2.5-5.1.el7_3.x86_64 45/406
Verifying : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 46/406
Verifying : 7:device-mapper-event-1.02.135-1.el7_3.4.x86_64 47/406
Verifying : elfutils-libelf-0.166-2.el7.x86_64 48/406
Verifying : setools-libs-3.3.8-1.1.el7.x86_64 49/406
Verifying : selinux-policy-3.13.1-102.el7_3.16.noarch 50/406
Verifying : openssh-server-6.6.1p1-35.el7_3.x86_64 51/406
Verifying : libblkid-2.23.2-33.el7_3.2.x86_64 52/406
Verifying : redhat-support-lib-python-0.9.7-6.el7.noarch 53/406
Verifying : ruby-libs-2.0.0.648-29.el7.x86_64 54/406
Verifying : tzdata-2017b-1.el7.noarch 55/406
Verifying : redhat-support-tool-0.9.8-6.el7.noarch 56/406
Verifying : rdma-7.3_4.7_rc2-6.el7_3.noarch 57/406
Verifying : kmod-20-9.el7.x86_64 58/406
Verifying : libproxy-0.4.11-10.el7.x86_64 59/406
Verifying : pciutils-libs-3.5.1-1.el7.x86_64 60/406
Verifying : 32:bind-libs-lite-9.9.4-38.el7_3.3.x86_64 61/406
Verifying : 1:mariadb-libs-5.5.52-1.el7.x86_64 62/406
Verifying : virt-what-1.13-8.el7.x86_64 63/406
Verifying : 12:dhcp-libs-4.2.5-47.el7.x86_64 64/406
Verifying : openssh-6.6.1p1-35.el7_3.x86_64 65/406
Verifying : iproute-3.10.0-74.el7.x86_64 66/406
Verifying : linux-firmware-20160830-49.git7534e19.el7.noarch 67/406
Verifying : gnupg2-2.0.22-4.el7.x86_64 68/406
Verifying : libmount-2.23.2-33.el7_3.2.x86_64 69/406
Verifying : 7:device-mapper-libs-1.02.135-1.el7_3.4.x86_64 70/406
Verifying : nss-tools-3.28.4-1.0.el7_3.x86_64 71/406
Verifying : dracut-network-033-463.el7_3.1.x86_64 72/406
Verifying : 1:wpa_supplicant-2.0-21.el7_3.x86_64 73/406
Verifying : 4:perl-libs-5.16.3-291.el7.x86_64 74/406
Verifying : 2:vim-minimal-7.4.160-1.el7_3.1.x86_64 75/406
Verifying : nspr-4.13.1-1.0.el7_3.x86_64 76/406
Verifying : rubygem-bigdecimal-1.2.0-29.el7.x86_64 77/406
Verifying : libselinux-python-2.5-6.el7.x86_64 78/406
Verifying : python-magic-5.11-33.el7.noarch 79/406
Verifying : pinentry-0.8.1-17.el7.x86_64 80/406
Verifying : python-rhsm-certificates-1.17.9-1.el7.x86_64 81/406
Verifying : python-2.7.5-48.el7.x86_64 82/406
Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 83/406
Verifying : rubygem-psych-2.0.0-29.el7.x86_64 84/406
Verifying : cloud-init-0.7.9-3.el7.x86_64 85/406
Verifying : libselinux-utils-2.5-6.el7.x86_64 86/406
Verifying : 1:dbus-libs-1.6.12-17.el7.x86_64 87/406
Verifying : 1:NetworkManager-1.4.0-20.el7_3.x86_64 88/406
Verifying : yum-3.4.3-150.el7.noarch 89/406
Verifying : initscripts-9.49.37-1.el7_3.1.x86_64 90/406
Verifying : libnl3-cli-3.2.28-3.el7_3.x86_64 91/406
Verifying : rubygems-2.0.14.1-29.el7.noarch 92/406
Verifying : 1:grub2-tools-2.02-0.44.el7.x86_64 93/406
Verifying : nettle-2.7.1-8.el7.x86_64 94/406
Verifying : cryptsetup-libs-1.7.2-1.el7.x86_64 95/406
Verifying : polkit-0.112-12.el7_3.x86_64 96/406
Verifying : 1:NetworkManager-team-1.4.0-20.el7_3.x86_64 97/406
Verifying : file-libs-5.11-33.el7.x86_64 98/406
Verifying : kexec-tools-2.0.7-50.el7.x86_64 99/406
Verifying : selinux-policy-targeted-3.13.1-102.el7_3.16.noarch 100/406
Verifying : authconfig-6.2.8-14.el7.x86_64 101/406
Verifying : openssh-clients-6.6.1p1-35.el7_3.x86_64 102/406
Verifying : sudo-1.8.6p7-21.el7_3.x86_64 103/406
Verifying : libcgroup-0.41-11.el7.x86_64 104/406
Verifying : 32:bind-license-9.9.4-38.el7_3.3.noarch 105/406
Verifying : systemd-219-30.el7_3.9.x86_64 106/406
Verifying : epel-release-7-9.noarch 107/406
Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 108/406
Verifying : 7:device-mapper-1.02.135-1.el7_3.4.x86_64 109/406
Verifying : util-linux-2.23.2-33.el7_3.2.x86_64 110/406
Verifying : dnsmasq-2.66-21.el7.x86_64 111/406
Verifying : cloud-utils-growpart-0.29-1.el7.noarch 112/406
Verifying : ca-certificates-2017.2.11-70.1.el7_3.noarch 113/406
Verifying : gnutls-3.3.24-1.el7.x86_64 114/406
Verifying : btrfs-progs-4.4.1-1.el7.x86_64 115/406
Verifying : libcom_err-1.42.9-9.el7.x86_64 116/406
Verifying : rhn-check-2.0.2-8.el7.noarch 117/406
Verifying : glib2-2.46.2-4.el7.x86_64 118/406
Verifying : e2fsprogs-libs-1.42.9-9.el7.x86_64 119/406
Verifying : 2:shadow-utils-4.1.5.1-24.el7.x86_64 120/406
Verifying : hwdata-0.252-8.4.el7.x86_64 121/406
Verifying : 12:dhclient-4.2.5-47.el7.x86_64 122/406
Verifying : libndp-1.2-7.el7.x86_64 123/406
Verifying : file-5.11-33.el7.x86_64 124/406
Verifying : tuned-2.7.1-3.el7_3.2.noarch 125/406
Verifying : avahi-autoipd-0.6.31-17.el7.x86_64 126/406
Verifying : yum-rhn-plugin-2.0.1-6.1.el7_3.noarch 127/406
Verifying : libsoup-2.48.1-6.el7.x86_64 128/406
Verifying : policycoreutils-2.5-11.el7_3.x86_64 129/406
Verifying : chrony-2.1.1-4.el7_3.x86_64 130/406
Verifying : freetype-2.4.11-12.el7.x86_64 131/406
Verifying : audit-libs-2.6.5-3.el7_3.1.x86_64 132/406
Verifying : expat-2.1.0-10.el7_3.x86_64 133/406
Verifying : 1:grub2-2.02-0.44.el7.x86_64 134/406
Verifying : libss-1.42.9-9.el7.x86_64 135/406
Verifying : dracut-config-rescue-033-463.el7_3.1.x86_64 136/406
Verifying : nss-softokn-3.16.2.3-14.4.el7.x86_64 137/406
Verifying : 1:NetworkManager-config-server-1.4.0-20.el7_3.x86_64 138/406
Verifying : chkconfig-1.7.2-1.el7.x86_64 139/406
Verifying : setup-2.8.71-7.el7.noarch 140/406
Verifying : 2:ethtool-4.5-3.el7.x86_64 141/406
Verifying : 7:device-mapper-event-libs-1.02.135-1.el7_3.4.x86_64 142/406
Verifying : 7:lvm2-2.02.166-1.el7_3.4.x86_64 143/406
Verifying : libgcrypt-1.5.3-13.el7_3.1.x86_64 144/406
Verifying : 12:dhcp-common-4.2.5-47.el7.x86_64 145/406
Verifying : parted-3.1-28.el7.x86_64 146/406
Verifying : libcurl-7.29.0-35.el7.x86_64 147/406
Verifying : kpartx-0.4.9-99.el7_3.3.x86_64 148/406
Verifying : procps-ng-3.3.10-10.el7.x86_64 149/406
Verifying : libstdc++-4.8.5-11.el7.x86_64 150/406
Verifying : python-perf-3.10.0-514.21.1.el7.x86_64 151/406
Verifying : glibc-common-2.17-157.el7_3.2.x86_64 152/406
Verifying : krb5-libs-1.14.1-27.el7_3.x86_64 153/406
Verifying : nss-sysinit-3.28.4-1.0.el7_3.x86_64 154/406
Verifying : audit-2.6.5-3.el7_3.1.x86_64 155/406
Verifying : glibc-2.17-157.el7_3.2.x86_64 156/406
Verifying : 1:dbus-1.6.12-17.el7.x86_64 157/406
Verifying : sos-3.3-5.el7_3.noarch 158/406
Verifying : bash-4.2.46-21.el7_3.x86_64 159/406
Verifying : perl-Socket-2.010-4.el7.x86_64 160/406
Verifying : kmod-libs-20-9.el7.x86_64 161/406
Verifying : redhat-release-server-7.3-7.el7.x86_64 162/406
Verifying : lua-5.1.4-15.el7.x86_64 163/406
Verifying : checkpolicy-2.5-4.el7.x86_64 164/406
Verifying : xdg-utils-1.1.0-0.17.20120809git.el7.noarch 165/406
Verifying : ruby-irb-2.0.0.648-29.el7.noarch 166/406
Verifying : kbd-legacy-1.15.5-12.el7.noarch 167/406
Verifying : avahi-libs-0.6.31-17.el7.x86_64 168/406
Verifying : rsyslog-7.4.7-16.el7.x86_64 169/406
Verifying : rpm-build-libs-4.11.3-21.el7.x86_64 170/406
Verifying : yum-utils-1.1.31-40.el7.noarch 171/406
Verifying : rubygem-json-1.7.7-29.el7.x86_64 172/406
Verifying : 2:tar-1.26-31.el7.x86_64 173/406
Verifying : rpm-4.11.3-21.el7.x86_64 174/406
Verifying : libselinux-2.5-6.el7.x86_64 175/406
Verifying : 2:microcode_ctl-2.1-16.3.el7_3.x86_64 176/406
Verifying : audit-libs-python-2.6.5-3.el7_3.1.x86_64 177/406
Verifying : dracut-033-463.el7_3.1.x86_64 178/406
Verifying : libgudev1-219-30.el7_3.9.x86_64 179/406
Verifying : kbd-1.15.5-12.el7.x86_64 180/406
Verifying : python-urlgrabber-3.10-8.el7.noarch 181/406
Verifying : device-mapper-persistent-data-0.6.3-1.el7.x86_64 182/406
Verifying : rubygem-io-console-0.4.2-29.el7.x86_64 183/406
Verifying : pam-1.1.8-18.el7.x86_64 184/406
Verifying : libgcc-4.8.5-11.el7.x86_64 185/406
Verifying : rpm-python-4.11.3-21.el7.x86_64 186/406
Verifying : 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 187/406
Verifying : rhn-client-tools-2.0.2-8.el7.noarch 188/406
Verifying : 7:lvm2-libs-2.02.166-1.el7_3.4.x86_64 189/406
Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 190/406
Verifying : teamd-1.25-4.el7.x86_64 191/406
Verifying : 3:traceroute-2.0.22-2.el7.x86_64 192/406
Verifying : subscription-manager-1.17.15-1.el7.x86_64 193/406
Verifying : zlib-1.2.7-17.el7.x86_64 194/406
Verifying : openldap-2.4.40-13.el7.x86_64 195/406
Verifying : xz-5.2.2-1.el7.x86_64 196/406
Verifying : 1:NetworkManager-tui-1.4.0-20.el7_3.x86_64 197/406
Verifying : systemd-sysv-219-30.el7_3.9.x86_64 198/406
Verifying : 1:dmidecode-3.0-2.1.el7_3.x86_64 199/406
Verifying : GeoIP-1.5.0-11.el7.x86_64 200/406
Verifying : libsemanage-python-2.5-5.1.el7_3.x86_64 201/406
Verifying : pciutils-3.5.1-1.el7.x86_64 202/406
Verifying : rpm-libs-4.11.3-21.el7.x86_64 203/406
Verifying : e2fsprogs-1.42.9-9.el7.x86_64 204/406
Verifying : libgomp-4.8.5-11.el7.x86_64 205/406
Verifying : iputils-20160308-8.el7.x86_64 206/406
Verifying : 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 207/406
Verifying : 2:vim-common-7.4.160-1.el7.x86_64 208/406
Verifying : iproute-3.10.0-54.el7_2.1.x86_64 209/406
Verifying : sudo-1.8.6p7-17.el7_2.x86_64 210/406
Verifying : libsemanage-python-2.1.10-18.el7.x86_64 211/406
Verifying : libproxy-0.4.11-8.el7.x86_64 212/406
Verifying : iputils-20121221-7.el7.x86_64 213/406
Verifying : rsyslog-7.4.7-12.el7.x86_64 214/406
Verifying : libsoup-2.48.1-3.el7.x86_64 215/406
Verifying : libuuid-2.23.2-26.el7_2.2.x86_64 216/406
Verifying : gnutls-3.3.8-14.el7_2.x86_64 217/406
Verifying : e2fsprogs-1.42.9-7.el7.x86_64 218/406
Verifying : ca-certificates-2015.2.6-70.1.el7_2.noarch 219/406
Verifying : xdg-utils-1.1.0-0.16.20120809git.el7.noarch 220/406
Verifying : device-mapper-persistent-data-0.5.5-1.el7.x86_64 221/406
Verifying : 1:perl-Pod-Escapes-1.04-286.el7.noarch 222/406
Verifying : rpm-libs-4.11.3-17.el7.x86_64 223/406
Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.x86_64 224/406
Verifying : kbd-legacy-1.15.5-11.el7.noarch 225/406
Verifying : cloud-utils-growpart-0.27-10.el7.x86_64 226/406
Verifying : rhn-setup-2.0.2-6.el7.noarch 227/406
Verifying : xz-5.1.2-12alpha.el7.x86_64 228/406
Verifying : 1:NetworkManager-tui-1.0.6-30.el7_2.x86_64 229/406
Verifying : libblkid-2.23.2-26.el7_2.2.x86_64 230/406
Verifying : elfutils-libelf-0.163-3.el7.x86_64 231/406
Verifying : pinentry-0.8.1-14.el7.x86_64 232/406
Verifying : openldap-2.4.40-9.el7_2.x86_64 233/406
Verifying : parted-3.1-23.el7.x86_64 234/406
Verifying : os-prober-1.58-5.el7.x86_64 235/406
Verifying : glib2-2.42.2-5.el7.x86_64 236/406
Verifying : dnsmasq-2.66-14.el7_1.x86_64 237/406
Verifying : python-pycurl-7.19.0-17.el7.x86_64 238/406
Verifying : rpm-python-4.11.3-17.el7.x86_64 239/406
Verifying : rhn-check-2.0.2-6.el7.noarch 240/406
Verifying : libcom_err-1.42.9-7.el7.x86_64 241/406
Verifying : 1:openssl-libs-1.0.1e-51.el7_2.5.x86_64 242/406
Verifying : nss-tools-3.21.0-9.el7_2.x86_64 243/406
Verifying : selinux-policy-3.13.1-60.el7_2.7.noarch 244/406
Verifying : chkconfig-1.3.61-5.el7_2.1.x86_64 245/406
Verifying : avahi-autoipd-0.6.31-15.el7_2.1.x86_64 246/406
Verifying : systemd-sysv-219-19.el7_2.11.x86_64 247/406
Verifying : systemd-219-19.el7_2.11.x86_64 248/406
Verifying : 2:vim-filesystem-7.4.160-1.el7.x86_64 249/406
Verifying : glibc-2.17-106.el7_2.6.x86_64 250/406
Verifying : filesystem-3.2-20.el7.x86_64 251/406
Verifying : openssh-server-6.6.1p1-25.el7_2.x86_64 252/406
Verifying : epel-release-7-7.noarch 253/406
Verifying : 1:NetworkManager-team-1.0.6-30.el7_2.x86_64 254/406
Verifying : libffi-3.0.13-16.el7.x86_64 255/406
Verifying : file-libs-5.11-31.el7.x86_64 256/406
Verifying : 4:perl-5.16.3-286.el7.x86_64 257/406
Verifying : kpartx-0.4.9-85.el7_2.5.x86_64 258/406
Verifying : openssh-6.6.1p1-25.el7_2.x86_64 259/406
Verifying : 2:vim-enhanced-7.4.160-1.el7.x86_64 260/406
Verifying : ruby-libs-2.0.0.598-25.el7_1.x86_64 261/406
Verifying : sos-3.2-35.el7_2.3.noarch 262/406
Verifying : 12:dhcp-libs-4.2.5-42.el7.x86_64 263/406
Verifying : 32:bind-license-9.9.4-29.el7_2.3.noarch 264/406
Verifying : cloud-init-0.7.6-2.el7.x86_64 265/406
Verifying : libnetfilter_conntrack-1.0.4-2.el7.x86_64 266/406
Verifying : 3:irqbalance-1.0.7-5.el7.x86_64 267/406
Verifying : bash-4.2.46-19.el7.x86_64 268/406
Verifying : 32:bind-libs-lite-9.9.4-29.el7_2.3.x86_64 269/406
Verifying : curl-7.29.0-25.el7.x86_64 270/406
Verifying : libselinux-python-2.2.2-6.el7.x86_64 271/406
Verifying : checkpolicy-2.1.12-6.el7.x86_64 272/406
Verifying : policycoreutils-2.2.5-20.el7.x86_64 273/406
Verifying : rubygems-2.0.14-25.el7_1.noarch 274/406
Verifying : audit-2.4.1-5.el7.x86_64 275/406
Verifying : libselinux-2.2.2-6.el7.x86_64 276/406
Verifying : tzdata-2016f-1.el7.noarch 277/406
Verifying : teamd-1.17-6.el7_2.x86_64 278/406
Verifying : 12:dhcp-common-4.2.5-42.el7.x86_64 279/406
Verifying : 7:device-mapper-libs-1.02.107-5.el7_2.5.x86_64 280/406
Verifying : libteam-1.17-6.el7_2.x86_64 281/406
Verifying : pam-1.1.8-12.el7_1.1.x86_64 282/406
Verifying : wget-1.14-10.el7_0.1.x86_64 283/406
Verifying : grubby-8.28-17.el7.x86_64 284/406
Verifying : initscripts-9.49.30-1.el7_2.2.x86_64 285/406
Verifying : libtasn1-3.8-2.el7.x86_64 286/406
Verifying : 7:device-mapper-event-1.02.107-5.el7_2.5.x86_64 287/406
Verifying : expat-2.1.0-8.el7.x86_64 288/406
Verifying : libgcrypt-1.5.3-12.el7_1.1.x86_64 289/406
Verifying : 1:openssl-1.0.1e-51.el7_2.5.x86_64 290/406
Verifying : ruby-2.0.0.598-25.el7_1.x86_64 291/406
Verifying : logrotate-3.8.6-7.el7_2.x86_64 292/406
Verifying : selinux-policy-targeted-3.13.1-60.el7_2.7.noarch 293/406
Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 294/406
Verifying : 12:dhclient-4.2.5-42.el7.x86_64 295/406
Verifying : pciutils-libs-3.2.1-4.el7.x86_64 296/406
Verifying : dracut-network-033-360.el7_2.1.x86_64 297/406
Verifying : 2:ethtool-3.15-2.el7.x86_64 298/406
Verifying : freetype-2.4.11-11.el7.x86_64 299/406
Verifying : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 300/406
Verifying : kmod-libs-20-5.el7.x86_64 301/406
Verifying : nss-sysinit-3.21.0-9.el7_2.x86_64 302/406
Verifying : kbd-misc-1.15.5-11.el7.noarch 303/406
Verifying : yum-rhn-plugin-2.0.1-5.el7.noarch 304/406
Verifying : zlib-1.2.7-15.el7.x86_64 305/406
Verifying : rubygem-psych-2.0.0-25.el7_1.x86_64 306/406
Verifying : rdma-7.2_4.1_rc6-2.el7.noarch 307/406
Verifying : 3:traceroute-2.0.19-5.el7.x86_64 308/406
Verifying : libsepol-2.1.9-3.el7.x86_64 309/406
Verifying : libsemanage-2.1.10-18.el7.x86_64 310/406
Verifying : hwdata-0.252-8.1.el7.x86_64 311/406
Verifying : util-linux-2.23.2-26.el7_2.2.x86_64 312/406
Verifying : libgcc-4.8.5-4.el7.x86_64 313/406
Verifying : nettle-2.7.1-4.el7.x86_64 314/406
Verifying : python-urlgrabber-3.10-7.el7.noarch 315/406
Verifying : 2:tar-1.26-29.el7.x86_64 316/406
Verifying : libcgroup-0.41-8.el7.x86_64 317/406
Verifying : nspr-4.11.0-1.el7_2.x86_64 318/406
Verifying : redhat-support-tool-0.9.7-6.el7.noarch 319/406
Verifying : dracut-033-360.el7_2.1.x86_64 320/406
Verifying : libstdc++-4.8.5-4.el7.x86_64 321/406
Verifying : 1:grub2-tools-2.02-0.34.el7_2.x86_64 322/406
Verifying : libgomp-4.8.5-4.el7.x86_64 323/406
Verifying : 1:make-3.82-21.el7.x86_64 324/406
Verifying : 1:NetworkManager-config-server-1.0.6-30.el7_2.x86_64 325/406
Verifying : libselinux-utils-2.2.2-6.el7.x86_64 326/406
Verifying : elfutils-libs-0.163-3.el7.x86_64 327/406
Verifying : libmount-2.23.2-26.el7_2.2.x86_64 328/406
Verifying : systemd-libs-219-19.el7_2.11.x86_64 329/406
Verifying : subscription-manager-1.15.9-15.el7.x86_64 330/406
Verifying : avahi-libs-0.6.31-15.el7_2.1.x86_64 331/406
Verifying : python-perf-3.10.0-327.22.2.el7.x86_64 332/406
Verifying : cryptsetup-libs-1.6.7-1.el7.x86_64 333/406
Verifying : tuned-2.5.1-4.el7_2.3.noarch 334/406
Verifying : krb5-libs-1.13.2-12.el7_2.x86_64 335/406
Verifying : python-libs-2.7.5-34.el7.x86_64 336/406
Verifying : dracut-config-generic-033-360.el7_2.1.x86_64 337/406
Verifying : 2:vim-minimal-7.4.160-1.el7.x86_64 338/406
Verifying : procps-ng-3.3.10-5.el7_2.x86_64 339/406
Verifying : 1:grub2-2.02-0.34.el7_2.x86_64 340/406
Verifying : yum-utils-1.1.31-34.el7.noarch 341/406
Verifying : python-2.7.5-34.el7.x86_64 342/406
Verifying : 2:microcode_ctl-2.1-12.el7.x86_64 343/406
Verifying : rpm-build-libs-4.11.3-17.el7.x86_64 344/406
Verifying : 7:device-mapper-1.02.107-5.el7_2.5.x86_64 345/406
Verifying : 1:wpa_supplicant-2.0-17.el7_1.x86_64 346/406
Verifying : nss-softokn-3.16.2.3-14.2.el7_2.x86_64 347/406
Verifying : redhat-support-lib-python-0.9.7-3.el7.noarch 348/406
Verifying : 1:NetworkManager-1.0.6-30.el7_2.x86_64 349/406
Verifying : 4:perl-macros-5.16.3-286.el7.x86_64 350/406
Verifying : authconfig-6.2.8-10.el7.x86_64 351/406
Verifying : 1:dbus-libs-1.6.12-13.el7.x86_64 352/406
Verifying : perl-Socket-2.010-3.el7.x86_64 353/406
Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 354/406
Verifying : libndp-1.2-6.el7_2.x86_64 355/406
Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 356/406
Verifying : rubygem-io-console-0.4.2-25.el7_1.x86_64 357/406
Verifying : mozjs17-17.0.0-12.el7.x86_64 358/406
Verifying : libnl3-cli-3.2.21-10.el7.x86_64 359/406
Verifying : 1:dmidecode-2.12-9.el7.x86_64 360/406
Verifying : yum-3.4.3-132.el7.noarch 361/406
Verifying : gnupg2-2.0.22-3.el7.x86_64 362/406
Verifying : xfsprogs-3.2.2-2.el7.x86_64 363/406
Verifying : setools-libs-3.3.7-46.el7.x86_64 364/406
Verifying : python-rhsm-1.15.4-5.el7.x86_64 365/406
Verifying : nss-util-3.21.0-2.2.el7_2.x86_64 366/406
Verifying : kbd-1.15.5-11.el7.x86_64 367/406
Verifying : xz-libs-5.1.2-12alpha.el7.x86_64 368/406
Verifying : iptables-1.4.21-16.el7.x86_64 369/406
Verifying : libss-1.42.9-7.el7.x86_64 370/406
Verifying : libnl3-3.2.21-10.el7.x86_64 371/406
Verifying : chrony-2.1.1-1.el7.x86_64 372/406
Verifying : rubygem-json-1.7.7-25.el7_1.x86_64 373/406
Verifying : 2:shadow-utils-4.1.5.1-18.el7.x86_64 374/406
Verifying : dracut-config-rescue-033-360.el7_2.1.x86_64 375/406
Verifying : virt-what-1.13-6.el7.x86_64 376/406
Verifying : file-5.11-31.el7.x86_64 377/406
Verifying : coreutils-8.22-15.el7_2.1.x86_64 378/406
Verifying : 1:dbus-1.6.12-13.el7.x86_64 379/406
Verifying : 7:lvm2-libs-2.02.130-5.el7_2.5.x86_64 380/406
Verifying : 7:lvm2-2.02.130-5.el7_2.5.x86_64 381/406
Verifying : audit-libs-python-2.4.1-5.el7.x86_64 382/406
Verifying : libcurl-7.29.0-25.el7.x86_64 383/406
Verifying : binutils-2.23.52.0.1-55.el7.x86_64 384/406
Verifying : 1:mariadb-libs-5.5.47-1.el7_2.x86_64 385/406
Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 386/406
Verifying : libgudev1-219-19.el7_2.11.x86_64 387/406
Verifying : 7:device-mapper-event-libs-1.02.107-5.el7_2.5.x86_64 388/406
Verifying : setup-2.8.71-6.el7.noarch 389/406
Verifying : rpm-4.11.3-17.el7.x86_64 390/406
Verifying : kexec-tools-2.0.7-38.el7_2.1.x86_64 391/406
Verifying : btrfs-progs-3.19.1-1.el7.x86_64 392/406
Verifying : polkit-0.112-7.el7_2.x86_64 393/406
Verifying : lua-5.1.4-14.el7.x86_64 394/406
Verifying : audit-libs-2.4.1-5.el7.x86_64 395/406
Verifying : policycoreutils-python-2.2.5-20.el7.x86_64 396/406
Verifying : glibc-common-2.17-106.el7_2.6.x86_64 397/406
Verifying : linux-firmware-20150904-43.git6ebf5d5.el7.noarch 398/406
Verifying : openssh-clients-6.6.1p1-25.el7_2.x86_64 399/406
Verifying : nss-3.21.0-9.el7_2.x86_64 400/406
Verifying : kmod-20-5.el7.x86_64 401/406
Verifying : rhn-client-tools-2.0.2-6.el7.noarch 402/406
Verifying : 1:emacs-filesystem-24.3-18.el7.noarch 403/406
Verifying : 1:NetworkManager-libnm-1.0.6-30.el7_2.x86_64 404/406
Verifying : redhat-release-server-7.2-9.el7.x86_64 405/406
Verifying : redhat-logos-70.0.3-4.el7.noarch 406/406
Dependency Installed:
GeoIP.x86_64 0:1.5.0-11.el7
pciutils.x86_64 0:3.5.1-1.el7
pyserial.noarch 0:2.6-5.el7
python-babel.noarch 0:0.9.6-8.el7
python-jinja2.noarch 0:2.7.2-2.el7
python-magic.noarch 0:5.11-33.el7
python-markupsafe.x86_64 0:0.11-10.el7
python-rhsm-certificates.x86_64 0:1.17.9-1.el7
Updated:
NetworkManager.x86_64 1:1.4.0-20.el7_3
NetworkManager-config-server.x86_64 1:1.4.0-20.el7_3
NetworkManager-libnm.x86_64 1:1.4.0-20.el7_3
NetworkManager-team.x86_64 1:1.4.0-20.el7_3
NetworkManager-tui.x86_64 1:1.4.0-20.el7_3
audit.x86_64 0:2.6.5-3.el7_3.1
audit-libs.x86_64 0:2.6.5-3.el7_3.1
audit-libs-python.x86_64 0:2.6.5-3.el7_3.1
authconfig.x86_64 0:6.2.8-14.el7
avahi-autoipd.x86_64 0:0.6.31-17.el7
avahi-libs.x86_64 0:0.6.31-17.el7
bash.x86_64 0:4.2.46-21.el7_3
bind-libs-lite.x86_64 32:9.9.4-38.el7_3.3
bind-license.noarch 32:9.9.4-38.el7_3.3
binutils.x86_64 0:2.25.1-22.base.el7
btrfs-progs.x86_64 0:4.4.1-1.el7
ca-certificates.noarch 0:2017.2.11-70.1.el7_3
checkpolicy.x86_64 0:2.5-4.el7
chkconfig.x86_64 0:1.7.2-1.el7
chrony.x86_64 0:2.1.1-4.el7_3
cloud-init.x86_64 0:0.7.9-3.el7
cloud-utils-growpart.noarch 0:0.29-1.el7
coreutils.x86_64 0:8.22-18.el7
cryptsetup-libs.x86_64 0:1.7.2-1.el7
curl.x86_64 0:7.29.0-35.el7
dbus.x86_64 1:1.6.12-17.el7
dbus-libs.x86_64 1:1.6.12-17.el7
device-mapper.x86_64 7:1.02.135-1.el7_3.4
device-mapper-event.x86_64 7:1.02.135-1.el7_3.4
device-mapper-event-libs.x86_64 7:1.02.135-1.el7_3.4
device-mapper-libs.x86_64 7:1.02.135-1.el7_3.4
device-mapper-persistent-data.x86_64 0:0.6.3-1.el7
dhclient.x86_64 12:4.2.5-47.el7
dhcp-common.x86_64 12:4.2.5-47.el7
dhcp-libs.x86_64 12:4.2.5-47.el7
dmidecode.x86_64 1:3.0-2.1.el7_3
dnsmasq.x86_64 0:2.66-21.el7
dracut.x86_64 0:033-463.el7_3.1
dracut-config-generic.x86_64 0:033-463.el7_3.1
dracut-config-rescue.x86_64 0:033-463.el7_3.1
dracut-network.x86_64 0:033-463.el7_3.1
e2fsprogs.x86_64 0:1.42.9-9.el7
e2fsprogs-libs.x86_64 0:1.42.9-9.el7
elfutils-libelf.x86_64 0:0.166-2.el7
elfutils-libs.x86_64 0:0.166-2.el7
emacs-filesystem.noarch 1:24.3-19.el7_3
epel-release.noarch 0:7-9
ethtool.x86_64 2:4.5-3.el7
expat.x86_64 0:2.1.0-10.el7_3
file.x86_64 0:5.11-33.el7
file-libs.x86_64 0:5.11-33.el7
filesystem.x86_64 0:3.2-21.el7
freetype.x86_64 0:2.4.11-12.el7
glib2.x86_64 0:2.46.2-4.el7
glibc.x86_64 0:2.17-157.el7_3.2
glibc-common.x86_64 0:2.17-157.el7_3.2
gnupg2.x86_64 0:2.0.22-4.el7
gnutls.x86_64 0:3.3.24-1.el7
grub2.x86_64 1:2.02-0.44.el7
grub2-tools.x86_64 1:2.02-0.44.el7
grubby.x86_64 0:8.28-21.el7_3
hwdata.x86_64 0:0.252-8.4.el7
initscripts.x86_64 0:9.49.37-1.el7_3.1
iproute.x86_64 0:3.10.0-74.el7
iptables.x86_64 0:1.4.21-17.el7
iputils.x86_64 0:20160308-8.el7
irqbalance.x86_64 3:1.0.7-6.el7_3.1
kbd.x86_64 0:1.15.5-12.el7
kbd-legacy.noarch 0:1.15.5-12.el7
kbd-misc.noarch 0:1.15.5-12.el7
kexec-tools.x86_64 0:2.0.7-50.el7
kmod.x86_64 0:20-9.el7
kmod-libs.x86_64 0:20-9.el7
kpartx.x86_64 0:0.4.9-99.el7_3.3
krb5-libs.x86_64 0:1.14.1-27.el7_3
libblkid.x86_64 0:2.23.2-33.el7_3.2
libcgroup.x86_64 0:0.41-11.el7
libcom_err.x86_64 0:1.42.9-9.el7
libcurl.x86_64 0:7.29.0-35.el7
libffi.x86_64 0:3.0.13-18.el7
libgcc.x86_64 0:4.8.5-11.el7
libgcrypt.x86_64 0:1.5.3-13.el7_3.1
libgomp.x86_64 0:4.8.5-11.el7
libgudev1.x86_64 0:219-30.el7_3.9
libmount.x86_64 0:2.23.2-33.el7_3.2
libndp.x86_64 0:1.2-7.el7
libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3
libnl3.x86_64 0:3.2.28-3.el7_3
libnl3-cli.x86_64 0:3.2.28-3.el7_3
libproxy.x86_64 0:0.4.11-10.el7
libselinux.x86_64 0:2.5-6.el7
libselinux-python.x86_64 0:2.5-6.el7
libselinux-utils.x86_64 0:2.5-6.el7
libsemanage.x86_64 0:2.5-5.1.el7_3
libsemanage-python.x86_64 0:2.5-5.1.el7_3
libsepol.x86_64 0:2.5-6.el7
libsoup.x86_64 0:2.48.1-6.el7
libss.x86_64 0:1.42.9-9.el7
libstdc++.x86_64 0:4.8.5-11.el7
libtasn1.x86_64 0:3.8-3.el7
libteam.x86_64 0:1.25-4.el7
libuuid.x86_64 0:2.23.2-33.el7_3.2
linux-firmware.noarch 0:20160830-49.git7534e19.el7
logrotate.x86_64 0:3.8.6-12.el7
lua.x86_64 0:5.1.4-15.el7
lvm2.x86_64 7:2.02.166-1.el7_3.4
lvm2-libs.x86_64 7:2.02.166-1.el7_3.4
make.x86_64 1:3.82-23.el7
mariadb-libs.x86_64 1:5.5.52-1.el7
microcode_ctl.x86_64 2:2.1-16.3.el7_3
mozjs17.x86_64 0:17.0.0-19.el7
nettle.x86_64 0:2.7.1-8.el7
nspr.x86_64 0:4.13.1-1.0.el7_3
nss.x86_64 0:3.28.4-1.0.el7_3
nss-softokn.x86_64 0:3.16.2.3-14.4.el7
nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7
nss-sysinit.x86_64 0:3.28.4-1.0.el7_3
nss-tools.x86_64 0:3.28.4-1.0.el7_3
nss-util.x86_64 0:3.28.4-1.0.el7_3
openldap.x86_64 0:2.4.40-13.el7
openssh.x86_64 0:6.6.1p1-35.el7_3
openssh-clients.x86_64 0:6.6.1p1-35.el7_3
openssh-server.x86_64 0:6.6.1p1-35.el7_3
openssl.x86_64 1:1.0.1e-60.el7_3.1
openssl-libs.x86_64 1:1.0.1e-60.el7_3.1
os-prober.x86_64 0:1.58-9.el7
pam.x86_64 0:1.1.8-18.el7
parted.x86_64 0:3.1-28.el7
pciutils-libs.x86_64 0:3.5.1-1.el7
perl.x86_64 4:5.16.3-291.el7
perl-Pod-Escapes.noarch 1:1.04-291.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-libs.x86_64 4:5.16.3-291.el7
perl-macros.x86_64 4:5.16.3-291.el7
pinentry.x86_64 0:0.8.1-17.el7
policycoreutils.x86_64 0:2.5-11.el7_3
policycoreutils-python.x86_64 0:2.5-11.el7_3
polkit.x86_64 0:0.112-12.el7_3
procps-ng.x86_64 0:3.3.10-10.el7
python.x86_64 0:2.7.5-48.el7
python-libs.x86_64 0:2.7.5-48.el7
python-perf.x86_64 0:3.10.0-514.21.1.el7
python-pycurl.x86_64 0:7.19.0-19.el7
python-rhsm.x86_64 0:1.17.9-1.el7
python-urlgrabber.noarch 0:3.10-8.el7
rdma.noarch 0:7.3_4.7_rc2-6.el7_3
redhat-logos.noarch 0:70.0.3-6.el7
redhat-release-server.x86_64 0:7.3-7.el7
redhat-support-lib-python.noarch 0:0.9.7-6.el7
redhat-support-tool.noarch 0:0.9.8-6.el7
rhn-check.noarch 0:2.0.2-8.el7
rhn-client-tools.noarch 0:2.0.2-8.el7
rhn-setup.noarch 0:2.0.2-8.el7
rpm.x86_64 0:4.11.3-21.el7
rpm-build-libs.x86_64 0:4.11.3-21.el7
rpm-libs.x86_64 0:4.11.3-21.el7
rpm-python.x86_64 0:4.11.3-21.el7
rsyslog.x86_64 0:7.4.7-16.el7
ruby.x86_64 0:2.0.0.648-29.el7
ruby-irb.noarch 0:2.0.0.648-29.el7
ruby-libs.x86_64 0:2.0.0.648-29.el7
rubygem-bigdecimal.x86_64 0:1.2.0-29.el7
rubygem-io-console.x86_64 0:0.4.2-29.el7
rubygem-json.x86_64 0:1.7.7-29.el7
rubygem-psych.x86_64 0:2.0.0-29.el7
rubygem-rdoc.noarch 0:4.0.0-29.el7
rubygems.noarch 0:2.0.14.1-29.el7
selinux-policy.noarch 0:3.13.1-102.el7_3.16
selinux-policy-targeted.noarch 0:3.13.1-102.el7_3.16
setools-libs.x86_64 0:3.3.8-1.1.el7
setup.noarch 0:2.8.71-7.el7
shadow-utils.x86_64 2:4.1.5.1-24.el7
sos.noarch 0:3.3-5.el7_3
subscription-manager.x86_64 0:1.17.15-1.el7
sudo.x86_64 0:1.8.6p7-21.el7_3
systemd.x86_64 0:219-30.el7_3.9
systemd-libs.x86_64 0:219-30.el7_3.9
systemd-sysv.x86_64 0:219-30.el7_3.9
tar.x86_64 2:1.26-31.el7
teamd.x86_64 0:1.25-4.el7
traceroute.x86_64 3:2.0.22-2.el7
tuned.noarch 0:2.7.1-3.el7_3.2
tzdata.noarch 0:2017b-1.el7
util-linux.x86_64 0:2.23.2-33.el7_3.2
vim-common.x86_64 2:7.4.160-1.el7_3.1
vim-enhanced.x86_64 2:7.4.160-1.el7_3.1
vim-filesystem.x86_64 2:7.4.160-1.el7_3.1
vim-minimal.x86_64 2:7.4.160-1.el7_3.1
virt-what.x86_64 0:1.13-8.el7
wget.x86_64 0:1.14-13.el7
wpa_supplicant.x86_64 1:2.0-21.el7_3
xdg-utils.noarch 0:1.1.0-0.17.20120809git.el7
xfsprogs.x86_64 0:4.5.0-9.el7_3
xz.x86_64 0:5.2.2-1.el7
xz-libs.x86_64 0:5.2.2-1.el7
yum.noarch 0:3.4.3-150.el7
yum-rhn-plugin.noarch 0:2.0.1-6.1.el7_3
yum-utils.noarch 0:1.1.31-40.el7
zlib.x86_64 0:1.2.7-17.el7
Complete!
Running ssh/sudo command 'yum list installed' with timeout 14400. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Installed Packages
GeoIP.x86_64 1.5.0-11.el7 @oso-rhui-rhel-server-releases
NetworkManager.x86_64 1:1.4.0-20.el7_3 @oso-rhui-rhel-server-releases
NetworkManager-config-server.x86_64
1:1.4.0-20.el7_3 @oso-rhui-rhel-server-releases
NetworkManager-libnm.x86_64 1:1.4.0-20.el7_3 @oso-rhui-rhel-server-releases
NetworkManager-team.x86_64 1:1.4.0-20.el7_3 @oso-rhui-rhel-server-releases
NetworkManager-tui.x86_64 1:1.4.0-20.el7_3 @oso-rhui-rhel-server-releases
PyYAML.x86_64 3.10-11.el7 @anaconda/7.1
Red_Hat_Enterprise_Linux-Release_Notes-7-en-US.noarch
7-2.el7 @oso-rhui-rhel-server-releases
acl.x86_64 2.2.51-12.el7 @anaconda/7.1
audit.x86_64 2.6.5-3.el7_3.1 @oso-rhui-rhel-server-releases
audit-libs.x86_64 2.6.5-3.el7_3.1 @oso-rhui-rhel-server-releases
audit-libs-python.x86_64 2.6.5-3.el7_3.1 @oso-rhui-rhel-server-releases
augeas.x86_64 1.4.0-2.el7 @oso-rhui-rhel-server-releases
augeas-libs.x86_64 1.4.0-2.el7 @oso-rhui-rhel-server-releases
authconfig.x86_64 6.2.8-14.el7 @oso-rhui-rhel-server-releases
avahi-autoipd.x86_64 0.6.31-17.el7 @oso-rhui-rhel-server-releases
avahi-libs.x86_64 0.6.31-17.el7 @oso-rhui-rhel-server-releases
basesystem.noarch 10.0-7.el7 @anaconda/7.1
bash.x86_64 4.2.46-21.el7_3 @oso-rhui-rhel-server-releases
bind-libs-lite.x86_64 32:9.9.4-38.el7_3.3 @oso-rhui-rhel-server-releases
bind-license.noarch 32:9.9.4-38.el7_3.3 @oso-rhui-rhel-server-releases
binutils.x86_64 2.25.1-22.base.el7 @oso-rhui-rhel-server-releases
btrfs-progs.x86_64 4.4.1-1.el7 @oso-rhui-rhel-server-releases
bzip2.x86_64 1.0.6-13.el7 @oso-rhui-rhel-server-releases
bzip2-libs.x86_64 1.0.6-13.el7 @oso-rhui-rhel-server-releases
ca-certificates.noarch 2017.2.11-70.1.el7_3 @oso-rhui-rhel-server-releases
charlie.noarch 0.5-1.el6_2 installed
checkpolicy.x86_64 2.5-4.el7 @oso-rhui-rhel-server-releases
chkconfig.x86_64 1.7.2-1.el7 @oso-rhui-rhel-server-releases
chrony.x86_64 2.1.1-4.el7_3 @oso-rhui-rhel-server-releases
cloud-init.x86_64 0.7.9-3.el7 @rhui-REGION-rhel-server-rh-common
cloud-utils-growpart.noarch 0.29-1.el7 @rhui-REGION-rhel-server-rh-common
coreutils.x86_64 8.22-18.el7 @oso-rhui-rhel-server-releases
cpio.x86_64 2.11-24.el7 @oso-rhui-rhel-server-releases
cracklib.x86_64 2.9.0-11.el7 @anaconda/7.1
cracklib-dicts.x86_64 2.9.0-11.el7 @anaconda/7.1
cronie.x86_64 1.4.11-14.el7_2.1 @oso-rhui-rhel-server-releases
cronie-anacron.x86_64 1.4.11-14.el7_2.1 @oso-rhui-rhel-server-releases
crontabs.noarch 1.11-6.20121102git.el7
@anaconda/7.1
cryptsetup-libs.x86_64 1.7.2-1.el7 @oso-rhui-rhel-server-releases
curl.x86_64 7.29.0-35.el7 @oso-rhui-rhel-server-releases
cyrus-sasl-lib.x86_64 2.1.26-20.el7_2 @oso-rhui-rhel-server-releases
dbus.x86_64 1:1.6.12-17.el7 @oso-rhui-rhel-server-releases
dbus-glib.x86_64 0.100-7.el7 @anaconda/7.1
dbus-libs.x86_64 1:1.6.12-17.el7 @oso-rhui-rhel-server-releases
dbus-python.x86_64 1.1.1-9.el7 @anaconda/7.1
deltarpm.x86_64 3.6-3.el7 @oso-rhui-rhel-server-releases
desktop-file-utils.x86_64 0.22-1.el7 @oso-rhui-rhel-server-releases
device-mapper.x86_64 7:1.02.135-1.el7_3.4 @oso-rhui-rhel-server-releases
device-mapper-event.x86_64 7:1.02.135-1.el7_3.4 @oso-rhui-rhel-server-releases
device-mapper-event-libs.x86_64
7:1.02.135-1.el7_3.4 @oso-rhui-rhel-server-releases
device-mapper-libs.x86_64 7:1.02.135-1.el7_3.4 @oso-rhui-rhel-server-releases
device-mapper-persistent-data.x86_64
0.6.3-1.el7 @oso-rhui-rhel-server-releases
dhclient.x86_64 12:4.2.5-47.el7 @oso-rhui-rhel-server-releases
dhcp-common.x86_64 12:4.2.5-47.el7 @oso-rhui-rhel-server-releases
dhcp-libs.x86_64 12:4.2.5-47.el7 @oso-rhui-rhel-server-releases
diffutils.x86_64 3.3-4.el7 @anaconda/7.1
dmidecode.x86_64 1:3.0-2.1.el7_3 @oso-rhui-rhel-server-releases
dnsmasq.x86_64 2.66-21.el7 @oso-rhui-rhel-server-releases
dracut.x86_64 033-463.el7_3.1 @oso-rhui-rhel-server-releases
dracut-config-generic.x86_64 033-463.el7_3.1 @oso-rhui-rhel-server-releases
dracut-config-rescue.x86_64 033-463.el7_3.1 @oso-rhui-rhel-server-releases
dracut-network.x86_64 033-463.el7_3.1 @oso-rhui-rhel-server-releases
e2fsprogs.x86_64 1.42.9-9.el7 @oso-rhui-rhel-server-releases
e2fsprogs-libs.x86_64 1.42.9-9.el7 @oso-rhui-rhel-server-releases
elfutils-libelf.x86_64 0.166-2.el7 @oso-rhui-rhel-server-releases
elfutils-libs.x86_64 0.166-2.el7 @oso-rhui-rhel-server-releases
emacs-filesystem.noarch 1:24.3-19.el7_3 @oso-rhui-rhel-server-releases
epel-release.noarch 7-9 @epel
ethtool.x86_64 2:4.5-3.el7 @oso-rhui-rhel-server-releases
expat.x86_64 2.1.0-10.el7_3 @oso-rhui-rhel-server-releases
file.x86_64 5.11-33.el7 @oso-rhui-rhel-server-releases
file-libs.x86_64 5.11-33.el7 @oso-rhui-rhel-server-releases
filesystem.x86_64 3.2-21.el7 @oso-rhui-rhel-server-releases
findutils.x86_64 1:4.5.11-5.el7 @oso-rhui-rhel-server-releases
fipscheck.x86_64 1.4.1-5.el7 @anaconda/7.1
fipscheck-lib.x86_64 1.4.1-5.el7 @anaconda/7.1
freetype.x86_64 2.4.11-12.el7 @oso-rhui-rhel-server-releases
gawk.x86_64 4.0.2-4.el7 @anaconda/7.1
gdbm.x86_64 1.10-8.el7 @anaconda/7.1
gdisk.x86_64 0.8.6-5.el7 @anaconda/7.1
gettext.x86_64 0.18.2.1-4.el7 @anaconda/7.1
gettext-libs.x86_64 0.18.2.1-4.el7 @anaconda/7.1
glib-networking.x86_64 2.42.0-1.el7 @oso-rhui-rhel-server-releases
glib2.x86_64 2.46.2-4.el7 @oso-rhui-rhel-server-releases
glibc.x86_64 2.17-157.el7_3.2 @oso-rhui-rhel-server-releases
glibc-common.x86_64 2.17-157.el7_3.2 @oso-rhui-rhel-server-releases
gmp.x86_64 1:6.0.0-12.el7_1 @oso-rhui-rhel-server-releases
gnupg2.x86_64 2.0.22-4.el7 @oso-rhui-rhel-server-releases
gnutls.x86_64 3.3.24-1.el7 @oso-rhui-rhel-server-releases
gobject-introspection.x86_64 1.42.0-1.el7 @oso-rhui-rhel-server-releases
gpgme.x86_64 1.3.2-5.el7 @anaconda/7.1
gpm-libs.x86_64 1.20.7-5.el7 @oso-rhui-rhel-server-releases
grep.x86_64 2.20-2.el7 @oso-rhui-rhel-server-releases
groff-base.x86_64 1.22.2-8.el7 @anaconda/7.1
grub2.x86_64 1:2.02-0.44.el7 @oso-rhui-rhel-server-releases
grub2-tools.x86_64 1:2.02-0.44.el7 @oso-rhui-rhel-server-releases
grubby.x86_64 8.28-21.el7_3 @oso-rhui-rhel-server-releases
gsettings-desktop-schemas.x86_64
3.14.2-1.el7 @oso-rhui-rhel-server-releases
gzip.x86_64 1.5-8.el7 @oso-rhui-rhel-server-releases
hardlink.x86_64 1:1.0-19.el7 @anaconda/7.1
hostname.x86_64 3.13-3.el7 @anaconda/7.1
hwdata.x86_64 0.252-8.4.el7 @oso-rhui-rhel-server-releases
info.x86_64 5.1-4.el7 @anaconda/7.1
initscripts.x86_64 9.49.37-1.el7_3.1 @oso-rhui-rhel-server-releases
iproute.x86_64 3.10.0-74.el7 @oso-rhui-rhel-server-releases
iptables.x86_64 1.4.21-17.el7 @oso-rhui-rhel-server-releases
iputils.x86_64 20160308-8.el7 @oso-rhui-rhel-server-releases
irqbalance.x86_64 3:1.0.7-6.el7_3.1 @oso-rhui-rhel-server-releases
jansson.x86_64 2.4-6.el7 @anaconda/7.1
json-c.x86_64 0.11-4.el7_0 @anaconda/7.1
kbd.x86_64 1.15.5-12.el7 @oso-rhui-rhel-server-releases
kbd-legacy.noarch 1.15.5-12.el7 @oso-rhui-rhel-server-releases
kbd-misc.noarch 1.15.5-12.el7 @oso-rhui-rhel-server-releases
kernel.x86_64 3.10.0-229.1.2.el7 @oso-rhui-rhel-server-releases
kernel.x86_64 3.10.0-229.7.2.el7 @oso-rhui-rhel-server-releases
kernel.x86_64 3.10.0-327.22.2.el7 @oso-rhui-rhel-server-releases
kernel-tools.x86_64 3.10.0-327.22.2.el7 @oso-rhui-rhel-server-releases
kernel-tools-libs.x86_64 3.10.0-327.22.2.el7 @oso-rhui-rhel-server-releases
kexec-tools.x86_64 2.0.7-50.el7 @oso-rhui-rhel-server-releases
keyutils-libs.x86_64 1.5.8-3.el7 @anaconda/7.1
kmod.x86_64 20-9.el7 @oso-rhui-rhel-server-releases
kmod-libs.x86_64 20-9.el7 @oso-rhui-rhel-server-releases
kpartx.x86_64 0.4.9-99.el7_3.3 @oso-rhui-rhel-server-releases
krb5-libs.x86_64 1.14.1-27.el7_3 @oso-rhui-rhel-server-releases
less.x86_64 458-9.el7 @oso-rhui-rhel-server-releases
libacl.x86_64 2.2.51-12.el7 @anaconda/7.1
libaio.x86_64 0.3.109-13.el7 @oso-rhui-rhel-server-releases
libassuan.x86_64 2.1.0-3.el7 @anaconda/7.1
libattr.x86_64 2.4.46-12.el7 @anaconda/7.1
libblkid.x86_64 2.23.2-33.el7_3.2 @oso-rhui-rhel-server-releases
libcap.x86_64 2.22-8.el7 @anaconda/7.1
libcap-ng.x86_64 0.7.5-4.el7 @oso-rhui-rhel-server-releases
libcgroup.x86_64 0.41-11.el7 @oso-rhui-rhel-server-releases
libcom_err.x86_64 1.42.9-9.el7 @oso-rhui-rhel-server-releases
libcroco.x86_64 0.6.8-5.el7 @anaconda/7.1
libcurl.x86_64 7.29.0-35.el7 @oso-rhui-rhel-server-releases
libdaemon.x86_64 0.14-7.el7 @anaconda/7.1
libdb.x86_64 5.3.21-19.el7 @oso-rhui-rhel-server-releases
libdb-utils.x86_64 5.3.21-19.el7 @oso-rhui-rhel-server-releases
libedit.x86_64 3.0-12.20121213cvs.el7
@anaconda/7.1
libestr.x86_64 0.1.9-2.el7 @anaconda/7.1
libevent.x86_64 2.0.21-4.el7 @oso-rhui-rhel-server-releases
libffi.x86_64 3.0.13-18.el7 @oso-rhui-rhel-server-releases
libgcc.x86_64 4.8.5-11.el7 @oso-rhui-rhel-server-releases
libgcrypt.x86_64 1.5.3-13.el7_3.1 @oso-rhui-rhel-server-releases
libgomp.x86_64 4.8.5-11.el7 @oso-rhui-rhel-server-releases
libgpg-error.x86_64 1.12-3.el7 @anaconda/7.1
libgudev1.x86_64 219-30.el7_3.9 @oso-rhui-rhel-server-releases
libicu.x86_64 50.1.2-15.el7 @oso-rhui-rhel-server-releases
libidn.x86_64 1.28-4.el7 @oso-rhui-rhel-server-releases
libmnl.x86_64 1.0.3-7.el7 @anaconda/7.1
libmodman.x86_64 2.0.1-8.el7 @anaconda/7.1
libmount.x86_64 2.23.2-33.el7_3.2 @oso-rhui-rhel-server-releases
libndp.x86_64 1.2-7.el7 @oso-rhui-rhel-server-releases
libnetfilter_conntrack.x86_64
1.0.6-1.el7_3 @oso-rhui-rhel-server-releases
libnfnetlink.x86_64 1.0.1-4.el7 @anaconda/7.1
libnl.x86_64 1.1.4-3.el7 @anaconda/7.1
libnl3.x86_64 3.2.28-3.el7_3 @oso-rhui-rhel-server-releases
libnl3-cli.x86_64 3.2.28-3.el7_3 @oso-rhui-rhel-server-releases
libpcap.x86_64 14:1.5.3-8.el7 @oso-rhui-rhel-server-releases
libpipeline.x86_64 1.2.3-3.el7 @anaconda/7.1
libproxy.x86_64 0.4.11-10.el7 @oso-rhui-rhel-server-releases
libpwquality.x86_64 1.2.3-4.el7 @anaconda/7.1
libselinux.x86_64 2.5-6.el7 @oso-rhui-rhel-server-releases
libselinux-python.x86_64 2.5-6.el7 @oso-rhui-rhel-server-releases
libselinux-utils.x86_64 2.5-6.el7 @oso-rhui-rhel-server-releases
libsemanage.x86_64 2.5-5.1.el7_3 @oso-rhui-rhel-server-releases
libsemanage-python.x86_64 2.5-5.1.el7_3 @oso-rhui-rhel-server-releases
libsepol.x86_64 2.5-6.el7 @oso-rhui-rhel-server-releases
libsoup.x86_64 2.48.1-6.el7 @oso-rhui-rhel-server-releases
libss.x86_64 1.42.9-9.el7 @oso-rhui-rhel-server-releases
libssh2.x86_64 1.4.3-10.el7_2.1 @oso-rhui-rhel-server-releases
libstdc++.x86_64 4.8.5-11.el7 @oso-rhui-rhel-server-releases
libsysfs.x86_64 2.1.0-16.el7 @anaconda/7.1
libtasn1.x86_64 3.8-3.el7 @oso-rhui-rhel-server-releases
libteam.x86_64 1.25-4.el7 @oso-rhui-rhel-server-releases
libunistring.x86_64 0.9.3-9.el7 @anaconda/7.1
libuser.x86_64 0.60-7.el7_1 @oso-rhui-rhel-server-releases
libutempter.x86_64 1.1.6-4.el7 @anaconda/7.1
libuuid.x86_64 2.23.2-33.el7_3.2 @oso-rhui-rhel-server-releases
libverto.x86_64 0.2.5-4.el7 @anaconda/7.1
libxml2.x86_64 2.9.1-6.el7_2.3 @oso-rhui-rhel-server-releases
libxml2-python.x86_64 2.9.1-6.el7_2.3 @oso-rhui-rhel-server-releases
libxslt.x86_64 1.1.28-5.el7 @anaconda/7.1
libyaml.x86_64 0.1.4-11.el7_0 @anaconda/7.1
linux-firmware.noarch 20160830-49.git7534e19.el7
@oso-rhui-rhel-server-releases
logrotate.x86_64 3.8.6-12.el7 @oso-rhui-rhel-server-releases
lua.x86_64 5.1.4-15.el7 @oso-rhui-rhel-server-releases
lvm2.x86_64 7:2.02.166-1.el7_3.4 @oso-rhui-rhel-server-releases
lvm2-libs.x86_64 7:2.02.166-1.el7_3.4 @oso-rhui-rhel-server-releases
lzo.x86_64 2.06-8.el7 @oso-rhui-rhel-server-releases
m2crypto.x86_64 0.21.1-17.el7 @oso-rhui-rhel-server-releases
make.x86_64 1:3.82-23.el7 @oso-rhui-rhel-server-releases
man-db.x86_64 2.6.3-9.el7 @anaconda/7.1
mariadb-libs.x86_64 1:5.5.52-1.el7 @oso-rhui-rhel-server-releases
microcode_ctl.x86_64 2:2.1-16.3.el7_3 @oso-rhui-rhel-server-releases
mozjs17.x86_64 17.0.0-19.el7 @oso-rhui-rhel-server-releases
ncurses.x86_64 5.9-13.20130511.el7 @anaconda/7.1
ncurses-base.noarch 5.9-13.20130511.el7 @anaconda/7.1
ncurses-libs.x86_64 5.9-13.20130511.el7 @anaconda/7.1
net-tools.x86_64 2.0-0.17.20131004git.el7
@anaconda/7.1
nettle.x86_64 2.7.1-8.el7 @oso-rhui-rhel-server-releases
newt.x86_64 0.52.15-4.el7 @anaconda/7.1
newt-python.x86_64 0.52.15-4.el7 @anaconda/7.1
nspr.x86_64 4.13.1-1.0.el7_3 @oso-rhui-rhel-server-releases
nss.x86_64 3.28.4-1.0.el7_3 @oso-rhui-rhel-server-releases
nss-softokn.x86_64 3.16.2.3-14.4.el7 @oso-rhui-rhel-server-releases
nss-softokn-freebl.x86_64 3.16.2.3-14.4.el7 @oso-rhui-rhel-server-releases
nss-sysinit.x86_64 3.28.4-1.0.el7_3 @oso-rhui-rhel-server-releases
nss-tools.x86_64 3.28.4-1.0.el7_3 @oso-rhui-rhel-server-releases
nss-util.x86_64 3.28.4-1.0.el7_3 @oso-rhui-rhel-server-releases
numactl-libs.x86_64 2.0.9-6.el7_2 @oso-rhui-rhel-server-releases
openldap.x86_64 2.4.40-13.el7 @oso-rhui-rhel-server-releases
openssh.x86_64 6.6.1p1-35.el7_3 @oso-rhui-rhel-server-releases
openssh-clients.x86_64 6.6.1p1-35.el7_3 @oso-rhui-rhel-server-releases
openssh-server.x86_64 6.6.1p1-35.el7_3 @oso-rhui-rhel-server-releases
openssl.x86_64 1:1.0.1e-60.el7_3.1 @oso-rhui-rhel-server-releases
openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 @oso-rhui-rhel-server-releases
os-prober.x86_64 1.58-9.el7 @oso-rhui-rhel-server-releases
p11-kit.x86_64 0.20.7-3.el7 @anaconda/7.1
p11-kit-trust.x86_64 0.20.7-3.el7 @anaconda/7.1
pam.x86_64 1.1.8-18.el7 @oso-rhui-rhel-server-releases
parted.x86_64 3.1-28.el7 @oso-rhui-rhel-server-releases
passwd.x86_64 0.79-4.el7 @anaconda/7.1
pciutils.x86_64 3.5.1-1.el7 @oso-rhui-rhel-server-releases
pciutils-libs.x86_64 3.5.1-1.el7 @oso-rhui-rhel-server-releases
pcre.x86_64 8.32-15.el7_2.1 @oso-rhui-rhel-server-releases
perl.x86_64 4:5.16.3-291.el7 @oso-rhui-rhel-server-releases
perl-Carp.noarch 1.26-244.el7 @oso-rhui-rhel-server-releases
perl-Encode.x86_64 2.51-7.el7 @oso-rhui-rhel-server-releases
perl-Exporter.noarch 5.68-3.el7 @oso-rhui-rhel-server-releases
perl-File-Path.noarch 2.09-2.el7 @oso-rhui-rhel-server-releases
perl-File-Temp.noarch 0.23.01-3.el7 @oso-rhui-rhel-server-releases
perl-Filter.x86_64 1.49-3.el7 @oso-rhui-rhel-server-releases
perl-Getopt-Long.noarch 2.40-2.el7 @oso-rhui-rhel-server-releases
perl-HTTP-Tiny.noarch 0.033-3.el7 @oso-rhui-rhel-server-releases
perl-PathTools.x86_64 3.40-5.el7 @oso-rhui-rhel-server-releases
perl-Pod-Escapes.noarch 1:1.04-291.el7 @oso-rhui-rhel-server-releases
perl-Pod-Perldoc.noarch 3.20-4.el7 @oso-rhui-rhel-server-releases
perl-Pod-Simple.noarch 1:3.28-4.el7 @oso-rhui-rhel-server-releases
perl-Pod-Usage.noarch 1.63-3.el7 @oso-rhui-rhel-server-releases
perl-Scalar-List-Utils.x86_64
1.27-248.el7 @oso-rhui-rhel-server-releases
perl-Socket.x86_64 2.010-4.el7 @oso-rhui-rhel-server-releases
perl-Storable.x86_64 2.45-3.el7 @oso-rhui-rhel-server-releases
perl-Text-ParseWords.noarch 3.29-4.el7 @oso-rhui-rhel-server-releases
perl-Time-HiRes.x86_64 4:1.9725-3.el7 @oso-rhui-rhel-server-releases
perl-Time-Local.noarch 1.2300-2.el7 @oso-rhui-rhel-server-releases
perl-constant.noarch 1.27-2.el7 @oso-rhui-rhel-server-releases
perl-libs.x86_64 4:5.16.3-291.el7 @oso-rhui-rhel-server-releases
perl-macros.x86_64 4:5.16.3-291.el7 @oso-rhui-rhel-server-releases
perl-parent.noarch 1:0.225-244.el7 @oso-rhui-rhel-server-releases
perl-podlators.noarch 2.5.1-3.el7 @oso-rhui-rhel-server-releases
perl-threads.x86_64 1.87-4.el7 @oso-rhui-rhel-server-releases
perl-threads-shared.x86_64 1.43-6.el7 @oso-rhui-rhel-server-releases
pinentry.x86_64 0.8.1-17.el7 @oso-rhui-rhel-server-releases
pkgconfig.x86_64 1:0.27.1-4.el7 @anaconda/7.1
policycoreutils.x86_64 2.5-11.el7_3 @oso-rhui-rhel-server-releases
policycoreutils-python.x86_64
2.5-11.el7_3 @oso-rhui-rhel-server-releases
polkit.x86_64 0.112-12.el7_3 @oso-rhui-rhel-server-releases
polkit-pkla-compat.x86_64 0.1-4.el7 @anaconda/7.1
popt.x86_64 1.13-16.el7 @anaconda/7.1
postfix.x86_64 2:2.10.1-6.el7 @anaconda/7.1
ppp.x86_64 2.4.5-33.el7 @anaconda/7.1
procps-ng.x86_64 3.3.10-10.el7 @oso-rhui-rhel-server-releases
pth.x86_64 2.0.7-23.el7 @oso-rhui-rhel-server-releases
pyOpenSSL.x86_64 0.13.1-3.el7 @anaconda/7.1
pygobject2.x86_64 2.28.6-11.el7 @anaconda/7.1
pygobject3-base.x86_64 3.14.0-3.el7 @oso-rhui-rhel-server-releases
pygpgme.x86_64 0.3-9.el7 @anaconda/7.1
pyliblzma.x86_64 0.5.3-11.el7 @anaconda/7.1
pyserial.noarch 2.6-5.el7 @oso-rhui-rhel-server-releases-optional
python.x86_64 2.7.5-48.el7 @oso-rhui-rhel-server-releases
python-IPy.noarch 0.75-6.el7 @anaconda/7.1
python-babel.noarch 0.9.6-8.el7 @oso-rhui-rhel-server-releases
python-backports.x86_64 1.0-8.el7 @anaconda/7.1
python-backports-ssl_match_hostname.noarch
3.4.0.2-4.el7 @anaconda/7.1
python-chardet.noarch 2.2.1-1.el7_1 @oso-rhui-rhel-server-releases
python-configobj.noarch 4.7.2-7.el7 @anaconda/7.1
python-dateutil.noarch 1.5-7.el7 @anaconda/7.1
python-decorator.noarch 3.4.0-3.el7 @anaconda/7.1
python-dmidecode.x86_64 3.10.13-11.el7 @anaconda/7.1
python-ethtool.x86_64 0.8-5.el7 @anaconda/7.1
python-gudev.x86_64 147.2-7.el7 @anaconda/7.1
python-hwdata.noarch 1.7.3-4.el7 @anaconda/7.1
python-iniparse.noarch 0.4-9.el7 @anaconda/7.1
python-jinja2.noarch 2.7.2-2.el7 @oso-rhui-rhel-server-extras
python-jsonpatch.noarch 1.2-2.el7 @koji-override-0/7.1
python-jsonpointer.noarch 1.9-2.el7 @oso-rhui-rhel-server-releases
python-kitchen.noarch 1.1.1-5.el7 @anaconda/7.1
python-libs.x86_64 2.7.5-48.el7 @oso-rhui-rhel-server-releases
python-lxml.x86_64 3.2.1-4.el7 @anaconda/7.1
python-magic.noarch 5.11-33.el7 @oso-rhui-rhel-server-releases
python-markupsafe.x86_64 0.11-10.el7 @oso-rhui-rhel-server-releases
python-perf.x86_64 3.10.0-514.21.1.el7 @oso-rhui-rhel-server-releases
python-prettytable.noarch 0.7.2-1.el7 @koji-override-0/7.1
python-pycurl.x86_64 7.19.0-19.el7 @oso-rhui-rhel-server-releases
python-pyudev.noarch 0.15-7.el7_2.1 @oso-rhui-rhel-server-releases
python-requests.noarch 2.6.0-1.el7_1 @oso-rhui-rhel-server-releases
python-rhsm.x86_64 1.17.9-1.el7 @oso-rhui-rhel-server-releases
python-rhsm-certificates.x86_64
1.17.9-1.el7 @oso-rhui-rhel-server-releases
python-setuptools.noarch 0.9.8-4.el7 @oso-rhui-rhel-server-releases
python-six.noarch 1.9.0-2.el7 @li
python-urlgrabber.noarch 3.10-8.el7 @oso-rhui-rhel-server-releases
python-urllib3.noarch 1.10.2-2.el7_1 @oso-rhui-rhel-server-releases
pyxattr.x86_64 0.5.1-5.el7 @anaconda/7.1
qrencode-libs.x86_64 3.4.1-3.el7 @anaconda/7.1
rdma.noarch 7.3_4.7_rc2-6.el7_3 @oso-rhui-rhel-server-releases
readline.x86_64 6.2-9.el7 @anaconda/7.1
redhat-logos.noarch 70.0.3-6.el7 @oso-rhui-rhel-server-releases
redhat-release-server.x86_64 7.3-7.el7 @oso-rhui-rhel-server-releases
redhat-support-lib-python.noarch
0.9.7-6.el7 @oso-rhui-rhel-server-releases
redhat-support-tool.noarch 0.9.8-6.el7 @oso-rhui-rhel-server-releases
rh-amazon-rhui-client.noarch 2.2.123-2.el7 @rhui-REGION-client-config-server-7
rhn-check.noarch 2.0.2-8.el7 @oso-rhui-rhel-server-releases
rhn-client-tools.noarch 2.0.2-8.el7 @oso-rhui-rhel-server-releases
rhn-setup.noarch 2.0.2-8.el7 @oso-rhui-rhel-server-releases
rhnlib.noarch 2.5.65-2.el7 @anaconda/7.1
rhnsd.x86_64 5.0.13-5.el7 @oso-rhui-rhel-server-releases
rootfiles.noarch 8.1-11.el7 @anaconda/7.1
rpm.x86_64 4.11.3-21.el7 @oso-rhui-rhel-server-releases
rpm-build-libs.x86_64 4.11.3-21.el7 @oso-rhui-rhel-server-releases
rpm-libs.x86_64 4.11.3-21.el7 @oso-rhui-rhel-server-releases
rpm-python.x86_64 4.11.3-21.el7 @oso-rhui-rhel-server-releases
rsync.x86_64 3.0.9-17.el7 @oso-rhui-rhel-server-releases
rsyslog.x86_64 7.4.7-16.el7 @oso-rhui-rhel-server-releases
ruby.x86_64 2.0.0.648-29.el7 @oso-rhui-rhel-server-releases
ruby-irb.noarch 2.0.0.648-29.el7 @oso-rhui-rhel-server-releases
ruby-libs.x86_64 2.0.0.648-29.el7 @oso-rhui-rhel-server-releases
rubygem-bigdecimal.x86_64 1.2.0-29.el7 @oso-rhui-rhel-server-releases
rubygem-io-console.x86_64 0.4.2-29.el7 @oso-rhui-rhel-server-releases
rubygem-json.x86_64 1.7.7-29.el7 @oso-rhui-rhel-server-releases
rubygem-psych.x86_64 2.0.0-29.el7 @oso-rhui-rhel-server-releases
rubygem-rdoc.noarch 4.0.0-29.el7 @oso-rhui-rhel-server-releases
rubygems.noarch 2.0.14.1-29.el7 @oso-rhui-rhel-server-releases
screen.x86_64 4.1.0-0.23.20120314git3c2946.el7_2
@oso-rhui-rhel-server-releases
sed.x86_64 4.2.2-5.el7 @anaconda/7.1
selinux-policy.noarch 3.13.1-102.el7_3.16 @oso-rhui-rhel-server-releases
selinux-policy-targeted.noarch
3.13.1-102.el7_3.16 @oso-rhui-rhel-server-releases
setools-libs.x86_64 3.3.8-1.1.el7 @oso-rhui-rhel-server-releases
setup.noarch 2.8.71-7.el7 @oso-rhui-rhel-server-releases
shadow-utils.x86_64 2:4.1.5.1-24.el7 @oso-rhui-rhel-server-releases
shared-mime-info.x86_64 1.1-9.el7 @oso-rhui-rhel-server-releases
slang.x86_64 2.2.4-11.el7 @anaconda/7.1
snappy.x86_64 1.1.0-3.el7 @anaconda/7.1
sos.noarch 3.3-5.el7_3 @oso-rhui-rhel-server-releases
sqlite.x86_64 3.7.17-8.el7 @oso-rhui-rhel-server-releases
subscription-manager.x86_64 1.17.15-1.el7 @oso-rhui-rhel-server-releases
sudo.x86_64 1.8.6p7-21.el7_3 @oso-rhui-rhel-server-releases
systemd.x86_64 219-30.el7_3.9 @oso-rhui-rhel-server-releases
systemd-libs.x86_64 219-30.el7_3.9 @oso-rhui-rhel-server-releases
systemd-sysv.x86_64 219-30.el7_3.9 @oso-rhui-rhel-server-releases
sysvinit-tools.x86_64 2.88-14.dsf.el7 @anaconda/7.1
tar.x86_64 2:1.26-31.el7 @oso-rhui-rhel-server-releases
tcp_wrappers-libs.x86_64 7.6-77.el7 @anaconda/7.1
teamd.x86_64 1.25-4.el7 @oso-rhui-rhel-server-releases
tmux.x86_64 1.8-4.el7 @oso-rhui-rhel-server-releases
traceroute.x86_64 3:2.0.22-2.el7 @oso-rhui-rhel-server-releases
tree.x86_64 1.6.0-10.el7 @oso-rhui-rhel-server-releases
trousers.x86_64 0.3.13-1.el7 @oso-rhui-rhel-server-releases
tuned.noarch 2.7.1-3.el7_3.2 @oso-rhui-rhel-server-releases
tzdata.noarch 2017b-1.el7 @oso-rhui-rhel-server-releases
udftools.x86_64 1.0.0b3-26.el7 @oso-rhui-rhel-server-releases
usermode.x86_64 1.111-5.el7 @anaconda/7.1
ustr.x86_64 1.0.4-16.el7 @anaconda/7.1
util-linux.x86_64 2.23.2-33.el7_3.2 @oso-rhui-rhel-server-releases
vim-common.x86_64 2:7.4.160-1.el7_3.1 @oso-rhui-rhel-server-releases
vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 @oso-rhui-rhel-server-releases
vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 @oso-rhui-rhel-server-releases
vim-minimal.x86_64 2:7.4.160-1.el7_3.1 @oso-rhui-rhel-server-releases
virt-what.x86_64 1.13-8.el7 @oso-rhui-rhel-server-releases
wget.x86_64 1.14-13.el7 @oso-rhui-rhel-server-releases
which.x86_64 2.20-7.el7 @anaconda/7.1
wpa_supplicant.x86_64 1:2.0-21.el7_3 @oso-rhui-rhel-server-releases
xdg-utils.noarch 1.1.0-0.17.20120809git.el7
@oso-rhui-rhel-server-releases
xfsprogs.x86_64 4.5.0-9.el7_3 @oso-rhui-rhel-server-releases
xz.x86_64 5.2.2-1.el7 @oso-rhui-rhel-server-releases
xz-libs.x86_64 5.2.2-1.el7 @oso-rhui-rhel-server-releases
yum.noarch 3.4.3-150.el7 @oso-rhui-rhel-server-releases
yum-metadata-parser.x86_64 1.1.4-10.el7 @anaconda/7.1
yum-rhn-plugin.noarch 2.0.1-6.1.el7_3 @oso-rhui-rhel-server-releases
yum-utils.noarch 1.1.31-40.el7 @oso-rhui-rhel-server-releases
zlib.x86_64 1.2.7-17.el7 @oso-rhui-rhel-server-releases
==> openshiftdev: Increasing YUM cache timeout to 9999999. You will need manually clear cache to get additional updates.
Running ssh/sudo command 'mkdir -p /etc;
mv /tmp/file20170529-1901-17fx0b /etc/yum.conf &&
chown root /etc/yum.conf &&
chmod 0644 /etc/yum.conf' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /etc/sysconfig;
mv /tmp/file20170529-1901-1dachu0 /etc/sysconfig/network &&
chown root /etc/sysconfig/network &&
chmod 0644 /etc/sysconfig/network' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /etc;
mv /tmp/file20170529-1901-15els40 /etc/hostname &&
chown root /etc/hostname &&
chmod 0644 /etc/hostname' with timeout 14400. Attempt #0
restorecon reset /etc/sysconfig/network context unconfined_u:object_r:user_tmp_t:s0->unconfined_u:object_r:etc_t:s0
restorecon reset /etc/hostname context unconfined_u:object_r:user_tmp_t:s0->unconfined_u:object_r:hostname_etc_t:s0
Running ssh/sudo command '/home/ec2-user//resources/reconfigure_network_fedora.sh' with timeout 14400. Attempt #0
Running ssh/sudo command '/home/ec2-user//resources/install_dependencies.sh' with timeout 1800. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Package augeas-1.4.0-2.el7.x86_64 already installed and latest version
Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
Package e2fsprogs-1.42.9-9.el7.x86_64 already installed and latest version
Package 2:ethtool-4.5-3.el7.x86_64 already installed and latest version
Package gpgme-1.3.2-5.el7.x86_64 already installed and latest version
Package libassuan-2.1.0-3.el7.x86_64 already installed and latest version
Package 1:make-3.82-23.el7.x86_64 already installed and latest version
Package 1:openssl-1.0.1e-60.el7_3.1.x86_64 already installed and latest version
No package openvswitch available.
Package rubygems-2.0.14.1-29.el7.noarch already installed and latest version
Package screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64 already installed and latest version
Package tmux-1.8-4.el7.x86_64 already installed and latest version
Package 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 already installed and latest version
Package wget-1.14-13.el7.x86_64 already installed and latest version
Package xfsprogs-4.5.0-9.el7_3.x86_64 already installed and latest version
Package yum-utils-1.1.31-40.el7.noarch already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package ShellCheck.x86_64 0:0.3.5-1.el7 will be installed
--> Processing Dependency: ghc(unix-2.6.0.1-4f219f792083f70ec440ce406f12ce57) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(text-0.11.3.1-e38859e86485c167fa7c9441789e7607) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(syb-0.4.0-c48d52f3188b986ddaa9dd9ae40072f8) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(regex-posix-0.95.2-a7e936989950443fee47233b57a6ae5f) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(regex-compat-0.95.1-121c7124a3abcea107e3885c2f37e0cf) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(regex-base-0.93.2-f9403610b59f8cc474edd63a82806d18) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(parsec-3.1.3-6c6e21cb4ed4ef9d58fdf442940b152e) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(old-locale-1.0.0.5-6729cb9d9cc62d150655de8fc5401b91) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(json-0.7-f33acd6f673691de79a840401bdfebca) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(integer-gmp-0.5.0.0-2f15426f5b53fe4c6490832f9b20d8d7) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: ghc(ShellCheck-0.3.5-297097a7f5fa37100847be7f096be51e) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSunix-2.6.0.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHStransformers-0.3.0.0-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHStime-1.4.0.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHStext-0.11.3.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSsyb-0.4.0-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSrts-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSregex-posix-0.95.2-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSregex-compat-0.95.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSregex-base-0.93.2-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSpretty-1.1.1.0-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSparsec-3.1.3-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSold-locale-1.0.0.5-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSmtl-2.1.2-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSjson-0.7-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSfilepath-1.3.0.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSdirectory-1.2.0.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSdeepseq-1.3.0.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHScontainers-0.5.0.0-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSbytestring-0.10.0.2-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSbase-4.6.0.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSarray-0.4.0.1-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
--> Processing Dependency: libHSShellCheck-0.3.5-ghc7.6.3.so()(64bit) for package: ShellCheck-0.3.5-1.el7.x86_64
---> Package bind.x86_64 32:9.9.4-38.el7_3.3 will be installed
--> Processing Dependency: bind-libs = 32:9.9.4-38.el7_3.3 for package: 32:bind-9.9.4-38.el7_3.3.x86_64
--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-9.9.4-38.el7_3.3.x86_64
--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-9.9.4-38.el7_3.3.x86_64
--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-9.9.4-38.el7_3.3.x86_64
--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-9.9.4-38.el7_3.3.x86_64
--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-9.9.4-38.el7_3.3.x86_64
--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-9.9.4-38.el7_3.3.x86_64
---> Package bind-utils.x86_64 32:9.9.4-38.el7_3.3 will be installed
---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed
---> Package bsdtar.x86_64 0:3.1.2-10.el7_2 will be installed
--> Processing Dependency: libarchive = 3.1.2-10.el7_2 for package: bsdtar-3.1.2-10.el7_2.x86_64
--> Processing Dependency: libarchive.so.13()(64bit) for package: bsdtar-3.1.2-10.el7_2.x86_64
---> Package btrfs-progs-devel.x86_64 0:4.4.1-1.el7 will be installed
---> Package bzr.x86_64 0:2.5.1-14.el7 will be installed
---> Package ctags.x86_64 0:5.8-13.el7 will be installed
---> Package device-mapper-devel.x86_64 7:1.02.135-1.el7_3.4 will be installed
--> Processing Dependency: pkgconfig(libudev) for package: 7:device-mapper-devel-1.02.135-1.el7_3.4.x86_64
---> Package firefox.x86_64 0:52.1.0-2.el7_3 will be installed
--> Processing Dependency: redhat-indexhtml for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: mozilla-filesystem for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: liberation-sans-fonts for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: liberation-fonts-common for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libxcb-shm.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libhunspell-1.3.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libcairo.so.2()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libXt.so.6()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
--> Processing Dependency: libX11-xcb.so.1()(64bit) for package: firefox-52.1.0-2.el7_3.x86_64
---> Package fontconfig.x86_64 0:2.10.95-10.el7 will be installed
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-10.el7.x86_64
---> Package gcc.x86_64 0:4.8.5-11.el7 will be installed
--> Processing Dependency: cpp = 4.8.5-11.el7 for package: gcc-4.8.5-11.el7.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-11.el7.x86_64
--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-11.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-11.el7.x86_64
---> Package gcc-c++.x86_64 0:4.8.5-11.el7 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-11.el7 for package: gcc-c++-4.8.5-11.el7.x86_64
---> Package git.x86_64 0:1.8.3.1-6.el7_2.1 will be installed
--> Processing Dependency: perl-Git = 1.8.3.1-6.el7_2.1 for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7_2.1.x86_64
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7_2.1.x86_64
---> Package glibc-static.x86_64 0:2.17-157.el7_3.2 will be installed
---> Package gnuplot.x86_64 0:4.6.2-3.el7 will be installed
--> Processing Dependency: gnuplot-common = 4.6.2-3.el7 for package: gnuplot-4.6.2-3.el7.x86_64
--> Processing Dependency: dejavu-sans-fonts for package: gnuplot-4.6.2-3.el7.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: gnuplot-4.6.2-3.el7.x86_64
--> Processing Dependency: libgd.so.2()(64bit) for package: gnuplot-4.6.2-3.el7.x86_64
--> Processing Dependency: libXpm.so.4()(64bit) for package: gnuplot-4.6.2-3.el7.x86_64
---> Package gpgme-devel.x86_64 0:1.3.2-5.el7 will be installed
--> Processing Dependency: libgpg-error-devel(x86-64) for package: gpgme-devel-1.3.2-5.el7.x86_64
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 will be installed
--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-35.el7 for package: iscsi-initiator-utils-6.2.0.873-35.el7.x86_64
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.41-1.13.13.1.el7_3 will be installed
--> Processing Dependency: jpackage-utils >= 1.7.3-1jpp.2 for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: tzdata-java for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: mailcap for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libpulse.so.0()(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64
---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.141-2.6.10.1.el7_3 will be installed
--> Processing Dependency: java-1.7.0-openjdk-headless = 1:1.7.0.141-2.6.10.1.el7_3 for package: 1:java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el7_3.x86_64
--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el7_3.x86_64
--> Processing Dependency: libcups.so.2()(64bit) for package: 1:java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el7_3.x86_64
---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.131-3.b12.el7_3 will be installed
--> Processing Dependency: java-1.8.0-openjdk-headless = 1:1.8.0.131-3.b12.el7_3 for package: 1:java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64
---> Package jq.x86_64 0:1.5-1.el7 will be installed
--> Processing Dependency: libonig.so.2()(64bit) for package: jq-1.5-1.el7.x86_64
---> Package kernel-devel.x86_64 0:3.10.0-514.21.1.el7 will be installed
---> Package krb5-devel.x86_64 0:1.14.1-27.el7_3 will be installed
--> Processing Dependency: libkadm5(x86-64) = 1.14.1-27.el7_3 for package: krb5-devel-1.14.1-27.el7_3.x86_64
--> Processing Dependency: libverto-devel for package: krb5-devel-1.14.1-27.el7_3.x86_64
--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.14.1-27.el7_3.x86_64
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.14.1-27.el7_3.x86_64
---> Package libassuan-devel.x86_64 0:2.1.0-3.el7 will be installed
--> Processing Dependency: pth-devel for package: libassuan-devel-2.1.0-3.el7.x86_64
---> Package libnetfilter_queue-devel.x86_64 0:1.0.2-2.el7 will be installed
--> Processing Dependency: libnetfilter_queue = 1.0.2-2.el7 for package: libnetfilter_queue-devel-1.0.2-2.el7.x86_64
--> Processing Dependency: libnfnetlink-devel >= 1.0.1 for package: libnetfilter_queue-devel-1.0.2-2.el7.x86_64
--> Processing Dependency: pkgconfig(libnfnetlink) for package: libnetfilter_queue-devel-1.0.2-2.el7.x86_64
--> Processing Dependency: kernel-headers for package: libnetfilter_queue-devel-1.0.2-2.el7.x86_64
--> Processing Dependency: libnetfilter_queue.so.1()(64bit) for package: libnetfilter_queue-devel-1.0.2-2.el7.x86_64
---> Package libselinux-devel.x86_64 0:2.5-6.el7 will be installed
--> Processing Dependency: libsepol-devel(x86-64) >= 2.5-6 for package: libselinux-devel-2.5-6.el7.x86_64
--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-6.el7.x86_64
--> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-6.el7.x86_64
---> Package lsof.x86_64 0:4.87-4.el7 will be installed
---> Package mercurial.x86_64 0:2.6.2-6.el7_2 will be installed
---> Package mlocate.x86_64 0:0.26-6.el7 will be installed
---> Package ntp.x86_64 0:4.2.6p5-25.el7_3.2 will be installed
--> Processing Dependency: ntpdate = 4.2.6p5-25.el7_3.2 for package: ntp-4.2.6p5-25.el7_3.2.x86_64
--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-25.el7_3.2.x86_64
---> Package openldap-clients.x86_64 0:2.4.40-13.el7 will be installed
---> Package python2-httpie.noarch 0:0.9.4-1.el7 will be installed
--> Processing Dependency: python-pygments for package: python2-httpie-0.9.4-1.el7.noarch
---> Package socat.x86_64 0:1.7.2.2-5.el7 will be installed
---> Package sqlite-devel.x86_64 0:3.7.17-8.el7 will be installed
---> Package strace.x86_64 0:4.8-11.el7 will be installed
---> Package sysstat.x86_64 0:10.1.5-11.el7 will be installed
--> Processing Dependency: libsensors.so.4()(64bit) for package: sysstat-10.1.5-11.el7.x86_64
---> Package tcpdump.x86_64 14:4.5.1-3.el7 will be installed
---> Package tig.x86_64 0:2.2-3.el7 will be installed
---> Package unzip.x86_64 0:6.0-16.el7 will be installed
---> Package xorg-x11-server-Xvfb.x86_64 0:1.17.2-22.el7 will be installed
--> Processing Dependency: xorg-x11-server-common >= 1.17.2-22.el7 for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
--> Processing Dependency: xorg-x11-xauth for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
--> Processing Dependency: libxshmfence.so.1()(64bit) for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
--> Processing Dependency: libXfont.so.1()(64bit) for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
--> Processing Dependency: libXdmcp.so.6()(64bit) for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
--> Processing Dependency: libXau.so.6()(64bit) for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
--> Processing Dependency: libGL.so.1()(64bit) for package: xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64
---> Package xorg-x11-utils.x86_64 0:7.5-14.el7 will be installed
--> Processing Dependency: libdmx.so.1()(64bit) for package: xorg-x11-utils-7.5-14.el7.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-utils-7.5-14.el7.x86_64
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-utils-7.5-14.el7.x86_64
--> Processing Dependency: libXxf86dga.so.1()(64bit) for package: xorg-x11-utils-7.5-14.el7.x86_64
--> Processing Dependency: libXv.so.1()(64bit) for package: xorg-x11-utils-7.5-14.el7.x86_64
--> Processing Dependency: libXrandr.so.2()(64bit) for package: xorg-x11-utils-7.5-14.el7.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: xorg-x11-utils-7.5-14.el7.x86_64
---> Package zip.x86_64 0:3.0-11.el7 will be installed
--> Running transaction check
---> Package alsa-lib.x86_64 0:1.1.1-1.el7 will be installed
---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed
---> Package bind-libs.x86_64 32:9.9.4-38.el7_3.3 will be installed
---> Package cairo.x86_64 0:1.14.2-1.el7 will be installed
--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.2-1.el7.x86_64
---> Package cpp.x86_64 0:4.8.5-11.el7 will be installed
---> Package cups-libs.x86_64 1:1.6.3-26.el7 will be installed
---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed
--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed
--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
--> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.31.6-3.el7.x86_64
---> Package ghc-ShellCheck.x86_64 0:0.3.5-1.el7 will be installed
---> Package ghc-array.x86_64 0:0.4.0.1-26.4.el7 will be installed
---> Package ghc-base.x86_64 0:4.6.0.1-26.4.el7 will be installed
---> Package ghc-bytestring.x86_64 0:0.10.0.2-26.4.el7 will be installed
---> Package ghc-containers.x86_64 0:0.5.0.0-26.4.el7 will be installed
---> Package ghc-deepseq.x86_64 0:1.3.0.1-26.4.el7 will be installed
---> Package ghc-directory.x86_64 0:1.2.0.1-26.4.el7 will be installed
---> Package ghc-filepath.x86_64 0:1.3.0.1-26.4.el7 will be installed
---> Package ghc-json.x86_64 0:0.7-4.el7 will be installed
---> Package ghc-mtl.x86_64 0:2.1.2-27.el7 will be installed
---> Package ghc-old-locale.x86_64 0:1.0.0.5-26.4.el7 will be installed
---> Package ghc-parsec.x86_64 0:3.1.3-31.el7 will be installed
---> Package ghc-pretty.x86_64 0:1.1.1.0-26.4.el7 will be installed
---> Package ghc-regex-base.x86_64 0:0.93.2-29.el7 will be installed
---> Package ghc-regex-compat.x86_64 0:0.95.1-35.el7 will be installed
---> Package ghc-regex-posix.x86_64 0:0.95.2-30.el7 will be installed
---> Package ghc-syb.x86_64 0:0.4.0-35.el7 will be installed
---> Package ghc-text.x86_64 0:0.11.3.1-2.el7 will be installed
---> Package ghc-time.x86_64 0:1.4.0.1-26.4.el7 will be installed
---> Package ghc-transformers.x86_64 0:0.3.0.0-34.el7 will be installed
---> Package ghc-unix.x86_64 0:2.6.0.1-26.4.el7 will be installed
---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
---> Package glibc-devel.x86_64 0:2.17-157.el7_3.2 will be installed
--> Processing Dependency: glibc-headers = 2.17-157.el7_3.2 for package: glibc-devel-2.17-157.el7_3.2.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-157.el7_3.2.x86_64
---> Package gnuplot-common.x86_64 0:4.6.2-3.el7 will be installed
---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
---> Package hunspell.x86_64 0:1.3.2-15.el7 will be installed
--> Processing Dependency: hunspell-en-US for package: hunspell-1.3.2-15.el7.x86_64
---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 will be installed
---> Package java-1.7.0-openjdk-headless.x86_64 1:1.7.0.141-2.6.10.1.el7_3 will be installed
--> Processing Dependency: copy-jdk-configs >= 1.1-3 for package: 1:java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3.x86_64
--> Processing Dependency: libsctp.so.1(VERS_1)(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3.x86_64
--> Processing Dependency: libsctp.so.1()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3.x86_64
--> Processing Dependency: libpcsclite.so.1()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3.x86_64
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: 1:java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3.x86_64
---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.131-3.b12.el7_3 will be installed
---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
---> Package kernel-headers.x86_64 0:3.10.0-514.21.1.el7 will be installed
---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
---> Package libX11.x86_64 0:1.6.3-3.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.3-3.el7 for package: libX11-1.6.3-3.el7.x86_64
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXdmcp.x86_64 0:1.1.1-6.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
---> Package libXfont.x86_64 0:1.5.1-2.el7 will be installed
--> Processing Dependency: libfontenc.so.1()(64bit) for package: libXfont-1.5.1-2.el7.x86_64
---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXpm.x86_64 0:3.5.11-3.el7 will be installed
---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
---> Package libXt.x86_64 0:1.1.4-6.1.el7 will be installed
---> Package libXtst.x86_64 0:1.2.2-2.1.el7 will be installed
---> Package libXv.x86_64 0:1.0.10-2.el7 will be installed
---> Package libXxf86dga.x86_64 0:1.1.4-2.1.el7 will be installed
---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed
---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libarchive.x86_64 0:3.1.2-10.el7_2 will be installed
---> Package libcom_err-devel.x86_64 0:1.42.9-9.el7 will be installed
---> Package libdmx.x86_64 0:1.1.3-3.el7 will be installed
---> Package liberation-fonts-common.noarch 1:1.07.2-15.el7 will be installed
---> Package liberation-sans-fonts.noarch 1:1.07.2-15.el7 will be installed
---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
---> Package libgpg-error-devel.x86_64 0:1.12-3.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libkadm5.x86_64 0:1.14.1-27.el7_3 will be installed
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
---> Package libnetfilter_queue.x86_64 0:1.0.2-2.el7 will be installed
---> Package libnfnetlink-devel.x86_64 0:1.0.1-4.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package libsepol-devel.x86_64 0:2.5-6.el7 will be installed
---> Package libstdc++-devel.x86_64 0:4.8.5-11.el7 will be installed
---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
---> Package libxcb.x86_64 0:1.11-4.el7 will be installed
---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
---> Package lm_sensors-libs.x86_64 0:3.4.0-4.20160601gitf9185e5.el7 will be installed
---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
---> Package mesa-libGL.x86_64 0:11.2.2-2.20160614.el7 will be installed
--> Processing Dependency: mesa-libglapi = 11.2.2-2.20160614.el7 for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libGL-11.2.2-2.20160614.el7.x86_64
---> Package mozilla-filesystem.x86_64 0:1.9-11.el7 will be installed
---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package ntpdate.x86_64 0:4.2.6p5-25.el7_3.2 will be installed
---> Package oniguruma.x86_64 0:5.9.5-3.el7 will be installed
---> Package pango.x86_64 0:1.36.8-2.el7 will be installed
--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.36.8-2.el7.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.36.8-2.el7.x86_64
---> Package pcre-devel.x86_64 0:8.32-15.el7_2.1 will be installed
---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
---> Package perl-Git.noarch 0:1.8.3.1-6.el7_2.1 will be installed
---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
---> Package pth-devel.x86_64 0:2.0.7-23.el7 will be installed
---> Package pulseaudio-libs.x86_64 0:6.0-9.el7_3 will be installed
--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-6.0-9.el7_3.x86_64
--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-6.0-9.el7_3.x86_64
--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-6.0-9.el7_3.x86_64
---> Package python-pygments.noarch 0:1.4-9.el7 will be installed
--> Processing Dependency: python-imaging for package: python-pygments-1.4-9.el7.noarch
---> Package redhat-indexhtml.noarch 0:7-11.el7_0 will be installed
---> Package startup-notification.x86_64 0:0.12-8.el7 will be installed
--> Processing Dependency: libxcb-util.so.1()(64bit) for package: startup-notification-0.12-8.el7.x86_64
---> Package systemd-devel.x86_64 0:219-30.el7_3.9 will be installed
---> Package tzdata-java.noarch 0:2017b-1.el7 will be installed
---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
---> Package xorg-x11-server-common.x86_64 0:1.17.2-22.el7 will be installed
--> Processing Dependency: xkeyboard-config for package: xorg-x11-server-common-1.17.2-22.el7.x86_64
--> Processing Dependency: xkbcomp for package: xorg-x11-server-common-1.17.2-22.el7.x86_64
---> Package xorg-x11-xauth.x86_64 1:1.0.9-1.el7 will be installed
--> Processing Dependency: libXmuu.so.1()(64bit) for package: 1:xorg-x11-xauth-1.0.9-1.el7.x86_64
--> Running transaction check
---> Package GConf2.x86_64 0:3.2.6-8.el7 will be installed
--> Processing Dependency: /usr/bin/killall for package: GConf2-3.2.6-8.el7.x86_64
---> Package copy-jdk-configs.noarch 0:1.2-1.el7 will be installed
---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
---> Package glibc-headers.x86_64 0:2.17-157.el7_3.2 will be installed
---> Package harfbuzz.x86_64 0:0.9.36-1.el7 will be installed
--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.36-1.el7.x86_64
---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
---> Package hunspell-en-US.noarch 0:0.20121024-5.el7 will be installed
---> Package jasper-libs.x86_64 0:1.900.1-30.el7_3 will be installed
---> Package libICE.x86_64 0:1.0.9-2.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libX11-common.noarch 0:1.6.3-3.el7 will be installed
---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed
---> Package libdrm.x86_64 0:2.4.67-3.el7 will be installed
--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.67-3.el7.x86_64
---> Package libfontenc.x86_64 0:1.1.2-3.el7 will be installed
---> Package libsndfile.x86_64 0:1.0.25-10.el7 will be installed
--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
--> Processing Dependency: libogg.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64
---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
---> Package libtiff.x86_64 0:4.0.3-27.el7_3 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-27.el7_3.x86_64
---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
---> Package mesa-libEGL.x86_64 0:11.2.2-2.20160614.el7 will be installed
--> Processing Dependency: mesa-libgbm = 11.2.2-2.20160614.el7 for package: mesa-libEGL-11.2.2-2.20160614.el7.x86_64
--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-11.2.2-2.20160614.el7.x86_64
---> Package mesa-libglapi.x86_64 0:11.2.2-2.20160614.el7 will be installed
---> Package pcsc-lite-libs.x86_64 0:1.8.8-6.el7 will be installed
---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
---> Package python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7 will be installed
--> Processing Dependency: libwebp.so.4()(64bit) for package: python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64
---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
---> Package xcb-util.x86_64 0:0.4.0-2.el7 will be installed
---> Package xkeyboard-config.noarch 0:2.14-1.el7 will be installed
---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
---> Package xorg-x11-xkb-utils.x86_64 0:7.7-12.el7 will be installed
--> Processing Dependency: libxkbfile.so.1()(64bit) for package: xorg-x11-xkb-utils-7.7-12.el7.x86_64
--> Running transaction check
---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed
---> Package graphite2.x86_64 0:1.3.6-1.el7_2 will be installed
---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed
---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
---> Package libpciaccess.x86_64 0:0.13.4-3.el7_3 will be installed
---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
---> Package libxkbfile.x86_64 0:1.0.8-5.el7 will be installed
---> Package mesa-libgbm.x86_64 0:11.2.2-2.20160614.el7 will be installed
---> Package psmisc.x86_64 0:22.20-11.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
ShellCheck x86_64 0.3.5-1.el7 epel 495 k
bind x86_64 32:9.9.4-38.el7_3.3
oso-rhui-rhel-server-releases 1.8 M
bind-utils x86_64 32:9.9.4-38.el7_3.3
oso-rhui-rhel-server-releases 202 k
bridge-utils x86_64 1.5-9.el7 oso-rhui-rhel-server-releases 32 k
bsdtar x86_64 3.1.2-10.el7_2 oso-rhui-rhel-server-releases-optional
56 k
btrfs-progs-devel x86_64 4.4.1-1.el7 oso-rhui-rhel-server-releases-optional
44 k
bzr x86_64 2.5.1-14.el7 oso-rhui-rhel-server-releases 6.1 M
ctags x86_64 5.8-13.el7 oso-rhui-rhel-server-releases 155 k
device-mapper-devel
x86_64 7:1.02.135-1.el7_3.4
oso-rhui-rhel-server-releases-optional
188 k
firefox x86_64 52.1.0-2.el7_3 oso-rhui-rhel-server-releases 83 M
fontconfig x86_64 2.10.95-10.el7 oso-rhui-rhel-server-releases 229 k
gcc x86_64 4.8.5-11.el7 oso-rhui-rhel-server-releases 16 M
gcc-c++ x86_64 4.8.5-11.el7 oso-rhui-rhel-server-releases 7.2 M
git x86_64 1.8.3.1-6.el7_2.1
oso-rhui-rhel-server-releases 4.4 M
glibc-static x86_64 2.17-157.el7_3.2 oso-rhui-rhel-server-releases-optional
1.5 M
gnuplot x86_64 4.6.2-3.el7 oso-rhui-rhel-server-releases 645 k
gpgme-devel x86_64 1.3.2-5.el7 oso-rhui-rhel-server-releases-optional
112 k
iscsi-initiator-utils
x86_64 6.2.0.873-35.el7 oso-rhui-rhel-server-releases 417 k
java-1.6.0-openjdk x86_64 1:1.6.0.41-1.13.13.1.el7_3
oso-rhui-rhel-server-releases 42 M
java-1.7.0-openjdk x86_64 1:1.7.0.141-2.6.10.1.el7_3
oso-rhui-rhel-server-releases 231 k
java-1.8.0-openjdk x86_64 1:1.8.0.131-3.b12.el7_3
oso-rhui-rhel-server-releases 233 k
jq x86_64 1.5-1.el7 epel 153 k
kernel-devel x86_64 3.10.0-514.21.1.el7
oso-rhui-rhel-server-releases 13 M
krb5-devel x86_64 1.14.1-27.el7_3 oso-rhui-rhel-server-releases 651 k
libassuan-devel x86_64 2.1.0-3.el7 oso-rhui-rhel-server-releases-optional
61 k
libnetfilter_queue-devel
x86_64 1.0.2-2.el7 epel 9.9 k
libselinux-devel x86_64 2.5-6.el7 oso-rhui-rhel-server-releases 186 k
lsof x86_64 4.87-4.el7 oso-rhui-rhel-server-releases 331 k
mercurial x86_64 2.6.2-6.el7_2 oso-rhui-rhel-server-releases 2.6 M
mlocate x86_64 0.26-6.el7 oso-rhui-rhel-server-releases 113 k
ntp x86_64 4.2.6p5-25.el7_3.2
oso-rhui-rhel-server-releases 547 k
openldap-clients x86_64 2.4.40-13.el7 oso-rhui-rhel-server-releases 188 k
python2-httpie noarch 0.9.4-1.el7 epel 100 k
socat x86_64 1.7.2.2-5.el7 oso-rhui-rhel-server-releases 255 k
sqlite-devel x86_64 3.7.17-8.el7 oso-rhui-rhel-server-releases 104 k
strace x86_64 4.8-11.el7 oso-rhui-rhel-server-releases 265 k
sysstat x86_64 10.1.5-11.el7 oso-rhui-rhel-server-releases 310 k
tcpdump x86_64 14:4.5.1-3.el7 oso-rhui-rhel-server-releases 388 k
tig x86_64 2.2-3.el7 epel 194 k
unzip x86_64 6.0-16.el7 oso-rhui-rhel-server-releases 169 k
xorg-x11-server-Xvfb
x86_64 1.17.2-22.el7 oso-rhui-rhel-server-releases-optional
843 k
xorg-x11-utils x86_64 7.5-14.el7 oso-rhui-rhel-server-releases 111 k
zip x86_64 3.0-11.el7 oso-rhui-rhel-server-releases 260 k
Installing for dependencies:
GConf2 x86_64 3.2.6-8.el7 oso-rhui-rhel-server-releases 1.0 M
alsa-lib x86_64 1.1.1-1.el7 oso-rhui-rhel-server-releases 415 k
atk x86_64 2.14.0-1.el7 oso-rhui-rhel-server-releases 251 k
autogen-libopts x86_64 5.18-5.el7 oso-rhui-rhel-server-releases 66 k
bind-libs x86_64 32:9.9.4-38.el7_3.3
oso-rhui-rhel-server-releases 1.0 M
cairo x86_64 1.14.2-1.el7 oso-rhui-rhel-server-releases 711 k
copy-jdk-configs noarch 1.2-1.el7 oso-rhui-rhel-server-releases 14 k
cpp x86_64 4.8.5-11.el7 oso-rhui-rhel-server-releases 5.9 M
cups-libs x86_64 1:1.6.3-26.el7 oso-rhui-rhel-server-releases 356 k
dejavu-fonts-common
noarch 2.33-6.el7 oso-rhui-rhel-server-releases 64 k
dejavu-sans-fonts noarch 2.33-6.el7 oso-rhui-rhel-server-releases 1.4 M
flac-libs x86_64 1.3.0-5.el7_1 oso-rhui-rhel-server-releases 169 k
fontpackages-filesystem
noarch 1.44-8.el7 oso-rhui-rhel-server-releases 9.9 k
gd x86_64 2.0.35-26.el7 oso-rhui-rhel-server-releases 146 k
gdk-pixbuf2 x86_64 2.31.6-3.el7 oso-rhui-rhel-server-releases 559 k
ghc-ShellCheck x86_64 0.3.5-1.el7 epel 540 k
ghc-array x86_64 0.4.0.1-26.4.el7 epel 113 k
ghc-base x86_64 4.6.0.1-26.4.el7 epel 1.6 M
ghc-bytestring x86_64 0.10.0.2-26.4.el7
epel 182 k
ghc-containers x86_64 0.5.0.0-26.4.el7 epel 287 k
ghc-deepseq x86_64 1.3.0.1-26.4.el7 epel 45 k
ghc-directory x86_64 1.2.0.1-26.4.el7 epel 59 k
ghc-filepath x86_64 1.3.0.1-26.4.el7 epel 60 k
ghc-json x86_64 0.7-4.el7 epel 96 k
ghc-mtl x86_64 2.1.2-27.el7 epel 33 k
ghc-old-locale x86_64 1.0.0.5-26.4.el7 epel 50 k
ghc-parsec x86_64 3.1.3-31.el7 epel 105 k
ghc-pretty x86_64 1.1.1.0-26.4.el7 epel 57 k
ghc-regex-base x86_64 0.93.2-29.el7 epel 28 k
ghc-regex-compat x86_64 0.95.1-35.el7 epel 15 k
ghc-regex-posix x86_64 0.95.2-30.el7 epel 47 k
ghc-syb x86_64 0.4.0-35.el7 epel 39 k
ghc-text x86_64 0.11.3.1-2.el7 epel 379 k
ghc-time x86_64 1.4.0.1-26.4.el7 epel 187 k
ghc-transformers x86_64 0.3.0.0-34.el7 epel 100 k
ghc-unix x86_64 2.6.0.1-26.4.el7 epel 160 k
giflib x86_64 4.1.6-9.el7 oso-rhui-rhel-server-releases 40 k
glibc-devel x86_64 2.17-157.el7_3.2 oso-rhui-rhel-server-releases 1.1 M
glibc-headers x86_64 2.17-157.el7_3.2 oso-rhui-rhel-server-releases 669 k
gnuplot-common x86_64 4.6.2-3.el7 oso-rhui-rhel-server-releases 595 k
graphite2 x86_64 1.3.6-1.el7_2 oso-rhui-rhel-server-releases 112 k
gsm x86_64 1.0.13-11.el7 oso-rhui-rhel-server-releases 30 k
gtk2 x86_64 2.24.28-8.el7 oso-rhui-rhel-server-releases 3.4 M
harfbuzz x86_64 0.9.36-1.el7 oso-rhui-rhel-server-releases 157 k
hicolor-icon-theme noarch 0.12-7.el7 oso-rhui-rhel-server-releases 43 k
hunspell x86_64 1.3.2-15.el7 oso-rhui-rhel-server-releases 223 k
hunspell-en-US noarch 0.20121024-5.el7 oso-rhui-rhel-server-releases 190 k
iscsi-initiator-utils-iscsiuio
x86_64 6.2.0.873-35.el7 oso-rhui-rhel-server-releases 85 k
jasper-libs x86_64 1.900.1-30.el7_3 oso-rhui-rhel-server-releases 150 k
java-1.7.0-openjdk-headless
x86_64 1:1.7.0.141-2.6.10.1.el7_3
oso-rhui-rhel-server-releases 25 M
java-1.8.0-openjdk-headless
x86_64 1:1.8.0.131-3.b12.el7_3
oso-rhui-rhel-server-releases 31 M
javapackages-tools noarch 3.4.1-11.el7 oso-rhui-rhel-server-releases 73 k
jbigkit-libs x86_64 2.0-11.el7 oso-rhui-rhel-server-releases 46 k
kernel-headers x86_64 3.10.0-514.21.1.el7
oso-rhui-rhel-server-releases 4.8 M
keyutils-libs-devel
x86_64 1.5.8-3.el7 oso-rhui-rhel-server-releases 37 k
libICE x86_64 1.0.9-2.el7 oso-rhui-rhel-server-releases 65 k
libSM x86_64 1.2.2-2.el7 oso-rhui-rhel-server-releases 39 k
libX11 x86_64 1.6.3-3.el7 oso-rhui-rhel-server-releases 606 k
libX11-common noarch 1.6.3-3.el7 oso-rhui-rhel-server-releases 162 k
libXau x86_64 1.0.8-2.1.el7 oso-rhui-rhel-server-releases 29 k
libXcomposite x86_64 0.4.4-4.1.el7 oso-rhui-rhel-server-releases 22 k
libXcursor x86_64 1.1.14-2.1.el7 oso-rhui-rhel-server-releases 30 k
libXdamage x86_64 1.1.4-4.1.el7 oso-rhui-rhel-server-releases 20 k
libXdmcp x86_64 1.1.1-6.1.el7 oso-rhui-rhel-server-releases 32 k
libXext x86_64 1.3.3-3.el7 oso-rhui-rhel-server-releases 39 k
libXfixes x86_64 5.0.1-2.1.el7 oso-rhui-rhel-server-releases 18 k
libXfont x86_64 1.5.1-2.el7 oso-rhui-rhel-server-releases 150 k
libXft x86_64 2.3.2-2.el7 oso-rhui-rhel-server-releases 58 k
libXi x86_64 1.7.4-2.el7 oso-rhui-rhel-server-releases 40 k
libXinerama x86_64 1.1.3-2.1.el7 oso-rhui-rhel-server-releases 14 k
libXmu x86_64 1.1.2-2.el7 oso-rhui-rhel-server-releases 71 k
libXpm x86_64 3.5.11-3.el7 oso-rhui-rhel-server-releases 54 k
libXrandr x86_64 1.4.2-2.el7 oso-rhui-rhel-server-releases 26 k
libXrender x86_64 0.9.8-2.1.el7 oso-rhui-rhel-server-releases 26 k
libXt x86_64 1.1.4-6.1.el7 oso-rhui-rhel-server-releases 173 k
libXtst x86_64 1.2.2-2.1.el7 oso-rhui-rhel-server-releases 20 k
libXv x86_64 1.0.10-2.el7 oso-rhui-rhel-server-releases 18 k
libXxf86dga x86_64 1.1.4-2.1.el7 oso-rhui-rhel-server-releases 19 k
libXxf86misc x86_64 1.0.3-7.1.el7 oso-rhui-rhel-server-releases 19 k
libXxf86vm x86_64 1.1.3-2.1.el7 oso-rhui-rhel-server-releases 18 k
libarchive x86_64 3.1.2-10.el7_2 oso-rhui-rhel-server-releases 319 k
libasyncns x86_64 0.8-7.el7 oso-rhui-rhel-server-releases 26 k
libcom_err-devel x86_64 1.42.9-9.el7 oso-rhui-rhel-server-releases 31 k
libdmx x86_64 1.1.3-3.el7 oso-rhui-rhel-server-releases 16 k
libdrm x86_64 2.4.67-3.el7 oso-rhui-rhel-server-releases 141 k
liberation-fonts-common
noarch 1:1.07.2-15.el7 oso-rhui-rhel-server-releases 27 k
liberation-sans-fonts
noarch 1:1.07.2-15.el7 oso-rhui-rhel-server-releases 279 k
libfontenc x86_64 1.1.2-3.el7 oso-rhui-rhel-server-releases 30 k
libgnome-keyring x86_64 3.8.0-3.el7 oso-rhui-rhel-server-releases 109 k
libgpg-error-devel x86_64 1.12-3.el7 oso-rhui-rhel-server-releases 16 k
libjpeg-turbo x86_64 1.2.90-5.el7 oso-rhui-rhel-server-releases 134 k
libkadm5 x86_64 1.14.1-27.el7_3 oso-rhui-rhel-server-releases 173 k
libmpc x86_64 1.0.1-3.el7 oso-rhui-rhel-server-releases 51 k
libnetfilter_queue x86_64 1.0.2-2.el7 epel 23 k
libnfnetlink-devel x86_64 1.0.1-4.el7 oso-rhui-rhel-server-releases-optional
11 k
libogg x86_64 2:1.3.0-7.el7 oso-rhui-rhel-server-releases 24 k
libpciaccess x86_64 0.13.4-3.el7_3 oso-rhui-rhel-server-releases 26 k
libpng x86_64 2:1.5.13-7.el7_2 oso-rhui-rhel-server-releases 213 k
libsepol-devel x86_64 2.5-6.el7 oso-rhui-rhel-server-releases 74 k
libsndfile x86_64 1.0.25-10.el7 oso-rhui-rhel-server-releases 149 k
libstdc++-devel x86_64 4.8.5-11.el7 oso-rhui-rhel-server-releases 1.5 M
libthai x86_64 0.1.14-9.el7 oso-rhui-rhel-server-releases 187 k
libtiff x86_64 4.0.3-27.el7_3 oso-rhui-rhel-server-releases 170 k
libverto-devel x86_64 0.2.5-4.el7 oso-rhui-rhel-server-releases 12 k
libvorbis x86_64 1:1.3.3-8.el7 oso-rhui-rhel-server-releases 205 k
libwebp x86_64 0.3.0-3.el7 oso-rhui-rhel-server-releases 170 k
libxcb x86_64 1.11-4.el7 oso-rhui-rhel-server-releases 189 k
libxkbfile x86_64 1.0.8-5.el7 oso-rhui-rhel-server-releases 81 k
libxshmfence x86_64 1.2-1.el7 oso-rhui-rhel-server-releases 7.1 k
lksctp-tools x86_64 1.0.17-2.el7 oso-rhui-rhel-server-releases 88 k
lm_sensors-libs x86_64 3.4.0-4.20160601gitf9185e5.el7
oso-rhui-rhel-server-releases 41 k
mailcap noarch 2.1.41-2.el7 oso-rhui-rhel-server-releases 31 k
mesa-libEGL x86_64 11.2.2-2.20160614.el7
oso-rhui-rhel-server-releases 85 k
mesa-libGL x86_64 11.2.2-2.20160614.el7
oso-rhui-rhel-server-releases 162 k
mesa-libgbm x86_64 11.2.2-2.20160614.el7
oso-rhui-rhel-server-releases 42 k
mesa-libglapi x86_64 11.2.2-2.20160614.el7
oso-rhui-rhel-server-releases 40 k
mozilla-filesystem x86_64 1.9-11.el7 oso-rhui-rhel-server-releases 5.4 k
mpfr x86_64 3.1.1-4.el7 oso-rhui-rhel-server-releases 203 k
ntpdate x86_64 4.2.6p5-25.el7_3.2
oso-rhui-rhel-server-releases 86 k
oniguruma x86_64 5.9.5-3.el7 epel 129 k
pango x86_64 1.36.8-2.el7 oso-rhui-rhel-server-releases 287 k
pcre-devel x86_64 8.32-15.el7_2.1 oso-rhui-rhel-server-releases 479 k
pcsc-lite-libs x86_64 1.8.8-6.el7 oso-rhui-rhel-server-releases 34 k
perl-Error noarch 1:0.17020-2.el7 oso-rhui-rhel-server-releases 32 k
perl-Git noarch 1.8.3.1-6.el7_2.1
oso-rhui-rhel-server-releases 53 k
perl-TermReadKey x86_64 2.30-20.el7 oso-rhui-rhel-server-releases 31 k
pixman x86_64 0.34.0-1.el7 oso-rhui-rhel-server-releases 248 k
psmisc x86_64 22.20-11.el7 oso-rhui-rhel-server-releases 141 k
pth-devel x86_64 2.0.7-23.el7 oso-rhui-rhel-server-releases-optional
58 k
pulseaudio-libs x86_64 6.0-9.el7_3 oso-rhui-rhel-server-releases 581 k
python-javapackages
noarch 3.4.1-11.el7 oso-rhui-rhel-server-releases 31 k
python-pillow x86_64 2.0.0-19.gitd1c6db8.el7
oso-rhui-rhel-server-releases 438 k
python-pygments noarch 1.4-9.el7 oso-rhui-rhel-server-releases-optional
599 k
redhat-indexhtml noarch 7-11.el7_0 oso-rhui-rhel-server-releases 282 k
startup-notification
x86_64 0.12-8.el7 oso-rhui-rhel-server-releases 39 k
systemd-devel x86_64 219-30.el7_3.9 oso-rhui-rhel-server-releases 179 k
ttmkfdir x86_64 3.0.9-42.el7 oso-rhui-rhel-server-releases 48 k
tzdata-java noarch 2017b-1.el7 oso-rhui-rhel-server-releases 182 k
xcb-util x86_64 0.4.0-2.el7 oso-rhui-rhel-server-releases 16 k
xkeyboard-config noarch 2.14-1.el7 oso-rhui-rhel-server-releases 759 k
xorg-x11-font-utils
x86_64 1:7.5-20.el7 oso-rhui-rhel-server-releases 87 k
xorg-x11-fonts-Type1
noarch 7.5-9.el7 oso-rhui-rhel-server-releases 521 k
xorg-x11-server-common
x86_64 1.17.2-22.el7 oso-rhui-rhel-server-releases 52 k
xorg-x11-xauth x86_64 1:1.0.9-1.el7 oso-rhui-rhel-server-releases 30 k
xorg-x11-xkb-utils x86_64 7.7-12.el7 oso-rhui-rhel-server-releases 103 k
Transaction Summary
================================================================================
Install 43 Packages (+145 Dependent packages)
Total download size: 283 M
Installed size: 736 M
Downloading packages:
No Presto metadata available for oso-rhui-rhel-server-releases
--------------------------------------------------------------------------------
Total 31 MB/s | 283 MB 00:09
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : ghc-base-4.6.0.1-26.4.el7.x86_64 1/188
Installing : ghc-array-0.4.0.1-26.4.el7.x86_64 2/188
Installing : ghc-deepseq-1.3.0.1-26.4.el7.x86_64 3/188
Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 4/188
Installing : ghc-bytestring-0.10.0.2-26.4.el7.x86_64 5/188
Installing : ghc-transformers-0.3.0.0-34.el7.x86_64 6/188
Installing : ghc-mtl-2.1.2-27.el7.x86_64 7/188
Installing : 2:libpng-1.5.13-7.el7_2.x86_64 8/188
Installing : ghc-containers-0.5.0.0-26.4.el7.x86_64 9/188
Installing : ghc-old-locale-1.0.0.5-26.4.el7.x86_64 10/188
Installing : ghc-time-1.4.0.1-26.4.el7.x86_64 11/188
Installing : ghc-regex-base-0.93.2-29.el7.x86_64 12/188
Installing : ghc-text-0.11.3.1-2.el7.x86_64 13/188
Installing : libICE-1.0.9-2.el7.x86_64 14/188
Installing : mpfr-3.1.1-4.el7.x86_64 15/188
Installing : libmpc-1.0.1-3.el7.x86_64 16/188
Installing : libSM-1.2.2-2.el7.x86_64 17/188
Installing : ghc-parsec-3.1.3-31.el7.x86_64 18/188
Installing : ghc-regex-posix-0.95.2-30.el7.x86_64 19/188
Installing : ghc-unix-2.6.0.1-26.4.el7.x86_64 20/188
Installing : ghc-syb-0.4.0-35.el7.x86_64 21/188
Installing : ghc-pretty-1.1.1.0-26.4.el7.x86_64 22/188
Installing : ghc-filepath-1.3.0.1-26.4.el7.x86_64 23/188
Installing : kernel-headers-3.10.0-514.21.1.el7.x86_64 24/188
Installing : 1:cups-libs-1.6.3-26.el7.x86_64 25/188
Installing : libxshmfence-1.2-1.el7.x86_64 26/188
Installing : tzdata-java-2017b-1.el7.noarch 27/188
Installing : fontpackages-filesystem-1.44-8.el7.noarch 28/188
Installing : fontconfig-2.10.95-10.el7.x86_64 29/188
Installing : pixman-0.34.0-1.el7.x86_64 30/188
Installing : alsa-lib-1.1.1-1.el7.x86_64 31/188
Installing : libXau-1.0.8-2.1.el7.x86_64 32/188
Installing : libxcb-1.11-4.el7.x86_64 33/188
Installing : atk-2.14.0-1.el7.x86_64 34/188
Installing : 2:libogg-1.3.0-7.el7.x86_64 35/188
Installing : 1:liberation-fonts-common-1.07.2-15.el7.noarch 36/188
Installing : ghc-directory-1.2.0.1-26.4.el7.x86_64 37/188
Installing : ghc-json-0.7-4.el7.x86_64 38/188
Installing : ghc-regex-compat-0.95.1-35.el7.x86_64 39/188
Installing : hunspell-en-US-0.20121024-5.el7.noarch 40/188
Installing : hunspell-1.3.2-15.el7.x86_64 41/188
Installing : 1:perl-Error-0.17020-2.el7.noarch 42/188
Installing : copy-jdk-configs-1.2-1.el7.noarch 43/188
Installing : mesa-libglapi-11.2.2-2.20160614.el7.x86_64 44/188
Installing : 32:bind-libs-9.9.4-38.el7_3.3.x86_64 45/188
Installing : libfontenc-1.1.2-3.el7.x86_64 46/188
Installing : libXfont-1.5.1-2.el7.x86_64 47/188
Installing : lksctp-tools-1.0.17-2.el7.x86_64 48/188
Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 49/188
Installing : ghc-ShellCheck-0.3.5-1.el7.x86_64 50/188
Installing : 1:liberation-sans-fonts-1.07.2-15.el7.noarch 51/188
Installing : 1:libvorbis-1.3.3-8.el7.x86_64 52/188
Installing : flac-libs-1.3.0-5.el7_1.x86_64 53/188
Installing : xcb-util-0.4.0-2.el7.x86_64 54/188
Installing : dejavu-fonts-common-2.33-6.el7.noarch 55/188
Installing : dejavu-sans-fonts-2.33-6.el7.noarch 56/188
Installing : glibc-headers-2.17-157.el7_3.2.x86_64 57/188
Installing : glibc-devel-2.17-157.el7_3.2.x86_64 58/188
Installing : libnfnetlink-devel-1.0.1-4.el7.x86_64 59/188
Installing : cpp-4.8.5-11.el7.x86_64 60/188
Installing : gcc-4.8.5-11.el7.x86_64 61/188
Installing : jasper-libs-1.900.1-30.el7_3.x86_64 62/188
Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 63/188
Installing : iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 64/188
Installing : jbigkit-libs-2.0-11.el7.x86_64 65/188
Installing : libtiff-4.0.3-27.el7_3.x86_64 66/188
Installing : lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64 67/188
Installing : python-javapackages-3.4.1-11.el7.noarch 68/188
Installing : javapackages-tools-3.4.1-11.el7.noarch 69/188
Installing : libcom_err-devel-1.42.9-9.el7.x86_64 70/188
Installing : xkeyboard-config-2.14-1.el7.noarch 71/188
Installing : libXdmcp-1.1.1-6.1.el7.x86_64 72/188
Installing : mozilla-filesystem-1.9-11.el7.x86_64 73/188
Installing : pcsc-lite-libs-1.8.8-6.el7.x86_64 74/188
Installing : systemd-devel-219-30.el7_3.9.x86_64 75/188
Installing : psmisc-22.20-11.el7.x86_64 76/188
Installing : GConf2-3.2.6-8.el7.x86_64 77/188
Installing : 1:java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3 78/188
Installing : 1:java-1.8.0-openjdk-headless-1.8.0.131-3.b12.el7_3.x8 79/188
Installing : libthai-0.1.14-9.el7.x86_64 80/188
Installing : libgnome-keyring-3.8.0-3.el7.x86_64 81/188
Installing : ttmkfdir-3.0.9-42.el7.x86_64 82/188
Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 83/188
Installing : ntpdate-4.2.6p5-25.el7_3.2.x86_64 84/188
Installing : hicolor-icon-theme-0.12-7.el7.noarch 85/188
Installing : mailcap-2.1.41-2.el7.noarch 86/188
Installing : libstdc++-devel-4.8.5-11.el7.x86_64 87/188
Installing : libwebp-0.3.0-3.el7.x86_64 88/188
Installing : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 89/188
Installing : python-pygments-1.4-9.el7.noarch 90/188
Installing : libX11-common-1.6.3-3.el7.noarch 91/188
Installing : libX11-1.6.3-3.el7.x86_64 92/188
Installing : libXext-1.3.3-3.el7.x86_64 93/188
Installing : libXrender-0.9.8-2.1.el7.x86_64 94/188
Installing : libXi-1.7.4-2.el7.x86_64 95/188
Installing : libXtst-1.2.2-2.1.el7.x86_64 96/188
Installing : libXcomposite-0.4.4-4.1.el7.x86_64 97/188
Installing : libXfixes-5.0.1-2.1.el7.x86_64 98/188
Installing : libXdamage-1.1.4-4.1.el7.x86_64 99/188
Installing : giflib-4.1.6-9.el7.x86_64 100/188
Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 101/188
Installing : libXrandr-1.4.2-2.el7.x86_64 102/188
Installing : libXxf86vm-1.1.3-2.1.el7.x86_64 103/188
Installing : libXinerama-1.1.3-2.1.el7.x86_64 104/188
Installing : libXt-1.1.4-6.1.el7.x86_64 105/188
Installing : libXpm-3.5.11-3.el7.x86_64 106/188
Installing : gd-2.0.35-26.el7.x86_64 107/188
Installing : libXmu-1.1.2-2.el7.x86_64 108/188
Installing : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64 109/188
Installing : libXcursor-1.1.14-2.1.el7.x86_64 110/188
Installing : libXft-2.3.2-2.el7.x86_64 111/188
Installing : libXxf86dga-1.1.4-2.1.el7.x86_64 112/188
Installing : libXxf86misc-1.0.3-7.1.el7.x86_64 113/188
Installing : libdmx-1.1.3-3.el7.x86_64 114/188
Installing : libXv-1.0.10-2.el7.x86_64 115/188
Installing : libxkbfile-1.0.8-5.el7.x86_64 116/188
Installing : xorg-x11-xkb-utils-7.7-12.el7.x86_64 117/188
Installing : xorg-x11-server-common-1.17.2-22.el7.x86_64 118/188
Installing : startup-notification-0.12-8.el7.x86_64 119/188
Installing : graphite2-1.3.6-1.el7_2.x86_64 120/188
Installing : harfbuzz-0.9.36-1.el7.x86_64 121/188
Installing : libkadm5-1.14.1-27.el7_3.x86_64 122/188
Installing : oniguruma-5.9.5-3.el7.x86_64 123/188
Installing : gsm-1.0.13-11.el7.x86_64 124/188
Installing : libsndfile-1.0.25-10.el7.x86_64 125/188
Installing : libnetfilter_queue-1.0.2-2.el7.x86_64 126/188
Installing : libarchive-3.1.2-10.el7_2.x86_64 127/188
Installing : libsepol-devel-2.5-6.el7.x86_64 128/188
Installing : autogen-libopts-5.18-5.el7.x86_64 129/188
Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 130/188
Installing : libgpg-error-devel-1.12-3.el7.x86_64 131/188
Installing : pth-devel-2.0.7-23.el7.x86_64 132/188
Installing : redhat-indexhtml-7-11.el7_0.noarch 133/188
Installing : libasyncns-0.8-7.el7.x86_64 134/188
Installing : pulseaudio-libs-6.0-9.el7_3.x86_64 135/188
Installing : perl-TermReadKey-2.30-20.el7.x86_64 136/188
Installing : perl-Git-1.8.3.1-6.el7_2.1.noarch 137/188
Installing : git-1.8.3.1-6.el7_2.1.x86_64 138/188
Installing : libverto-devel-0.2.5-4.el7.x86_64 139/188
Installing : pcre-devel-8.32-15.el7_2.1.x86_64 140/188
Installing : libselinux-devel-2.5-6.el7.x86_64 141/188
Installing : libpciaccess-0.13.4-3.el7_3.x86_64 142/188
Installing : libdrm-2.4.67-3.el7.x86_64 143/188
Installing : mesa-libGL-11.2.2-2.20160614.el7.x86_64 144/188
Installing : mesa-libgbm-11.2.2-2.20160614.el7.x86_64 145/188
Installing : mesa-libEGL-11.2.2-2.20160614.el7.x86_64 146/188
Installing : cairo-1.14.2-1.el7.x86_64 147/188
Installing : pango-1.36.8-2.el7.x86_64 148/188
Installing : gtk2-2.24.28-8.el7.x86_64 149/188
Installing : gnuplot-common-4.6.2-3.el7.x86_64 150/188
Installing : gnuplot-4.6.2-3.el7.x86_64 151/188
Installing : firefox-52.1.0-2.el7_3.x86_64 152/188
Installing : 1:java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el7_3.x86_64 153/188
Installing : xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64 154/188
Installing : 7:device-mapper-devel-1.02.135-1.el7_3.4.x86_64 155/188
Installing : krb5-devel-1.14.1-27.el7_3.x86_64 156/188
Installing : tig-2.2-3.el7.x86_64 157/188
Installing : 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64 158/188
Installing : libassuan-devel-2.1.0-3.el7.x86_64 159/188
Installing : gpgme-devel-1.3.2-5.el7.x86_64 160/188
Installing : ntp-4.2.6p5-25.el7_3.2.x86_64 161/188
Installing : bsdtar-3.1.2-10.el7_2.x86_64 162/188
Installing : libnetfilter_queue-devel-1.0.2-2.el7.x86_64 163/188
Installing : jq-1.5-1.el7.x86_64 164/188
Installing : xorg-x11-utils-7.5-14.el7.x86_64 165/188
Installing : 1:java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64 166/188
Installing : python2-httpie-0.9.4-1.el7.noarch 167/188
Installing : gcc-c++-4.8.5-11.el7.x86_64 168/188
Installing : sysstat-10.1.5-11.el7.x86_64 169/188
Installing : glibc-static-2.17-157.el7_3.2.x86_64 170/188
Installing : ShellCheck-0.3.5-1.el7.x86_64 171/188
Installing : 32:bind-utils-9.9.4-38.el7_3.3.x86_64 172/188
Installing : 32:bind-9.9.4-38.el7_3.3.x86_64 173/188
Installing : zip-3.0-11.el7.x86_64 174/188
Installing : kernel-devel-3.10.0-514.21.1.el7.x86_64 175/188
Installing : ctags-5.8-13.el7.x86_64 176/188
Installing : mercurial-2.6.2-6.el7_2.x86_64 177/188
Installing : mlocate-0.26-6.el7.x86_64 178/188
Installing : btrfs-progs-devel-4.4.1-1.el7.x86_64 179/188
Installing : openldap-clients-2.4.40-13.el7.x86_64 180/188
Installing : sqlite-devel-3.7.17-8.el7.x86_64 181/188
Installing : socat-1.7.2.2-5.el7.x86_64 182/188
Installing : bzr-2.5.1-14.el7.x86_64 183/188
Installing : bridge-utils-1.5-9.el7.x86_64 184/188
Installing : unzip-6.0-16.el7.x86_64 185/188
Installing : lsof-4.87-4.el7.x86_64 186/188
Installing : strace-4.8-11.el7.x86_64 187/188
Installing : 14:tcpdump-4.5.1-3.el7.x86_64 188/188
Verifying : libXext-1.3.3-3.el7.x86_64 1/188
Verifying : libpciaccess-0.13.4-3.el7_3.x86_64 2/188
Verifying : libXtst-1.2.2-2.1.el7.x86_64 3/188
Verifying : 14:tcpdump-4.5.1-3.el7.x86_64 4/188
Verifying : pcre-devel-8.32-15.el7_2.1.x86_64 5/188
Verifying : mesa-libgbm-11.2.2-2.20160614.el7.x86_64 6/188
Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 7/188
Verifying : 2:libogg-1.3.0-7.el7.x86_64 8/188
Verifying : dejavu-fonts-common-2.33-6.el7.noarch 9/188
Verifying : 7:device-mapper-devel-1.02.135-1.el7_3.4.x86_64 10/188
Verifying : libxkbfile-1.0.8-5.el7.x86_64 11/188
Verifying : libverto-devel-0.2.5-4.el7.x86_64 12/188
Verifying : perl-TermReadKey-2.30-20.el7.x86_64 13/188
Verifying : 1:java-1.7.0-openjdk-headless-1.7.0.141-2.6.10.1.el7_3 14/188
Verifying : xorg-x11-xkb-utils-7.7-12.el7.x86_64 15/188
Verifying : strace-4.8-11.el7.x86_64 16/188
Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 17/188
Verifying : atk-2.14.0-1.el7.x86_64 18/188
Verifying : ghc-time-1.4.0.1-26.4.el7.x86_64 19/188
Verifying : lksctp-tools-1.0.17-2.el7.x86_64 20/188
Verifying : libnetfilter_queue-devel-1.0.2-2.el7.x86_64 21/188
Verifying : libasyncns-0.8-7.el7.x86_64 22/188
Verifying : xorg-x11-server-Xvfb-1.17.2-22.el7.x86_64 23/188
Verifying : ghc-ShellCheck-0.3.5-1.el7.x86_64 24/188
Verifying : perl-Git-1.8.3.1-6.el7_2.1.noarch 25/188
Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 26/188
Verifying : iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 27/188
Verifying : krb5-devel-1.14.1-27.el7_3.x86_64 28/188
Verifying : redhat-indexhtml-7-11.el7_0.noarch 29/188
Verifying : ghc-syb-0.4.0-35.el7.x86_64 30/188
Verifying : libXrandr-1.4.2-2.el7.x86_64 31/188
Verifying : pth-devel-2.0.7-23.el7.x86_64 32/188
Verifying : libXxf86dga-1.1.4-2.1.el7.x86_64 33/188
Verifying : lsof-4.87-4.el7.x86_64 34/188
Verifying : xorg-x11-server-common-1.17.2-22.el7.x86_64 35/188
Verifying : libXau-1.0.8-2.1.el7.x86_64 36/188
Verifying : libgpg-error-devel-1.12-3.el7.x86_64 37/188
Verifying : ghc-directory-1.2.0.1-26.4.el7.x86_64 38/188
Verifying : ghc-containers-0.5.0.0-26.4.el7.x86_64 39/188
Verifying : git-1.8.3.1-6.el7_2.1.x86_64 40/188
Verifying : firefox-52.1.0-2.el7_3.x86_64 41/188
Verifying : gcc-4.8.5-11.el7.x86_64 42/188
Verifying : glibc-headers-2.17-157.el7_3.2.x86_64 43/188
Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 44/188
Verifying : libXxf86misc-1.0.3-7.1.el7.x86_64 45/188
Verifying : libdmx-1.1.3-3.el7.x86_64 46/188
Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 47/188
Verifying : giflib-4.1.6-9.el7.x86_64 48/188
Verifying : alsa-lib-1.1.1-1.el7.x86_64 49/188
Verifying : ghc-pretty-1.1.1.0-26.4.el7.x86_64 50/188
Verifying : autogen-libopts-5.18-5.el7.x86_64 51/188
Verifying : libX11-1.6.3-3.el7.x86_64 52/188
Verifying : ghc-parsec-3.1.3-31.el7.x86_64 53/188
Verifying : libsepol-devel-2.5-6.el7.x86_64 54/188
Verifying : libxcb-1.11-4.el7.x86_64 55/188
Verifying : libselinux-devel-2.5-6.el7.x86_64 56/188
Verifying : 32:bind-utils-9.9.4-38.el7_3.3.x86_64 57/188
Verifying : unzip-6.0-16.el7.x86_64 58/188
Verifying : 1:java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64 59/188
Verifying : mesa-libGL-11.2.2-2.20160614.el7.x86_64 60/188
Verifying : libarchive-3.1.2-10.el7_2.x86_64 61/188
Verifying : python-pygments-1.4-9.el7.noarch 62/188
Verifying : ghc-bytestring-0.10.0.2-26.4.el7.x86_64 63/188
Verifying : libdrm-2.4.67-3.el7.x86_64 64/188
Verifying : libnetfilter_queue-1.0.2-2.el7.x86_64 65/188
Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 66/188
Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 67/188
Verifying : libXv-1.0.10-2.el7.x86_64 68/188
Verifying : harfbuzz-0.9.36-1.el7.x86_64 69/188
Verifying : libassuan-devel-2.1.0-3.el7.x86_64 70/188
Verifying : 1:java-1.7.0-openjdk-1.7.0.141-2.6.10.1.el7_3.x86_64 71/188
Verifying : libfontenc-1.1.2-3.el7.x86_64 72/188
Verifying : gsm-1.0.13-11.el7.x86_64 73/188
Verifying : bridge-utils-1.5-9.el7.x86_64 74/188
Verifying : ghc-deepseq-1.3.0.1-26.4.el7.x86_64 75/188
Verifying : 32:bind-libs-9.9.4-38.el7_3.3.x86_64 76/188
Verifying : gd-2.0.35-26.el7.x86_64 77/188
Verifying : libmpc-1.0.1-3.el7.x86_64 78/188
Verifying : bsdtar-3.1.2-10.el7_2.x86_64 79/188
Verifying : gtk2-2.24.28-8.el7.x86_64 80/188
Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 81/188
Verifying : 1:xorg-x11-xauth-1.0.9-1.el7.x86_64 82/188
Verifying : libXt-1.1.4-6.1.el7.x86_64 83/188
Verifying : oniguruma-5.9.5-3.el7.x86_64 84/188
Verifying : glibc-devel-2.17-157.el7_3.2.x86_64 85/188
Verifying : libXmu-1.1.2-2.el7.x86_64 86/188
Verifying : libkadm5-1.14.1-27.el7_3.x86_64 87/188
Verifying : graphite2-1.3.6-1.el7_2.x86_64 88/188
Verifying : xcb-util-0.4.0-2.el7.x86_64 89/188
Verifying : libX11-common-1.6.3-3.el7.noarch 90/188
Verifying : bzr-2.5.1-14.el7.x86_64 91/188
Verifying : libsndfile-1.0.25-10.el7.x86_64 92/188
Verifying : fontconfig-2.10.95-10.el7.x86_64 93/188
Verifying : libwebp-0.3.0-3.el7.x86_64 94/188
Verifying : libstdc++-devel-4.8.5-11.el7.x86_64 95/188
Verifying : pixman-0.34.0-1.el7.x86_64 96/188
Verifying : libtiff-4.0.3-27.el7_3.x86_64 97/188
Verifying : python-pillow-2.0.0-19.gitd1c6db8.el7.x86_64 98/188
Verifying : glibc-static-2.17-157.el7_3.2.x86_64 99/188
Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 100/188
Verifying : mailcap-2.1.41-2.el7.noarch 101/188
Verifying : javapackages-tools-3.4.1-11.el7.noarch 102/188
Verifying : jq-1.5-1.el7.x86_64 103/188
Verifying : startup-notification-0.12-8.el7.x86_64 104/188
Verifying : cpp-4.8.5-11.el7.x86_64 105/188
Verifying : libXxf86vm-1.1.3-2.1.el7.x86_64 106/188
Verifying : fontpackages-filesystem-1.44-8.el7.noarch 107/188
Verifying : ntp-4.2.6p5-25.el7_3.2.x86_64 108/188
Verifying : ghc-regex-base-0.93.2-29.el7.x86_64 109/188
Verifying : hunspell-1.3.2-15.el7.x86_64 110/188
Verifying : hicolor-icon-theme-0.12-7.el7.noarch 111/188
Verifying : ghc-transformers-0.3.0.0-34.el7.x86_64 112/188
Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.131-3.b12.el7_3.x8 113/188
Verifying : libXcursor-1.1.14-2.1.el7.x86_64 114/188
Verifying : mesa-libglapi-11.2.2-2.20160614.el7.x86_64 115/188
Verifying : gpgme-devel-1.3.2-5.el7.x86_64 116/188
Verifying : socat-1.7.2.2-5.el7.x86_64 117/188
Verifying : libXrender-0.9.8-2.1.el7.x86_64 118/188
Verifying : ntpdate-4.2.6p5-25.el7_3.2.x86_64 119/188
Verifying : libnfnetlink-devel-1.0.1-4.el7.x86_64 120/188
Verifying : ttmkfdir-3.0.9-42.el7.x86_64 121/188
Verifying : gnuplot-common-4.6.2-3.el7.x86_64 122/188
Verifying : libXpm-3.5.11-3.el7.x86_64 123/188
Verifying : tzdata-java-2017b-1.el7.noarch 124/188
Verifying : sqlite-devel-3.7.17-8.el7.x86_64 125/188
Verifying : ghc-unix-2.6.0.1-26.4.el7.x86_64 126/188
Verifying : pango-1.36.8-2.el7.x86_64 127/188
Verifying : openldap-clients-2.4.40-13.el7.x86_64 128/188
Verifying : btrfs-progs-devel-4.4.1-1.el7.x86_64 129/188
Verifying : libXi-1.7.4-2.el7.x86_64 130/188
Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 131/188
Verifying : mlocate-0.26-6.el7.x86_64 132/188
Verifying : 1:java-1.8.0-openjdk-1.8.0.131-3.b12.el7_3.x86_64 133/188
Verifying : libxshmfence-1.2-1.el7.x86_64 134/188
Verifying : libXfixes-5.0.1-2.1.el7.x86_64 135/188
Verifying : libSM-1.2.2-2.el7.x86_64 136/188
Verifying : cairo-1.14.2-1.el7.x86_64 137/188
Verifying : mpfr-3.1.1-4.el7.x86_64 138/188
Verifying : ghc-json-0.7-4.el7.x86_64 139/188
Verifying : mercurial-2.6.2-6.el7_2.x86_64 140/188
Verifying : libXdamage-1.1.4-4.1.el7.x86_64 141/188
Verifying : sysstat-10.1.5-11.el7.x86_64 142/188
Verifying : libthai-0.1.14-9.el7.x86_64 143/188
Verifying : ctags-5.8-13.el7.x86_64 144/188
Verifying : tig-2.2-3.el7.x86_64 145/188
Verifying : libXinerama-1.1.3-2.1.el7.x86_64 146/188
Verifying : gcc-c++-4.8.5-11.el7.x86_64 147/188
Verifying : ShellCheck-0.3.5-1.el7.x86_64 148/188
Verifying : psmisc-22.20-11.el7.x86_64 149/188
Verifying : systemd-devel-219-30.el7_3.9.x86_64 150/188
Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 151/188
Verifying : pcsc-lite-libs-1.8.8-6.el7.x86_64 152/188
Verifying : ghc-array-0.4.0.1-26.4.el7.x86_64 153/188
Verifying : 1:liberation-fonts-common-1.07.2-15.el7.noarch 154/188
Verifying : 32:bind-9.9.4-38.el7_3.3.x86_64 155/188
Verifying : mozilla-filesystem-1.9-11.el7.x86_64 156/188
Verifying : hunspell-en-US-0.20121024-5.el7.noarch 157/188
Verifying : 1:cups-libs-1.6.3-26.el7.x86_64 158/188
Verifying : ghc-regex-compat-0.95.1-35.el7.x86_64 159/188
Verifying : ghc-base-4.6.0.1-26.4.el7.x86_64 160/188
Verifying : libXft-2.3.2-2.el7.x86_64 161/188
Verifying : ghc-filepath-1.3.0.1-26.4.el7.x86_64 162/188
Verifying : libXdmcp-1.1.1-6.1.el7.x86_64 163/188
Verifying : xkeyboard-config-2.14-1.el7.noarch 164/188
Verifying : copy-jdk-configs-1.2-1.el7.noarch 165/188
Verifying : ghc-old-locale-1.0.0.5-26.4.el7.x86_64 166/188
Verifying : gnuplot-4.6.2-3.el7.x86_64 167/188
Verifying : flac-libs-1.3.0-5.el7_1.x86_64 168/188
Verifying : ghc-mtl-2.1.2-27.el7.x86_64 169/188
Verifying : ghc-text-0.11.3.1-2.el7.x86_64 170/188
Verifying : 1:perl-Error-0.17020-2.el7.noarch 171/188
Verifying : libcom_err-devel-1.42.9-9.el7.x86_64 172/188
Verifying : libXfont-1.5.1-2.el7.x86_64 173/188
Verifying : 1:liberation-sans-fonts-1.07.2-15.el7.noarch 174/188
Verifying : python-javapackages-3.4.1-11.el7.noarch 175/188
Verifying : python2-httpie-0.9.4-1.el7.noarch 176/188
Verifying : kernel-headers-3.10.0-514.21.1.el7.x86_64 177/188
Verifying : lm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64 178/188
Verifying : jasper-libs-1.900.1-30.el7_3.x86_64 179/188
Verifying : GConf2-3.2.6-8.el7.x86_64 180/188
Verifying : kernel-devel-3.10.0-514.21.1.el7.x86_64 181/188
Verifying : mesa-libEGL-11.2.2-2.20160614.el7.x86_64 182/188
Verifying : pulseaudio-libs-6.0-9.el7_3.x86_64 183/188
Verifying : zip-3.0-11.el7.x86_64 184/188
Verifying : jbigkit-libs-2.0-11.el7.x86_64 185/188
Verifying : ghc-regex-posix-0.95.2-30.el7.x86_64 186/188
Verifying : libICE-1.0.9-2.el7.x86_64 187/188
Verifying : xorg-x11-utils-7.5-14.el7.x86_64 188/188
Installed:
ShellCheck.x86_64 0:0.3.5-1.el7
bind.x86_64 32:9.9.4-38.el7_3.3
bind-utils.x86_64 32:9.9.4-38.el7_3.3
bridge-utils.x86_64 0:1.5-9.el7
bsdtar.x86_64 0:3.1.2-10.el7_2
btrfs-progs-devel.x86_64 0:4.4.1-1.el7
bzr.x86_64 0:2.5.1-14.el7
ctags.x86_64 0:5.8-13.el7
device-mapper-devel.x86_64 7:1.02.135-1.el7_3.4
firefox.x86_64 0:52.1.0-2.el7_3
fontconfig.x86_64 0:2.10.95-10.el7
gcc.x86_64 0:4.8.5-11.el7
gcc-c++.x86_64 0:4.8.5-11.el7
git.x86_64 0:1.8.3.1-6.el7_2.1
glibc-static.x86_64 0:2.17-157.el7_3.2
gnuplot.x86_64 0:4.6.2-3.el7
gpgme-devel.x86_64 0:1.3.2-5.el7
iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7
java-1.6.0-openjdk.x86_64 1:1.6.0.41-1.13.13.1.el7_3
java-1.7.0-openjdk.x86_64 1:1.7.0.141-2.6.10.1.el7_3
java-1.8.0-openjdk.x86_64 1:1.8.0.131-3.b12.el7_3
jq.x86_64 0:1.5-1.el7
kernel-devel.x86_64 0:3.10.0-514.21.1.el7
krb5-devel.x86_64 0:1.14.1-27.el7_3
libassuan-devel.x86_64 0:2.1.0-3.el7
libnetfilter_queue-devel.x86_64 0:1.0.2-2.el7
libselinux-devel.x86_64 0:2.5-6.el7
lsof.x86_64 0:4.87-4.el7
mercurial.x86_64 0:2.6.2-6.el7_2
mlocate.x86_64 0:0.26-6.el7
ntp.x86_64 0:4.2.6p5-25.el7_3.2
openldap-clients.x86_64 0:2.4.40-13.el7
python2-httpie.noarch 0:0.9.4-1.el7
socat.x86_64 0:1.7.2.2-5.el7
sqlite-devel.x86_64 0:3.7.17-8.el7
strace.x86_64 0:4.8-11.el7
sysstat.x86_64 0:10.1.5-11.el7
tcpdump.x86_64 14:4.5.1-3.el7
tig.x86_64 0:2.2-3.el7
unzip.x86_64 0:6.0-16.el7
xorg-x11-server-Xvfb.x86_64 0:1.17.2-22.el7
xorg-x11-utils.x86_64 0:7.5-14.el7
zip.x86_64 0:3.0-11.el7
Dependency Installed:
GConf2.x86_64 0:3.2.6-8.el7
alsa-lib.x86_64 0:1.1.1-1.el7
atk.x86_64 0:2.14.0-1.el7
autogen-libopts.x86_64 0:5.18-5.el7
bind-libs.x86_64 32:9.9.4-38.el7_3.3
cairo.x86_64 0:1.14.2-1.el7
copy-jdk-configs.noarch 0:1.2-1.el7
cpp.x86_64 0:4.8.5-11.el7
cups-libs.x86_64 1:1.6.3-26.el7
dejavu-fonts-common.noarch 0:2.33-6.el7
dejavu-sans-fonts.noarch 0:2.33-6.el7
flac-libs.x86_64 0:1.3.0-5.el7_1
fontpackages-filesystem.noarch 0:1.44-8.el7
gd.x86_64 0:2.0.35-26.el7
gdk-pixbuf2.x86_64 0:2.31.6-3.el7
ghc-ShellCheck.x86_64 0:0.3.5-1.el7
ghc-array.x86_64 0:0.4.0.1-26.4.el7
ghc-base.x86_64 0:4.6.0.1-26.4.el7
ghc-bytestring.x86_64 0:0.10.0.2-26.4.el7
ghc-containers.x86_64 0:0.5.0.0-26.4.el7
ghc-deepseq.x86_64 0:1.3.0.1-26.4.el7
ghc-directory.x86_64 0:1.2.0.1-26.4.el7
ghc-filepath.x86_64 0:1.3.0.1-26.4.el7
ghc-json.x86_64 0:0.7-4.el7
ghc-mtl.x86_64 0:2.1.2-27.el7
ghc-old-locale.x86_64 0:1.0.0.5-26.4.el7
ghc-parsec.x86_64 0:3.1.3-31.el7
ghc-pretty.x86_64 0:1.1.1.0-26.4.el7
ghc-regex-base.x86_64 0:0.93.2-29.el7
ghc-regex-compat.x86_64 0:0.95.1-35.el7
ghc-regex-posix.x86_64 0:0.95.2-30.el7
ghc-syb.x86_64 0:0.4.0-35.el7
ghc-text.x86_64 0:0.11.3.1-2.el7
ghc-time.x86_64 0:1.4.0.1-26.4.el7
ghc-transformers.x86_64 0:0.3.0.0-34.el7
ghc-unix.x86_64 0:2.6.0.1-26.4.el7
giflib.x86_64 0:4.1.6-9.el7
glibc-devel.x86_64 0:2.17-157.el7_3.2
glibc-headers.x86_64 0:2.17-157.el7_3.2
gnuplot-common.x86_64 0:4.6.2-3.el7
graphite2.x86_64 0:1.3.6-1.el7_2
gsm.x86_64 0:1.0.13-11.el7
gtk2.x86_64 0:2.24.28-8.el7
harfbuzz.x86_64 0:0.9.36-1.el7
hicolor-icon-theme.noarch 0:0.12-7.el7
hunspell.x86_64 0:1.3.2-15.el7
hunspell-en-US.noarch 0:0.20121024-5.el7
iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7
jasper-libs.x86_64 0:1.900.1-30.el7_3
java-1.7.0-openjdk-headless.x86_64 1:1.7.0.141-2.6.10.1.el7_3
java-1.8.0-openjdk-headless.x86_64 1:1.8.0.131-3.b12.el7_3
javapackages-tools.noarch 0:3.4.1-11.el7
jbigkit-libs.x86_64 0:2.0-11.el7
kernel-headers.x86_64 0:3.10.0-514.21.1.el7
keyutils-libs-devel.x86_64 0:1.5.8-3.el7
libICE.x86_64 0:1.0.9-2.el7
libSM.x86_64 0:1.2.2-2.el7
libX11.x86_64 0:1.6.3-3.el7
libX11-common.noarch 0:1.6.3-3.el7
libXau.x86_64 0:1.0.8-2.1.el7
libXcomposite.x86_64 0:0.4.4-4.1.el7
libXcursor.x86_64 0:1.1.14-2.1.el7
libXdamage.x86_64 0:1.1.4-4.1.el7
libXdmcp.x86_64 0:1.1.1-6.1.el7
libXext.x86_64 0:1.3.3-3.el7
libXfixes.x86_64 0:5.0.1-2.1.el7
libXfont.x86_64 0:1.5.1-2.el7
libXft.x86_64 0:2.3.2-2.el7
libXi.x86_64 0:1.7.4-2.el7
libXinerama.x86_64 0:1.1.3-2.1.el7
libXmu.x86_64 0:1.1.2-2.el7
libXpm.x86_64 0:3.5.11-3.el7
libXrandr.x86_64 0:1.4.2-2.el7
libXrender.x86_64 0:0.9.8-2.1.el7
libXt.x86_64 0:1.1.4-6.1.el7
libXtst.x86_64 0:1.2.2-2.1.el7
libXv.x86_64 0:1.0.10-2.el7
libXxf86dga.x86_64 0:1.1.4-2.1.el7
libXxf86misc.x86_64 0:1.0.3-7.1.el7
libXxf86vm.x86_64 0:1.1.3-2.1.el7
libarchive.x86_64 0:3.1.2-10.el7_2
libasyncns.x86_64 0:0.8-7.el7
libcom_err-devel.x86_64 0:1.42.9-9.el7
libdmx.x86_64 0:1.1.3-3.el7
libdrm.x86_64 0:2.4.67-3.el7
liberation-fonts-common.noarch 1:1.07.2-15.el7
liberation-sans-fonts.noarch 1:1.07.2-15.el7
libfontenc.x86_64 0:1.1.2-3.el7
libgnome-keyring.x86_64 0:3.8.0-3.el7
libgpg-error-devel.x86_64 0:1.12-3.el7
libjpeg-turbo.x86_64 0:1.2.90-5.el7
libkadm5.x86_64 0:1.14.1-27.el7_3
libmpc.x86_64 0:1.0.1-3.el7
libnetfilter_queue.x86_64 0:1.0.2-2.el7
libnfnetlink-devel.x86_64 0:1.0.1-4.el7
libogg.x86_64 2:1.3.0-7.el7
libpciaccess.x86_64 0:0.13.4-3.el7_3
libpng.x86_64 2:1.5.13-7.el7_2
libsepol-devel.x86_64 0:2.5-6.el7
libsndfile.x86_64 0:1.0.25-10.el7
libstdc++-devel.x86_64 0:4.8.5-11.el7
libthai.x86_64 0:0.1.14-9.el7
libtiff.x86_64 0:4.0.3-27.el7_3
libverto-devel.x86_64 0:0.2.5-4.el7
libvorbis.x86_64 1:1.3.3-8.el7
libwebp.x86_64 0:0.3.0-3.el7
libxcb.x86_64 0:1.11-4.el7
libxkbfile.x86_64 0:1.0.8-5.el7
libxshmfence.x86_64 0:1.2-1.el7
lksctp-tools.x86_64 0:1.0.17-2.el7
lm_sensors-libs.x86_64 0:3.4.0-4.20160601gitf9185e5.el7
mailcap.noarch 0:2.1.41-2.el7
mesa-libEGL.x86_64 0:11.2.2-2.20160614.el7
mesa-libGL.x86_64 0:11.2.2-2.20160614.el7
mesa-libgbm.x86_64 0:11.2.2-2.20160614.el7
mesa-libglapi.x86_64 0:11.2.2-2.20160614.el7
mozilla-filesystem.x86_64 0:1.9-11.el7
mpfr.x86_64 0:3.1.1-4.el7
ntpdate.x86_64 0:4.2.6p5-25.el7_3.2
oniguruma.x86_64 0:5.9.5-3.el7
pango.x86_64 0:1.36.8-2.el7
pcre-devel.x86_64 0:8.32-15.el7_2.1
pcsc-lite-libs.x86_64 0:1.8.8-6.el7
perl-Error.noarch 1:0.17020-2.el7
perl-Git.noarch 0:1.8.3.1-6.el7_2.1
perl-TermReadKey.x86_64 0:2.30-20.el7
pixman.x86_64 0:0.34.0-1.el7
psmisc.x86_64 0:22.20-11.el7
pth-devel.x86_64 0:2.0.7-23.el7
pulseaudio-libs.x86_64 0:6.0-9.el7_3
python-javapackages.noarch 0:3.4.1-11.el7
python-pillow.x86_64 0:2.0.0-19.gitd1c6db8.el7
python-pygments.noarch 0:1.4-9.el7
redhat-indexhtml.noarch 0:7-11.el7_0
startup-notification.x86_64 0:0.12-8.el7
systemd-devel.x86_64 0:219-30.el7_3.9
ttmkfdir.x86_64 0:3.0.9-42.el7
tzdata-java.noarch 0:2017b-1.el7
xcb-util.x86_64 0:0.4.0-2.el7
xkeyboard-config.noarch 0:2.14-1.el7
xorg-x11-font-utils.x86_64 1:7.5-20.el7
xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
xorg-x11-server-common.x86_64 0:1.17.2-22.el7
xorg-x11-xauth.x86_64 1:1.0.9-1.el7
xorg-x11-xkb-utils.x86_64 0:7.7-12.el7
Complete!
Running ssh/sudo command '/home/ec2-user//resources/install_nonessential.sh' with timeout 1200. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package facter.x86_64 1:2.2.0-2.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
facter x86_64 1:2.2.0-2.el7 li 100 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 100 k
Installed size: 264 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:facter-2.2.0-2.el7.x86_64 1/1
Verifying : 1:facter-2.2.0-2.el7.x86_64 1/1
Installed:
facter.x86_64 1:2.2.0-2.el7
Complete!
Running ssh/sudo command '/home/ec2-user//resources/install_chrome.sh' with timeout 3600. Attempt #0
--2017-05-29 13:30:30-- https://dl.google.com/linux/linux_signing_key.pub
Resolving dl.google.com (dl.google.com)... 172.217.7.142, 2607:f8b0:4004:80a::200e
Connecting to dl.google.com (dl.google.com)|172.217.7.142|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5840 (5.7K) [application/octet-stream]
Saving to: ‘linux_signing_key.pub’
0K ..... 100% 73.3M=0s
2017-05-29 13:30:30 (73.3 MB/s) - ‘linux_signing_key.pub’ saved [5840/5840]
Loaded plugins: amazon-id, rhui-lb
adding repo from: http://dl.google.com/linux/chrome/rpm/stable/x86_64
[dl.google.com_linux_chrome_rpm_stable_x86_64]
name=added from: http://dl.google.com/linux/chrome/rpm/stable/x86_64
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:58.0.3029.110-1 will be installed
--> Processing Dependency: lsb >= 4.0 for package: google-chrome-stable-58.0.3029.110-1.x86_64
--> Processing Dependency: libXss.so.1()(64bit) for package: google-chrome-stable-58.0.3029.110-1.x86_64
--> Running transaction check
---> Package libXScrnSaver.x86_64 0:1.2.2-6.1.el7 will be installed
---> Package redhat-lsb.x86_64 0:4.1-27.el7 will be installed
--> Processing Dependency: redhat-lsb-printing = 4.1-27.el7 for package: redhat-lsb-4.1-27.el7.x86_64
--> Processing Dependency: redhat-lsb-languages = 4.1-27.el7 for package: redhat-lsb-4.1-27.el7.x86_64
--> Processing Dependency: redhat-lsb-desktop(x86-64) = 4.1-27.el7 for package: redhat-lsb-4.1-27.el7.x86_64
--> Processing Dependency: redhat-lsb-cxx(x86-64) = 4.1-27.el7 for package: redhat-lsb-4.1-27.el7.x86_64
--> Processing Dependency: redhat-lsb-core(x86-64) = 4.1-27.el7 for package: redhat-lsb-4.1-27.el7.x86_64
--> Running transaction check
---> Package redhat-lsb-core.x86_64 0:4.1-27.el7 will be installed
--> Processing Dependency: redhat-lsb-submod-security(x86-64) = 4.1-27.el7 for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: spax for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/time for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/patch for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/m4 for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/lpr for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/lp for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/bc for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/batch for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/at for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /bin/mailx for package: redhat-lsb-core-4.1-27.el7.x86_64
--> Processing Dependency: /bin/ed for package: redhat-lsb-core-4.1-27.el7.x86_64
---> Package redhat-lsb-cxx.x86_64 0:4.1-27.el7 will be installed
---> Package redhat-lsb-desktop.x86_64 0:4.1-27.el7 will be installed
--> Processing Dependency: redhat-lsb-submod-multimedia(x86-64) = 4.1-27.el7 for package: redhat-lsb-desktop-4.1-27.el7.x86_64
--> Processing Dependency: qt3(x86-64) for package: redhat-lsb-desktop-4.1-27.el7.x86_64
--> Processing Dependency: qt-x11(x86-64) for package: redhat-lsb-desktop-4.1-27.el7.x86_64
--> Processing Dependency: qt(x86-64) for package: redhat-lsb-desktop-4.1-27.el7.x86_64
--> Processing Dependency: mesa-libGLU(x86-64) for package: redhat-lsb-desktop-4.1-27.el7.x86_64
--> Processing Dependency: libpng12.so.0()(64bit) for package: redhat-lsb-desktop-4.1-27.el7.x86_64
---> Package redhat-lsb-languages.x86_64 0:4.1-27.el7 will be installed
--> Processing Dependency: perl(XML::LibXML) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Text::Soundex) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Test::Simple) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Test::Harness) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Sys::Syslog) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Pod::Plainer) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Pod::LaTeX) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Pod::Checker) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Locale::Maketext) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Locale::Codes::Constants) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Locale::Codes) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(File::CheckTree) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Fatal) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(ExtUtils::MakeMaker) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Env) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(Class::ISA) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(CPAN) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(CGI) for package: redhat-lsb-languages-4.1-27.el7.x86_64
--> Processing Dependency: perl(B::Lint) for package: redhat-lsb-languages-4.1-27.el7.x86_64
---> Package redhat-lsb-printing.x86_64 0:4.1-27.el7 will be installed
--> Processing Dependency: /usr/bin/gs for package: redhat-lsb-printing-4.1-27.el7.x86_64
--> Processing Dependency: /usr/bin/foomatic-rip for package: redhat-lsb-printing-4.1-27.el7.x86_64
--> Running transaction check
---> Package at.x86_64 0:3.1.13-22.el7 will be installed
---> Package bc.x86_64 0:1.06.95-13.el7 will be installed
---> Package cups-client.x86_64 1:1.6.3-26.el7 will be installed
---> Package ed.x86_64 0:1.9-4.el7 will be installed
---> Package foomatic-filters.x86_64 0:4.0.9-8.el7 will be installed
---> Package ghostscript.x86_64 0:9.07-20.el7_3.5 will be installed
--> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-9.07-20.el7_3.5.x86_64
--> Processing Dependency: poppler-data for package: ghostscript-9.07-20.el7_3.5.x86_64
--> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-20.el7_3.5.x86_64
--> Processing Dependency: liblcms2.so.2()(64bit) for package: ghostscript-9.07-20.el7_3.5.x86_64
---> Package libpng12.x86_64 0:1.2.50-10.el7 will be installed
---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
---> Package mailx.x86_64 0:12.5-12.el7_0 will be installed
---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
---> Package patch.x86_64 0:2.7.1-8.el7 will be installed
---> Package perl-B-Lint.noarch 0:1.17-3.el7 will be installed
--> Processing Dependency: perl(Module::Pluggable) for package: perl-B-Lint-1.17-3.el7.noarch
---> Package perl-CGI.noarch 0:3.63-4.el7 will be installed
--> Processing Dependency: perl(FCGI) >= 0.67 for package: perl-CGI-3.63-4.el7.noarch
---> Package perl-CPAN.noarch 0:1.9800-291.el7 will be installed
--> Processing Dependency: perl(local::lib) for package: perl-CPAN-1.9800-291.el7.noarch
--> Processing Dependency: perl(Digest::SHA) for package: perl-CPAN-1.9800-291.el7.noarch
--> Processing Dependency: perl(Data::Dumper) for package: perl-CPAN-1.9800-291.el7.noarch
---> Package perl-Class-ISA.noarch 0:0.36-1010.el7 will be installed
---> Package perl-Env.noarch 0:1.04-2.el7 will be installed
---> Package perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7 will be installed
--> Processing Dependency: perl(ExtUtils::Packlist) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
--> Processing Dependency: perl(ExtUtils::Manifest) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
--> Processing Dependency: perl(ExtUtils::Installed) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
--> Processing Dependency: perl(ExtUtils::Install) for package: perl-ExtUtils-MakeMaker-6.68-3.el7.noarch
---> Package perl-File-CheckTree.noarch 0:4.42-3.el7 will be installed
---> Package perl-Locale-Codes.noarch 0:3.26-2.el7 will be installed
---> Package perl-Locale-Maketext.noarch 0:1.23-3.el7 will be installed
---> Package perl-Pod-Checker.noarch 0:1.60-2.el7 will be installed
--> Processing Dependency: perl(Pod::Parser) >= 1.60 for package: perl-Pod-Checker-1.60-2.el7.noarch
--> Processing Dependency: perl(Pod::ParseUtils) for package: perl-Pod-Checker-1.60-2.el7.noarch
---> Package perl-Pod-LaTeX.noarch 0:0.61-2.el7 will be installed
---> Package perl-Pod-Plainer.noarch 0:1.03-4.el7 will be installed
---> Package perl-Sys-Syslog.x86_64 0:0.33-3.el7 will be installed
---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
---> Package perl-Test-Simple.noarch 0:0.98-243.el7 will be installed
---> Package perl-Text-Soundex.x86_64 0:3.04-4.el7 will be installed
--> Processing Dependency: perl(Text::Unidecode) for package: perl-Text-Soundex-3.04-4.el7.x86_64
---> Package perl-XML-LibXML.x86_64 1:2.0018-5.el7 will be installed
--> Processing Dependency: perl(XML::SAX::Exception) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
--> Processing Dependency: perl(XML::SAX::DocumentLocator) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
--> Processing Dependency: perl(XML::SAX::Base) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
--> Processing Dependency: perl(XML::NamespaceSupport) for package: 1:perl-XML-LibXML-2.0018-5.el7.x86_64
---> Package perl-autodie.noarch 0:2.16-2.el7 will be installed
---> Package qt.x86_64 1:4.8.5-13.el7 will be installed
--> Processing Dependency: qt-settings for package: 1:qt-4.8.5-13.el7.x86_64
---> Package qt-x11.x86_64 1:4.8.5-13.el7 will be installed
--> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-13.el7.x86_64
---> Package qt3.x86_64 0:3.3.8b-51.el7 will be installed
---> Package redhat-lsb-submod-multimedia.x86_64 0:4.1-27.el7 will be installed
---> Package redhat-lsb-submod-security.x86_64 0:4.1-27.el7 will be installed
---> Package spax.x86_64 0:1.5.2-13.el7 will be installed
---> Package time.x86_64 0:1.7-45.el7 will be installed
--> Running transaction check
---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed
---> Package lcms2.x86_64 0:2.6-3.el7 will be installed
---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
---> Package perl-Digest-SHA.x86_64 1:5.85-3.el7 will be installed
--> Processing Dependency: perl(Digest::base) for package: 1:perl-Digest-SHA-5.85-3.el7.x86_64
---> Package perl-ExtUtils-Install.noarch 0:1.58-291.el7 will be installed
--> Processing Dependency: perl-devel for package: perl-ExtUtils-Install-1.58-291.el7.noarch
---> Package perl-ExtUtils-Manifest.noarch 0:1.61-244.el7 will be installed
---> Package perl-FCGI.x86_64 1:0.74-8.el7 will be installed
---> Package perl-Module-Pluggable.noarch 1:4.8-3.el7 will be installed
---> Package perl-Pod-Parser.noarch 0:1.61-2.el7 will be installed
---> Package perl-Text-Unidecode.noarch 0:0.04-20.el7 will be installed
---> Package perl-XML-NamespaceSupport.noarch 0:1.11-10.el7 will be installed
---> Package perl-XML-SAX.noarch 0:0.99-9.el7 will be installed
--> Processing Dependency: perl(LWP::UserAgent) for package: perl-XML-SAX-0.99-9.el7.noarch
---> Package perl-XML-SAX-Base.noarch 0:1.08-7.el7 will be installed
---> Package perl-local-lib.noarch 0:1.008010-3.el7 will be installed
---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
---> Package qt-settings.noarch 0:19-23.5.el7 will be installed
---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed
--> Running transaction check
---> Package perl-Digest.noarch 0:1.17-245.el7 will be installed
---> Package perl-devel.x86_64 4:5.16.3-291.el7 will be installed
--> Processing Dependency: systemtap-sdt-devel for package: 4:perl-devel-5.16.3-291.el7.x86_64
--> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.16.3-291.el7.x86_64
--> Processing Dependency: libdb-devel for package: 4:perl-devel-5.16.3-291.el7.x86_64
--> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.16.3-291.el7.x86_64
---> Package perl-libwww-perl.noarch 0:6.05-2.el7 will be installed
--> Processing Dependency: perl(WWW::RobotRules) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(URI) >= 1.10 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(Net::HTTP) >= 6.04 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(LWP::MediaTypes) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Status) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Response) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Request::Common) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Request) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Negotiate) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Date) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Daemon) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTTP::Cookies) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(File::Listing) >= 6 for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(URI::Heuristic) for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(URI::Escape) for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTML::HeadParser) for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(Encode::Locale) for package: perl-libwww-perl-6.05-2.el7.noarch
--> Processing Dependency: perl(Digest::MD5) for package: perl-libwww-perl-6.05-2.el7.noarch
--> Running transaction check
---> Package gdbm-devel.x86_64 0:1.10-8.el7 will be installed
---> Package libdb-devel.x86_64 0:5.3.21-19.el7 will be installed
---> Package perl-Digest-MD5.x86_64 0:2.52-3.el7 will be installed
---> Package perl-Encode-Locale.noarch 0:1.03-5.el7 will be installed
---> Package perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7 will be installed
---> Package perl-File-Listing.noarch 0:6.04-7.el7 will be installed
---> Package perl-HTML-Parser.x86_64 0:3.71-4.el7 will be installed
--> Processing Dependency: perl(HTML::Tagset) >= 3 for package: perl-HTML-Parser-3.71-4.el7.x86_64
---> Package perl-HTTP-Cookies.noarch 0:6.01-5.el7 will be installed
---> Package perl-HTTP-Daemon.noarch 0:6.01-5.el7 will be installed
---> Package perl-HTTP-Date.noarch 0:6.02-8.el7 will be installed
--> Processing Dependency: perl(Time::Zone) for package: perl-HTTP-Date-6.02-8.el7.noarch
---> Package perl-HTTP-Message.noarch 0:6.06-6.el7 will be installed
--> Processing Dependency: perl(IO::Uncompress::Bunzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(IO::Compress::Bzip2) >= 2.021 for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(IO::Uncompress::RawInflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(IO::Uncompress::Inflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(IO::Uncompress::Gunzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(IO::HTML) for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(IO::Compress::Gzip) for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(IO::Compress::Deflate) for package: perl-HTTP-Message-6.06-6.el7.noarch
--> Processing Dependency: perl(Compress::Raw::Zlib) for package: perl-HTTP-Message-6.06-6.el7.noarch
---> Package perl-HTTP-Negotiate.noarch 0:6.01-5.el7 will be installed
---> Package perl-LWP-MediaTypes.noarch 0:6.02-2.el7 will be installed
---> Package perl-Net-HTTP.noarch 0:6.06-2.el7 will be installed
--> Processing Dependency: perl(IO::Socket::SSL) >= 1.38 for package: perl-Net-HTTP-6.06-2.el7.noarch
---> Package perl-URI.noarch 0:1.60-9.el7 will be installed
--> Processing Dependency: perl(Business::ISBN) for package: perl-URI-1.60-9.el7.noarch
---> Package perl-WWW-RobotRules.noarch 0:6.02-5.el7 will be installed
---> Package systemtap-sdt-devel.x86_64 0:3.0-7.el7 will be installed
--> Processing Dependency: pyparsing for package: systemtap-sdt-devel-3.0-7.el7.x86_64
--> Running transaction check
---> Package perl-Business-ISBN.noarch 0:2.06-2.el7 will be installed
--> Processing Dependency: perl(Business::ISBN::Data) >= 20120719.001 for package: perl-Business-ISBN-2.06-2.el7.noarch
---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
---> Package perl-HTML-Tagset.noarch 0:3.20-15.el7 will be installed
---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
---> Package perl-IO-HTML.noarch 0:1.00-2.el7 will be installed
---> Package perl-IO-Socket-SSL.noarch 0:1.94-5.el7 will be installed
--> Processing Dependency: perl(Net::SSLeay) >= 1.21 for package: perl-IO-Socket-SSL-1.94-5.el7.noarch
--> Processing Dependency: perl(IO::Socket::IP) >= 0.20 for package: perl-IO-Socket-SSL-1.94-5.el7.noarch
--> Processing Dependency: perl(Net::SSLeay) for package: perl-IO-Socket-SSL-1.94-5.el7.noarch
--> Processing Dependency: perl(Net::LibIDN) for package: perl-IO-Socket-SSL-1.94-5.el7.noarch
---> Package perl-TimeDate.noarch 1:2.30-2.el7 will be installed
---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
--> Running transaction check
---> Package perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7 will be installed
---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
---> Package perl-IO-Socket-IP.noarch 0:0.21-4.el7 will be installed
---> Package perl-Net-LibIDN.x86_64 0:0.12-15.el7 will be installed
---> Package perl-Net-SSLeay.x86_64 0:1.55-4.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
google-chrome-stable x86_64 58.0.3029.110-1
dl.google.com_linux_chrome_rpm_stable_x86_64
54 M
Installing for dependencies:
at x86_64 3.1.13-22.el7 oso-rhui-rhel-server-releases 51 k
bc x86_64 1.06.95-13.el7 oso-rhui-rhel-server-releases 115 k
cups-client x86_64 1:1.6.3-26.el7 oso-rhui-rhel-server-releases 149 k
ed x86_64 1.9-4.el7 oso-rhui-rhel-server-releases 72 k
foomatic-filters x86_64 4.0.9-8.el7 oso-rhui-rhel-server-releases 98 k
gdbm-devel x86_64 1.10-8.el7 oso-rhui-rhel-server-releases 47 k
ghostscript x86_64 9.07-20.el7_3.5
oso-rhui-rhel-server-releases 4.3 M
ghostscript-fonts noarch 5.50-32.el7 oso-rhui-rhel-server-releases 324 k
lcms2 x86_64 2.6-3.el7 oso-rhui-rhel-server-releases 150 k
libXScrnSaver x86_64 1.2.2-6.1.el7 oso-rhui-rhel-server-releases 24 k
libdb-devel x86_64 5.3.21-19.el7 oso-rhui-rhel-server-releases 38 k
libmng x86_64 1.0.10-14.el7 oso-rhui-rhel-server-releases 171 k
libpng12 x86_64 1.2.50-10.el7 oso-rhui-rhel-server-releases 171 k
m4 x86_64 1.4.16-10.el7 oso-rhui-rhel-server-releases 256 k
mailx x86_64 12.5-12.el7_0 oso-rhui-rhel-server-releases 244 k
mesa-libGLU x86_64 9.0.0-4.el7 oso-rhui-rhel-server-releases 196 k
patch x86_64 2.7.1-8.el7 oso-rhui-rhel-server-releases 110 k
perl-B-Lint noarch 1.17-3.el7 oso-rhui-rhel-server-releases 20 k
perl-Business-ISBN noarch 2.06-2.el7 oso-rhui-rhel-server-releases 25 k
perl-Business-ISBN-Data
noarch 20120719.001-2.el7
oso-rhui-rhel-server-releases 24 k
perl-CGI noarch 3.63-4.el7 oso-rhui-rhel-server-releases 250 k
perl-CPAN noarch 1.9800-291.el7 oso-rhui-rhel-server-releases 293 k
perl-Class-ISA noarch 0.36-1010.el7 oso-rhui-rhel-server-releases 9.0 k
perl-Compress-Raw-Bzip2
x86_64 2.061-3.el7 oso-rhui-rhel-server-releases 32 k
perl-Compress-Raw-Zlib
x86_64 1:2.061-4.el7 oso-rhui-rhel-server-releases 57 k
perl-Data-Dumper x86_64 2.145-3.el7 oso-rhui-rhel-server-releases 47 k
perl-Digest noarch 1.17-245.el7 oso-rhui-rhel-server-releases 23 k
perl-Digest-MD5 x86_64 2.52-3.el7 oso-rhui-rhel-server-releases 30 k
perl-Digest-SHA x86_64 1:5.85-3.el7 oso-rhui-rhel-server-releases 58 k
perl-Encode-Locale noarch 1.03-5.el7 oso-rhui-rhel-server-releases 16 k
perl-Env noarch 1.04-2.el7 oso-rhui-rhel-server-releases 16 k
perl-ExtUtils-Install
noarch 1.58-291.el7 oso-rhui-rhel-server-releases 74 k
perl-ExtUtils-MakeMaker
noarch 6.68-3.el7 oso-rhui-rhel-server-releases 275 k
perl-ExtUtils-Manifest
noarch 1.61-244.el7 oso-rhui-rhel-server-releases 31 k
perl-ExtUtils-ParseXS
noarch 1:3.18-2.el7 oso-rhui-rhel-server-releases 77 k
perl-FCGI x86_64 1:0.74-8.el7 oso-rhui-rhel-server-releases 42 k
perl-File-CheckTree noarch 4.42-3.el7 oso-rhui-rhel-server-releases 18 k
perl-File-Listing noarch 6.04-7.el7 oso-rhui-rhel-server-releases 13 k
perl-HTML-Parser x86_64 3.71-4.el7 oso-rhui-rhel-server-releases 115 k
perl-HTML-Tagset noarch 3.20-15.el7 oso-rhui-rhel-server-releases 18 k
perl-HTTP-Cookies noarch 6.01-5.el7 oso-rhui-rhel-server-releases 26 k
perl-HTTP-Daemon noarch 6.01-5.el7 oso-rhui-rhel-server-releases 20 k
perl-HTTP-Date noarch 6.02-8.el7 oso-rhui-rhel-server-releases 14 k
perl-HTTP-Message noarch 6.06-6.el7 oso-rhui-rhel-server-releases 82 k
perl-HTTP-Negotiate noarch 6.01-5.el7 oso-rhui-rhel-server-releases 17 k
perl-IO-Compress noarch 2.061-2.el7 oso-rhui-rhel-server-releases 260 k
perl-IO-HTML noarch 1.00-2.el7 oso-rhui-rhel-server-releases 23 k
perl-IO-Socket-IP noarch 0.21-4.el7 oso-rhui-rhel-server-releases 35 k
perl-IO-Socket-SSL noarch 1.94-5.el7 oso-rhui-rhel-server-releases 114 k
perl-LWP-MediaTypes noarch 6.02-2.el7 oso-rhui-rhel-server-releases 24 k
perl-Locale-Codes noarch 3.26-2.el7 oso-rhui-rhel-server-releases 314 k
perl-Locale-Maketext noarch 1.23-3.el7 oso-rhui-rhel-server-releases 93 k
perl-Module-Pluggable
noarch 1:4.8-3.el7 oso-rhui-rhel-server-releases 29 k
perl-Net-HTTP noarch 6.06-2.el7 oso-rhui-rhel-server-releases 29 k
perl-Net-LibIDN x86_64 0.12-15.el7 oso-rhui-rhel-server-releases 28 k
perl-Net-SSLeay x86_64 1.55-4.el7 oso-rhui-rhel-server-releases 285 k
perl-Pod-Checker noarch 1.60-2.el7 oso-rhui-rhel-server-releases 28 k
perl-Pod-LaTeX noarch 0.61-2.el7 oso-rhui-rhel-server-releases 35 k
perl-Pod-Parser noarch 1.61-2.el7 oso-rhui-rhel-server-releases 107 k
perl-Pod-Plainer noarch 1.03-4.el7 oso-rhui-rhel-server-releases 9.1 k
perl-Sys-Syslog x86_64 0.33-3.el7 oso-rhui-rhel-server-releases 42 k
perl-Test-Harness noarch 3.28-3.el7 oso-rhui-rhel-server-releases 302 k
perl-Test-Simple noarch 0.98-243.el7 oso-rhui-rhel-server-releases 170 k
perl-Text-Soundex x86_64 3.04-4.el7 oso-rhui-rhel-server-releases 19 k
perl-Text-Unidecode noarch 0.04-20.el7 oso-rhui-rhel-server-releases 114 k
perl-TimeDate noarch 1:2.30-2.el7 oso-rhui-rhel-server-releases 52 k
perl-URI noarch 1.60-9.el7 oso-rhui-rhel-server-releases 107 k
perl-WWW-RobotRules noarch 6.02-5.el7 oso-rhui-rhel-server-releases 18 k
perl-XML-LibXML x86_64 1:2.0018-5.el7 oso-rhui-rhel-server-releases 373 k
perl-XML-NamespaceSupport
noarch 1.11-10.el7 oso-rhui-rhel-server-releases 18 k
perl-XML-SAX noarch 0.99-9.el7 oso-rhui-rhel-server-releases 64 k
perl-XML-SAX-Base noarch 1.08-7.el7 oso-rhui-rhel-server-releases 33 k
perl-autodie noarch 2.16-2.el7 oso-rhui-rhel-server-releases 77 k
perl-devel x86_64 4:5.16.3-291.el7
oso-rhui-rhel-server-releases 453 k
perl-libwww-perl noarch 6.05-2.el7 oso-rhui-rhel-server-releases 205 k
perl-local-lib noarch 1.008010-3.el7 oso-rhui-rhel-server-releases 64 k
poppler-data noarch 0.4.6-3.el7 oso-rhui-rhel-server-releases 2.2 M
pyparsing noarch 1.5.6-9.el7 oso-rhui-rhel-server-releases 94 k
qt x86_64 1:4.8.5-13.el7 oso-rhui-rhel-server-releases 4.5 M
qt-settings noarch 19-23.5.el7 oso-rhui-rhel-server-releases 17 k
qt-x11 x86_64 1:4.8.5-13.el7 oso-rhui-rhel-server-releases 13 M
qt3 x86_64 3.3.8b-51.el7 oso-rhui-rhel-server-releases 3.5 M
redhat-lsb x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 25 k
redhat-lsb-core x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 37 k
redhat-lsb-cxx x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 16 k
redhat-lsb-desktop x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 20 k
redhat-lsb-languages x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 18 k
redhat-lsb-printing x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 16 k
redhat-lsb-submod-multimedia
x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 15 k
redhat-lsb-submod-security
x86_64 4.1-27.el7 oso-rhui-rhel-server-releases 15 k
spax x86_64 1.5.2-13.el7 oso-rhui-rhel-server-releases 260 k
systemtap-sdt-devel x86_64 3.0-7.el7 oso-rhui-rhel-server-releases 69 k
time x86_64 1.7-45.el7 oso-rhui-rhel-server-releases 30 k
urw-fonts noarch 2.4-16.el7 oso-rhui-rhel-server-releases 3.0 M
Transaction Summary
================================================================================
Install 1 Package (+94 Dependent packages)
Total download size: 92 M
Installed size: 319 M
Downloading packages:
--------------------------------------------------------------------------------
Total 29 MB/s | 92 MB 00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : perl-Data-Dumper-2.145-3.el7.x86_64 1/95
Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 2/95
Installing : perl-Test-Harness-3.28-3.el7.noarch 3/95
Installing : perl-LWP-MediaTypes-6.02-2.el7.noarch 4/95
Installing : perl-Pod-Parser-1.61-2.el7.noarch 5/95
Installing : libmng-1.0.10-14.el7.x86_64 6/95
Installing : perl-XML-NamespaceSupport-1.11-10.el7.noarch 7/95
Installing : perl-XML-SAX-Base-1.08-7.el7.noarch 8/95
Installing : perl-Digest-1.17-245.el7.noarch 9/95
Installing : perl-Encode-Locale-1.03-5.el7.noarch 10/95
Installing : 1:perl-Digest-SHA-5.85-3.el7.x86_64 11/95
Installing : perl-Digest-MD5-2.52-3.el7.x86_64 12/95
Installing : qt3-3.3.8b-51.el7.x86_64 13/95
Installing : perl-Pod-Checker-1.60-2.el7.noarch 14/95
Installing : perl-Pod-LaTeX-0.61-2.el7.noarch 15/95
Installing : perl-Pod-Plainer-1.03-4.el7.noarch 16/95
Installing : perl-Test-Simple-0.98-243.el7.noarch 17/95
Installing : redhat-lsb-submod-multimedia-4.1-27.el7.x86_64 18/95
Installing : mailx-12.5-12.el7_0.x86_64 19/95
Installing : spax-1.5.2-13.el7.x86_64 20/95
Installing : lcms2-2.6-3.el7.x86_64 21/95
Installing : perl-Net-LibIDN-0.12-15.el7.x86_64 22/95
Installing : redhat-lsb-submod-security-4.1-27.el7.x86_64 23/95
Installing : libdb-devel-5.3.21-19.el7.x86_64 24/95
Installing : pyparsing-1.5.6-9.el7.noarch 25/95
Installing : systemtap-sdt-devel-3.0-7.el7.x86_64 26/95
Installing : perl-IO-HTML-1.00-2.el7.noarch 27/95
Installing : 1:perl-Module-Pluggable-4.8-3.el7.noarch 28/95
Installing : perl-B-Lint-1.17-3.el7.noarch 29/95
Installing : perl-Net-SSLeay-1.55-4.el7.x86_64 30/95
Installing : 1:perl-TimeDate-2.30-2.el7.noarch 31/95
Installing : perl-HTTP-Date-6.02-8.el7.noarch 32/95
Installing : perl-File-Listing-6.04-7.el7.noarch 33/95
Installing : perl-Text-Unidecode-0.04-20.el7.noarch 34/95
Installing : perl-Text-Soundex-3.04-4.el7.x86_64 35/95
Installing : mesa-libGLU-9.0.0-4.el7.x86_64 36/95
Installing : poppler-data-0.4.6-3.el7.noarch 37/95
Installing : perl-Class-ISA-0.36-1010.el7.noarch 38/95
Installing : urw-fonts-2.4-16.el7.noarch 39/95
Installing : bc-1.06.95-13.el7.x86_64 40/95
Installing : gdbm-devel-1.10-8.el7.x86_64 41/95
Installing : m4-1.4.16-10.el7.x86_64 42/95
Installing : 1:cups-client-1.6.3-26.el7.x86_64 43/95
Installing : perl-ExtUtils-Manifest-1.61-244.el7.noarch 44/95
Installing : perl-ExtUtils-Install-1.58-291.el7.noarch 45/95
Installing : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 46/95
Installing : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 47/95
Installing : 4:perl-devel-5.16.3-291.el7.x86_64 48/95
Installing : ed-1.9-4.el7.x86_64 49/95
Installing : libXScrnSaver-1.2.2-6.1.el7.x86_64 50/95
Installing : ghostscript-fonts-5.50-32.el7.noarch 51/95
Installing : ghostscript-9.07-20.el7_3.5.x86_64 52/95
Installing : 1:perl-FCGI-0.74-8.el7.x86_64 53/95
Installing : perl-CGI-3.63-4.el7.noarch 54/95
Installing : at-3.1.13-22.el7.x86_64 55/95
Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 56/95
Installing : perl-IO-Compress-2.061-2.el7.noarch 57/95
Installing : perl-Env-1.04-2.el7.noarch 58/95
Installing : time-1.7-45.el7.x86_64 59/95
Installing : perl-HTML-Tagset-3.20-15.el7.noarch 60/95
Installing : perl-local-lib-1.008010-3.el7.noarch 61/95
Installing : perl-CPAN-1.9800-291.el7.noarch 62/95
Installing : perl-File-CheckTree-4.42-3.el7.noarch 63/95
Installing : perl-IO-Socket-IP-0.21-4.el7.noarch 64/95
Installing : perl-IO-Socket-SSL-1.94-5.el7.noarch 65/95
Installing : perl-Net-HTTP-6.06-2.el7.noarch 66/95
Installing : perl-autodie-2.16-2.el7.noarch 67/95
Installing : patch-2.7.1-8.el7.x86_64 68/95
Installing : redhat-lsb-core-4.1-27.el7.x86_64 69/95
Installing : redhat-lsb-cxx-4.1-27.el7.x86_64 70/95
Installing : qt-settings-19-23.5.el7.noarch 71/95
Installing : 1:qt-4.8.5-13.el7.x86_64 72/95
Installing : 1:qt-x11-4.8.5-13.el7.x86_64 73/95
Installing : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 74/95
Installing : perl-Business-ISBN-2.06-2.el7.noarch 75/95
Installing : perl-URI-1.60-9.el7.noarch 76/95
Installing : perl-HTTP-Message-6.06-6.el7.noarch 77/95
Installing : perl-HTTP-Cookies-6.01-5.el7.noarch 78/95
Installing : perl-HTML-Parser-3.71-4.el7.x86_64 79/95
Installing : perl-HTTP-Negotiate-6.01-5.el7.noarch 80/95
Installing : perl-HTTP-Daemon-6.01-5.el7.noarch 81/95
Installing : perl-WWW-RobotRules-6.02-5.el7.noarch 82/95
Installing : perl-libwww-perl-6.05-2.el7.noarch 83/95
Installing : perl-XML-SAX-0.99-9.el7.noarch 84/95
Installing : 1:perl-XML-LibXML-2.0018-5.el7.x86_64 85/95
Installing : perl-Sys-Syslog-0.33-3.el7.x86_64 86/95
Installing : libpng12-1.2.50-10.el7.x86_64 87/95
Installing : redhat-lsb-desktop-4.1-27.el7.x86_64 88/95
Installing : perl-Locale-Codes-3.26-2.el7.noarch 89/95
Installing : perl-Locale-Maketext-1.23-3.el7.noarch 90/95
Installing : redhat-lsb-languages-4.1-27.el7.x86_64 91/95
Installing : foomatic-filters-4.0.9-8.el7.x86_64 92/95
Installing : redhat-lsb-printing-4.1-27.el7.x86_64 93/95
Installing : redhat-lsb-4.1-27.el7.x86_64 94/95
Installing : google-chrome-stable-58.0.3029.110-1.x86_64 95/95
Redirecting to /bin/systemctl start atd.service
Verifying : perl-Pod-Parser-1.61-2.el7.noarch 1/95
Verifying : foomatic-filters-4.0.9-8.el7.x86_64 2/95
Verifying : 1:qt-4.8.5-13.el7.x86_64 3/95
Verifying : perl-Locale-Maketext-1.23-3.el7.noarch 4/95
Verifying : qt3-3.3.8b-51.el7.x86_64 5/95
Verifying : perl-Test-Simple-0.98-243.el7.noarch 6/95
Verifying : perl-LWP-MediaTypes-6.02-2.el7.noarch 7/95
Verifying : perl-Locale-Codes-3.26-2.el7.noarch 8/95
Verifying : libpng12-1.2.50-10.el7.x86_64 9/95
Verifying : perl-Sys-Syslog-0.33-3.el7.x86_64 10/95
Verifying : perl-Business-ISBN-Data-20120719.001-2.el7.noarch 11/95
Verifying : qt-settings-19-23.5.el7.noarch 12/95
Verifying : patch-2.7.1-8.el7.x86_64 13/95
Verifying : perl-Encode-Locale-1.03-5.el7.noarch 14/95
Verifying : perl-autodie-2.16-2.el7.noarch 15/95
Verifying : perl-IO-Socket-IP-0.21-4.el7.noarch 16/95
Verifying : 1:perl-Digest-SHA-5.85-3.el7.x86_64 17/95
Verifying : perl-File-CheckTree-4.42-3.el7.noarch 18/95
Verifying : perl-Net-HTTP-6.06-2.el7.noarch 19/95
Verifying : perl-local-lib-1.008010-3.el7.noarch 20/95
Verifying : perl-HTML-Tagset-3.20-15.el7.noarch 21/95
Verifying : time-1.7-45.el7.x86_64 22/95
Verifying : perl-B-Lint-1.17-3.el7.noarch 23/95
Verifying : perl-HTTP-Cookies-6.01-5.el7.noarch 24/95
Verifying : perl-ExtUtils-MakeMaker-6.68-3.el7.noarch 25/95
Verifying : perl-Env-1.04-2.el7.noarch 26/95
Verifying : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 27/95
Verifying : at-3.1.13-22.el7.x86_64 28/95
Verifying : perl-Pod-Checker-1.60-2.el7.noarch 29/95
Verifying : 1:perl-XML-LibXML-2.0018-5.el7.x86_64 30/95
Verifying : redhat-lsb-languages-4.1-27.el7.x86_64 31/95
Verifying : redhat-lsb-4.1-27.el7.x86_64 32/95
Verifying : 1:perl-FCGI-0.74-8.el7.x86_64 33/95
Verifying : ghostscript-fonts-5.50-32.el7.noarch 34/95
Verifying : libXScrnSaver-1.2.2-6.1.el7.x86_64 35/95
Verifying : google-chrome-stable-58.0.3029.110-1.x86_64 36/95
Verifying : ed-1.9-4.el7.x86_64 37/95
Verifying : perl-Digest-1.17-245.el7.noarch 38/95
Verifying : perl-Test-Harness-3.28-3.el7.noarch 39/95
Verifying : perl-URI-1.60-9.el7.noarch 40/95
Verifying : perl-File-Listing-6.04-7.el7.noarch 41/95
Verifying : redhat-lsb-cxx-4.1-27.el7.x86_64 42/95
Verifying : perl-Business-ISBN-2.06-2.el7.noarch 43/95
Verifying : perl-ExtUtils-Install-1.58-291.el7.noarch 44/95
Verifying : perl-Pod-LaTeX-0.61-2.el7.noarch 45/95
Verifying : perl-ExtUtils-Manifest-1.61-244.el7.noarch 46/95
Verifying : 1:cups-client-1.6.3-26.el7.x86_64 47/95
Verifying : m4-1.4.16-10.el7.x86_64 48/95
Verifying : gdbm-devel-1.10-8.el7.x86_64 49/95
Verifying : bc-1.06.95-13.el7.x86_64 50/95
Verifying : perl-HTML-Parser-3.71-4.el7.x86_64 51/95
Verifying : perl-WWW-RobotRules-6.02-5.el7.noarch 52/95
Verifying : perl-Digest-MD5-2.52-3.el7.x86_64 53/95
Verifying : systemtap-sdt-devel-3.0-7.el7.x86_64 54/95
Verifying : perl-HTTP-Message-6.06-6.el7.noarch 55/95
Verifying : urw-fonts-2.4-16.el7.noarch 56/95
Verifying : perl-CPAN-1.9800-291.el7.noarch 57/95
Verifying : perl-Class-ISA-0.36-1010.el7.noarch 58/95
Verifying : poppler-data-0.4.6-3.el7.noarch 59/95
Verifying : perl-HTTP-Negotiate-6.01-5.el7.noarch 60/95
Verifying : redhat-lsb-desktop-4.1-27.el7.x86_64 61/95
Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 62/95
Verifying : perl-IO-Compress-2.061-2.el7.noarch 63/95
Verifying : perl-Text-Unidecode-0.04-20.el7.noarch 64/95
Verifying : 4:perl-devel-5.16.3-291.el7.x86_64 65/95
Verifying : 1:perl-TimeDate-2.30-2.el7.noarch 66/95
Verifying : perl-Text-Soundex-3.04-4.el7.x86_64 67/95
Verifying : perl-Net-SSLeay-1.55-4.el7.x86_64 68/95
Verifying : perl-XML-SAX-Base-1.08-7.el7.noarch 69/95
Verifying : 1:perl-Module-Pluggable-4.8-3.el7.noarch 70/95
Verifying : perl-IO-HTML-1.00-2.el7.noarch 71/95
Verifying : redhat-lsb-printing-4.1-27.el7.x86_64 72/95
Verifying : ghostscript-9.07-20.el7_3.5.x86_64 73/95
Verifying : pyparsing-1.5.6-9.el7.noarch 74/95
Verifying : 1:qt-x11-4.8.5-13.el7.x86_64 75/95
Verifying : perl-HTTP-Date-6.02-8.el7.noarch 76/95
Verifying : perl-IO-Socket-SSL-1.94-5.el7.noarch 77/95
Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 78/95
Verifying : perl-XML-NamespaceSupport-1.11-10.el7.noarch 79/95
Verifying : libdb-devel-5.3.21-19.el7.x86_64 80/95
Verifying : libmng-1.0.10-14.el7.x86_64 81/95
Verifying : redhat-lsb-submod-security-4.1-27.el7.x86_64 82/95
Verifying : perl-Net-LibIDN-0.12-15.el7.x86_64 83/95
Verifying : perl-HTTP-Daemon-6.01-5.el7.noarch 84/95
Verifying : 1:perl-ExtUtils-ParseXS-3.18-2.el7.noarch 85/95
Verifying : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 86/95
Verifying : perl-libwww-perl-6.05-2.el7.noarch 87/95
Verifying : perl-XML-SAX-0.99-9.el7.noarch 88/95
Verifying : perl-CGI-3.63-4.el7.noarch 89/95
Verifying : lcms2-2.6-3.el7.x86_64 90/95
Verifying : perl-Pod-Plainer-1.03-4.el7.noarch 91/95
Verifying : spax-1.5.2-13.el7.x86_64 92/95
Verifying : mailx-12.5-12.el7_0.x86_64 93/95
Verifying : redhat-lsb-submod-multimedia-4.1-27.el7.x86_64 94/95
Verifying : redhat-lsb-core-4.1-27.el7.x86_64 95/95
Installed:
google-chrome-stable.x86_64 0:58.0.3029.110-1
Dependency Installed:
at.x86_64 0:3.1.13-22.el7
bc.x86_64 0:1.06.95-13.el7
cups-client.x86_64 1:1.6.3-26.el7
ed.x86_64 0:1.9-4.el7
foomatic-filters.x86_64 0:4.0.9-8.el7
gdbm-devel.x86_64 0:1.10-8.el7
ghostscript.x86_64 0:9.07-20.el7_3.5
ghostscript-fonts.noarch 0:5.50-32.el7
lcms2.x86_64 0:2.6-3.el7
libXScrnSaver.x86_64 0:1.2.2-6.1.el7
libdb-devel.x86_64 0:5.3.21-19.el7
libmng.x86_64 0:1.0.10-14.el7
libpng12.x86_64 0:1.2.50-10.el7
m4.x86_64 0:1.4.16-10.el7
mailx.x86_64 0:12.5-12.el7_0
mesa-libGLU.x86_64 0:9.0.0-4.el7
patch.x86_64 0:2.7.1-8.el7
perl-B-Lint.noarch 0:1.17-3.el7
perl-Business-ISBN.noarch 0:2.06-2.el7
perl-Business-ISBN-Data.noarch 0:20120719.001-2.el7
perl-CGI.noarch 0:3.63-4.el7
perl-CPAN.noarch 0:1.9800-291.el7
perl-Class-ISA.noarch 0:0.36-1010.el7
perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
perl-Data-Dumper.x86_64 0:2.145-3.el7
perl-Digest.noarch 0:1.17-245.el7
perl-Digest-MD5.x86_64 0:2.52-3.el7
perl-Digest-SHA.x86_64 1:5.85-3.el7
perl-Encode-Locale.noarch 0:1.03-5.el7
perl-Env.noarch 0:1.04-2.el7
perl-ExtUtils-Install.noarch 0:1.58-291.el7
perl-ExtUtils-MakeMaker.noarch 0:6.68-3.el7
perl-ExtUtils-Manifest.noarch 0:1.61-244.el7
perl-ExtUtils-ParseXS.noarch 1:3.18-2.el7
perl-FCGI.x86_64 1:0.74-8.el7
perl-File-CheckTree.noarch 0:4.42-3.el7
perl-File-Listing.noarch 0:6.04-7.el7
perl-HTML-Parser.x86_64 0:3.71-4.el7
perl-HTML-Tagset.noarch 0:3.20-15.el7
perl-HTTP-Cookies.noarch 0:6.01-5.el7
perl-HTTP-Daemon.noarch 0:6.01-5.el7
perl-HTTP-Date.noarch 0:6.02-8.el7
perl-HTTP-Message.noarch 0:6.06-6.el7
perl-HTTP-Negotiate.noarch 0:6.01-5.el7
perl-IO-Compress.noarch 0:2.061-2.el7
perl-IO-HTML.noarch 0:1.00-2.el7
perl-IO-Socket-IP.noarch 0:0.21-4.el7
perl-IO-Socket-SSL.noarch 0:1.94-5.el7
perl-LWP-MediaTypes.noarch 0:6.02-2.el7
perl-Locale-Codes.noarch 0:3.26-2.el7
perl-Locale-Maketext.noarch 0:1.23-3.el7
perl-Module-Pluggable.noarch 1:4.8-3.el7
perl-Net-HTTP.noarch 0:6.06-2.el7
perl-Net-LibIDN.x86_64 0:0.12-15.el7
perl-Net-SSLeay.x86_64 0:1.55-4.el7
perl-Pod-Checker.noarch 0:1.60-2.el7
perl-Pod-LaTeX.noarch 0:0.61-2.el7
perl-Pod-Parser.noarch 0:1.61-2.el7
perl-Pod-Plainer.noarch 0:1.03-4.el7
perl-Sys-Syslog.x86_64 0:0.33-3.el7
perl-Test-Harness.noarch 0:3.28-3.el7
perl-Test-Simple.noarch 0:0.98-243.el7
perl-Text-Soundex.x86_64 0:3.04-4.el7
perl-Text-Unidecode.noarch 0:0.04-20.el7
perl-TimeDate.noarch 1:2.30-2.el7
perl-URI.noarch 0:1.60-9.el7
perl-WWW-RobotRules.noarch 0:6.02-5.el7
perl-XML-LibXML.x86_64 1:2.0018-5.el7
perl-XML-NamespaceSupport.noarch 0:1.11-10.el7
perl-XML-SAX.noarch 0:0.99-9.el7
perl-XML-SAX-Base.noarch 0:1.08-7.el7
perl-autodie.noarch 0:2.16-2.el7
perl-devel.x86_64 4:5.16.3-291.el7
perl-libwww-perl.noarch 0:6.05-2.el7
perl-local-lib.noarch 0:1.008010-3.el7
poppler-data.noarch 0:0.4.6-3.el7
pyparsing.noarch 0:1.5.6-9.el7
qt.x86_64 1:4.8.5-13.el7
qt-settings.noarch 0:19-23.5.el7
qt-x11.x86_64 1:4.8.5-13.el7
qt3.x86_64 0:3.3.8b-51.el7
redhat-lsb.x86_64 0:4.1-27.el7
redhat-lsb-core.x86_64 0:4.1-27.el7
redhat-lsb-cxx.x86_64 0:4.1-27.el7
redhat-lsb-desktop.x86_64 0:4.1-27.el7
redhat-lsb-languages.x86_64 0:4.1-27.el7
redhat-lsb-printing.x86_64 0:4.1-27.el7
redhat-lsb-submod-multimedia.x86_64 0:4.1-27.el7
redhat-lsb-submod-security.x86_64 0:4.1-27.el7
spax.x86_64 0:1.5.2-13.el7
systemtap-sdt-devel.x86_64 0:3.0-7.el7
time.x86_64 0:1.7-45.el7
urw-fonts.noarch 0:2.4-16.el7
Complete!
--2017-05-29 13:30:59-- https://chromedriver.storage.googleapis.com/2.16/chromedriver_linux64.zip
Resolving chromedriver.storage.googleapis.com (chromedriver.storage.googleapis.com)... 172.217.5.240, 2607:f8b0:4004:802::2010
Connecting to chromedriver.storage.googleapis.com (chromedriver.storage.googleapis.com)|172.217.5.240|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2278361 (2.2M) [application/zip]
Saving to: ‘chromedriver_linux64.zip’
0K .......... .......... .......... .......... .......... 2% 32.9M 0s
50K .......... .......... .......... .......... .......... 4% 39.1M 0s
100K .......... .......... .......... .......... .......... 6% 53.3M 0s
150K .......... .......... .......... .......... .......... 8% 53.1M 0s
200K .......... .......... .......... .......... .......... 11% 23.5M 0s
250K .......... .......... .......... .......... .......... 13% 65.4M 0s
300K .......... .......... .......... .......... .......... 15% 32.2M 0s
350K .......... .......... .......... .......... .......... 17% 79.3M 0s
400K .......... .......... .......... .......... .......... 20% 36.7M 0s
450K .......... .......... .......... .......... .......... 22% 44.9M 0s
500K .......... .......... .......... .......... .......... 24% 69.3M 0s
550K .......... .......... .......... .......... .......... 26% 45.4M 0s
600K .......... .......... .......... .......... .......... 29% 53.0M 0s
650K .......... .......... .......... .......... .......... 31% 46.5M 0s
700K .......... .......... .......... .......... .......... 33% 45.0M 0s
750K .......... .......... .......... .......... .......... 35% 80.3M 0s
800K .......... .......... .......... .......... .......... 38% 45.9M 0s
850K .......... .......... .......... .......... .......... 40% 68.6M 0s
900K .......... .......... .......... .......... .......... 42% 47.3M 0s
950K .......... .......... .......... .......... .......... 44% 72.6M 0s
1000K .......... .......... .......... .......... .......... 47% 46.6M 0s
1050K .......... .......... .......... .......... .......... 49% 156M 0s
1100K .......... .......... .......... .......... .......... 51% 194M 0s
1150K .......... .......... .......... .......... .......... 53% 119M 0s
1200K .......... .......... .......... .......... .......... 56% 116M 0s
1250K .......... .......... .......... .......... .......... 58% 204M 0s
1300K .......... .......... .......... .......... .......... 60% 245M 0s
1350K .......... .......... .......... .......... .......... 62% 123M 0s
1400K .......... .......... .......... .......... .......... 65% 173M 0s
1450K .......... .......... .......... .......... .......... 67% 219M 0s
1500K .......... .......... .......... .......... .......... 69% 216M 0s
1550K .......... .......... .......... .......... .......... 71% 122M 0s
1600K .......... .......... .......... .......... .......... 74% 151M 0s
1650K .......... .......... .......... .......... .......... 76% 152M 0s
1700K .......... .......... .......... .......... .......... 78% 155M 0s
1750K .......... .......... .......... .......... .......... 80% 199M 0s
1800K .......... .......... .......... .......... .......... 83% 142M 0s
1850K .......... .......... .......... .......... .......... 85% 176M 0s
1900K .......... .......... .......... .......... .......... 87% 235M 0s
1950K .......... .......... .......... .......... .......... 89% 168M 0s
2000K .......... .......... .......... .......... .......... 92% 183M 0s
2050K .......... .......... .......... .......... .......... 94% 215M 0s
2100K .......... .......... .......... .......... .......... 96% 181M 0s
2150K .......... .......... .......... .......... .......... 98% 190M 0s
2200K .......... .......... .... 100% 242M=0.03s
2017-05-29 13:30:59 (75.6 MB/s) - ‘chromedriver_linux64.zip’ saved [2278361/2278361]
Archive: chromedriver_linux64.zip
inflating: chromedriver
Running ssh/sudo command '/home/ec2-user//resources/install_rhaos_repos.sh' with timeout 14400. Attempt #0
Running ssh/sudo command 'SSH_USER='ec2-user' /home/ec2-user//resources/configure_system.sh' with timeout 1800. Attempt #0
Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.
[SUCCESS] The command `vagrant build-origin-base` succeeded!
[INFO] Testing `vagrant install-golang --golang.version=1.6.3 --repo=oso-rhui-rhel-server-releases-optional`
Running ssh/sudo command 'yum install -y --disablerepo="*" --enablerepo=oso-rhui-rhel-server-releases-optional golang-1.6.3' with timeout 1800. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package golang.x86_64 0:1.6.3-2.el7 will be installed
--> Processing Dependency: golang-src = 1.6.3-2.el7 for package: golang-1.6.3-2.el7.x86_64
--> Processing Dependency: golang-bin = 1.6.3-2.el7 for package: golang-1.6.3-2.el7.x86_64
--> Running transaction check
---> Package golang-bin.x86_64 0:1.6.3-2.el7 will be installed
---> Package golang-src.noarch 0:1.6.3-2.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
golang x86_64 1.6.3-2.el7 oso-rhui-rhel-server-releases-optional 1.1 M
Installing for dependencies:
golang-bin x86_64 1.6.3-2.el7 oso-rhui-rhel-server-releases-optional 43 M
golang-src noarch 1.6.3-2.el7 oso-rhui-rhel-server-releases-optional 3.9 M
Transaction Summary
================================================================================
Install 1 Package (+2 Dependent packages)
Total download size: 48 M
Installed size: 250 M
Downloading packages:
--------------------------------------------------------------------------------
Total 41 MB/s | 48 MB 00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : golang-src-1.6.3-2.el7.noarch 1/3
Installing : golang-1.6.3-2.el7.x86_64 2/3
Installing : golang-bin-1.6.3-2.el7.x86_64 3/3
Verifying : golang-bin-1.6.3-2.el7.x86_64 1/3
Verifying : golang-src-1.6.3-2.el7.noarch 2/3
Verifying : golang-1.6.3-2.el7.x86_64 3/3
Installed:
golang.x86_64 0:1.6.3-2.el7
Dependency Installed:
golang-bin.x86_64 0:1.6.3-2.el7 golang-src.noarch 0:1.6.3-2.el7
Complete!
[SUCCESS] The command `vagrant install-golang --golang.version=1.6.3 --repo=oso-rhui-rhel-server-releases-optional` succeeded!
[SUCCESS] Found golang-1.6.3 on the remote machine.
[INFO] Testing `vagrant install-docker --docker.version=1.12.6 --repourl=https://mirror.openshift.com/enterprise/rhel/dockertested/x86_64/os/ --repo=oso-rhui-rhel-server-*`
Running ssh/sudo command 'mkdir -p /etc/yum.repos.d;
mv /tmp/file20170529-5598-unyd4d /etc/yum.repos.d/httpsmirroropenshiftcomenterpriserheldockertestedx8664os.repo &&
chown root /etc/yum.repos.d/httpsmirroropenshiftcomenterpriserheldockertestedx8664os.repo &&
chmod 0644 /etc/yum.repos.d/httpsmirroropenshiftcomenterpriserheldockertestedx8664os.repo' with timeout 14400. Attempt #0
Running ssh/sudo command 'yum install -y --disablerepo="*" --enablerepo=httpsmirroropenshiftcomenterpriserheldockertestedx8664os --enablerepo=oso-rhui-rhel-server-* docker-1.12.6' with timeout 1800. Attempt #0
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package docker.x86_64 2:1.12.6-28.git1398f24.el7 will be installed
--> Processing Dependency: docker-rhel-push-plugin = 2:1.12.6-28.git1398f24.el7 for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Processing Dependency: docker-common = 2:1.12.6-28.git1398f24.el7 for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Processing Dependency: docker-client = 2:1.12.6-28.git1398f24.el7 for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Processing Dependency: oci-systemd-hook >= 1:0.1.4-9 for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Processing Dependency: oci-register-machine >= 1:0-3.10 for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Processing Dependency: container-selinux >= 2:2.12-2 for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Processing Dependency: skopeo-containers for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Processing Dependency: libseccomp.so.2()(64bit) for package: 2:docker-1.12.6-28.git1398f24.el7.x86_64
--> Running transaction check
---> Package container-selinux.noarch 2:2.12-2.gite7096ce.el7 will be installed
---> Package docker-client.x86_64 2:1.12.6-28.git1398f24.el7 will be installed
---> Package docker-common.x86_64 2:1.12.6-28.git1398f24.el7 will be installed
---> Package docker-rhel-push-plugin.x86_64 2:1.12.6-28.git1398f24.el7 will be installed
---> Package libseccomp.x86_64 0:2.3.1-2.el7 will be installed
---> Package oci-register-machine.x86_64 1:0-3.11.gitdd0daef.el7 will be installed
---> Package oci-systemd-hook.x86_64 1:0.1.7-2.git2788078.el7 will be installed
--> Processing Dependency: libyajl.so.2()(64bit) for package: 1:oci-systemd-hook-0.1.7-2.git2788078.el7.x86_64
---> Package skopeo-containers.x86_64 1:0.1.19-1.el7 will be installed
--> Running transaction check
---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
docker x86_64 2:1.12.6-28.git1398f24.el7 httpsmirroropenshiftcomenterpriserheldockertestedx8664os
14 M
Installing for dependencies:
container-selinux
noarch 2:2.12-2.gite7096ce.el7 httpsmirroropenshiftcomenterpriserheldockertestedx8664os
27 k
docker-client
x86_64 2:1.12.6-28.git1398f24.el7 httpsmirroropenshiftcomenterpriserheldockertestedx8664os
3.2 M
docker-common
x86_64 2:1.12.6-28.git1398f24.el7 httpsmirroropenshiftcomenterpriserheldockertestedx8664os
74 k
docker-rhel-push-plugin
x86_64 2:1.12.6-28.git1398f24.el7 httpsmirroropenshiftcomenterpriserheldockertestedx8664os
1.5 M
libseccomp
x86_64 2.3.1-2.el7 oso-rhui-rhel-server-releases 56 k
oci-register-machine
x86_64 1:0-3.11.gitdd0daef.el7 oso-rhui-rhel-server-extras 1.0 M
oci-systemd-hook
x86_64 1:0.1.7-2.git2788078.el7 oso-rhui-rhel-server-extras 30 k
skopeo-containers
x86_64 1:0.1.19-1.el7 oso-rhui-rhel-server-extras 7.7 k
yajl x86_64 2.0.4-4.el7 oso-rhui-rhel-server-releases 39 k
Transaction Summary
================================================================================
Install 1 Package (+9 Dependent packages)
Total download size: 20 M
Installed size: 69 M
Downloading packages:
--------------------------------------------------------------------------------
Total 20 MB/s | 20 MB 00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 2:docker-common-1.12.6-28.git1398f24.el7.x86_64 1/10
Installing : 2:docker-client-1.12.6-28.git1398f24.el7.x86_64 2/10
Installing : 1:oci-register-machine-0-3.11.gitdd0daef.el7.x86_64 3/10
Installing : yajl-2.0.4-4.el7.x86_64 4/10
Installing : 1:oci-systemd-hook-0.1.7-2.git2788078.el7.x86_64 5/10
Installing : 1:skopeo-containers-0.1.19-1.el7.x86_64 6/10
Installing : 2:docker-rhel-push-plugin-1.12.6-28.git1398f24.el7.x86_6 7/10
Installing : 2:container-selinux-2.12-2.gite7096ce.el7.noarch 8/10
Installing : libseccomp-2.3.1-2.el7.x86_64 9/10
Stopping containers...
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
"docker stop" requires at least 1 argument(s).
See 'docker stop --help'.
Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
Stop one or more running containers
Installing : 2:docker-1.12.6-28.git1398f24.el7.x86_64 10/10
Verifying : libseccomp-2.3.1-2.el7.x86_64 1/10
Verifying : 1:oci-systemd-hook-0.1.7-2.git2788078.el7.x86_64 2/10
Verifying : 2:docker-client-1.12.6-28.git1398f24.el7.x86_64 3/10
Verifying : 2:docker-common-1.12.6-28.git1398f24.el7.x86_64 4/10
Verifying : 2:docker-1.12.6-28.git1398f24.el7.x86_64 5/10
Verifying : 2:container-selinux-2.12-2.gite7096ce.el7.noarch 6/10
Verifying : 2:docker-rhel-push-plugin-1.12.6-28.git1398f24.el7.x86_6 7/10
Verifying : 1:skopeo-containers-0.1.19-1.el7.x86_64 8/10
Verifying : yajl-2.0.4-4.el7.x86_64 9/10
Verifying : 1:oci-register-machine-0-3.11.gitdd0daef.el7.x86_64 10/10
Installed:
docker.x86_64 2:1.12.6-28.git1398f24.el7
Dependency Installed:
container-selinux.noarch 2:2.12-2.gite7096ce.el7
docker-client.x86_64 2:1.12.6-28.git1398f24.el7
docker-common.x86_64 2:1.12.6-28.git1398f24.el7
docker-rhel-push-plugin.x86_64 2:1.12.6-28.git1398f24.el7
libseccomp.x86_64 0:2.3.1-2.el7
oci-register-machine.x86_64 1:0-3.11.gitdd0daef.el7
oci-systemd-hook.x86_64 1:0.1.7-2.git2788078.el7
skopeo-containers.x86_64 1:0.1.19-1.el7
yajl.x86_64 0:2.0.4-4.el7
Complete!
Running ssh/sudo command 'yum-config-manager --disable httpsmirroropenshiftcomenterpriserheldockertestedx8664os' with timeout 1800. Attempt #0
Loaded plugins: amazon-id, rhui-lb
======== repo: httpsmirroropenshiftcomenterpriserheldockertestedx8664os ========
[httpsmirroropenshiftcomenterpriserheldockertestedx8664os]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7Server
baseurl = https://mirror.openshift.com/enterprise/rhel/dockertested/x86_64/os/
cache = 0
cachedir = /var/cache/yum/x86_64/7Server/httpsmirroropenshiftcomenterpriserheldockertestedx8664os
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = 0
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7Server/httpsmirroropenshiftcomenterpriserheldockertestedx8664os/gpgcadir
gpgcakey =
gpgcheck = False
gpgdir = /var/lib/yum/repos/x86_64/7Server/httpsmirroropenshiftcomenterpriserheldockertestedx8664os/gpgdir
gpgkey =
hdrdir = /var/cache/yum/x86_64/7Server/httpsmirroropenshiftcomenterpriserheldockertestedx8664os/headers
http_caching = all
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 9999999
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = httpsmirroropenshiftcomenterpriserheldockertestedx8664os
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7Server/httpsmirroropenshiftcomenterpriserheldockertestedx8664os
pkgdir = /var/cache/yum/x86_64/7Server/httpsmirroropenshiftcomenterpriserheldockertestedx8664os/packages
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 20
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert = /var/lib/yum/client-cert.pem
sslclientkey = /var/lib/yum/client-key.pem
sslverify = False
throttle = 0
timeout = 120.0
ui_id = httpsmirroropenshiftcomenterpriserheldockertestedx8664os
ui_repoid_vars = releasever,
basearch
username =
Running ssh/sudo command 'SSH_USER='ec2-user' /home/ec2-user//resources/configure_docker.sh' with timeout 1800. Attempt #0
Logical volume "openshift-xfs-vol-dir" created.
meta-data=/dev/docker-vg/openshift-xfs-vol-dir isize=512 agcount=4, agsize=327424 blks
= sectsz=512 attr=2, projid32bit=1
= crc=1 finobt=0, sparse=0
data = bsize=4096 blocks=1309696, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0 ftype=1
log =internal log bsize=4096 blocks=2560, version=2
= sectsz=512 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
INFO: Volume group backing root filesystem could not be determined
Using default stripesize 64.00 KiB.
Rounding up size to full physical extent 24.00 MiB
Logical volume "docker-pool" created.
Logical volume docker-vg/docker-pool changed.
Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
real 0m1.751s
user 0m0.000s
sys 0m0.003s
[SUCCESS] The command `vagrant install-docker --docker.version=1.12.6 --repourl=https://mirror.openshift.com/enterprise/rhel/dockertested/x86_64/os/ --repo=oso-rhui-rhel-server-*` succeeded!
[SUCCESS] Found docker-1.12.6 on the remote machine.
[INFO] Testing `vagrant origin-local-checkout --replace --repo origin-web-console`
You don't seem to have the GOPATH environment variable set on your system.
See: 'go help gopath' for more details about GOPATH.
Waiting for the cloning process to finish
Cloning origin-web-console ...
Origin repositories cloned into /home/ec2-user/origin
[SUCCESS] The command `vagrant origin-local-checkout --replace --repo origin-web-console` succeeded!
[INFO] Testing `vagrant clone-upstream-repos --clean --repo origin-web-console`
Running ssh/sudo command 'mkdir -p /ec2-user/.ssh;
mv /tmp/file20170529-5765-1buif4s /ec2-user/.ssh/config &&
chown ec2-user:ec2-user /ec2-user/.ssh/config &&
chmod 0600 /ec2-user/.ssh/config' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/builder && chown -R ec2-user:ec2-user /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'set -e
rm -fr /data/src/github.com/openshift/origin-web-console-bare;
if [ ! -d /data/src/github.com/openshift/origin-web-console-bare ]; then
git clone --quiet --bare https://github.com/openshift/origin-web-console.git /data/src/github.com/openshift/origin-web-console-bare >/dev/null
fi
' with timeout 14400. Attempt #0
[SUCCESS] The command `vagrant clone-upstream-repos --clean --repo origin-web-console` succeeded!
[INFO] Testing `vagrant sync-origin-console -s`
Synchronizing local sources
Synchronizing [origin-web-console@master] from origin-web-console...
Warning: Permanently added 'ec2-34-204-79-101.compute-1.amazonaws.com,172.18.7.224' (ECDSA) to the list of known hosts.
Running ssh/sudo command 'set -e
if [ -d /data/src/github.com/openshift/origin-web-console-bare ]; then
rm -rf /data/src/github.com/openshift/origin-web-console
echo 'Cloning origin-web-console ...'
git clone --quiet --recurse-submodules /data/src/github.com/openshift/origin-web-console-bare /data/src/github.com/openshift/origin-web-console
else
MISSING_REPO+='origin-web-console-bare'
fi
if [ -n "$MISSING_REPO" ]; then
echo 'Missing required upstream repositories:'
echo $MISSING_REPO
echo 'To fix, execute command: vagrant clone-upstream-repos'
fi
' with timeout 14400. Attempt #0
Cloning origin-web-console ...
+ ORIGIN_CONSOLE_PATH=/data/src/github.com/openshift/origin-web-console
+ ASSET_BACKUP_DIR=/data/asset_dependencies
+ which npm
+ sudo yum -y install npm
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package npm.x86_64 1:3.10.10-1.6.10.2.1.el7 will be installed
--> Processing Dependency: nodejs = 1:6.10.2-1.el7 for package: 1:npm-3.10.10-1.6.10.2.1.el7.x86_64
--> Running transaction check
---> Package nodejs.x86_64 1:6.10.2-1.el7 will be installed
--> Processing Dependency: libuv >= 1:1.9.1 for package: 1:nodejs-6.10.2-1.el7.x86_64
--> Processing Dependency: libuv.so.1()(64bit) for package: 1:nodejs-6.10.2-1.el7.x86_64
--> Running transaction check
---> Package libuv.x86_64 1:1.10.2-1.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
npm x86_64 1:3.10.10-1.6.10.2.1.el7 epel 2.5 M
Installing for dependencies:
libuv x86_64 1:1.10.2-1.el7 epel 109 k
nodejs x86_64 1:6.10.2-1.el7 epel 4.6 M
Transaction Summary
================================================================================
Install 1 Package (+2 Dependent packages)
Total download size: 7.3 M
Installed size: 26 M
Downloading packages:
--------------------------------------------------------------------------------
Total 16 MB/s | 7.3 MB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:libuv-1.10.2-1.el7.x86_64 1/3
Installing : 1:nodejs-6.10.2-1.el7.x86_64 2/3
Installing : 1:npm-3.10.10-1.6.10.2.1.el7.x86_64 3/3
Verifying : 1:npm-3.10.10-1.6.10.2.1.el7.x86_64 1/3
Verifying : 1:nodejs-6.10.2-1.el7.x86_64 2/3
Verifying : 1:libuv-1.10.2-1.el7.x86_64 3/3
Installed:
npm.x86_64 1:3.10.10-1.6.10.2.1.el7
Dependency Installed:
libuv.x86_64 1:1.10.2-1.el7 nodejs.x86_64 1:6.10.2-1.el7
Complete!
++ test -e /etc/fedora-release
+ mkdir -p /data/asset_dependencies/node_modules
+ mkdir -p /data/asset_dependencies/bower_components
+ cp -rf /data/asset_dependencies/node_modules /data/src/github.com/openshift/origin-web-console/node_modules
+ cp -rf /data/asset_dependencies/bower_components /data/src/github.com/openshift/origin-web-console/bower_components
+ pushd /data/src/github.com/openshift/origin-web-console
/data/src/github.com/openshift/origin-web-console ~
+ hack/install-deps.sh
[install-assets] npm install bower
npm WARN deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend yarn and webpack for new front-end projects! Please read our blog for more.
origin-web-console@1.3.0-alpha /data/src/github.com/openshift/origin-web-console
└── bower@1.8.0
npm WARN origin-web-console@1.3.0-alpha No license field.
[install-assets] npm install grunt-cli
origin-web-console@1.3.0-alpha /data/src/github.com/openshift/origin-web-console
└─┬ grunt-cli@1.1.0
├─┬ findup-sync@0.3.0
│ └─┬ glob@5.0.15
│ ├─┬ inflight@1.0.6
│ │ └── wrappy@1.0.2
│ ├── inherits@2.0.3
│ ├─┬ minimatch@3.0.4
│ │ └─┬ brace-expansion@1.1.7
│ │ ├── balanced-match@0.4.2
│ │ └── concat-map@0.0.1
│ ├── once@1.4.0
│ └── path-is-absolute@1.0.1
├─┬ nopt@3.0.6
│ └── abbrev@1.1.0
└── resolve@1.1.7
npm WARN origin-web-console@1.3.0-alpha No license field.
[install-assets] npm install --unsafe-perm
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.4.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated find-file@1.0.1: Use the globby package instead
npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN prefer global jshint@2.9.4 should be installed with -g
npm WARN prefer global istanbul@0.2.16 should be installed with -g
> ws@0.4.32 install /data/src/github.com/openshift/origin-web-console/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
make: Entering directory `/data/src/github.com/openshift/origin-web-console/node_modules/ws/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
make: Leaving directory `/data/src/github.com/openshift/origin-web-console/node_modules/ws/build'
> spawn-sync@1.0.15 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/spawn-sync
> node postinstall
> gifsicle@3.0.4 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/gifsicle
> node lib/install.js
✔ gifsicle pre-build test passed successfully
> jpegtran-bin@3.2.0 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/jpegtran-bin
> node lib/install.js
✔ jpegtran pre-build test passed successfully
> optipng-bin@3.1.4 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/optipng-bin
> node lib/install.js
✔ optipng pre-build test passed successfully
> gifsicle@1.0.3 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/imagemin/node_modules/gifsicle
> node lib/install.js
✔ pre-build test passed successfully!
> jpegtran-bin@1.0.2 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/imagemin/node_modules/jpegtran-bin
> node lib/install.js
✔ pre-build test passed successfully!
> optipng-bin@1.0.1 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/imagemin/node_modules/optipng-bin
> node lib/install.js
✔ pre-build test passed successfully!
> pngquant-bin@1.0.1 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/pngquant-bin
> node lib/install.js
✔ pre-build test passed successfully!
> geckodriver@1.3.0 postinstall /data/src/github.com/openshift/origin-web-console/node_modules/geckodriver
> node index.js
Downloading geckodriver... Extracting... Complete.
> origin-web-console@1.3.0-alpha postinstall /data/src/github.com/openshift/origin-web-console
> node test/upgrade-selenium.js && node_modules/protractor/bin/webdriver-manager update
Updating selenium standalone
downloading https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar...
Updating chromedriver
downloading https://chromedriver.storage.googleapis.com/2.14/chromedriver_linux64.zip...
chromedriver_2.14.zip downloaded to /data/src/github.com/openshift/origin-web-console/node_modules/protractor/selenium/chromedriver_2.14.zip
selenium-server-standalone-2.53.0.jar downloaded to /data/src/github.com/openshift/origin-web-console/node_modules/protractor/selenium/selenium-server-standalone-2.53.0.jar
origin-web-console@1.3.0-alpha /data/src/github.com/openshift/origin-web-console
├─┬ autoprefixer@7.1.1
│ ├─┬ browserslist@2.1.4
│ │ └── electron-to-chromium@1.3.13
│ ├── caniuse-lite@1.0.30000674
│ ├── normalize-range@0.1.2
│ ├── num2fraction@1.2.2
│ ├─┬ postcss@6.0.1
│ │ └─┬ supports-color@3.2.3
│ │ └── has-flag@1.0.0
│ └── postcss-value-parser@3.3.0
├─┬ clean-css@3.4.12
│ ├─┬ commander@2.8.1
│ │ └── graceful-readlink@1.0.1
│ └─┬ source-map@0.4.4
│ └── amdefine@1.0.1
├─┬ connect-modrewrite@0.7.9
│ └── qs@1.2.2
├─┬ geckodriver@1.3.0
│ ├── adm-zip@0.4.7
│ ├── bluebird@3.4.6
│ ├─┬ got@5.6.0
│ │ ├─┬ create-error-class@3.0.2
│ │ │ └── capture-stack-trace@1.0.0
│ │ ├── duplexer2@0.1.4
│ │ ├── is-plain-obj@1.1.0
│ │ ├── is-redirect@1.0.0
│ │ ├── is-retry-allowed@1.1.0
│ │ ├── is-stream@1.1.0
│ │ ├── lowercase-keys@1.0.0
│ │ ├── node-status-codes@1.0.0
│ │ ├── object-assign@4.1.1
│ │ ├─┬ parse-json@2.2.0
│ │ │ └─┬ error-ex@1.3.1
│ │ │ └── is-arrayish@0.2.1
│ │ ├─┬ pinkie-promise@2.0.1
│ │ │ └── pinkie@2.0.4
│ │ ├── read-all-stream@3.1.0
│ │ ├─┬ readable-stream@2.2.9
│ │ │ ├── buffer-shims@1.0.0
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── string_decoder@1.0.1
│ │ │ └── util-deprecate@1.0.2
│ │ ├── timed-out@2.0.0
│ │ ├── unzip-response@1.0.2
│ │ └─┬ url-parse-lax@1.0.0
│ │ └── prepend-http@1.0.4
│ └─┬ tar.gz@1.0.5
│ ├── bluebird@2.11.0
│ ├── fstream@1.0.11
│ ├── mout@0.11.1
│ └─┬ tar@2.2.1
│ └── block-stream@0.0.9
├─┬ grunt@0.4.5
│ ├── async@0.1.22
│ ├── coffee-script@1.3.3
│ ├── colors@0.6.2
│ ├── dateformat@1.0.2-1.2.3
│ ├── eventemitter2@0.4.14
│ ├── exit@0.1.2
│ ├─┬ findup-sync@0.1.3
│ │ ├─┬ glob@3.2.11
│ │ │ └── minimatch@0.3.0
│ │ └── lodash@2.4.2
│ ├── getobject@0.1.0
│ ├─┬ glob@3.1.21
│ │ ├── graceful-fs@1.2.3
│ │ └── inherits@1.0.2
│ ├─┬ grunt-legacy-log@0.1.3
│ │ ├─┬ grunt-legacy-log-utils@0.1.1
│ │ │ ├── lodash@2.4.2
│ │ │ └── underscore.string@2.3.3
│ │ ├── lodash@2.4.2
│ │ └── underscore.string@2.3.3
│ ├─┬ grunt-legacy-util@0.2.0
│ │ └── lodash@0.9.2
│ ├── hooker@0.2.3
│ ├── iconv-lite@0.2.11
│ ├─┬ js-yaml@2.0.5
│ │ ├─┬ argparse@0.1.16
│ │ │ ├── underscore@1.7.0
│ │ │ └── underscore.string@2.4.0
│ │ └── esprima@1.0.4
│ ├── lodash@0.9.2
│ ├─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├── nopt@1.0.10
│ ├── rimraf@2.2.8
│ ├── underscore.string@2.2.1
│ └── which@1.0.9
├── grunt-angular-templates@1.0.3
├─┬ grunt-concurrent@2.3.1
│ ├── arrify@1.0.1
│ ├── async@1.5.2
│ ├─┬ indent-string@2.1.0
│ │ └─┬ repeating@2.0.1
│ │ └── is-finite@1.0.2
│ └─┬ pad-stream@1.2.0
│ ├─┬ meow@3.7.0
│ │ ├─┬ camelcase-keys@2.1.0
│ │ │ └── camelcase@2.1.1
│ │ ├── decamelize@1.2.0
│ │ ├─┬ loud-rejection@1.6.0
│ │ │ ├─┬ currently-unhandled@0.4.1
│ │ │ │ └── array-find-index@1.0.2
│ │ │ └── signal-exit@3.0.2
│ │ ├── map-obj@1.0.1
│ │ ├── minimist@1.2.0
│ │ ├─┬ normalize-package-data@2.3.8
│ │ │ ├── hosted-git-info@2.4.2
│ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ └── builtin-modules@1.1.1
│ │ │ ├── semver@5.3.0
│ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ └── spdx-license-ids@1.2.2
│ │ │ └── spdx-expression-parse@1.0.4
│ │ ├─┬ read-pkg-up@1.0.1
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ └── path-exists@2.1.0
│ │ │ └─┬ read-pkg@1.1.0
│ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ └── pify@2.3.0
│ │ │ └── path-type@1.1.0
│ │ ├─┬ redent@1.0.0
│ │ │ └── strip-indent@1.0.1
│ │ └── trim-newlines@1.0.0
│ ├─┬ pumpify@1.3.5
│ │ ├─┬ duplexify@3.5.0
│ │ │ ├─┬ end-of-stream@1.0.0
│ │ │ │ └── once@1.3.3
│ │ │ └── stream-shift@1.0.0
│ │ └─┬ pump@1.0.2
│ │ └── end-of-stream@1.4.0
│ ├── split2@1.1.1
│ └─┬ through2@2.0.3
│ └── xtend@4.0.1
├─┬ grunt-contrib-clean@1.0.0
│ ├── async@1.5.2
│ └─┬ rimraf@2.6.1
│ └─┬ glob@7.1.2
│ └── fs.realpath@1.0.0
├─┬ grunt-contrib-concat@1.0.0
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.1.1
│ │ ├── strip-ansi@3.0.1
│ │ └── supports-color@2.0.0
│ └── source-map@0.5.6
├─┬ grunt-contrib-connect@1.0.2
│ ├── async@1.5.2
│ ├─┬ connect@3.6.2
│ │ ├─┬ debug@2.6.7
│ │ │ └── ms@2.0.0
│ │ ├─┬ finalhandler@1.0.3
│ │ │ ├── encodeurl@1.0.1
│ │ │ ├── statuses@1.3.1
│ │ │ └── unpipe@1.0.0
│ │ └── utils-merge@1.0.0
│ ├── connect-livereload@0.5.4
│ ├── http2@3.3.6
│ ├─┬ morgan@1.8.2
│ │ ├── basic-auth@1.1.0
│ │ ├── debug@2.6.8
│ │ ├── depd@1.1.0
│ │ ├─┬ on-finished@2.3.0
│ │ │ └── ee-first@1.1.1
│ │ └── on-headers@1.0.1
│ ├── opn@4.0.2
│ ├─┬ portscanner@1.2.0
│ │ └── async@1.5.2
│ └─┬ serve-index@1.9.0
│ ├─┬ accepts@1.3.3
│ │ └── negotiator@0.6.1
│ ├── batch@0.6.1
│ ├── debug@2.6.8
│ ├─┬ http-errors@1.6.1
│ │ └── setprototypeof@1.0.3
│ └─┬ mime-types@2.1.15
│ └── mime-db@1.27.0
├─┬ grunt-contrib-copy@1.0.0
│ └── file-sync-cmp@0.1.1
├─┬ grunt-contrib-cssmin@1.0.1
│ └─┬ maxmin@1.1.0
│ ├── figures@1.7.0
│ └─┬ gzip-size@1.0.0
│ └─┬ browserify-zlib@0.1.4
│ └── pako@0.2.9
├─┬ grunt-contrib-htmlmin@1.3.0
│ ├─┬ html-minifier@1.5.0
│ │ ├── commander@2.9.0
│ │ ├── he@1.0.0
│ │ └─┬ ncname@1.0.0
│ │ └── xml-char-classes@1.0.0
│ └─┬ pretty-bytes@3.0.1
│ └── number-is-nan@1.0.1
├─┬ grunt-contrib-imagemin@1.0.0
│ ├── async@0.9.2
│ ├── gulp-rename@1.2.2
│ ├─┬ imagemin@4.0.0
│ │ ├─┬ buffer-to-vinyl@1.1.0
│ │ │ ├── file-type@3.9.0
│ │ │ └─┬ vinyl@1.2.0
│ │ │ ├── clone@1.0.2
│ │ │ ├── clone-stats@0.0.1
│ │ │ └── replace-ext@0.0.1
│ │ ├─┬ imagemin-gifsicle@4.2.0
│ │ │ ├─┬ gifsicle@3.0.4
│ │ │ │ ├─┬ bin-build@2.2.0
│ │ │ │ │ ├── archive-type@3.2.0
│ │ │ │ │ ├─┬ decompress@3.0.0
│ │ │ │ │ │ ├─┬ decompress-tar@3.1.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ └── minimist@1.2.0
│ │ │ │ │ │ │ ├─┬ tar-stream@1.5.4
│ │ │ │ │ │ │ │ └── bl@1.2.1
│ │ │ │ │ │ │ ├─┬ through2@0.6.5
│ │ │ │ │ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │ └── clone@0.2.0
│ │ │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ through2@0.6.5
│ │ │ │ │ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │ └── clone@0.2.0
│ │ │ │ │ │ ├─┬ decompress-targz@3.1.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ through2@0.6.5
│ │ │ │ │ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │ └── clone@0.2.0
│ │ │ │ │ │ ├── decompress-unzip@3.4.0
│ │ │ │ │ │ └── vinyl-assign@1.2.1
│ │ │ │ │ ├─┬ download@4.4.3
│ │ │ │ │ │ ├─┬ caw@1.2.0
│ │ │ │ │ │ │ ├─┬ get-proxy@1.1.0
│ │ │ │ │ │ │ │ └─┬ rc@1.2.1
│ │ │ │ │ │ │ │ ├── deep-extend@0.4.2
│ │ │ │ │ │ │ │ ├── minimist@1.2.0
│ │ │ │ │ │ │ │ └── strip-json-comments@2.0.1
│ │ │ │ │ │ │ ├── is-obj@1.0.1
│ │ │ │ │ │ │ └── object-assign@3.0.0
│ │ │ │ │ │ ├─┬ filenamify@1.2.1
│ │ │ │ │ │ │ ├── filename-reserved-regex@1.0.0
│ │ │ │ │ │ │ ├── strip-outer@1.0.0
│ │ │ │ │ │ │ └── trim-repeated@1.0.0
│ │ │ │ │ │ ├─┬ gulp-decompress@1.2.0
│ │ │ │ │ │ │ └─┬ gulp-util@3.0.8
│ │ │ │ │ │ │ ├── array-differ@1.0.0
│ │ │ │ │ │ │ ├── beeper@1.1.1
│ │ │ │ │ │ │ ├── dateformat@2.0.0
│ │ │ │ │ │ │ ├─┬ fancy-log@1.3.0
│ │ │ │ │ │ │ │ └── time-stamp@1.1.0
│ │ │ │ │ │ │ ├─┬ gulplog@1.0.0
│ │ │ │ │ │ │ │ └── glogg@1.0.0
│ │ │ │ │ │ │ ├─┬ has-gulplog@0.1.0
│ │ │ │ │ │ │ │ └── sparkles@1.0.0
│ │ │ │ │ │ │ ├── lodash._reescape@3.0.0
│ │ │ │ │ │ │ ├── lodash._reevaluate@3.0.0
│ │ │ │ │ │ │ ├── lodash._reinterpolate@3.0.0
│ │ │ │ │ │ │ ├─┬ lodash.template@3.6.2
│ │ │ │ │ │ │ │ ├── lodash._basecopy@3.0.1
│ │ │ │ │ │ │ │ ├── lodash._basetostring@3.0.1
│ │ │ │ │ │ │ │ ├── lodash._basevalues@3.0.0
│ │ │ │ │ │ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ │ │ │ │ │ ├─┬ lodash.escape@3.2.0
│ │ │ │ │ │ │ │ │ └── lodash._root@3.0.1
│ │ │ │ │ │ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ │ │ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ │ │ │ │ │ ├── lodash.isarguments@3.1.0
│ │ │ │ │ │ │ │ │ └── lodash.isarray@3.0.4
│ │ │ │ │ │ │ │ ├── lodash.restparam@3.6.1
│ │ │ │ │ │ │ │ └── lodash.templatesettings@3.1.1
│ │ │ │ │ │ │ ├── minimist@1.2.0
│ │ │ │ │ │ │ ├─┬ multipipe@0.1.2
│ │ │ │ │ │ │ │ └─┬ duplexer2@0.0.2
│ │ │ │ │ │ │ │ └─┬ readable-stream@1.1.14
│ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ ├── object-assign@3.0.0
│ │ │ │ │ │ │ └── vinyl@0.5.3
│ │ │ │ │ │ └── is-url@1.2.2
│ │ │ │ │ ├─┬ exec-series@1.0.3
│ │ │ │ │ │ └── async-each-series@1.1.0
│ │ │ │ │ └─┬ url-regex@3.2.0
│ │ │ │ │ └── ip-regex@1.0.3
│ │ │ │ ├─┬ bin-wrapper@3.0.2
│ │ │ │ │ ├── bin-check@2.0.0
│ │ │ │ │ ├─┬ bin-version-check@2.1.0
│ │ │ │ │ │ ├── minimist@1.2.0
│ │ │ │ │ │ ├── semver@4.3.6
│ │ │ │ │ │ └── semver-truncate@1.1.2
│ │ │ │ │ ├─┬ each-async@1.1.1
│ │ │ │ │ │ └── onetime@1.1.0
│ │ │ │ │ ├── lazy-req@1.1.0
│ │ │ │ │ └── os-filter-obj@1.0.3
│ │ │ │ └─┬ logalot@2.1.0
│ │ │ │ └─┬ squeak@1.3.0
│ │ │ │ └── console-stream@0.1.1
│ │ │ └─┬ through2@0.6.5
│ │ │ └─┬ readable-stream@1.0.34
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ ├─┬ imagemin-jpegtran@4.3.2
│ │ │ └── jpegtran-bin@3.2.0
│ │ ├─┬ imagemin-optipng@4.3.0
│ │ │ ├── exec-buffer@2.0.1
│ │ │ ├── optipng-bin@3.1.4
│ │ │ └─┬ through2@0.6.5
│ │ │ └─┬ readable-stream@1.0.34
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ ├─┬ imagemin-svgo@4.2.1
│ │ │ └─┬ svgo@0.6.6
│ │ │ ├─┬ coa@1.0.2
│ │ │ │ └── q@1.5.0
│ │ │ ├── colors@1.1.2
│ │ │ ├─┬ csso@2.0.0
│ │ │ │ └── clap@1.1.3
│ │ │ ├─┬ js-yaml@3.6.1
│ │ │ │ ├── argparse@1.0.9
│ │ │ │ └── esprima@2.7.3
│ │ │ └── sax@1.2.2
│ │ ├── optional@0.1.3
│ │ ├── stream-combiner2@1.1.1
│ │ └─┬ vinyl-fs@2.4.4
│ │ ├─┬ glob-stream@5.3.5
│ │ │ ├─┬ glob-parent@3.1.0
│ │ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ │ └── is-extglob@2.1.1
│ │ │ │ └── path-dirname@1.0.2
│ │ │ ├── ordered-read-streams@0.3.0
│ │ │ ├─┬ through2@0.6.5
│ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ ├─┬ to-absolute-glob@0.1.1
│ │ │ │ └── extend-shallow@2.0.1
│ │ │ └── unique-stream@2.2.1
│ │ ├─┬ gulp-sourcemaps@1.6.0
│ │ │ └── convert-source-map@1.5.0
│ │ ├── is-valid-glob@0.3.0
│ │ ├── lazystream@1.0.0
│ │ ├── lodash.isequal@4.5.0
│ │ ├── merge-stream@1.0.1
│ │ ├─┬ strip-bom@2.0.0
│ │ │ └── is-utf8@0.2.1
│ │ ├─┬ strip-bom-stream@1.0.0
│ │ │ └── first-chunk-stream@1.0.0
│ │ ├── through2-filter@2.0.0
│ │ └── vali-date@1.0.0
│ └─┬ pretty-bytes@1.0.4
│ └── get-stdin@4.0.1
├─┬ grunt-contrib-jshint@1.0.0
│ └─┬ jshint@2.9.4
│ ├─┬ cli@1.0.1
│ │ └── glob@7.1.2
│ ├─┬ console-browserify@1.1.0
│ │ └── date-now@0.1.4
│ ├─┬ htmlparser2@3.8.3
│ │ ├── domelementtype@1.3.0
│ │ ├── domhandler@2.3.0
│ │ ├─┬ domutils@1.5.1
│ │ │ └─┬ dom-serializer@0.1.0
│ │ │ ├── domelementtype@1.1.3
│ │ │ └── entities@1.1.1
│ │ ├── entities@1.0.0
│ │ └─┬ readable-stream@1.1.14
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├── lodash@3.7.0
│ ├── shelljs@0.3.0
│ └── strip-json-comments@1.0.4
├─┬ grunt-contrib-less@1.3.0
│ ├── async@1.5.2
│ └── lodash@4.17.4
├─┬ grunt-contrib-uglify@1.0.1
│ ├── lodash@4.17.4
│ ├─┬ uglify-js@2.6.4
│ │ ├── async@0.2.10
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │ ├── camelcase@1.2.1
│ │ ├─┬ cliui@2.1.0
│ │ │ ├─┬ center-align@0.1.3
│ │ │ │ ├─┬ align-text@0.1.4
│ │ │ │ │ ├── longest@1.0.1
│ │ │ │ │ └── repeat-string@1.6.1
│ │ │ │ └── lazy-cache@1.0.4
│ │ │ └── right-align@0.1.3
│ │ └── window-size@0.1.0
│ └── uri-path@1.0.0
├─┬ grunt-contrib-watch@1.0.0
│ ├── async@1.5.2
│ ├─┬ gaze@1.1.2
│ │ └─┬ globule@1.1.0
│ │ ├── glob@7.1.2
│ │ └── lodash@4.16.6
│ └─┬ tiny-lr@0.2.1
│ ├─┬ body-parser@1.14.2
│ │ ├── bytes@2.2.0
│ │ ├── content-type@1.0.2
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├── http-errors@1.3.1
│ │ ├── iconv-lite@0.4.13
│ │ ├── qs@5.2.0
│ │ ├─┬ raw-body@2.1.7
│ │ │ ├── bytes@2.4.0
│ │ │ └── iconv-lite@0.4.13
│ │ └─┬ type-is@1.6.15
│ │ └── media-typer@0.3.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├─┬ faye-websocket@0.10.0
│ │ └─┬ websocket-driver@0.6.5
│ │ └── websocket-extensions@0.1.1
│ ├── livereload-js@2.2.2
│ └── qs@5.1.0
├─┬ grunt-htmlhint@0.4.1
│ └─┬ htmlhint@0.9.6
│ ├── colors@0.6.0-1
│ ├─┬ commander@1.1.1
│ │ └── keypress@0.1.0
│ ├─┬ csslint@0.10.0
│ │ └── parserlib@0.2.5
│ └─┬ jshint@1.1.0
│ ├── cli@0.4.5
│ ├── esprima@4.0.0-dev
│ ├── minimatch@0.4.0
│ ├── peakle@0.0.1
│ ├── shelljs@0.1.4
│ └── underscore@1.4.4
├─┬ grunt-istanbul-coverage@0.0.5
│ └─┬ istanbul@0.2.16
│ ├── abbrev@1.0.9
│ ├── async@0.9.2
│ ├─┬ escodegen@1.3.3
│ │ ├── esprima@1.1.1
│ │ ├── esutils@1.0.0
│ │ └── source-map@0.1.43
│ ├── esprima@1.2.5
│ ├─┬ fileset@0.1.8
│ │ ├─┬ glob@3.2.11
│ │ │ └── minimatch@0.3.0
│ │ └── minimatch@0.4.0
│ ├─┬ handlebars@1.3.0
│ │ ├── optimist@0.3.7
│ │ └─┬ uglify-js@2.3.6
│ │ ├── async@0.2.10
│ │ └── source-map@0.1.43
│ ├─┬ js-yaml@3.8.4
│ │ ├─┬ argparse@1.0.9
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@3.1.3
│ ├── resolve@0.7.4
│ └── wordwrap@0.0.2
├─┬ grunt-karma@0.9.0
│ └── lodash@2.4.2
├─┬ grunt-newer@0.7.0
│ ├── async@0.2.10
│ └── rimraf@2.2.6
├─┬ grunt-ng-annotate@0.3.2
│ └─┬ ng-annotate@0.9.11
│ ├── alter@0.2.0
│ ├── convert-source-map@0.4.1
│ ├── esprima@1.2.5
│ ├── optimist@0.6.1
│ ├─┬ ordered-ast-traverse@0.1.1
│ │ └── ordered-esprima-props@1.0.0
│ ├── simple-fmt@0.1.0
│ ├── simple-is@0.2.0
│ ├── source-map@0.1.43
│ ├── stable@0.1.6
│ ├── stringmap@0.2.2
│ ├── stringset@0.2.1
│ └── tryor@0.1.2
├─┬ grunt-postcss@0.8.0
│ ├── diff@2.2.3
│ └─┬ postcss@5.2.17
│ └── js-base64@2.1.9
├─┬ grunt-protractor-runner@1.2.1
│ ├─┬ split@0.3.3
│ │ └── through@2.3.8
│ └─┬ through2@0.5.1
│ ├─┬ readable-stream@1.0.34
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── xtend@3.0.0
├─┬ grunt-replace@1.0.1
│ ├─┬ applause@1.2.2
│ │ ├─┬ cson-parser@1.3.5
│ │ │ └── coffee-script@1.12.6
│ │ └─┬ js-yaml@3.8.4
│ │ ├── argparse@1.0.9
│ │ └── esprima@3.1.3
│ └── lodash@4.17.4
├─┬ grunt-svgmin@0.4.0
│ ├─┬ chalk@0.4.0
│ │ ├── ansi-styles@1.0.0
│ │ ├── has-color@0.1.7
│ │ └── strip-ansi@0.1.1
│ ├── each-async@0.1.3
│ ├── pretty-bytes@0.1.2
│ └─┬ svgo@0.4.5
│ ├─┬ coa@0.4.1
│ │ └── q@0.9.7
│ ├── js-yaml@2.1.3
│ ├── sax@0.6.1
│ └── whet.extend@0.9.9
├─┬ grunt-usemin@2.4.0
│ ├─┬ debug@1.0.4
│ │ └── ms@0.6.2
│ └── lodash@2.4.2
├─┬ grunt-wiredep@3.0.0
│ └─┬ wiredep@4.0.0
│ ├─┬ bower-config@1.4.0
│ │ ├── mout@1.0.0
│ │ ├── optimist@0.6.1
│ │ ├─┬ osenv@0.1.4
│ │ │ └── os-homedir@1.0.2
│ │ └── untildify@2.1.0
│ ├── glob@7.1.2
│ ├── lodash@4.17.4
│ ├── propprop@0.3.1
│ └─┬ wiredep-cli@0.1.0
│ └── minimist@1.2.0
├─┬ html-minifier@1.1.1
│ ├─┬ change-case@2.3.1
│ │ ├── camel-case@1.2.2
│ │ ├── constant-case@1.1.2
│ │ ├── dot-case@1.1.2
│ │ ├── is-lower-case@1.1.3
│ │ ├── is-upper-case@1.1.2
│ │ ├── lower-case@1.1.4
│ │ ├── lower-case-first@1.0.2
│ │ ├── param-case@1.1.2
│ │ ├── pascal-case@1.1.2
│ │ ├── path-case@1.1.2
│ │ ├── sentence-case@1.1.3
│ │ ├── snake-case@1.1.2
│ │ ├── swap-case@1.1.2
│ │ ├── title-case@1.1.2
│ │ ├── upper-case@1.1.3
│ │ └── upper-case-first@1.1.2
│ ├─┬ cli@0.11.3
│ │ └── glob@7.1.2
│ ├─┬ concat-stream@1.5.2
│ │ ├─┬ readable-stream@2.0.6
│ │ │ └── string_decoder@0.10.31
│ │ └── typedarray@0.0.6
│ └── relateurl@0.2.7
├─┬ imagemin@1.0.5
│ ├─┬ fs-extra@0.11.1
│ │ ├── jsonfile@2.4.0
│ │ └── ncp@0.6.0
│ ├── get-stdin@3.0.2
│ ├─┬ imagemin-gifsicle@1.0.0
│ │ ├── exec-buffer@1.1.2
│ │ ├─┬ gifsicle@1.0.3
│ │ │ ├─┬ bin-build@1.1.0
│ │ │ │ └─┬ download@3.3.0
│ │ │ │ ├─┬ decompress-tar@2.0.2
│ │ │ │ │ ├─┬ strip-dirs@0.1.1
│ │ │ │ │ │ └─┬ chalk@0.5.1
│ │ │ │ │ │ ├── ansi-styles@1.1.0
│ │ │ │ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ │ │ │ └── ansi-regex@0.2.1
│ │ │ │ │ │ ├── strip-ansi@0.3.0
│ │ │ │ │ │ └── supports-color@0.2.0
│ │ │ │ │ └─┬ tar-stream@0.4.7
│ │ │ │ │ ├─┬ bl@0.9.5
│ │ │ │ │ │ └── readable-stream@1.0.34
│ │ │ │ │ └── readable-stream@1.1.14
│ │ │ │ ├── decompress-tarbz2@2.0.2
│ │ │ │ ├─┬ decompress-targz@2.1.0
│ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ │ │ └── ansi-regex@2.1.1
│ │ │ │ │ │ │ ├── strip-ansi@3.0.1
│ │ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ │ └── get-stdin@4.0.1
│ │ │ │ │ └─┬ tar-stream@1.5.4
│ │ │ │ │ ├── bl@1.2.1
│ │ │ │ │ └─┬ readable-stream@2.2.9
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ └── string_decoder@1.0.1
│ │ │ │ ├─┬ decompress-unzip@2.1.2
│ │ │ │ │ └─┬ strip-dirs@1.1.1
│ │ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ │ └── ansi-regex@2.1.1
│ │ │ │ │ │ ├── strip-ansi@3.0.1
│ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ └── get-stdin@4.0.1
│ │ │ │ ├─┬ meow@2.1.0
│ │ │ │ │ ├── camelcase-keys@1.0.0
│ │ │ │ │ ├─┬ indent-string@1.2.2
│ │ │ │ │ │ ├── get-stdin@4.0.1
│ │ │ │ │ │ └── repeating@1.1.3
│ │ │ │ │ └── object-assign@2.1.1
│ │ │ │ ├─┬ rc@0.5.5
│ │ │ │ │ ├── deep-extend@0.2.11
│ │ │ │ │ ├── minimist@0.0.10
│ │ │ │ │ └── strip-json-comments@0.1.3
│ │ │ │ ├─┬ through2@0.6.5
│ │ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ ├── url-regex@2.1.3
│ │ │ │ ├─┬ vinyl@0.4.6
│ │ │ │ │ └── clone@0.2.0
│ │ │ │ ├─┬ vinyl-fs@0.3.14
│ │ │ │ │ ├─┬ glob-stream@3.1.18
│ │ │ │ │ │ ├── glob@4.5.3
│ │ │ │ │ │ ├── minimatch@2.0.10
│ │ │ │ │ │ ├── ordered-read-streams@0.1.0
│ │ │ │ │ │ └── unique-stream@1.0.0
│ │ │ │ │ ├── graceful-fs@3.0.11
│ │ │ │ │ └── strip-bom@1.0.0
│ │ │ │ └── ware@1.3.0
│ │ │ └─┬ bin-wrapper@1.0.5
│ │ │ ├── bin-check@1.1.0
│ │ │ └─┬ bin-version-check@1.0.0
│ │ │ ├── minimist@1.2.0
│ │ │ └── semver@3.0.1
│ │ └── is-gif@1.0.0
│ ├─┬ imagemin-jpegtran@1.0.0
│ │ ├── is-jpg@1.0.0
│ │ └── jpegtran-bin@1.0.2
│ ├─┬ imagemin-optipng@1.0.0
│ │ └── optipng-bin@1.0.1
│ ├─┬ imagemin-pngquant@1.0.2
│ │ ├── exec-buffer@1.1.2
│ │ ├── is-png@1.1.0
│ │ └─┬ pngquant-bin@1.0.1
│ │ ├─┬ bin-build@1.1.0
│ │ │ └─┬ download@3.3.0
│ │ │ ├─┬ decompress-tar@2.0.2
│ │ │ │ ├── is-tar@1.0.0
│ │ │ │ ├─┬ strip-dirs@0.1.1
│ │ │ │ │ ├─┬ chalk@0.5.1
│ │ │ │ │ │ ├── ansi-styles@1.1.0
│ │ │ │ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ │ │ │ └── ansi-regex@0.2.1
│ │ │ │ │ │ ├── strip-ansi@0.3.0
│ │ │ │ │ │ └── supports-color@0.2.0
│ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ └── is-integer@1.0.7
│ │ │ │ └─┬ tar-stream@0.4.7
│ │ │ │ ├─┬ bl@0.9.5
│ │ │ │ │ └── readable-stream@1.0.34
│ │ │ │ └── readable-stream@1.1.14
│ │ │ ├─┬ decompress-tarbz2@2.0.2
│ │ │ │ ├── is-bzip2@1.0.0
│ │ │ │ └── seek-bzip@1.0.5
│ │ │ ├─┬ decompress-targz@2.1.0
│ │ │ │ ├── is-gzip@1.0.0
│ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ │ └── ansi-regex@2.1.1
│ │ │ │ │ │ ├── strip-ansi@3.0.1
│ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ ├── get-stdin@4.0.1
│ │ │ │ │ ├── is-natural-number@2.1.1
│ │ │ │ │ └── sum-up@1.0.3
│ │ │ │ └─┬ tar-stream@1.5.4
│ │ │ │ ├── bl@1.2.1
│ │ │ │ └─┬ readable-stream@2.2.9
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ └── string_decoder@1.0.1
│ │ │ ├─┬ decompress-unzip@2.1.2
│ │ │ │ ├── is-zip@1.0.0
│ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ │ └── ansi-regex@2.1.1
│ │ │ │ │ │ ├── strip-ansi@3.0.1
│ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ └── get-stdin@4.0.1
│ │ │ │ └─┬ yauzl@2.8.0
│ │ │ │ ├── buffer-crc32@0.2.13
│ │ │ │ └─┬ fd-slicer@1.0.1
│ │ │ │ └── pend@1.2.0
│ │ │ ├── get-stdin@3.0.2
│ │ │ ├─┬ meow@2.1.0
│ │ │ │ ├── camelcase-keys@1.0.0
│ │ │ │ ├─┬ indent-string@1.2.2
│ │ │ │ │ ├── get-stdin@4.0.1
│ │ │ │ │ └── repeating@1.1.3
│ │ │ │ └── object-assign@2.1.1
│ │ │ ├─┬ rc@0.5.5
│ │ │ │ ├── deep-extend@0.2.11
│ │ │ │ ├── ini@1.3.4
│ │ │ │ ├── minimist@0.0.10
│ │ │ │ └── strip-json-comments@0.1.3
│ │ │ ├─┬ stream-combiner@0.2.2
│ │ │ │ └── duplexer@0.1.1
│ │ │ ├─┬ through2@0.6.5
│ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ ├── url-regex@2.1.3
│ │ │ ├─┬ vinyl@0.4.6
│ │ │ │ └── clone@0.2.0
│ │ │ ├─┬ vinyl-fs@0.3.14
│ │ │ │ ├── defaults@1.0.3
│ │ │ │ ├─┬ glob-stream@3.1.18
│ │ │ │ │ ├── glob@4.5.3
│ │ │ │ │ ├─┬ glob2base@0.0.12
│ │ │ │ │ │ └── find-index@0.1.1
│ │ │ │ │ ├── minimatch@2.0.10
│ │ │ │ │ ├── ordered-read-streams@0.1.0
│ │ │ │ │ └── unique-stream@1.0.0
│ │ │ │ ├─┬ glob-watcher@0.0.6
│ │ │ │ │ └─┬ gaze@0.5.2
│ │ │ │ │ └─┬ globule@0.1.0
│ │ │ │ │ ├─┬ glob@3.1.21
│ │ │ │ │ │ ├── graceful-fs@1.2.3
│ │ │ │ │ │ └── inherits@1.0.2
│ │ │ │ │ ├── lodash@1.0.2
│ │ │ │ │ └── minimatch@0.2.14
│ │ │ │ ├─┬ graceful-fs@3.0.11
│ │ │ │ │ └── natives@1.1.0
│ │ │ │ └── strip-bom@1.0.0
│ │ │ └─┬ ware@1.3.0
│ │ │ └─┬ wrap-fn@0.1.5
│ │ │ └── co@3.1.0
│ │ ├─┬ bin-wrapper@1.0.5
│ │ │ ├─┬ bin-check@1.1.0
│ │ │ │ ├── executable@1.1.0
│ │ │ │ └─┬ spawn-sync@1.0.15
│ │ │ │ └── os-shim@0.1.3
│ │ │ ├─┬ bin-version-check@1.0.0
│ │ │ │ ├─┬ bin-version@1.0.4
│ │ │ │ │ └─┬ find-versions@1.2.1
│ │ │ │ │ ├── array-uniq@1.0.3
│ │ │ │ │ └── semver-regex@1.0.0
│ │ │ │ ├── minimist@1.2.0
│ │ │ │ └── semver@3.0.1
│ │ │ ├─┬ download-status@2.2.1
│ │ │ │ ├─┬ chalk@0.5.1
│ │ │ │ │ ├── ansi-styles@1.1.0
│ │ │ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ │ │ └── ansi-regex@0.2.1
│ │ │ │ │ ├── strip-ansi@0.3.0
│ │ │ │ │ └── supports-color@0.2.0
│ │ │ │ ├── lpad-align@1.1.2
│ │ │ │ ├── object-assign@2.1.1
│ │ │ │ └── progress@1.1.8
│ │ │ ├── find-file@1.0.1
│ │ │ └─┬ npm-which@1.0.2
│ │ │ └─┬ npm-path@1.1.0
│ │ │ └── which@1.2.14
│ │ └── log-symbols@1.0.2
│ ├─┬ imagemin-svgo@1.0.2
│ │ ├── is-svg@1.1.1
│ │ └─┬ svgo@0.4.5
│ │ ├─┬ coa@0.4.1
│ │ │ └── q@0.9.7
│ │ ├── js-yaml@2.1.3
│ │ └── sax@0.6.1
│ ├── stat-mode@0.2.2
│ ├─┬ tempfile@1.1.1
│ │ ├── os-tmpdir@1.0.2
│ │ └── uuid@2.0.3
│ └── ware@0.3.0
├── jasmine-beforeall@0.1.1
├── jasmine-spec-reporter@1.1.2
├─┬ jshint-stylish@0.2.0
│ ├─┬ chalk@0.4.0
│ │ ├── ansi-styles@1.0.0
│ │ └── strip-ansi@0.1.1
│ └── text-table@0.2.0
├─┬ karma@0.12.23
│ ├─┬ chokidar@1.7.0
│ │ ├─┬ anymatch@1.3.0
│ │ │ └─┬ micromatch@2.3.11
│ │ │ ├─┬ arr-diff@2.0.0
│ │ │ │ └── arr-flatten@1.0.3
│ │ │ ├── array-unique@0.2.1
│ │ │ ├─┬ braces@1.8.5
│ │ │ │ ├─┬ expand-range@1.8.2
│ │ │ │ │ └─┬ fill-range@2.2.3
│ │ │ │ │ ├── is-number@2.1.0
│ │ │ │ │ ├── isobject@2.1.0
│ │ │ │ │ └── randomatic@1.1.6
│ │ │ │ ├── preserve@0.2.0
│ │ │ │ └── repeat-element@1.1.2
│ │ │ ├─┬ expand-brackets@0.1.5
│ │ │ │ └── is-posix-bracket@0.1.1
│ │ │ ├─┬ extglob@0.3.2
│ │ │ │ └── is-extglob@1.0.0
│ │ │ ├── filename-regex@2.0.1
│ │ │ ├── is-extglob@1.0.0
│ │ │ ├── is-glob@2.0.1
│ │ │ ├─┬ kind-of@3.2.2
│ │ │ │ └── is-buffer@1.1.5
│ │ │ ├─┬ normalize-path@2.1.1
│ │ │ │ └── remove-trailing-separator@1.0.1
│ │ │ ├─┬ object.omit@2.0.1
│ │ │ │ ├─┬ for-own@0.1.5
│ │ │ │ │ └── for-in@1.0.2
│ │ │ │ └── is-extendable@0.1.1
│ │ │ ├─┬ parse-glob@3.0.4
│ │ │ │ ├─┬ glob-base@0.3.0
│ │ │ │ │ ├── glob-parent@2.0.0
│ │ │ │ │ └─┬ is-glob@2.0.1
│ │ │ │ │ └── is-extglob@1.0.0
│ │ │ │ ├── is-dotfile@1.0.2
│ │ │ │ ├── is-extglob@1.0.0
│ │ │ │ └── is-glob@2.0.1
│ │ │ └─┬ regex-cache@0.4.3
│ │ │ ├── is-equal-shallow@0.1.3
│ │ │ └── is-primitive@2.0.0
│ │ ├── async-each@1.0.1
│ │ ├── glob-parent@2.0.0
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.8.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ └─┬ readdirp@2.1.0
│ │ └── set-immediate-shim@1.0.1
│ ├─┬ connect@2.12.0
│ │ ├── batch@0.5.0
│ │ ├── buffer-crc32@0.2.1
│ │ ├── bytes@0.2.1
│ │ ├── cookie@0.1.0
│ │ ├── cookie-signature@1.0.1
│ │ ├── debug@0.8.1
│ │ ├── fresh@0.2.0
│ │ ├── methods@0.1.0
│ │ ├─┬ multiparty@2.2.0
│ │ │ ├─┬ readable-stream@1.1.14
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └─┬ stream-counter@0.2.0
│ │ │ └─┬ readable-stream@1.1.14
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ ├── negotiator@0.3.0
│ │ ├── pause@0.0.1
│ │ ├── qs@0.6.6
│ │ ├── raw-body@1.1.2
│ │ ├─┬ send@0.1.4
│ │ │ └── range-parser@0.0.4
│ │ └── uid2@0.0.3
│ ├── di@0.0.1
│ ├─┬ glob@3.2.11
│ │ └── minimatch@0.3.0
│ ├── graceful-fs@2.0.3
│ ├─┬ http-proxy@0.10.4
│ │ ├── optimist@0.6.1
│ │ ├── pkginfo@0.3.1
│ │ └─┬ utile@0.2.1
│ │ ├── async@0.2.10
│ │ ├── deep-equal@1.0.1
│ │ ├── i@0.3.5
│ │ └── ncp@0.4.2
│ ├── lodash@2.4.2
│ ├─┬ log4js@0.6.38
│ │ ├─┬ readable-stream@1.0.34
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └── semver@4.3.6
│ ├── mime@1.2.11
│ ├── minimatch@0.2.14
│ ├─┬ optimist@0.6.1
│ │ └── minimist@0.0.8
│ ├── q@0.9.7
│ ├── rimraf@2.2.8
│ ├─┬ socket.io@0.9.19
│ │ ├── base64id@0.1.0
│ │ ├── policyfile@0.0.4
│ │ ├── redis@0.7.3
│ │ └─┬ socket.io-client@0.9.16
│ │ ├─┬ active-x-obfuscator@0.0.1
│ │ │ └── zeparser@0.0.5
│ │ ├── uglify-js@1.2.5
│ │ ├─┬ ws@0.4.32
│ │ │ ├── commander@2.1.0
│ │ │ ├── nan@1.0.0
│ │ │ ├── options@0.0.6
│ │ │ └── tinycolor@0.0.1
│ │ └── xmlhttprequest@1.4.2
│ ├── source-map@0.1.43
│ └─┬ useragent@2.0.10
│ └── lru-cache@2.2.4
├─┬ karma-chrome-launcher@2.1.1
│ ├─┬ fs-access@1.0.1
│ │ └── null-check@1.0.0
│ └─┬ which@1.2.14
│ └── isexe@2.0.0
├─┬ karma-coverage@0.2.6
│ ├── dateformat@1.0.12
│ ├─┬ ibrik@1.1.1
│ │ ├─┬ coffee-script-redux@2.0.0-beta8
│ │ │ ├── cscodegen@0.1.0 (git://github.com/michaelficarra/cscodegen.git#73fd7202ac086c26f18c9d56f025b18b3c6f5383)
│ │ │ ├─┬ escodegen@0.0.28
│ │ │ │ └── estraverse@1.3.2
│ │ │ ├─┬ esmangle@0.0.17
│ │ │ │ ├── escodegen@0.0.28
│ │ │ │ ├─┬ escope@1.0.3
│ │ │ │ │ └── estraverse@2.0.0
│ │ │ │ ├─┬ esshorten@0.0.2
│ │ │ │ │ └── estraverse@1.2.0
│ │ │ │ ├── estraverse@1.3.2
│ │ │ │ └── source-map@0.1.43
│ │ │ ├── nopt@2.1.2
│ │ │ ├── source-map@0.1.11
│ │ │ └── StringScanner@0.0.3
│ │ ├─┬ escodegen@1.1.0
│ │ │ └── source-map@0.1.43
│ │ ├── estraverse@1.5.1
│ │ ├── lodash@2.4.2
│ │ ├── mkdirp@0.3.5
│ │ └── optimist@0.6.1
│ ├─┬ istanbul@0.3.22
│ │ ├── abbrev@1.0.9
│ │ ├── async@1.5.2
│ │ ├─┬ escodegen@1.7.1
│ │ │ ├── esprima@1.2.5
│ │ │ ├── estraverse@1.9.3
│ │ │ ├── esutils@2.0.2
│ │ │ ├─┬ optionator@0.5.0
│ │ │ │ ├── deep-is@0.1.3
│ │ │ │ ├── fast-levenshtein@1.0.7
│ │ │ │ ├── levn@0.2.5
│ │ │ │ ├── prelude-ls@1.1.2
│ │ │ │ └── type-check@0.3.2
│ │ │ └── source-map@0.2.0
│ │ ├── esprima@2.5.0
│ │ ├─┬ fileset@0.2.1
│ │ │ └── minimatch@2.0.10
│ │ ├─┬ handlebars@4.0.10
│ │ │ ├─┬ optimist@0.6.1
│ │ │ │ └── wordwrap@0.0.3
│ │ │ └── source-map@0.4.4
│ │ ├─┬ js-yaml@3.8.4
│ │ │ ├── argparse@1.0.9
│ │ │ └── esprima@3.1.3
│ │ ├── which@1.2.14
│ │ └── wordwrap@1.0.0
│ └── minimatch@0.3.0
├── karma-firefox-launcher@1.0.1
├── karma-jasmine@0.1.5
├── karma-ng-html2js-preprocessor@1.0.0
├─┬ less@2.6.1
│ ├─┬ errno@0.1.4
│ │ └── prr@0.0.0
│ ├── graceful-fs@4.1.11
│ ├── image-size@0.4.0
│ ├── mime@1.3.4
│ ├── mkdirp@0.5.1
│ ├─┬ promise@7.1.1
│ │ └── asap@2.0.5
│ └─┬ request@2.81.0
│ ├── aws-sign2@0.6.0
│ ├── aws4@1.6.0
│ ├── caseless@0.12.0
│ ├─┬ combined-stream@1.0.5
│ │ └── delayed-stream@1.0.0
│ ├── extend@3.0.1
│ ├── forever-agent@0.6.1
│ ├─┬ form-data@2.1.4
│ │ └── asynckit@0.4.0
│ ├─┬ har-validator@4.2.1
│ │ ├─┬ ajv@4.11.8
│ │ │ ├── co@4.6.0
│ │ │ └─┬ json-stable-stringify@1.0.1
│ │ │ └── jsonify@0.0.0
│ │ └── har-schema@1.0.5
│ ├─┬ hawk@3.1.3
│ │ ├── boom@2.10.1
│ │ ├── cryptiles@2.0.5
│ │ ├── hoek@2.16.3
│ │ └── sntp@1.0.9
│ ├─┬ http-signature@1.1.1
│ │ ├── assert-plus@0.2.0
│ │ ├─┬ jsprim@1.4.0
│ │ │ ├── assert-plus@1.0.0
│ │ │ ├── extsprintf@1.0.2
│ │ │ ├── json-schema@0.2.3
│ │ │ └── verror@1.3.6
│ │ └─┬ sshpk@1.13.0
│ │ ├── asn1@0.2.3
│ │ ├── assert-plus@1.0.0
│ │ ├── bcrypt-pbkdf@1.0.1
│ │ ├─┬ dashdash@1.14.1
│ │ │ └── assert-plus@1.0.0
│ │ ├── ecc-jsbn@0.1.1
│ │ ├─┬ getpass@0.1.7
│ │ │ └── assert-plus@1.0.0
│ │ ├── jodid25519@1.0.2
│ │ ├── jsbn@0.1.1
│ │ └── tweetnacl@0.14.5
│ ├── is-typedarray@1.0.0
│ ├── isstream@0.1.2
│ ├── json-stringify-safe@5.0.1
│ ├── oauth-sign@0.8.2
│ ├── performance-now@0.2.0
│ ├── qs@6.4.0
│ ├── safe-buffer@5.0.1
│ ├── stringstream@0.0.5
│ ├─┬ tough-cookie@2.3.2
│ │ └── punycode@1.4.1
│ ├── tunnel-agent@0.6.0
│ └── uuid@3.0.1
├─┬ load-grunt-tasks@0.4.0
│ ├─┬ findup-sync@0.1.3
│ │ ├─┬ glob@3.2.11
│ │ │ └── minimatch@0.3.0
│ │ └── lodash@2.4.2
│ └─┬ multimatch@0.1.0
│ ├── lodash@2.4.2
│ └── minimatch@0.2.14
├── lodash@3.10.1
├─┬ protractor@1.7.0
│ ├── adm-zip@0.4.4
│ ├─┬ glob@3.2.11
│ │ └── minimatch@0.3.0
│ ├─┬ jasmine@2.1.1
│ │ ├─┬ glob@3.2.11
│ │ │ └── minimatch@0.3.0
│ │ └── jasmine-core@2.1.3
│ ├── jasminewd@1.1.0
│ ├── jasminewd2@0.0.2
│ ├── lodash@2.4.2
│ ├── minijasminenode@1.1.1
│ ├── optimist@0.6.1
│ ├── q@1.0.0
│ ├─┬ request@2.36.0
│ │ ├── aws-sign2@0.5.0
│ │ ├── forever-agent@0.5.2
│ │ ├─┬ form-data@0.1.4
│ │ │ ├── async@0.9.2
│ │ │ └─┬ combined-stream@0.0.7
│ │ │ └── delayed-stream@0.0.5
│ │ ├─┬ hawk@1.0.0
│ │ │ ├── boom@0.4.2
│ │ │ ├── cryptiles@0.2.2
│ │ │ ├── hoek@0.9.1
│ │ │ └── sntp@0.2.4
│ │ ├─┬ http-signature@0.10.1
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.5
│ │ │ └── ctype@0.5.3
│ │ ├── mime@1.2.11
│ │ ├── node-uuid@1.4.8
│ │ ├── oauth-sign@0.3.0
│ │ ├── qs@0.6.6
│ │ └── tunnel-agent@0.4.3
│ ├── saucelabs@0.1.1
│ ├─┬ selenium-webdriver@2.44.0
│ │ ├── adm-zip@0.4.4
│ │ ├── tmp@0.0.24
│ │ └─┬ xml2js@0.4.4
│ │ ├── sax@0.6.1
│ │ └── xmlbuilder@9.0.0
│ └─┬ source-map-support@0.2.10
│ └── source-map@0.1.32
├─┬ protractor-screenshot-reporter@0.0.5
│ └── mkdirp@0.3.5
├─┬ serve-static@1.10.2
│ ├── escape-html@1.0.3
│ ├── parseurl@1.3.1
│ └─┬ send@0.13.1
│ ├── debug@2.2.0
│ ├── destroy@1.0.4
│ ├── etag@1.7.0
│ ├── fresh@0.3.0
│ ├── http-errors@1.3.1
│ ├── ms@0.7.1
│ ├── range-parser@1.0.3
│ └── statuses@1.2.1
└─┬ time-grunt@0.3.2
├─┬ chalk@0.4.0
│ ├── ansi-styles@1.0.0
│ └── strip-ansi@0.1.1
├── date-time@0.1.1
└── pretty-ms@0.1.0
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN origin-web-console@1.3.0-alpha No license field.
[install-assets] bower cache clean --allow-root
[install-assets] bower update --allow-root
bower angular-resource#1.5.11 not-cached https://github.com/angular/bower-angular-resource.git#1.5.11
bower angular-resource#1.5.11 resolve https://github.com/angular/bower-angular-resource.git#1.5.11
bower angular-cookies#1.5.11 not-cached https://github.com/angular/bower-angular-cookies.git#1.5.11
bower angular-cookies#1.5.11 resolve https://github.com/angular/bower-angular-cookies.git#1.5.11
bower es5-dom-shim#* not-cached https://github.com/termi/ES5-DOM-SHIM.git#*
bower es5-dom-shim#* resolve https://github.com/termi/ES5-DOM-SHIM.git#*
bower es5-shim#3.1.1 not-cached https://github.com/es-shims/es5-shim.git#3.1.1
bower es5-shim#3.1.1 resolve https://github.com/es-shims/es5-shim.git#3.1.1
bower angular-sanitize#1.5.11 not-cached https://github.com/angular/bower-angular-sanitize.git#1.5.11
bower angular-sanitize#1.5.11 resolve https://github.com/angular/bower-angular-sanitize.git#1.5.11
bower angular-touch#1.5.11 not-cached https://github.com/angular/bower-angular-touch.git#1.5.11
bower angular-touch#1.5.11 resolve https://github.com/angular/bower-angular-touch.git#1.5.11
bower angular-bootstrap#0.14.3 not-cached https://github.com/angular-ui/bootstrap-bower.git#0.14.3
bower angular-bootstrap#0.14.3 resolve https://github.com/angular-ui/bootstrap-bower.git#0.14.3
bower angular-animate#1.5.11 not-cached https://github.com/angular/bower-angular-animate.git#1.5.11
bower angular-animate#1.5.11 resolve https://github.com/angular/bower-angular-animate.git#1.5.11
bower angular-patternfly#3.24.0 not-cached https://github.com/patternfly/angular-patternfly.git#3.24.0
bower angular-patternfly#3.24.0 resolve https://github.com/patternfly/angular-patternfly.git#3.24.0
bower uri.js#1.18.0 not-cached https://github.com/medialize/URI.js.git#1.18.0
bower uri.js#1.18.0 resolve https://github.com/medialize/URI.js.git#1.18.0
bower moment#2.14.2 not-cached https://github.com/moment/moment.git#2.14.2
bower moment#2.14.2 resolve https://github.com/moment/moment.git#2.14.2
bower angular-route#1.5.11 not-cached https://github.com/angular/bower-angular-route.git#1.5.11
bower angular-route#1.5.11 resolve https://github.com/angular/bower-angular-route.git#1.5.11
bower moment-timezone#0.5.3 not-cached https://github.com/moment/moment-timezone.git#0.5.3
bower moment-timezone#0.5.3 resolve https://github.com/moment/moment-timezone.git#0.5.3
bower hawtio-core#2.0.37 not-cached https://github.com/hawtio/hawtio-core.git#2.0.37
bower hawtio-core#2.0.37 resolve https://github.com/hawtio/hawtio-core.git#2.0.37
bower jquery#2.1.4 not-cached https://github.com/jquery/jquery-dist.git#2.1.4
bower jquery#2.1.4 resolve https://github.com/jquery/jquery-dist.git#2.1.4
bower sifter#0.4.1 not-cached https://github.com/brianreavis/sifter.js.git#0.4.1
bower sifter#0.4.1 resolve https://github.com/brianreavis/sifter.js.git#0.4.1
bower microplugin#0.0.3 not-cached https://github.com/brianreavis/microplugin.js.git#0.0.3
bower microplugin#0.0.3 resolve https://github.com/brianreavis/microplugin.js.git#0.0.3
bower selectize#0.12.1 not-cached https://github.com/selectize/selectize.js.git#0.12.1
bower selectize#0.12.1 resolve https://github.com/selectize/selectize.js.git#0.12.1
bower hawtio-extension-service#2.0.2 not-cached https://github.com/hawtio/hawtio-extension-service.git#2.0.2
bower hawtio-extension-service#2.0.2 resolve https://github.com/hawtio/hawtio-extension-service.git#2.0.2
bower kubernetes-label-selector#1.4.4 not-cached https://github.com/kubernetes-ui/label-selector.git#1.4.4
bower kubernetes-label-selector#1.4.4 resolve https://github.com/kubernetes-ui/label-selector.git#1.4.4
bower lodash#3.10.1 not-cached https://github.com/lodash/lodash.git#3.10.1
bower lodash#3.10.1 resolve https://github.com/lodash/lodash.git#3.10.1
bower kubernetes-container-terminal#1.0.3 not-cached https://github.com/kubernetes-ui/container-terminal.git#1.0.3
bower kubernetes-container-terminal#1.0.3 resolve https://github.com/kubernetes-ui/container-terminal.git#1.0.3
bower registry-image-widgets#0.0.2 not-cached https://github.com/openshift/registry-image-widgets.git#0.0.2
bower registry-image-widgets#0.0.2 resolve https://github.com/openshift/registry-image-widgets.git#0.0.2
bower layout.attrs#2.1.1 not-cached https://github.com/benjaminapetersen/layout.attrs.git#2.1.1
bower layout.attrs#2.1.1 resolve https://github.com/benjaminapetersen/layout.attrs.git#2.1.1
bower angular-ui-ace#0.2.3 not-cached https://github.com/angular-ui/ui-ace.git#0.2.3
bower angular-ui-ace#0.2.3 resolve https://github.com/angular-ui/ui-ace.git#0.2.3
bower kubernetes-object-describer#1.0.4 not-cached https://github.com/kubernetes-ui/object-describer.git#1.0.4
bower kubernetes-object-describer#1.0.4 resolve https://github.com/kubernetes-ui/object-describer.git#1.0.4
bower clipboard#1.5.8 not-cached https://github.com/zenorocha/clipboard.js.git#1.5.8
bower clipboard#1.5.8 resolve https://github.com/zenorocha/clipboard.js.git#1.5.8
bower ansi_up#1.3.0 not-cached https://github.com/drudru/ansi_up.git#1.3.0
bower ansi_up#1.3.0 resolve https://github.com/drudru/ansi_up.git#1.3.0
bower bootstrap-hover-dropdown#2.1.3 not-cached https://github.com/CWSpear/twitter-bootstrap-hover-dropdown.git#2.1.3
bower bootstrap-hover-dropdown#2.1.3 resolve https://github.com/CWSpear/twitter-bootstrap-hover-dropdown.git#2.1.3
bower angular-extension-registry#1.2.6 not-cached https://github.com/openshift/angular-extension-registry.git#1.2.6
bower angular-extension-registry#1.2.6 resolve https://github.com/openshift/angular-extension-registry.git#1.2.6
bower ace-builds#1.2.2 not-cached https://github.com/ajaxorg/ace-builds.git#1.2.2
bower ace-builds#1.2.2 resolve https://github.com/ajaxorg/ace-builds.git#1.2.2
bower ui-select#0.19.4 not-cached https://github.com/angular-ui/ui-select.git#0.19.4
bower ui-select#0.19.4 resolve https://github.com/angular-ui/ui-select.git#0.19.4
bower matchHeight#0.7.0 not-cached https://github.com/liabru/jquery-match-height.git#0.7.0
bower matchHeight#0.7.0 resolve https://github.com/liabru/jquery-match-height.git#0.7.0
bower js-yaml#3.6.1 not-cached https://github.com/nodeca/js-yaml.git#3.6.1
bower js-yaml#3.6.1 resolve https://github.com/nodeca/js-yaml.git#3.6.1
bower ng-sortable#1.3.4 not-cached https://github.com/a5hik/ng-sortable.git#1.3.4
bower ng-sortable#1.3.4 resolve https://github.com/a5hik/ng-sortable.git#1.3.4
bower file-saver#1.3.3 not-cached https://github.com/eligrey/FileSaver.js.git#1.3.3
bower file-saver#1.3.3 resolve https://github.com/eligrey/FileSaver.js.git#1.3.3
bower origin-web-common#0.0.29 not-cached https://github.com/openshift/origin-web-common.git#0.0.29
bower origin-web-common#0.0.29 resolve https://github.com/openshift/origin-web-common.git#0.0.29
bower angular#1.5.11 not-cached https://github.com/angular/bower-angular.git#1.5.11
bower angular#1.5.11 resolve https://github.com/angular/bower-angular.git#1.5.11
bower json3#3.3.2 not-cached https://github.com/bestiejs/json3.git#3.3.2
bower json3#3.3.2 resolve https://github.com/bestiejs/json3.git#3.3.2
bower origin-web-catalog#0.0.18 not-cached https://github.com/openshift/origin-web-catalog.git#0.0.18
bower origin-web-catalog#0.0.18 resolve https://github.com/openshift/origin-web-catalog.git#0.0.18
bower angular-utf8-base64#0.0.5 not-cached https://github.com/stranger82/angular-utf8-base64.git#0.0.5
bower angular-utf8-base64#0.0.5 resolve https://github.com/stranger82/angular-utf8-base64.git#0.0.5
bower angular-mocks#1.5.11 not-cached https://github.com/angular/bower-angular-mocks.git#1.5.11
bower angular-mocks#1.5.11 resolve https://github.com/angular/bower-angular-mocks.git#1.5.11
bower angular-moment#1.0.0 not-cached https://github.com/urish/angular-moment.git#1.0.0
bower angular-moment#1.0.0 resolve https://github.com/urish/angular-moment.git#1.0.0
bower angular-inview#2.2.0 not-cached https://github.com/thenikso/angular-inview.git#2.2.0
bower angular-inview#2.2.0 resolve https://github.com/thenikso/angular-inview.git#2.2.0
bower patternfly#3.24.0 not-cached https://github.com/patternfly/patternfly.git#3.24.0
bower patternfly#3.24.0 resolve https://github.com/patternfly/patternfly.git#3.24.0
bower angular-scenario#1.5.11 not-cached https://github.com/angular/bower-angular-scenario.git#1.5.11
bower angular-scenario#1.5.11 resolve https://github.com/angular/bower-angular-scenario.git#1.5.11
bower angular-utf8-base64#0.0.5 download https://github.com/stranger82/angular-utf8-base64/archive/v0.0.5.tar.gz
bower origin-web-catalog#0.0.18 download https://github.com/openshift/origin-web-catalog/archive/v0.0.18.tar.gz
bower angular-resource#1.5.11 download https://github.com/angular/bower-angular-resource/archive/v1.5.11.tar.gz
bower patternfly#3.24.0 download https://github.com/patternfly/patternfly/archive/v3.24.0.tar.gz
bower angular-inview#2.2.0 download https://github.com/thenikso/angular-inview/archive/v2.2.0.tar.gz
bower angular-moment#1.0.0 download https://github.com/urish/angular-moment/archive/1.0.0.tar.gz
bower angular-mocks#1.5.11 download https://github.com/angular/bower-angular-mocks/archive/v1.5.11.tar.gz
bower es5-shim#3.1.1 download https://github.com/es-shims/es5-shim/archive/v3.1.1.tar.gz
bower es5-dom-shim#* download https://github.com/termi/ES5-DOM-SHIM/archive/master.tar.gz
bower angular-cookies#1.5.11 download https://github.com/angular/bower-angular-cookies/archive/v1.5.11.tar.gz
bower angular-patternfly#3.24.0 download https://github.com/patternfly/angular-patternfly/archive/v3.24.0.tar.gz
bower angular-bootstrap#0.14.3 download https://github.com/angular-ui/bootstrap-bower/archive/0.14.3.tar.gz
bower angular-touch#1.5.11 download https://github.com/angular/bower-angular-touch/archive/v1.5.11.tar.gz
bower angular-sanitize#1.5.11 download https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.tar.gz
bower moment-timezone#0.5.3 download https://github.com/moment/moment-timezone/archive/0.5.3.tar.gz
bower moment#2.14.2 download https://github.com/moment/moment/archive/2.14.2.tar.gz
bower uri.js#1.18.0 download https://github.com/medialize/URI.js/archive/v1.18.0.tar.gz
bower angular-animate#1.5.11 download https://github.com/angular/bower-angular-animate/archive/v1.5.11.tar.gz
bower microplugin#0.0.3 download https://github.com/brianreavis/microplugin.js/archive/v0.0.3.tar.gz
bower sifter#0.4.1 download https://github.com/brianreavis/sifter.js/archive/v0.4.1.tar.gz
bower jquery#2.1.4 download https://github.com/jquery/jquery-dist/archive/2.1.4.tar.gz
bower hawtio-core#2.0.37 download https://github.com/hawtio/hawtio-core/archive/v2.0.37.tar.gz
bower angular-route#1.5.11 download https://github.com/angular/bower-angular-route/archive/v1.5.11.tar.gz
bower kubernetes-container-terminal#1.0.3 download https://github.com/kubernetes-ui/container-terminal/archive/v1.0.3.tar.gz
bower lodash#3.10.1 download https://github.com/lodash/lodash/archive/3.10.1.tar.gz
bower kubernetes-label-selector#1.4.4 download https://github.com/kubernetes-ui/label-selector/archive/v1.4.4.tar.gz
bower hawtio-extension-service#2.0.2 download https://github.com/hawtio/hawtio-extension-service/archive/v2.0.2.tar.gz
bower selectize#0.12.1 download https://github.com/selectize/selectize.js/archive/v0.12.1.tar.gz
bower angular-utf8-base64#0.0.5 extract archive.tar.gz
bower registry-image-widgets#0.0.2 download https://github.com/openshift/registry-image-widgets/archive/0.0.2.tar.gz
bower layout.attrs#2.1.1 download https://github.com/benjaminapetersen/layout.attrs/archive/2.1.1.tar.gz
bower angular-ui-ace#0.2.3 download https://github.com/angular-ui/ui-ace/archive/v0.2.3.tar.gz
bower angular-inview#2.2.0 extract archive.tar.gz
bower angular-cookies#1.5.11 extract archive.tar.gz
bower kubernetes-object-describer#1.0.4 download https://github.com/kubernetes-ui/object-describer/archive/v1.0.4.tar.gz
bower angular-moment#1.0.0 extract archive.tar.gz
bower angular-resource#1.5.11 extract archive.tar.gz
bower angular-mocks#1.5.11 extract archive.tar.gz
bower clipboard#1.5.8 download https://github.com/zenorocha/clipboard.js/archive/v1.5.8.tar.gz
bower microplugin#0.0.3 extract archive.tar.gz
bower es5-shim#3.1.1 extract archive.tar.gz
bower angular-sanitize#1.5.11 extract archive.tar.gz
bower angular-touch#1.5.11 extract archive.tar.gz
bower hawtio-core#2.0.37 extract archive.tar.gz
bower ansi_up#1.3.0 download https://github.com/drudru/ansi_up/archive/v1.3.0.tar.gz
bower hawtio-extension-service#2.0.2 extract archive.tar.gz
bower angular-route#1.5.11 extract archive.tar.gz
bower bootstrap-hover-dropdown#2.1.3 download https://github.com/CWSpear/twitter-bootstrap-hover-dropdown/archive/v2.1.3.tar.gz
bower angular-animate#1.5.11 extract archive.tar.gz
bower kubernetes-label-selector#1.4.4 extract archive.tar.gz
bower kubernetes-container-terminal#1.0.3 extract archive.tar.gz
bower registry-image-widgets#0.0.2 extract archive.tar.gz
bower angular-extension-registry#1.2.6 download https://github.com/openshift/angular-extension-registry/archive/1.2.6.tar.gz
bower layout.attrs#2.1.1 extract archive.tar.gz
bower angular-bootstrap#0.14.3 extract archive.tar.gz
bower angular-ui-ace#0.2.3 extract archive.tar.gz
bower kubernetes-object-describer#1.0.4 extract archive.tar.gz
bower clipboard#1.5.8 extract archive.tar.gz
bower ace-builds#1.2.2 download https://github.com/ajaxorg/ace-builds/archive/v1.2.2.tar.gz
bower ui-select#0.19.4 download https://github.com/angular-ui/ui-select/archive/v0.19.4.tar.gz
bower sifter#0.4.1 extract archive.tar.gz
bower matchHeight#0.7.0 download https://github.com/liabru/jquery-match-height/archive/0.7.0.tar.gz
bower js-yaml#3.6.1 download https://github.com/nodeca/js-yaml/archive/3.6.1.tar.gz
bower ansi_up#1.3.0 extract archive.tar.gz
bower ng-sortable#1.3.4 download https://github.com/a5hik/ng-sortable/archive/1.3.4.tar.gz
bower bootstrap-hover-dropdown#2.1.3 extract archive.tar.gz
bower uri.js#1.18.0 extract archive.tar.gz
bower angular-extension-registry#1.2.6 extract archive.tar.gz
bower file-saver#1.3.3 download https://github.com/eligrey/FileSaver.js/archive/1.3.3.tar.gz
bower selectize#0.12.1 extract archive.tar.gz
bower origin-web-common#0.0.29 download https://github.com/openshift/origin-web-common/archive/v0.0.29.tar.gz
bower matchHeight#0.7.0 extract archive.tar.gz
bower ng-sortable#1.3.4 extract archive.tar.gz
bower file-saver#1.3.3 extract archive.tar.gz
bower ui-select#0.19.4 extract archive.tar.gz
bower angular#1.5.11 download https://github.com/angular/bower-angular/archive/v1.5.11.tar.gz
bower json3#3.3.2 download https://github.com/bestiejs/json3/archive/v3.3.2.tar.gz
bower angular-scenario#1.5.11 download https://github.com/angular/bower-angular-scenario/archive/v1.5.11.tar.gz
bower origin-web-common#0.0.29 extract archive.tar.gz
bower jquery#2.1.4 extract archive.tar.gz
bower lodash#3.10.1 extract archive.tar.gz
bower origin-web-catalog#0.0.18 progress received 0.8MB
bower angular-ui-ace#0.2.3 resolved https://github.com/angular-ui/ui-ace.git#0.2.3
bower moment-timezone#0.5.3 progress received 0.8MB of 4.2MB downloaded, 19%
bower patternfly#3.24.0 progress received 0.8MB
bower moment#2.14.2 progress received 0.8MB of 0.8MB downloaded, 95%
bower es5-dom-shim#* progress received 0.8MB
bower angular-cookies#1.5.11 resolved https://github.com/angular/bower-angular-cookies.git#1.5.11
bower angular-resource#1.5.11 resolved https://github.com/angular/bower-angular-resource.git#1.5.11
bower moment#2.14.2 extract archive.tar.gz
bower angular-mocks#1.5.11 resolved https://github.com/angular/bower-angular-mocks.git#1.5.11
bower angular-sanitize#1.5.11 resolved https://github.com/angular/bower-angular-sanitize.git#1.5.11
bower angular-touch#1.5.11 resolved https://github.com/angular/bower-angular-touch.git#1.5.11
bower angular-route#1.5.11 resolved https://github.com/angular/bower-angular-route.git#1.5.11
bower angular-patternfly#3.24.0 progress received 0.9MB
bower json3#3.3.2 extract archive.tar.gz
bower origin-web-catalog#0.0.18 extract archive.tar.gz
bower angular-animate#1.5.11 resolved https://github.com/angular/bower-angular-animate.git#1.5.11
bower angular-scenario#1.5.11 extract archive.tar.gz
bower angular-inview#2.2.0 mismatch Version declared in the json (2.0.0) is different than the resolved one (2.2.0)
bower angular#1.5.11 extract archive.tar.gz
bower angular-inview#2.2.0 resolved https://github.com/thenikso/angular-inview.git#2.2.0
bower bootstrap-hover-dropdown#2.1.3 resolved https://github.com/CWSpear/twitter-bootstrap-hover-dropdown.git#2.1.3
bower bootstrap#^3.0.0 not-cached https://github.com/twbs/bootstrap.git#^3.0.0
bower bootstrap#^3.0.0 resolve https://github.com/twbs/bootstrap.git#^3.0.0
bower hawtio-extension-service#2.0.2 resolved https://github.com/hawtio/hawtio-extension-service.git#2.0.2
bower kubernetes-label-selector#1.4.4 invalid-meta for:/tmp/ec2-user/bower/bee2830de5b13acdc02308eeafe8168d-26612-ReQk7U/bower.json
bower kubernetes-label-selector#1.4.4 invalid-meta The "description" is too long, the limit is 140 characters
bower kubernetes-label-selector#1.4.4 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["labelSelector.js","labelFilter.js"]
bower microplugin#0.0.3 resolved https://github.com/brianreavis/microplugin.js.git#0.0.3
bower js-yaml#3.6.1 extract archive.tar.gz
bower angular-moment#1.0.0 resolved https://github.com/urish/angular-moment.git#1.0.0
bower angular-bootstrap#0.14.3 resolved https://github.com/angular-ui/bootstrap-bower.git#0.14.3
bower kubernetes-container-terminal#1.0.3 resolved https://github.com/kubernetes-ui/container-terminal.git#1.0.3
bower angular-utf8-base64#0.0.5 resolved https://github.com/stranger82/angular-utf8-base64.git#0.0.5
bower file-saver#1.3.3 resolved https://github.com/eligrey/FileSaver.js.git#1.3.3
bower es5-dom-shim#* extract archive.tar.gz
bower hawtio-core#2.0.37 mismatch Version declared in the json (2.0.36) is different than the resolved one (2.0.37)
bower term.js#0.0.7 not-cached https://github.com/vahe/term.js.git#0.0.7
bower term.js#0.0.7 resolve https://github.com/vahe/term.js.git#0.0.7
bower font-awesome#* not-cached https://github.com/FortAwesome/Font-Awesome.git#*
bower font-awesome#* resolve https://github.com/FortAwesome/Font-Awesome.git#*
bower hawtio-core#2.0.37 resolved https://github.com/hawtio/hawtio-core.git#2.0.37
bower js-logger#~0.9.14 not-cached https://github.com/jonnyreeves/js-logger.git#~0.9.14
bower js-logger#~0.9.14 resolve https://github.com/jonnyreeves/js-logger.git#~0.9.14
bower bootstrap#^3.0.0 download https://github.com/twbs/bootstrap/archive/v3.3.7.tar.gz
bower term.js#0.0.7 download https://github.com/vahe/term.js/archive/v0.0.7.tar.gz
bower font-awesome#* download https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.tar.gz
bower kubernetes-label-selector#1.4.4 resolved https://github.com/kubernetes-ui/label-selector.git#1.4.4
bower fontawesome#~4.3.0 not-cached https://github.com/FortAwesome/Font-Awesome.git#~4.3.0
bower fontawesome#~4.3.0 resolve https://github.com/FortAwesome/Font-Awesome.git#~4.3.0
bower patternfly#3.24.0 progress received 2.3MB
bower moment-timezone#0.5.3 progress received 2.3MB of 4.2MB downloaded, 55%
bower fontawesome#~4.3.0 download https://github.com/FortAwesome/Font-Awesome/archive/v4.3.0.tar.gz
bower term.js#0.0.7 extract archive.tar.gz
bower js-logger#~0.9.14 download https://github.com/jonnyreeves/js-logger/archive/0.9.14.tar.gz
bower ansi_up#1.3.0 resolved https://github.com/drudru/ansi_up.git#1.3.0
bower angular-patternfly#3.24.0 progress received 2.5MB
bower sifter#0.4.1 resolved https://github.com/brianreavis/sifter.js.git#0.4.1
bower layout.attrs#2.1.1 invalid-meta for:/tmp/ec2-user/bower/a141cbf7b199b196836809a524a96e0d-26612-bZvPBs/bower.json
bower layout.attrs#2.1.1 invalid-meta The "main" field cannot contain minified files
bower angular-scenario#1.5.11 resolved https://github.com/angular/bower-angular-scenario.git#1.5.11
bower clipboard#1.5.8 resolved https://github.com/zenorocha/clipboard.js.git#1.5.8
bower registry-image-widgets#0.0.2 resolved https://github.com/openshift/registry-image-widgets.git#0.0.2
bower js-logger#~0.9.14 extract archive.tar.gz
bower angular#1.5.11 resolved https://github.com/angular/bower-angular.git#1.5.11
bower matchHeight#0.7.0 invalid-meta for:/tmp/ec2-user/bower/e7492d2ba410ba5d41b5675732c04a29-26612-dpQ2pI/bower.json
bower matchHeight#0.7.0 invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower es5-shim#3.1.1 resolved https://github.com/es-shims/es5-shim.git#3.1.1
bower angular-extension-registry#1.2.6 invalid-meta for:/tmp/ec2-user/bower/f380b5bf7b0d9085b0a3ec7deead3bdd-26612-kuv6I6/bower.json
bower angular-extension-registry#1.2.6 invalid-meta The "main" field cannot contain minified files
bower angular-extension-registry#1.2.6 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["dist/angular-extension-registry.min.js","dist/compiled-templates.js"]
bower kubernetes-object-describer#1.0.4 resolved https://github.com/kubernetes-ui/object-describer.git#1.0.4
bower matchHeight#0.7.0 resolved https://github.com/liabru/jquery-match-height.git#0.7.0
bower moment-timezone#0.5.3 extract archive.tar.gz
bower ace-builds#1.2.2 progress received 3.9MB
bower layout.attrs#2.1.1 resolved https://github.com/benjaminapetersen/layout.attrs.git#2.1.1
bower term.js#0.0.7 resolved https://github.com/vahe/term.js.git#0.0.7
bower js-logger#~0.9.14 resolved https://github.com/jonnyreeves/js-logger.git#0.9.14
bower fontawesome#~4.3.0 extract archive.tar.gz
bower font-awesome#* extract archive.tar.gz
bower ng-sortable#1.3.4 resolved https://github.com/a5hik/ng-sortable.git#1.3.4
bower patternfly#3.24.0 progress received 5.8MB
bower angular-extension-registry#1.2.6 resolved https://github.com/openshift/angular-extension-registry.git#1.2.6
bower bootstrap#^3.0.0 extract archive.tar.gz
bower es5-dom-shim#* resolved https://github.com/termi/ES5-DOM-SHIM.git#e25207e9ed
bower angular-patternfly#3.24.0 progress received 6.3MB
bower angular-patternfly#3.24.0 extract archive.tar.gz
bower uri.js#1.18.0 resolved https://github.com/medialize/URI.js.git#1.18.0
bower ace-builds#1.2.2 extract archive.tar.gz
bower ui-select#0.19.4 resolved https://github.com/angular-ui/ui-select.git#0.19.4
bower selectize#0.12.1 resolved https://github.com/selectize/selectize.js.git#0.12.1
bower origin-web-common#0.0.29 resolved https://github.com/openshift/origin-web-common.git#0.0.29
bower patternfly#~3.21.0 not-cached https://github.com/patternfly/patternfly.git#~3.21.0
bower patternfly#~3.21.0 resolve https://github.com/patternfly/patternfly.git#~3.21.0
bower patternfly#~3.21.0 download https://github.com/patternfly/patternfly/archive/v3.21.0.tar.gz
bower patternfly#3.24.0 extract archive.tar.gz
bower hopscotch#~0.2.7 not-cached https://github.com/linkedin/hopscotch.git#~0.2.7
bower hopscotch#~0.2.7 resolve https://github.com/linkedin/hopscotch.git#~0.2.7
bower lodash#3.10.1 resolved https://github.com/lodash/lodash.git#3.10.1
bower hopscotch#~0.2.7 download https://github.com/linkedin/hopscotch/archive/v0.2.8.tar.gz
bower json3#3.3.2 resolved https://github.com/bestiejs/json3.git#3.3.2
bower hopscotch#~0.2.7 extract archive.tar.gz
bower origin-web-catalog#0.0.18 invalid-meta for:/tmp/ec2-user/bower/4e60e9d56d0a20400db3ac5ea8ed35b6-26612-xRnz9D/bower.json
bower origin-web-catalog#0.0.18 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["dist/vendor-bundle.js","dist/origin-web-catalogs.js"]
bower origin-web-catalog#0.0.18 resolved https://github.com/openshift/origin-web-catalog.git#0.0.18
bower hopscotch#~0.2.7 resolved https://github.com/linkedin/hopscotch.git#0.2.8
bower jquery#2.1.4 resolved https://github.com/jquery/jquery-dist.git#2.1.4
bower patternfly#~3.21.0 extract archive.tar.gz
bower bootstrap#^3.0.0 resolved https://github.com/twbs/bootstrap.git#3.3.7
bower js-yaml#3.6.1 resolved https://github.com/nodeca/js-yaml.git#3.6.1
bower moment#2.14.2 resolved https://github.com/moment/moment.git#2.14.2
bower angular-patternfly#3.24.0 resolved https://github.com/patternfly/angular-patternfly.git#3.24.0
bower angular-drag-and-drop-lists#2.0.0 not-cached https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.0.0
bower angular-drag-and-drop-lists#2.0.0 resolve https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.0.0
bower angular-drag-and-drop-lists#2.0.0 download https://github.com/marceljuenemann/angular-drag-and-drop-lists/archive/2.0.0.tar.gz
bower fontawesome#~4.3.0 invalid-meta for:/tmp/ec2-user/bower/4121662a0e17705c5dce874c683e353b-26612-lTQb9o/bower.json
bower fontawesome#~4.3.0 invalid-meta The "main" field cannot contain globs (example: "*.js")
bower angular-drag-and-drop-lists#2.0.0 extract archive.tar.gz
bower fontawesome#~4.3.0 resolved https://github.com/FortAwesome/Font-Awesome.git#4.3.0
bower angular-drag-and-drop-lists#2.0.0 resolved https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.0.0
bower font-awesome#* resolved https://github.com/FortAwesome/Font-Awesome.git#4.7.0
bower patternfly#3.24.0 invalid-meta for:/tmp/ec2-user/bower/ecd5a67191fbb1ae56f51993f1a892a3-26612-7S8GYO/bower.json
bower patternfly#3.24.0 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .css files: ["dist/css/patternfly.css","dist/css/patternfly-additions.css"]
bower moment-timezone#0.5.3 resolved https://github.com/moment/moment-timezone.git#0.5.3
bower patternfly#~3.21.0 invalid-meta for:/tmp/ec2-user/bower/ecd5a67191fbb1ae56f51993f1a892a3-26612-G31lAG/bower.json
bower patternfly#~3.21.0 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .css files: ["dist/css/patternfly.css","dist/css/patternfly-additions.css"]
bower patternfly#3.24.0 resolved https://github.com/patternfly/patternfly.git#3.24.0
bower moment#~2.18.1 not-cached https://github.com/moment/moment.git#~2.18.1
bower moment#~2.18.1 resolve https://github.com/moment/moment.git#~2.18.1
bower moment#~2.18.1 download https://github.com/moment/moment/archive/2.18.1.tar.gz
bower bootstrap-datepicker#~1.6.4 not-cached https://github.com/eternicode/bootstrap-datepicker.git#~1.6.4
bower bootstrap-datepicker#~1.6.4 resolve https://github.com/eternicode/bootstrap-datepicker.git#~1.6.4
bower bootstrap-switch#<=3.3.3 not-cached https://github.com/nostalgiaz/bootstrap-switch.git#<=3.3.3
bower bootstrap-switch#<=3.3.3 resolve https://github.com/nostalgiaz/bootstrap-switch.git#<=3.3.3
bower d3#~3.5.17 not-cached https://github.com/mbostock-bower/d3-bower.git#~3.5.17
bower d3#~3.5.17 resolve https://github.com/mbostock-bower/d3-bower.git#~3.5.17
bower google-code-prettify#~1.0.5 not-cached https://github.com/tcollard/google-code-prettify.git#~1.0.5
bower google-code-prettify#~1.0.5 resolve https://github.com/tcollard/google-code-prettify.git#~1.0.5
bower datatables-colvis#~1.1.2 not-cached https://github.com/DataTables/ColVis.git#~1.1.2
bower datatables-colvis#~1.1.2 resolve https://github.com/DataTables/ColVis.git#~1.1.2
bower patternfly-bootstrap-treeview#~2.1.0 not-cached https://github.com/patternfly/patternfly-bootstrap-treeview.git#~2.1.0
bower patternfly-bootstrap-treeview#~2.1.0 resolve https://github.com/patternfly/patternfly-bootstrap-treeview.git#~2.1.0
bower patternfly-bootstrap-combobox#~1.1.7 not-cached https://github.com/patternfly/patternfly-bootstrap-combobox.git#~1.1.7
bower patternfly-bootstrap-combobox#~1.1.7 resolve https://github.com/patternfly/patternfly-bootstrap-combobox.git#~1.1.7
bower eonasdan-bootstrap-datetimepicker#~4.17.37 not-cached https://github.com/Eonasdan/bootstrap-datetimepicker.git#~4.17.37
bower eonasdan-bootstrap-datetimepicker#~4.17.37 resolve https://github.com/Eonasdan/bootstrap-datetimepicker.git#~4.17.37
bower datatables-colreorder#~1.3.2 not-cached https://github.com/DataTables/ColReorder.git#~1.3.2
bower datatables-colreorder#~1.3.2 resolve https://github.com/DataTables/ColReorder.git#~1.3.2
bower c3#~0.4.11 not-cached https://github.com/masayuki0812/c3.git#~0.4.11
bower c3#~0.4.11 resolve https://github.com/masayuki0812/c3.git#~0.4.11
bower datatables#~1.10.12 not-cached https://github.com/DataTables/DataTables.git#~1.10.12
bower datatables#~1.10.12 resolve https://github.com/DataTables/DataTables.git#~1.10.12
bower bootstrap-touchspin#~3.1.1 not-cached https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git#~3.1.1
bower bootstrap-touchspin#~3.1.1 resolve https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git#~3.1.1
bower bootstrap-select#~1.10.0 not-cached https://github.com/silviomoreto/bootstrap-select.git#~1.10.0
bower bootstrap-select#~1.10.0 resolve https://github.com/silviomoreto/bootstrap-select.git#~1.10.0
bower moment#~2.18.1 extract archive.tar.gz
bower bootstrap-datepicker#~1.6.4 download https://github.com/eternicode/bootstrap-datepicker/archive/v1.6.4.tar.gz
bower bootstrap-switch#<=3.3.3 download https://github.com/nostalgiaz/bootstrap-switch/archive/v3.3.3.tar.gz
bower google-code-prettify#~1.0.5 download https://github.com/tcollard/google-code-prettify/archive/v1.0.5.tar.gz
bower datatables-colvis#~1.1.2 download https://github.com/DataTables/ColVis/archive/1.1.2.tar.gz
bower d3#~3.5.17 download https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.tar.gz
bower patternfly-bootstrap-treeview#~2.1.0 download https://github.com/patternfly/patternfly-bootstrap-treeview/archive/v2.1.3.tar.gz
bower patternfly-bootstrap-combobox#~1.1.7 download https://github.com/patternfly/patternfly-bootstrap-combobox/archive/1.1.7.tar.gz
bower datatables-colvis#~1.1.2 extract archive.tar.gz
bower d3#~3.5.17 extract archive.tar.gz
bower ace-builds#1.2.2 resolved https://github.com/ajaxorg/ace-builds.git#1.2.2
bower patternfly-bootstrap-treeview#~2.1.0 extract archive.tar.gz
bower eonasdan-bootstrap-datetimepicker#~4.17.37 download https://github.com/Eonasdan/bootstrap-datetimepicker/archive/4.17.47.tar.gz
bower datatables-colreorder#~1.3.2 download https://github.com/DataTables/ColReorder/archive/1.3.3.tar.gz
bower bootstrap-datepicker#~1.6.4 extract archive.tar.gz
bower bootstrap-switch#<=3.3.3 extract archive.tar.gz
bower patternfly-bootstrap-combobox#~1.1.7 extract archive.tar.gz
bower c3#~0.4.11 download https://github.com/masayuki0812/c3/archive/v0.4.12.tar.gz
bower datatables#~1.10.12 download https://github.com/DataTables/DataTables/archive/1.10.15.tar.gz
bower bootstrap-touchspin#~3.1.1 download https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/archive/3.1.2.tar.gz
bower datatables-colreorder#~1.3.2 extract archive.tar.gz
bower bootstrap-touchspin#~3.1.1 extract archive.tar.gz
bower d3#~3.5.17 resolved https://github.com/mbostock-bower/d3-bower.git#3.5.17
bower datatables#~1.10.12 extract archive.tar.gz
bower c3#~0.4.11 extract archive.tar.gz
bower bootstrap-select#~1.10.0 download https://github.com/silviomoreto/bootstrap-select/archive/v1.10.0.tar.gz
bower datatables-colvis#~1.1.2 resolved https://github.com/DataTables/ColVis.git#1.1.2
bower datatables#>=1.7.0 not-cached https://github.com/DataTables/DataTables.git#>=1.7.0
bower datatables#>=1.7.0 resolve https://github.com/DataTables/DataTables.git#>=1.7.0
bower eonasdan-bootstrap-datetimepicker#~4.17.37 extract archive.tar.gz
bower datatables#>=1.7.0 download https://github.com/DataTables/DataTables/archive/1.10.15.tar.gz
bower bootstrap-select#~1.10.0 extract archive.tar.gz
bower patternfly-bootstrap-combobox#~1.1.7 resolved https://github.com/patternfly/patternfly-bootstrap-combobox.git#1.1.7
bower datatables#>=1.7.0 extract archive.tar.gz
bower bootstrap-touchspin#~3.1.1 resolved https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git#3.1.2
bower datatables-colreorder#~1.3.2 resolved https://github.com/DataTables/ColReorder.git#1.3.3
bower datatables#>=1.10.8 not-cached https://github.com/DataTables/DataTables.git#>=1.10.8
bower datatables#>=1.10.8 resolve https://github.com/DataTables/DataTables.git#>=1.10.8
bower datatables#>=1.10.8 download https://github.com/DataTables/DataTables/archive/1.10.15.tar.gz
bower patternfly-bootstrap-treeview#~2.1.0 resolved https://github.com/patternfly/patternfly-bootstrap-treeview.git#2.1.3
bower google-code-prettify#~1.0.5 extract archive.tar.gz
bower datatables#>=1.10.8 extract archive.tar.gz
bower patternfly#~3.21.0 resolved https://github.com/patternfly/patternfly.git#3.21.0
bower bootstrap-switch#~3.3.2 not-cached https://github.com/nostalgiaz/bootstrap-switch.git#~3.3.2
bower bootstrap-switch#~3.3.2 resolve https://github.com/nostalgiaz/bootstrap-switch.git#~3.3.2
bower font-awesome#~4.6.3 not-cached https://github.com/FortAwesome/Font-Awesome.git#~4.6.3
bower font-awesome#~4.6.3 resolve https://github.com/FortAwesome/Font-Awesome.git#~4.6.3
bower bootstrap-switch#~3.3.2 download https://github.com/nostalgiaz/bootstrap-switch/archive/v3.3.4.tar.gz
bower font-awesome#~4.6.3 download https://github.com/FortAwesome/Font-Awesome/archive/v4.6.3.tar.gz
bower eonasdan-bootstrap-datetimepicker#~4.17.37 invalid-meta for:/tmp/ec2-user/bower/76bd398ee7174f6f95c3ab9b1ab3c397-26612-j4Tw1o/bower.json
bower eonasdan-bootstrap-datetimepicker#~4.17.37 invalid-meta The "main" field cannot contain minified files
bower eonasdan-bootstrap-datetimepicker#~4.17.37 invalid-meta The "main" field cannot contain minified files
bower bootstrap-switch#<=3.3.3 resolved https://github.com/nostalgiaz/bootstrap-switch.git#3.3.3
bower bootstrap-switch#~3.3.2 extract archive.tar.gz
bower font-awesome#~4.6.3 extract archive.tar.gz
bower eonasdan-bootstrap-datetimepicker#~4.17.37 resolved https://github.com/Eonasdan/bootstrap-datetimepicker.git#4.17.47
bower google-code-prettify#~1.0.5 invalid-meta for:/tmp/ec2-user/bower/8b46b49e999a9774c040fd46f81a68a5-26612-4grNn7/bower.json
bower google-code-prettify#~1.0.5 invalid-meta The "main" field cannot contain minified files
bower google-code-prettify#~1.0.5 invalid-meta The "main" field cannot contain minified files
bower datatables#~1.10.12 invalid-meta for:/tmp/ec2-user/bower/06669348abd69fdff10f03f7c7ff1571-26612-LWMwiR/bower.json
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .png files: ["media/images/sort_asc.png","media/images/sort_asc_disabled.png","media/images/sort_both.png","media/images/sort_desc.png","media/images/sort_desc_disabled.png"]
bower datatables#>=1.7.0 invalid-meta for:/tmp/ec2-user/bower/06669348abd69fdff10f03f7c7ff1571-26612-e0OeOE/bower.json
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .png files: ["media/images/sort_asc.png","media/images/sort_asc_disabled.png","media/images/sort_both.png","media/images/sort_desc.png","media/images/sort_desc_disabled.png"]
bower google-code-prettify#~1.0.5 resolved https://github.com/tcollard/google-code-prettify.git#1.0.5
bower datatables#~1.10.12 resolved https://github.com/DataTables/DataTables.git#1.10.15
bower bootstrap-datepicker#~1.6.4 invalid-meta for:/tmp/ec2-user/bower/5302a8e90732aef5f2e93a0af3490637-26612-gnvwtU/bower.json
bower bootstrap-datepicker#~1.6.4 invalid-meta The "main" field cannot contain minified files
bower bootstrap-datepicker#~1.6.4 resolved https://github.com/eternicode/bootstrap-datepicker.git#1.6.4
bower datatables#>=1.10.8 invalid-meta for:/tmp/ec2-user/bower/06669348abd69fdff10f03f7c7ff1571-26612-yD7v2a/bower.json
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .png files: ["media/images/sort_asc.png","media/images/sort_asc_disabled.png","media/images/sort_both.png","media/images/sort_desc.png","media/images/sort_desc_disabled.png"]
bower datatables#>=1.7.0 resolved https://github.com/DataTables/DataTables.git#1.10.15
bower c3#~0.4.11 resolved https://github.com/masayuki0812/c3.git#0.4.12
bower bootstrap-switch#~3.3.2 resolved https://github.com/nostalgiaz/bootstrap-switch.git#3.3.4
bower jquery#~1.9.0 not-cached https://github.com/jquery/jquery-dist.git#~1.9.0
bower jquery#~1.9.0 resolve https://github.com/jquery/jquery-dist.git#~1.9.0
bower jquery#~1.9.0 download https://github.com/jquery/jquery-dist/archive/1.9.1.tar.gz
bower datatables#>=1.10.8 resolved https://github.com/DataTables/DataTables.git#1.10.15
bower jquery#~1.9.0 extract archive.tar.gz
bower bootstrap-select#~1.10.0 resolved https://github.com/silviomoreto/bootstrap-select.git#1.10.0
bower jquery#~1.9.0 deprecated Package jquery is using the deprecated component.json
bower jquery#~1.9.0 resolved https://github.com/jquery/jquery-dist.git#1.9.1
bower moment#~2.18.1 resolved https://github.com/moment/moment.git#2.18.1
bower font-awesome#~4.6.3 resolved https://github.com/FortAwesome/Font-Awesome.git#4.6.3
Please note that,
bootstrap-switch#3.3.4 depends on jquery#~1.9.0 which resolved to jquery#1.9.1
datatables#1.10.15, datatables#1.10.15, datatables#1.10.15, datatables-colreorder#1.3.3, datatables-colvis#1.1.2, selectize#0.12.1 depends on jquery#>=1.7.0 which resolved to jquery#2.1.4
origin-web-common#0.0.29, patternfly#3.24.0, patternfly#3.21.0 depends on jquery#~2.1.4 which resolved to jquery#2.1.4
bootstrap-hover-dropdown#2.1.3, patternfly-bootstrap-treeview#2.1.3 depends on jquery#>= 1.9.0 which resolved to jquery#2.1.4
bootstrap-switch#3.3.3, bootstrap-touchspin#3.1.2 depends on jquery#>=1.9.0 which resolved to jquery#2.1.4
origin-web-catalog#0.0.18, origin-web-console depends on jquery#2.1.4 which resolved to jquery#2.1.4
hawtio-core#2.0.37 depends on jquery#~2.1.1 which resolved to jquery#2.1.4
eonasdan-bootstrap-datetimepicker#4.17.47 depends on jquery#>=1.8.3 which resolved to jquery#2.1.4
bootstrap-datepicker#1.6.4 depends on jquery#>=1.7.1 which resolved to jquery#2.1.4
bootstrap-select#1.10.0 depends on jquery#>=1.8 which resolved to jquery#2.1.4
bootstrap#3.3.7 depends on jquery#1.9.1 - 3 which resolved to jquery#2.1.4
Resort to using jquery#2.1.4 which resolved to jquery#2.1.4
Code incompatibilities may occur.
Please note that,
origin-web-console depends on moment#2.14.2 which resolved to moment#2.14.2
angular-moment#1.0.0 depends on moment#>=2.8.0 <3.0.0 which resolved to moment#2.14.2
moment-timezone#0.5.3 depends on moment#>= 2.6.0 which resolved to moment#2.14.2
patternfly#3.21.0 depends on moment#~2.14.1 which resolved to moment#2.14.2
eonasdan-bootstrap-datetimepicker#4.17.47 depends on moment#>=2.10.5 which resolved to moment#2.14.2
patternfly#3.24.0 depends on moment#~2.18.1 which resolved to moment#2.18.1
Resort to using moment#2.14.2 which resolved to moment#2.14.2
Code incompatibilities may occur.
Please note that,
patternfly#3.21.0 depends on font-awesome#~4.6.3 which resolved to font-awesome#4.6.3
patternfly#3.24.0 depends on font-awesome#~4.7.0 which resolved to font-awesome#4.7.0
kubernetes-container-terminal#1.0.3 depends on font-awesome#* which resolved to font-awesome#4.7.0
Resort to using font-awesome#4.7.0 which resolved to font-awesome#4.7.0
Code incompatibilities may occur.
Please note that,
origin-web-common#0.0.29 depends on patternfly#~3.21.0 which resolved to patternfly#3.21.0
origin-web-catalog#0.0.18, origin-web-console depends on patternfly#3.24.0 which resolved to patternfly#3.24.0
angular-patternfly#3.24.0 depends on patternfly#~3.24.0 which resolved to patternfly#3.24.0
Resort to using patternfly#3.24.0 which resolved to patternfly#3.24.0
Code incompatibilities may occur.
bower angular-bootstrap extra-resolution Unnecessary resolution: angular-bootstrap#0.14.3
bower d3 extra-resolution Unnecessary resolution: d3#3.5.17
bower angular-patternfly extra-resolution Unnecessary resolution: angular-patternfly#3.24.0
bower patternfly-bootstrap-treeview extra-resolution Unnecessary resolution: patternfly-bootstrap-treeview#2.1.1
bower angular extra-resolution Unnecessary resolution: angular#1.5.11
bower angular-sanitize extra-resolution Unnecessary resolution: angular-sanitize#1.5.11
bower angular-ui-ace#0.2.3 install angular-ui-ace#0.2.3
bower angular-cookies#1.5.11 install angular-cookies#1.5.11
bower angular-resource#1.5.11 install angular-resource#1.5.11
bower angular-mocks#1.5.11 install angular-mocks#1.5.11
bower angular-sanitize#1.5.11 install angular-sanitize#1.5.11
bower angular-touch#1.5.11 install angular-touch#1.5.11
bower angular-route#1.5.11 install angular-route#1.5.11
bower angular-animate#1.5.11 install angular-animate#1.5.11
bower angular-inview#2.2.0 install angular-inview#2.2.0
bower bootstrap-hover-dropdown#2.1.3 install bootstrap-hover-dropdown#2.1.3
bower hawtio-extension-service#2.0.2 install hawtio-extension-service#2.0.2
bower microplugin#0.0.3 install microplugin#0.0.3
bower angular-moment#1.0.0 install angular-moment#1.0.0
bower angular-bootstrap#0.14.3 install angular-bootstrap#0.14.3
bower kubernetes-container-terminal#1.0.3 install kubernetes-container-terminal#1.0.3
bower angular-utf8-base64#0.0.5 install angular-utf8-base64#0.0.5
bower file-saver#1.3.3 install file-saver#1.3.3
bower hawtio-core#2.0.37 install hawtio-core#2.0.37
bower kubernetes-label-selector#1.4.4 install kubernetes-label-selector#1.4.4
bower ansi_up#1.3.0 install ansi_up#1.3.0
bower sifter#0.4.1 install sifter#0.4.1
bower angular-scenario#1.5.11 install angular-scenario#1.5.11
bower clipboard#1.5.8 install clipboard#1.5.8
bower registry-image-widgets#0.0.2 install registry-image-widgets#0.0.2
bower angular#>=1.2.18 install angular#1.5.11
bower es5-shim#3.1.1 install es5-shim#3.1.1
bower kubernetes-object-describer#1.0.4 install kubernetes-object-describer#1.0.4
bower matchHeight#0.7.0 install matchHeight#0.7.0
bower layout.attrs#2.1.1 install layout.attrs#2.1.1
bower term.js#0.0.7 install term.js#0.0.7
bower js-logger#~0.9.14 install js-logger#0.9.14
bower ng-sortable#1.3.4 install ng-sortable#1.3.4
bower angular-extension-registry#1.2.6 install angular-extension-registry#1.2.6
bower es5-dom-shim#* install es5-dom-shim#e25207e9ed
bower uri.js#1.18.0 install uri.js#1.18.0
bower ui-select#0.19.4 install ui-select#0.19.4
bower selectize#0.12.1 install selectize#0.12.1
bower origin-web-common#0.0.29 install origin-web-common#0.0.29
bower lodash#3.10.1 install lodash#3.10.1
bower json3#3.3.2 install json3#3.3.2
bower origin-web-catalog#0.0.18 install origin-web-catalog#0.0.18
bower hopscotch#~0.2.7 install hopscotch#0.2.8
bower jquery#>=1.7.0 install jquery#2.1.4
bower bootstrap#^3.0.0 install bootstrap#3.3.7
bower js-yaml#3.6.1 install js-yaml#3.6.1
bower moment#2.14.2 install moment#2.14.2
bower angular-patternfly#3.24.0 install angular-patternfly#3.24.0
bower fontawesome#~4.3.0 install fontawesome#4.3.0
bower angular-drag-and-drop-lists#2.0.0 install angular-drag-and-drop-lists#2.0.0
bower font-awesome#~4.7.0 install font-awesome#4.7.0
bower moment-timezone#0.5.3 install moment-timezone#0.5.3
bower patternfly#3.24.0 install patternfly#3.24.0
bower ace-builds#1.2.2 install ace-builds#1.2.2
bower d3#~3.5.17 install d3#3.5.17
bower datatables-colvis#~1.1.2 install datatables-colvis#1.1.2
bower patternfly-bootstrap-combobox#~1.1.7 install patternfly-bootstrap-combobox#1.1.7
bower bootstrap-touchspin#~3.1.1 install bootstrap-touchspin#3.1.2
bower datatables-colreorder#~1.3.2 install datatables-colreorder#1.3.3
bower patternfly-bootstrap-treeview#~2.1.0 install patternfly-bootstrap-treeview#2.1.3
bower bootstrap-switch#<=3.3.3 install bootstrap-switch#3.3.3
bower eonasdan-bootstrap-datetimepicker#~4.17.37 install eonasdan-bootstrap-datetimepicker#4.17.47
bower google-code-prettify#~1.0.5 install google-code-prettify#1.0.5
bower datatables#~1.10.12 install datatables#1.10.15
bower bootstrap-datepicker#~1.6.4 install bootstrap-datepicker#1.6.4
bower c3#~0.4.11 install c3#0.4.12
bower bootstrap-select#~1.10.0 install bootstrap-select#1.10.0
angular-ui-ace#0.2.3 bower_components/angular-ui-ace
├── ace-builds#1.2.2
└── angular#1.5.11
angular-cookies#1.5.11 bower_components/angular-cookies
└── angular#1.5.11
angular-resource#1.5.11 bower_components/angular-resource
└── angular#1.5.11
angular-mocks#1.5.11 bower_components/angular-mocks
└── angular#1.5.11
angular-sanitize#1.5.11 bower_components/angular-sanitize
└── angular#1.5.11
angular-touch#1.5.11 bower_components/angular-touch
└── angular#1.5.11
angular-route#1.5.11 bower_components/angular-route
└── angular#1.5.11
angular-animate#1.5.11 bower_components/angular-animate
└── angular#1.5.11
angular-inview#2.2.0 bower_components/angular-inview
└── angular#1.5.11
bootstrap-hover-dropdown#2.1.3 bower_components/bootstrap-hover-dropdown
├── bootstrap#3.3.7
└── jquery#2.1.4
hawtio-extension-service#2.0.2 bower_components/hawtio-extension-service
└── hawtio-core#2.0.37
microplugin#0.0.3 bower_components/microplugin
angular-moment#1.0.0 bower_components/angular-moment
├── angular#1.5.11
└── moment#2.14.2
angular-bootstrap#0.14.3 bower_components/angular-bootstrap
└── angular#1.5.11
kubernetes-container-terminal#1.0.3 bower_components/kubernetes-container-terminal
├── angular#1.5.11
├── font-awesome#4.7.0
└── term.js#0.0.7
angular-utf8-base64#0.0.5 bower_components/angular-utf8-base64
└── angular#1.5.11
file-saver#1.3.3 bower_components/file-saver
hawtio-core#2.0.37 bower_components/hawtio-core
├── angular#1.5.11
├── angular-sanitize#1.5.11
├── jquery#2.1.4
└── js-logger#0.9.14
kubernetes-label-selector#1.4.4 bower_components/kubernetes-label-selector
├── angular#1.5.11
├── fontawesome#4.3.0
├── lodash#3.10.1
└── selectize#0.12.1
ansi_up#1.3.0 bower_components/ansi_up
sifter#0.4.1 bower_components/sifter
angular-scenario#1.5.11 bower_components/angular-scenario
└── angular#1.5.11
clipboard#1.5.8 bower_components/clipboard
registry-image-widgets#0.0.2 bower_components/registry-image-widgets
└── angular#1.5.11
angular#1.5.11 bower_components/angular
es5-shim#3.1.1 bower_components/es5-shim
kubernetes-object-describer#1.0.4 bower_components/kubernetes-object-describer
└── angular#1.5.11
matchHeight#0.7.0 bower_components/matchHeight
layout.attrs#2.1.1 bower_components/layout.attrs
term.js#0.0.7 bower_components/term.js
js-logger#0.9.14 bower_components/js-logger
ng-sortable#1.3.4 bower_components/ng-sortable
└── angular#1.5.11
angular-extension-registry#1.2.6 bower_components/angular-extension-registry
es5-dom-shim#e25207e9ed bower_components/es5-dom-shim
uri.js#1.18.0 bower_components/uri.js
ui-select#0.19.4 bower_components/ui-select
└── angular#1.5.11
selectize#0.12.1 bower_components/selectize
├── jquery#2.1.4
├── microplugin#0.0.3
└── sifter#0.4.1
origin-web-common#0.0.29 bower_components/origin-web-common
├── angular#1.5.11
├── angular-sanitize#1.5.11
├── angular-utf8-base64#0.0.5
├── hawtio-core#2.0.37
├── hawtio-extension-service#2.0.2
├── hopscotch#0.2.8
├── jquery#2.1.4
├── lodash#3.10.1
├── patternfly#3.24.0
└── uri.js#1.18.0
lodash#3.10.1 bower_components/lodash
json3#3.3.2 bower_components/json3
origin-web-catalog#0.0.18 bower_components/origin-web-catalog
├── angular#1.5.11
├── angular-bootstrap#0.14.3
├── angular-moment#1.0.0
├── angular-patternfly#3.24.0
├── angular-resource#1.5.11
├── angular-route#1.5.11
├── angular-sanitize#1.5.11
├── jquery#2.1.4
├── lodash#3.10.1
├── origin-web-common#0.0.29
└── patternfly#3.24.0
hopscotch#0.2.8 bower_components/hopscotch
jquery#2.1.4 bower_components/jquery
bootstrap#3.3.7 bower_components/bootstrap
└── jquery#2.1.4
js-yaml#3.6.1 bower_components/js-yaml
moment#2.14.2 bower_components/moment
angular-patternfly#3.24.0 bower_components/angular-patternfly
├── angular#1.5.11
├── angular-animate#1.5.11
├── angular-bootstrap#0.14.3
├── angular-drag-and-drop-lists#2.0.0
├── angular-sanitize#1.5.11
├── lodash#3.10.1
└── patternfly#3.24.0
fontawesome#4.3.0 bower_components/fontawesome
angular-drag-and-drop-lists#2.0.0 bower_components/angular-drag-and-drop-lists
font-awesome#4.7.0 bower_components/font-awesome
moment-timezone#0.5.3 bower_components/moment-timezone
└── moment#2.14.2
patternfly#3.24.0 bower_components/patternfly
├── bootstrap#3.3.7
├── bootstrap-datepicker#1.6.4
├── bootstrap-select#1.10.0
├── bootstrap-switch#3.3.3
├── bootstrap-touchspin#3.1.2
├── c3#0.4.12
├── d3#3.5.17
├── datatables#1.10.15
├── datatables-colreorder#1.3.3
├── datatables-colvis#1.1.2
├── eonasdan-bootstrap-datetimepicker#4.17.47
├── font-awesome#4.7.0
├── google-code-prettify#1.0.5
├── jquery#2.1.4
├── matchHeight#0.7.0
├── moment#2.14.2
├── patternfly-bootstrap-combobox#1.1.7
└── patternfly-bootstrap-treeview#2.1.3
ace-builds#1.2.2 bower_components/ace-builds
d3#3.5.17 bower_components/d3
datatables-colvis#1.1.2 bower_components/datatables-colvis
├── datatables#1.10.15
└── jquery#2.1.4
patternfly-bootstrap-combobox#1.1.7 bower_components/patternfly-bootstrap-combobox
bootstrap-touchspin#3.1.2 bower_components/bootstrap-touchspin
├── bootstrap#3.3.7
└── jquery#2.1.4
datatables-colreorder#1.3.3 bower_components/datatables-colreorder
├── datatables#1.10.15
└── jquery#2.1.4
patternfly-bootstrap-treeview#2.1.3 bower_components/patternfly-bootstrap-treeview
├── bootstrap#3.3.7
└── jquery#2.1.4
bootstrap-switch#3.3.3 bower_components/bootstrap-switch
├── bootstrap#3.3.7
└── jquery#2.1.4
eonasdan-bootstrap-datetimepicker#4.17.47 bower_components/eonasdan-bootstrap-datetimepicker
├── jquery#2.1.4
└── moment#2.14.2
google-code-prettify#1.0.5 bower_components/google-code-prettify
datatables#1.10.15 bower_components/datatables
└── jquery#2.1.4
bootstrap-datepicker#1.6.4 bower_components/bootstrap-datepicker
└── jquery#2.1.4
c3#0.4.12 bower_components/c3
└── d3#3.5.17
bootstrap-select#1.10.0 bower_components/bootstrap-select
└── jquery#2.1.4
[install-assets] rm -rf openshift-jvm
[install-assets] mkdir -p openshift-jvm
hack/install-deps.sh took 121 seconds
+ popd
~
+ exit
[SUCCESS] The command `vagrant sync-origin-console -s` succeeded!
[INFO] Testing `vagrant install-origin-assets-base`
+ ORIGIN_CONSOLE_PATH=/data/src/github.com/openshift/origin-web-console
+ ASSET_BACKUP_DIR=/data/asset_dependencies
+ which npm
+ pushd /data/src/github.com/openshift/origin-web-console
/data/src/github.com/openshift/origin-web-console ~
+ hack/install-deps.sh
[install-assets] npm install --unsafe-perm
> origin-web-console@1.3.0-alpha postinstall /data/src/github.com/openshift/origin-web-console
> node test/upgrade-selenium.js && node_modules/protractor/bin/webdriver-manager update
selenium standalone is up to date.
chromedriver is up to date.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN origin-web-console@1.3.0-alpha No license field.
[install-assets] bower cache clean --allow-root
bower deleted Cached package angular: /home/ec2-user/.cache/bower/packages/060a9fe0e60a0d3d6c9ed350cde03e61/1.5.11
bower deleted Cached package angular-animate: /home/ec2-user/.cache/bower/packages/356e4c998521bf70df724ec1b81b9258/1.5.11
bower deleted Cached package angular-cookies: /home/ec2-user/.cache/bower/packages/0dcf9774bc6dc92e88ca9390bafc0d09/1.5.11
bower deleted Cached package angular-bootstrap: /home/ec2-user/.cache/bower/packages/060f2023684d502403f2380d2be22dba/0.14.3
bower deleted Cached package angular-drag-and-drop-lists: /home/ec2-user/.cache/bower/packages/2ee8cc4ec3214225be8fee451d1fb1fc/2.0.0
bower deleted Cached package angular-mocks: /home/ec2-user/.cache/bower/packages/ca4abf9feb8e8cf7b0d2475ad1033dc3/1.5.11
bower deleted Cached package angular-moment: /home/ec2-user/.cache/bower/packages/2981e8fdd72a9d2eb0d0bd6020ee312b/1.0.0
bower deleted Cached package angular-resource: /home/ec2-user/.cache/bower/packages/4d6159b36679e972801e15ff4d8c6b05/1.5.11
bower deleted Cached package angular-route: /home/ec2-user/.cache/bower/packages/4629d160ed4fab4daec34e6123455116/1.5.11
bower deleted Cached package angular-sanitize: /home/ec2-user/.cache/bower/packages/8a1343fdba2aa003113501019f59d146/1.5.11
bower deleted Cached package angular-scenario: /home/ec2-user/.cache/bower/packages/40860fd5b0240909ec973fa4a8aed8c3/1.5.11
bower deleted Cached package angular-touch: /home/ec2-user/.cache/bower/packages/ecbec445633ee7766a63c9b96eb23396/1.5.11
bower deleted Cached package angular-ui-ace: /home/ec2-user/.cache/bower/packages/7dee99ecb2962b7a6c9f2d2347144a04/0.2.3
bower deleted Cached package bootstrap-hover-dropdown: /home/ec2-user/.cache/bower/packages/52a3430f0a5a33e045ec92c3a7226cb2/2.1.3
bower deleted Cached package d3: /home/ec2-user/.cache/bower/packages/bc5ff9f7cabfc286fa6975a1f3681c8f/3.5.17
bower deleted Cached package file-saver: /home/ec2-user/.cache/bower/packages/ea63d55ede37cb66b1b846b1777fd2a8/1.3.3
bower deleted Cached package lodash: /home/ec2-user/.cache/bower/packages/fbd526c5357d87714872a5b8bf6fa5fe/3.10.1
bower deleted Cached package es5-shim: /home/ec2-user/.cache/bower/packages/36f82ab724050c5c88d3e7ac7b79c86e/3.1.1
bower deleted Cached package sifter: /home/ec2-user/.cache/bower/packages/7cdd3bc3250d337171742169039b86a6/0.4.1
bower deleted Cached package angular-inview: /home/ec2-user/.cache/bower/packages/d631c7760604ae37e8eed6a522c9b021/2.2.0
bower deleted Cached package angular-utf8-base64: /home/ec2-user/.cache/bower/packages/a3522ccf1a31dcc3da4235e59f2d61ab/0.0.5
bower deleted Cached package bootstrap-combobox: /home/ec2-user/.cache/bower/packages/7c9de5d968f7bae88056591cc83179c9/1.1.7
bower deleted Cached package ansi_up: /home/ec2-user/.cache/bower/packages/8d7ffaac3fa06e393e692c10681f2573/1.3.0
bower deleted Cached package clipboard: /home/ec2-user/.cache/bower/packages/5719d5652886b671ea31f50dd0ff1e4b/1.5.8
bower deleted Cached package bootstrap-touchspin: /home/ec2-user/.cache/bower/packages/81a0b485773b031bfe1d8d1de64bab65/3.1.2
bower deleted Cached package font-awesome: /home/ec2-user/.cache/bower/packages/c3d0683a67a5819ef82f1a2f0522553f/4.3.0
bower deleted Cached package font-awesome: /home/ec2-user/.cache/bower/packages/c3d0683a67a5819ef82f1a2f0522553f/4.6.3
bower deleted Cached package font-awesome: /home/ec2-user/.cache/bower/packages/c3d0683a67a5819ef82f1a2f0522553f/4.7.0
bower deleted Cached package google-code-prettify: /home/ec2-user/.cache/bower/packages/772720bdbfde205d6188b159d5aa5eef/1.0.5
bower deleted Cached package hawtio-core: /home/ec2-user/.cache/bower/packages/e5cf85eaf8dc6079b877a12338680ba2/2.0.37
bower deleted Cached package datatables-colvis: /home/ec2-user/.cache/bower/packages/05bfe741ce93ff1ab53054a740f1f9e4/1.1.2
bower deleted Cached package js-logger: /home/ec2-user/.cache/bower/packages/167d9ffb5bff7ce5d98d7f7598a2520a/0.9.14
bower deleted Cached package js-yaml: /home/ec2-user/.cache/bower/packages/99b47a2b6322f5cadfb95d8607f46bcf/3.6.1
bower deleted Cached package json3: /home/ec2-user/.cache/bower/packages/82636d37515077f172c7d039afaa3315/3.3.2
bower deleted Cached package kubernetes-container-terminal: /home/ec2-user/.cache/bower/packages/5f69e3c0632562246a12f3f8edbbe5f1/1.0.3
bower deleted Cached package kubernetes-label-selector: /home/ec2-user/.cache/bower/packages/00588c389325052418b923b4a6ce6be0/1.4.4
bower deleted Cached package kubernetes-object-describer: /home/ec2-user/.cache/bower/packages/78adafbcf2d1393ba9c5166e9aa5bde2/1.0.4
bower deleted Cached package matchHeight: /home/ec2-user/.cache/bower/packages/a4086e6d0ebe423ab6676c93deac7be1/0.7.0
bower deleted Cached package microplugin: /home/ec2-user/.cache/bower/packages/888db9d8ab4f1bb53dff502ac0f4f8fa/0.0.3
bower deleted Cached package ng-sortable: /home/ec2-user/.cache/bower/packages/52e2dec47173dca9495c74c74e58b219/1.3.4
bower deleted Cached package registry-image-widgets: /home/ec2-user/.cache/bower/packages/b44da2b27b09ca613b97c48c055b2bb2/0.0.2
bower deleted Cached package term.js: /home/ec2-user/.cache/bower/packages/bd7a8dab471e9085af26c05afd4bed22/0.0.7
bower deleted Cached package urijs: /home/ec2-user/.cache/bower/packages/585d41040f24ec5b7a2ef9e12846aaef/1.18.0
bower deleted Cached package angular-ui-select: /home/ec2-user/.cache/bower/packages/f6b520a70a2fbbcc1a48029678653fb7/0.19.4
bower deleted Cached package bootstrap: /home/ec2-user/.cache/bower/packages/478ab1d28ba78f550601bf536eea62f5/3.3.7
bower deleted Cached package c3: /home/ec2-user/.cache/bower/packages/32f3be5f5dce371d97938330762df2e1/0.4.12
bower deleted Cached package datatables-colreorder: /home/ec2-user/.cache/bower/packages/68aab3c4f1de414930a908e9e59cda7b/1.3.3
bower deleted Cached package datatables: /home/ec2-user/.cache/bower/packages/f76ee6481a1f77fa94f36107b55a93aa/1.10.15
bower deleted Cached package hawtio-extension-service: /home/ec2-user/.cache/bower/packages/2a97ea3d5543ed61d0195549237dd2a3/2.0.2
bower deleted Cached package hopscotch: /home/ec2-user/.cache/bower/packages/b263abe9d5cd649d1ad8a75ecb9e162e/0.2.8
bower deleted Cached package layout.attrs: /home/ec2-user/.cache/bower/packages/806b0bc37743a4967a4db45d69d95faf/2.1.1
bower deleted Cached package moment-timezone: /home/ec2-user/.cache/bower/packages/545bc89b3d59c2377cb3a3d0f796dc62/0.5.3
bower deleted Cached package origin-web-catalog: /home/ec2-user/.cache/bower/packages/56ccd29f39282e44327838e94222f729/0.0.18
bower deleted Cached package origin-web-common: /home/ec2-user/.cache/bower/packages/096cd0b4a36493af781f83fca6622521/0.0.29
bower deleted Cached package patternfly-bootstrap-treeview: /home/ec2-user/.cache/bower/packages/d0ba4a8cb465ead5baf5ab7ef2111559/2.1.3
bower deleted Cached package ace-builds: /home/ec2-user/.cache/bower/packages/a16ba76641041f8f5696ea1a09e1aeb1/1.2.2
bower deleted Cached package angular-extension-registry: /home/ec2-user/.cache/bower/packages/0babb492406aa1433d55134e88d64f0a/1.2.6
bower deleted Cached package bootstrap-datepicker: /home/ec2-user/.cache/bower/packages/0b13b46afc85daad3aac8309cab7a9d6/1.6.4
bower deleted Cached package eonasdan-bootstrap-datetimepicker: /home/ec2-user/.cache/bower/packages/b594e6d22436a73212516185386ee7ef/4.17.47
bower deleted Cached package jquery: /home/ec2-user/.cache/bower/packages/35300e45e44dbc6f186ed069533ef0af/2.1.4
bower deleted Cached package jquery: /home/ec2-user/.cache/bower/packages/35300e45e44dbc6f186ed069533ef0af/1.9.1
bower deleted Cached package moment: /home/ec2-user/.cache/bower/packages/bc513c8c04bcb090c1bc9c31b7ba3b0f/2.14.2
bower deleted Cached package selectize: /home/ec2-user/.cache/bower/packages/4c37d4999fb7c60e1b1a49fea918c8c9/0.12.1
bower deleted Cached package moment: /home/ec2-user/.cache/bower/packages/bc513c8c04bcb090c1bc9c31b7ba3b0f/2.18.1
bower deleted Cached package angular-patternfly: /home/ec2-user/.cache/bower/packages/6a8870467894be3500254ad54e227a8f/3.24.0
bower deleted Cached package bootstrap-switch: /home/ec2-user/.cache/bower/packages/61ee7d6778302158d64a9e61ad29727e/3.3.3
bower deleted Cached package bootstrap-switch: /home/ec2-user/.cache/bower/packages/61ee7d6778302158d64a9e61ad29727e/3.3.4
bower deleted Cached package bootstrap-select: /home/ec2-user/.cache/bower/packages/bd4f792ce5376450677f723480c9840e/1.10.0
bower deleted Cached package patternfly: /home/ec2-user/.cache/bower/packages/88199853e9f17e19821397e33bb7a0fb/3.21.0
bower deleted Cached package patternfly: /home/ec2-user/.cache/bower/packages/88199853e9f17e19821397e33bb7a0fb/3.24.0
[install-assets] bower update --allow-root
bower es5-shim#3.1.1 not-cached https://github.com/es-shims/es5-shim.git#3.1.1
bower es5-shim#3.1.1 resolve https://github.com/es-shims/es5-shim.git#3.1.1
bower es5-dom-shim#* not-cached https://github.com/termi/ES5-DOM-SHIM.git#*
bower es5-dom-shim#* resolve https://github.com/termi/ES5-DOM-SHIM.git#*
bower angular-resource#1.5.11 not-cached https://github.com/angular/bower-angular-resource.git#1.5.11
bower angular-resource#1.5.11 resolve https://github.com/angular/bower-angular-resource.git#1.5.11
bower angular-cookies#1.5.11 not-cached https://github.com/angular/bower-angular-cookies.git#1.5.11
bower angular-cookies#1.5.11 resolve https://github.com/angular/bower-angular-cookies.git#1.5.11
bower angular-route#1.5.11 not-cached https://github.com/angular/bower-angular-route.git#1.5.11
bower angular-route#1.5.11 resolve https://github.com/angular/bower-angular-route.git#1.5.11
bower angular-bootstrap#0.14.3 not-cached https://github.com/angular-ui/bootstrap-bower.git#0.14.3
bower angular-bootstrap#0.14.3 resolve https://github.com/angular-ui/bootstrap-bower.git#0.14.3
bower angular-patternfly#3.24.0 not-cached https://github.com/patternfly/angular-patternfly.git#3.24.0
bower angular-patternfly#3.24.0 resolve https://github.com/patternfly/angular-patternfly.git#3.24.0
bower uri.js#1.18.0 not-cached https://github.com/medialize/URI.js.git#1.18.0
bower uri.js#1.18.0 resolve https://github.com/medialize/URI.js.git#1.18.0
bower moment#2.14.2 not-cached https://github.com/moment/moment.git#2.14.2
bower moment#2.14.2 resolve https://github.com/moment/moment.git#2.14.2
bower moment-timezone#0.5.3 not-cached https://github.com/moment/moment-timezone.git#0.5.3
bower moment-timezone#0.5.3 resolve https://github.com/moment/moment-timezone.git#0.5.3
bower patternfly#3.24.0 not-cached https://github.com/patternfly/patternfly.git#3.24.0
bower patternfly#3.24.0 resolve https://github.com/patternfly/patternfly.git#3.24.0
bower hawtio-core#2.0.37 not-cached https://github.com/hawtio/hawtio-core.git#2.0.37
bower hawtio-core#2.0.37 resolve https://github.com/hawtio/hawtio-core.git#2.0.37
bower hawtio-extension-service#2.0.2 not-cached https://github.com/hawtio/hawtio-extension-service.git#2.0.2
bower hawtio-extension-service#2.0.2 resolve https://github.com/hawtio/hawtio-extension-service.git#2.0.2
bower angular#1.5.11 not-cached https://github.com/angular/bower-angular.git#1.5.11
bower angular#1.5.11 resolve https://github.com/angular/bower-angular.git#1.5.11
bower json3#3.3.2 not-cached https://github.com/bestiejs/json3.git#3.3.2
bower json3#3.3.2 resolve https://github.com/bestiejs/json3.git#3.3.2
bower angular-sanitize#1.5.11 not-cached https://github.com/angular/bower-angular-sanitize.git#1.5.11
bower angular-sanitize#1.5.11 resolve https://github.com/angular/bower-angular-sanitize.git#1.5.11
bower angular-animate#1.5.11 not-cached https://github.com/angular/bower-angular-animate.git#1.5.11
bower angular-animate#1.5.11 resolve https://github.com/angular/bower-angular-animate.git#1.5.11
bower angular-touch#1.5.11 not-cached https://github.com/angular/bower-angular-touch.git#1.5.11
bower angular-touch#1.5.11 resolve https://github.com/angular/bower-angular-touch.git#1.5.11
bower lodash#3.10.1 not-cached https://github.com/lodash/lodash.git#3.10.1
bower lodash#3.10.1 resolve https://github.com/lodash/lodash.git#3.10.1
bower sifter#0.4.1 not-cached https://github.com/brianreavis/sifter.js.git#0.4.1
bower sifter#0.4.1 resolve https://github.com/brianreavis/sifter.js.git#0.4.1
bower microplugin#0.0.3 not-cached https://github.com/brianreavis/microplugin.js.git#0.0.3
bower microplugin#0.0.3 resolve https://github.com/brianreavis/microplugin.js.git#0.0.3
bower kubernetes-label-selector#1.4.4 not-cached https://github.com/kubernetes-ui/label-selector.git#1.4.4
bower kubernetes-label-selector#1.4.4 resolve https://github.com/kubernetes-ui/label-selector.git#1.4.4
bower kubernetes-container-terminal#1.0.3 not-cached https://github.com/kubernetes-ui/container-terminal.git#1.0.3
bower kubernetes-container-terminal#1.0.3 resolve https://github.com/kubernetes-ui/container-terminal.git#1.0.3
bower selectize#0.12.1 not-cached https://github.com/selectize/selectize.js.git#0.12.1
bower selectize#0.12.1 resolve https://github.com/selectize/selectize.js.git#0.12.1
bower registry-image-widgets#0.0.2 not-cached https://github.com/openshift/registry-image-widgets.git#0.0.2
bower registry-image-widgets#0.0.2 resolve https://github.com/openshift/registry-image-widgets.git#0.0.2
bower kubernetes-object-describer#1.0.4 not-cached https://github.com/kubernetes-ui/object-describer.git#1.0.4
bower kubernetes-object-describer#1.0.4 resolve https://github.com/kubernetes-ui/object-describer.git#1.0.4
bower layout.attrs#2.1.1 not-cached https://github.com/benjaminapetersen/layout.attrs.git#2.1.1
bower layout.attrs#2.1.1 resolve https://github.com/benjaminapetersen/layout.attrs.git#2.1.1
bower bootstrap-hover-dropdown#2.1.3 not-cached https://github.com/CWSpear/twitter-bootstrap-hover-dropdown.git#2.1.3
bower bootstrap-hover-dropdown#2.1.3 resolve https://github.com/CWSpear/twitter-bootstrap-hover-dropdown.git#2.1.3
bower angular-ui-ace#0.2.3 not-cached https://github.com/angular-ui/ui-ace.git#0.2.3
bower angular-ui-ace#0.2.3 resolve https://github.com/angular-ui/ui-ace.git#0.2.3
bower ansi_up#1.3.0 not-cached https://github.com/drudru/ansi_up.git#1.3.0
bower ansi_up#1.3.0 resolve https://github.com/drudru/ansi_up.git#1.3.0
bower ng-sortable#1.3.4 not-cached https://github.com/a5hik/ng-sortable.git#1.3.4
bower ng-sortable#1.3.4 resolve https://github.com/a5hik/ng-sortable.git#1.3.4
bower matchHeight#0.7.0 not-cached https://github.com/liabru/jquery-match-height.git#0.7.0
bower matchHeight#0.7.0 resolve https://github.com/liabru/jquery-match-height.git#0.7.0
bower angular-utf8-base64#0.0.5 not-cached https://github.com/stranger82/angular-utf8-base64.git#0.0.5
bower angular-utf8-base64#0.0.5 resolve https://github.com/stranger82/angular-utf8-base64.git#0.0.5
bower angular-extension-registry#1.2.6 not-cached https://github.com/openshift/angular-extension-registry.git#1.2.6
bower angular-extension-registry#1.2.6 resolve https://github.com/openshift/angular-extension-registry.git#1.2.6
bower angular-inview#2.2.0 not-cached https://github.com/thenikso/angular-inview.git#2.2.0
bower angular-inview#2.2.0 resolve https://github.com/thenikso/angular-inview.git#2.2.0
bower origin-web-common#0.0.29 not-cached https://github.com/openshift/origin-web-common.git#0.0.29
bower origin-web-common#0.0.29 resolve https://github.com/openshift/origin-web-common.git#0.0.29
bower js-yaml#3.6.1 not-cached https://github.com/nodeca/js-yaml.git#3.6.1
bower js-yaml#3.6.1 resolve https://github.com/nodeca/js-yaml.git#3.6.1
bower clipboard#1.5.8 not-cached https://github.com/zenorocha/clipboard.js.git#1.5.8
bower clipboard#1.5.8 resolve https://github.com/zenorocha/clipboard.js.git#1.5.8
bower ui-select#0.19.4 not-cached https://github.com/angular-ui/ui-select.git#0.19.4
bower ui-select#0.19.4 resolve https://github.com/angular-ui/ui-select.git#0.19.4
bower angular-moment#1.0.0 not-cached https://github.com/urish/angular-moment.git#1.0.0
bower angular-moment#1.0.0 resolve https://github.com/urish/angular-moment.git#1.0.0
bower file-saver#1.3.3 not-cached https://github.com/eligrey/FileSaver.js.git#1.3.3
bower file-saver#1.3.3 resolve https://github.com/eligrey/FileSaver.js.git#1.3.3
bower origin-web-catalog#0.0.18 not-cached https://github.com/openshift/origin-web-catalog.git#0.0.18
bower origin-web-catalog#0.0.18 resolve https://github.com/openshift/origin-web-catalog.git#0.0.18
bower jquery#2.1.4 not-cached https://github.com/jquery/jquery-dist.git#2.1.4
bower jquery#2.1.4 resolve https://github.com/jquery/jquery-dist.git#2.1.4
bower angular-scenario#1.5.11 not-cached https://github.com/angular/bower-angular-scenario.git#1.5.11
bower angular-scenario#1.5.11 resolve https://github.com/angular/bower-angular-scenario.git#1.5.11
bower ace-builds#1.2.2 not-cached https://github.com/ajaxorg/ace-builds.git#1.2.2
bower ace-builds#1.2.2 resolve https://github.com/ajaxorg/ace-builds.git#1.2.2
bower angular-mocks#1.5.11 not-cached https://github.com/angular/bower-angular-mocks.git#1.5.11
bower angular-mocks#1.5.11 resolve https://github.com/angular/bower-angular-mocks.git#1.5.11
bower es5-dom-shim#* download https://github.com/termi/ES5-DOM-SHIM/archive/master.tar.gz
bower es5-shim#3.1.1 download https://github.com/es-shims/es5-shim/archive/v3.1.1.tar.gz
bower angular-resource#1.5.11 download https://github.com/angular/bower-angular-resource/archive/v1.5.11.tar.gz
bower uri.js#1.18.0 download https://github.com/medialize/URI.js/archive/v1.18.0.tar.gz
bower angular-patternfly#3.24.0 download https://github.com/patternfly/angular-patternfly/archive/v3.24.0.tar.gz
bower angular-bootstrap#0.14.3 download https://github.com/angular-ui/bootstrap-bower/archive/0.14.3.tar.gz
bower angular-route#1.5.11 download https://github.com/angular/bower-angular-route/archive/v1.5.11.tar.gz
bower angular-cookies#1.5.11 download https://github.com/angular/bower-angular-cookies/archive/v1.5.11.tar.gz
bower hawtio-extension-service#2.0.2 download https://github.com/hawtio/hawtio-extension-service/archive/v2.0.2.tar.gz
bower hawtio-core#2.0.37 download https://github.com/hawtio/hawtio-core/archive/v2.0.37.tar.gz
bower patternfly#3.24.0 download https://github.com/patternfly/patternfly/archive/v3.24.0.tar.gz
bower moment-timezone#0.5.3 download https://github.com/moment/moment-timezone/archive/0.5.3.tar.gz
bower moment#2.14.2 download https://github.com/moment/moment/archive/2.14.2.tar.gz
bower es5-shim#3.1.1 extract archive.tar.gz
bower hawtio-core#2.0.37 extract archive.tar.gz
bower hawtio-extension-service#2.0.2 extract archive.tar.gz
bower angular-resource#1.5.11 extract archive.tar.gz
bower angular-cookies#1.5.11 extract archive.tar.gz
bower angular-route#1.5.11 extract archive.tar.gz
bower json3#3.3.2 download https://github.com/bestiejs/json3/archive/v3.3.2.tar.gz
bower angular-touch#1.5.11 download https://github.com/angular/bower-angular-touch/archive/v1.5.11.tar.gz
bower angular#1.5.11 download https://github.com/angular/bower-angular/archive/v1.5.11.tar.gz
bower angular-bootstrap#0.14.3 extract archive.tar.gz
bower microplugin#0.0.3 download https://github.com/brianreavis/microplugin.js/archive/v0.0.3.tar.gz
bower sifter#0.4.1 download https://github.com/brianreavis/sifter.js/archive/v0.4.1.tar.gz
bower lodash#3.10.1 download https://github.com/lodash/lodash/archive/3.10.1.tar.gz
bower angular-sanitize#1.5.11 download https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.tar.gz
bower angular-animate#1.5.11 download https://github.com/angular/bower-angular-animate/archive/v1.5.11.tar.gz
bower kubernetes-object-describer#1.0.4 download https://github.com/kubernetes-ui/object-describer/archive/v1.0.4.tar.gz
bower registry-image-widgets#0.0.2 download https://github.com/openshift/registry-image-widgets/archive/0.0.2.tar.gz
bower selectize#0.12.1 download https://github.com/selectize/selectize.js/archive/v0.12.1.tar.gz
bower kubernetes-container-terminal#1.0.3 download https://github.com/kubernetes-ui/container-terminal/archive/v1.0.3.tar.gz
bower kubernetes-label-selector#1.4.4 download https://github.com/kubernetes-ui/label-selector/archive/v1.4.4.tar.gz
bower uri.js#1.18.0 extract archive.tar.gz
bower angular-touch#1.5.11 extract archive.tar.gz
bower microplugin#0.0.3 extract archive.tar.gz
bower kubernetes-object-describer#1.0.4 extract archive.tar.gz
bower angular-sanitize#1.5.11 extract archive.tar.gz
bower layout.attrs#2.1.1 download https://github.com/benjaminapetersen/layout.attrs/archive/2.1.1.tar.gz
bower angular-ui-ace#0.2.3 download https://github.com/angular-ui/ui-ace/archive/v0.2.3.tar.gz
bower bootstrap-hover-dropdown#2.1.3 download https://github.com/CWSpear/twitter-bootstrap-hover-dropdown/archive/v2.1.3.tar.gz
bower kubernetes-container-terminal#1.0.3 extract archive.tar.gz
bower registry-image-widgets#0.0.2 extract archive.tar.gz
bower ansi_up#1.3.0 download https://github.com/drudru/ansi_up/archive/v1.3.0.tar.gz
bower kubernetes-label-selector#1.4.4 extract archive.tar.gz
bower ng-sortable#1.3.4 download https://github.com/a5hik/ng-sortable/archive/1.3.4.tar.gz
bower angular-animate#1.5.11 extract archive.tar.gz
bower angular-ui-ace#0.2.3 extract archive.tar.gz
bower sifter#0.4.1 extract archive.tar.gz
bower layout.attrs#2.1.1 extract archive.tar.gz
bower matchHeight#0.7.0 download https://github.com/liabru/jquery-match-height/archive/0.7.0.tar.gz
bower bootstrap-hover-dropdown#2.1.3 extract archive.tar.gz
bower angular-utf8-base64#0.0.5 download https://github.com/stranger82/angular-utf8-base64/archive/v0.0.5.tar.gz
bower angular-extension-registry#1.2.6 download https://github.com/openshift/angular-extension-registry/archive/1.2.6.tar.gz
bower ansi_up#1.3.0 extract archive.tar.gz
bower ng-sortable#1.3.4 extract archive.tar.gz
bower angular-inview#2.2.0 download https://github.com/thenikso/angular-inview/archive/v2.2.0.tar.gz
bower origin-web-common#0.0.29 download https://github.com/openshift/origin-web-common/archive/v0.0.29.tar.gz
bower json3#3.3.2 extract archive.tar.gz
bower js-yaml#3.6.1 download https://github.com/nodeca/js-yaml/archive/3.6.1.tar.gz
bower clipboard#1.5.8 download https://github.com/zenorocha/clipboard.js/archive/v1.5.8.tar.gz
bower angular-utf8-base64#0.0.5 extract archive.tar.gz
bower selectize#0.12.1 extract archive.tar.gz
bower angular-inview#2.2.0 extract archive.tar.gz
bower ui-select#0.19.4 download https://github.com/angular-ui/ui-select/archive/v0.19.4.tar.gz
bower file-saver#1.3.3 download https://github.com/eligrey/FileSaver.js/archive/1.3.3.tar.gz
bower angular-extension-registry#1.2.6 extract archive.tar.gz
bower matchHeight#0.7.0 extract archive.tar.gz
bower angular-moment#1.0.0 download https://github.com/urish/angular-moment/archive/1.0.0.tar.gz
bower clipboard#1.5.8 extract archive.tar.gz
bower origin-web-catalog#0.0.18 download https://github.com/openshift/origin-web-catalog/archive/v0.0.18.tar.gz
bower file-saver#1.3.3 extract archive.tar.gz
bower jquery#2.1.4 download https://github.com/jquery/jquery-dist/archive/2.1.4.tar.gz
bower origin-web-common#0.0.29 extract archive.tar.gz
bower angular-moment#1.0.0 extract archive.tar.gz
bower angular#1.5.11 extract archive.tar.gz
bower angular-scenario#1.5.11 download https://github.com/angular/bower-angular-scenario/archive/v1.5.11.tar.gz
bower ace-builds#1.2.2 download https://github.com/ajaxorg/ace-builds/archive/v1.2.2.tar.gz
bower angular-mocks#1.5.11 download https://github.com/angular/bower-angular-mocks/archive/v1.5.11.tar.gz
bower ui-select#0.19.4 extract archive.tar.gz
bower angular-cookies#1.5.11 resolved https://github.com/angular/bower-angular-cookies.git#1.5.11
bower moment#2.14.2 extract archive.tar.gz
bower angular-resource#1.5.11 resolved https://github.com/angular/bower-angular-resource.git#1.5.11
bower lodash#3.10.1 extract archive.tar.gz
bower angular-route#1.5.11 resolved https://github.com/angular/bower-angular-route.git#1.5.11
bower angular-ui-ace#0.2.3 resolved https://github.com/angular-ui/ui-ace.git#0.2.3
bower angular-mocks#1.5.11 extract archive.tar.gz
bower angular-touch#1.5.11 resolved https://github.com/angular/bower-angular-touch.git#1.5.11
bower angular-sanitize#1.5.11 resolved https://github.com/angular/bower-angular-sanitize.git#1.5.11
bower angular-animate#1.5.11 resolved https://github.com/angular/bower-angular-animate.git#1.5.11
bower hawtio-extension-service#2.0.2 resolved https://github.com/hawtio/hawtio-extension-service.git#2.0.2
bower angular-scenario#1.5.11 extract archive.tar.gz
bower bootstrap-hover-dropdown#2.1.3 resolved https://github.com/CWSpear/twitter-bootstrap-hover-dropdown.git#2.1.3
bower jquery#2.1.4 extract archive.tar.gz
bower bootstrap#^3.0.0 not-cached https://github.com/twbs/bootstrap.git#^3.0.0
bower bootstrap#^3.0.0 resolve https://github.com/twbs/bootstrap.git#^3.0.0
bower angular-bootstrap#0.14.3 resolved https://github.com/angular-ui/bootstrap-bower.git#0.14.3
bower kubernetes-label-selector#1.4.4 invalid-meta for:/tmp/ec2-user/bower/bee2830de5b13acdc02308eeafe8168d-26919-MABzp2/bower.json
bower kubernetes-label-selector#1.4.4 invalid-meta The "description" is too long, the limit is 140 characters
bower kubernetes-label-selector#1.4.4 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["labelSelector.js","labelFilter.js"]
bower microplugin#0.0.3 resolved https://github.com/brianreavis/microplugin.js.git#0.0.3
bower js-yaml#3.6.1 extract archive.tar.gz
bower es5-dom-shim#* extract archive.tar.gz
bower angular-inview#2.2.0 mismatch Version declared in the json (2.0.0) is different than the resolved one (2.2.0)
bower hawtio-core#2.0.37 mismatch Version declared in the json (2.0.36) is different than the resolved one (2.0.37)
bower angular-inview#2.2.0 resolved https://github.com/thenikso/angular-inview.git#2.2.0
bower hawtio-core#2.0.37 resolved https://github.com/hawtio/hawtio-core.git#2.0.37
bower kubernetes-container-terminal#1.0.3 resolved https://github.com/kubernetes-ui/container-terminal.git#1.0.3
bower origin-web-catalog#0.0.18 extract archive.tar.gz
bower js-logger#~0.9.14 not-cached https://github.com/jonnyreeves/js-logger.git#~0.9.14
bower js-logger#~0.9.14 resolve https://github.com/jonnyreeves/js-logger.git#~0.9.14
bower term.js#0.0.7 not-cached https://github.com/vahe/term.js.git#0.0.7
bower term.js#0.0.7 resolve https://github.com/vahe/term.js.git#0.0.7
bower angular-mocks#1.5.11 resolved https://github.com/angular/bower-angular-mocks.git#1.5.11
bower font-awesome#* not-cached https://github.com/FortAwesome/Font-Awesome.git#*
bower font-awesome#* resolve https://github.com/FortAwesome/Font-Awesome.git#*
bower bootstrap#^3.0.0 download https://github.com/twbs/bootstrap/archive/v3.3.7.tar.gz
bower file-saver#1.3.3 resolved https://github.com/eligrey/FileSaver.js.git#1.3.3
bower js-logger#~0.9.14 download https://github.com/jonnyreeves/js-logger/archive/0.9.14.tar.gz
bower font-awesome#* download https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.tar.gz
bower term.js#0.0.7 download https://github.com/vahe/term.js/archive/v0.0.7.tar.gz
bower angular-utf8-base64#0.0.5 resolved https://github.com/stranger82/angular-utf8-base64.git#0.0.5
bower angular-moment#1.0.0 resolved https://github.com/urish/angular-moment.git#1.0.0
bower js-logger#~0.9.14 extract archive.tar.gz
bower kubernetes-label-selector#1.4.4 resolved https://github.com/kubernetes-ui/label-selector.git#1.4.4
bower term.js#0.0.7 extract archive.tar.gz
bower fontawesome#~4.3.0 not-cached https://github.com/FortAwesome/Font-Awesome.git#~4.3.0
bower fontawesome#~4.3.0 resolve https://github.com/FortAwesome/Font-Awesome.git#~4.3.0
bower fontawesome#~4.3.0 download https://github.com/FortAwesome/Font-Awesome/archive/v4.3.0.tar.gz
bower ansi_up#1.3.0 resolved https://github.com/drudru/ansi_up.git#1.3.0
bower angular#1.5.11 resolved https://github.com/angular/bower-angular.git#1.5.11
bower sifter#0.4.1 resolved https://github.com/brianreavis/sifter.js.git#0.4.1
bower angular-scenario#1.5.11 resolved https://github.com/angular/bower-angular-scenario.git#1.5.11
bower registry-image-widgets#0.0.2 resolved https://github.com/openshift/registry-image-widgets.git#0.0.2
bower layout.attrs#2.1.1 invalid-meta for:/tmp/ec2-user/bower/a141cbf7b199b196836809a524a96e0d-26919-fSOpYa/bower.json
bower layout.attrs#2.1.1 invalid-meta The "main" field cannot contain minified files
bower clipboard#1.5.8 resolved https://github.com/zenorocha/clipboard.js.git#1.5.8
bower matchHeight#0.7.0 invalid-meta for:/tmp/ec2-user/bower/e7492d2ba410ba5d41b5675732c04a29-26919-NxvCF0/bower.json
bower matchHeight#0.7.0 invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower es5-shim#3.1.1 resolved https://github.com/es-shims/es5-shim.git#3.1.1
bower kubernetes-object-describer#1.0.4 resolved https://github.com/kubernetes-ui/object-describer.git#1.0.4
bower angular-extension-registry#1.2.6 invalid-meta for:/tmp/ec2-user/bower/f380b5bf7b0d9085b0a3ec7deead3bdd-26919-W4uE2I/bower.json
bower angular-extension-registry#1.2.6 invalid-meta The "main" field cannot contain minified files
bower angular-extension-registry#1.2.6 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["dist/angular-extension-registry.min.js","dist/compiled-templates.js"]
bower matchHeight#0.7.0 resolved https://github.com/liabru/jquery-match-height.git#0.7.0
bower js-logger#~0.9.14 resolved https://github.com/jonnyreeves/js-logger.git#0.9.14
bower moment-timezone#0.5.3 extract archive.tar.gz
bower term.js#0.0.7 resolved https://github.com/vahe/term.js.git#0.0.7
bower layout.attrs#2.1.1 resolved https://github.com/benjaminapetersen/layout.attrs.git#2.1.1
bower font-awesome#* extract archive.tar.gz
bower fontawesome#~4.3.0 extract archive.tar.gz
bower ng-sortable#1.3.4 resolved https://github.com/a5hik/ng-sortable.git#1.3.4
bower bootstrap#^3.0.0 extract archive.tar.gz
bower es5-dom-shim#* resolved https://github.com/termi/ES5-DOM-SHIM.git#e25207e9ed
bower angular-extension-registry#1.2.6 resolved https://github.com/openshift/angular-extension-registry.git#1.2.6
bower angular-patternfly#3.24.0 extract archive.tar.gz
bower uri.js#1.18.0 resolved https://github.com/medialize/URI.js.git#1.18.0
bower patternfly#3.24.0 progress received 7.1MB of 10.5MB downloaded, 68%
bower ui-select#0.19.4 resolved https://github.com/angular-ui/ui-select.git#0.19.4
bower ace-builds#1.2.2 extract archive.tar.gz
bower selectize#0.12.1 resolved https://github.com/selectize/selectize.js.git#0.12.1
bower patternfly#3.24.0 extract archive.tar.gz
bower origin-web-common#0.0.29 resolved https://github.com/openshift/origin-web-common.git#0.0.29
bower patternfly#~3.21.0 not-cached https://github.com/patternfly/patternfly.git#~3.21.0
bower patternfly#~3.21.0 resolve https://github.com/patternfly/patternfly.git#~3.21.0
bower patternfly#~3.21.0 download https://github.com/patternfly/patternfly/archive/v3.21.0.tar.gz
bower hopscotch#~0.2.7 not-cached https://github.com/linkedin/hopscotch.git#~0.2.7
bower hopscotch#~0.2.7 resolve https://github.com/linkedin/hopscotch.git#~0.2.7
bower lodash#3.10.1 resolved https://github.com/lodash/lodash.git#3.10.1
bower hopscotch#~0.2.7 download https://github.com/linkedin/hopscotch/archive/v0.2.8.tar.gz
bower json3#3.3.2 resolved https://github.com/bestiejs/json3.git#3.3.2
bower hopscotch#~0.2.7 extract archive.tar.gz
bower origin-web-catalog#0.0.18 invalid-meta for:/tmp/ec2-user/bower/4e60e9d56d0a20400db3ac5ea8ed35b6-26919-b42NeX/bower.json
bower origin-web-catalog#0.0.18 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["dist/vendor-bundle.js","dist/origin-web-catalogs.js"]
bower origin-web-catalog#0.0.18 resolved https://github.com/openshift/origin-web-catalog.git#0.0.18
bower patternfly#~3.21.0 extract archive.tar.gz
bower hopscotch#~0.2.7 resolved https://github.com/linkedin/hopscotch.git#0.2.8
bower jquery#2.1.4 resolved https://github.com/jquery/jquery-dist.git#2.1.4
bower bootstrap#^3.0.0 resolved https://github.com/twbs/bootstrap.git#3.3.7
bower moment#2.14.2 resolved https://github.com/moment/moment.git#2.14.2
bower js-yaml#3.6.1 resolved https://github.com/nodeca/js-yaml.git#3.6.1
bower angular-patternfly#3.24.0 resolved https://github.com/patternfly/angular-patternfly.git#3.24.0
bower angular-drag-and-drop-lists#2.0.0 not-cached https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.0.0
bower angular-drag-and-drop-lists#2.0.0 resolve https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.0.0
bower angular-drag-and-drop-lists#2.0.0 download https://github.com/marceljuenemann/angular-drag-and-drop-lists/archive/2.0.0.tar.gz
bower angular-drag-and-drop-lists#2.0.0 extract archive.tar.gz
bower angular-drag-and-drop-lists#2.0.0 resolved https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.0.0
bower fontawesome#~4.3.0 invalid-meta for:/tmp/ec2-user/bower/4121662a0e17705c5dce874c683e353b-26919-7wRe3V/bower.json
bower fontawesome#~4.3.0 invalid-meta The "main" field cannot contain globs (example: "*.js")
bower fontawesome#~4.3.0 resolved https://github.com/FortAwesome/Font-Awesome.git#4.3.0
bower patternfly#3.24.0 invalid-meta for:/tmp/ec2-user/bower/ecd5a67191fbb1ae56f51993f1a892a3-26919-HUr8uU/bower.json
bower patternfly#3.24.0 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .css files: ["dist/css/patternfly.css","dist/css/patternfly-additions.css"]
bower moment-timezone#0.5.3 resolved https://github.com/moment/moment-timezone.git#0.5.3
bower font-awesome#* resolved https://github.com/FortAwesome/Font-Awesome.git#4.7.0
bower patternfly#~3.21.0 invalid-meta for:/tmp/ec2-user/bower/ecd5a67191fbb1ae56f51993f1a892a3-26919-55IUmM/bower.json
bower patternfly#~3.21.0 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .css files: ["dist/css/patternfly.css","dist/css/patternfly-additions.css"]
bower patternfly#3.24.0 resolved https://github.com/patternfly/patternfly.git#3.24.0
bower moment#~2.18.1 not-cached https://github.com/moment/moment.git#~2.18.1
bower moment#~2.18.1 resolve https://github.com/moment/moment.git#~2.18.1
bower moment#~2.18.1 download https://github.com/moment/moment/archive/2.18.1.tar.gz
bower c3#~0.4.11 not-cached https://github.com/masayuki0812/c3.git#~0.4.11
bower c3#~0.4.11 resolve https://github.com/masayuki0812/c3.git#~0.4.11
bower google-code-prettify#~1.0.5 not-cached https://github.com/tcollard/google-code-prettify.git#~1.0.5
bower google-code-prettify#~1.0.5 resolve https://github.com/tcollard/google-code-prettify.git#~1.0.5
bower d3#~3.5.17 not-cached https://github.com/mbostock-bower/d3-bower.git#~3.5.17
bower d3#~3.5.17 resolve https://github.com/mbostock-bower/d3-bower.git#~3.5.17
bower datatables#~1.10.12 not-cached https://github.com/DataTables/DataTables.git#~1.10.12
bower datatables#~1.10.12 resolve https://github.com/DataTables/DataTables.git#~1.10.12
bower patternfly-bootstrap-combobox#~1.1.7 not-cached https://github.com/patternfly/patternfly-bootstrap-combobox.git#~1.1.7
bower patternfly-bootstrap-combobox#~1.1.7 resolve https://github.com/patternfly/patternfly-bootstrap-combobox.git#~1.1.7
bower datatables-colreorder#~1.3.2 not-cached https://github.com/DataTables/ColReorder.git#~1.3.2
bower datatables-colreorder#~1.3.2 resolve https://github.com/DataTables/ColReorder.git#~1.3.2
bower bootstrap-datepicker#~1.6.4 not-cached https://github.com/eternicode/bootstrap-datepicker.git#~1.6.4
bower bootstrap-datepicker#~1.6.4 resolve https://github.com/eternicode/bootstrap-datepicker.git#~1.6.4
bower eonasdan-bootstrap-datetimepicker#~4.17.37 not-cached https://github.com/Eonasdan/bootstrap-datetimepicker.git#~4.17.37
bower eonasdan-bootstrap-datetimepicker#~4.17.37 resolve https://github.com/Eonasdan/bootstrap-datetimepicker.git#~4.17.37
bower datatables-colvis#~1.1.2 not-cached https://github.com/DataTables/ColVis.git#~1.1.2
bower datatables-colvis#~1.1.2 resolve https://github.com/DataTables/ColVis.git#~1.1.2
bower bootstrap-switch#<=3.3.3 not-cached https://github.com/nostalgiaz/bootstrap-switch.git#<=3.3.3
bower bootstrap-switch#<=3.3.3 resolve https://github.com/nostalgiaz/bootstrap-switch.git#<=3.3.3
bower bootstrap-touchspin#~3.1.1 not-cached https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git#~3.1.1
bower bootstrap-touchspin#~3.1.1 resolve https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git#~3.1.1
bower bootstrap-select#~1.10.0 not-cached https://github.com/silviomoreto/bootstrap-select.git#~1.10.0
bower bootstrap-select#~1.10.0 resolve https://github.com/silviomoreto/bootstrap-select.git#~1.10.0
bower patternfly-bootstrap-treeview#~2.1.0 not-cached https://github.com/patternfly/patternfly-bootstrap-treeview.git#~2.1.0
bower patternfly-bootstrap-treeview#~2.1.0 resolve https://github.com/patternfly/patternfly-bootstrap-treeview.git#~2.1.0
bower moment#~2.18.1 extract archive.tar.gz
bower c3#~0.4.11 download https://github.com/masayuki0812/c3/archive/v0.4.12.tar.gz
bower google-code-prettify#~1.0.5 download https://github.com/tcollard/google-code-prettify/archive/v1.0.5.tar.gz
bower d3#~3.5.17 download https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.tar.gz
bower datatables#~1.10.12 download https://github.com/DataTables/DataTables/archive/1.10.15.tar.gz
bower patternfly-bootstrap-combobox#~1.1.7 download https://github.com/patternfly/patternfly-bootstrap-combobox/archive/1.1.7.tar.gz
bower patternfly-bootstrap-combobox#~1.1.7 extract archive.tar.gz
bower datatables-colreorder#~1.3.2 download https://github.com/DataTables/ColReorder/archive/1.3.3.tar.gz
bower d3#~3.5.17 extract archive.tar.gz
bower bootstrap-datepicker#~1.6.4 download https://github.com/eternicode/bootstrap-datepicker/archive/v1.6.4.tar.gz
bower eonasdan-bootstrap-datetimepicker#~4.17.37 download https://github.com/Eonasdan/bootstrap-datetimepicker/archive/4.17.47.tar.gz
bower datatables-colvis#~1.1.2 download https://github.com/DataTables/ColVis/archive/1.1.2.tar.gz
bower datatables-colreorder#~1.3.2 extract archive.tar.gz
bower c3#~0.4.11 extract archive.tar.gz
bower bootstrap-switch#<=3.3.3 download https://github.com/nostalgiaz/bootstrap-switch/archive/v3.3.3.tar.gz
bower datatables#~1.10.12 extract archive.tar.gz
bower datatables-colvis#~1.1.2 extract archive.tar.gz
bower bootstrap-touchspin#~3.1.1 download https://github.com/istvan-ujjmeszaros/bootstrap-touchspin/archive/3.1.2.tar.gz
bower ace-builds#1.2.2 resolved https://github.com/ajaxorg/ace-builds.git#1.2.2
bower bootstrap-touchspin#~3.1.1 extract archive.tar.gz
bower bootstrap-switch#<=3.3.3 extract archive.tar.gz
bower bootstrap-datepicker#~1.6.4 extract archive.tar.gz
bower bootstrap-select#~1.10.0 download https://github.com/silviomoreto/bootstrap-select/archive/v1.10.0.tar.gz
bower patternfly-bootstrap-treeview#~2.1.0 download https://github.com/patternfly/patternfly-bootstrap-treeview/archive/v2.1.3.tar.gz
bower d3#~3.5.17 resolved https://github.com/mbostock-bower/d3-bower.git#3.5.17
bower bootstrap-select#~1.10.0 extract archive.tar.gz
bower patternfly-bootstrap-treeview#~2.1.0 extract archive.tar.gz
bower eonasdan-bootstrap-datetimepicker#~4.17.37 extract archive.tar.gz
bower patternfly-bootstrap-combobox#~1.1.7 resolved https://github.com/patternfly/patternfly-bootstrap-combobox.git#1.1.7
bower datatables-colvis#~1.1.2 resolved https://github.com/DataTables/ColVis.git#1.1.2
bower datatables#>=1.7.0 not-cached https://github.com/DataTables/DataTables.git#>=1.7.0
bower datatables#>=1.7.0 resolve https://github.com/DataTables/DataTables.git#>=1.7.0
bower datatables#>=1.7.0 download https://github.com/DataTables/DataTables/archive/1.10.15.tar.gz
bower datatables#>=1.7.0 extract archive.tar.gz
bower bootstrap-touchspin#~3.1.1 resolved https://github.com/istvan-ujjmeszaros/bootstrap-touchspin.git#3.1.2
bower datatables-colreorder#~1.3.2 resolved https://github.com/DataTables/ColReorder.git#1.3.3
bower datatables#>=1.10.8 not-cached https://github.com/DataTables/DataTables.git#>=1.10.8
bower datatables#>=1.10.8 resolve https://github.com/DataTables/DataTables.git#>=1.10.8
bower datatables#>=1.10.8 download https://github.com/DataTables/DataTables/archive/1.10.15.tar.gz
bower datatables#>=1.10.8 extract archive.tar.gz
bower google-code-prettify#~1.0.5 extract archive.tar.gz
bower patternfly-bootstrap-treeview#~2.1.0 resolved https://github.com/patternfly/patternfly-bootstrap-treeview.git#2.1.3
bower patternfly#~3.21.0 resolved https://github.com/patternfly/patternfly.git#3.21.0
bower bootstrap-switch#~3.3.2 not-cached https://github.com/nostalgiaz/bootstrap-switch.git#~3.3.2
bower bootstrap-switch#~3.3.2 resolve https://github.com/nostalgiaz/bootstrap-switch.git#~3.3.2
bower font-awesome#~4.6.3 not-cached https://github.com/FortAwesome/Font-Awesome.git#~4.6.3
bower font-awesome#~4.6.3 resolve https://github.com/FortAwesome/Font-Awesome.git#~4.6.3
bower bootstrap-switch#~3.3.2 download https://github.com/nostalgiaz/bootstrap-switch/archive/v3.3.4.tar.gz
bower font-awesome#~4.6.3 download https://github.com/FortAwesome/Font-Awesome/archive/v4.6.3.tar.gz
bower bootstrap-switch#~3.3.2 extract archive.tar.gz
bower font-awesome#~4.6.3 extract archive.tar.gz
bower eonasdan-bootstrap-datetimepicker#~4.17.37 invalid-meta for:/tmp/ec2-user/bower/76bd398ee7174f6f95c3ab9b1ab3c397-26919-EYKrdY/bower.json
bower eonasdan-bootstrap-datetimepicker#~4.17.37 invalid-meta The "main" field cannot contain minified files
bower eonasdan-bootstrap-datetimepicker#~4.17.37 invalid-meta The "main" field cannot contain minified files
bower bootstrap-switch#<=3.3.3 resolved https://github.com/nostalgiaz/bootstrap-switch.git#3.3.3
bower eonasdan-bootstrap-datetimepicker#~4.17.37 resolved https://github.com/Eonasdan/bootstrap-datetimepicker.git#4.17.47
bower datatables#~1.10.12 invalid-meta for:/tmp/ec2-user/bower/06669348abd69fdff10f03f7c7ff1571-26919-FHTZrx/bower.json
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#~1.10.12 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .png files: ["media/images/sort_asc.png","media/images/sort_asc_disabled.png","media/images/sort_both.png","media/images/sort_desc.png","media/images/sort_desc_disabled.png"]
bower google-code-prettify#~1.0.5 invalid-meta for:/tmp/ec2-user/bower/8b46b49e999a9774c040fd46f81a68a5-26919-I85XqP/bower.json
bower google-code-prettify#~1.0.5 invalid-meta The "main" field cannot contain minified files
bower google-code-prettify#~1.0.5 invalid-meta The "main" field cannot contain minified files
bower bootstrap-switch#~3.3.2 resolved https://github.com/nostalgiaz/bootstrap-switch.git#3.3.4
bower jquery#~1.9.0 not-cached https://github.com/jquery/jquery-dist.git#~1.9.0
bower jquery#~1.9.0 resolve https://github.com/jquery/jquery-dist.git#~1.9.0
bower jquery#~1.9.0 download https://github.com/jquery/jquery-dist/archive/1.9.1.tar.gz
bower datatables#~1.10.12 resolved https://github.com/DataTables/DataTables.git#1.10.15
bower datatables#>=1.7.0 invalid-meta for:/tmp/ec2-user/bower/06669348abd69fdff10f03f7c7ff1571-26919-JnaMCR/bower.json
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.7.0 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .png files: ["media/images/sort_asc.png","media/images/sort_asc_disabled.png","media/images/sort_both.png","media/images/sort_desc.png","media/images/sort_desc_disabled.png"]
bower google-code-prettify#~1.0.5 resolved https://github.com/tcollard/google-code-prettify.git#1.0.5
bower jquery#~1.9.0 extract archive.tar.gz
bower bootstrap-datepicker#~1.6.4 invalid-meta for:/tmp/ec2-user/bower/5302a8e90732aef5f2e93a0af3490637-26919-ZtRJys/bower.json
bower bootstrap-datepicker#~1.6.4 invalid-meta The "main" field cannot contain minified files
bower bootstrap-datepicker#~1.6.4 resolved https://github.com/eternicode/bootstrap-datepicker.git#1.6.4
bower c3#~0.4.11 resolved https://github.com/masayuki0812/c3.git#0.4.12
bower datatables#>=1.10.8 invalid-meta for:/tmp/ec2-user/bower/06669348abd69fdff10f03f7c7ff1571-26919-Sz5kAU/bower.json
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field cannot contain font, image, audio, or video files
bower datatables#>=1.10.8 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .png files: ["media/images/sort_asc.png","media/images/sort_asc_disabled.png","media/images/sort_both.png","media/images/sort_desc.png","media/images/sort_desc_disabled.png"]
bower datatables#>=1.7.0 resolved https://github.com/DataTables/DataTables.git#1.10.15
bower datatables#>=1.10.8 resolved https://github.com/DataTables/DataTables.git#1.10.15
bower bootstrap-select#~1.10.0 resolved https://github.com/silviomoreto/bootstrap-select.git#1.10.0
bower jquery#~1.9.0 deprecated Package jquery is using the deprecated component.json
bower jquery#~1.9.0 resolved https://github.com/jquery/jquery-dist.git#1.9.1
bower moment#~2.18.1 resolved https://github.com/moment/moment.git#2.18.1
bower font-awesome#~4.6.3 resolved https://github.com/FortAwesome/Font-Awesome.git#4.6.3
Please note that,
bootstrap-switch#3.3.4 depends on jquery#~1.9.0 which resolved to jquery#1.9.1
datatables#1.10.15, datatables#1.10.15, datatables#1.10.15, datatables-colreorder#1.3.3, datatables-colvis#1.1.2, selectize#0.12.1 depends on jquery#>=1.7.0 which resolved to jquery#2.1.4
origin-web-common#0.0.29, patternfly#3.24.0, patternfly#3.21.0 depends on jquery#~2.1.4 which resolved to jquery#2.1.4
bootstrap-hover-dropdown#2.1.3, patternfly-bootstrap-treeview#2.1.3 depends on jquery#>= 1.9.0 which resolved to jquery#2.1.4
bootstrap-switch#3.3.3, bootstrap-touchspin#3.1.2 depends on jquery#>=1.9.0 which resolved to jquery#2.1.4
origin-web-catalog#0.0.18, origin-web-console depends on jquery#2.1.4 which resolved to jquery#2.1.4
hawtio-core#2.0.37 depends on jquery#~2.1.1 which resolved to jquery#2.1.4
eonasdan-bootstrap-datetimepicker#4.17.47 depends on jquery#>=1.8.3 which resolved to jquery#2.1.4
bootstrap-datepicker#1.6.4 depends on jquery#>=1.7.1 which resolved to jquery#2.1.4
bootstrap-select#1.10.0 depends on jquery#>=1.8 which resolved to jquery#2.1.4
bootstrap#3.3.7 depends on jquery#1.9.1 - 3 which resolved to jquery#2.1.4
Resort to using jquery#2.1.4 which resolved to jquery#2.1.4
Code incompatibilities may occur.
Please note that,
origin-web-console depends on moment#2.14.2 which resolved to moment#2.14.2
angular-moment#1.0.0 depends on moment#>=2.8.0 <3.0.0 which resolved to moment#2.14.2
moment-timezone#0.5.3 depends on moment#>= 2.6.0 which resolved to moment#2.14.2
patternfly#3.21.0 depends on moment#~2.14.1 which resolved to moment#2.14.2
eonasdan-bootstrap-datetimepicker#4.17.47 depends on moment#>=2.10.5 which resolved to moment#2.14.2
patternfly#3.24.0 depends on moment#~2.18.1 which resolved to moment#2.18.1
Resort to using moment#2.14.2 which resolved to moment#2.14.2
Code incompatibilities may occur.
Please note that,
patternfly#3.21.0 depends on font-awesome#~4.6.3 which resolved to font-awesome#4.6.3
patternfly#3.24.0 depends on font-awesome#~4.7.0 which resolved to font-awesome#4.7.0
kubernetes-container-terminal#1.0.3 depends on font-awesome#* which resolved to font-awesome#4.7.0
Resort to using font-awesome#4.7.0 which resolved to font-awesome#4.7.0
Code incompatibilities may occur.
Please note that,
origin-web-common#0.0.29 depends on patternfly#~3.21.0 which resolved to patternfly#3.21.0
origin-web-catalog#0.0.18, origin-web-console depends on patternfly#3.24.0 which resolved to patternfly#3.24.0
angular-patternfly#3.24.0 depends on patternfly#~3.24.0 which resolved to patternfly#3.24.0
Resort to using patternfly#3.24.0 which resolved to patternfly#3.24.0
Code incompatibilities may occur.
bower angular-bootstrap extra-resolution Unnecessary resolution: angular-bootstrap#0.14.3
bower d3 extra-resolution Unnecessary resolution: d3#3.5.17
bower angular-patternfly extra-resolution Unnecessary resolution: angular-patternfly#3.24.0
bower patternfly-bootstrap-treeview extra-resolution Unnecessary resolution: patternfly-bootstrap-treeview#2.1.1
bower angular extra-resolution Unnecessary resolution: angular#1.5.11
bower angular-sanitize extra-resolution Unnecessary resolution: angular-sanitize#1.5.11
[install-assets] rm -rf openshift-jvm
[install-assets] mkdir -p openshift-jvm
hack/install-deps.sh took 36 seconds
+ popd
~
+ pushd /data/src/github.com/openshift/origin-web-console
/data/src/github.com/openshift/origin-web-console ~
+ hack/test-headless.sh test
[INFO] Starting virtual framebuffer for headless tests...
Running "clean:server" (clean) task
>> 0 paths cleaned.
Running "concurrent:test" (concurrent) task
Running "less:development" (less) task
>> 1 stylesheet created.
>> 1 sourcemap created.
Done, without errors.
Execution Time (2017-05-29 17:36:00 UTC)
loading tasks 357ms ▇▇▇▇▇ 11%
less:development 2.8s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 89%
Total 3.2s
Running "postcss:dist" (postcss) task
>> 1 processed stylesheet created.
Running "connect:test" (connect) task
Started connect web server on https://localhost:9000
Running "karma:unit" (karma) task
DEBUG [config]: autoWatch set to false, because of singleRun
DEBUG [plugin]: Loading plugin karma-firefox-launcher.
DEBUG [plugin]: Loading plugin karma-chrome-launcher.
DEBUG [plugin]: Loading plugin karma-ng-html2js-preprocessor.
DEBUG [plugin]: Loading plugin karma-jasmine.
DEBUG [plugin]: Loading plugin karma-coverage.
(node:27146) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
INFO [karma]: Karma v0.12.23 server started at http://localhost:8443/
INFO [launcher]: Starting browser Firefox
DEBUG [temp-dir]: Creating temp dir at /tmp/karma-58463738
DEBUG [launcher]: firefox http://localhost:8443/?id=58463738 -profile /tmp/karma-58463738 -no-remote
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/config.js".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-close.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-collapsed.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-expanded.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-links.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_click-to-reveal.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_copy-to-clipboard.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_custom-icon.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_edit-command.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_edit-probe.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_ellipsis-loader.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_ellipsis-pulser.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_probe.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_project-filter.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_status-icon.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/_warnings-popover.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/action-chip.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/annotations.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service/bind-service-form.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service/results.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/breadcrumbs.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/build-hooks.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/build-pipeline.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/build-status.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/create-secret.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/delete-button.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/delete-link.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/deploy-image.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/deployment-donut.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/deployment-metrics.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/edit-config-map.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/edit-lifecycle-hook.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/edit-webhook-triggers.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/events-badge.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/events-sidebar.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/events.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/from-file.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/header/_navbar-utility-mobile.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/header/_navbar-utility.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/header/default-header.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/header/project-header.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/hpa.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/istag-select.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/key-value-editor.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/label-editor.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/labels.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/lifecycle-hook.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/logs/_log-raw.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/logs/_log-viewer.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/metrics-compact.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/next-steps.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-autoscaling.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-file-input.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-form-section.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-image-summary.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-persistent-volume-claim.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-routing-service.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-routing.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-secrets.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-source-secrets.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/pause-rollouts-checkbox.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/pipeline-status.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/pod-donut.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/pod-metrics.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/pods-table.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog/process-template-config.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog/process-template-results.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/replicas.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/route-service-bar-chart.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/select-containers.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/selector.html".
DEBUG [preprocessor.html2js]: Processing "/data/src/github.com/openshift/origin-web-console/app/views/directives/traffic-table.html".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/app.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/constants.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/about.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/addConfigVolume.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/attachPVC.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/build.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/buildConfig.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/builds.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/commandLine.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/configMap.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/configMaps.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/browseCategory.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/createFromImage.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/nextSteps.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createConfigMap.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createFromURL.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createPersistentVolumeClaim.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createProject.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createRoute.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createSecret.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deployment.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deploymentConfig.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deployments.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/autoscaler.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/buildConfig.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/configMap.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/deploymentConfig.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/healthChecks.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/project.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/route.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/yaml.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/events.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/image.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/images.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/imagestream.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/labels.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/landingPage.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/membership.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/aboutComputeUnitsModal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmModal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmReplaceModal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmSaveLog.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmScale.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/createSecretModal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/debugTerminal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/deleteModal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/jenkinsfileExamplesModal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/linkService.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/processOrSaveTemplateModal.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/monitoring.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/newfromtemplate.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/otherResources.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/overview.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/persistentVolumeClaim.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pipelines.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pod.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pods.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/projects.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/quota.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/replicaSet.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/route.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/routes.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/secret.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/secrets.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/service.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/services.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/setLimits.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/statefulSet.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/statefulSets.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/storage.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/tasks.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/error.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/logout.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/oauth.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/actionChip.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/affix.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/alerts.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/bindService.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildClose.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildCounts.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildHooks.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildPipeline.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildStatus.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildTrendsChart.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/catalogImage.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/catalogTemplate.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/categoryContent.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/create/nextSteps.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/createSecret.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/date.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deleteLink.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deployImage.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deploymentDonut.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deploymentMetrics.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editCommand.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editConfigMap.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editProbe.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editRequestLimit.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editWebhookTriggers.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/ellipsisPulser.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/events.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/eventsBadge.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/eventsSidebar.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/fromFile.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/imageNames.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/istagSelect.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/keyValueEditor.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/labels.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/lifecycleHook.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/logViewer.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/metricsSummary.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/miniLog.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/nav.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/notificationIcon.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscAutoscaling.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscFileInput.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscFormSection.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscGitLink.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscImageSummary.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscPersistentVolumeClaim.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscRouting.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscSecrets.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscSourceSecrets.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/builds.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/listRow.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/networking.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/pipelines.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/serviceInstanceRow.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/parseError.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/pauseRolloutsCheckbox.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/podDonut.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/podMetrics.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/popups.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/processTemplate.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/processTemplateDialog.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/quotaUsageChart.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/replicas.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/resources.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/routeServiceBarChart.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/routeServicePie.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/selectContainers.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/selector.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/statusIcon.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/tasks.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/templateopt.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/directives/util.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/javalink/javaLink.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/dropdownMobile.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/helpDropdown.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/userDropdown.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/filters/canI.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/filters/date.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/filters/resources.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/filters/util.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/applicationGenerator.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/apps.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/breadcrumbs.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/builds.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/catalog.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/charts.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/cliHelp.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/containerWebSocket.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/convert.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/deployments.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/discovery.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/environment.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/fullscreen.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/hpa.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/html.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/imageStreamResolver.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/images.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/imagestreams.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/keyValueEditorProvider.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/keyValueEditorUtils.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/labels.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/limits.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/listRowUtils.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/logLinks.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/membership.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/roleBindings.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/roles.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/metrics.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/metricsCharts.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/modals.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/nameGenerator.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/navigate.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/ownerReferences.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/pods.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/quota.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/resourceAlerts.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/routes.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/secrets.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/securityCheck.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/services.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/storage.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/tasks.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/templates.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/services/util.js".
DEBUG [preprocessor.coverage]: Processing "/data/src/github.com/openshift/origin-web-console/app/scripts/templates.js".
DEBUG [watcher]: Resolved files:
/data/src/github.com/openshift/origin-web-console/node_modules/karma-jasmine/lib/jasmine.js
/data/src/github.com/openshift/origin-web-console/node_modules/karma-jasmine/lib/adapter.js
/data/src/github.com/openshift/origin-web-console/app/config.js
/data/src/github.com/openshift/origin-web-console/bower_components/jquery/dist/jquery.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular/angular.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-mocks/angular-mocks.js
/data/src/github.com/openshift/origin-web-console/bower_components/json3/lib/json3.js
/data/src/github.com/openshift/origin-web-console/bower_components/es5-shim/es5-shim.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-resource/angular-resource.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-cookies/angular-cookies.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-sanitize/angular-sanitize.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-animate/angular-animate.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-touch/angular-touch.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-route/angular-route.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-bootstrap/ui-bootstrap-tpls.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-drag-and-drop-lists/angular-drag-and-drop-lists.js
/data/src/github.com/openshift/origin-web-console/bower_components/lodash/lodash.js
/data/src/github.com/openshift/origin-web-console/bower_components/bootstrap/dist/js/bootstrap.js
/data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js
/data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-select/dist/js/bootstrap-select.js
/data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-switch/dist/js/bootstrap-switch.js
/data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-touchspin/src/jquery.bootstrap-touchspin.js
/data/src/github.com/openshift/origin-web-console/bower_components/d3/d3.js
/data/src/github.com/openshift/origin-web-console/bower_components/c3/c3.js
/data/src/github.com/openshift/origin-web-console/bower_components/datatables/media/js/jquery.dataTables.js
/data/src/github.com/openshift/origin-web-console/bower_components/datatables-colreorder/js/dataTables.colReorder.js
/data/src/github.com/openshift/origin-web-console/bower_components/datatables-colvis/js/dataTables.colVis.js
/data/src/github.com/openshift/origin-web-console/bower_components/matchHeight/dist/jquery.matchHeight.js
/data/src/github.com/openshift/origin-web-console/bower_components/moment/moment.js
/data/src/github.com/openshift/origin-web-console/bower_components/patternfly-bootstrap-combobox/js/bootstrap-combobox.js
/data/src/github.com/openshift/origin-web-console/bower_components/patternfly-bootstrap-treeview/dist/bootstrap-treeview.min.js
/data/src/github.com/openshift/origin-web-console/bower_components/patternfly/dist/js/patternfly.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-patternfly/dist/angular-patternfly.js
/data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/URI.js
/data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/URITemplate.js
/data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/jquery.URI.js
/data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/URI.fragmentURI.js
/data/src/github.com/openshift/origin-web-console/bower_components/js-logger/src/logger.js
/data/src/github.com/openshift/origin-web-console/bower_components/hawtio-core/dist/hawtio-core.js
/data/src/github.com/openshift/origin-web-console/bower_components/hawtio-extension-service/dist/hawtio-extension-service.js
/data/src/github.com/openshift/origin-web-console/bower_components/sifter/sifter.js
/data/src/github.com/openshift/origin-web-console/bower_components/microplugin/src/microplugin.js
/data/src/github.com/openshift/origin-web-console/bower_components/selectize/dist/js/selectize.js
/data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-label-selector/labelSelector.js
/data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-label-selector/labelFilter.js
/data/src/github.com/openshift/origin-web-console/bower_components/term.js/src/term.js
/data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-container-terminal/dist/container-terminal.js
/data/src/github.com/openshift/origin-web-console/bower_components/registry-image-widgets/dist/image-widgets.js
/data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-object-describer/dist/object-describer.js
/data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/ace.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/ext-searchbox.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-dockerfile.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-groovy.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-yaml.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/theme-dreamweaver.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/theme-eclipse.js
/data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-sh.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-ui-ace/ui-ace.js
/data/src/github.com/openshift/origin-web-console/bower_components/clipboard/dist/clipboard.js
/data/src/github.com/openshift/origin-web-console/bower_components/ansi_up/ansi_up.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-extension-registry/dist/angular-extension-registry.min.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-extension-registry/dist/compiled-templates.js
/data/src/github.com/openshift/origin-web-console/bower_components/ng-sortable/dist/ng-sortable.js
/data/src/github.com/openshift/origin-web-console/bower_components/ui-select/dist/select.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-inview/angular-inview.js
/data/src/github.com/openshift/origin-web-console/bower_components/js-yaml/dist/js-yaml.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-moment/angular-moment.js
/data/src/github.com/openshift/origin-web-console/bower_components/angular-utf8-base64/angular-utf8-base64.js
/data/src/github.com/openshift/origin-web-console/bower_components/file-saver/FileSaver.js
/data/src/github.com/openshift/origin-web-console/bower_components/origin-web-common/dist/origin-web-common.js
/data/src/github.com/openshift/origin-web-console/bower_components/origin-web-catalog/dist/vendor-bundle.js
/data/src/github.com/openshift/origin-web-console/bower_components/origin-web-catalog/dist/origin-web-catalogs.js
/data/src/github.com/openshift/origin-web-console/app/scripts/app.js
/data/src/github.com/openshift/origin-web-console/app/scripts/constants.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/about.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/addConfigVolume.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/attachPVC.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/build.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/buildConfig.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/builds.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/commandLine.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/configMap.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/configMaps.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/browseCategory.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/createFromImage.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/nextSteps.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createConfigMap.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createFromURL.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createPersistentVolumeClaim.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createProject.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createRoute.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createSecret.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deployment.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deploymentConfig.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deployments.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/autoscaler.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/buildConfig.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/configMap.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/deploymentConfig.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/healthChecks.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/project.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/route.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/yaml.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/events.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/image.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/images.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/imagestream.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/labels.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/landingPage.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/membership.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/aboutComputeUnitsModal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmModal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmReplaceModal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmSaveLog.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmScale.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/createSecretModal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/debugTerminal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/deleteModal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/jenkinsfileExamplesModal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/linkService.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/processOrSaveTemplateModal.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/monitoring.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/newfromtemplate.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/otherResources.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/overview.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/persistentVolumeClaim.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pipelines.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pod.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pods.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/projects.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/quota.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/replicaSet.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/route.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/routes.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/secret.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/secrets.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/service.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/services.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/setLimits.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/statefulSet.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/statefulSets.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/storage.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/tasks.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/error.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/logout.js
/data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/oauth.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/actionChip.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/affix.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/alerts.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/bindService.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildClose.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildCounts.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildHooks.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildPipeline.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildStatus.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildTrendsChart.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/catalogImage.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/catalogTemplate.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/categoryContent.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/create/nextSteps.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/createSecret.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/date.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deleteLink.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deployImage.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deploymentDonut.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/deploymentMetrics.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editCommand.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editConfigMap.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editProbe.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editRequestLimit.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/editWebhookTriggers.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/ellipsisPulser.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/events.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/eventsBadge.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/eventsSidebar.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/fromFile.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/imageNames.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/istagSelect.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/keyValueEditor.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/labels.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/lifecycleHook.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/logViewer.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/metricsSummary.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/miniLog.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/nav.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/notificationIcon.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscAutoscaling.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscFileInput.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscFormSection.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscGitLink.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscImageSummary.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscPersistentVolumeClaim.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscRouting.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscSecrets.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscSourceSecrets.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/builds.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/listRow.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/networking.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/pipelines.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/serviceInstanceRow.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/parseError.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/pauseRolloutsCheckbox.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/podDonut.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/podMetrics.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/popups.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/processTemplate.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/processTemplateDialog.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/quotaUsageChart.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/replicas.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/resources.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/routeServiceBarChart.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/routeServicePie.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/selectContainers.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/selector.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/statusIcon.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/tasks.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/templateopt.js
/data/src/github.com/openshift/origin-web-console/app/scripts/directives/util.js
/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/javalink/javaLink.js
/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/dropdownMobile.js
/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/helpDropdown.js
/data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/userDropdown.js
/data/src/github.com/openshift/origin-web-console/app/scripts/filters/canI.js
/data/src/github.com/openshift/origin-web-console/app/scripts/filters/date.js
/data/src/github.com/openshift/origin-web-console/app/scripts/filters/resources.js
/data/src/github.com/openshift/origin-web-console/app/scripts/filters/util.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/applicationGenerator.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/apps.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/breadcrumbs.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/builds.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/catalog.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/charts.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/cliHelp.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/containerWebSocket.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/convert.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/deployments.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/discovery.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/environment.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/fullscreen.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/hpa.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/html.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/imageStreamResolver.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/images.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/imagestreams.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/keyValueEditorProvider.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/keyValueEditorUtils.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/labels.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/limits.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/listRowUtils.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/logLinks.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/membership.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/roleBindings.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/roles.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/metrics.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/metricsCharts.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/modals.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/nameGenerator.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/navigate.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/ownerReferences.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/pods.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/quota.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/resourceAlerts.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/routes.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/secrets.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/securityCheck.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/services.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/storage.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/tasks.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/templates.js
/data/src/github.com/openshift/origin-web-console/app/scripts/services/util.js
/data/src/github.com/openshift/origin-web-console/app/scripts/templates.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-close.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-collapsed.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-expanded.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-links.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_click-to-reveal.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_copy-to-clipboard.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_custom-icon.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_edit-command.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_edit-probe.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_ellipsis-loader.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_ellipsis-pulser.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_probe.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_project-filter.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_status-icon.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/_warnings-popover.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/action-chip.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/annotations.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service/bind-service-form.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service/results.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/breadcrumbs.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/build-hooks.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/build-pipeline.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/build-status.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/create-secret.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/delete-button.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/delete-link.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/deploy-image.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/deployment-donut.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/deployment-metrics.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/edit-config-map.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/edit-lifecycle-hook.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/edit-webhook-triggers.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/events-badge.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/events-sidebar.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/events.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/from-file.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/header/_navbar-utility-mobile.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/header/_navbar-utility.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/header/default-header.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/header/project-header.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/hpa.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/istag-select.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/key-value-editor.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/label-editor.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/labels.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/lifecycle-hook.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/logs/_log-raw.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/logs/_log-viewer.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/metrics-compact.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/next-steps.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-autoscaling.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-file-input.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-form-section.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-image-summary.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-persistent-volume-claim.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-routing-service.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-routing.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-secrets.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/osc-source-secrets.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/pause-rollouts-checkbox.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/pipeline-status.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/pod-donut.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/pod-metrics.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/pods-table.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog/process-template-config.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog/process-template-results.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/process-template.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/replicas.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/route-service-bar-chart.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/select-containers.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/selector.html.js
/data/src/github.com/openshift/origin-web-console/app/views/directives/traffic-table.html.js
/data/src/github.com/openshift/origin-web-console/test/spec/spec-helper.js
/data/src/github.com/openshift/origin-web-console/test/spec/fixtures/api-discovery.js
/data/src/github.com/openshift/origin-web-console/test/spec/controllers/create.js
/data/src/github.com/openshift/origin-web-console/test/spec/controllers/create/createFromImageSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/controllers/projects.js
/data/src/github.com/openshift/origin-web-console/test/spec/filters/defaultIfEmptySpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/filters/entrypointSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/filters/httpHttpsSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/filters/valuesInSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/filters/valuesNotInSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/filters/yesNoSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/applicationGeneratorSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/breadcrumbsServiceSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/cliHelpSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/environmentServiceSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/membership/membershipSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/membership/roleBindingsSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/nameGeneratorSpec.js
/data/src/github.com/openshift/origin-web-console/test/spec/services/routesSpec.js
DEBUG [web-server]: serving: /data/src/github.com/openshift/origin-web-console/node_modules/karma/static/client.html
DEBUG [web-server]: serving: /data/src/github.com/openshift/origin-web-console/node_modules/karma/static/karma.js
DEBUG [web-server]: upgrade /socket.io/1/websocket/c2TjXHuGHE_iv006R3PX
DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/c2TjXHuGHE_iv006R3PX
DEBUG [karma]: A browser has connected on socket c2TjXHuGHE_iv006R3PX
INFO [Firefox 52.0.0 (Linux)]: Connected on socket c2TjXHuGHE_iv006R3PX with id 58463738
DEBUG [launcher]: Firefox (id 58463738) captured in 3.376 secs
DEBUG [web-server]: serving: /data/src/github.com/openshift/origin-web-console/node_modules/karma/static/context.html
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/node_modules/karma-jasmine/lib/jasmine.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/node_modules/karma-jasmine/lib/adapter.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/config.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/jquery/dist/jquery.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular/angular.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/es5-shim/es5-shim.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/json3/lib/json3.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-mocks/angular-mocks.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-resource/angular-resource.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-cookies/angular-cookies.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-sanitize/angular-sanitize.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-animate/angular-animate.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-touch/angular-touch.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-route/angular-route.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-bootstrap/ui-bootstrap-tpls.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/lodash/lodash.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-drag-and-drop-lists/angular-drag-and-drop-lists.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/bootstrap/dist/js/bootstrap.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-select/dist/js/bootstrap-select.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-switch/dist/js/bootstrap-switch.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-touchspin/src/jquery.bootstrap-touchspin.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/d3/d3.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/c3/c3.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/datatables/media/js/jquery.dataTables.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/datatables-colreorder/js/dataTables.colReorder.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/datatables-colvis/js/dataTables.colVis.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/matchHeight/dist/jquery.matchHeight.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/moment/moment.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/patternfly-bootstrap-combobox/js/bootstrap-combobox.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/patternfly-bootstrap-treeview/dist/bootstrap-treeview.min.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/patternfly/dist/js/patternfly.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-patternfly/dist/angular-patternfly.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/URI.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/URITemplate.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/jquery.URI.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/uri.js/src/URI.fragmentURI.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/js-logger/src/logger.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/hawtio-core/dist/hawtio-core.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/hawtio-extension-service/dist/hawtio-extension-service.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/sifter/sifter.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/microplugin/src/microplugin.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/selectize/dist/js/selectize.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-label-selector/labelSelector.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-label-selector/labelFilter.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/term.js/src/term.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-container-terminal/dist/container-terminal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/registry-image-widgets/dist/image-widgets.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/kubernetes-object-describer/dist/object-describer.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/ace.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/ext-searchbox.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-dockerfile.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-groovy.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-yaml.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/theme-dreamweaver.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/theme-eclipse.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ace-builds/src-min-noconflict/mode-sh.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-ui-ace/ui-ace.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/clipboard/dist/clipboard.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ansi_up/ansi_up.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-extension-registry/dist/angular-extension-registry.min.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-extension-registry/dist/compiled-templates.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ng-sortable/dist/ng-sortable.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/ui-select/dist/select.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-inview/angular-inview.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/js-yaml/dist/js-yaml.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-moment/angular-moment.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/angular-utf8-base64/angular-utf8-base64.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/file-saver/FileSaver.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/origin-web-common/dist/origin-web-common.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/origin-web-catalog/dist/vendor-bundle.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/bower_components/origin-web-catalog/dist/origin-web-catalogs.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/app.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/constants.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/about.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/addConfigVolume.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/attachPVC.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/build.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/buildConfig.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/builds.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/commandLine.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/configMap.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/configMaps.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/browseCategory.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/createFromImage.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/create/nextSteps.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createConfigMap.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createFromURL.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createPersistentVolumeClaim.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createProject.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createRoute.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/createSecret.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deployment.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deploymentConfig.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/deployments.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/autoscaler.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/buildConfig.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/configMap.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/deploymentConfig.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/healthChecks.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/project.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/route.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/edit/yaml.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/events.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/image.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/images.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/imagestream.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/labels.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/landingPage.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/membership.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/aboutComputeUnitsModal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmModal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmReplaceModal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmSaveLog.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/confirmScale.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/createSecretModal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/debugTerminal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/deleteModal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/jenkinsfileExamplesModal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/linkService.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/modals/processOrSaveTemplateModal.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/monitoring.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/newfromtemplate.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/otherResources.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/overview.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/persistentVolumeClaim.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pipelines.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pod.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/pods.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/projects.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/quota.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/replicaSet.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/route.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/routes.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/secret.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/secrets.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/service.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/services.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/setLimits.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/statefulSet.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/statefulSets.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/storage.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/tasks.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/error.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/logout.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/controllers/util/oauth.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/actionChip.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/affix.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/alerts.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/bindService.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildClose.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildCounts.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildHooks.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildPipeline.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildStatus.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/buildTrendsChart.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/catalogImage.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/catalogTemplate.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/catalog/categoryContent.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/create/nextSteps.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/createSecret.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/date.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/deleteLink.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/deployImage.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/deploymentDonut.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/deploymentMetrics.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/editCommand.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/editConfigMap.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/editProbe.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/editRequestLimit.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/editWebhookTriggers.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/ellipsisPulser.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/events.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/eventsBadge.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/eventsSidebar.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/fromFile.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/imageNames.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/istagSelect.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/keyValueEditor.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/labels.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/lifecycleHook.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/logViewer.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/metricsSummary.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/miniLog.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/nav.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/notificationIcon.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscAutoscaling.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscFileInput.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscFormSection.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscGitLink.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscImageSummary.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscPersistentVolumeClaim.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscRouting.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscSecrets.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/oscSourceSecrets.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/builds.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/listRow.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/networking.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/pipelines.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/overview/serviceInstanceRow.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/parseError.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/pauseRolloutsCheckbox.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/podDonut.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/podMetrics.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/popups.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/processTemplate.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/processTemplateDialog.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/quotaUsageChart.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/replicas.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/resources.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/routeServiceBarChart.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/routeServicePie.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/selectContainers.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/selector.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/statusIcon.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/tasks.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/templateopt.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/directives/util.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/extensions/javalink/javaLink.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/dropdownMobile.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/helpDropdown.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/extensions/nav/userDropdown.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/filters/canI.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/filters/date.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/filters/resources.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/filters/util.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/applicationGenerator.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/apps.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/breadcrumbs.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/builds.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/catalog.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/charts.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/cliHelp.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/containerWebSocket.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/convert.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/deployments.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/discovery.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/environment.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/fullscreen.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/hpa.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/imageStreamResolver.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/images.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/imagestreams.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/keyValueEditorProvider.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/keyValueEditorUtils.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/labels.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/limits.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/listRowUtils.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/logLinks.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/membership.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/roleBindings.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/membership/roles.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/metrics.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/metricsCharts.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/modals.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/nameGenerator.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/navigate.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/ownerReferences.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/pods.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/quota.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/resourceAlerts.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/routes.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/secrets.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/securityCheck.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/services.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/storage.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/tasks.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/templates.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/services/util.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/scripts/templates.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_build-close.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-collapsed.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-expanded.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_build-pipeline-links.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_click-to-reveal.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_copy-to-clipboard.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_custom-icon.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_edit-command.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_edit-probe.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_ellipsis-loader.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_ellipsis-pulser.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_probe.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_project-filter.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_status-icon.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/_warnings-popover.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/action-chip.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/annotations.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service/bind-service-form.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/bind-service/results.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/breadcrumbs.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/build-hooks.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/build-pipeline.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/build-status.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/create-secret.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/delete-button.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/delete-link.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/deploy-image.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/deployment-donut.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/deployment-metrics.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/edit-config-map.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/edit-lifecycle-hook.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/edit-webhook-triggers.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/events-badge.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/events-sidebar.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/events.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/from-file.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/header/_navbar-utility-mobile.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/header/_navbar-utility.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/header/default-header.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/header/project-header.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/hpa.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/istag-select.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/key-value-editor.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/label-editor.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/labels.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/lifecycle-hook.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/logs/_log-raw.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/logs/_log-viewer.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/metrics-compact.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/next-steps.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-autoscaling.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-file-input.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-form-section.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-image-summary.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-persistent-volume-claim.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-routing-service.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-routing.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-secrets.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/osc-source-secrets.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/pause-rollouts-checkbox.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/pipeline-status.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/pod-donut.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/pod-metrics.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/pods-table.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog/process-template-config.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/process-template-dialog/process-template-results.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/process-template.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/replicas.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/route-service-bar-chart.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/select-containers.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/selector.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/app/views/directives/traffic-table.html.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/spec-helper.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/fixtures/api-discovery.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/controllers/create.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/controllers/create/createFromImageSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/controllers/projects.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/filters/defaultIfEmptySpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/filters/entrypointSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/filters/httpHttpsSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/filters/valuesInSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/filters/valuesNotInSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/filters/yesNoSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/applicationGeneratorSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/breadcrumbsServiceSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/cliHelpSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/environmentServiceSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/membership/membershipSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/membership/roleBindingsSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/nameGeneratorSpec.js
DEBUG [web-server]: serving (cached): /data/src/github.com/openshift/origin-web-console/test/spec/services/routesSpec.js
Firefox 52.0.0 (Linux): Executed 0 of 113 SUCCESS (0 secs / 0 secs)
Firefox 52.0.0 (Linux): Executed 1 of 113 SUCCESS (0 secs / 0.14 secs)
Firefox 52.0.0 (Linux): Executed 2 of 113 SUCCESS (0 secs / 0.205 secs)
Firefox 52.0.0 (Linux): Executed 3 of 113 SUCCESS (0 secs / 0.27 secs)
Firefox 52.0.0 (Linux): Executed 4 of 113 SUCCESS (0 secs / 0.316 secs)
Firefox 52.0.0 (Linux): Executed 5 of 113 SUCCESS (0 secs / 0.346 secs)
Firefox 52.0.0 (Linux): Executed 6 of 113 SUCCESS (0 secs / 0.38 secs)
Firefox 52.0.0 (Linux): Executed 7 of 113 SUCCESS (0 secs / 0.411 secs)
Firefox 52.0.0 (Linux): Executed 8 of 113 SUCCESS (0 secs / 0.453 secs)
Firefox 52.0.0 (Linux): Executed 9 of 113 SUCCESS (0 secs / 0.491 secs)
Firefox 52.0.0 (Linux): Executed 10 of 113 SUCCESS (0 secs / 0.517 secs)
Firefox 52.0.0 (Linux): Executed 11 of 113 SUCCESS (0 secs / 0.574 secs)
Firefox 52.0.0 (Linux): Executed 12 of 113 SUCCESS (0 secs / 0.599 secs)
Firefox 52.0.0 (Linux): Executed 13 of 113 SUCCESS (0 secs / 0.627 secs)
Firefox 52.0.0 (Linux): Executed 14 of 113 SUCCESS (0 secs / 0.652 secs)
Firefox 52.0.0 (Linux): Executed 15 of 113 SUCCESS (0 secs / 0.668 secs)
Firefox 52.0.0 (Linux): Executed 16 of 113 SUCCESS (0 secs / 0.683 secs)
Firefox 52.0.0 (Linux): Executed 17 of 113 SUCCESS (0 secs / 0.717 secs)
Firefox 52.0.0 (Linux): Executed 18 of 113 SUCCESS (0 secs / 0.735 secs)
Firefox 52.0.0 (Linux): Executed 19 of 113 SUCCESS (0 secs / 0.75 secs)
Firefox 52.0.0 (Linux): Executed 20 of 113 SUCCESS (0 secs / 0.78 secs)
Firefox 52.0.0 (Linux): Executed 21 of 113 SUCCESS (0 secs / 0.815 secs)
Firefox 52.0.0 (Linux): Executed 22 of 113 SUCCESS (0 secs / 0.831 secs)
Firefox 52.0.0 (Linux): Executed 23 of 113 SUCCESS (0 secs / 0.847 secs)
Firefox 52.0.0 (Linux): Executed 24 of 113 SUCCESS (0 secs / 0.864 secs)
Firefox 52.0.0 (Linux): Executed 25 of 113 SUCCESS (0 secs / 0.879 secs)
Firefox 52.0.0 (Linux): Executed 26 of 113 SUCCESS (0 secs / 0.892 secs)
Firefox 52.0.0 (Linux): Executed 27 of 113 SUCCESS (0 secs / 0.908 secs)
Firefox 52.0.0 (Linux): Executed 28 of 113 SUCCESS (0 secs / 0.931 secs)
Firefox 52.0.0 (Linux): Executed 29 of 113 SUCCESS (0 secs / 0.946 secs)
Firefox 52.0.0 (Linux): Executed 30 of 113 SUCCESS (0 secs / 0.96 secs)
Firefox 52.0.0 (Linux): Executed 31 of 113 SUCCESS (0 secs / 0.973 secs)
Firefox 52.0.0 (Linux): Executed 32 of 113 SUCCESS (0 secs / 0.986 secs)
Firefox 52.0.0 (Linux): Executed 33 of 113 SUCCESS (0 secs / 1.005 secs)
Firefox 52.0.0 (Linux): Executed 34 of 113 SUCCESS (0 secs / 1.14 secs)
Firefox 52.0.0 (Linux): Executed 35 of 113 SUCCESS (0 secs / 1.159 secs)
Firefox 52.0.0 (Linux): Executed 36 of 113 SUCCESS (0 secs / 1.175 secs)
Firefox 52.0.0 (Linux): Executed 37 of 113 SUCCESS (0 secs / 1.199 secs)
Firefox 52.0.0 (Linux): Executed 38 of 113 SUCCESS (0 secs / 1.227 secs)
Firefox 52.0.0 (Linux): Executed 39 of 113 SUCCESS (0 secs / 1.253 secs)
Firefox 52.0.0 (Linux): Executed 40 of 113 SUCCESS (0 secs / 1.281 secs)
Firefox 52.0.0 (Linux): Executed 41 of 113 SUCCESS (0 secs / 1.523 secs)
Firefox 52.0.0 (Linux): Executed 42 of 113 SUCCESS (0 secs / 1.59 secs)
Firefox 52.0.0 (Linux): Executed 43 of 113 SUCCESS (0 secs / 1.617 secs)
Firefox 52.0.0 (Linux): Executed 44 of 113 SUCCESS (0 secs / 1.639 secs)
Firefox 52.0.0 (Linux): Executed 45 of 113 SUCCESS (0 secs / 1.662 secs)
Firefox 52.0.0 (Linux): Executed 46 of 113 SUCCESS (0 secs / 1.681 secs)
Firefox 52.0.0 (Linux): Executed 47 of 113 SUCCESS (0 secs / 1.699 secs)
Firefox 52.0.0 (Linux): Executed 48 of 113 SUCCESS (0 secs / 1.723 secs)
Firefox 52.0.0 (Linux): Executed 49 of 113 SUCCESS (0 secs / 1.754 secs)
Firefox 52.0.0 (Linux): Executed 50 of 113 SUCCESS (0 secs / 1.774 secs)
Firefox 52.0.0 (Linux): Executed 51 of 113 SUCCESS (0 secs / 1.792 secs)
Firefox 52.0.0 (Linux): Executed 52 of 113 SUCCESS (0 secs / 1.82 secs)
Firefox 52.0.0 (Linux): Executed 53 of 113 SUCCESS (0 secs / 1.838 secs)
Firefox 52.0.0 (Linux): Executed 54 of 113 SUCCESS (0 secs / 1.853 secs)
Firefox 52.0.0 (Linux): Executed 55 of 113 SUCCESS (0 secs / 1.869 secs)
Firefox 52.0.0 (Linux): Executed 56 of 113 SUCCESS (0 secs / 1.885 secs)
Firefox 52.0.0 (Linux): Executed 57 of 113 SUCCESS (0 secs / 1.918 secs)
Firefox 52.0.0 (Linux): Executed 58 of 113 SUCCESS (0 secs / 1.932 secs)
Firefox 52.0.0 (Linux): Executed 59 of 113 SUCCESS (0 secs / 1.947 secs)
Firefox 52.0.0 (Linux): Executed 60 of 113 SUCCESS (0 secs / 1.963 secs)
Firefox 52.0.0 (Linux): Executed 61 of 113 SUCCESS (0 secs / 1.978 secs)
Firefox 52.0.0 (Linux): Executed 62 of 113 SUCCESS (0 secs / 1.994 secs)
Firefox 52.0.0 (Linux): Executed 63 of 113 SUCCESS (0 secs / 2.013 secs)
Firefox 52.0.0 (Linux): Executed 64 of 113 SUCCESS (0 secs / 2.026 secs)
Firefox 52.0.0 (Linux): Executed 65 of 113 SUCCESS (0 secs / 2.039 secs)
Firefox 52.0.0 (Linux): Executed 66 of 113 SUCCESS (0 secs / 2.052 secs)
Firefox 52.0.0 (Linux): Executed 67 of 113 SUCCESS (0 secs / 2.066 secs)
Firefox 52.0.0 (Linux): Executed 68 of 113 SUCCESS (0 secs / 2.079 secs)
Firefox 52.0.0 (Linux): Executed 69 of 113 SUCCESS (0 secs / 2.095 secs)
Firefox 52.0.0 (Linux): Executed 70 of 113 SUCCESS (0 secs / 2.112 secs)
Firefox 52.0.0 (Linux): Executed 71 of 113 SUCCESS (0 secs / 2.126 secs)
Firefox 52.0.0 (Linux): Executed 72 of 113 SUCCESS (0 secs / 2.139 secs)
Firefox 52.0.0 (Linux): Executed 73 of 113 SUCCESS (0 secs / 2.152 secs)
Firefox 52.0.0 (Linux): Executed 74 of 113 SUCCESS (0 secs / 2.186 secs)
Firefox 52.0.0 (Linux): Executed 75 of 113 SUCCESS (0 secs / 2.201 secs)
Firefox 52.0.0 (Linux): Executed 76 of 113 SUCCESS (0 secs / 2.401 secs)
Firefox 52.0.0 (Linux): Executed 77 of 113 SUCCESS (0 secs / 2.444 secs)
Firefox 52.0.0 (Linux): Executed 78 of 113 SUCCESS (0 secs / 2.459 secs)
Firefox 52.0.0 (Linux): Executed 79 of 113 SUCCESS (0 secs / 2.475 secs)
Firefox 52.0.0 (Linux): Executed 80 of 113 SUCCESS (0 secs / 2.495 secs)
Firefox 52.0.0 (Linux): Executed 81 of 113 SUCCESS (0 secs / 2.512 secs)
Firefox 52.0.0 (Linux): Executed 82 of 113 SUCCESS (0 secs / 2.527 secs)
Firefox 52.0.0 (Linux): Executed 83 of 113 SUCCESS (0 secs / 2.541 secs)
Firefox 52.0.0 (Linux): Executed 84 of 113 SUCCESS (0 secs / 2.555 secs)
Firefox 52.0.0 (Linux): Executed 85 of 113 SUCCESS (0 secs / 2.571 secs)
Firefox 52.0.0 (Linux): Executed 86 of 113 SUCCESS (0 secs / 2.586 secs)
Firefox 52.0.0 (Linux): Executed 87 of 113 SUCCESS (0 secs / 2.602 secs)
Firefox 52.0.0 (Linux): Executed 88 of 113 SUCCESS (0 secs / 2.616 secs)
Firefox 52.0.0 (Linux): Executed 89 of 113 SUCCESS (0 secs / 2.633 secs)
Firefox 52.0.0 (Linux): Executed 90 of 113 SUCCESS (0 secs / 2.655 secs)
Firefox 52.0.0 (Linux): Executed 91 of 113 SUCCESS (0 secs / 2.668 secs)
Firefox 52.0.0 (Linux): Executed 92 of 113 SUCCESS (0 secs / 2.683 secs)
Firefox 52.0.0 (Linux): Executed 93 of 113 SUCCESS (0 secs / 2.714 secs)
Firefox 52.0.0 (Linux): Executed 94 of 113 SUCCESS (0 secs / 2.728 secs)
Firefox 52.0.0 (Linux): Executed 95 of 113 SUCCESS (0 secs / 2.743 secs)
Firefox 52.0.0 (Linux): Executed 96 of 113 SUCCESS (0 secs / 2.762 secs)
Firefox 52.0.0 (Linux): Executed 97 of 113 SUCCESS (0 secs / 2.777 secs)
Firefox 52.0.0 (Linux): Executed 98 of 113 SUCCESS (0 secs / 2.826 secs)
Firefox 52.0.0 (Linux): Executed 99 of 113 SUCCESS (0 secs / 2.893 secs)
Firefox 52.0.0 (Linux): Executed 100 of 113 SUCCESS (0 secs / 2.96 secs)
Firefox 52.0.0 (Linux): Executed 101 of 113 SUCCESS (0 secs / 2.986 secs)
Firefox 52.0.0 (Linux): Executed 102 of 113 SUCCESS (0 secs / 3.014 secs)
Firefox 52.0.0 (Linux): Executed 103 of 113 SUCCESS (0 secs / 3.035 secs)
Firefox 52.0.0 (Linux): Executed 104 of 113 SUCCESS (0 secs / 3.054 secs)
Firefox 52.0.0 (Linux): Executed 105 of 113 SUCCESS (0 secs / 3.069 secs)
Firefox 52.0.0 (Linux): Executed 106 of 113 SUCCESS (0 secs / 3.089 secs)
Firefox 52.0.0 (Linux): Executed 107 of 113 SUCCESS (0 secs / 3.105 secs)
Firefox 52.0.0 (Linux): Executed 108 of 113 SUCCESS (0 secs / 3.12 secs)
Firefox 52.0.0 (Linux): Executed 109 of 113 SUCCESS (0 secs / 3.133 secs)
Firefox 52.0.0 (Linux): Executed 110 of 113 SUCCESS (0 secs / 3.146 secs)
Firefox 52.0.0 (Linux): Executed 111 of 113 SUCCESS (0 secs / 3.158 secs)
Firefox 52.0.0 (Linux): Executed 112 of 113 SUCCESS (0 secs / 3.178 secs)
Firefox 52.0.0 (Linux): Executed 113 of 113 SUCCESS (0 secs / 3.193 secs)
Firefox 52.0.0 (Linux): Executed 113 of 113 SUCCESS (3.615 secs / 3.193 secs)
DEBUG [karma]: Run complete, exiting.
DEBUG [launcher]: Disconnecting all browsers
DEBUG [coverage]: Writing coverage to /data/src/github.com/openshift/origin-web-console/test/coverage/Firefox 52.0.0 (Linux)
DEBUG [coverage]: Writing coverage to /data/src/github.com/openshift/origin-web-console/test/coverage/Firefox 52.0.0 (Linux)
=============================== Coverage summary ===============================
Statements : 8.4% ( 959/11415 )
Branches : 4.57% ( 226/4943 )
Functions : 5.18% ( 141/2724 )
Lines : 8.41% ( 959/11405 )
================================================================================
DEBUG [launcher]: Process Firefox exited with code 0
DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-58463738
Done, without errors.
Execution Time (2017-05-29 17:35:58 UTC)
loading tasks 359ms ▇▇ 2%
concurrent:test 5.1s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 34%
postcss:dist 651ms ▇▇ 4%
karma:unit 9s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 59%
Total 15.1s
~
+ popd
+ mkdir -p /data/asset_dependencies
+ cp -rf /data/src/github.com/openshift/origin-web-console/node_modules /data/asset_dependencies/node_modules
+ cp -rf /data/src/github.com/openshift/origin-web-console/bower_components /data/asset_dependencies/bower_components
+ exit
[SUCCESS] The command `vagrant install-origin-assets-base` succeeded!
[INFO] Testing `vagrant clone-upstream-repos --clean --repo origin`
Running ssh/sudo command 'mkdir -p /ec2-user/.ssh;
mv /tmp/file20170529-6336-11ql3qt /ec2-user/.ssh/config &&
chown ec2-user:ec2-user /ec2-user/.ssh/config &&
chmod 0600 /ec2-user/.ssh/config' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/builder && chown -R ec2-user:ec2-user /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'set -e
rm -fr /data/src/github.com/openshift/origin-bare;
if [ ! -d /data/src/github.com/openshift/origin-bare ]; then
git clone --quiet --bare https://github.com/openshift/origin.git /data/src/github.com/openshift/origin-bare >/dev/null
fi
' with timeout 14400. Attempt #0
[SUCCESS] The command `vagrant clone-upstream-repos --clean --repo origin` succeeded!
[INFO] Testing `vagrant checkout-repos --repo origin`
Running ssh/sudo command 'set -e
if [ -d /data/src/github.com/openshift/origin-bare ]; then
rm -rf /data/src/github.com/openshift/origin
echo 'Cloning origin ...'
git clone --quiet --recurse-submodules /data/src/github.com/openshift/origin-bare /data/src/github.com/openshift/origin
else
MISSING_REPO+='origin-bare'
fi
if [ -n "$MISSING_REPO" ]; then
echo 'Missing required upstream repositories:'
echo $MISSING_REPO
echo 'To fix, execute command: vagrant clone-upstream-repos'
fi
' with timeout 14400. Attempt #0
Cloning origin ...
[SUCCESS] The command `vagrant checkout-repos --repo origin` succeeded!
[INFO] Testing `vagrant ssh -c cd /data/src/github.com/openshift/origin; git status; git log -1; file hack/build-base-images.sh`
# On branch master
nothing to commit, working directory clean
commit 5a191207dc380c9b7271958b356cc5e3fc951be6
Merge: fce1a37 c3063a0
Author: OpenShift Bot <eparis+openshiftbot@redhat.com>
Date: Mon May 29 10:45:51 2017 -0500
Merge pull request #14342 from liggitt/nested-tests
Merged by openshift-bot
hack/build-base-images.sh: Bourne-Again shell script, ASCII text executable
[SUCCESS] The command `vagrant ssh -c cd /data/src/github.com/openshift/origin; git status; git log -1; file hack/build-base-images.sh` succeeded!
[INFO] Testing `vagrant build-origin-base-images`
Running ssh/sudo command '/home/ec2-user//resources/install_local_epel_repos.sh' with timeout 14400. Attempt #0
Building base images...
before push
+ echo before push
+ pushd /data/src/github.com/openshift/origin
/data/src/github.com/openshift/origin ~
after push
+ echo after push
+ OS_BUILD_IMAGE_ARGS='--mount /etc/yum.repos.d/local_epel.repo:/etc/yum.repos.d/local_epel.repo'
+ hack/build-base-images.sh
Error while running ssh/sudo command:
echo "Building base images..."
set -e
set -x
echo before push
pushd /data/src/github.com/openshift/origin
echo after push
OS_BUILD_IMAGE_ARGS='--mount /etc/yum.repos.d/local_epel.repo:/etc/yum.repos.d/local_epel.repo' hack/build-base-images.sh
echo after image build
# note dind image does not have any epel related installs
if [[ -f "hack/build-dind-images.sh" ]]; then
echo building dind
hack/build-dind-images.sh
echo built dind
fi
popd
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
[FAILURE] The command `vagrant build-origin-base-images` failed!
vagrant-openshift/hack/test.sh: line 21: pushd: ./origin: No such file or directory
Build step 'Execute shell' marked build as failure
[description-setter] Description set:
[PostBuildScript] - Execution post build scripts.
[workspace] $ /bin/sh -xe /tmp/hudson9144628539379873266.sh
+ '[' -f .vagrant-openshift.json ']'
+ pushd origin
~/jobs/test_pull_requests_vagrant_openshift/workspace/origin ~/jobs/test_pull_requests_vagrant_openshift/workspace
+ '[' -f .vagrant-openshift.json ']'
+ vagrant ssh -c '[[ -d origin ]] && pushd origin && [[ -f .vagrant-openshift.json ]] && vagrant destroy -f'
~/origin ~
==> openshiftdev: Terminating the instance...
==> openshiftdev: Running cleanup tasks for 'shell' provisioner...
+ vagrant destroy -f
==> openshiftdev: Terminating the instance...
==> openshiftdev: Running cleanup tasks for 'shell' provisioner...
+ popd
~/jobs/test_pull_requests_vagrant_openshift/workspace
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 1s
Finished: FAILURE