Skip to content

Instantly share code, notes, and snippets.

@maxsu
Created July 31, 2013 20:54
Show Gist options
  • Save maxsu/6126064 to your computer and use it in GitHub Desktop.
Save maxsu/6126064 to your computer and use it in GitHub Desktop.
Vagrant/Puppet output
--- Coffeebot/raspberry-devbox (master) vagrant up
[nox] Importing base box 'precise64'...
[nox] The guest additions on this VM do not match the install version of
VirtualBox! This may cause things such as forwarded ports, shared
folders, and more to not work properly. If any of those things fail on
this machine, please update the guest additions and repackage the
box.
Guest Additions Version: 4.2.0
VirtualBox Version: 4.1.18
[nox] Matching MAC address for NAT networking...
[nox] Clearing any previously set forwarded ports...
[nox] Fixed port collision for 22 => 2222. Now on port 2200.
[nox] Forwarding ports...
[nox] -- 22 => 2200 (adapter 1)
[nox] Creating shared folders metadata...
[nox] Clearing any previously set network interfaces...
[nox] Booting VM...
[nox] Waiting for VM to boot. This can take a few minutes.
[nox] VM booted and ready for use!
[nox] Mounting shared folders...
[nox] -- v-root: /vagrant
[nox] -- manifests: /tmp/vagrant-puppet/manifests
[nox] -- v-pp-m0: /tmp/vagrant-puppet/modules-0
[nox] Running provisioner: Vagrant::Provisioners::Puppet...
[nox] Running Puppet with /tmp/vagrant-puppet/manifests/raspberry-nox.pp...
stdin: is not a tty
warning: Could not retrieve fact fqdn
debug: importing '/tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/init.pp' in environment production
debug: Automatically imported raspberry_dev from raspberry_dev into production
debug: importing '/tmp/vagrant-puppet/modules-0/sysconfig/manifests/init.pp' in environment production
debug: Automatically imported sysconfig from sysconfig into production
debug: importing '/tmp/vagrant-puppet/modules-0/sysconfig/manifests/sudoers.pp' in environment production
debug: Automatically imported sysconfig::sudoers from sysconfig/sudoers into production
debug: Scope(Class[Sysconfig::Sudoers]): Retrieving template sysconfig/etc/sudoers.erb
debug: template[/tmp/vagrant-puppet/modules-0/sysconfig/templates/etc/sudoers.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/sysconfig/templates/etc/sudoers.erb in 0.00 seconds
debug: template[/tmp/vagrant-puppet/modules-0/sysconfig/templates/etc/sudoers.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/sysconfig/templates/etc/sudoers.erb in 0.00 seconds
debug: Failed to load library 'selinux' for feature 'selinux'
debug: importing '/tmp/vagrant-puppet/modules-0/ssh/manifests/init.pp' in environment production
debug: importing '/tmp/vagrant-puppet/modules-0/ssh/manifests/server.pp' in environment production
debug: Automatically imported ssh::server from ssh/server into production
debug: Scope(Class[Ssh::Server]): Retrieving template ssh/server/sshd_config.erb
debug: template[/tmp/vagrant-puppet/modules-0/ssh/templates/server/sshd_config.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ssh/templates/server/sshd_config.erb in 0.00 seconds
debug: template[/tmp/vagrant-puppet/modules-0/ssh/templates/server/sshd_config.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ssh/templates/server/sshd_config.erb in 0.00 seconds
debug: importing '/tmp/vagrant-puppet/modules-0/apt/manifests/init.pp' in environment production
debug: Automatically imported apt from apt into production
debug: importing '/tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/packages.pp' in environment production
debug: Automatically imported raspberry_dev::packages from raspberry_dev/packages into production
debug: importing '/tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/config.pp' in environment production
debug: Automatically imported raspberry_dev::config from raspberry_dev/config into production
debug: Failed to load library 'shadow' for feature 'libshadow'
debug: importing '/tmp/vagrant-puppet/modules-0/ssh/manifests/user.pp' in environment production
debug: Automatically imported ssh::user from ssh/user into production
debug: importing '/tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/toolchain.pp' in environment production
debug: Automatically imported raspberry_dev::toolchain from raspberry_dev/toolchain into production
debug: importing '/tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/qemu.pp' in environment production
debug: Automatically imported raspberry_dev::qemu from raspberry_dev/qemu into production
debug: importing '/tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/scratchbox2.pp' in environment production
debug: Automatically imported raspberry_dev::scratchbox2 from raspberry_dev/scratchbox2 into production
debug: importing '/tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/raspbian_chroot.pp' in environment production
debug: Automatically imported raspberry_dev::raspbian_chroot from raspberry_dev/raspbian_chroot into production
debug: Scope(Ssh::User[vagrant]): Retrieving template ssh/user/known_hosts.erb
debug: template[/tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb in 0.00 seconds
debug: template[/tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb in 0.00 seconds
debug: Scope(Ssh::User[root]): Retrieving template ssh/user/known_hosts.erb
debug: template[/tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb]: Bound template variables for /tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb in 0.00 seconds
debug: template[/tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb]: Interpolated template /tmp/vagrant-puppet/modules-0/ssh/templates/user/known_hosts.erb in 0.00 seconds
debug: Adding relationship from User[vagrant] to File[/home/vagrant] with 'before'
debug: Adding relationship from User[root] to File[/root] with 'before'
debug: Adding relationship from Exec[download-toolchain] to Package[raspberry-gcc-toolchain] with 'before'
debug: Adding relationship from Exec[download-qemu] to Package[raspberry-qemu] with 'before'
debug: Adding relationship from Exec[download-sbox2] to Package[raspberry-scratchbox2] with 'before'
debug: Adding relationship from Exec[scratchbox2-init-container] to Exec[raspbian-install-key] with 'before'
debug: Adding relationship from Exec[raspbian-install-key] to Exec[debootstrap-first-stage] with 'before'
debug: Adding relationship from Exec[debootstrap-first-stage] to Exec[debootstrap-second-stage] with 'before'
debug: Adding relationship from Exec[debootstrap-second-stage] to File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list] with 'before'
debug: Adding relationship from File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list] to Exec[sandbox-apt-get-update] with 'before'
debug: Adding relationship from Exec[sandbox-apt-get-update] to Exec[sandbox-install-essentials] with 'before'
debug: Adding relationship from Exec[sandbox-install-essentials] to File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian] with 'before'
debug: Adding relationship from File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian] to Exec[sandbox-provision] with 'before'
debug: Adding relationship from User[vagrant] to File[/home/vagrant] with 'before'
debug: Adding relationship from File[/home/vagrant] to File[/home/vagrant/.ssh/] with 'before'
debug: Adding relationship from File[/home/vagrant/.ssh/] to File[/home/vagrant/.ssh/known_hosts] with 'before'
debug: Adding relationship from User[root] to File[/root] with 'before'
debug: Adding relationship from File[/root] to File[/root/.ssh/] with 'before'
debug: Adding relationship from File[/root/.ssh/] to File[/root/.ssh/known_hosts] with 'before'
debug: Exec[apt-get update]: Adding default for timeout
debug: Exec[apt-get update]: Adding default for path
debug: Exec[download-toolchain]: Adding default for timeout
debug: Exec[download-toolchain]: Adding default for path
debug: Exec[download-qemu]: Adding default for timeout
debug: Exec[download-qemu]: Adding default for path
debug: Exec[download-sbox2]: Adding default for timeout
debug: Exec[download-sbox2]: Adding default for path
debug: Exec[scratchbox2-init-container]: Adding default for timeout
debug: Exec[scratchbox2-init-container]: Adding default for path
debug: Exec[raspbian-install-key]: Adding default for timeout
debug: Exec[raspbian-install-key]: Adding default for path
debug: Exec[debootstrap-first-stage]: Adding default for path
debug: Exec[debootstrap-second-stage]: Adding default for path
debug: Exec[sandbox-apt-get-update]: Adding default for timeout
debug: Exec[sandbox-apt-get-update]: Adding default for path
debug: Exec[sandbox-install-essentials]: Adding default for timeout
debug: Exec[sandbox-install-essentials]: Adding default for path
debug: Exec[sandbox-provision]: Adding default for timeout
debug: Exec[sandbox-provision]: Adding default for path
debug: Puppet::Type::Service::ProviderOpenrc: file /sbin/rc-service does not exist
debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist
debug: Puppet::Type::Service::ProviderSystemd: file /bin/systemctl does not exist
debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist
debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist
debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svstat does not exist
debug: Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist
debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist
debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist
debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist
debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist
debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist
debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist
debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist
debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist
debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist
debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swlist does not exist
debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/eix does not exist
debug: Puppet::Type::Package::ProviderAptrpm: file rpm does not exist
debug: Puppet::Type::Package::ProviderYum: file rpm does not exist
debug: Puppet::Type::Package::ProviderRpm: file rpm does not exist
debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist
debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist
debug: Puppet::Type::Package::ProviderSun: file /usr/sbin/pkgrm does not exist
debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist
debug: Puppet::Type::Package::ProviderUrpmi: file urpmq does not exist
debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dscl does not exist
debug: Creating default schedules
debug: Failed to load library 'ldap' for feature 'ldap'
debug: /File[/var/lib/puppet/state/graphs]: Autorequiring File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet]
debug: /File[/etc/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppet/ssl]
debug: /File[/etc/puppet/ssl]: Autorequiring File[/etc/puppet]
debug: /File[/var/lib/puppet/client_yaml]: Autorequiring File[/var/lib/puppet]
debug: /File[/etc/puppet/ssl/public_keys]: Autorequiring File[/etc/puppet/ssl]
debug: /File[/var/lib/puppet/log]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/run]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet]
debug: /File[/etc/puppet/ssl/certs]: Autorequiring File[/etc/puppet/ssl]
debug: /File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet]
debug: /File[/etc/puppet/ssl/private]: Autorequiring File[/etc/puppet/ssl]
debug: /File[/var/lib/puppet/clientbucket]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/client_data]: Autorequiring File[/var/lib/puppet]
debug: /File[/etc/puppet/ssl/private_keys]: Autorequiring File[/etc/puppet/ssl]
debug: /File[/etc/puppet]/ensure: created
debug: /File[/etc/puppet/ssl]/ensure: created
debug: /File[/etc/puppet/ssl/private_keys]/ensure: created
debug: /File[/var/lib/puppet]/ensure: created
debug: /File[/var/lib/puppet/facts]/ensure: created
debug: /File[/var/lib/puppet/client_data]/ensure: created
debug: /File[/var/lib/puppet/run]/ensure: created
debug: /File[/var/lib/puppet/state]/ensure: created
debug: /File[/var/lib/puppet/state/graphs]/ensure: created
debug: /File[/var/lib/puppet/client_yaml]/ensure: created
debug: /File[/var/lib/puppet/lib]/ensure: created
debug: /File[/var/lib/puppet/clientbucket]/ensure: created
debug: /File[/etc/puppet/ssl/public_keys]/ensure: created
debug: /File[/etc/puppet/ssl/certs]/ensure: created
debug: /File[/var/lib/puppet/log]/ensure: created
debug: /File[/etc/puppet/ssl/private]/ensure: created
debug: /File[/etc/puppet/ssl/certificate_requests]/ensure: created
debug: Finishing transaction 69901928630840
info: Applying configuration version '1375298645'
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-first-stage]/before: requires Exec[debootstrap-second-stage]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-install-essentials]/before: requires File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[scratchbox2-init-container]/before: requires Exec[raspbian-install-key]
debug: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant]/before: requires File[/home/vagrant/.ssh/]
debug: /Stage[main]/Raspberry_dev::Config/File[/root]/before: requires File[/root/.ssh/]
debug: /Stage[main]/Raspberry_dev::Packages/Package[zlib1g:i386]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Config/User[root]/before: requires File[/root]
debug: /Stage[main]/Raspberry_dev::Config/User[root]/before: requires File[/root]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[raspbian-install-key]/before: requires Exec[debootstrap-first-stage]
debug: /Stage[main]/Raspberry_dev::Toolchain/Exec[download-toolchain]/before: requires Package[raspberry-gcc-toolchain]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-second-stage]/before: requires File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list]
debug: /Stage[main]/Raspberry_dev::Packages/Package[fakeroot]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Packages/Package[libc6-dev-i386]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Config/User[vagrant]/before: requires File[/home/vagrant]
debug: /Stage[main]/Raspberry_dev::Config/User[vagrant]/before: requires File[/home/vagrant]
debug: /Stage[main]/Ssh::Server/File[/etc/ssh/sshd_config]/notify: subscribes to Service[ssh]
debug: /Stage[main]/Raspberry_dev::Scratchbox2/Exec[download-sbox2]/before: requires Package[raspberry-scratchbox2]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-apt-get-update]/before: requires Exec[sandbox-install-essentials]
debug: /Stage[main]/Ssh::Server/Service[ssh]/require: requires Package[openssh-server]
debug: /Stage[main]/Raspberry_dev::Config/Ssh::User[vagrant]/File[/home/vagrant/.ssh/]/before: requires File[/home/vagrant/.ssh/known_hosts]
debug: /Stage[sysconfig]/before: requires Stage[main]
debug: /Stage[main]/Raspberry_dev::Packages/Package[libncurses5]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Packages/Package[build-essential]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list]/before: requires Exec[sandbox-apt-get-update]
debug: /Stage[main]/Raspberry_dev::Packages/Package[curl]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Qemu/Exec[download-qemu]/before: requires Package[raspberry-qemu]
debug: /Stage[main]/Raspberry_dev::Packages/Package[debootstrap]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Config/Ssh::User[root]/File[/root/.ssh/]/before: requires File[/root/.ssh/known_hosts]
debug: /Stage[main]/Raspberry_dev::Packages/Package[libstdc++6:i386]/require: requires Exec[apt-get update]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian]/before: requires Exec[sandbox-provision]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-install-essentials]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-install-essentials]: Autorequiring File[/home/vagrant/raspberry-dev/rootfs]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-provision]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-provision]: Autorequiring File[/home/vagrant/raspberry-dev/rootfs]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-first-stage]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Config/Ssh::User[vagrant]/File[/home/vagrant/.ssh/known_hosts]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[scratchbox2-init-container]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[scratchbox2-init-container]: Autorequiring File[/home/vagrant/raspberry-dev/rootfs]
debug: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev/rootfs]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev/rootfs]: Autorequiring File[/home/vagrant/raspberry-dev]
debug: /Stage[main]/Raspberry_dev::Config/Ssh::User[root]/File[/root/.ssh/known_hosts]: Autorequiring User[root]
debug: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev]: Autorequiring File[/home/vagrant]
debug: /Stage[main]/Raspberry_dev::Toolchain/Exec[download-toolchain]: Autorequiring File[/opt/raspberry-dev/debs]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-second-stage]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-second-stage]: Autorequiring File[/home/vagrant/raspberry-dev/rootfs]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-apt-get-update]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-apt-get-update]: Autorequiring File[/home/vagrant/raspberry-dev/rootfs]
debug: /Stage[main]/Raspberry_dev::Scratchbox2/Exec[download-sbox2]: Autorequiring File[/opt/raspberry-dev/debs]
debug: /Stage[main]/Raspberry_dev::Config/File[/opt/raspberry-dev]: Autorequiring File[/opt/]
debug: /Stage[main]/Raspberry_dev::Config/File[/opt/raspberry-dev/debs]: Autorequiring File[/opt/raspberry-dev]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list]: Autorequiring File[/home/vagrant/raspberry-dev/rootfs]
debug: /Stage[main]/Raspberry_dev::Qemu/Exec[download-qemu]: Autorequiring File[/opt/raspberry-dev/debs]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian]: Autorequiring User[vagrant]
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian]: Autorequiring File[/home/vagrant/raspberry-dev/rootfs]
debug: /Schedule[daily]: Skipping device resources because running on a host
debug: /Schedule[monthly]: Skipping device resources because running on a host
debug: /Schedule[hourly]: Skipping device resources because running on a host
debug: /Schedule[never]: Skipping device resources because running on a host
debug: Finishing transaction 69901929051780
info: FileBucket adding {md5}683eca72967d971ee3be5cd581069b9a
info: /Stage[main]/Sysconfig::Sudoers/File[/etc/sudoers]: Filebucketed /etc/sudoers to puppet with sum 683eca72967d971ee3be5cd581069b9a
notice: /Stage[main]/Sysconfig::Sudoers/File[/etc/sudoers]/content: content changed '{md5}683eca72967d971ee3be5cd581069b9a' to '{md5}6d8effc4c36a8546abfdfcdf3c008992'
debug: /Stage[main]/Sysconfig::Sudoers/File[/etc/sudoers]: The container Class[Sysconfig::Sudoers] will propagate my refresh event
notice: /Stage[main]/Raspberry_dev::Config/File[/etc/profile.d/raspberry-dev.sh]/ensure: defined content as '{md5}44b7576e29f19bd949a8c14f198f2991'
debug: /Stage[main]/Raspberry_dev::Config/File[/etc/profile.d/raspberry-dev.sh]: The container Class[Raspberry_dev::Config] will propagate my refresh event
notice: /Stage[main]/Raspberry_dev::Config/Ssh::User[root]/File[/root/.ssh/]/ensure: created
debug: /Stage[main]/Raspberry_dev::Config/Ssh::User[root]/File[/root/.ssh/]: The container Ssh::User[root] will propagate my refresh event
notice: /Stage[main]/Raspberry_dev::Config/Ssh::User[root]/File[/root/.ssh/known_hosts]/ensure: created
debug: /Stage[main]/Raspberry_dev::Config/Ssh::User[root]/File[/root/.ssh/known_hosts]: The container Ssh::User[root] will propagate my refresh event
debug: Ssh::User[root]: The container Class[Raspberry_dev::Config] will propagate my refresh event
debug: Exec[apt-get update](provider=posix): Executing '/usr/bin/apt-get update'
debug: Executing '/usr/bin/apt-get update'
notice: /Stage[main]/Apt/Exec[apt-get update]/returns: executed successfully
debug: /Stage[main]/Apt/Exec[apt-get update]: The container Class[Apt] will propagate my refresh event
debug: Prefetching apt resources for package
debug: Executing '/usr/bin/dpkg-query -W --showformat '${Status} ${Package} ${Version}\n''
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/dpkg-query -W --showformat '${Status} ${Package} ${Version}\n''
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n build-essential'
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install build-essential'
notice: /Stage[main]/Raspberry_dev::Packages/Package[build-essential]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Packages/Package[build-essential]: The container Class[Raspberry_dev::Packages] will propagate my refresh event
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n zlib1g:i386'
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install zlib1g:i386'
notice: /Stage[main]/Raspberry_dev::Packages/Package[zlib1g:i386]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Packages/Package[zlib1g:i386]: The container Class[Raspberry_dev::Packages] will propagate my refresh event
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install fakeroot'
notice: /Stage[main]/Raspberry_dev::Packages/Package[fakeroot]/ensure: created
debug: /Stage[main]/Raspberry_dev::Packages/Package[fakeroot]: The container Class[Raspberry_dev::Packages] will propagate my refresh event
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n libstdc++6:i386'
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install libstdc++6:i386'
notice: /Stage[main]/Raspberry_dev::Packages/Package[libstdc++6:i386]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Packages/Package[libstdc++6:i386]: The container Class[Raspberry_dev::Packages] will propagate my refresh event
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n curl'
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install curl'
notice: /Stage[main]/Raspberry_dev::Packages/Package[curl]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Packages/Package[curl]: The container Class[Raspberry_dev::Packages] will propagate my refresh event
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n libc6-dev-i386'
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install libc6-dev-i386'
notice: /Stage[main]/Raspberry_dev::Packages/Package[libc6-dev-i386]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Packages/Package[libc6-dev-i386]: The container Class[Raspberry_dev::Packages] will propagate my refresh event
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n debootstrap'
debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install debootstrap'
notice: /Stage[main]/Raspberry_dev::Packages/Package[debootstrap]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Packages/Package[debootstrap]: The container Class[Raspberry_dev::Packages] will propagate my refresh event
debug: /Schedule[weekly]: Skipping device resources because running on a host
debug: Class[Sysconfig::Sudoers]: The container Stage[main] will propagate my refresh event
debug: Class[Apt]: The container Stage[main] will propagate my refresh event
notice: /Stage[main]/Raspberry_dev::Config/File[/opt/raspberry-dev]/ensure: created
debug: /Stage[main]/Raspberry_dev::Config/File[/opt/raspberry-dev]: The container Class[Raspberry_dev::Config] will propagate my refresh event
notice: /Stage[main]/Raspberry_dev::Config/File[/opt/raspberry-dev/debs]/ensure: created
debug: /Stage[main]/Raspberry_dev::Config/File[/opt/raspberry-dev/debs]: The container Class[Raspberry_dev::Config] will propagate my refresh event
debug: Exec[download-toolchain](provider=posix): Executing 'curl -L http://commondatastorage.googleapis.com/howling-fantods/raspberrypi/raspberry-gcc-toolchain_1.0_i386.deb -o raspberry-gcc-toolchain_1.0_i386.deb'
debug: Executing 'curl -L http://commondatastorage.googleapis.com/howling-fantods/raspberrypi/raspberry-gcc-toolchain_1.0_i386.deb -o raspberry-gcc-toolchain_1.0_i386.deb'
notice: /Stage[main]/Raspberry_dev::Toolchain/Exec[download-toolchain]/returns: executed successfully
debug: /Stage[main]/Raspberry_dev::Toolchain/Exec[download-toolchain]: The container Class[Raspberry_dev::Toolchain] will propagate my refresh event
debug: Prefetching dpkg resources for package
debug: Executing '/usr/bin/dpkg-query -W --showformat '${Status} ${Package} ${Version}\n''
debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg-query -W --showformat '${Status} ${Package} ${Version}\n''
debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n raspberry-gcc-toolchain'
debug: Package[raspberry-gcc-toolchain](provider=dpkg): Executing 'dpkg --set-selections'
debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg --force-confold -i /opt/raspberry-dev/debs/raspberry-gcc-toolchain_1.0_i386.deb'
notice: /Stage[main]/Raspberry_dev::Toolchain/Package[raspberry-gcc-toolchain]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Toolchain/Package[raspberry-gcc-toolchain]: The container Class[Raspberry_dev::Toolchain] will propagate my refresh event
debug: Class[Raspberry_dev::Toolchain]: The container Stage[main] will propagate my refresh event
debug: Exec[download-sbox2](provider=posix): Executing 'curl -L http://commondatastorage.googleapis.com/howling-fantods/raspberrypi/raspberry-scratchbox2_2.3.90_amd64.deb -o raspberry-scratchbox2_2.3.90_amd64.deb'
debug: Executing 'curl -L http://commondatastorage.googleapis.com/howling-fantods/raspberrypi/raspberry-scratchbox2_2.3.90_amd64.deb -o raspberry-scratchbox2_2.3.90_amd64.deb'
notice: /Stage[main]/Raspberry_dev::Scratchbox2/Exec[download-sbox2]/returns: executed successfully
debug: /Stage[main]/Raspberry_dev::Scratchbox2/Exec[download-sbox2]: The container Class[Raspberry_dev::Scratchbox2] will propagate my refresh event
debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n raspberry-scratchbox2'
debug: Package[raspberry-scratchbox2](provider=dpkg): Executing 'dpkg --set-selections'
debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg --force-confold -i /opt/raspberry-dev/debs/raspberry-scratchbox2_2.3.90_amd64.deb'
notice: /Stage[main]/Raspberry_dev::Scratchbox2/Package[raspberry-scratchbox2]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Scratchbox2/Package[raspberry-scratchbox2]: The container Class[Raspberry_dev::Scratchbox2] will propagate my refresh event
debug: Class[Raspberry_dev::Scratchbox2]: The container Stage[main] will propagate my refresh event
debug: Class[Raspberry_dev::Packages]: The container Stage[main] will propagate my refresh event
debug: Exec[download-qemu](provider=posix): Executing 'curl -L http://commondatastorage.googleapis.com/howling-fantods/raspberrypi/raspberry-qemu_1.3.0_amd64.deb -o raspberry-qemu_1.3.0_amd64.deb'
debug: Executing 'curl -L http://commondatastorage.googleapis.com/howling-fantods/raspberrypi/raspberry-qemu_1.3.0_amd64.deb -o raspberry-qemu_1.3.0_amd64.deb'
notice: /Stage[main]/Raspberry_dev::Qemu/Exec[download-qemu]/returns: executed successfully
debug: /Stage[main]/Raspberry_dev::Qemu/Exec[download-qemu]: The container Class[Raspberry_dev::Qemu] will propagate my refresh event
debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n raspberry-qemu'
debug: Package[raspberry-qemu](provider=dpkg): Executing 'dpkg --set-selections'
debug: Puppet::Type::Package::ProviderDpkg: Executing '/usr/bin/dpkg --force-confold -i /opt/raspberry-dev/debs/raspberry-qemu_1.3.0_amd64.deb'
notice: /Stage[main]/Raspberry_dev::Qemu/Package[raspberry-qemu]/ensure: ensure changed 'purged' to 'present'
debug: /Stage[main]/Raspberry_dev::Qemu/Package[raspberry-qemu]: The container Class[Raspberry_dev::Qemu] will propagate my refresh event
debug: Class[Raspberry_dev::Qemu]: The container Stage[main] will propagate my refresh event
debug: /Schedule[puppet]: Skipping device resources because running on a host
notice: /Stage[main]/Raspberry_dev::Config/Ssh::User[vagrant]/File[/home/vagrant/.ssh/known_hosts]/ensure: created
debug: /Stage[main]/Raspberry_dev::Config/Ssh::User[vagrant]/File[/home/vagrant/.ssh/known_hosts]: The container Ssh::User[vagrant] will propagate my refresh event
debug: Ssh::User[vagrant]: The container Class[Raspberry_dev::Config] will propagate my refresh event
notice: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev]/ensure: created
debug: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev]: The container Class[Raspberry_dev::Config] will propagate my refresh event
notice: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev/rootfs]/ensure: created
debug: /Stage[main]/Raspberry_dev::Config/File[/home/vagrant/raspberry-dev/rootfs]: The container Class[Raspberry_dev::Config] will propagate my refresh event
debug: Class[Raspberry_dev::Config]: The container Stage[main] will propagate my refresh event
info: FileBucket adding {md5}b951734458b83fbd246ff2b753b61841
info: /Stage[main]/Ssh::Server/File[/etc/ssh/sshd_config]: Filebucketed /etc/ssh/sshd_config to puppet with sum b951734458b83fbd246ff2b753b61841
notice: /Stage[main]/Ssh::Server/File[/etc/ssh/sshd_config]/content: content changed '{md5}b951734458b83fbd246ff2b753b61841' to '{md5}7a819fdc11629b81fcf675c46cdc9f13'
debug: /Stage[main]/Ssh::Server/File[/etc/ssh/sshd_config]: The container Class[Ssh::Server] will propagate my refresh event
info: /Stage[main]/Ssh::Server/File[/etc/ssh/sshd_config]: Scheduling refresh of Service[ssh]
debug: Puppet::Type::Service::ProviderUpstart: Executing '/sbin/status ssh'
debug: Puppet::Type::Service::ProviderUpstart: Executing '/sbin/initctl --version'
debug: Puppet::Type::Service::ProviderUpstart: Executing '/sbin/status ssh'
debug: Service[ssh](provider=upstart): Executing '/sbin/stop ssh'
debug: Service[ssh](provider=upstart): Executing '/sbin/start ssh'
notice: /Stage[main]/Ssh::Server/Service[ssh]: Triggered 'refresh' from 1 events
debug: /Stage[main]/Ssh::Server/Service[ssh]: The container Class[Ssh::Server] will propagate my refresh event
debug: Class[Ssh::Server]: The container Stage[main] will propagate my refresh event
debug: Exec[scratchbox2-init-container](provider=posix): Executing check 'sudo -u vagrant sb2-config -l | grep "^raspberry$"'
debug: Executing 'sudo -u vagrant sb2-config -l | grep "^raspberry$"'
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[scratchbox2-init-container]/unless: /home/vagrant/.scratchbox2 missing, create some targets with sb2-init!
debug: Exec[scratchbox2-init-container](provider=posix): Executing 'sb2-init -n -c /opt/raspberry-dev/bin/qemu-arm raspberry /opt/raspberry-dev/bin/arm-linux-gnueabihf-gcc'
debug: Executing 'sb2-init -n -c /opt/raspberry-dev/bin/qemu-arm raspberry /opt/raspberry-dev/bin/arm-linux-gnueabihf-gcc'
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[scratchbox2-init-container]/returns: executed successfully
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[scratchbox2-init-container]: The container Class[Raspberry_dev::Raspbian_chroot] will propagate my refresh event
debug: Exec[raspbian-install-key](provider=posix): Executing check 'apt-key list | grep "Raspberry Pi Debian"'
debug: Executing 'apt-key list | grep "Raspberry Pi Debian"'
debug: Exec[raspbian-install-key](provider=posix): Executing 'curl http://archive.raspbian.org/raspbian.public.key | apt-key add -'
debug: Executing 'curl http://archive.raspbian.org/raspbian.public.key | apt-key add -'
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[raspbian-install-key]/returns: executed successfully
debug: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[raspbian-install-key]: The container Class[Raspberry_dev::Raspbian_chroot] will propagate my refresh event
debug: Exec[debootstrap-first-stage](provider=posix): Executing 'fakeroot debootstrap --verbose --foreign --variant=scratchbox --arch armhf --keyring /etc/apt/trusted.gpg wheezy /home/vagrant/raspberry-dev/rootfs http://archive.raspbian.org/raspbian/'
debug: Executing 'fakeroot debootstrap --verbose --foreign --variant=scratchbox --arch armhf --keyring /etc/apt/trusted.gpg wheezy /home/vagrant/raspberry-dev/rootfs http://archive.raspbian.org/raspbian/'
^[[6~err: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-first-stage]/returns: change from notrun to 0 failed: Command exceeded timeout at /tmp/vagrant-puppet/modules-0/raspberry_dev/manifests/raspbian_chroot.pp:41
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-second-stage]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[debootstrap-second-stage]: Skipping because of failed dependencies
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/apt/sources.list]: Skipping because of failed dependencies
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-apt-get-update]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-apt-get-update]: Skipping because of failed dependencies
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-install-essentials]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-install-essentials]: Skipping because of failed dependencies
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /Stage[main]/Raspberry_dev::Raspbian_chroot/File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian]: Skipping because of failed dependencies
notice: /File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian/manifests]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian/manifests]: Skipping because of failed dependencies
notice: /File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian/manifests/init.pp]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /File[/home/vagrant/raspberry-dev/rootfs/etc/puppet/modules/raspbian/manifests/init.pp]: Skipping because of failed dependencies
notice: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-provision]: Dependency Exec[debootstrap-first-stage] has failures: true
warning: /Stage[main]/Raspberry_dev::Raspbian_chroot/Exec[sandbox-provision]: Skipping because of failed dependencies
debug: Class[Raspberry_dev::Raspbian_chroot]: The container Stage[main] will propagate my refresh event
debug: Finishing transaction 69901928108580
debug: Storing state
info: Creating state file /var/lib/puppet/state/state.yaml
debug: Stored state in 0.08 seconds
notice: Finished catalog run in 2461.77 seconds
debug: /File[/var/lib/puppet/rrd]/ensure: created
debug: Finishing transaction 69901929140020
debug: Received report to process from precise64
debug: Processing report from precise64 with processor Puppet::Reports::Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment