Page MenuHomePhabricator

labs-vagrant vagrant up fails with 404 at Dropbox
Closed, ResolvedPublic

Description

Following https://wikitech.wikimedia.org/wiki/Help:MediaWiki-Vagrant_in_Labs#Setting_up_your_instance_with_MediaWiki-Vagrant , step 7:

nemobis@nemobis:/srv/mediawiki-vagrant$ vagrant up
Bringing machine 'default' up with 'lxc' provider...
==> default: Box 'Wikimedia/trusty64-puppet-lxc' could not be found. Attempting to find and install...
    default: Box Provider: lxc
    default: Box Version: >= 0
==> default: Loading metadata for box 'Wikimedia/trusty64-puppet-lxc'
    default: URL: https://atlas.hashicorp.com/Wikimedia/trusty64-puppet-lxc
==> default: Adding box 'Wikimedia/trusty64-puppet-lxc' (v0.1) for provider: lxc
    default: Downloading: https://atlas.hashicorp.com/Wikimedia/boxes/trusty64-puppet-lxc/versions/0.1/providers/lxc.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 404 Not Found

Internet is accessible, but Dropbox returns 404:

$ wget -O /dev/null https://atlas.hashicorp.com/Wikimedia/boxes/trusty64-puppet-lxc/versions/0.1/providers/lxc.box
converted 'https://atlas.hashicorp.com/Wikimedia/boxes/trusty64-puppet-lxc/versions/0.1/providers/lxc.box' (ANSI_X3.4-1968) -> 'https://atlas.hashicorp.com/Wikimedia/boxes/trusty64-puppet-lxc/versions/0.1/providers/lxc.box' (UTF-8)
--2017-03-31 11:34:09--  https://atlas.hashicorp.com/Wikimedia/boxes/trusty64-puppet-lxc/versions/0.1/providers/lxc.box
Resolving atlas.hashicorp.com (atlas.hashicorp.com)... 52.55.203.197, 52.206.86.0, 52.200.255.5
Connecting to atlas.hashicorp.com (atlas.hashicorp.com)|52.55.203.197|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://dl.dropboxusercontent.com/u/363887/trusty64-puppet-lxc.box [following]
converted 'https://dl.dropboxusercontent.com/u/363887/trusty64-puppet-lxc.box' (ANSI_X3.4-1968) -> 'https://dl.dropboxusercontent.com/u/363887/trusty64-puppet-lxc.box' (UTF-8)
--2017-03-31 11:34:09--  https://dl.dropboxusercontent.com/u/363887/trusty64-puppet-lxc.box
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 162.125.17.133
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|162.125.17.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-03-31 11:34:09 ERROR 404: Not Found.

Is the URL wrong, or do we need a better hosting than this Dropbox directory (cf. https://www.dropbox.com/help/45 )?

Event Timeline

Looks like @ori was hosting this...

This comment was removed by Reedy.

We should probably just backport the puppet install provisioner to the trusty branch. That was all that was different in our lxc box image from the upstream I think. (it was a long time ago that I cobbled that together and my memory is hazy)

Is there some workaround in the meanwhile?

Is there some workaround in the meanwhile?

Should be able to take a copy of the box image from someone else who installed it before it 404'd

I made this .box file by hand from the files in Vagrant's cache on mwv-image-builder.mediawiki-vagrant.eqiad.wmflabs: https://mediawiki-vagrant-image.wmflabs.org/mediawiki-vagrant/trusty64-puppet-lxc.box

I haven't tried to provision with it yet, but in theory it should work. I think the fgrehm/trusty64-lxc image was what we used as the base for the custom box. I can't find any notes that I made for doing the original package however which is unfortunate.

Testing with https://gerrit.wikimedia.org/r/#/c/347302/1 and applying the workaround at T155196#2971359, the wiki is now up:

1HEAD is now at da787d1... lxc: new box image
2nemobis@nemobis:/srv/mediawiki-vagrant$ vagrant up
3Bringing machine 'default' up with 'lxc' provider...
4==> default: Box 'fgrehm/trusty64-lxc' could not be found. Attempting to find and install...
5 default: Box Provider: lxc
6 default: Box Version: >= 0
7==> default: Loading metadata for box 'fgrehm/trusty64-lxc'
8 default: URL: https://atlas.hashicorp.com/fgrehm/trusty64-lxc
9==> default: Adding box 'fgrehm/trusty64-lxc' (v1.2.0) for provider: lxc
10 default: Downloading: https://atlas.hashicorp.com/fgrehm/boxes/trusty64-lxc/versions/1.2.0/providers/lxc.box
11==> default: Successfully added box 'fgrehm/trusty64-lxc' (v1.2.0) for 'lxc'!
12==> default: Importing base box 'fgrehm/trusty64-lxc'...
13==> default: Checking if box 'fgrehm/trusty64-lxc' is up to date...
14==> default: Starting container...
15==> default: Waiting for machine to boot. This may take a few minutes...
16 default: SSH address: 10.0.3.203:22
17 default: SSH username: vagrant
18 default: SSH auth method: private key
19 default:
20 default: Vagrant insecure key detected. Vagrant will automatically replace
21 default: this with a newly generated keypair for better security.
22 default:
23 default: Inserting generated public key within guest...
24 default: Removing insecure key from the guest if it's present...
25 default: Key inserted! Disconnecting and reconnecting using new SSH key...
26==> default: Machine booted and ready!
27==> default: Forwarding ports...
28==> default: 80 (guest) => 8080 (host) (adapter eth0)
29==> default: 443 (guest) => 4430 (host) (adapter eth0)
30==> default: Setting hostname...
31NFS requires a host-only network to be created.
32Please add a host-only network to the machine (with either DHCP or a
33static IP) for NFS to work.
34nemobis@nemobis:/srv/mediawiki-vagrant$ curl http://localhost:8080/wiki/Main_Page
35curl: (56) Recv failure: Connection reset by peer
36nemobis@nemobis:/srv/mediawiki-vagrant$ curl http://localhost:8080/wiki/Main_Page
37curl: (56) Recv failure: Connection reset by peer
38nemobis@nemobis:/srv/mediawiki-vagrant$ vagrant reload
39==> default: Clearing any previously set forwarded ports...
40==> default: Attempting graceful shutdown of VM...
41==> default: Checking if box 'fgrehm/trusty64-lxc' is up to date...
42==> default: Starting container...
43==> default: Waiting for machine to boot. This may take a few minutes...
44 default: SSH address: 10.0.3.203:22
45 default: SSH username: vagrant
46 default: SSH auth method: private key
47==> default: Machine booted and ready!
48==> default: Forwarding ports...
49==> default: 80 (guest) => 8080 (host) (adapter eth0)
50==> default: 443 (guest) => 4430 (host) (adapter eth0)
51==> default: Setting hostname...
52NFS requires a host-only network to be created.
53Please add a host-only network to the machine (with either DHCP or a
54static IP) for NFS to work.
55nemobis@nemobis:/srv/mediawiki-vagrant$ wget https://releases.hashicorp.com/vagrant/1.7.4/vagrant_1.7.4_x86_64.deb
56--2017-04-24 14:56:53-- https://releases.hashicorp.com/vagrant/1.7.4/vagrant_1.7.4_x86_64.deb
57Resolving releases.hashicorp.com (releases.hashicorp.com)... 151.101.33.183, 2a04:4e42:8::439
58Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.33.183|:443... connected.
59HTTP request sent, awaiting response... 200 OK
60Length: 73329796 (70M) [binary/octet-stream]
61Saving to: ‘vagrant_1.7.4_x86_64.deb’
62
63vagrant_1.7.4_x86_64.deb 100%[====================================================================>] 69.93M 69.6MB/s in 1.0s
64
652017-04-24 14:56:54 (69.6 MB/s) - ‘vagrant_1.7.4_x86_64.deb’ saved [73329796/73329796]
66
67nemobis@nemobis:/srv/mediawiki-vagrant$ sudo dpkg -i vagrant_1.7.4_x86_64.deb
68
69dpkg: warning: downgrading vagrant from 1:1.9.1 to 1:1.7.4
70(Reading database ... 61641 files and directories currently installed.)
71Preparing to unpack vagrant_1.7.4_x86_64.deb ...
72Unpacking vagrant (1:1.7.4) over (1:1.9.1) ...
73Setting up vagrant (1:1.7.4) ...
74nemobis@nemobis:/srv/mediawiki-vagrant$
75nemobis@nemobis:/srv/mediawiki-vagrant$ sudo rm /srv/vagrant-data/plugins.json
76nemobis@nemobis:/srv/mediawiki-vagrant$ sudo -i puppet agent --test --verbose
77Info: Retrieving pluginfacts
78Info: Retrieving plugin
79Info: Loading facts
80Info: Caching catalog for nemobis.pagemigration.eqiad.wmflabs
81Info: Applying configuration version '1493045206'
82Notice: /Stage[main]/Base::Monitoring::Host/File[/usr/local/lib/nagios/plugins/check_eth]/content:
83--- /usr/local/lib/nagios/plugins/check_eth 2017-02-19 01:36:00.994993850 +0000
84+++ /tmp/puppet-file20170424-6216-rtzmr3 2017-04-24 14:57:28.616505537 +0000
85@@ -1,6 +1,6 @@
86 #!/bin/sh
87 EXIT_CODE=0
88-for INTERFACE in eth0 ifb0 lo lxcbr0 ; do
89+for INTERFACE in eth0 ifb0 lo lxcbr0 vethA2SKE4 ; do
90 REQ_SPEED=1000 # The default for now
91 STATUS=`ip link show ${INTERFACE}`
92 if [ "$?" != "0" ]; then
93
94Info: Computing checksum on file /usr/local/lib/nagios/plugins/check_eth
95Info: /Stage[main]/Base::Monitoring::Host/File[/usr/local/lib/nagios/plugins/check_eth]: Filebucketed /usr/local/lib/nagios/plugins/check_eth to puppet with sum 9a6305dcb310ceb9ac994a1d92c9a365
96Notice: /Stage[main]/Base::Monitoring::Host/File[/usr/local/lib/nagios/plugins/check_eth]/content: content changed '{md5}9a6305dcb310ceb9ac994a1d92c9a365' to '{md5}73f7ad85844b9ae8bcf79fae0f4317df'
97Notice: /Stage[main]/Vagrant::Lxc/Vagrant::Plugin[vagrant-lxc]/Exec[install_vagrant_plugin_vagrant-lxc]/returns: executed successfully
98Notice: /Stage[main]/Ssh::Server/File[/etc/ssh/userkeys/root.d]: Not removing directory; use 'force' to override
99Notice: /Stage[main]/Ssh::Server/File[/etc/ssh/userkeys/root.d]/ensure: removed
100Notice: Finished catalog run in 56.59 seconds
101nemobis@nemobis:/srv/mediawiki-vagrant$ curl http://localhost:8080/wiki/Main_Page
102curl: (56) Recv failure: Connection reset by peer
103nemobis@nemobis:/srv/mediawiki-vagrant$ vagrant reload
104==> default: Clearing any previously set forwarded ports...
105==> default: Attempting graceful shutdown of VM...
106==> default: Checking if box 'fgrehm/trusty64-lxc' is up to date...
107==> default: Starting container...
108==> default: Waiting for machine to boot. This may take a few minutes...
109 default: SSH address: 10.0.3.203:22
110 default: SSH username: vagrant
111 default: SSH auth method: private key
112==> default: Machine booted and ready!
113==> default: Forwarding ports...
114==> default: 80 => 8080 (adapter eth0)
115==> default: 443 => 4430 (adapter eth0)
116==> default: Setting hostname...
117==> default: Installing NFS client...
118==> default: Exporting NFS shared folders...
119==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
120● nfs-kernel-server.service - LSB: Kernel NFS server support
121 Loaded: loaded (/etc/init.d/nfs-kernel-server)
122 Active: active (running) since Sun 2017-02-19 01:06:59 UTC; 2 months 3 days ago
123 CGroup: /system.slice/nfs-kernel-server.service
124 └─18817 /usr/sbin/rpc.mountd --manage-gids
125==> default: Mounting NFS shared folders...
126==> default: Running provisioner: lsb_check...
127==> default: Running provisioner: shell...
128 default: Running: /tmp/vagrant-shell20170424-9583-hhwom0.sh
129==> default: stdin: is not a tty
130==> default: Running provisioner: puppet...
131==> default: Running Puppet with site.pp...
132==> default: stdin: is not a tty
133==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/root_home.rb
134==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/pe_version.rb
135==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
136==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
137==> default: Notice: Compiled catalog for mediawiki-vagrant.dev in environment production in 2.81 seconds
138==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/root_home.rb
139==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/pe_version.rb
140==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
141==> default: Info: Loading facts in /vagrant/puppet/modules/stdlib/lib/facter/puppet_vardir.rb
142==> default: Info: Applying configuration version '1493045977.no-git'
143==> default: Notice: /Stage[main]/Git::Gerrit/Sshkey[gerrit.wikimedia.org]/ensure: created
144==> default: Notice: /Stage[main]/Misc/Exec[fix_root_profile]/returns: executed successfully
145==> default: Notice: /Stage[main]/Npm/Exec[ins-npm-nodejs-legacy]/returns: executed successfully
146==> default: Notice: /Stage[main]/Apt/Exec[ins-apt-transport-https]/returns: executed successfully
147==> default: Notice: /Stage[main]/Puppet::Agent/Service[puppet]/ensure: ensure changed 'running' to 'stopped'
148==> default: Notice: /Stage[main]/Npm/Exec[npm_set_cache_dir]/returns: executed successfully
149==> default: Notice: /Stage[main]/Mwv/Group[vagrant_share]/ensure: created
150==> default: Notice: /Stage[main]/Mwv/User[vagrant_share]/ensure: created
151==> default: Notice: /Stage[main]/Apache/File[/var/www]/ensure: created
152==> default: Notice: /Stage[main]/Mediawiki::Apache/File[/var/www/robots.txt]/ensure: defined content as '{md5}abe1c19ddc2b287ea9da1fc31584e439'
153==> default: Notice: /Stage[main]/Hhvm/File[/etc/hhvm]/ensure: created
154==> default: Notice: /Stage[main]/Apt/Apt::Pin[wikimedia]/File[/etc/apt/preferences.d/wikimedia.pref]/ensure: created
155==> default: Info: /Stage[main]/Apt/Apt::Pin[wikimedia]/File[/etc/apt/preferences.d/wikimedia.pref]: Scheduling refresh of Exec[apt-get update]
156==> default: Notice: /Stage[main]/Apache/File[/vagrant/srv/docroot]/ensure: created
157==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/multiversion-install]/ensure: created
158==> default: Notice: /Stage[main]/Misc/File[/etc/profile.d]/owner: owner changed 'root' to 'vagrant_share'
159==> default: Notice: /Stage[main]/Misc/File[/etc/profile.d]/group: group changed 'root' to 'vagrant_share'
160==> default: Notice: /Stage[main]/Misc/File[/etc/profile.d]/mode: mode changed '0755' to '2775'
161==> default: Notice: /Stage[main]/Misc/File[/etc/profile.d/bash_completion.sh]/ensure: removed
162==> default: Notice: /Stage[main]/Misc/File[/etc/profile.d/mediawiki-vagrant.sh]/ensure: defined content as '{md5}315eb070370a6fd06a535e1c1f35bf65'
163==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/mwscript]/ensure: created
164==> default: Notice: /Stage[main]/Apache/File[/vagrant/srv/docroot/robots.txt]/ensure: defined content as '{md5}abe1c19ddc2b287ea9da1fc31584e439'
165==> default: Notice: /Stage[main]/Apt/File[/etc/apt/apt.conf.d/20shared-cache]/ensure: defined content as '{md5}711fa2f2a913db3990e7beb15cf57b5b'
166==> default: Notice: /Stage[main]/Apt/File[/usr/local/share/wikimedia-pubkey.asc]/ensure: defined content as '{md5}39e2c3119a82a59d706317fce97a6bfc'
167==> default: Info: /Stage[main]/Apt/File[/usr/local/share/wikimedia-pubkey.asc]: Scheduling refresh of Exec[add_wikimedia_apt_key]
168==> default: Notice: /Stage[main]/Motd/File[/etc/update-motd.d/00-header]/ensure: removed
169==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/alldbs]/ensure: created
170==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/wikihasextension]/ensure: created
171==> default: Notice: /Stage[main]/Php::Xhprof/File[/vagrant/profiles]/ensure: created
172==> default: Notice: /Stage[main]/Apt/Exec[add_wikimedia_apt_key]: Triggered 'refresh' from 1 events
173==> default: Notice: /Stage[main]/Apt/File[/etc/apt/sources.list.d/wikimedia.list]/ensure: defined content as '{md5}19cad1f435f4dfd22798f630b9a427fd'
174==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/foreachwikiwithextension]/ensure: created
175==> default: Notice: /Stage[main]/Misc/File[/vagrant/.idea]/ensure: created
176==> default: Notice: /Stage[main]/Misc/File[/vagrant/.idea/dataSources.xml]/ensure: defined content as '{md5}0105c5ddc2981522ce5a3c27de47b81e'
177==> default: Notice: /Stage[main]/Hhvm/File[/etc/hhvm/fcgi.ini]/ensure: defined content as '{md5}461b96b461335a6f5dfa3523459515a0'
178==> default: Info: /Stage[main]/Hhvm/File[/etc/hhvm/fcgi.ini]: Scheduling refresh of Service[hhvm]
179==> default: Notice: /Stage[main]/Hhvm/File[/etc/default/hhvm]/ensure: defined content as '{md5}2703e451dbc601f026a887dfa80710bf'
180==> default: Info: /Stage[main]/Hhvm/File[/etc/default/hhvm]: Scheduling refresh of Service[hhvm]
181==> default: Notice: /Stage[main]/Hhvm/File[/var/run/hhvm]/ensure: created
182==> default: Notice: /Stage[main]/Hhvm/File[/var/run/hhvm/fcgi.hhbc.sq3]/ensure: created
183==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w]/ensure: created
184==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/RunJobs.php]/ensure: created
185==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWMultiVersion.php]/ensure: created
186==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/defines.php]/ensure: created
187==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/resources]/ensure: created
188==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/missing.php]/ensure: created
189==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/CREDITS]/ensure: created
190==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/opensearch_desc.php]/ensure: defined content as '{md5}919aca53ba59eb6908a30dbbaecef793'
191==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/api.php]/ensure: defined content as '{md5}919aca53ba59eb6908a30dbbaecef793'
192==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/docs]/ensure: created
193==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/MWScript.php]/ensure: created
194==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/thumb_handler.php]/ensure: defined content as '{md5}919aca53ba59eb6908a30dbbaecef793'
195==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/skins]/ensure: created
196==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/thumb.php]/ensure: defined content as '{md5}919aca53ba59eb6908a30dbbaecef793'
197==> default: Notice: /Stage[main]/Motd/File[/etc/update-motd.d/10-help-text]/ensure: removed
198==> default: Info: /etc/update-motd.d: Scheduling refresh of Exec[update_motd]
199==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/index.php]/ensure: defined content as '{md5}919aca53ba59eb6908a30dbbaecef793'
200==> default: Notice: /Stage[main]/Npm/File[/usr/local/share/nodesource-pubkey.asc]/ensure: defined content as '{md5}003b51a89a133b5db4cca98b2dea3117'
201==> default: Info: /Stage[main]/Npm/File[/usr/local/share/nodesource-pubkey.asc]: Scheduling refresh of Exec[add_nodesource_apt_key]
202==> default: Notice: /Stage[main]/Npm/Exec[add_nodesource_apt_key]: Triggered 'refresh' from 1 events
203==> default: Notice: /Stage[main]/Npm/File[/etc/apt/sources.list.d/nodesource.list]/ensure: defined content as '{md5}fe499c0f30cf6375f90c9f364d2aee1e'
204==> default: Notice: /Stage[main]/Hhvm/File[/var/run/hhvm/hhvm.hhbc]/ensure: created
205==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/mw-config]/ensure: created
206==> default: Notice: /Stage[main]/Hhvm/File[/etc/hhvm/php.ini]/ensure: defined content as '{md5}6549af930bb853dc24439d19af90115c'
207==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/dblist.php]/ensure: created
208==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/foreachwiki]/ensure: created
209==> default: Notice: /Stage[main]/Hhvm/File[/etc/init/hhvm.conf]/ensure: defined content as '{md5}f07ce38836ae771abeb2cf6714f7b23d'
210==> default: Info: /Stage[main]/Hhvm/File[/etc/init/hhvm.conf]: Scheduling refresh of Service[hhvm]
211==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/img_auth.php]/ensure: defined content as '{md5}919aca53ba59eb6908a30dbbaecef793'
212==> default: Notice: /Stage[main]/Apt/File[/etc/apt/multiverse.list.puppet]/ensure: defined content as '{md5}b1c13fd4423ebcb9d207774eab4bc328'
213==> default: Info: /Stage[main]/Apt/File[/etc/apt/multiverse.list.puppet]: Scheduling refresh of Exec[multiverse.list]
214==> default: Notice: /Stage[main]/Apt/Exec[multiverse.list]: Triggered 'refresh' from 1 events
215==> default: Notice: /Stage[main]/Git::Gerrit/File[/etc/ssh/ssh_known_hosts]/mode: mode changed '0600' to '0644'
216==> default: Notice: /Stage[main]/Npm/Apt::Pin[nodejs]/File[/etc/apt/preferences.d/nodejs.pref]/ensure: created
217==> default: Info: /Stage[main]/Npm/Apt::Pin[nodejs]/File[/etc/apt/preferences.d/nodejs.pref]: Scheduling refresh of Exec[apt-get update]
218==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/COPYING]/ensure: created
219==> default: Notice: /Stage[main]/Mysql/File[/home/vagrant/.my.cnf]/ensure: defined content as '{md5}ef06fc0c2fb48af1df465c01df0f9634'
220==> default: Notice: /Stage[main]/Apt/File[/etc/apt/sources.list.d/mwv-apt.list]/ensure: defined content as '{md5}826e45d92888b561981f462c68e27fa3'
221==> default: Notice: /Stage[main]/Apt/Exec[apt-get update]/returns: executed successfully
222==> default: Notice: /Stage[main]/Apt/Exec[apt-get update]: Triggered 'refresh' from 2 events
223==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/load.php]/ensure: defined content as '{md5}919aca53ba59eb6908a30dbbaecef793'
224==> default: Notice: /Stage[main]/Misc/Motd::Script[mediawiki_vagrant]/File[/etc/update-motd.d/50-mediawiki-vagrant]/ensure: defined content as '{md5}db0f72a43e50c5c16a1b67fc3cd92e45'
225==> default: Info: /Stage[main]/Misc/Motd::Script[mediawiki_vagrant]/File[/etc/update-motd.d/50-mediawiki-vagrant]: Scheduling refresh of Exec[update_motd]
226==> default: Notice: /Stage[main]/Motd/Exec[update_motd]: Triggered 'refresh' from 2 events
227==> default: Notice: /Stage[main]/Misc/File[/vagrant/.idea/codeStyleSettings.xml]/ensure: defined content as '{md5}1f735f0b44cb039aa6ddee4472b6c7a7'
228==> default: Notice: /Stage[main]/Misc/File[/vagrant/.idea/dataSources.local.xml]/ensure: defined content as '{md5}1d0ff00705cc52a2c373e6a4fe94dd4e'
229==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/extensions]/ensure: created
230==> default: Notice: /Stage[main]/Npm/Env::Var[NPM_CONFIG_CACHE]/File[/etc/profile.d/set_NPM_CONFIG_CACHE.sh]/ensure: created
231==> default: Notice: /Stage[main]/Php::Composer/Env::Var[COMPOSER_CACHE_DIR]/File[/etc/profile.d/set_COMPOSER_CACHE_DIR.sh]/ensure: created
232==> default: Notice: /Stage[main]/Arcanist/Env::Profile_script[add arcanist bin to path]/File[/etc/profile.d/50-add-arcanist-bin-to-path.sh]/ensure: created
233==> default: Notice: /Stage[main]/Php::Composer/Env::Profile_script[add composer global bin to path]/File[/etc/profile.d/50-add-composer-global-bin-to-path.sh]/ensure: created
234==> default: Notice: /Stage[main]/Misc/Env::Profile_script[xdebug]/File[/etc/profile.d/50-xdebug.sh]/ensure: created
235==> default: Notice: /Stage[main]/Apt/File[/etc/apt/apt.conf.d/01no-recommended]/ensure: defined content as '{md5}53ce69211afabdf3f0123353515e80f4'
236==> default: Notice: /Stage[main]/Php::Xhprof/Package[php5-xhprof]/ensure: ensure changed 'purged' to 'present'
237==> default: Notice: /Stage[main]/Misc/Package[ack-grep]/ensure: ensure changed 'purged' to 'present'
238==> default: Notice: /Stage[main]/Misc/Package[httpie]/ensure: ensure changed 'purged' to 'present'
239==> default: Notice: /Stage[main]/Mwv/Package[python-pip]/ensure: ensure changed 'purged' to 'present'
240==> default: Notice: /Stage[main]/Mwv/Package[ruby-dev]/ensure: ensure changed 'purged' to 'present'
241==> default: Notice: /Stage[main]/Misc/Package[htop]/ensure: ensure changed 'purged' to 'present'
242==> default: Notice: /Stage[main]/Php::Remote_debug/Package[php5-xdebug]/ensure: ensure changed 'purged' to 'present'
243==> default: Notice: /Stage[main]/Misc/Package[jq]/ensure: ensure changed 'purged' to 'present'
244==> default: Notice: /Stage[main]/Redis/Package[redis-server]/ensure: ensure changed 'purged' to 'present'
245==> default: Notice: /Stage[main]/Mwv/Package[python-dev]/ensure: ensure changed 'purged' to 'present'
246==> default: Notice: /Stage[main]/Mysql::Packages/Package[mysql-server]/ensure: ensure changed 'purged' to 'present'
247==> default: Notice: /Stage[main]/Hhvm/Package[hhvm-dev]/ensure: ensure changed 'purged' to 'present'
248==> default: Info: /Stage[main]/Hhvm/Package[hhvm-dev]: Scheduling refresh of Service[hhvm]
249==> default: Notice: /Stage[main]/Postfix/Package[postfix]/ensure: ensure changed 'purged' to 'present'
250==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/usr/local/bin/sql]/ensure: created
251==> default: Notice: /Stage[main]/Redis/File[/srv/redis]/ensure: created
252==> default: Notice: /Stage[main]/Misc/Package[nano]/ensure: ensure changed 'purged' to 'present'
253==> default: Notice: /Stage[main]/Postfix/File[/etc/postfix/virtual]/ensure: defined content as '{md5}284c63d3df11d7b4c3d945150840f050'
254==> default: Info: /Stage[main]/Postfix/File[/etc/postfix/virtual]: Scheduling refresh of Exec[postmap_virtual]
255==> default: Notice: /Stage[main]/Postfix/Exec[postmap_virtual]: Triggered 'refresh' from 1 events
256==> default: Info: /Stage[main]/Postfix/Exec[postmap_virtual]: Scheduling refresh of Service[postfix]
257==> default: Notice: /Stage[main]/Postfix/File[/etc/postfix/main.cf]/content: content changed '{md5}a26b006a6b47ac9f0ed2c710f8d9c327' to '{md5}487c1c7332edce2a3fa48c2a35c278db'
258==> default: Notice: /Stage[main]/Postfix/File[/etc/postfix/main.cf]/mode: mode changed '0644' to '0444'
259==> default: Info: /Stage[main]/Postfix/File[/etc/postfix/main.cf]: Scheduling refresh of Service[postfix]
260==> default: Info: /Stage[main]/Postfix/File[/etc/postfix/main.cf]: Scheduling refresh of Service[postfix]
261==> default: Notice: /Stage[main]/Postfix/Service[postfix]: Triggered 'refresh' from 3 events
262==> default: Notice: /Stage[main]/Apache::Mod::Php5/Package[libapache2-mod-php5]/ensure: ensure changed 'purged' to 'present'
263==> default: Notice: /Stage[main]/Rsyslog/File[/etc/rsyslog.d/README]/ensure: defined content as '{md5}3d21c7747fe11d9e5679d67b5a212df1'
264==> default: Notice: /Stage[main]/Misc/File[/etc/ackrc]/ensure: defined content as '{md5}744cd26afe93f6ae5e3f04cee2bbc188'
265==> default: Notice: /Stage[main]/Hhvm/Package[hhvm-tidy]/ensure: ensure changed 'purged' to 'present'
266==> default: Info: /Stage[main]/Hhvm/Package[hhvm-tidy]: Scheduling refresh of Service[hhvm]
267==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/content: content changed '{md5}331419cf134c3cdce519b0d0f151cbc9' to '{md5}adf14ad862398d9eaab25c196ffb4f40'
268==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/owner: owner changed 'root' to 'vagrant_share'
269==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/group: group changed 'root' to 'vagrant_share'
270==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/envvars]/mode: mode changed '0644' to '0664'
271==> default: Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of Service[apache2]
272==> default: Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of Service[apache2]
273==> default: Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of Service[apache2]
274==> default: Info: /Stage[main]/Apache/File[/etc/apache2/envvars]: Scheduling refresh of Service[apache2]
275==> default: Notice: /Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Mod_conf[proxy_fcgi]/Exec[ensure_present_mod_proxy_fcgi]/returns: executed successfully
276==> default: Info: /Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Mod_conf[proxy_fcgi]/Exec[ensure_present_mod_proxy_fcgi]: Scheduling refresh of Service[apache2]
277==> default: Notice: /Stage[main]/Mediawiki::Apache/File[/var/www/favicon.ico]/ensure: defined content as '{md5}b1d335c7c87c3d9b0693db6a5dc69d7b'
278==> default: Notice: /Stage[main]/Mediawiki::Apache/File[/var/www/info.php]/ensure: defined content as '{md5}fb92f9147037f47dcf29c96dbc68154d'
279==> default: Notice: /Stage[main]/Php/Package[php5-mysql]/ensure: ensure changed 'purged' to 'present'
280==> default: Notice: /Stage[main]/Php/Package[php5-gd]/ensure: ensure changed 'purged' to 'present'
281==> default: Notice: /Stage[main]/Php/Package[php-auth-sasl]/ensure: ensure changed 'purged' to 'present'
282==> default: Notice: /Stage[main]/Php/Package[php-mail-mime]/ensure: ensure changed 'purged' to 'present'
283==> default: Notice: /Stage[main]/Php/Package[php-mail]/ensure: ensure changed 'purged' to 'present'
284==> default: Notice: /Stage[main]/Php/Package[php5-mcrypt]/ensure: ensure changed 'purged' to 'present'
285==> default: Notice: /Stage[main]/Php/Package[php5-apcu]/ensure: ensure changed 'purged' to 'present'
286==> default: Notice: /Stage[main]/Apache::Mod::Headers/Apache::Mod_conf[headers]/Exec[ensure_present_mod_headers]/returns: executed successfully
287==> default: Info: /Stage[main]/Apache::Mod::Headers/Apache::Mod_conf[headers]/Exec[ensure_present_mod_headers]: Scheduling refresh of Service[apache2]
288==> default: Notice: /Stage[main]/Php/Package[php5-sqlite]/ensure: ensure changed 'purged' to 'present'
289==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-enabled/000-default.conf]/ensure: removed
290==> default: Notice: /Stage[main]/Php::Sessionclean/File[/etc/cron.d/php5]/content: content changed '{md5}c1629acd8cda1a2ff234ca9c9b6ecd27' to '{md5}b9084c861dc98e206fae69f7e3bad026'
291==> default: Notice: /Stage[main]/Php/Package[php5-curl]/ensure: ensure changed 'purged' to 'present'
292==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/env-enabled]/ensure: created
293==> default: Info: /Stage[main]/Apache/File[/etc/apache2/env-enabled]: Scheduling refresh of Service[apache2]
294==> default: Notice: /Stage[main]/Php::Sessionclean/File[/usr/lib/php5/sessionclean]/content: content changed '{md5}6a769dfc0fb5f31bc022afabc6223e0a' to '{md5}276db24518797f29f6bc3584be30cb43'
295==> default: Notice: /Stage[main]/Php/Php::Ini[opcache_validate_timestamps]/File[/etc/php5/mods-available/_opcache_validate_timestamps.ini]/ensure: defined content as '{md5}d967cccdfe74b2a848a0741d66af10a4'
296==> default: Info: /Stage[main]/Php/Php::Ini[opcache_validate_timestamps]/File[/etc/php5/mods-available/_opcache_validate_timestamps.ini]: Scheduling refresh of Service[apache2]
297==> default: Info: /Stage[main]/Php/Php::Ini[opcache_validate_timestamps]/File[/etc/php5/mods-available/_opcache_validate_timestamps.ini]: Scheduling refresh of Exec[/usr/sbin/php5enmod -s ALL _opcache_validate_timestamps]
298==> default: Notice: /Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]/ensure: defined content as '{md5}d063cce793713a4e99892c1076fcaa4c'
299==> default: Info: /Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]: Scheduling refresh of Service[apache2]
300==> default: Info: /Stage[main]/Php/Php::Ini[debug_output]/File[/etc/php5/mods-available/_debug_output.ini]: Scheduling refresh of Exec[/usr/sbin/php5enmod -s ALL _debug_output]
301==> default: Notice: /Stage[main]/Php/Php::Ini[opcache_validate_timestamps]/Exec[/usr/sbin/php5enmod -s ALL _opcache_validate_timestamps]: Triggered 'refresh' from 1 events
302==> default: Notice: /Stage[main]/Php/Php::Ini[debug_output]/Exec[/usr/sbin/php5enmod -s ALL _debug_output]: Triggered 'refresh' from 1 events
303==> default: Notice: /Stage[main]/Php::Xhprof/Php::Ini[xhprof_enable]/File[/etc/php5/mods-available/_xhprof_enable.ini]/ensure: defined content as '{md5}40b70aadb08cf59d6592d882a2381f01'
304==> default: Info: /Stage[main]/Php::Xhprof/Php::Ini[xhprof_enable]/File[/etc/php5/mods-available/_xhprof_enable.ini]: Scheduling refresh of Service[apache2]
305==> default: Info: /Stage[main]/Php::Xhprof/Php::Ini[xhprof_enable]/File[/etc/php5/mods-available/_xhprof_enable.ini]: Scheduling refresh of Exec[/usr/sbin/php5enmod -s ALL _xhprof_enable]
306==> default: Notice: /Stage[main]/Php::Xhprof/Php::Ini[xhprof_enable]/Exec[/usr/sbin/php5enmod -s ALL _xhprof_enable]: Triggered 'refresh' from 1 events
307==> default: Notice: /Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]/ensure: defined content as '{md5}7236471110ece2bbd4ff508af9030132'
308==> default: Info: /Stage[main]/Php/Php::Ini[session_defaults]/File[/etc/php5/mods-available/_session_defaults.ini]: Scheduling refresh of Service[apache2]
309==> default: 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]
310==> default: Notice: /Stage[main]/Php/Php::Ini[date_timezone]/File[/etc/php5/mods-available/_date_timezone.ini]/ensure: defined content as '{md5}51d20eabbc6359191860ec1b0dd8f43a'
311==> default: Info: /Stage[main]/Php/Php::Ini[date_timezone]/File[/etc/php5/mods-available/_date_timezone.ini]: Scheduling refresh of Service[apache2]
312==> default: Info: /Stage[main]/Php/Php::Ini[date_timezone]/File[/etc/php5/mods-available/_date_timezone.ini]: Scheduling refresh of Exec[/usr/sbin/php5enmod -s ALL _date_timezone]
313==> default: Notice: /Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]/ensure: defined content as '{md5}f1115221d2629974b905dc37476797a1'
314==> default: Info: /Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]: Scheduling refresh of Service[apache2]
315==> default: Info: /Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/File[/etc/php5/mods-available/_remote_debug.ini]: Scheduling refresh of Exec[/usr/sbin/php5enmod -s ALL _remote_debug]
316==> default: Info: /etc/apache2/sites-enabled: Scheduling refresh of Service[apache2]
317==> default: Notice: /Stage[main]/Php/Php::Ini[date_timezone]/Exec[/usr/sbin/php5enmod -s ALL _date_timezone]: Triggered 'refresh' from 1 events
318==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-enabled/security.conf]/ensure: removed
319==> default: Notice: /Stage[main]/Php/Php::Ini[session_defaults]/Exec[/usr/sbin/php5enmod -s ALL _session_defaults]: Triggered 'refresh' from 1 events
320==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-enabled/other-vhosts-access-log.conf]/ensure: removed
321==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/env-available]/ensure: created
322==> default: Info: /Stage[main]/Apache/File[/etc/apache2/env-available]: Scheduling refresh of Service[apache2]
323==> default: Notice: /Stage[main]/Php::Remote_debug/Php::Ini[remote_debug]/Exec[/usr/sbin/php5enmod -s ALL _remote_debug]: Triggered 'refresh' from 1 events
324==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-available/javascript-common.conf]/ensure: removed
325==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-available/serve-cgi-bin.conf]/ensure: removed
326==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-available/security.conf]/ensure: removed
327==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-available/localized-error-pages.conf]/ensure: removed
328==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-available/other-vhosts-access-log.conf]/ensure: removed
329==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-available/charset.conf]/ensure: removed
330==> default: Info: /etc/apache2/conf-available: Scheduling refresh of Service[apache2]
331==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-enabled/charset.conf]/ensure: removed
332==> default: Notice: /Stage[main]/Php/Php::Ini[opcache_revalidate_freq]/File[/etc/php5/mods-available/_opcache_revalidate_freq.ini]/ensure: defined content as '{md5}3374b27a6af73047a312d879c5430280'
333==> default: Info: /Stage[main]/Php/Php::Ini[opcache_revalidate_freq]/File[/etc/php5/mods-available/_opcache_revalidate_freq.ini]: Scheduling refresh of Service[apache2]
334==> default: Info: /Stage[main]/Php/Php::Ini[opcache_revalidate_freq]/File[/etc/php5/mods-available/_opcache_revalidate_freq.ini]: Scheduling refresh of Exec[/usr/sbin/php5enmod -s ALL _opcache_revalidate_freq]
335==> default: Notice: /Stage[main]/Php/Php::Ini[opcache_revalidate_freq]/Exec[/usr/sbin/php5enmod -s ALL _opcache_revalidate_freq]: Triggered 'refresh' from 1 events
336==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-enabled/localized-error-pages.conf]/ensure: removed
337==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl.conf]/ensure: removed
338==> default: Notice: /Stage[main]/Php/Package[php-net-smtp]/ensure: ensure changed 'purged' to 'present'
339==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/ports.conf]/content: content changed '{md5}a961f23471d985c2b819b652b7f64321' to '{md5}832989c376f29c4740c3bc5eb9ed3f12'
340==> default: Info: /Stage[main]/Apache/File[/etc/apache2/ports.conf]: Scheduling refresh of Service[apache2]
341==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/site-confs]/ensure: created
342==> default: Info: /Stage[main]/Apache/File[/etc/apache2/site-confs]: Scheduling refresh of Service[apache2]
343==> default: Notice: /Stage[main]/Hhvm/Package[hhvm-luasandbox]/ensure: ensure changed 'purged' to 'present'
344==> default: Info: /Stage[main]/Hhvm/Package[hhvm-luasandbox]: Scheduling refresh of Service[hhvm]
345==> default: Notice: /Stage[main]/Hhvm/Package[hhvm-wikidiff2]/ensure: ensure changed 'purged' to 'present'
346==> default: Info: /Stage[main]/Hhvm/Package[hhvm-wikidiff2]: Scheduling refresh of Service[hhvm]
347==> default: Notice: /Stage[main]/Mwv/File[/etc/mw-vagrant]/ensure: created
348==> default: Notice: /Stage[main]/Npm/Package[nodejs]/ensure: ensure changed '0.10.25~dfsg2-2ubuntu1' to '4.8.2-1nodesource1~trusty1'
349==> default: Notice: /Stage[main]/Service/File[/etc/mw-vagrant/services]/ensure: created
350==> default: Notice: /Stage[main]/Service/File[/etc/mw-vagrant/services/.gitignore]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
351==> default: Notice: /Stage[main]/Arcanist/Service::Gitupdate[arcanist]/File[/etc/mw-vagrant/services/arcanist.conf]/ensure: created
352==> default: Notice: /Stage[main]/Arcanist/Service::Gitupdate[libphutil]/File[/etc/mw-vagrant/services/libphutil.conf]/ensure: created
353==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/conf-enabled/serve-cgi-bin.conf]/ensure: removed
354==> default: Info: /etc/apache2/conf-enabled: Scheduling refresh of Service[apache2]
355==> default: Notice: /Stage[main]/Mysql/Exec[set_mysql_password]/returns: executed successfully
356==> default: Notice: /Stage[main]/Php::Composer/Exec[download_composer]/returns: executed successfully
357==> default: Notice: /Stage[main]/Php::Composer/File[/usr/local/bin/composer]/mode: mode changed '0644' to '0755'
358==> default: Notice: /Stage[main]/Php::Composer/Exec[update_composer]/returns: executed successfully
359==> default: Notice: /Stage[main]/Redis/File[/etc/redis/redis.conf]/content: content changed '{md5}e79ac99a5236e6ab3faf86bdd99affaf' to '{md5}dedc5a2ff609b5cceadc08307646ad54'
360==> default: Info: /Stage[main]/Redis/File[/etc/redis/redis.conf]: Scheduling refresh of Service[redis-server]
361==> default: Notice: /Stage[main]/Redis/Service[redis-server]: Triggered 'refresh' from 1 events
362==> default: Notice: /Stage[main]/Redis::Php/Package[php5-redis]/ensure: ensure changed 'purged' to 'present'
363==> default: Info: /Stage[main]/Redis::Php/Package[php5-redis]: Scheduling refresh of Service[apache2]
364==> default: Notice: /Stage[main]/Php/Package[php5-intl]/ensure: ensure changed 'purged' to 'present'
365==> default: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/000-default.conf]/ensure: removed
366==> default: Info: /etc/apache2/sites-available: Scheduling refresh of Service[apache2]
367==> default: Notice: /Stage[main]/Git/Package[git-review]/ensure: created
368==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/var/www/w/tests]/ensure: created
369==> default: Notice: /Stage[main]/Git/Apt::Ppa[git-core/ppa]/Exec[/usr/bin/add-apt-repository --yes ppa:git-core/ppa && /usr/bin/apt-get update]/returns: executed successfully
370==> default: Notice: /Stage[main]/Git/Package[git]/ensure: ensure changed 'purged' to 'latest'
371==> default: Notice: /Stage[main]/Arcanist/Git::Clone[libphutil]/File[/vagrant/srv/libphutil]/ensure: created
372==> default: Notice: /Stage[main]/Arcanist/Git::Clone[arcanist]/File[/vagrant/srv/arcanist]/ensure: created
373==> default: Notice: /Stage[main]/Arcanist/Git::Clone[arcanist]/Exec[git_clone_arcanist]/returns: executed successfully
374==> default: Notice: /Stage[main]/Arcanist/Git::Clone[libphutil]/Exec[git_clone_libphutil]/returns: executed successfully
375==> default: Notice: /Stage[main]/Php/Package[php5-readline]/ensure: ensure changed 'purged' to 'present'
376==> default: Notice: /Stage[main]/Misc/File[/usr/local/sbin/isfresh]/ensure: defined content as '{md5}6fee8323b6bdd6afc7c37faa4491794a'
377==> default: Notice: /Stage[main]/Apache/Misc::Evergreen[apache2]/Exec[check_apache2_freshness]/returns: executed successfully
378==> default: Info: /Stage[main]/Apache/Misc::Evergreen[apache2]/Exec[check_apache2_freshness]: Scheduling refresh of Service[apache2]
379==> default: Notice: /Stage[main]/Role::Mediawiki/Package[tidy]/ensure: ensure changed 'purged' to 'present'
380==> default: Notice: /Stage[main]/Role::Mediawiki/Package[mailutils]/ensure: ensure changed 'purged' to 'present'
381==> default: Notice: /Stage[main]/Role::Mediawiki/Package[php5-tidy]/ensure: ensure changed 'purged' to 'present'
382==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/Mysql::Db[wikishared]/Mysql::Sql[create database wikishared ]/Exec[create database wikishared ]/returns: executed successfully
383==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/Mysql::User[wikiadmin]/Mysql::Sql[create user wikiadmin]/Exec[create user wikiadmin]/returns: executed successfully
384==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/Mysql::User[extensionadmin]/Mysql::Sql[create user extensionadmin]/Exec[create user extensionadmin]/returns: executed successfully
385==> default: Notice: /Stage[main]/Rsyslog/File[/etc/rsyslog.d/postfix.conf]/ensure: removed
386==> default: Info: /etc/rsyslog.d: Scheduling refresh of Service[rsyslog]
387==> default: Notice: /Stage[main]/Hhvm/Rsyslog::Conf[hhvm]/File[/etc/rsyslog.d/40-hhvm.conf]/ensure: created
388==> default: Info: /Stage[main]/Hhvm/Rsyslog::Conf[hhvm]/File[/etc/rsyslog.d/40-hhvm.conf]: Scheduling refresh of Service[rsyslog]
389==> default: Notice: /Stage[main]/Apache/Rsyslog::Conf[apache]/File[/etc/rsyslog.d/40-apache.conf]/ensure: defined content as '{md5}a8d7f449c8ce1164b24d498420404ad1'
390==> default: Info: /Stage[main]/Apache/Rsyslog::Conf[apache]/File[/etc/rsyslog.d/40-apache.conf]: Scheduling refresh of Service[rsyslog]
391==> default: Notice: /Stage[main]/Rsyslog/Service[rsyslog]: Triggered 'refresh' from 3 events
392==> default: Notice: /Stage[main]/Php/Package[php5-dev]/ensure: ensure changed 'purged' to 'present'
393==> default: Notice: /Stage[main]/Apache::Mod::Rewrite/Apache::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]/returns: executed successfully
394==> default: Info: /Stage[main]/Apache::Mod::Rewrite/Apache::Mod_conf[rewrite]/Exec[ensure_present_mod_rewrite]: Scheduling refresh of Service[apache2]
395==> default: Notice: /Stage[main]/Apache/Apache::Conf[errors to syslog]/File[/etc/apache2/conf-available/50-errors-to-syslog.conf]/ensure: created
396==> default: Notice: /Stage[main]/Apache/Apache::Conf[errors to syslog]/File[/etc/apache2/conf-enabled/50-errors-to-syslog.conf]/ensure: created
397==> default: Info: /Stage[main]/Apache/Apache::Conf[errors to syslog]/File[/etc/apache2/conf-enabled/50-errors-to-syslog.conf]: Scheduling refresh of Service[apache2]
398==> default: Notice: /Stage[main]/Apache/Apache::Conf[disable sendfile]/File[/etc/apache2/conf-available/50-disable-sendfile.conf]/ensure: created
399==> default: Notice: /Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Conf[fcgi_headers]/File[/etc/apache2/conf-available/00-fcgi-headers.conf]/ensure: defined content as '{md5}ea4ac38ac1e2779cb56d9fcfa0a194b2'
400==> default: Notice: /Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Conf[fcgi_headers]/File[/etc/apache2/conf-enabled/00-fcgi-headers.conf]/ensure: created
401==> default: Info: /Stage[main]/Apache::Mod::Proxy_fcgi/Apache::Conf[fcgi_headers]/File[/etc/apache2/conf-enabled/00-fcgi-headers.conf]: Scheduling refresh of Service[apache2]
402==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-available/50-devwiki.conf]/ensure: created
403==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-enabled/50-devwiki.conf]/ensure: created
404==> default: Info: /Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/Apache::Conf[devwiki]/File[/etc/apache2/sites-enabled/50-devwiki.conf]: Scheduling refresh of Service[apache2]
405==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[php5-devwiki]/Apache::Conf[php5-devwiki]/File[/etc/apache2/sites-available/50-php5-devwiki.conf]/ensure: created
406==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[php5-devwiki]/Apache::Conf[php5-devwiki]/File[/etc/apache2/sites-enabled/50-php5-devwiki.conf]/ensure: created
407==> default: Info: /Stage[main]/Mediawiki::Apache/Apache::Site[php5-devwiki]/Apache::Conf[php5-devwiki]/File[/etc/apache2/sites-enabled/50-php5-devwiki.conf]: Scheduling refresh of Service[apache2]
408==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[php5-devwiki]/File[/etc/apache2/site-confs/php5-devwiki]/ensure: created
409==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[php5-devwiki]/File[/etc/apache2/site-confs/php5-devwiki/00-default.conf]/ensure: created
410==> default: Notice: /Stage[main]/Hhvm/Apache::Site[hhvm_admin]/File[/etc/apache2/site-confs/hhvm-admin]/ensure: created
411==> default: Notice: /Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-available/50-hhvm-admin.conf]/ensure: created
412==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/File[/etc/apache2/site-confs/devwiki]/ensure: created
413==> default: Notice: /Stage[main]/Mediawiki::Apache/Apache::Site[devwiki]/File[/etc/apache2/site-confs/devwiki/00-default.conf]/ensure: created
414==> default: Notice: /Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-enabled/50-hhvm-admin.conf]/ensure: created
415==> default: Info: /Stage[main]/Hhvm/Apache::Site[hhvm_admin]/Apache::Conf[hhvm-admin]/File[/etc/apache2/sites-enabled/50-hhvm-admin.conf]: Scheduling refresh of Service[apache2]
416==> default: Notice: /Stage[main]/Apache/Apache::Conf[disable sendfile]/File[/etc/apache2/conf-enabled/50-disable-sendfile.conf]/ensure: created
417==> default: Info: /Stage[main]/Apache/Apache::Conf[disable sendfile]/File[/etc/apache2/conf-enabled/50-disable-sendfile.conf]: Scheduling refresh of Service[apache2]
418==> default: Notice: /Stage[main]/Role::Labs_initial_content/File[/var/www/labs_mediawiki_logo.png]/ensure: defined content as '{md5}a5e8cb08d17e6822e277fa70a88080e5'
419==> default: Notice: /Stage[main]/Hhvm/Apache::Site[hhvm_admin]/File[/etc/apache2/site-confs/hhvm-admin/00-default.conf]/ensure: created
420==> default: Notice: /Stage[main]/Hhvm/Service[hhvm]: Triggered 'refresh' from 7 events
421==> default: Notice: /Stage[main]/Mediawiki/File[/srv/pages]/ensure: created
422==> default: Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/run-mediawiki-tests]/ensure: defined content as '{md5}cb1918d4464e50c256399b91c411bb05'
423==> default: Notice: /Stage[main]/Mediawiki/File[/var/www/mediawiki-vagrant-1.5x.png]/ensure: defined content as '{md5}d89a336d6c075341e62bcf1ec809d30c'
424==> default: Notice: /Stage[main]/Mediawiki/File[/var/www/mediawiki-vagrant-2x.png]/ensure: defined content as '{md5}e06017705f63d9b9ad24576a1bfee4a3'
425==> default: Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/import-mediawiki-dump]/ensure: defined content as '{md5}73c7466d52c526eea51d4f196eefb86d'
426==> default: Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/export-mediawiki-dump]/ensure: defined content as '{md5}120b3201898c77d4fb846e7ab557a46a'
427==> default: Notice: /Stage[main]/Mediawiki/File[/srv/pages/wiki]/ensure: created
428==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis]/ensure: created
429==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/dbConf]/ensure: created
430==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/dbConf/README]/ensure: defined content as '{md5}b224338c33cb68b1f152834e2ce2c066'
431==> default: Notice: /Stage[main]/Mediawiki/File[/etc/logrotate.d/mediawiki_shared_log_groups]/ensure: defined content as '{md5}4554c240e91096c604353697021c594e'
432==> default: Notice: /Stage[main]/Mediawiki/File[/var/cache/mediawiki]/ensure: created
433==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/LoadWgConf.php]/ensure: created
434==> default: Notice: /Stage[main]/Mediawiki/File[/usr/local/bin/run-git-update]/ensure: defined content as '{md5}3b3b10dd339cc09e84c4902ef19e9d6e'
435==> default: 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
436==> default: Notice: /Stage[main]/Mediawiki/Package[parallel]/ensure: ensure changed 'purged' to 'present'
437==> default: Notice: /Stage[main]/Mediawiki/Env::Var[MW_INSTALL_PATH]/File[/etc/profile.d/set_MW_INSTALL_PATH.sh]/ensure: created
438==> default: Notice: /Stage[main]/Mediawiki::Multiwiki/File[/vagrant/settings.d/wikis/CommonSettings.php]/ensure: created
439==> default: Notice: /Stage[main]/Mediawiki/Git::Clone[mediawiki/core]/File[/vagrant/mediawiki]/ensure: created
440==> default: Notice: /Stage[main]/Mediawiki/Git::Clone[mediawiki/core]/Exec[git_clone_mediawiki/core]/returns: executed successfully
441==> default: Notice: /Stage[main]/Mediawiki/Php::Composer::Install[/vagrant/mediawiki]/Exec[composer-install--vagrant-mediawiki]/returns: executed successfully
442==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/srv/pages/wiki/wiki]/ensure: created
443==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Mysql::Sql[wikiadmin_full_priv_wiki]/Exec[wikiadmin_full_priv_wiki]/returns: executed successfully
444==> default: Notice: /Stage[main]/Mediawiki/File[/vagrant/mediawiki/composer.local.json]/ensure: defined content as '{md5}45f36a44069797fd11040359e4fd861a'
445==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Apache::Site_conf[devwiki_images]/File[/etc/apache2/site-confs/devwiki/50-devwiki-images.conf]/ensure: created
446==> default: Info: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Apache::Site_conf[devwiki_images]/File[/etc/apache2/site-confs/devwiki/50-devwiki-images.conf]: Scheduling refresh of Service[apache2]
447==> default: Notice: /Stage[main]/Apache/Service[apache2]: Triggered 'refresh' from 31 events
448==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki]/ensure: created
449==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/wgConf.php]/ensure: created
450==> default: Notice: /Stage[main]/Mediawiki/File[mediawiki_upstart_bridge]/ensure: defined content as '{md5}b1cfb3aa1f75ada7780442b4a8a1ca76'
451==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Skin[Vector]/Git::Clone[mediawiki/skins/Vector]/File[/vagrant/mediawiki/skins/Vector]/ensure: created
452==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d]/ensure: created
453==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/dbConf/10-wiki-dbConf.php]/ensure: created
454==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/var/cache/mediawiki/devwiki]/ensure: created
455==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Import::Text[Main_Page]/File[/srv/pages/wiki/wiki/Main_Page]/ensure: defined content as '{md5}979e21898e306eacb010b05e97764c4b'
456==> default: Info: /Stage[main]/Mediawiki/Mediawiki::Import::Text[Main_Page]/File[/srv/pages/wiki/wiki/Main_Page]: Scheduling refresh of Exec[add page devwiki/Main_Page]
457==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Import::Text[Template:Main_Page]/File[/srv/pages/wiki/wiki/Template:Main_Page]/ensure: defined content as '{md5}b4d81027deae637649e8cae9a4cfc280'
458==> default: Info: /Stage[main]/Mediawiki/Mediawiki::Import::Text[Template:Main_Page]/File[/srv/pages/wiki/wiki/Template:Main_Page]: Scheduling refresh of Exec[add page devwiki/Template:Main_Page]
459==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d/puppet-managed]/ensure: created
460==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/vagrant/settings.d/wikis/wiki/settings.d/puppet-managed/README]/ensure: defined content as '{md5}64ae42537fb40c737e432f1e747355f7'
461==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_setup]/returns: executed successfully
462==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_include_extra_settings]/returns: executed successfully
463==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/Exec[wiki_copy_LocalSettings]/returns: executed successfully
464==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/etc/logrotate.d/mediawiki_wiki_debug_log]/ensure: defined content as '{md5}3d03b655685bd2782abe4fed738bb1c3'
465==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Wiki[devwiki]/File[/srv/images]/ensure: created
466==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Group[devwiki_suppress]/Mediawiki::Settings[devwiki_suppress_group]/File[/vagrant/settings.d/wikis/wiki/settings.d/puppet-managed/10-devwiki_suppress_group.php]/ensure: created
467==> default: Notice: /Stage[main]/Mediawiki/File[/vagrant/settings.d/composer]/ensure: created
468==> default: Info: /Stage[main]/Mediawiki/File[/vagrant/settings.d/composer]: Scheduling refresh of Exec[composer update /vagrant/mediawiki]
469==> default: Notice: /Stage[main]/Mediawiki/Exec[composer update /vagrant/mediawiki]: Triggered 'refresh' from 1 events
470==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Skin[Vector]/Git::Clone[mediawiki/skins/Vector]/Exec[git_clone_mediawiki/skins/Vector]/returns: executed successfully
471==> default: Notice: /Stage[main]/Mediawiki/File[/var/www/mediawiki-vagrant.png]/ensure: defined content as '{md5}f9afb7d19e39247820bc1e81883a96f7'
472==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Skin[Vector]/Mediawiki::Settings[Vector]/File[/vagrant/settings.d/puppet-managed/10-Vector.php]/ensure: created
473==> default: Notice: /Stage[main]/Role::Labs_initial_content/Mediawiki::Settings[labs-vagrant logo]/File[/vagrant/settings.d/puppet-managed/10-labs-vagrant-logo.php]/ensure: created
474==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Import::Text[Template:Main_Page]/Mediawiki::Maintenance[add page devwiki/Template:Main_Page]/Exec[add page devwiki/Template:Main_Page]: Triggered 'refresh' from 1 events
475==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::Import::Text[Main_Page]/Mediawiki::Maintenance[add page devwiki/Main_Page]/Exec[add page devwiki/Main_Page]: Triggered 'refresh' from 1 events
476==> default: Notice: /Stage[main]/Mediawiki/Mediawiki::User[admin_user_in_steward_suppress_on_wiki]/Mediawiki::Maintenance[mediawiki_user_Admin_wiki_steward,suppress]/Exec[mediawiki_user_Admin_wiki_steward,suppress]/returns: executed successfully
477==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/jobrunner.json]/ensure: defined content as '{md5}6022df3346b8cf3301829ce26b42fd54'
478==> default: Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/jobrunner.json]: Scheduling refresh of Service[jobrunner]
479==> default: Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/jobrunner.json]: Scheduling refresh of Service[jobchron]
480==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/Git::Clone[mediawiki/services/jobrunner]/File[/vagrant/srv/jobrunner]/ensure: created
481==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobchron.conf]/ensure: defined content as '{md5}1c17a80c95f5eba5cf968f522b788f54'
482==> default: Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobchron.conf]: Scheduling refresh of Service[jobchron]
483==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/default/jobrunner]/ensure: defined content as '{md5}3bc60cb8dd696ea9ca1b2649c473f6e3'
484==> default: Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/default/jobrunner]: Scheduling refresh of Service[jobrunner]
485==> default: Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/default/jobrunner]: Scheduling refresh of Service[jobchron]
486==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/Service[jobchron]/ensure: ensure changed 'stopped' to 'running'
487==> default: Info: /Stage[main]/Mediawiki::Jobrunner/Service[jobchron]: Unscheduling refresh on Service[jobchron]
488==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/Service::Gitupdate[jobrunner]/File[/etc/mw-vagrant/services/jobrunner.conf]/ensure: created
489==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/logrotate.d/mediawiki_jobchron]/ensure: defined content as '{md5}45c948a63da5a66eb22369ca7e0fb91a'
490==> default: Notice: /Stage[main]/Role::Labs_initial_content/Mediawiki::Import::Dump[labs_privacy]/Mediawiki::Maintenance[import_dump_labs_privacy]/Exec[import_dump_labs_privacy]/returns: executed successfully
491==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/Service::Gitupdate[jobchron]/File[/etc/mw-vagrant/services/jobchron.conf]/ensure: created
492==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/logrotate.d/mediawiki_jobrunner]/ensure: defined content as '{md5}108922f7a7305cd4f69202fa6ba6d2ee'
493==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/Git::Clone[mediawiki/services/jobrunner]/Exec[git_clone_mediawiki/services/jobrunner]/returns: executed successfully
494==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobrunner.conf]/ensure: defined content as '{md5}308357129096b6276f6e8b416693f22d'
495==> default: Info: /Stage[main]/Mediawiki::Jobrunner/File[/etc/init/jobrunner.conf]: Scheduling refresh of Service[jobrunner]
496==> default: Notice: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]/ensure: ensure changed 'stopped' to 'running'
497==> default: Info: /Stage[main]/Mediawiki::Jobrunner/Service[jobrunner]: Unscheduling refresh on Service[jobrunner]
498==> default: Notice: /Stage[main]/Mediawiki::Mwrepl/File[/usr/local/bin/mwrepl]/ensure: defined content as '{md5}5a1414d4e63fab8465655683533285af'
499==> default: Notice: /Stage[main]/Mediawiki::Mwrepl/File[/usr/local/bin/hhvmsh]/ensure: created
500==> default: Info: Creating state file /var/lib/puppet/state/state.yaml
501==> default: Notice: Finished catalog run in 676.04 seconds
502nemobis@nemobis:/srv/mediawiki-vagrant$ curl http://localhost:8080/wiki/Main_Page
503<!DOCTYPE html>
504<html class="client-nojs" lang="en" dir="ltr">
505<head>
506<meta charset="UTF-8"/>
507<title>devwiki</title>
508<script>document.documentElement.className = document.documentElement.className.replace( /(^|\s)client-nojs(\s|$)/, "$1client-js$2" );</script>
509<script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"Main_Page","wgTitle":"Main Page","wgCurRevisionId":3,"wgRevisionId":3,"wgArticleId":1,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgBreakFrames":true,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"Main_Page","wgRelevantArticleId":1,"wgRequestId":"08c635a4775c9072f458da97","wgIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgIsMainPage":true});mw.loader.state({"site.styles":"ready","noscript":"ready","user.styles":"ready","user":"ready","user.options":"loading","user.tokens":"loading","mediawiki.special":"ready","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","mediawiki.sectionAnchor":"ready","mediawiki.skinning.interface":"ready","skins.vector.styles":"ready"});mw.loader.implement("user.options@0j3lz3q",function($,jQuery,require,module){mw.user.options.set({"variant":"en"});});mw.loader.implement("user.tokens@1r05c4e",function ( $, jQuery, require, module ) {
510mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});/*@nomin*/;
511
512});mw.loader.load(["mediawiki.action.view.postEdit","site","mediawiki.page.startup","mediawiki.user","mediawiki.hidpi","mediawiki.page.ready","mediawiki.searchSuggest","skins.vector.js"]);});</script>
513<link rel="stylesheet" href="/w/load.php?debug=false&amp;lang=en&amp;modules=mediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.sectionAnchor%2Cspecial%7Cmediawiki.skinning.interface%7Cskins.vector.styles&amp;only=styles&amp;skin=vector"/>
514<script async="" src="/w/load.php?debug=false&amp;lang=en&amp;modules=startup&amp;only=scripts&amp;skin=vector"></script>
515<meta name="ResourceLoaderDynamicStyles" content=""/>
516<meta name="generator" content="MediaWiki 1.29.0-alpha"/>
517<link rel="alternate" type="application/x-wiki" title="Edit" href="/w/index.php?title=Main_Page&amp;action=edit"/>
518<link rel="edit" title="Edit" href="/w/index.php?title=Main_Page&amp;action=edit"/>
519<link rel="shortcut icon" href="/favicon.ico"/>
520<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="devwiki (en)"/>
521<link rel="EditURI" type="application/rsd+xml" href="http://localhost:8080/w/api.php?action=rsd"/>
522<link rel="alternate" type="application/atom+xml" title="devwiki Atom feed" href="/w/index.php?title=Special:RecentChanges&amp;feed=atom"/>
523</head>
524<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Main_Page rootpage-Main_Page skin-vector action-view"> <div id="mw-page-base" class="noprint"></div>
525 <div id="mw-head-base" class="noprint"></div>
526 <div id="content" class="mw-body" role="main">
527 <a id="top"></a>
528
529 <div class="mw-indicators mw-body-content">
530</div>
531 <h1 id="firstHeading" class="firstHeading" lang="en">Main Page</h1>
532 <div id="bodyContent" class="mw-body-content">
533 <div id="siteSub">From devwiki</div>
534 <div id="contentSub"></div>
535 <div id="jump-to-nav" class="mw-jump">
536 Jump to: <a href="#mw-head">navigation</a>, <a href="#p-search">search</a>
537 </div>
538 <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><p><b>Welcome to MediaWiki-Vagrant!</b>
539</p>
540<ul><li> <a class="external text" href="//www.mediawiki.org/wiki/MediaWiki-Vagrant">MediaWiki-Vagrant help</a></li>
541<li> <a class="external text" href="//www.mediawiki.org/wiki/Help:Contents">MediaWiki help</a></li></ul>
542<h2><span class="mw-headline" id="Help_for_enabled_roles">Help for enabled roles</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Template:Main_Page&amp;action=edit&amp;section=T-1" title="Template:Main Page">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
543<dl><dd><i>(run <code>vagrant roles help</code> in the directory where you installed MediaWiki-Vagrant to get help about enabling roles)</i></dd></dl>
544<p><br />
545</p>
546<!--
547NewPP limit report
548Cached time: 20170424151435
549Cache expiry: 0
550Dynamic content: true
551CPU time usage: 0.164 seconds
552Real time usage: 0.185 seconds
553Preprocessor visited node count: 5/1000000
554Preprocessor generated node count: 0/1000000
555Post‐expand include size: 402/2097152 bytes
556Template argument size: 0/2097152 bytes
557Highest expansion depth: 2/40
558Expensive parser function count: 0/100
559-->
560<!--
561Transclusion expansion time report (%,ms,calls,template)
562100.00% 96.973 1 Template:Main_Page
563100.00% 96.973 1 -total
564 93.75% 90.909 1 Special:Prefixindex/VagrantRole
565-->
566</div> <div class="printfooter">
567 Retrieved from "<a dir="ltr" href="http://nemobis.wmflabs.org/w/index.php?title=Main_Page&amp;oldid=3">http://nemobis.wmflabs.org/w/index.php?title=Main_Page&amp;oldid=3</a>" </div>
568 <div id="catlinks" class="catlinks catlinks-allhidden" data-mw="interface"></div> <div class="visualClear"></div>
569 </div>
570 </div>
571 <div id="mw-navigation">
572 <h2>Navigation menu</h2>
573
574 <div id="mw-head">
575 <div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
576 <h3 id="p-personal-label">Personal tools</h3>
577 <ul>
578 <li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Main+Page" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Main+Page" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li> </ul>
579 </div>
580 <div id="left-navigation">
581 <div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
582 <h3 id="p-namespaces-label">Namespaces</h3>
583 <ul>
584 <li id="ca-nstab-main" class="selected"><span><a href="/wiki/Main_Page" title="View the content page [c]" accesskey="c">Main page</a></span></li>
585 <li id="ca-talk" class="new"><span><a href="/w/index.php?title=Talk:Main_Page&amp;action=edit&amp;redlink=1" title="Discussion about the content page [t]" accesskey="t" rel="discussion">Discussion</a></span></li>
586 </ul>
587 </div>
588 <div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
589 <h3 id="p-variants-label">
590 <span>Variants</span><a href="#"></a>
591 </h3>
592
593 <div class="menu">
594 <ul>
595 </ul>
596 </div>
597 </div>
598 </div>
599 <div id="right-navigation">
600 <div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
601 <h3 id="p-views-label">Views</h3>
602 <ul>
603 <li id="ca-view" class="selected"><span><a href="/wiki/Main_Page" >Read</a></span></li>
604 <li id="ca-edit"><span><a href="/w/index.php?title=Main_Page&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></span></li>
605 <li id="ca-history" class="collapsible"><span><a href="/w/index.php?title=Main_Page&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></span></li>
606 </ul>
607 </div>
608 <div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
609 <h3 id="p-cactions-label"><span>More</span><a href="#"></a></h3>
610
611 <div class="menu">
612 <ul>
613 </ul>
614 </div>
615 </div>
616 <div id="p-search" role="search">
617 <h3>
618 <label for="searchInput">Search</label>
619 </h3>
620
621 <form action="/w/index.php" id="searchform">
622 <div id="simpleSearch">
623 <input type="search" name="search" placeholder="Search devwiki" title="Search devwiki [f]" accesskey="f" id="searchInput"/><input type="hidden" value="Special:Search" name="title"/><input type="submit" name="fulltext" value="Search" title="Search the pages for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/> </div>
624 </form>
625 </div>
626 </div>
627 </div>
628 <div id="mw-panel">
629 <div id="p-logo" role="banner"><a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a></div>
630 <div class="portal" role="navigation" id='p-navigation' aria-labelledby='p-navigation-label'>
631 <h3 id='p-navigation-label'>Navigation</h3>
632
633 <div class="body">
634 <ul>
635 <li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Load a random page [x]" accesskey="x">Random page</a></li><li id="n-help"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents" title="The place to find out">Help</a></li> </ul>
636 </div>
637 </div>
638 <div class="portal" role="navigation" id='p-tb' aria-labelledby='p-tb-label'>
639 <h3 id='p-tb-label'>Tools</h3>
640
641 <div class="body">
642 <ul>
643 <li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/Main_Page" title="A list of all wiki pages that link here [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/Main_Page" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-print"><a href="/w/index.php?title=Main_Page&amp;printable=yes" rel="alternate" title="Printable version of this page [p]" accesskey="p">Printable version</a></li><li id="t-permalink"><a href="/w/index.php?title=Main_Page&amp;oldid=3" title="Permanent link to this revision of the page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=Main_Page&amp;action=info" title="More information about this page">Page information</a></li></ul>
644 </div>
645 </div>
646 </div>
647 </div>
648 <div id="footer" role="contentinfo">
649 <ul id="footer-info">
650 <li id="footer-info-lastmod"> This page was last edited on 24 April 2017, at 15:10.</li>
651 </ul>
652 <ul id="footer-places">
653 <li id="footer-places-privacy"><a href="/wiki/Testwiki:Privacy_policy" title="Testwiki:Privacy policy">Privacy policy</a></li>
654 <li id="footer-places-about"><a href="/wiki/Testwiki:About" title="Testwiki:About">About devwiki</a></li>
655 <li id="footer-places-disclaimer"><a href="/wiki/Testwiki:General_disclaimer" title="Testwiki:General disclaimer">Disclaimers</a></li>
656 </ul>
657 <ul id="footer-icons" class="noprint">
658 <li id="footer-poweredbyico">
659 <a href="//www.mediawiki.org/"><img src="/w/resources/assets/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/w/resources/assets/poweredby_mediawiki_132x47.png 1.5x, /w/resources/assets/poweredby_mediawiki_176x62.png 2x" width="88" height="31"/></a> </li>
660 </ul>
661 <div style="clear:both"></div>
662 </div>
663 <script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.164","walltime":"0.185","ppvisitednodes":{"value":5,"limit":1000000},"ppgeneratednodes":{"value":0,"limit":1000000},"postexpandincludesize":{"value":402,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":2,"limit":40},"expensivefunctioncount":{"value":0,"limit":100},"timingprofile":["100.00% 96.973 1 Template:Main_Page","100.00% 96.973 1 -total"," 93.75% 90.909 1 Special:Prefixindex/VagrantRole"]},"cachereport":{"timestamp":"20170424151435","ttl":0,"transientcontent":true}}});});</script><script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":4043});});</script>
664 </body>
665</html>

Change 347302 restored by BryanDavis:
lxc: new box image

https://gerrit.wikimedia.org/r/347302

Change 347302 merged by jenkins-bot:
[mediawiki/vagrant@trusty-compat] lxc: new box image

https://gerrit.wikimedia.org/r/347302

Surely you mean the opposite. ;-)

This bug can be closed if we no longer have any labs-vagrant dependency on downloading stuff from Dropbox (or something that redirects to Dropbox).

Tgr claimed this task.

My bad, it's not really related. In any case, https://gerrit.wikimedia.org/r/c/347302/ switched to fgrehm/trusty64-lxc which seems to be hosted on github.