Created
November 2, 2015 23:07
-
-
Save ddieterly/10c48c453319d3516d51 to your computer and use it in GitHub Desktop.
puppet command failing from behind proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puppet apply \ | |
--modulepath=/root/system-config/modules:/etc/puppet/modules \ | |
-e "class { openstack_project::single_use_slave: install_users => false, | |
ssh_key => \"$( cat .ssh/id_rsa.pub | awk '{print $2}' )\" }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dek@dek-VirtualBox:
$ sudo su -# export https_proxy=http://web-proxy.fc.hp.com:8088[sudo] password for dek:
root@dek-VirtualBox:
root@dek-VirtualBox:
# export https_proxy=http://web-proxy.fc.hp.com:8088# env | grep proxyroot@dek-VirtualBox:
http_proxy=http://web-proxy.fc.hp.com:8088
https_proxy=http://web-proxy.fc.hp.com:8088
root@dek-VirtualBox:~# puppet apply
--modulepath=/root/system-config/modules:/etc/puppet/modules
-e "class { openstack_project::single_use_slave: install_users => false,
ssh_key => "$( cat .ssh/id_rsa.pub | awk '{print $2}' )" }"
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/ncurses-term_5.9+20140118-1ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_6.6p1-2ubuntu2.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_6.6p1-2ubuntu2.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/ssh-import-id/ssh-import-id_3.21-0ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Ssh/Package[openssh-server]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install openssh-server' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libck-connector0 ncurses-term openssh-sftp-server ssh-import-id
Suggested packages:
rssh molly-guard monkeysphere
The following NEW packages will be installed:
libck-connector0 ncurses-term openssh-server openssh-sftp-server
ssh-import-id
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 616 kB of archives.
After this operation, 3420 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libck-connector0 amd64 0.4.5-3.1ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main ncurses-term all 5.9+20140118-1ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-sftp-server amd64 1:6.6p1-2ubuntu2.3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main ssh-import-id all 3.21-0ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openssh-sftp-server amd64 1:6.6p1-2ubuntu2.3
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openssh-server amd64 1:6.6p1-2ubuntu2.3
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/c/consolekit/libck-connector0_0.4.5-3.1ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/n/ncurses/ncurses-term_5.9+20140118-1ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_6.6p1-2ubuntu2.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_6.6p1-2ubuntu2.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/ssh-import-id/ssh-import-id_3.21-0ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install build-essential' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
dpkg-dev fakeroot g++ g++-4.8 libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot
libstdc++-4.8-dev
Suggested packages:
debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg
libstdc++-4.8-doc
The following NEW packages will be installed:
build-essential dpkg-dev fakeroot g++ g++-4.8 libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot
libstdc++-4.8-dev
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.9 MB of archives.
After this operation, 39.3 MB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1
14.0414.04Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main dpkg-dev all 1.17.5ubuntu5.4
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/g++-4.8_4.8.4-2ubuntu1~14.04_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/g++_4.8.2-1ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg-dev_1.17.5ubuntu5.4_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/b/build-essential/build-essential_11.6ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/fakeroot/libfakeroot_1.20-3ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/fakeroot/fakeroot_1.20-3ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/liba/libalgorithm-diff-perl/libalgorithm-diff-perl_1.19.02-3_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/liba/libalgorithm-diff-xs-perl/libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/liba/libalgorithm-merge-perl/libalgorithm-merge-perl_0.08-2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Jenkins::Slave/Package[build-essential]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install build-essential' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
dpkg-dev fakeroot g++ g++-4.8 libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot
libstdc++-4.8-dev
Suggested packages:
debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg
libstdc++-4.8-doc
The following NEW packages will be installed:
build-essential dpkg-dev fakeroot g++ g++-4.8 libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot
libstdc++-4.8-dev
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.9 MB of archives.
After this operation, 39.3 MB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1
14.0414.04Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main dpkg-dev all 1.17.5ubuntu5.4
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/g++-4.8_4.8.4-2ubuntu1~14.04_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/g++_4.8.2-1ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dpkg/dpkg-dev_1.17.5ubuntu5.4_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/b/build-essential/build-essential_11.6ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/fakeroot/libfakeroot_1.20-3ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/fakeroot/fakeroot_1.20-3ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/liba/libalgorithm-diff-perl/libalgorithm-diff-perl_1.19.02-3_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/liba/libalgorithm-diff-xs-perl/libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/liba/libalgorithm-merge-perl/libalgorithm-merge-perl_0.08-2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install openjdk-7-jdk' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java
libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common libgconf2-4
libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0
libgnomevfs2-common libice-dev libidl-common libidl0 liborbit-2-0 liborbit2
libpthread-stubs0-dev libsctp1 libsm-dev libx11-dev libx11-doc libxau-dev
libxcb1-dev libxdmcp-dev libxt-dev lksctp-tools openjdk-7-jre
openjdk-7-jre-headless tzdata-java x11proto-core-dev x11proto-input-dev
x11proto-kb-dev xorg-sgml-doctools xtrans-dev
Suggested packages:
default-jre equivs libbonobo2-bin desktop-base libgnomevfs2-bin
libgnomevfs2-extra gamin fam gnome-mime-data libice-doc libsm-doc libxcb-doc
libxt-doc openjdk-7-demo openjdk-7-source visualvm icedtea-7-plugin
icedtea-7-jre-jamvm sun-java6-fonts fonts-ipafont-gothic
fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-telugu-fonts
ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts
The following NEW packages will be installed:
ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java
libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common libgconf2-4
libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0
libgnomevfs2-common libice-dev libidl-common libidl0 liborbit-2-0 liborbit2
libpthread-stubs0-dev libsctp1 libsm-dev libx11-dev libx11-doc libxau-dev
libxcb1-dev libxdmcp-dev libxt-dev lksctp-tools openjdk-7-jdk openjdk-7-jre
openjdk-7-jre-headless tzdata-java x11proto-core-dev x11proto-input-dev
x11proto-kb-dev xorg-sgml-doctools xtrans-dev
0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
Need to get 62.9 MB of archives.
After this operation, 112 MB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2015g-0ubuntu0.14.04
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libatk-wrapper-java all 0.30.4-4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libatk-wrapper-java-jni amd64 0.30.4-4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libbonobo2-common all 2.32.1-0ubuntu5
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libidl-common all 0.8.14-0.2ubuntu4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libidl0 amd64 0.8.14-0.2ubuntu4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main liborbit-2-0 amd64 1:2.14.19-0.3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main liborbit2 amd64 1:2.14.19-0.3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libbonobo2-0 amd64 2.32.1-0ubuntu5
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnomevfs2-common amd64 1:2.24.4-1ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnomevfs2-0 amd64 1:2.24.4-1ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnome2-common all 2.32.1-4ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnome2-bin amd64 2.32.1-4ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnome2-0 amd64 2.32.1-4ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-extra all 2.34-1ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgconf2-4 amd64 3.2.6-0ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main xorg-sgml-doctools all 1:1.11-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libice-dev amd64 2:1.0.8-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libsm-dev amd64 2:1.2.1-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxau-dev amd64 1:1.0.8-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxdmcp-dev amd64 1:1.1.1-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main x11proto-input-dev all 2.3-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main x11proto-kb-dev all 1.0.6-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main xtrans-dev all 1.3.5-1
ubuntu14.04.1ubuntu2Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxcb1-dev amd64 1.10-2ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libx11-dev amd64 2:1.6.2-1ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libx11-doc all 2:1.6.2-1ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxt-dev amd64 1:1.1.4-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main tzdata-java all 2015g-0ubuntu0.14.04
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openjdk-7-jre-headless amd64 7u85-2.6.1-5ubuntu0.14.04.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openjdk-7-jre amd64 7u85-2.6.1-5ubuntu0.14.04.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main x11proto-core-dev all 7.0.26-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openjdk-7-jdk amd64 7u85-2.6.1-5ubuntu0.14.04.1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/c/ca-certificates-java/ca-certificates-java_20130815ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata-java_2015g-0ubuntu0.14.04_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/j/java-common/java-common_0.51_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/libsctp1_1.0.15+dfsg-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jre-headless_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jre_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/j/java-atk-wrapper/libatk-wrapper-java_0.30.4-4_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/j/java-atk-wrapper/libatk-wrapper-java-jni_0.30.4-4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libb/libbonobo/libbonobo2-common_2.32.1-0ubuntu5_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libi/libidl/libidl-common_0.8.14-0.2ubuntu4_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libi/libidl/libidl0_0.8.14-0.2ubuntu4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/o/orbit2/liborbit-2-0_2.14.19-0.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/o/orbit2/liborbit2_2.14.19-0.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libb/libbonobo/libbonobo2-0_2.32.1-0ubuntu5_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gnome-vfs/libgnomevfs2-common_2.24.4-1ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gnome-vfs/libgnomevfs2-0_2.24.4-1ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libg/libgnome/libgnome2-common_2.32.1-4ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libg/libgnome/libgnome2-bin_2.32.1-4ubuntu1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libg/libgnome/libgnome2-0_2.32.1-4ubuntu1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/fonts-dejavu/fonts-dejavu-extra_2.34-1ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gconf/libgconf2-4_3.2.6-0ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/xorg-sgml-doctools/xorg-sgml-doctools_1.11-1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/x/x11proto-core/x11proto-core-dev_7.0.26-1~ubuntu2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libi/libice/libice-dev_1.0.8-2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libp/libpthread-stubs/libpthread-stubs0-dev_0.3-4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libs/libsm/libsm-dev_1.2.1-2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxau/libxau-dev_1.0.8-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxdmcp/libxdmcp-dev_1.1.1-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/x11proto-input/x11proto-input-dev_2.3-1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/x11proto-kb/x11proto-kb-dev_1.0.6-2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/xtrans/xtrans-dev_1.3.5-1~ubuntu14.04.1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb1-dev_1.10-2ubuntu1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libx11/libx11-dev_1.6.2-1ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libx11/libx11-doc_1.6.2-1ubuntu2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxt/libxt-dev_1.1.4-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/lksctp-tools_1.0.15+dfsg-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jdk_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Jenkins::Slave/Package[openjdk-7-jdk]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install openjdk-7-jdk' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java
libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common libgconf2-4
libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0
libgnomevfs2-common libice-dev libidl-common libidl0 liborbit-2-0 liborbit2
libpthread-stubs0-dev libsctp1 libsm-dev libx11-dev libx11-doc libxau-dev
libxcb1-dev libxdmcp-dev libxt-dev lksctp-tools openjdk-7-jre
openjdk-7-jre-headless tzdata-java x11proto-core-dev x11proto-input-dev
x11proto-kb-dev xorg-sgml-doctools xtrans-dev
Suggested packages:
default-jre equivs libbonobo2-bin desktop-base libgnomevfs2-bin
libgnomevfs2-extra gamin fam gnome-mime-data libice-doc libsm-doc libxcb-doc
libxt-doc openjdk-7-demo openjdk-7-source visualvm icedtea-7-plugin
icedtea-7-jre-jamvm sun-java6-fonts fonts-ipafont-gothic
fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-telugu-fonts
ttf-oriya-fonts ttf-kannada-fonts ttf-bengali-fonts
The following NEW packages will be installed:
ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java
libatk-wrapper-java-jni libbonobo2-0 libbonobo2-common libgconf2-4
libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0
libgnomevfs2-common libice-dev libidl-common libidl0 liborbit-2-0 liborbit2
libpthread-stubs0-dev libsctp1 libsm-dev libx11-dev libx11-doc libxau-dev
libxcb1-dev libxdmcp-dev libxt-dev lksctp-tools openjdk-7-jdk openjdk-7-jre
openjdk-7-jre-headless tzdata-java x11proto-core-dev x11proto-input-dev
x11proto-kb-dev xorg-sgml-doctools xtrans-dev
0 upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
Need to get 62.9 MB of archives.
After this operation, 112 MB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2015g-0ubuntu0.14.04
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libatk-wrapper-java all 0.30.4-4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libatk-wrapper-java-jni amd64 0.30.4-4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libbonobo2-common all 2.32.1-0ubuntu5
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libidl-common all 0.8.14-0.2ubuntu4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libidl0 amd64 0.8.14-0.2ubuntu4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main liborbit-2-0 amd64 1:2.14.19-0.3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main liborbit2 amd64 1:2.14.19-0.3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libbonobo2-0 amd64 2.32.1-0ubuntu5
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnomevfs2-common amd64 1:2.24.4-1ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnomevfs2-0 amd64 1:2.24.4-1ubuntu6
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnome2-common all 2.32.1-4ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnome2-bin amd64 2.32.1-4ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgnome2-0 amd64 2.32.1-4ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-extra all 2.34-1ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libgconf2-4 amd64 3.2.6-0ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main xorg-sgml-doctools all 1:1.11-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libice-dev amd64 2:1.0.8-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libsm-dev amd64 2:1.2.1-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxau-dev amd64 1:1.0.8-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxdmcp-dev amd64 1:1.1.1-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main x11proto-input-dev all 2.3-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main x11proto-kb-dev all 1.0.6-2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main xtrans-dev all 1.3.5-1
ubuntu14.04.1ubuntu2Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxcb1-dev amd64 1.10-2ubuntu1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libx11-dev amd64 2:1.6.2-1ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libx11-doc all 2:1.6.2-1ubuntu2
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libxt-dev amd64 1:1.1.4-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main tzdata-java all 2015g-0ubuntu0.14.04
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openjdk-7-jre-headless amd64 7u85-2.6.1-5ubuntu0.14.04.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openjdk-7-jre amd64 7u85-2.6.1-5ubuntu0.14.04.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main x11proto-core-dev all 7.0.26-1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openjdk-7-jdk amd64 7u85-2.6.1-5ubuntu0.14.04.1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/c/ca-certificates-java/ca-certificates-java_20130815ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata-java_2015g-0ubuntu0.14.04_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/j/java-common/java-common_0.51_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/libsctp1_1.0.15+dfsg-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jre-headless_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jre_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/j/java-atk-wrapper/libatk-wrapper-java_0.30.4-4_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/j/java-atk-wrapper/libatk-wrapper-java-jni_0.30.4-4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libb/libbonobo/libbonobo2-common_2.32.1-0ubuntu5_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libi/libidl/libidl-common_0.8.14-0.2ubuntu4_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libi/libidl/libidl0_0.8.14-0.2ubuntu4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/o/orbit2/liborbit-2-0_2.14.19-0.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/o/orbit2/liborbit2_2.14.19-0.3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libb/libbonobo/libbonobo2-0_2.32.1-0ubuntu5_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gnome-vfs/libgnomevfs2-common_2.24.4-1ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gnome-vfs/libgnomevfs2-0_2.24.4-1ubuntu6_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libg/libgnome/libgnome2-common_2.32.1-4ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libg/libgnome/libgnome2-bin_2.32.1-4ubuntu1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libg/libgnome/libgnome2-0_2.32.1-4ubuntu1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/fonts-dejavu/fonts-dejavu-extra_2.34-1ubuntu1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/g/gconf/libgconf2-4_3.2.6-0ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/xorg-sgml-doctools/xorg-sgml-doctools_1.11-1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/x/x11proto-core/x11proto-core-dev_7.0.26-1~ubuntu2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libi/libice/libice-dev_1.0.8-2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libp/libpthread-stubs/libpthread-stubs0-dev_0.3-4_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libs/libsm/libsm-dev_1.2.1-2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxau/libxau-dev_1.0.8-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxdmcp/libxdmcp-dev_1.1.1-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/x11proto-input/x11proto-input-dev_2.3-1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/x11proto-kb/x11proto-kb-dev_1.0.6-2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/x/xtrans/xtrans-dev_1.3.5-1~ubuntu14.04.1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb1-dev_1.10-2ubuntu1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libx11/libx11-dev_1.6.2-1ubuntu2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libx11/libx11-doc_1.6.2-1ubuntu2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libx/libxt/libxt-dev_1.1.4-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/l/lksctp-tools/lksctp-tools_1.0.15+dfsg-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-7/openjdk-7-jdk_7u85-2.6.1-5ubuntu0.14.04.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-netaddr' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
Suggested packages:
ipython python-netaddr-docs
The following NEW packages will be installed:
python-netaddr
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 849 kB of archives.
After this operation, 4216 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-netaddr/python-netaddr_0.7.10-1ubuntu1.1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Jenkins::Slave/Package[python-netaddr]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-netaddr' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
Suggested packages:
ipython python-netaddr-docs
The following NEW packages will be installed:
python-netaddr
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 849 kB of archives.
After this operation, 4216 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-netaddr/python-netaddr_0.7.10-1ubuntu1.1_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/jenkins]/ensure: created
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install ccache' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
Suggested packages:
distcc
The following NEW packages will be installed:
ccache
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 77.8 kB of archives.
After this operation, 261 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main ccache amd64 3.1.9-1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/c/ccache/ccache_3.1.9-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Jenkins::Slave/Package[ccache]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install ccache' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
Suggested packages:
distcc
The following NEW packages will be installed:
ccache
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 77.8 kB of archives.
After this operation, 261 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main ccache amd64 3.1.9-1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/c/ccache/ccache_3.1.9-1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/c++]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/c++]: Skipping because of failed dependencies
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/gcc]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/gcc]: Skipping because of failed dependencies
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-g++]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-g++]: Skipping because of failed dependencies
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/g++]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/g++]: Skipping because of failed dependencies
Notice: /Stage[main]/Openstack_project::Slave_common/Exec[ptrace sysctl]: Triggered 'refresh' from 2 events
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-all-dev' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libexpat1-dev libpython-all-dev libpython-dev libpython2.7-dev python-all
python-dev python2.7-dev
The following NEW packages will be installed:
libexpat1-dev libpython-all-dev libpython-dev libpython2.7-dev python-all
python-all-dev python-dev python2.7-dev
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 22.4 MB of archives.
After this operation, 35.2 MB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libpython-all-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main python-all amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main python-all-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libexpat1-dev amd64 2.1.0-4ubuntu1.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libpython2.7-dev amd64 2.7.6-8ubuntu0.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main python2.7-dev amd64 2.7.6-8ubuntu0.2
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/e/expat/libexpat1-dev_2.1.0-4ubuntu1.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/libpython2.7-dev_2.7.6-8ubuntu0.2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/libpython-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/libpython-all-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-all_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7-dev_2.7.6-8ubuntu0.2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-all-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Pip/Package[python-all-dev]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-all-dev' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libexpat1-dev libpython-all-dev libpython-dev libpython2.7-dev python-all
python-dev python2.7-dev
The following NEW packages will be installed:
libexpat1-dev libpython-all-dev libpython-dev libpython2.7-dev python-all
python-all-dev python-dev python2.7-dev
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 22.4 MB of archives.
After this operation, 35.2 MB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main libpython-all-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main python-all amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://us.archive.ubuntu.com/ubuntu/ trusty/main python-all-dev amd64 2.7.5-5ubuntu3
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libexpat1-dev amd64 2.1.0-4ubuntu1.1
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libpython2.7-dev amd64 2.7.6-8ubuntu0.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main python2.7-dev amd64 2.7.6-8ubuntu0.2
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/e/expat/libexpat1-dev_2.1.0-4ubuntu1.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/libpython2.7-dev_2.7.6-8ubuntu0.2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/libpython-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/libpython-all-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-all_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7-dev_2.7.6-8ubuntu0.2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-all-dev_2.7.5-5ubuntu3_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Notice: /Package[openjdk-6-jre-headless]: Dependency Package[openjdk-7-jdk] has failures: true
Warning: /Package[openjdk-6-jre-headless]: Skipping because of failed dependencies
Notice: /Stage[main]/Ssh/File[/etc/ssh/sshd_config]/ensure: created
Error: /Stage[main]/Ssh/Service[ssh]: Could not evaluate: Could not find init script or upstart conf file for 'ssh'
Error: /Stage[main]/Ssh/Service[ssh]: Failed to call refresh: Could not find init script or upstart conf file for 'ssh'
Error: /Stage[main]/Ssh/Service[ssh]: Could not find init script or upstart conf file for 'ssh'
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-c++]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-c++]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install snmpd' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libmysqlclient18 mysql-common
The following NEW packages will be installed:
libmysqlclient18 mysql-common snmpd
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 684 kB of archives.
After this operation, 3882 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.46-0ubuntu0.14.04.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main mysql-common all 5.5.46-0ubuntu0.14.04.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libmysqlclient18 amd64 5.5.46-0ubuntu0.14.04.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main snmpd amd64 5.7.2~dfsg-8.1ubuntu3.1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.46-0ubuntu0.14.04.2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.46-0ubuntu0.14.04.2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/n/net-snmp/snmpd_5.7.2~dfsg-8.1ubuntu3.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Snmpd/Package[snmpd]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install snmpd' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libmysqlclient18 mysql-common
The following NEW packages will be installed:
libmysqlclient18 mysql-common snmpd
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 684 kB of archives.
After this operation, 3882 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.46-0ubuntu0.14.04.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main mysql-common all 5.5.46-0ubuntu0.14.04.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libmysqlclient18 amd64 5.5.46-0ubuntu0.14.04.2
Could not resolve 'web-proxy.fc.hp.com'
Err http://security.ubuntu.com/ubuntu/ trusty-security/main snmpd amd64 5.7.2~dfsg-8.1ubuntu3.1
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.46-0ubuntu0.14.04.2_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.46-0ubuntu0.14.04.2_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/n/net-snmp/snmpd_5.7.2~dfsg-8.1ubuntu3.1_amd64.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Notice: /Stage[main]/Snmpd/File[/etc/init.d/snmpd]: Dependency Package[snmpd] has failures: true
Warning: /Stage[main]/Snmpd/File[/etc/init.d/snmpd]: Skipping because of failed dependencies
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-gcc]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-gcc]: Skipping because of failed dependencies
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/cc]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/cc]: Skipping because of failed dependencies
Notice: /Stage[main]/Openstack_project::Users/File[/etc/login.defs]/content: content changed '{md5}be0977c1c1c84c62823c7d7d4e099067' to '{md5}11bf6a5aece917d58a4bef0bf7c2a11a'
Notice: /Stage[main]/Pip/File[/etc/pip.conf]/ensure: defined content as '{md5}2e5e9553bb3191283cbc2a8425d4ba78'
Notice: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-cc]: Dependency Package[ccache] has failures: true
Warning: /Stage[main]/Jenkins::Slave/File[/usr/local/bin/x86_64-linux-gnu-cc]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install iptables-persistent' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
iptables-persistent
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.2 kB of archives.
After this operation, 62.5 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty/universe iptables-persistent all 0.5.7
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/i/iptables-persistent/iptables-persistent_0.5.7_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: /Stage[main]/Iptables/Package[iptables]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install iptables-persistent' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
iptables-persistent
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.2 kB of archives.
After this operation, 62.5 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ trusty/universe iptables-persistent all 0.5.7
Could not resolve 'web-proxy.fc.hp.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/universe/i/iptables-persistent/iptables-persistent_0.5.7_all.deb Could not resolve 'web-proxy.fc.hp.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Notice: /Stage[main]/Iptables/File[/etc/iptables]: Dependency Package[iptables] has failures: true
Warning: /Stage[main]/Iptables/File[/etc/iptables]: Skipping because of failed dependencies
Notice: /Stage[main]/Iptables/File[/etc/iptables/rules]: Dependency Package[iptables] has failures: true
Warning: /Stage[main]/Iptables/File[/etc/iptables/rules]: Skipping because of failed dependencies
Notice: /Stage[main]/Iptables/File[/etc/iptables/rules.v4]: Dependency Package[iptables] has failures: true
Warning: /Stage[main]/Iptables/File[/etc/iptables/rules.v4]: Skipping because of failed dependencies
Notice: /Stage[main]/Iptables/File[/etc/iptables/rules.v6]: Dependency Package[iptables] has failures: true
Warning: /Stage[main]/Iptables/File[/etc/iptables/rules.v6]: Skipping because of failed dependencies
Notice: /Stage[main]/Iptables/Service[iptables]: Dependency Package[iptables] has failures: true
Warning: /Stage[main]/Iptables/Service[iptables]: Skipping because of failed dependencies
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install haveged' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.