https://bugzilla.wikimedia.org/show_bug.cgi?id=69425

            Bug ID: 69425
           Summary: Vagrant rebuild fails on Windows - Could not set
                    'link' on ensure: Protocol error
           Product: MediaWiki-Vagrant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: o...@wikimedia.org
          Reporter: yu...@wikimedia.org
                CC: o...@wikimedia.org, yuvipa...@gmail.com
       Web browser: ---
   Mobile Platform: ---

Was working fine, did a git pull / vagrant provision. Massive failure, so did
vagrant destroy - failed, so deleted all dirs except /mediawiki, git reset
--hard, vagrant up, still failure... Btw, technically, when I run all this from
the msysgit (windows's shell for git/linux), colors are usually supported
unless it tries to do TTY detection and disables them.

user@SLP ~/mw/v (master)
$ vagrant --version
Vagrant 1.5.4

user@SLP ~/mw/v (master)
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'trusty-cloud'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: v_default_1407820966338_32948
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 80 => 8080 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection timeout. Retrying...
==> default: Machine booted and ready!
GuestAdditions versions on your host (4.3.12) and guest (4.3.10) do not match.
stdin: is not a tty
 * Stopping VirtualBox Additions
   ...done.
stdin: is not a tty
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dkms fakeroot gcc gcc-4.8 libasan0 libatomic1 libc-dev-bin libc6-dev
  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libfakeroot libfontenc1
  libgcc-4.8-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgomp1
  libice6 libitm1 libllvm3.4 libpciaccess0 libpixman-1-0 libquadmath0 libsm6
  libtsan0 libtxc-dxtn-s2tc0 libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0
  libxcb-glx0 libxcb-present0 libxcb-sync1 libxcomposite1 libxdamage1
  libxfixes3 libxfont1 libxkbfile1 libxmu6 libxpm4 libxrandr2 libxrender1
  libxshmfence1 libxt6 libxxf86vm1 linux-libc-dev manpages-dev x11-common
  x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xserver-common
  xserver-xorg-core
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  virtualbox-guest-dkms* virtualbox-guest-utils* virtualbox-guest-x11*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 12.1 MB disk space will be freed.
(Reading database ... 60914 files and directories currently installed.)
Removing virtualbox-guest-dkms (4.3.10-dfsg-1) ...

-------- Uninstall Beginning --------
Module:  virtualbox-guest
Version: 4.3.10
Kernel:  3.13.0-30-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

vboxguest.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-30-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxsf.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-30-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxvideo.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-30-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: 4.3.10
completely from the DKMS tree.
------------------------------
Done.
Removing virtualbox-guest-x11 (4.3.10-dfsg-1) ...
Purging configuration files for virtualbox-guest-x11 (4.3.10-dfsg-1) ...
Removing virtualbox-guest-utils (4.3.10-dfsg-1) ...
Purging configuration files for virtualbox-guest-utils (4.3.10-dfsg-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
stdin: is not a tty
Reading package lists...
Building dependency tree...
Reading state information...
dkms is already the newest version.
dkms set to manually installed.
linux-headers-3.13.0-30-generic is already the newest version.
linux-headers-3.13.0-30-generic set to manually installed.
The following packages were automatically installed and are no longer required:
  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libfontenc1 libgl1-mesa-dri
  libgl1-mesa-glx libglapi-mesa libice6 libllvm3.4 libpciaccess0 libpixman-1-0
  libsm6 libtxc-dxtn-s2tc0 libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0
  libxcb-glx0 libxcb-present0 libxcb-sync1 libxcomposite1 libxdamage1
  libxfixes3 libxfont1 libxkbfile1 libxmu6 libxpm4 libxrandr2 libxrender1
  libxshmfence1 libxt6 libxxf86vm1 x11-common x11-xkb-utils xfonts-base
  xfonts-encodings xfonts-utils xserver-common xserver-xorg-core
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Copy iso file C:\Program Files/Oracle/VirtualBox/VBoxGuestAdditions.iso into
the box /tmp/VBoxGuestAdditions.iso
stdin: is not a tty
mount: block device /tmp/VBoxGuestAdditions.iso is write-protected, mounting
read-only
Installing Virtualbox Guest Additions 4.3.12 - guest version is 4.3.10
stdin: is not a tty
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.3.12 Guest Additions for Linux............
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules ...done.
Doing non-kernel setup of the Guest Additions ...done.
Starting the VirtualBox Guest Additions ...done.
Installing the Window System drivers
Could not find the X.Org or XFree86 Window System, skipping.
An error occurred during installation of VirtualBox Guest Additions 4.3.12.
Some functionality may not work as intended.
In most cases it is OK that the "Window System drivers" installation failed.
stdin: is not a tty
==> default: Checking for guest additions in VM...
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
    default: /vagrant => C:/Users/user/mw/v
    default: /vagrant/logs => C:/Users/user/mw/v/logs
    default: /tmp/vagrant-puppet-1/manifests =>
C:/Users/user/mw/v/puppet/manifests
    default: /tmp/vagrant-puppet-1/modules-0 =>
C:/Users/user/mw/v/puppet/modules
==> default: Running provisioner: puppet...
Running Puppet with site.pp...
stdin: is not a tty
Notice: Compiled catalog for mediawiki-vagrant in environment production in
2.85 seconds
Info: Applying configuration version '1407821074.no-git'
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/multiversion-install]/ensure:
created
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/51-cloudguest]/ensure:
removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/mwscript]/ensure:
created
Notice: /Stage[main]/Main/File[/etc/apt/apt.conf.d/20shared-cache]/ensure:
defined content as '{md5}711fa2f2a913db3990e7beb15cf57b5b'
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/00-header]/ensure: removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/alldbs]/ensure:
created
Notice: /Stage[main]/Misc/Exec[fix_root_profile]/returns: executed successfully
Info: mount[files]: allowing mediawiki-vagrant access
Notice: /Stage[main]/Misc/File[/etc/profile.d]/group: group changed 'root' to
'vagrant'
Notice: /Stage[main]/Misc/File[/etc/profile.d]/mode: mode changed '0755' to
'0777'
Notice: /Stage[main]/Misc/File[/etc/profile.d/bash_completion.sh]/ensure:
removed
Notice: /Stage[main]/Misc/File[/etc/profile.d/mediawiki-vagrant.sh]/ensure:
defined content as '{md5}e9dcf6a1136af35370d9d8191cb11483'
Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/jobrunner.json]/ensure:
defined content as '{md5}670966939c990598a91362cb0ffb75ac'
Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/jobrunner.json]: Scheduling
refresh of Service[jobrunner]
Notice: /Stage[main]/Misc/File[/etc/profile.d/Z99-cloud-locale-test.sh]/ensure:
removed
Notice: /Stage[main]/Apache/File[/var/www]/ensure: created
Notice: /Stage[main]/Main/File[/srv]/owner: owner changed 'root' to 'vagrant'
Notice: /Stage[main]/Main/File[/srv]/group: group changed 'root' to 'www-data'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w]/ensure: created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWMultiVersion.php]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/defines.php]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/resources]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/missing.php]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/CREDITS]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/opensearch_desc.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb589754
8ee9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/api.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWScript.php]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/thumb_handler.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548e
e9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/skins]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/thumb.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/10-help-text]/ensure: removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/index.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/default/jobrunner]/ensure:
defined content as '{md5}baefee683608d285b2c4895c8f76c563'
Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/default/jobrunner]:
Scheduling refresh of Service[jobrunner]
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/dblist.php]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/foreachwiki]/ensure:
created
Notice: /Stage[main]/Misc/File[/etc/profile.d/Z97-byobu.sh]/ensure: removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/img_auth.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/COPYING]/ensure:
created
Notice: /Stage[main]/Mysql/File[/home/vagrant/.my.cnf]/ensure: defined content
as '{md5}ef06fc0c2fb48af1df465c01df0f9634'
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/50-landscape-sysinfo]/ensure:
removed
Info: /etc/update-motd.d: Scheduling refresh of Exec[update_motd]
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/load.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice:
/Stage[main]/Misc/Motd::Script[mediawiki_vagrant]/File[/etc/update-motd.d/50-mediawiki-vagrant]/ensure:
defined content as '{md5}3ab
a016b0d0dda7268fcb1b655ea78f9'
Info:
/Stage[main]/Misc/Motd::Script[mediawiki_vagrant]/File[/etc/update-motd.d/50-mediawiki-vagrant]:
Scheduling refresh of Exec[update_mot
d]
Notice: /Stage[main]/Motd/Exec[update_motd]: Triggered 'refresh' from 2 events
Notice: /Stage[main]/Php::Composer/Exec[download_composer]/returns: executed
successfully
Notice: /Stage[main]/Php::Composer/File[/usr/local/bin/composer]/mode: mode
changed '0644' to '0755'
Notice: /Stage[main]/Apt/File[/etc/apt/sources.list.d/multiverse.list]/ensure:
defined content as '{md5}a4108116df82d5428debf4b06fbd0f54'
Notice: /Stage[main]/Apt/File[/usr/local/share/wikimedia-pubkey.asc]/ensure:
defined content as '{md5}39e2c3119a82a59d706317fce97a6bfc'
Info: /Stage[main]/Apt/File[/usr/local/share/wikimedia-pubkey.asc]: Scheduling
refresh of Exec[add_wikimedia_apt_key]
Notice: /Stage[main]/Apt/Exec[add_wikimedia_apt_key]: Triggered 'refresh' from
1 events
Notice: /Stage[main]/Apt/File[/etc/apt/sources.list.d/wikimedia.list]/ensure:
defined content as '{md5}81cc6c07729914e993ebf1829da0e002'
Notice: /Stage[main]/Apt/Exec[update_package_index]/returns: executed
successfully
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/extensions]/ensure:
created
Notice:
/Stage[main]/Php::Composer/Env::Var[COMPOSER_CACHE_DIR]/File[/etc/profile.d/set_COMPOSER_CACHE_DIR.sh]/ensure:
created
Notice: /Stage[main]/Main/File[/etc/apt/apt.conf.d/01no-recommended]/ensure:
defined content as '{md5}53ce69211afabdf3f0123353515e80f4'
Notice: /Stage[main]/Main/Package[build-essential]/ensure: ensure changed
'purged' to 'present'
Notice: /Stage[main]/Misc/Package[ack-grep]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Main/Package[python-pip]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Main/Package[ruby-dev]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Misc/Package[htop]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php::Remote_debug/Package[php5-xdebug]/ensure: ensure
changed 'purged' to 'present'
Notice: /Stage[main]/Redis/Package[redis-server]/ensure: ensure changed
'purged' to 'present'
Notice: /Stage[main]/Main/Package[python-dev]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Main/Package[chef-zero]/ensure: removed
Notice: /Stage[main]/Mysql::Packages/Package[mysql-server]/ensure: ensure
changed 'purged' to 'present'
Notice: /Stage[main]/Main/Package[chef]/ensure: removed
Notice: /Stage[main]/Redis/File[/srv/redis]/ensure: created
Notice: /Stage[main]/Apache::Mod::Php5/Package[libapache2-mod-php5]/ensure:
ensure changed 'purged' to 'present'
Notice: /Stage[main]/Misc/File[/etc/ackrc]/ensure: defined content as
'{md5}744cd26afe93f6ae5e3f04cee2bbc188'
Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/content: content changed
'{md5}331419cf134c3cdce519b0d0f151cbc9' to '{md5}adf14ad8623
98d9eaab25c196ffb4f40'
Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/group: group changed
'root' to 'vagrant'
Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/mode: mode changed
'0644' to '0777'
Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of
Service[apache2]
Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of
Service[apache2]
Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of
Service[apache2]
Notice:
/Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Mod_conf[proxy_fcgi]/Exec[ensure_present_mod_proxy_fcgi]/returns:
executed successfully

Info:
/Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Mod_conf[proxy_fcgi]/Exec[ensure_present_mod_proxy_fcgi]:
Scheduling refresh of Service[a
pache2]
Notice: /Stage[main]/Mediawiki::Apache/File[/var/www/favicon.ico]/ensure:
defined content as '{md5}b1d335c7c87c3d9b0693db6a5dc69d7b'
Notice: /Stage[main]/Mediawiki::Apache/File[/var/www/info.php]/ensure: defined
content as '{md5}fb92f9147037f47dcf29c96dbc68154d'
Notice: /Stage[main]/Php/Package[php5-mysql]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php5-gd]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php-apc]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php5-mcrypt]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Php/Package[php5]/ensure: ensure changed 'purged' to
'present'
Notice:
/Stage[main]/Apache::Mod::Headers/Apache::Mod_conf[headers]/Exec[ensure_present_mod_headers]/returns:
executed successfully
Info:
/Stage[main]/Apache::Mod::Headers/Apache::Mod_conf[headers]/Exec[ensure_present_mod_headers]:
Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Php/Package[php5-sqlite]/ensure: ensure changed 'purged'
to 'present'
Notice:
/Stage[main]/Apache/File[/etc/apache2/sites-enabled/000-default.conf]/ensure:
removed
Notice: /Stage[main]/Php/Package[php-pear]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php5-curl]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Apache/File[/etc/apache2/env-enabled]/ensure: created
Info: /Stage[main]/Apache/File[/etc/apache2/env-enabled]: Scheduling refresh of
Service[apache2]
Notice:
/Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]/ensure:
defined content as '{md5}d063cce793
713a4e99892c1076fcaa4c'
Info:
/Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]:
Scheduling refresh of Service[apache2]
Info:
/Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]:
Scheduling refresh of Exec[/usr/sbin/php5enm
od -s ALL _debug_output]
Notice: /Stage[main]/Php/Php::Ini[debug_output]/Exec[/usr/sbin/php5enmod -s ALL
_debug_output]: Triggered 'refresh' from 1 events
Notice:
/Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]/ensure:
defined content as '{md5}72
36471110ece2bbd4ff508af9030132'
Info:
/Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]:
Scheduling refresh of Service[apache
2]
Info:
/Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]:
Scheduling refresh of Exec[/usr/sbin
/php5enmod -s ALL _session_defaults]
Notice:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]/ensure:
defined content as '{
md5}f1115221d2629974b905dc37476797a1'
Info:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]:
Scheduling refresh of Service[
apache2]
Info:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]:
Scheduling refresh of Exec[/us
r/sbin/php5enmod -s ALL _remote_debug]
Info: /etc/apache2/sites-enabled: Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Php::Composer/Exec[update_composer]/returns: executed
successfully
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/security.conf]/ensure:
removed
Notice: /Stage[main]/Php/Php::Ini[session_defaults]/Exec[/usr/sbin/php5enmod -s
ALL _session_defaults]: Triggered 'refresh' from 1 events
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/other-vhosts-access-log.conf]/ensure:
removed
Notice: /Stage[main]/Apache/File[/etc/apache2/env-available]/ensure: created
Info: /Stage[main]/Apache/File[/etc/apache2/env-available]: Scheduling refresh
of Service[apache2]
Notice:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/Exec[/usr/sbin/php5enmod
-s ALL _remote_debug]: Triggered 'refresh' from 1 eve
nts
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/serve-cgi-bin.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/security.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/localized-error-pages.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/other-vhosts-access-log.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/charset.conf]/ensure:
removed
Info: /etc/apache2/conf-available: Scheduling refresh of Service[apache2]
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/charset.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/localized-error-pages.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl.conf]/ensure:
removed
Notice: /Stage[main]/Apache/File[/etc/apache2/ports.conf]/content: content
changed '{md5}a961f23471d985c2b819b652b7f64321' to '{md5}832989c3
76f29c4740c3bc5eb9ed3f12'
Info: /Stage[main]/Apache/File[/etc/apache2/ports.conf]: Scheduling refresh of
Service[apache2]
Notice: /Stage[main]/Apache/File[/etc/apache2/site-confs]/ensure: created
Info: /Stage[main]/Apache/File[/etc/apache2/site-confs]: Scheduling refresh of
Service[apache2]
Notice: /Stage[main]/Packages::Php5_tidy/Package[php5-tidy]/ensure: ensure
changed 'purged' to 'present'
Notice:
/Stage[main]/Mediawiki::Jobrunner/File[/etc/logrotate.d/mediawiki_jobrunner]/ensure:
defined content as '{md5}108922f7a7305cd4f69202
fa6ba6d2ee'
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/serve-cgi-bin.conf]/ensure:
removed
Info: /etc/apache2/conf-enabled: Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Mysql/Exec[set_mysql_password]/returns: executed
successfully
Notice: /Stage[main]/Packages::Tidy/Package[tidy]/ensure: ensure changed
'purged' to 'present'
Notice: /Stage[main]/Redis/File[/etc/redis/redis.conf]/content: content changed
'{md5}e79ac99a5236e6ab3faf86bdd99affaf' to '{md5}a4db13a69d1
e35b78ed374b8fe155897'
Info: /Stage[main]/Redis/File[/etc/redis/redis.conf]: Scheduling refresh of
Service[redis-server]
Notice: /Stage[main]/Redis/Service[redis-server]: Triggered 'refresh' from 1
events
Notice: /Stage[main]/Redis::Php/Package[php5-redis]/ensure: ensure changed
'purged' to 'present'
Info: /Stage[main]/Redis::Php/Package[php5-redis]: Scheduling refresh of
Service[apache2]
Notice: /Stage[main]/Hhvm/File[/usr/local/bin/hhvmsh]/ensure: defined content
as '{md5}db1312e407c8fb05c1fb193692ce5c2f'
Notice: /Stage[main]/Hhvm/File[/etc/hhvm]/ensure: created
Notice: /Stage[main]/Hhvm/Package[hhvm]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Hhvm/Package[hhvm-dev]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Hhvm/File[/etc/hhvm/php.ini]/ensure: defined content as
'{md5}3c33e601a6552d56d2657ee63721ffe5'
Info: /Stage[main]/Hhvm/File[/etc/hhvm/php.ini]: Scheduling refresh of
Service[hhvm]
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/File[/etc/apache2/site-confs/hhvm-admin]/ensure:
created
Notice: /Stage[main]/Hhvm/Package[hhvm-luasandbox]/ensure: ensure changed
'purged' to 'latest'
Notice: /Stage[main]/Hhvm/Package[hhvm-wikidiff2]/ensure: ensure changed
'purged' to 'latest'
Notice: /Stage[main]/Hhvm/File[/etc/hhvm/config.hdf]/ensure: defined content as
'{md5}2a46fb84966afc8fc3b51fd9abe57378'
Info: /Stage[main]/Hhvm/File[/etc/hhvm/config.hdf]: Scheduling refresh of
Service[hhvm]
Notice: /Stage[main]/Hhvm/Package[hhvm-fss]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Hhvm/File[/etc/init/hhvm.conf]/content: content changed
'{md5}24c38d42d71ed9df2ee836edec78102a' to '{md5}b884ced1b585f2
d47f1b15becf71c8d2'
Info: /Stage[main]/Hhvm/File[/etc/init/hhvm.conf]: Scheduling refresh of
Service[hhvm]
Notice: /Stage[main]/Hhvm/Service[hhvm]/ensure: ensure changed 'stopped' to
'running'
Info: /Stage[main]/Hhvm/Service[hhvm]: Unscheduling refresh on Service[hhvm]
Notice: /Stage[main]/Php/Package[php5-intl]/ensure: ensure changed 'purged' to
'present'
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/File[/etc/apache2/site-confs/hhvm-admin/00-default.conf]/ensure:
created
Notice:
/Stage[main]/Apache/File[/etc/apache2/sites-available/000-default.conf]/ensure:
removed
Info: /etc/apache2/sites-available: Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Git/Package[git]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Git/Package[git-review]/ensure: created
Notice:
/Stage[main]/Mediawiki::Jobrunner/Git::Install[mediawiki/services/jobrunner]/Git::Clone[mediawiki/services/jobrunner]/Exec[git_clone
_mediawiki/services/jobrunner]/returns: executed successfully
Info: Git::Clone[mediawiki/services/jobrunner]: Scheduling refresh of
Exec[git_install_checkout_mediawiki/services/jobrunner]
Notice:
/Stage[main]/Mediawiki::Jobrunner/Git::Install[mediawiki/services/jobrunner]/Exec[git_install_checkout_mediawiki/services/jobrunner]
: Triggered 'refresh' from 1 events
Notice: /Stage[main]/Php/Package[php5-readline]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Misc/File[/usr/local/sbin/isfresh]/ensure: defined content
as '{md5}6fee8323b6bdd6afc7c37faa4491794a'
Notice:
/Stage[main]/Apache/Misc::Evergreen[apache2]/Exec[check_apache2_freshness]/returns:
executed successfully
Info:
/Stage[main]/Apache/Misc::Evergreen[apache2]/Exec[check_apache2_freshness]:
Scheduling refresh of Service[apache2]
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWVersion.php]/ensure:
created
Notice: /Stage[main]/Php/Package[php5-dev]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/run-mediawiki-tests]/ensure:
defined content as '{md5}cb1918d4464e50c256399b91c411bb05'
Notice:
/Stage[main]/Mediawiki/File[/usr/local/bin/import-mediawiki-dump]/ensure:
defined content as '{md5}81874e61ef7c14f0a5b1aa87a337cfbb'

Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis]/ensure:
created
Notice: /Stage[main]/Mediawiki/File[/var/cache/mediawiki]/ensure: created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/LoadWgConf.php]/ensure:
created
Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/run-git-update]/ensure:
defined content as '{md5}9b8128b1a0d07ac759408a50afa43aa3'
Notice: /Stage[main]/Mediawiki/Env::Profile_script[add mediawiki vendor bin to
path]/File[/etc/profile.d/50-add-mediawiki-vendor-bin-to-path
.sh]/ensure: created
Notice:
/Stage[main]/Mediawiki/Env::Var[MW_INSTALL_PATH]/File[/etc/profile.d/set_MW_INSTALL_PATH.sh]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/CommonSettings.php]/ensure:
defined content as '{md5}c11f33a6d2480a
f452432591839ad381'
Notice: /Stage[main]/Mediawiki/File[/srv/images]/ensure: created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_check_settings]/returns:
executed successfully
Info:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_check_settings]:
Scheduling refresh of Exec[wiki_setup]
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/wgConf.php]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/dbConf.php]/ensure:
created
Notice: /Stage[main]/Mediawiki/File[mediawiki_upstart_bridge]/ensure: defined
content as '{md5}b1cfb3aa1f75ada7780442b4a8a1ca76'
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d/puppet-managed]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d/puppet-managed/README]/ensure:
define
d content as '{md5}64ae42537fb40c737e432f1e747355f7'
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_setup]/returns:
executed successfully
Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_setup]:
Triggered 'refresh' from 1 events
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_include_extra_settings]/returns:
executed successfully
Error: Could not set 'link' on ensure: Protocol error -
(/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.
php) at 129:/tmp/vagrant-puppet-1/modules-0/mediawiki/manifests/init.pp
Error: Could not set 'link' on ensure: Protocol error -
(/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.
php) at 129:/tmp/vagrant-puppet-1/modules-0/mediawiki/manifests/init.pp
Wrapped exception:
Protocol error - (/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.php)
Error:
/Stage[main]/Mediawiki/File[/vagrant/mediawiki/LocalSettings.php]/ensure:
change from absent to link failed: Could not set 'link' on
ensure: Protocol error - (/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.php) at 129:/tmp/vagrant-puppet
-1/modules-0/mediawiki/manifests/init.pp
Notice: /Stage[main]/Mediawiki/File[/var/www/mediawiki-vagrant.png]/ensure:
defined content as '{md5}f9afb7d19e39247820bc1e81883a96f7'
Notice:
/Stage[main]/Mediawiki/Mediawiki::Skin[Vector]/Mediawiki::Settings[Vector]/File[/vagrant/settings.d/puppet-managed/10-Vector.php]/en
sure: created
Notice:
/Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobrunner.conf]/ensure:
defined content as '{md5}e2302b512e81c3d406f8f2159dd4dbcd'
Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobrunner.conf]:
Scheduling refresh of Service[jobrunner]
Notice: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]/ensure: ensure
changed 'stopped' to 'running'
Info: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]: Unscheduling
refresh on Service[jobrunner]
Notice:
/Stage[main]/Apache::Mod::Rewrite/Apache::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]/returns:
executed successfully
Info:
/Stage[main]/Apache::Mod::Rewrite/Apache::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]:
Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Apache/Apache::Conf[disable
sendfile]/File[/etc/apache2/conf-available/50-disable-sendfile.conf]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-available/50-devwiki.conf]/ensure
: created
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-enabled/50-devwiki.conf]/ensure:
created
Info:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-enabled/50-devwiki.conf]:
Schedulin
g refresh of Service[apache2]
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-available/50-hhvm-admin.conf]/ensure:
cr
eated
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/File[/etc/apache2/site-confs/devwiki]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/File[/etc/apache2/site-confs/devwiki/00-default.conf]/ensure:
created
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-enabled/50-hhvm-admin.conf]/ensure:
crea
ted
Info:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-enabled/50-hhvm-admin.conf]:
Scheduling re
fresh of Service[apache2]
Notice: /Stage[main]/Apache/Apache::Conf[disable
sendfile]/File[/etc/apache2/conf-enabled/50-disable-sendfile.conf]/ensure:
created
Info: /Stage[main]/Apache/Apache::Conf[disable
sendfile]/File[/etc/apache2/conf-enabled/50-disable-sendfile.conf]: Scheduling
refresh of Ser
vice[apache2]
Notice: /Stage[main]/Apache/Service[apache2]: Triggered 'refresh' from 22
events
Info: Creating state file /var/lib/puppet/state/state.yaml
Notice: Finished catalog run in 205.58 seconds
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

FACTER_fqdn='mediawiki-vagrant.dev' FACTER_forwarded_port='8080'
FACTER_shared_apt_cache='/vagrant/cache/apt/' FACTER_environment='vagrant'
FACTER_share_owner='vagrant' FACTER_share_group='www-data'
FACTER_provider_name='virtualbox' puppet apply --templatedir
/vagrant/puppet/temp
lates --verbose --config_version /vagrant/puppet/extra/config-version
--fileserverconfig /vagrant/puppet/extra/fileserver.conf --logdest /va
grant/logs/puppet/puppet.ef5771ce4.log --logdest console
--write-catalog-summary --color=false --modulepath
'/tmp/vagrant-puppet-1/modules-0
:/etc/puppet/modules' --hiera_config=/tmp/vagrant-puppet-1/hiera.yaml
--manifestdir /tmp/vagrant-puppet-1/manifests --detailed-exitcodes /tm
p/vagrant-puppet-1/manifests/site.pp || [ $? -eq 2 ]

Stdout from the command:

Notice: Compiled catalog for mediawiki-vagrant in environment production in
2.85 seconds
Info: Applying configuration version '1407821074.no-git'
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/multiversion-install]/ensure:
created
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/51-cloudguest]/ensure:
removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/mwscript]/ensure:
created
Notice: /Stage[main]/Main/File[/etc/apt/apt.conf.d/20shared-cache]/ensure:
defined content as '{md5}711fa2f2a913db3990e7beb15cf57b5b'
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/00-header]/ensure: removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/alldbs]/ensure:
created
Notice: /Stage[main]/Misc/Exec[fix_root_profile]/returns: executed successfully
Info: mount[files]: allowing mediawiki-vagrant access
Notice: /Stage[main]/Misc/File[/etc/profile.d]/group: group changed 'root' to
'vagrant'
Notice: /Stage[main]/Misc/File[/etc/profile.d]/mode: mode changed '0755' to
'0777'
Notice: /Stage[main]/Misc/File[/etc/profile.d/bash_completion.sh]/ensure:
removed
Notice: /Stage[main]/Misc/File[/etc/profile.d/mediawiki-vagrant.sh]/ensure:
defined content as '{md5}e9dcf6a1136af35370d9d8191cb11483'
Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/jobrunner.json]/ensure:
defined content as '{md5}670966939c990598a91362cb0ffb75ac'
Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/jobrunner.json]: Scheduling
refresh of Service[jobrunner]
Notice: /Stage[main]/Misc/File[/etc/profile.d/Z99-cloud-locale-test.sh]/ensure:
removed
Notice: /Stage[main]/Apache/File[/var/www]/ensure: created
Notice: /Stage[main]/Main/File[/srv]/owner: owner changed 'root' to 'vagrant'
Notice: /Stage[main]/Main/File[/srv]/group: group changed 'root' to 'www-data'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w]/ensure: created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWMultiVersion.php]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/defines.php]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/resources]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/missing.php]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/CREDITS]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/opensearch_desc.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb589754
8ee9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/api.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWScript.php]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/thumb_handler.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548e
e9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/skins]/ensure:
created
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/thumb.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/10-help-text]/ensure: removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/index.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/default/jobrunner]/ensure:
defined content as '{md5}baefee683608d285b2c4895c8f76c563'
Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/default/jobrunner]:
Scheduling refresh of Service[jobrunner]
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/dblist.php]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/foreachwiki]/ensure:
created
Notice: /Stage[main]/Misc/File[/etc/profile.d/Z97-byobu.sh]/ensure: removed
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/img_auth.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/COPYING]/ensure:
created
Notice: /Stage[main]/Mysql/File[/home/vagrant/.my.cnf]/ensure: defined content
as '{md5}ef06fc0c2fb48af1df465c01df0f9634'
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/50-landscape-sysinfo]/ensure:
removed
Info: /etc/update-motd.d: Scheduling refresh of Exec[update_motd]
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/load.php]/ensure:
defined content as '{md5}7c39985a7e1c410e006aeb5897548ee9'
Notice:
/Stage[main]/Misc/Motd::Script[mediawiki_vagrant]/File[/etc/update-motd.d/50-mediawiki-vagrant]/ensure:
defined content as '{md5}3ab
a016b0d0dda7268fcb1b655ea78f9'
Info:
/Stage[main]/Misc/Motd::Script[mediawiki_vagrant]/File[/etc/update-motd.d/50-mediawiki-vagrant]:
Scheduling refresh of Exec[update_mot
d]
Notice: /Stage[main]/Motd/Exec[update_motd]: Triggered 'refresh' from 2 events
Notice: /Stage[main]/Php::Composer/Exec[download_composer]/returns: executed
successfully
Notice: /Stage[main]/Php::Composer/File[/usr/local/bin/composer]/mode: mode
changed '0644' to '0755'
Notice: /Stage[main]/Apt/File[/etc/apt/sources.list.d/multiverse.list]/ensure:
defined content as '{md5}a4108116df82d5428debf4b06fbd0f54'
Notice: /Stage[main]/Apt/File[/usr/local/share/wikimedia-pubkey.asc]/ensure:
defined content as '{md5}39e2c3119a82a59d706317fce97a6bfc'
Info: /Stage[main]/Apt/File[/usr/local/share/wikimedia-pubkey.asc]: Scheduling
refresh of Exec[add_wikimedia_apt_key]
Notice: /Stage[main]/Apt/Exec[add_wikimedia_apt_key]: Triggered 'refresh' from
1 events
Notice: /Stage[main]/Apt/File[/etc/apt/sources.list.d/wikimedia.list]/ensure:
defined content as '{md5}81cc6c07729914e993ebf1829da0e002'
Notice: /Stage[main]/Apt/Exec[update_package_index]/returns: executed
successfully
Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/extensions]/ensure:
created
Notice:
/Stage[main]/Php::Composer/Env::Var[COMPOSER_CACHE_DIR]/File[/etc/profile.d/set_COMPOSER_CACHE_DIR.sh]/ensure:
created
Notice: /Stage[main]/Main/File[/etc/apt/apt.conf.d/01no-recommended]/ensure:
defined content as '{md5}53ce69211afabdf3f0123353515e80f4'
Notice: /Stage[main]/Main/Package[build-essential]/ensure: ensure changed
'purged' to 'present'
Notice: /Stage[main]/Misc/Package[ack-grep]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Main/Package[python-pip]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Main/Package[ruby-dev]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Misc/Package[htop]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php::Remote_debug/Package[php5-xdebug]/ensure: ensure
changed 'purged' to 'present'
Notice: /Stage[main]/Redis/Package[redis-server]/ensure: ensure changed
'purged' to 'present'
Notice: /Stage[main]/Main/Package[python-dev]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Main/Package[chef-zero]/ensure: removed
Notice: /Stage[main]/Mysql::Packages/Package[mysql-server]/ensure: ensure
changed 'purged' to 'present'
Notice: /Stage[main]/Main/Package[chef]/ensure: removed
Notice: /Stage[main]/Redis/File[/srv/redis]/ensure: created
Notice: /Stage[main]/Apache::Mod::Php5/Package[libapache2-mod-php5]/ensure:
ensure changed 'purged' to 'present'
Notice: /Stage[main]/Misc/File[/etc/ackrc]/ensure: defined content as
'{md5}744cd26afe93f6ae5e3f04cee2bbc188'
Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/content: content changed
'{md5}331419cf134c3cdce519b0d0f151cbc9' to '{md5}adf14ad8623
98d9eaab25c196ffb4f40'
Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/group: group changed
'root' to 'vagrant'
Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/mode: mode changed
'0644' to '0777'
Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of
Service[apache2]
Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of
Service[apache2]
Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of
Service[apache2]
Notice:
/Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Mod_conf[proxy_fcgi]/Exec[ensure_present_mod_proxy_fcgi]/returns:
executed successfully

Info:
/Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Mod_conf[proxy_fcgi]/Exec[ensure_present_mod_proxy_fcgi]:
Scheduling refresh of Service[a
pache2]
Notice: /Stage[main]/Mediawiki::Apache/File[/var/www/favicon.ico]/ensure:
defined content as '{md5}b1d335c7c87c3d9b0693db6a5dc69d7b'
Notice: /Stage[main]/Mediawiki::Apache/File[/var/www/info.php]/ensure: defined
content as '{md5}fb92f9147037f47dcf29c96dbc68154d'
Notice: /Stage[main]/Php/Package[php5-mysql]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php5-gd]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php-apc]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php5-mcrypt]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Php/Package[php5]/ensure: ensure changed 'purged' to
'present'
Notice:
/Stage[main]/Apache::Mod::Headers/Apache::Mod_conf[headers]/Exec[ensure_present_mod_headers]/returns:
executed successfully
Info:
/Stage[main]/Apache::Mod::Headers/Apache::Mod_conf[headers]/Exec[ensure_present_mod_headers]:
Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Php/Package[php5-sqlite]/ensure: ensure changed 'purged'
to 'present'
Notice:
/Stage[main]/Apache/File[/etc/apache2/sites-enabled/000-default.conf]/ensure:
removed
Notice: /Stage[main]/Php/Package[php-pear]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Php/Package[php5-curl]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Apache/File[/etc/apache2/env-enabled]/ensure: created
Info: /Stage[main]/Apache/File[/etc/apache2/env-enabled]: Scheduling refresh of
Service[apache2]
Notice:
/Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]/ensure:
defined content as '{md5}d063cce793
713a4e99892c1076fcaa4c'
Info:
/Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]:
Scheduling refresh of Service[apache2]
Info:
/Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]:
Scheduling refresh of Exec[/usr/sbin/php5enm
od -s ALL _debug_output]
Notice: /Stage[main]/Php/Php::Ini[debug_output]/Exec[/usr/sbin/php5enmod -s ALL
_debug_output]: Triggered 'refresh' from 1 events
Notice:
/Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]/ensure:
defined content as '{md5}72
36471110ece2bbd4ff508af9030132'
Info:
/Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]:
Scheduling refresh of Service[apache
2]
Info:
/Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]:
Scheduling refresh of Exec[/usr/sbin
/php5enmod -s ALL _session_defaults]
Notice:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]/ensure:
defined content as '{
md5}f1115221d2629974b905dc37476797a1'
Info:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]:
Scheduling refresh of Service[
apache2]
Info:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]:
Scheduling refresh of Exec[/us
r/sbin/php5enmod -s ALL _remote_debug]
Info: /etc/apache2/sites-enabled: Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Php::Composer/Exec[update_composer]/returns: executed
successfully
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/security.conf]/ensure:
removed
Notice: /Stage[main]/Php/Php::Ini[session_defaults]/Exec[/usr/sbin/php5enmod -s
ALL _session_defaults]: Triggered 'refresh' from 1 events
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/other-vhosts-access-log.conf]/ensure:
removed
Notice: /Stage[main]/Apache/File[/etc/apache2/env-available]/ensure: created
Info: /Stage[main]/Apache/File[/etc/apache2/env-available]: Scheduling refresh
of Service[apache2]
Notice:
/Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/Exec[/usr/sbin/php5enmod
-s ALL _remote_debug]: Triggered 'refresh' from 1 eve
nts
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/serve-cgi-bin.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/security.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/localized-error-pages.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/other-vhosts-access-log.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-available/charset.conf]/ensure:
removed
Info: /etc/apache2/conf-available: Scheduling refresh of Service[apache2]
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/charset.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/localized-error-pages.conf]/ensure:
removed
Notice:
/Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl.conf]/ensure:
removed
Notice: /Stage[main]/Apache/File[/etc/apache2/ports.conf]/content: content
changed '{md5}a961f23471d985c2b819b652b7f64321' to '{md5}832989c3
76f29c4740c3bc5eb9ed3f12'
Info: /Stage[main]/Apache/File[/etc/apache2/ports.conf]: Scheduling refresh of
Service[apache2]
Notice: /Stage[main]/Apache/File[/etc/apache2/site-confs]/ensure: created
Info: /Stage[main]/Apache/File[/etc/apache2/site-confs]: Scheduling refresh of
Service[apache2]
Notice: /Stage[main]/Packages::Php5_tidy/Package[php5-tidy]/ensure: ensure
changed 'purged' to 'present'
Notice:
/Stage[main]/Mediawiki::Jobrunner/File[/etc/logrotate.d/mediawiki_jobrunner]/ensure:
defined content as '{md5}108922f7a7305cd4f69202
fa6ba6d2ee'
Notice:
/Stage[main]/Apache/File[/etc/apache2/conf-enabled/serve-cgi-bin.conf]/ensure:
removed
Info: /etc/apache2/conf-enabled: Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Mysql/Exec[set_mysql_password]/returns: executed
successfully
Notice: /Stage[main]/Packages::Tidy/Package[tidy]/ensure: ensure changed
'purged' to 'present'
Notice: /Stage[main]/Redis/File[/etc/redis/redis.conf]/content: content changed
'{md5}e79ac99a5236e6ab3faf86bdd99affaf' to '{md5}a4db13a69d1
e35b78ed374b8fe155897'
Info: /Stage[main]/Redis/File[/etc/redis/redis.conf]: Scheduling refresh of
Service[redis-server]
Notice: /Stage[main]/Redis/Service[redis-server]: Triggered 'refresh' from 1
events
Notice: /Stage[main]/Redis::Php/Package[php5-redis]/ensure: ensure changed
'purged' to 'present'
Info: /Stage[main]/Redis::Php/Package[php5-redis]: Scheduling refresh of
Service[apache2]
Notice: /Stage[main]/Hhvm/File[/usr/local/bin/hhvmsh]/ensure: defined content
as '{md5}db1312e407c8fb05c1fb193692ce5c2f'
Notice: /Stage[main]/Hhvm/File[/etc/hhvm]/ensure: created
Notice: /Stage[main]/Hhvm/Package[hhvm]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Hhvm/Package[hhvm-dev]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Hhvm/File[/etc/hhvm/php.ini]/ensure: defined content as
'{md5}3c33e601a6552d56d2657ee63721ffe5'
Info: /Stage[main]/Hhvm/File[/etc/hhvm/php.ini]: Scheduling refresh of
Service[hhvm]
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/File[/etc/apache2/site-confs/hhvm-admin]/ensure:
created
Notice: /Stage[main]/Hhvm/Package[hhvm-luasandbox]/ensure: ensure changed
'purged' to 'latest'
Notice: /Stage[main]/Hhvm/Package[hhvm-wikidiff2]/ensure: ensure changed
'purged' to 'latest'
Notice: /Stage[main]/Hhvm/File[/etc/hhvm/config.hdf]/ensure: defined content as
'{md5}2a46fb84966afc8fc3b51fd9abe57378'
Info: /Stage[main]/Hhvm/File[/etc/hhvm/config.hdf]: Scheduling refresh of
Service[hhvm]
Notice: /Stage[main]/Hhvm/Package[hhvm-fss]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Hhvm/File[/etc/init/hhvm.conf]/content: content changed
'{md5}24c38d42d71ed9df2ee836edec78102a' to '{md5}b884ced1b585f2
d47f1b15becf71c8d2'
Info: /Stage[main]/Hhvm/File[/etc/init/hhvm.conf]: Scheduling refresh of
Service[hhvm]
Notice: /Stage[main]/Hhvm/Service[hhvm]/ensure: ensure changed 'stopped' to
'running'
Info: /Stage[main]/Hhvm/Service[hhvm]: Unscheduling refresh on Service[hhvm]
Notice: /Stage[main]/Php/Package[php5-intl]/ensure: ensure changed 'purged' to
'present'
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/File[/etc/apache2/site-confs/hhvm-admin/00-default.conf]/ensure:
created
Notice:
/Stage[main]/Apache/File[/etc/apache2/sites-available/000-default.conf]/ensure:
removed
Info: /etc/apache2/sites-available: Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Git/Package[git]/ensure: ensure changed 'purged' to
'latest'
Notice: /Stage[main]/Git/Package[git-review]/ensure: created
Notice:
/Stage[main]/Mediawiki::Jobrunner/Git::Install[mediawiki/services/jobrunner]/Git::Clone[mediawiki/services/jobrunner]/Exec[git_clone
_mediawiki/services/jobrunner]/returns: executed successfully
Info: Git::Clone[mediawiki/services/jobrunner]: Scheduling refresh of
Exec[git_install_checkout_mediawiki/services/jobrunner]
Notice:
/Stage[main]/Mediawiki::Jobrunner/Git::Install[mediawiki/services/jobrunner]/Exec[git_install_checkout_mediawiki/services/jobrunner]
: Triggered 'refresh' from 1 events
Notice: /Stage[main]/Php/Package[php5-readline]/ensure: ensure changed 'purged'
to 'present'
Notice: /Stage[main]/Misc/File[/usr/local/sbin/isfresh]/ensure: defined content
as '{md5}6fee8323b6bdd6afc7c37faa4491794a'
Notice:
/Stage[main]/Apache/Misc::Evergreen[apache2]/Exec[check_apache2_freshness]/returns:
executed successfully
Info:
/Stage[main]/Apache/Misc::Evergreen[apache2]/Exec[check_apache2_freshness]:
Scheduling refresh of Service[apache2]
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWVersion.php]/ensure:
created
Notice: /Stage[main]/Php/Package[php5-dev]/ensure: ensure changed 'purged' to
'present'
Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/run-mediawiki-tests]/ensure:
defined content as '{md5}cb1918d4464e50c256399b91c411bb05'
Notice:
/Stage[main]/Mediawiki/File[/usr/local/bin/import-mediawiki-dump]/ensure:
defined content as '{md5}81874e61ef7c14f0a5b1aa87a337cfbb'

Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis]/ensure:
created
Notice: /Stage[main]/Mediawiki/File[/var/cache/mediawiki]/ensure: created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/LoadWgConf.php]/ensure:
created
Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/run-git-update]/ensure:
defined content as '{md5}9b8128b1a0d07ac759408a50afa43aa3'
Notice: /Stage[main]/Mediawiki/Env::Profile_script[add mediawiki vendor bin to
path]/File[/etc/profile.d/50-add-mediawiki-vendor-bin-to-path
.sh]/ensure: created
Notice:
/Stage[main]/Mediawiki/Env::Var[MW_INSTALL_PATH]/File[/etc/profile.d/set_MW_INSTALL_PATH.sh]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/CommonSettings.php]/ensure:
defined content as '{md5}c11f33a6d2480a
f452432591839ad381'
Notice: /Stage[main]/Mediawiki/File[/srv/images]/ensure: created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_check_settings]/returns:
executed successfully
Info:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_check_settings]:
Scheduling refresh of Exec[wiki_setup]
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/wgConf.php]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/dbConf.php]/ensure:
created
Notice: /Stage[main]/Mediawiki/File[mediawiki_upstart_bridge]/ensure: defined
content as '{md5}b1cfb3aa1f75ada7780442b4a8a1ca76'
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d/puppet-managed]/ensure:
created
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d/puppet-managed/README]/ensure:
define
d content as '{md5}64ae42537fb40c737e432f1e747355f7'
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_setup]/returns:
executed successfully
Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_setup]:
Triggered 'refresh' from 1 events
Notice:
/Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_include_extra_settings]/returns:
executed successfully
Notice: /Stage[main]/Mediawiki/File[/var/www/mediawiki-vagrant.png]/ensure:
defined content as '{md5}f9afb7d19e39247820bc1e81883a96f7'
Notice:
/Stage[main]/Mediawiki/Mediawiki::Skin[Vector]/Mediawiki::Settings[Vector]/File[/vagrant/settings.d/puppet-managed/10-Vector.php]/en
sure: created
Notice:
/Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobrunner.conf]/ensure:
defined content as '{md5}e2302b512e81c3d406f8f2159dd4dbcd'
Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobrunner.conf]:
Scheduling refresh of Service[jobrunner]
Notice: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]/ensure: ensure
changed 'stopped' to 'running'
Info: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]: Unscheduling
refresh on Service[jobrunner]
Notice:
/Stage[main]/Apache::Mod::Rewrite/Apache::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]/returns:
executed successfully
Info:
/Stage[main]/Apache::Mod::Rewrite/Apache::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]:
Scheduling refresh of Service[apache2]
Notice: /Stage[main]/Apache/Apache::Conf[disable
sendfile]/File[/etc/apache2/conf-available/50-disable-sendfile.conf]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-available/50-devwiki.conf]/ensure
: created
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-enabled/50-devwiki.conf]/ensure:
created
Info:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-enabled/50-devwiki.conf]:
Schedulin
g refresh of Service[apache2]
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-available/50-hhvm-admin.conf]/ensure:
cr
eated
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/File[/etc/apache2/site-confs/devwiki]/ensure:
created
Notice:
/Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/File[/etc/apache2/site-confs/devwiki/00-default.conf]/ensure:
created
Notice:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-enabled/50-hhvm-admin.conf]/ensure:
crea
ted
Info:
/Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-enabled/50-hhvm-admin.conf]:
Scheduling re
fresh of Service[apache2]
Notice: /Stage[main]/Apache/Apache::Conf[disable
sendfile]/File[/etc/apache2/conf-enabled/50-disable-sendfile.conf]/ensure:
created
Info: /Stage[main]/Apache/Apache::Conf[disable
sendfile]/File[/etc/apache2/conf-enabled/50-disable-sendfile.conf]: Scheduling
refresh of Ser
vice[apache2]
Notice: /Stage[main]/Apache/Service[apache2]: Triggered 'refresh' from 22
events
Info: Creating state file /var/lib/puppet/state/state.yaml
Notice: Finished catalog run in 205.58 seconds


Stderr from the command:

stdin: is not a tty
Error: Could not set 'link' on ensure: Protocol error -
(/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.
php) at 129:/tmp/vagrant-puppet-1/modules-0/mediawiki/manifests/init.pp
Error: Could not set 'link' on ensure: Protocol error -
(/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.
php) at 129:/tmp/vagrant-puppet-1/modules-0/mediawiki/manifests/init.pp
Wrapped exception:
Protocol error - (/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.php)
Error:
/Stage[main]/Mediawiki/File[/vagrant/mediawiki/LocalSettings.php]/ensure:
change from absent to link failed: Could not set 'link' on
ensure: Protocol error - (/vagrant/settings.d/wikis/wiki/LocalSettings.php,
/vagrant/mediawiki/LocalSettings.php) at 129:/tmp/vagrant-puppet
-1/modules-0/mediawiki/manifests/init.pp

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to