WordPress / meta-environment

A collection of scripts that provision the official WordPress.org websites into a Varying Vagrant Vagrants installation.
189 stars 72 forks source link

Error Install on Windows 10 #129

Closed GeekZebre closed 3 years ago

GeekZebre commented 5 years ago

I have just install VVV. It's work fine. I modified vvv-custom.yml with the doc install. https://github.com/WordPress/meta-environment/blob/master/docs/install.md

I have this log (short) :

    ==> default: Running provisioner: site-wordpress-meta-environment (shell)  
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190321-1748-b55drn.sh
    default: Downloading wordpress-meta-environment, see https://github.com/WordPress/meta-environment.git
    default: Beginning WP Meta Environment provisioning
    default: #
    default: # Provisioning buddypressorg.test
    default: #
    default: Cloning into '/srv/www/wordpress-meta-environment/meta-repository'...
    default: Checking out files:   3% (97/3048)
    ...
    default: Checking out files: 100% (3048/3048), done.
    default: Creating directory '/srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wordpress/'.
    default: Downloading WordPress 5.1.1 (en_US)...
    default: Using cached file '/home/vagrant/.wp-cli/cache/core/wordpress-5.1.1-en_US.tar.gz'...
    default: Success: WordPress downloaded.
    default: A    /srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/buddypress/bp-activity
    ...
    default: A    /srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/buddypress/class-buddypress.php
    default: Checked out revision 2054388.
    default: A    /srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/bbpress/includes
    ...
    default: A    /srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/bbpress/readme.txt
    default: Checked out revision 2054388.
    default: WordPress database error Table 'buddypressorg_dev.wp_blogmeta' doesn't exist for query SELECT blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (1) ORDER BY meta_id ASC made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-settings.php'), require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-includes/ms-settings.php'), ms_load_current_site_and_network, get_site_by_path, get_sites, WP_Site_Query->query, WP_Site_Query->get_sites, _prime_site_caches, update_site_cache, update_sitemeta_cache, update_meta_cache
    default: Installing Akismet Anti-Spam (4.1.1)
    ...
    default: Plugin installed successfully.
    default: Success: Installed 6 of 6 plugins.
    default: vvv-init.sh: line 9: ../jobs.wordpressnet.test/provision/vvv-init.sh: No such file or directory
    default: vvv-init.sh: line 10: ../wordcamp.test/provision/vvv-init.sh: No such file or directory
    default: vvv-init.sh: line 11: ../wordpressorg.test/provision/vvv-init.sh: No such file or directory
    default: vvv-init.sh: line 12: ../wordpresstv.test/provision/vvv-init.sh: No such file or directory
    default: Completed WP Meta Environment provisioning
    default: Adding domains to the virtual machine's /etc/hosts file...
    default: Adding hosts from the VVV config entry
    default:  * Added wp-meta.test from /vagrant/vvv-custom.yml
    default:  * Restarting nginx nginx
    default: nginx: [emerg] open() "/srv/www/wordpress-meta-environment/jobs.wordpressnet.test/logs/nginx-access.log" failed (2: No such file or directory)
    default: nginx: configuration file /etc/nginx/nginx.conf test failed
    The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

In the 'buddypress.org' directory, I notice a double 'wp-content' repository.

contribution-vagrant-meta-error-comment

If that help.

Thanks.

iandunn commented 5 years ago

I think that's normal/expected. The wordpress/wp-content folder is the one that ships w/ Core and has the bundled themes/plugins, and the public_html/wp-content folder is the custom content folder (i.e., WP_CONTENT_DIR).

It sounds like things are working, but please re-open this if you're seeing any problems trying to use any of the sites.

GeekZebre commented 5 years ago

After vagrant reload --provision , when I go on http://wp-meta.test/ , I have this :

vvv-wp-meta-error

The log is :

    default: Updating wordpress-meta-environment...
    default: Beginning WP Meta Environment provisioning
    default: #
    default: # Updating buddypressorg.test
    default: #
    default: From git://meta.git.wordpress.org
    default:  * branch                master     -> FETCH_HEAD
    default:    1238e8b2d..2eee01146  master     -> origin/master
    default: Checking out files:  94% (75/79)
    default: Checking out files:  96% (76/79)
    default: Checking out files:  97% (77/79)
    default: Checking out files:  98% (78/79)
    default: Checking out files: 100% (79/79)
    default: Checking out files: 100% (79/79), done.
    default: Updating 1238e8b2d..2eee01146
    default: Fast-forward
    default:  .../templates/core/site-specific.html              |    3 +
    default:  wordcamp.org/.gitignore                            |    1 +
    default:  .../mu-plugins/blocks/assets/blocks.min.css        |  163 +-
    default:  .../mu-plugins/blocks/assets/blocks.min.js         |  317 +-
    default:  .../mu-plugins/blocks/assets/src/blocks.js         |    4 +
    default:  .../blocks/assets/src/organizers/edit.js           |  124 +
    default:  .../blocks/assets/src/organizers/index.js          |   23 +
    default:  .../blocks/assets/src/sessions/block-content.js    |  197 +
    default:  .../blocks/assets/src/sessions/block-controls.js   |   98 +
    default:  .../mu-plugins/blocks/assets/src/sessions/edit.js  |  141 +
    default:  .../mu-plugins/blocks/assets/src/sessions/index.js |   24 +
    default:  .../assets/src/sessions/inspector-controls.js      |   91 +
    default:  .../blocks/assets/src/sessions/sessions-select.js  |  217 +
    default:  .../assets/src/shared/block-content/index.js       |   73 +
    default:  .../assets/src/shared/block-content/style.scss     |    4 +
    default:  .../assets/src/shared/block-controls/index.js      |   74 +
    default:  .../assets/src/shared/block-controls/style.scss    |    4 +
    default:  .../assets/src/shared/featured-image/index.js      |   86 +
    default:  .../src/shared/featured-image/inspector-control.js |   93 +
    default:  .../assets/src/shared/featured-image/style.scss    |    6 +
    default:  .../assets/src/shared/grid-layout/block-content.js |   56 +
    default:  .../src/shared/grid-layout/inspector-control.js    |   52 +
    default:  .../assets/src/shared/grid-layout/style.scss       |   50 +
    default:  .../assets/src/shared/grid-layout/toolbar.js       |   60 +
    default:  .../blocks/assets/src/shared/i18n/index.js         |  167 +
    default:  .../blocks/assets/src/shared/item-select/index.js  |  126 +
    default:  .../assets/src/shared/item-select/style.scss       |   54 +
    default:  .../blocks/assets/src/speakers/block-content.js    |  182 +-
    default:  .../blocks/assets/src/speakers/block-content.scss  |   53 -
    default:  .../blocks/assets/src/speakers/block-controls.js   |   87 +-
    default:  .../mu-plugins/blocks/assets/src/speakers/edit.js  |   30 +-
    default:  .../blocks/assets/src/speakers/edit.scss           |   40 -
    default:  .../mu-plugins/blocks/assets/src/speakers/index.js |    4 +-
    default:  .../assets/src/speakers/inspector-controls.js      |   29 +-
    default:  .../blocks/assets/src/speakers/speakers-select.js  |  149 +-
    default:  .../blocks/assets/src/speakers/toolbar.js          |   34 +-
    default:  .../blocks/assets/src/sponsors/block-content.js    |  178 +
    default:  .../blocks/assets/src/sponsors/block-controls.js   |  345 +
    default:  .../mu-plugins/blocks/assets/src/sponsors/edit.js  |   92 +
    default:  .../mu-plugins/blocks/assets/src/sponsors/index.js |   24 +
    default:  .../assets/src/sponsors/inspector-controls.js      |   90 +
    default:  .../wp-content/mu-plugins/blocks/blocks.php        |    7 +
    default:  .../mu-plugins/blocks/includes/sessions.php        |  384 +
    default:  .../mu-plugins/blocks/includes/shared.php          |   75 +
    default:  .../mu-plugins/blocks/includes/speakers.php        |   70 +-
    default:  .../mu-plugins/blocks/includes/sponsors.php        |  213 +
    default:  .../wp-content/mu-plugins/blocks/package-lock.json | 8609 ++++++++++----------
    default:  .../wp-content/mu-plugins/blocks/package.json      |    6 +-
    default:  .../wp-content/mu-plugins/blocks/readme.md         |    2 +-
    default:  .../wp-content/mu-plugins/blocks/view/sessions.php |  126 +
    default:  .../blocks/view/shared/featured-image.php          |   37 +
    default:  .../mu-plugins/blocks/view/shared/grid-layout.php  |   41 +
    default:  .../wp-content/mu-plugins/blocks/view/speakers.php |   86 +-
    default:  .../wp-content/mu-plugins/blocks/view/sponsors.php |   36 +
    default:  .../wp-content/mu-plugins/blocks/webpack.config.js |    6 +
    default:  .../mu-plugins/jetpack-tweaks/miscellaneous.php    |   17 +
    default:  .../multi-event-sponsors/classes/mes-sponsor.php   |    6 -
    default:  .../plugins/wc-post-types/inc/rest-api.php         |  114 +-
    default:  .../plugins/wc-post-types/wc-post-types.php        |   25 +-
    default:  .../includes/payment-requests-dashboard.php        |    7 +-
    default:  .../admin/metabox/class-author-card.php            |   23 +-
    default:  .../admin/metabox/class-review-tools.php           |   10 +-
    default:  .../plugins/plugin-directory/bin/rebuild-zip.php   |    3 +-
    default:  .../plugins/plugin-directory/zip/class-builder.php |   46 +-
    default:  .../plugins/plugin-directory/zip/class-serve.php   |   26 +-
    default:  .../inc/cli/class-export.php                       |   11 +-
    default:  .../inc/cli/class-language-p
    default: ack.php                |    9 +
    default:  .../templates/helper-functions.php                 |    2 +-
    default:  .../templates/locale-project.php                   |  152 +-
    default:  .../templates/locale-projects.php                  |   28 +-
    default:  .../templates/projects-wp-plugins.php              |   16 +-
    default:  .../templates/projects-wp-themes.php               |   10 +-
    default:  .../templates/stats-plugin-themes-overview.php     |    4 +-
    default:  .../wporg-gp-customizations/templates/style.css    |   68 +
    default:  .../wporg-gp-routes/inc/routes/class-locale.php    |   79 +-
    default:  .../themes/pub/gutenberg/inc/docs-importer.php     |   12 +-
    default:  .../themes/pub/wporg-developer/inc/formatting.php  |   12 +-
    default:  .../pub/wporg-developer/inc/template-tags.php      |    1 +
    default:  .../themes/pub/wporg-developer/page-dashicons.php  |    2 +-
    default:  79 files changed, 8656 insertions(+), 5370 deletions(-)
    default:  create mode 100644 wordcamp.org/.gitignore
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/organizers/edit.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/organizers/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sessions/block-content.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sessions/block-controls.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sessions/edit.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sessions/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sessions/inspector-controls.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sessions/sessions-select.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/block-content/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/block-content/style.scss
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/block-controls/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/block-controls/style.scss
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/featured-image/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/featured-image/inspector-control.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/featured-image/style.scss
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/grid-layout/block-content.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/grid-layout/inspector-control.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/grid-layout/style.scss
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/grid-layout/toolbar.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/i18n/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/item-select/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/item-select/style.scss
    default:  delete mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/speakers/edit.scss
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sponsors/block-content.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sponsors/block-controls.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sponsors/edit.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sponsors/index.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/sponsors/inspector-controls.js
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/bl
    default: ocks/includes/sessions.php
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/includes/shared.php
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/includes/sponsors.php
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/view/sessions.php
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/view/shared/featured-image.php
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/view/shared/grid-layout.php
    default:  create mode 100644 wordcamp.org/public_html/wp-content/mu-plugins/blocks/view/sponsors.php
    default: WordPress database error Table 'buddypressorg_dev.wp_blogmeta' doesn't exist for query SELECT blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (1) ORDER BY meta_id ASC made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-settings.php'), require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-includes/ms-settings.php'), ms_load_current_site_and_network, get_site_by_path, get_sites, WP_Site_Query->query, WP_Site_Query->get_sites, _prime_site_caches, update_site_cache, update_sitemeta_cache, update_meta_cache
    default: Success: WordPress is up to date.
    default: WordPress database error Table 'buddypressorg_dev.wp_blogmeta' doesn't exist for query SELECT blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (1) ORDER BY meta_id ASC made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-settings.php'), require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-includes/ms-settings.php'), ms_load_current_site_and_network, get_site_by_path, get_sites, WP_Site_Query->query, WP_Site_Query->get_sites, _prime_site_caches, update_site_cache, update_sitemeta_cache, update_meta_cache
    default: Success: Plugins already updated.
    default: Updating '/srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/buddypress':
    default: At revision 2057247.
    default: Updating '/srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/bbpress':
    default: At revision 2057247.
    default: #
    default: # Provisioning jobs.wordpressnet.test
    default: #
    default: Creating directory '/srv/www/wordpress-meta-environment/jobs.wordpressnet.test/public_html/wordpress/'.
    default: Downloading WordPress nightly (en_US)...
    default: Warning: md5 hash checks are not available for nightly downloads.
    default: Success: WordPress downloaded.
    default: Warning: si-contact-form: Plugin not found.
    default: Error: No plugins installed.
    default: vvv-init.sh: line 10: ../wordcamp.test/provision/vvv-init.sh: No such file or directory
    default: vvv-init.sh: line 11: ../wordpressorg.test/provision/vvv-init.sh: No such file or directory
    default: vvv-init.sh: line 12: ../wordpresstv.test/provision/vvv-init.sh: No such file or directory
    default: Completed WP Meta Environment provisioning
    default: Adding domains to the virtual machine's /etc/hosts file...
    default: Adding hosts from the VVV config entry
    default:  * Added wp-meta.test from /vagrant/vvv-custom.yml
    default:  * Restarting nginx nginx
    default: nginx: [emerg] open() "/srv/www/wordpress-meta-environment/wordcamp.test/logs/nginx-access.log" failed (2: No such file or directory)
    default: nginx: configuration file /etc/nginx/nginx.conf test failed
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

The true error is :

default: WordPress database error Table 'buddypressorg_dev.wp_blogmeta' doesn't exist for query SELECT blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (1) ORDER BY meta_id ASC made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-settings.php'), require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-includes/ms-settings.php'), ms_load_current_site_and_network, get_site_by_path, get_sites, WP_Site_Query->query, WP_Site_Query->get_sites, _prime_site_caches, update_site_cache, update_sitemeta_cache, update_meta_cache

I don't find this sql request in code.

The second error is :

default: vvv-init.sh: line 10: ../wordcamp.test/provision/vvv-init.sh: No such file or directory default: vvv-init.sh: line 11: ../wordpressorg.test/provision/vvv-init.sh: No such file or directory default: vvv-init.sh: line 12: ../wordpresstv.test/provision/vvv-init.sh: No such file or directory

The third error is :

default:  * Restarting nginx nginx
default: nginx: [emerg] open() "/srv/www/wordpress-meta-environment/wordcamp.test/logs/nginx-access.log" failed (2: No such file or directory)
default: nginx: configuration file /etc/nginx/nginx.conf test failed

The site http://wp-meta.test/ is not running.

GeekZebre commented 5 years ago

It's seems link to https://wordpress.org/support/topic/not-creating-table-wp-blogmeta/

iandunn commented 5 years ago

Things like ../jobs.wordpressnet.test/provision/vvv-init.sh: No such file or directory are really weird, since those files are just part of the Git repository. The wp-meta.test site is the simplest one, and doesn't really require any provisioning beyond the Nginx config, which appears to have succeeded.

Those almost make me think that maybe the Git checkout is incomplete? Can you paste the output you get from these commands?

If git status doesn't look clean, then you could do this:

...which should fix it.

Is there a particular site that you want to get working? It might be most practical to focus on that, and try to manually provision it (i.e., import the sitename.sql file into mysql, delete the public_html folder, and run the vvv-init.sh script).

GeekZebre commented 5 years ago

First, I add files manually :

"/srv/www/wordpress-meta-environment/wordcamp.test/logs/nginx-access.log"
"/srv/www/wordpress-meta-environment/wordpressorg.test/logs/nginx-access.log"
"/srv/www/wordpress-meta-environment/wordpresstv.test/logs/nginx-access.log"

And this is the ouput :

MINGW64 /d/VVV-Repository/vagrant-local (master)
$ vagrant up
__ __ __ __
\ V\ V\ V / Varying Vagrant Vagrants
 \_/\_/\_/  v2.5.1-git::master

Platform:   platform-mingw32 windows HasWinAdminPriv vagrant-hostsupdater NoColour
Vagrant:    2.2.4
VirtualBox: unknown

Docs:       https://varyingvagrantvagrants.org/
Contribute: https://github.com/varying-vagrant-vagrants/vvv
Dashboard:  http://vvv.test

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/trusty64' version '20190315.0.0' is up to date...
==> 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: 22 (guest) => 2222 (host) (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: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default:
    default: Guest Additions Version: 4.3.36
    default: VirtualBox Version: 6.0
==> default: [vagrant-hostsupdater] Checking for host entries
==> default: [vagrant-hostsupdater] Writing the following entries to (C:/WINDOWS/system32/drivers/etc/hosts)
==> default: [vagrant-hostsupdater]   192.168.50.4  vvv  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  vvv.dev  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  vvv.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  vvv.local  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  vvv.localhost  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  one.wordpress.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  two.wordpress.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  trunk.wordpress.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  wp-meta.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  buddypressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      codex.buddypressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      es.buddypressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      codex.bbpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  jobs.wordpressnet.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  wordcamp.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      central.wordcamp.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      2014.new-site.wordcamp.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      2014.content.wordcamp.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      2014.misc.wordcamp.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      2014.seattle.wordcamp.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  make.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  learn.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  developer.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  global.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      en.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      es.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4      ja.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  translate.wordpressorg.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater]   192.168.50.4  wordpresstv.test  # VAGRANT: f530e680a6d394453c292eac83a0a901 (default) / 8a8e00b6-444a-4b75-973e-bcd611edc221
==> default: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file.
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
    default: /srv/www => D:/VVV-Repository/vagrant-local/www
    default: /var/log => D:/VVV-Repository/vagrant-local/log
    default: /vagrant => D:/VVV-Repository/vagrant-local
    default: /srv/config => D:/VVV-Repository/vagrant-local/config
    default: /srv/database => D:/VVV-Repository/vagrant-local/database
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.
==> default: Running action triggers after up ...
==> default: Running trigger: VVV Post-Up...
    default: Running: inline script
    default:  * Restarting nginx nginx
    default:    ...done.
    default:  * Stopping MariaDB database server mysqld
    default:    ...done.
    default:  * Starting MariaDB database server mysqld
    default:    ...done.

MINGW64 /d/VVV-Repository/vagrant-local (master)
$ vagrant ssh
__ __ __ __
\ V\ V\ V / Varying Vagrant Vagrants
 \_/\_/\_/  Have a nice day

vagrant@vvv:~$ cd /srv/www/wordpress-meta-environment/
vagrant@vvv:/srv/www/wordpress-meta-environment$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
vagrant@vvv:/srv/www/wordpress-meta-environment$ ls -l wp-meta.test/*/*
-rwxrwxr-- 1 www-data vagrant 2978 Mar 26 03:14 wp-meta.test/public_html/index.php
-rwxrwxr-- 1 www-data vagrant  142 Mar 26 03:14 wp-meta.test/public_html/style.css
vagrant@vvv:/srv/www/wordpress-meta-environment$ ls -l jobs.wordpressnet.test/*/*
-rwxrwxr-- 1 www-data vagrant      0 Mar 26 03:15 jobs.wordpressnet.test/logs/nginx-access.log
-rwxrwxr-- 1 www-data vagrant      0 Mar 26 03:15 jobs.wordpressnet.test/logs/nginx-error.log
-rwxrwxr-- 1 www-data vagrant      0 Mar 26 03:15 jobs.wordpressnet.test/logs/php-error.log
-rwxrwxr-- 1 www-data vagrant 413000 Mar 26 03:14 jobs.wordpressnet.test/provision/jobs_wordpressnet_dev.sql
-rwxrwxr-- 1 www-data vagrant    169 Mar 26 03:14 jobs.wordpressnet.test/provision/sandbox-functionality.php
-rwxrwxr-- 1 www-data vagrant   1725 Mar 26 03:14 jobs.wordpressnet.test/provision/vvv-init.sh
-rwxrwxr-- 1 www-data vagrant   1128 Mar 26 03:14 jobs.wordpressnet.test/provision/wp-config.php
-rwxrwxr-- 1 www-data vagrant   1128 Mar 26 03:17 jobs.wordpressnet.test/public_html/wp-config.php

jobs.wordpressnet.test/public_html/wordpress:
total 173
-rwxrwxr-- 1 www-data vagrant   420 Mar 26 03:17 index.php
-rwxrwxr-- 1 www-data vagrant 19935 Mar 26 03:17 license.txt
-rwxrwxr-- 1 www-data vagrant  7426 Mar 26 03:17 readme.html
-rwxrwxr-- 1 www-data vagrant  6919 Mar 26 03:16 wp-activate.php
drwxrwxr-x 1 www-data vagrant     0 Mar 26 03:17 wp-admin
-rwxrwxr-- 1 www-data vagrant   369 Mar 26 03:16 wp-blog-header.php
-rwxrwxr-- 1 www-data vagrant  2283 Mar 26 03:17 wp-comments-post.php
-rwxrwxr-- 1 www-data vagrant  2898 Mar 26 03:17 wp-config-sample.php
drwxrwxr-x 1 www-data vagrant     0 Mar 26 03:17 wp-content
-rwxrwxr-- 1 www-data vagrant  3847 Mar 26 03:17 wp-cron.php
drwxrwxr-x 1 www-data vagrant     0 Mar 26 03:17 wp-includes
-rwxrwxr-- 1 www-data vagrant  2502 Mar 26 03:17 wp-links-opml.php
-rwxrwxr-- 1 www-data vagrant  3306 Mar 26 03:16 wp-load.php
-rwxrwxr-- 1 www-data vagrant 39403 Mar 26 03:17 wp-login.php
-rwxrwxr-- 1 www-data vagrant  8403 Mar 26 03:17 wp-mail.php
-rwxrwxr-- 1 www-data vagrant 19236 Mar 26 03:16 wp-settings.php
-rwxrwxr-- 1 www-data vagrant 31085 Mar 26 03:16 wp-signup.php
-rwxrwxr-- 1 www-data vagrant  4764 Mar 26 03:17 wp-trackback.php
-rwxrwxr-- 1 www-data vagrant  3068 Mar 26 03:16 xmlrpc.php

jobs.wordpressnet.test/public_html/wp-content:
total 0
drwxrwxr-x 1 www-data vagrant 0 Mar 26 03:17 mu-plugins
drwxrwxr-x 1 www-data vagrant 0 Mar 21 03:40 plugins
drwxrwxr-x 1 www-data vagrant 0 Mar 21 03:40 themes
vagrant@vvv:/srv/www/wordpress-meta-environment$
GeekZebre commented 5 years ago

This is the total ouput of vagrant provision

MINGW64 /d/VVV-Repository/vagrant-local (master)
$ vagrant provision
__ __ __ __
\ V\ V\ V / Varying Vagrant Vagrants
 \_/\_/\_/  v2.5.1-git::master

Platform:   platform-mingw32 windows HasWinAdminPriv vagrant-hostsupdater NoColour
Vagrant:    2.2.4
VirtualBox: unknown

Docs:       https://varyingvagrantvagrants.org/
Contribute: https://github.com/varying-vagrant-vagrants/vvv
Dashboard:  http://vvv.test

==> default: [vagrant-hostsupdater] Checking for host entries
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 vvv
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 vvv.dev
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 vvv.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 vvv.local
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 vvv.localhost
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 one.wordpress.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 two.wordpress.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 trunk.wordpress.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 wp-meta.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 buddypressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     codex.buddypressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     es.buddypressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     codex.bbpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 jobs.wordpressnet.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 wordcamp.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     central.wordcamp.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     2014.new-site.wordcamp.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     2014.content.wordcamp.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     2014.misc.wordcamp.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     2014.seattle.wordcamp.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 make.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 learn.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 developer.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 global.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     en.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     es.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4     ja.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 translate.wordpressorg.test
==> default: [vagrant-hostsupdater]   found entry for: 192.168.50.4 wordpresstv.test
==> default: Running provisioner: fix-no-tty (shell)...
    default: Running: inline script
==> default: Running provisioner: default (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-4g5tiq.sh
    default: Succesful Network connection to ppa.launchpad.net detected...
    default: Bash profile setup and directories.
    default:  * Copying /srv/config/bash_profile                      to /home/vagrant/.bash_profile
    default:  * Copying /srv/config/bash_aliases                      to /home/vagrant/.bash_aliases
    default:  * Copying /srv/config/vimrc                             to /home/vagrant/.vimrc
    default:  * Copying /srv/config/subversion-servers                to /home/vagrant/.subversion/servers
    default:  * Copying /srv/config/subversion-config                 to /home/vagrant/.subversion/config
    default: Succesful Network connection to ppa.launchpad.net detected...
    default:
    default: Main packages check and install.
    default: Adding ppa:git-core/ppa repository
    default: Linked custom apt sources
    default: Running apt-get update...
    default: Hit http://nginx.org trusty InRelease
    default: Ign http://archive.ubuntu.com trusty InRelease
    default: Hit http://security.ubuntu.com trusty-security InRelease
    default: Hit http://ppa.launchpad.net trusty InRelease
    default: Hit http://mirrors.coreix.net trusty InRelease
    default: Hit http://archive.ubuntu.com trusty-updates InRelease
    default: Hit http://nginx.org trusty/nginx Sources
    default: Hit http://mirrors.coreix.net trusty InRelease
    default: Hit http://security.ubuntu.com trusty-security/main Sources
    default: Hit http://ppa.launchpad.net trusty InRelease
    default: Hit http://archive.ubuntu.com trusty-backports InRelease
    default: Hit http://nginx.org trusty/nginx amd64 Packages
    default: Hit http://mirrors.coreix.net trusty/main Sources
    default: Hit http://security.ubuntu.com trusty-security/universe Sources
    default: Hit http://archive.ubuntu.com trusty Release.gpg
    default: Hit http://security.ubuntu.com trusty-security/main amd64 Packages
    default: Hit http://mirrors.coreix.net trusty/main amd64 Packages
    default: Hit http://ppa.launchpad.net trusty/main amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-updates/main Sources
    default: Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
    default: Hit http://mirrors.coreix.net trusty/main i386 Packages
    default: Hit http://archive.ubuntu.com trusty-updates/restricted Sources
    default: Hit http://security.ubuntu.com trusty-security/main Translation-en
    default: Hit http://ppa.launchpad.net trusty/main Translation-en
    default: Hit http://archive.ubuntu.com trusty-updates/universe Sources
    default: Hit http://security.ubuntu.com trusty-security/universe Translation-en
    default: Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
    default: Hit http://ppa.launchpad.net trusty/main Sources
    default: Hit http://mirrors.coreix.net trusty/main Sources
    default: Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
    default: Hit http://mirrors.coreix.net trusty/main amd64 Packages
    default: Hit http://ppa.launchpad.net trusty/main amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
    default: Hit http://mirrors.coreix.net trusty/main i386 Packages
    default: Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
    default: Ign http://nginx.org trusty/nginx Translation-en_US
    default: Hit http://ppa.launchpad.net trusty/main Translation-en
    default: Hit http://archive.ubuntu.com trusty-updates/main Translation-en
    default: Ign http://nginx.org trusty/nginx Translation-en
    default: Hit https://deb.nodesource.com trusty InRelease
    default: Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
    default: Hit https://deb.nodesource.com trusty/main Sources
    default: Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
    default: Hit https://deb.nodesource.com trusty/main amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
    default: Get:1 https://deb.nodesource.com trusty/main Translation-en_US
    default: Hit http://archive.ubuntu.com trusty-backports/main Sources
    default: Hit http://archive.ubuntu.com trusty-backports/restricted Sources
    default: Hit http://archive.ubuntu.com trusty-backports/universe Sources
    default: Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
    default: Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
    default: Hit http://archive.ubuntu.com trusty-backports/main Translation-en
    default: Ign https://deb.nodesource.com trusty/main Translation-en_US
    default: Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
    default: Ign https://deb.nodesource.com trusty/main Translation-en
    default: Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
    default: Ign http://mirrors.coreix.net trusty/main Translation-en_US
    default: Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
    default: Ign http://mirrors.coreix.net trusty/main Translation-en
    default: Hit https://packagecloud.io trusty InRelease
    default: Hit http://archive.ubuntu.com trusty Release
    default: Ign http://mirrors.coreix.net trusty/main Translation-en_US
    default: Hit http://archive.ubuntu.com trusty/main Sources
    default: Ign http://mirrors.coreix.net trusty/main Translation-en
    default: Hit http://archive.ubuntu.com trusty/restricted Sources
    default: Hit http://archive.ubuntu.com trusty/universe Sources
    default: Hit http://archive.ubuntu.com trusty/multiverse Sources
    default: Hit https://packagecloud.io trusty/main Sources
    default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
    default: Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
    default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
    default: Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
    default: Hit http://archive.ubuntu.com trusty/main Translation-en
    default: Hit http://archive.ubuntu.com trusty/multiverse Translation-en
    default: Hit https://packagecloud.io trusty/main amd64 Packages
    default: Hit http://archive.ubuntu.com trusty/restricted Translation-en
    default: Hit http://archive.ubuntu.com trusty/universe Translation-en
    default: Get:2 https://packagecloud.io trusty/main Translation-en_US
    default: Ign http://archive.ubuntu.com trusty/main Translation-en_US
    default: Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
    default: Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
    default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US
    default: Ign https://packagecloud.io trusty/main Translation-en_US
    default: Ign https://packagecloud.io trusty/main Translation-en
    default: Reading package lists...
    default: Installing apt-get packages...
    default: Reading package lists...
    default: Building dependency tree...
    default: Reading state information...
    default: g++ is already the newest version.
    default: make is already the newest version.
    default: zip is already the newest version.
    default: colordiff is already the newest version.
    default: dos2unix is already the newest version.
    default: ngrep is already the newest version.
    default: curl is already the newest version.
    default: gettext is already the newest version.
    default: graphviz is already the newest version.
    default: imagemagick is already the newest version.
    default: memcached is already the newest version.
    default: ntp is already the newest version.
    default: postfix is already the newest version.
    default: software-properties-common is already the newest version.
    default: subversion is already the newest version.
    default: unzip is already the newest version.
    default: vim is already the newest version.
    default: python-pip is already the newest version.
    default: git is already the newest version.
    default: php-pear is already the newest version.
    default: php-xdebug is already the newest version.
    default: php-imagick is already the newest version.
    default: php-ssh2 is already the newest version.
    default: php-memcached is already the newest version.
    default: php-memcache is already the newest version.
    default: php7.2-bcmath is already the newest version.
    default: php7.2-cli is already the newest version.
    default: php7.2-common is already the newest version.
    default: php7.2-curl is already the newest version.
    default: php7.2-dev is already the newest version.
    default: php7.2-fpm is already the newest version.
    default: php7.2-gd is already the newest version.
    default: php7.2-imap is already the newest version.
    default: php7.2-json is already the newest version.
    default: php7.2-mbstring is already the newest version.
    default: php7.2-mysql is already the newest version.
    default: php7.2-soap is already the newest version.
    default: php7.2-xml is already the newest version.
    default: php7.2-zip is already the newest version.
    default: mariadb-server is already the newest version.
    default: nodejs is already the newest version.
    default: git-lfs is already the newest version.
    default: The following packages will be upgraded:
    default:   nginx
    default: 1 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
    default: Need to get 824 kB of archives.
    default: After this operation, 0 B of additional disk space will be used.
    default: Get:1 http://nginx.org/packages/mainline/ubuntu/ trusty/nginx nginx amd64 1.15.10-1~trusty [824 kB]
    default: Fetched 824 kB in 7s (115 kB/s)
    default: (Reading database ... 75167 files and directories currently installed.)
    default: Preparing to unpack .../nginx_1.15.10-1~trusty_amd64.deb ...
    default: Unpacking nginx (1.15.10-1~trusty) over (1.15.9-1~trusty) ...
    default: Processing triggers for ureadahead (0.100.0-16) ...
    default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
    default: Setting up nginx (1.15.10-1~trusty) ...
    default: Removing unnecessary packages...
    default: Reading package lists...
    default: Building dependency tree...
    default: Reading state information...
    default: 0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
    default: php7.2-fpm stop/waiting
    default: php7.2-fpm start/running, process 5101
    default: => nvm is already installed in /srv/config/nvm, trying to update the script
    default: => nvm source string already in /root/.bashrc
    default: => bash_completion source string already in /root/.bashrc
    default: npm
    default:
    default: ERR!
    default:  peer dep missing: grunt@>=0.4.0, required by grunt-cssjanus@0.4.0
    default: npm
    default:
    default: ERR!
    default:  peer dep missing: grunt@>=1, required by grunt-sass@3.0.2
    default: => You currently have modules installed globally with `npm`. These will no
    default: => longer be linked to the active version of Node when you install a new node
    default: => with `nvm`; and they may (depending on how you construct your `$PATH`)
    default: => override the binaries of modules installed with `nvm`:
    default: /usr/lib
    default: ├── UNMET PEER DEPENDENCY grunt@>=0.4.0
    default: ├── grunt-cli@1.3.2
    default: ├── grunt-cssjanus@0.4.0
    default: ├── grunt-rtlcss@2.0.1
    default: ├── grunt-sass@3.0.2
    default: └── npm-check-updates@3.1.1
    default: => If you wish to uninstall them at a later point (or re-install them under your
    default: => `nvm` Nodes), you can remove them from the system Node as follows:
    default:      $ nvm use system
    default:      $ npm uninstall -g a_module
    default: => Close and reopen your terminal to start using nvm or run the following to use it now:
    default:
    default: export NVM_DIR="/srv/config/nvm"
    default: [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
    default: [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
    default: Installing/updating npm...
    default: /usr/bin/npm -> /usr/lib/node_modules/npm/bin/npm-cli.js
    default: /usr/bin/npx -> /usr/lib/node_modules/npm/bin/npx-cli.js
    default: + npm@6.9.0
    default: updated 1 package in 5.245s
    default: Installing/updating npm-check-updates...
    default: /usr/bin/npm-check-updates -> /usr/lib/node_modules/npm-check-updates/bin/npm-check-updates
    default: /usr/bin/ncu -> /usr/lib/node_modules/npm-check-updates/bin/ncu
    default: + npm-check-updates@3.1.3
    default: added 8 packages from 7 contributors and updated 2 packages in 10.555s
    default: ack-grep already installed
    default: Updating Composer...
    default: You are already using composer version 1.8.4 (stable channel).
    default: Changed current directory to /usr/local/src/composer
    default: ./composer.json has been updated
    default: Changed current directory to /usr/local/src/composer
    default: Changed current directory to /usr/local/src/composer
    default: Loading composer repositories with package information
    default: Updating dependencies (including require-dev)
    default: Nothing to install or update
    default: Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
    default: Generating autoload files
    default: Updating Grunt CLI
    default: Adding graphviz symlink for Webgrind...
    default: Installing Shyaml for bash provisioning..
    default: Requirement already satisfied (use --upgrade to upgrade): shyaml in /usr/local/lib/python2.7/dist-packages
    default: Cleaning up...
    default: Setup configuration files...
    default:  * Copying /srv/config/init/vvv-start.conf               to /etc/init/vvv-start.conf
    default:  * Copying /srv/config/nginx-config/nginx.conf           to /etc/nginx/nginx.conf
    default:  * Copying /srv/config/nginx-config/nginx-wp-common.conf to /etc/nginx/nginx-wp-common.conf
    default:  * Copying /srv/config/nginx-config/php7.2-upstream.conf to /etc/nginx/upstreams/php72.conf
    default:  * Rsync'ing /srv/config/nginx-config/sites/             to /etc/nginx/custom-sites
    default: sending incremental file list
    default: deleting vvv-auto-wordpress-two-provision-b0bc8489c53c6b96847837cbb5a3ac4a.conf
    default: deleting vvv-auto-wordpress-trunk-provision-857780011be848d6d4c5f93875ce6c77.conf
    default: deleting vvv-auto-wordpress-one-provision-60730e707ede8a21f013860b6fc556e1.conf
    default: deleting vvv-auto-wordpress-meta-environment-provision-03f88fb402a7f927f2cf81d8161e62c1.conf
    default: default.conf
    default: local-nginx-example.conf-sample
    default:
    default: sent 1.88K bytes  received 365 bytes  4.49K bytes/sec
    default: total size is 3.95K  speedup is 1.76
    default: Making sure the Nginx log files and folder exist
    default:  * Starting MailHog
    default: start: Job is already running: mailhog
    default:  * Copying /srv/config/php-config/php7.2-fpm.conf   to /etc/php/7.2/fpm/php-fpm.conf
    default:  * Copying /srv/config/php-config/php7.2-www.conf   to /etc/php/7.2/fpm/pool.d/www.conf
    default:  * Copying /srv/config/php-config/php7.2-custom.ini to /etc/php/7.2/fpm/conf.d/php-custom.ini
    default:  * Copying /srv/config/php-config/opcache.ini       to /etc/php/7.2/fpm/conf.d/opcache.ini
    default:  * Copying /srv/config/php-config/xdebug.ini        to /etc/php/7.2/mods-available/xdebug.ini
    default:  * Copying /srv/config/php-config/mailhog.ini       to /etc/php/7.2/mods-available/mailhog.ini
    default:  * Copying /srv/config/memcached-config/memcached.conf to /etc/memcached.conf and /etc/memcached_default.conf
    default: Restarting services...
    default:  * Restarting nginx nginx
    default:    ...done.
    default: Restarting memcached:
    default: memcached_default.
    default: mailhog stop/waiting
    default: mailhog start/running
    default: php7.2-fpm stop/waiting
    default: php7.2-fpm start/running, process 5684
    default: Setup MySQL configuration file links...
    default:  * Copied /srv/config/mysql-config/my.cnf               to /etc/mysql/my.cnf
    default:  * Copied /srv/config/mysql-config/root-my.cnf          to /home/vagrant/.my.cnf
    default: service mysql restart
    default:  * Stopping MariaDB database server mysqld
    default:    ...done.
    default:  * Starting MariaDB database server mysqld
    default:    ...done.
    default: No custom MySQL scripting found in database/init-custom.sql, skipping...
    default: Initial MySQL prep...
    default: Start MariaDB Database Import
    default:   * Skipped import of buddypressorg_dev - tables exist
    default:   * Skipped import of jobs_wordpressnet_dev - tables exist
    default:   * Skipped import of wordpressone - tables exist
    default:   * Skipped import of wordpresstrunk - tables exist
    default:   * Skipped import of wordpresstwo - tables exist
    default: Databases imported
    default: Succesful Network connection to ppa.launchpad.net detected...
    default:
    default: Installing/updating wp-cli and debugging tools
    default: Updating wp-cli...
    default: Downloading from https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli-nightly.phar...
    default: md5 hash verified: 926725f99eff2bbc1e29c98207132eec
    default: New version works. Proceeding to replace.
    default: Success: Updated WP-CLI to the latest nightly release.
    default: Install/Update PHP_CodeSniffer (phpcs), see https://github.com/squizlabs/PHP_CodeSniffer
    default: Install/Update WordPress-Coding-Standards, sniffs for PHP_CodeSniffer, see https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards
    default: Deprecation warning: Your package name VVV/phpcs is invalid, it should not contain uppercase characters. We suggest using vvv/phpcs instead. Make sure you fix this as Composer 2.0 will error.
    default: Loading composer repositories with package information
    default:
    default: Reading composer.json of automattic/vipwpcs (0.1.0)
    default:
    default:
    default:
    default: Reading composer.json of automattic/vipwpcs (0.2.0)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.2.1)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.2.2)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.2.3)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.2.4)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.2.5)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.3.0)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.3.1)
    default:
    default: Reading composer.json of automattic/vipwpcs (0.4.0)
    default:
    default:
    default:
    default: Reading composer.json of automattic/vipwpcs (add-js-restricted-functions.php)
    default:
    default: Reading composer.json of automattic/vipwpcs (docs)
    default:
    default:
    default:
    default: Reading composer.json of automattic/vipwpcs (feature/short-echo-tags)
    default:
    default: Reading composer.json of automattic/vipwpcs (master)
    default:
    default:
    default:
    default: Reading composer.json of automattic/vipwpcs (rebecca/fix_vipgo_ruleset_tests)
    default:
    default: Reading composer.json of automattic/vipwpcs (rebecca/rework_vipmin_integration_tests)
    default:
    default:
    default:
    default: Updating dependencies (including require-dev)
    default: Nothing to install or update
    default: Using config file: /srv/www/phpcs/CodeSniffer.conf
    default:
    default: Config value "installed_paths" updated successfully; old value was "./CodeSniffer/Standards/WordPress/,./CodeSniffer/Standards/VIP-Coding-Standards/,./CodeSniffer/Standards/PHPCompatibility/,./CodeSniffer/Standards/PHPCompatibilityParagonie/,./CodeSniffer/Standards/PHPCompatibilityWP/"
    default: Using config file: /srv/www/phpcs/CodeSniffer.conf
    default:
    default: Config value "default_standard" updated successfully; old value was "WordPress-Core"
    default: The installed coding standards are MySource, PEAR, PSR1, PSR12, PSR2, Squiz, Zend, WordPress, WordPress-Core, WordPress-Docs, WordPress-Extra, WordPress-VIP-Go, WordPressVIPMinimum, PHPCompatibility, PHPCompatibilityParagonieRandomCompat, PHPCompatibilityParagonieSodiumCompat and PHPCompatibilityWP
    default: Succesful Network connection to ppa.launchpad.net detected...
    default:
    default:  * Searching for SVN repositories that need upgrading
    default:
    default: Cleaning up Nginx configs
    default: Cleaning the virtual machine's /etc/hosts file...
    default: -----------------------------
    default: Provisioning complete in 254 seconds
    default: For further setup instructions, visit http://vvv.test
==> default: Running provisioner: dashboard (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-5k8ert.sh
    default: Updating dashboard...
==> default: Running provisioner: utility-source-core (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-6rxutp.sh
    default: Updating core resources...
==> default: Running provisioner: utility-core-memcached-admin (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-laqh1g.sh
    default: phpMemcachedAdmin already installed.
==> default: Running provisioner: utility-core-opcache-status (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-1rjuhw6.sh
    default: Updating Opcache Status
    default: From https://github.com/rlerdorf/opcache-status
    default:  * branch            master     -> FETCH_HEAD
    default: Already up to date.
    default: Current branch master is up to date.
==> default: Running provisioner: utility-core-phpmyadmin (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-9px850.sh
    default: Checking phpMyAdmin
    default: PHPMyAdmin already installed.
==> default: Running provisioner: utility-core-webgrind (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-1njgyqe.sh
    default: Updating webgrind...
    default: From https://github.com/jokkedk/webgrind
    default:  * branch            master     -> FETCH_HEAD
    default: Already up to date.
    default: Current branch master is up to date.
==> default: Running provisioner: utility-core-trusted-hosts (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-472y6q.sh
==> default: Running provisioner: utility-core-tls-ca (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-4l24iv.sh
==> default: Running provisioner: site-wordpress-one (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-1u001js.sh
    default:
    default: Updating wordpress-one...
    default: Creating database 'wordpressone' (if it's not already there)
    default:  DB operations done.
    default: Updating WordPress Stable...
    default: Success: WordPress is up to date.
    default: Adding domains to the virtual machine's /etc/hosts file...
    default: Adding hosts from the VVV config entry
    default:  * Added one.wordpress.test from /vagrant/vvv-custom.yml
    default:  * Restarting nginx nginx
    default:    ...done.
==> default: Running provisioner: site-wordpress-two (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-1v6zkr4.sh
    default:
    default: Updating wordpress-two...
    default: Creating database 'wordpresstwo' (if it's not already there)
    default:  DB operations done.
    default: Updating WordPress Stable...
    default: Success: WordPress is up to date.
    default: Adding domains to the virtual machine's /etc/hosts file...
    default: Adding hosts from the VVV config entry
    default:  * Added two.wordpress.test from /vagrant/vvv-custom.yml
    default:  * Restarting nginx nginx
    default:    ...done.
==> default: Running provisioner: site-wordpress-trunk (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-1agu49z.sh
    default:
    default: Updating wordpress-trunk...
    default: Creating database 'wordpresstrunk' (if it's not already there)
    default:  DB operations done.
    default: Updating WordPress trunk. See https://develop.svn.wordpress.org/trunk
    default: Updating '.':
    default: U    src/js/_enqueues/admin/site-health.js
    default: U    src/js/_enqueues/vendor/tinymce/plugins/wordpress/plugin.js
    default: U    src/wp-admin/css/site-health.css
    default: U    src/wp-admin/css/widgets.css
    default: U    src/wp-admin/includes/ajax-actions.php
    default: U    src/wp-admin/includes/class-core-upgrader.php
    default: U    src/wp-admin/includes/class-wp-debug-data.php
    default: U    src/wp-admin/includes/class-wp-plugin-install-list-table.php
    default: U    src/wp-admin/includes/class-wp-plugins-list-table.php
    default: U    src/wp-admin/includes/class-wp-site-health-auto-updates.php
    default: U    src/wp-admin/includes/class-wp-site-health.php
    default: U    src/wp-admin/includes/file.php
    default: U    src/wp-admin/includes/upgrade.php
    default: U    src/wp-admin/site-health-info.php
    default: U    src/wp-admin/site-health.php
    default: U    src/wp-content/themes/twentyeleven/header.php
    default: U    src/wp-content/themes/twentyfifteen/header.php
    default: U    src/wp-content/themes/twentyfourteen/header.php
    default: U    src/wp-content/themes/twentynineteen/header.php
    default: U    src/wp-content/themes/twentynineteen/style-rtl.css
    default: U    src/wp-content/themes/twentynineteen/style.css
    default: U    src/wp-content/themes/twentynineteen/style.scss
    default: U    src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
    default: U    src/wp-content/themes/twentyseventeen/header.php
    default: U    src/wp-content/themes/twentysixteen/header.php
    default: U    src/wp-content/themes/twentyten/header.php
    default: U    src/wp-content/themes/twentythirteen/header.php
    default: U    src/wp-content/themes/twentytwelve/header.php
    default: U    src/wp-includes/IXR/class-IXR-message.php
    default: U    src/wp-includes/css/dashicons.css
    default: U    src/wp-includes/fonts/dashicons.eot
    default: U    src/wp-includes/fonts/dashicons.svg
    default: U    src/wp-includes/fonts/dashicons.ttf
    default: U    src/wp-includes/fonts/dashicons.woff2
    default: U    src/wp-includes/class-oembed.php
    default: U    src/wp-includes/class-wp-editor.php
    default: U    src/wp-includes/class-wp-fatal-error-handler.php
    default: U    src/wp-includes/class-wp-locale.php
    default: U    src/wp-includes/embed.php
    default: U    src/wp-includes/functions.php
    default: U    src/wp-includes/general-template.php
    default: U    src/wp-includes/link-template.php
    default: U    src/wp-includes/load.php
    default: U    src/wp-includes/media-template.php
    default: U    src/wp-includes/meta.php
    default: U    src/wp-includes/script-loader.php
    default: U    src/wp-includes/user.php
    default: U    src/wp-includes/version.php
    default: U    src/wp-includes/wp-db.php
    default: U    src/readme.html
    default: U    src/wp-settings.php
    default: A    tests/phpunit/data/images/one-blue-pixel-100x100.png
    default: U    tests/phpunit/data/languages/es_ES.mo
    default: U    tests/phpunit/tests/general/template.php
    default: U    tests/phpunit/tests/meta/deleteMetadata.php
    default: U    tests/qunit/index.html
    default: U    package.json
    default: U    tests/phpunit/data/languages/de_DE.mo
    default: U    tests/phpunit/data/languages/es_ES.po
    default: U    tests/phpunit/tests/http/base.php
    default: U    tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
    default: U    .travis.yml
    default: U    tests/phpunit/data/languages/de_DE.po
    default: U    tests/phpunit/includes/bootstrap.php
    default: U    tests/phpunit/tests/image/editorImagick.php
    default: U    tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php
    default: U    Gruntfile.js
    default:
    default: Fetching external item into 'tests/phpunit/data/plugins/wordpress-importer':
    default: Updated external to revision 2059839.
    default: At revision 45069.
    default: Running "build" task
    default: Running "clean:files" (clean) task
    default: >> 2377 paths cleaned.
    default: Running "copy:files" (copy) task
    default: Created 166 directories
    default: , copied 1525 files
    default: Running "copy:version" (copy) task
    default: Copied 1 file
    default: Running "clean:js" (clean) task
    default: >> 1 path cleaned.
    default:
    default: Running "webpack:prod" (webpack) task
    default: Hash: 6955d37456a26758307294ca0e31bb5146858a58
    default: Version: webpack 4.29.2 / grunt-webpack 3.1.3
    default: Child
    default:     Hash: 6955d37456a267583072
    default:     Time: 4691ms
    default:     Built at: 03/29/2019 5:49:11 PM
    default:                                            Asset      Size        Chunks             Chunk Names
    default:         build/wp-includes/js/media-audiovideo.js  26.8 KiB    0, 1, 8, 9  [emitted]  build/wp-includes/js/media-audiovideo.js
    default:     build/wp-includes/js/media-audiovideo.min.js  12.5 KiB    1, 0, 8, 9  [emitted]  build/wp-includes/js/media-audiovideo.min.js
    default:               build/wp-includes/js/media-grid.js  28.4 KiB  2, 3, 10, 11  [emitted]  build/wp-includes/js/media-grid.js
    default:           build/wp-includes/js/media-grid.min.js  13.8 KiB  3, 2, 10, 11  [emitted]  build/wp-includes/js/media-grid.min.js
    default:             build/wp-includes/js/media-models.js  44.4 KiB  4, 5, 12, 13  [emitted]  build/wp-includes/js/media-models.js
    default:         build/wp-includes/js/media-models.min.js  13.6 KiB  5, 4, 12, 13  [emitted]  build/wp-includes/js/media-models.min.js
    default:              build/wp-includes/js/media-views.js   243 KiB  6, 7, 14, 15  [emitted]  build/wp-includes/js/media-views.js
    default:          build/wp-includes/js/media-views.min.js    99 KiB  7, 6, 14, 15  [emitted]  build/wp-includes/js/media-views.min.js
    default:           src/wp-includes/js/media-audiovideo.js  26.8 KiB    8, 0, 1, 9  [emitted]  src/wp-includes/js/media-audiovideo.js
    default:       src/wp-includes/js/media-audiovideo.min.js  12.5 KiB    9, 0, 1, 8  [emitted]  src/wp-includes/js/media-audiovideo.min.js
    default:                 src/wp-includes/js/media-grid.js  28.4 KiB  10, 2, 3, 11  [emitted]  src/wp-includes/js/media-grid.js
    default:             src/wp-includes/js/media-grid.min.js  13.8 KiB  11, 2, 3, 10  [emitted]  src/wp-includes/js/media-grid.min.js
    default:               src/wp-includes/js/media-models.js  44.4 KiB  12, 4, 5, 13  [emitted]  src/wp-includes/js/media-models.js
    default:           src/wp-includes/js/media-models.min.js  13.6 KiB  13, 4, 5, 12  [emitted]  src/wp-includes/js/media-models.min.js
    default:                src/wp-includes/js/media-views.js   243 KiB  14, 6, 7, 15  [emitted]  src/wp-includes/js/media-views.js
    default:            src/wp-includes/js/media-views.min.js    99 KiB  15, 6, 7, 14  [emitted]  src/wp-includes/js/media-views.min.js
    default:     Entrypoint build/wp-includes/js/media-audiovideo.js = build/wp-includes/js/media-audiovideo.js
    default:     Entrypoint build/wp-includes/js/media-audiovideo.min.js = build/wp-includes/js/media-audiovideo.min.js
    default:     Entrypoint build/wp-includes/js/media-grid.js = build/wp-includes/js/media-grid.js
    default:     Entrypoint build/wp-includes/js/media-grid.min.js = build/wp-includes/js/media-grid.min.js
    default:     Entrypoint build/wp-includes/js/media-models.js = build/wp-includes/js/media-models.js
    default:     Entrypoint build/wp-includes/js/media-models.min.js = build/wp-includes/js/media-models.min.js
    default:     Entrypoint build/wp-includes/js/media-views.js = build/wp-includes/js/media-views.js
    default:     Entrypoint build/wp-includes/js/media-views.min.js = build/wp-includes/js/media-views.min.js
    default:     Entrypoint src/wp-includes/js/media-audiovideo.js = src/wp-includes/js/media-audiovideo.js
    default:     Entrypoint src/wp-includes/js/media-audiovideo.min.js = src/wp-includes/js/media-audiovideo.min.js
    default:     Entrypoint src/wp-includes/js/media-grid.js = src/wp-includes/js/media-grid.js
    default:     Entrypoint src/wp-includes/js/media-grid.min.js = src/wp-includes/js/media-grid.min.js
    default:     Entrypoint src/wp-includes/js/media-models.js = src/wp-includes/js/media-models.js
    default:     Entrypoint src/wp-includes/js/media-models.min.js = src/wp-includes/js/media-models.min.js
    default:     Entrypoint src/wp-includes/js/media-views.js = src/wp-includes/js/media-views.js
    default:     Entrypoint src/wp-includes/js/media-views.min.js = src/wp-includes/js/media-views.min.js
    default:      [0] multi ./src/js/_enqueues/wp/media/audiovideo.js 28 bytes {0} {1} {8} {9} [built]
    default:      [1] ./src/js/_enqueues/wp/media/audiovideo.js 5.94 KiB {0} {1} {8} {9} [built]
    default:      [2] ./src/js/media/models/post-media.js 1.07 KiB {0} {1} {8} {9} [built]
    default:      [3] ./src/js/media/controllers/audio-details.js 724 bytes {0} {1} {8} {9} [built]
    default:      [4] ./src/js/media/controllers/video-details.js 724 bytes {0} {1} {8} {9} [built]
    default:      [5] ./src/js/media/views/frame/media-details.js 3.34 KiB {0} {1} {8} {9} [built]
    default:      [6] ./src/js/media/views/frame/audio-details.js 1.86 KiB {0} {1} {8} {9} [built]
    default:      [7] ./src/js/media/views/frame/video-details.js 3.58 KiB {0} {1} {8} {9} [built]
    default:      [8] ./src/js/media/views/media-details.js 3.89 KiB {0} {1} {8} {9} [built]
    default:     [11] multi ./src/js/_enqueues/wp/media/grid.js 28 bytes {2} {3} {10} {11} [built]
    default:     [12] ./src/js/_enqueues/wp/media/grid.js 962 bytes {2} {3} {10} {11} [built]
    default:     [22] multi ./src/js/_enqueues/wp/media/models.js 28 bytes {4} {5} {12} {13} [built]
    default:     [23] ./src/js/_enqueues/wp/media/models.js 6.64 KiB {4} {5} {12} {13} [built]
    default:     [29] multi ./src/js/_enqueues/wp/media/views.js 28 bytes {6} {7} {14} {15} [built]
    default:     [30] ./src/js/_enqueues/wp/media/views.js 7.71 KiB {6} {7} {14} {15} [built]
    default:         + 91 hidden modules
    default: Child
    default:     Hash: 94ca0e31bb5146858a58
    default:     Time: 59096ms
    default:     Built at: 03/29/2019 5:50:06 PM
    default:                                                      Asset       Size  Chunks                    Chunk Names
    default:            ../../../../src/wp-includes/blocks/archives.php   3.24 KiB          [emitted]
    default:               ../../../../src/wp-includes/blocks/block.php  859 bytes          [emitted]
    default:            ../../../../src/wp-includes/blocks/calendar.php   1.94 KiB          [emitted]
    default:          ../../../../src/wp-includes/blocks/categories.php   2.53 KiB          [emitted]
    default:     ../../../../src/wp-includes/blocks/latest-comments.php   5.42 KiB          [emitted]
    default:        ../../../../src/wp-includes/blocks/latest-posts.php   3.03 KiB          [emitted]
    default:                 ../../../../src/wp-includes/blocks/rss.php   3.84 KiB          [emitted]
    default:              ../../../../src/wp-includes/blocks/search.php   1.81 KiB          [emitted]
    default:           ../../../../src/wp-includes/blocks/shortcode.php  678 bytes          [emitted]
    default:           ../../../../src/wp-includes/blocks/tag-cloud.php   1.47 KiB          [emitted]
    default:      ../../../../src/wp-includes/class-wp-block-parser.php   14.9 KiB          [emitted]
    default:              ../../css/dist/block-editor/style-rtl.min.css   81.8 KiB          [emitted]
    default:                  ../../css/dist/block-editor/style.min.css     82 KiB          [emitted]
    default:            ../../css/dist/block-library/editor-rtl.min.css   40.5 KiB          [emitted]
    default:                ../../css/dist/block-library/editor.min.css   40.5 KiB          [emitted]
    default:             ../../css/dist/block-library/style-rtl.min.css   35.1 KiB          [emitted]
    default:                 ../../css/dist/block-library/style.min.css   35.3 KiB          [emitted]
    default:             ../../css/dist/block-library/theme-rtl.min.css   2.44 KiB          [emitted]
    default:                 ../../css/dist/block-library/theme.min.css   2.43 KiB          [emitted]
    default:                ../../css/dist/components/style-rtl.min.css    101 KiB          [emitted]
    default:                    ../../css/dist/components/style.min.css    101 KiB          [emitted]
    default:                 ../../css/dist/edit-post/style-rtl.min.css   76.8 KiB          [emitted]
    default:                     ../../css/dist/edit-post/style.min.css   76.8 KiB          [emitted]
    default:            ../../css/dist/editor/editor-styles-rtl.min.css  935 bytes          [emitted]
    default:                ../../css/dist/editor/editor-styles.min.css  935 bytes          [emitted]
    default:                    ../../css/dist/editor/style-rtl.min.css   19.5 KiB          [emitted]
    default:                        ../../css/dist/editor/style.min.css   19.5 KiB          [emitted]
    default:            ../../css/dist/format-library/style-rtl.min.css   1.44 KiB          [emitted]
    default:                ../../css/dist/format-library/style.min.css   1.44 KiB          [emitted]
    default:      ../../css/dist/list-reusable-blocks/style-rtl.min.css   1.03 KiB          [emitted]
    default:          ../../css/dist/list-reusable-blocks/style.min.css   1.03 KiB          [emitted]
    default:                       ../../css/dist/nux/style-rtl.min.css   3.03 KiB          [emitted]
    default:                           ../../css/dist/nux/style.min.css    3.1 KiB          [emitted]
    default:                                                a11y.min.js   2.18 KiB       0  [emitted]         a11y
    default:                                         annotations.min.js   10.2 KiB       1  [emitted]         annotations
    default:                                           api-fetch.min.js   13.3 KiB       2  [emitted]         apiFetch
    default:                                               autop.min.js   6.86 KiB       3  [emitted]         autop
    default:                                                blob.min.js   1.36 KiB       4  [emitted]         blob
    default:                                        block-editor.min.js    244 KiB       5  [emitted]         blockEditor
    default:                                       block-library.min.js    256 KiB       6  [emitted]  [big]  blockLibrary
    default:                  block-serialization-default-parser.min.js   3.62 KiB       7  [emitted]         blockSerializationDefaultParser
    default:                                              blocks.min.js    139 KiB       8  [emitted]         blocks
    default:                                          components.min.js    539 KiB       9  [emitted]  [big]  components
    default:                                             compose.min.js   8.08 KiB      10  [emitted]         compose
    default:                                           core-data.min.js   33.3 KiB      11  [emitted]         coreData
    default:                                                data.min.js   34.7 KiB      12  [emitted]         data
    default:                                                date.min.js    915 KiB      13  [emitted]  [big]  date
    default:                                          deprecated.min.js    1.6 KiB      14  [emitted]         deprecated
    default:                                           dom-ready.min.js   1.14 KiB      16  [emitted]         domReady
    default:                                                 dom.min.js    8.1 KiB      15  [emitted]         dom
    default:                                           edit-post.min.js     81 KiB
    default:     17  [emitted]         editPost
    default:                                              editor.min.js    186 KiB      18  [emitted]         editor
    default:                                             element.min.js   8.73 KiB      19  [emitted]         element
    default:                                         escape-html.min.js   1.59 KiB      20  [emitted]         escapeHtml
    default:                                      format-library.min.js   18.2 KiB      21  [emitted]         formatLibrary
    default:                                               hooks.min.js   4.79 KiB      22  [emitted]         hooks
    default:                                       html-entities.min.js   1.34 KiB      23  [emitted]         htmlEntities
    default:                                                i18n.min.js   8.78 KiB      24  [emitted]         i18n
    default:                                    is-shallow-equal.min.js   1.59 KiB      25  [emitted]         isShallowEqual
    default:                                            keycodes.min.js   4.68 KiB      26  [emitted]         keycodes
    default:                                list-reusable-blocks.min.js   14.9 KiB      27  [emitted]         listReusableBlocks
    default:                                             notices.min.js   10.9 KiB      28  [emitted]         notices
    default:                                                 nux.min.js   7.28 KiB      29  [emitted]         nux
    default:                                             plugins.min.js   6.72 KiB      30  [emitted]         plugins
    default:                                      priority-queue.min.js   1.46 KiB      31  [emitted]         priorityQueue
    default:                                       redux-routine.min.js    9.4 KiB      32  [emitted]         reduxRoutine
    default:                                           rich-text.min.js   27.9 KiB      33  [emitted]         richText
    default:                                           shortcode.min.js   3.95 KiB      34  [emitted]         shortcode
    default:                                          token-list.min.js   3.09 KiB      35  [emitted]         tokenList
    default:                                                 url.min.js     12 KiB      36  [emitted]         url
    default:                                       vendor/lodash.min.js   71.5 KiB          [emitted]
    default:                                       vendor/moment.min.js   50.5 KiB          [emitted]
    default:                                    vendor/react-dom.min.js    105 KiB          [emitted]
    default:                                        vendor/react.min.js   12.4 KiB          [emitted]
    default:                  vendor/wp-polyfill-element-closest.min.js  895 bytes          [emitted]
    default:                            vendor/wp-polyfill-fetch.min.js   14.5 KiB          [emitted]
    default:                         vendor/wp-polyfill-formdata.min.js      7 KiB          [emitted]
    default:                    vendor/wp-polyfill-node-contains.min.js  531 bytes          [emitted]
    default:                                  vendor/wp-polyfill.min.js   93.9 KiB          [emitted]
    default:                                            viewport.min.js   2.63 KiB      37  [emitted]         viewport
    default:                                           wordcount.min.js   2.92 KiB      38  [emitted]         wordcount
    default:     Entrypoint apiFetch = api-fetch.min.js
    default:     Entrypoint a11y = a11y.min.js
    default:     Entrypoint annotations = annotations.min.js
    default:     Entrypoint autop = autop.min.js
    default:     Entrypoint blob = blob.min.js
    default:     Entrypoint blocks = blocks.min.js
    default:     Entrypoint blockEditor = block-editor.min.js
    default:     Entrypoint blockLibrary [big] = block-library.min.js
    default:     Entrypoint blockSerializationDefaultParser = block-serialization-default-parser.min.js
    default:     Entrypoint components [big] = components.min.js
    default:     Entrypoint compose = compose.min.js
    default:     Entrypoint coreData = core-data.min.js
    default:     Entrypoint data = data.min.js
    default:     Entrypoint date [big] = date.min.js
    default:     Entrypoint deprecated = deprecated.min.js
    default:     Entrypoint dom = dom.min.js
    default:     Entrypoint domReady = dom-ready.min.js
    default:     Entrypoint editPost = edit-post.min.js
    default:     Entrypoint editor = editor.min.js
    default:     Entrypoint element = element.min.js
    default:     Entrypoint escapeHtml = escape-html.min.js
    default:     Entrypoint formatLibrary = format-library.min.js
    default:     Entrypoint hooks = hooks.min.js
    default:     Entrypoint htmlEntities = html-entities.min.js
    default:     Entrypoint i18n = i18n.min.js
    default:     Entrypoint isShallowEqual = is-shallow-equal.min.js
    default:     Entrypoint keycodes = keycodes.min.js
    default:     Entrypoint listReusableBlocks = list-reusable-blocks.min.js
    default:     Entrypoint notices = notices.min.js
    default:     Entrypoint nux = nux.min.js
    default:     Entrypoint plugins = plugins.min.js
    default:     Entrypoint priorityQueue = priority-queue.min.js
    default:     Entrypoint reduxRoutine = redux-routine.min.js
    default:     Entrypoint richText = rich-text.min.js
    default:     Entrypoint shortcode = shortcode.min.js
    default:     Entrypoint tokenList = token-list.min.js
    default:     Entrypoint url = url.min.js
    default:     Entrypoint viewport = viewport.min.js
    default:     Entrypoint wordcount = wordcount.min.js
    default:     [254] ./node_modules/@wordpress/autop/build-module/index.js 13.9 KiB {3} [built]
    default:     [255] ./node_modules/@wordpress/blob/build-module/index.js 1.19 KiB {4} [built]
    default:     [256] ./node_modules/@wordpress/block-library/build-module/index.js 3.29 KiB {6} [built]
    default:     [258] ./node_modules/@wordpress/block-serialization-default-parser/build-module/index.js 11.3 KiB {7} [built]
    default:     [335] ./node_modules/@wordpress/date/build-module/index.js 10.9 KiB {13} [built]
    default:     [339] ./node_modules/@wordpress/deprecated/build-module/index.js 2.99 KiB {14} [built]
    default:     [340] ./node_modules/@wordpress/dom-ready/build-module/index.js 776 bytes {16} [built]
    default:     [342] ./node_modules/@wordpress/html-entities/build-module/index.js 980 bytes {23} [built]
    default:     [343] ./node_modules/@wordpress/is-shallow-equal/index.js 899 bytes {25} [built]
    default:     [346] ./node_modules/@wordpress/priority-queue/build-module/index.js 1.81 KiB {31} [built]
    default:     [352] ./node_modules/@wordpress/shortcode/build-module/index.js 9.61 KiB {34} [built]
    default:     [353] ./node_modules/@wordpress/token-list/build-module/index.js 6.55 KiB {35} [built]
    default:     [354] ./node_modules/@wordpress/url/build-module/index.js 10.3 KiB {36} [built]
    default:     [357] ./node_modules/@wordpress/block-editor/build-module/index.js + 118 modules 506 KiB {5} [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/index.js 308 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/defaults.js 3.59 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/index.js 582 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/index.js 3.19 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/hooks/index.js 133 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/reducer.js 28.1 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/controls.js 1.11 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/actions.js 16.3 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/selectors.js 42.6 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/middlewares.js 1.15 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/autocomplete/index.js 5.04 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/alignment-toolbar/index.js 2.41 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/block-alignment-toolbar/index.js 2.78 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/block-controls/index.js 714 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/block-edit/index.js 2.08 KiB [built]
    default:           |     + 104 hidden modules
    default:     [358] ./node_modules/@wordpress/editor/build-module/index.js + 103 modules 361 KiB {18} [built]
    default:           | ./node_modules/@wordpress/editor/build-module/index.js 429 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/index.js 555 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/editor-styles/index.js 1.01 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/utils/index.js 140 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/index.js 3.82 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/hooks/index.js 68 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/constants.js 576 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/reducer.js 24.2 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/controls.js 3.86 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/actions.js 24.2 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/selectors.js 35.4 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/middlewares.js 1.15 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/autocompleters/index.js 112 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/server-side-render/index.js 900 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/autosave-monitor/index.js 3.37 KiB [built]
    default:           |     + 89 hidden modules
    default:         + 368 hidden modules
    default:
    default:     WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
    default:     This can impact web performance.
    default:     Assets:
    default:       block-library.min.js (256 KiB)
    default:       components.min.js (539 KiB)
    default:       date.min.js (915 KiB)
    default:
    default:     WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
    default:     Entrypoints:
    default:       blockLibrary (256 KiB)
    default:           block-library.min.js
    default:       components (539 KiB)
    default:           components.min.js
    default:       date (915 KiB)
    default:           date.min.js
    default:
    default:
    default:     WARNING in webpack performance recommendations:
    default:     You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
    default:     For more info visit https://webpack.js.org/guides/code-splitting/
    default: Running "webpack:dev" (webpack) task
    default: Hash: 6955d37456a267583072ec7db9fc23357f47875a
    default: Version: webpack 4.29.2 / grunt-webpack 3.1.3
    default: Child
    default:     Hash: 6955d37456a267583072
    default:     Time: 2619ms
    default:     Built at: 03/29/2019 5:50:09 PM
    default:                                            Asset      Size        Chunks             Chunk Names
    default:         build/wp-includes/js/media-audiovideo.js  26.8 KiB    0, 1, 8, 9  [emitted]  build/wp-includes/js/media-audiovideo.js
    default:     build/wp-includes/js/media-audiovideo.min.js  12.5 KiB    1, 0, 8, 9  [emitted]  build/wp-includes/js/media-audiovideo.min.js
    default:               build/wp-includes/js/media-grid.js  28.4 KiB  2, 3, 10, 11  [emitted]  build/wp-includes/js/media-grid.js
    default:           build/wp-includes/js/media-grid.min.js  13.8 KiB  3, 2, 10, 11  [emitted]  build/wp-includes/js/media-grid.min.js
    default:             build/wp-includes/js/media-models.js  44.4 KiB  4, 5, 12, 13  [emitted]  build/wp-includes/js/media-models.js
    default:         build/wp-includes/js/media-models.min.js  13.6 KiB  5, 4, 12, 13  [emitted]  build/wp-includes/js/media-models.min.js
    default:              build/wp-includes/js/media-views.js   243 KiB  6, 7, 14, 15  [emitted]  build/wp-includes/js/media-views.js
    default:          build/wp-includes/js/media-views.min.js    99 KiB  7, 6, 14, 15  [emitted]  build/wp-includes/js/media-views.min.js
    default:           src/wp-includes/js/media-audiovideo.js  26.8 KiB    8, 0, 1, 9  [emitted]  src/wp-includes/js/media-audiovideo.js
    default:       src/wp-includes/js/media-audiovideo.min.js  12.5 KiB    9, 0, 1, 8  [emitted]  src/wp-includes/js/media-audiovideo.min.js
    default:                 src/wp-includes/js/media-grid.js  28.4 KiB  10, 2, 3, 11  [emitted]  src/wp-includes/js/media-grid.js
    default:             src/wp-includes/js/media-grid.min.js  13.8 KiB  11, 2, 3, 10  [emitted]  src/wp-includes/js/media-grid.min.js
    default:               src/wp-includes/js/media-models.js  44.4 KiB  12, 4, 5, 13  [emitted]  src/wp-includes/js/media-models.js
    default:           src/wp-includes/js/media-models.min.js  13.6 KiB  13, 4, 5, 12  [emitted]  src/wp-includes/js/media-models.min.js
    default:                src/wp-includes/js/media-views.js   243 KiB  14, 6, 7, 15  [emitted]  src/wp-includes/js/media-views.js
    default:            src/wp-includes/js/media-views.min.js    99 KiB  15, 6, 7, 14  [emitted]  src/wp-includes/js/media-views.min.js
    default:     Entrypoint build/wp-includes/js/media-audiovideo.js = build/wp-includes/js/media-audiovideo.js
    default:     Entrypoint build/wp-includes/js/media-audiovideo.min.js = build/wp-includes/js/media-audiovideo.min.js
    default:     Entrypoint build/wp-includes/js/media-grid.js = build/wp-includes/js/media-grid.js
    default:     Entrypoint build/wp-includes/js/media-grid.min.js = build/wp-includes/js/media-grid.min.js
    default:     Entrypoint build/wp-includes/js/media-models.js = build/wp-includes/js/media-models.js
    default:     Entrypoint build/wp-includes/js/media-models.min.js = build/wp-includes/js/media-models.min.js
    default:     Entrypoint build/wp-includes/js/media-views.js = build/wp-includes/js/media-views.js
    default:     Entrypoint build/wp-includes/js/media-views.min.js = build/wp-includes/js/media-views.min.js
    default:     Entrypoint src/wp-includes/js/media-audiovideo.js = src/wp-includes/js/media-audiovideo.js
    default:     Entrypoint src/wp-includes/js/media-audiovideo.min.js = src/wp-includes/js/media-audiovideo.min.js
    default:     Entrypoint src/wp-includes/js/media-grid.js = src/wp-includes/js/media-grid.js
    default:     Entrypoint src/wp-includes/js/media-grid.min.js = src/wp-includes/js/media-grid.min.js
    default:     Entrypoint src/wp-includes/js/media-models.js = src/wp-includes/js/media-models.js
    default:     Entrypoint src/wp-includes/js/media-models.min.js = src/wp-includes/js/media-models.min.js
    default:     Entrypoint src/wp-includes/js/media-views.js = src/wp-includes/js/media-views.js
    default:     Entrypoint src/wp-includes/js/media-views.min.js = src/wp-includes/js/media-views.min.js
    default:      [0] multi ./src/js/_enqueues/wp/media/audiovideo.js 28 bytes {0} {1} {8} {9} [built]
    default:      [1] ./src/js/_enqueues/wp/media/audiovideo.js 5.94 KiB {0} {1} {8} {9} [built]
    default:      [2] ./src/js/media/models/post-media.js 1.07 KiB {0} {1} {8} {9} [built]
    default:      [3] ./src/js/media/controllers/audio-details.js 724 bytes {0} {1} {8} {9} [built]
    default:      [4] ./src/js/media/controllers/video-details.js 724 bytes {0} {1} {8} {9} [built]
    default:      [5] ./src/js/media/views/frame/media-details.js 3.34 KiB {0} {1} {8} {9} [built]
    default:      [6] ./src/js/media/views/frame/audio-details.js 1.86 KiB {0} {1} {8} {9} [built]
    default:      [7] ./src/js/media/views/frame/video-details.js 3.58 KiB {0} {1} {8} {9} [built]
    default:      [8] ./src/js/media/views/media-details.js 3.89 KiB {0} {1} {8} {9} [built]
    default:     [11] multi ./src/js/_enqueues/wp/media/grid.js 28 bytes {2} {3} {10} {11} [built]
    default:     [12] ./src/js/_enqueues/wp/media/grid.js 962 bytes {2} {3} {10} {11} [built]
    default:     [22] multi ./src/js/_enqueues/wp/media/models.js 28 bytes {4} {5} {12} {13} [built]
    default:     [23] ./src/js/_enqueues/wp/media/models.js 6.64 KiB {4} {5} {12} {13} [built]
    default:     [29] multi ./src/js/_enqueues/wp/media/views.js 28 bytes {6} {7} {14} {15} [built]
    default:     [30] ./src/js/_enqueues/wp/media/views.js 7.71 KiB {6} {7} {14} {15} [built]
    default:         + 91 hidden modules
    default: Child
    default:     Hash: ec7db9fc23357f47875a
    default:     Time: 15684ms
    default:     Built at: 03/29/2019 5:50:22 PM
    default:                                                      Asset       Size  Chunks                    Chunk Names
    default:            ../../../../src/wp-includes/blocks/archives.php   3.24 KiB          [emitted]
    default:               ../../../../src/wp-includes/blocks/block.php  859 bytes          [emitted]
    default:            ../../../../src/wp-includes/blocks/calendar.php   1.94 KiB          [emitted]
    default:          ../../../../src/wp-includes/blocks/categories.php   2.53 KiB          [emitted]
    default:     ../../../../src/wp-includes/blocks/latest-comments.php   5.42 KiB          [emitted]
    default:        ../../../../src/wp-includes/blocks/latest-posts.php   3.03 KiB          [emitted]
    default:                 ../../../../src/wp-includes/blocks/rss.php   3.84 KiB          [emitted]
    default:              ../../../../src/wp-includes/blocks/search.php   1.81 KiB          [emitted]
    default:           ../../../../src/wp-includes/blocks/shortcode.php  678 bytes          [emitted]
    default:           ../../../../src/wp-includes/blocks/tag-cloud.php   1.47 KiB          [emitted]
    default:      ../../../../src/wp-includes/class-wp-block-parser.php   14.9 KiB          [emitted]
    default:                  ../../css/dist/block-editor/style-rtl.css   81.8 KiB          [emitted]
    default:                      ../../css/dist/block-editor/style.css     82 KiB          [emitted]
    default:                ../../css/dist/block-library/editor-rtl.css   40.5 KiB          [emitted]
    default:                    ../../css/dist/block-library/editor.css   40.5 KiB          [emitted]
    default:                 ../../css/dist/block-library/style-rtl.css   35.1 KiB          [emitted]
    default:                     ../../css/dist/block-library/style.css   35.3 KiB          [emitted]
    default:                 ../../css/dist/block-library/theme-rtl.css   2.44 KiB          [emitted]
    default:                     ../../css/dist/block-library/theme.css   2.43 KiB          [emitted]
    default:                    ../../css/dist/components/style-rtl.css    101 KiB          [emitted]
    default:                        ../../css/dist/components/style.css    101 KiB          [emitted]
    default:                     ../../css/dist/edit-post/style-rtl.css   76.8 KiB          [emitted]
    default:                         ../../css/dist/edit-post/style.css   76.8 KiB          [emitted]
    default:                ../../css/dist/editor/editor-styles-rtl.css  935 bytes          [emitted]
    default:                    ../../css/dist/editor/editor-styles.css  935 bytes          [emitted]
    default:                        ../../css/dist/editor/style-rtl.css   19.5 KiB          [emitted]
    default:                            ../../css/dist/editor/style.css   19.5 KiB          [emitted]
    default:                ../../css/dist/format-library/style-rtl.css   1.44 KiB          [emitted]
    default:                    ../../css/dist/format-library/style.css   1.44 KiB          [emitted]
    default:          ../../css/dist/list-reusable-blocks/style-rtl.css   1.03 KiB          [emitted]
    default:              ../../css/dist/list-reusable-blocks/style.css   1.03 KiB          [emitted]
    default:                           ../../css/dist/nux/style-rtl.css   3.03 KiB          [emitted]
    default:                               ../../css/dist/nux/style.css    3.1 KiB          [emitted]
    default:                                                    a11y.js   8.68 KiB       0  [emitted]         a11y
    default:                                             annotations.js   41.3 KiB       1  [emitted]         annotations
    default:                                               api-fetch.js     48 KiB       2  [emitted]         apiFetch
    default:                                                   autop.js   19.8 KiB       3  [emitted]         autop
    default:                                                    blob.js   5.39 KiB       4  [emitted]         blob
    default:                                            block-editor.js    859 KiB       5  [emitted]  [big]  blockEditor
    default:                                           block-library.js    721 KiB       6  [emitted]  [big]  blockLibrary
    default:                      block-serialization-default-parser.js   17.3 KiB       7  [emitted]         blockSerializationDefaultParser
    default:                                                  blocks.js    398 KiB       8  [emitted]  [big]  blocks
    default:                                              components.js   1.22 MiB       9  [emitted]  [big]  components
    default:                                                 compose.js   27.9 KiB      10  [emitted]         compose
    default:                                               core-data.js    129 KiB      11  [emitted]         coreData
    default:                                                    data.js    135 KiB      12  [emitted]         data
    default:                                                    date.js    941 KiB      13  [emitted]  [big]  date
    default:                                              deprecated.js   7.32 KiB      14  [emitted]         deprecated
    default:                                               dom-ready.js   4.54 KiB      16  [emitted]         domReady
    default:                                                     dom.js   34.9 KiB      15  [emitted]         dom
    default:
    default:                                 edit-post.js    238 KiB      17  [emitted]         editPost
    default:                                                  editor.js    554 KiB      18  [emitted]  [big]  editor
    default:                                                 element.js     35 KiB      19  [emitted]         element
    default:                                             escape-html.js   8.15 KiB      20  [emitted]         escapeHtml
    default:                                          format-library.js   48.8 KiB      21  [emitted]         formatLibrary
    default:                                                   hooks.js   21.4 KiB      22  [emitted]         hooks
    default:                                           html-entities.js   4.81 KiB      23  [emitted]         htmlEntities
    default:                                                    i18n.js   33.1 KiB      24  [emitted]         i18n
    default:                                        is-shallow-equal.js   5.89 KiB      25  [emitted]         isShallowEqual
    default:                                                keycodes.js     17 KiB      26  [emitted]         keycodes
    default:                                    list-reusable-blocks.js   48.3 KiB      27  [emitted]         listReusableBlocks
    default:                                                 notices.js     45 KiB      28  [emitted]         notices
    default:                                                     nux.js   28.3 KiB      29  [emitted]         nux
    default:                                                 plugins.js   22.6 KiB      30  [emitted]         plugins
    default:                                          priority-queue.js   5.66 KiB      31  [emitted]         priorityQueue
    default:                                           redux-routine.js   24.7 KiB      32  [emitted]         reduxRoutine
    default:                                               rich-text.js    109 KiB      33  [emitted]         richText
    default:                                               shortcode.js   17.7 KiB      34  [emitted]         shortcode
    default:                                              token-list.js   12.2 KiB      35  [emitted]         tokenList
    default:                                                     url.js   38.6 KiB      36  [emitted]         url
    default:                                           vendor/lodash.js    527 KiB          [emitted]  [big]
    default:                                           vendor/moment.js    143 KiB          [emitted]
    default:                                        vendor/react-dom.js    771 KiB          [emitted]  [big]
    default:                                            vendor/react.js   99.8 KiB          [emitted]
    default:                      vendor/wp-polyfill-element-closest.js  895 bytes          [emitted]
    default:                                vendor/wp-polyfill-fetch.js   14.5 KiB          [emitted]
    default:                             vendor/wp-polyfill-formdata.js   9.41 KiB          [emitted]
    default:                        vendor/wp-polyfill-node-contains.js  531 bytes          [emitted]
    default:                                      vendor/wp-polyfill.js    225 KiB          [emitted]
    default:                                                viewport.js   11.5 KiB      37  [emitted]         viewport
    default:                                               wordcount.js   13.9 KiB      38  [emitted]         wordcount
    default:     Entrypoint apiFetch = api-fetch.js
    default:     Entrypoint a11y = a11y.js
    default:     Entrypoint annotations = annotations.js
    default:     Entrypoint autop = autop.js
    default:     Entrypoint blob = blob.js
    default:     Entrypoint blocks [big] = blocks.js
    default:     Entrypoint blockEditor [big] = block-editor.js
    default:     Entrypoint blockLibrary [big] = block-library.js
    default:     Entrypoint blockSerializationDefaultParser = block-serialization-default-parser.js
    default:     Entrypoint components [big] = components.js
    default:     Entrypoint compose = compose.js
    default:     Entrypoint coreData = core-data.js
    default:     Entrypoint data = data.js
    default:     Entrypoint date [big] = date.js
    default:     Entrypoint deprecated = deprecated.js
    default:     Entrypoint dom = dom.js
    default:     Entrypoint domReady = dom-ready.js
    default:     Entrypoint editPost = edit-post.js
    default:     Entrypoint editor [big] = editor.js
    default:     Entrypoint element = element.js
    default:     Entrypoint escapeHtml = escape-html.js
    default:     Entrypoint formatLibrary = format-library.js
    default:     Entrypoint hooks = hooks.js
    default:     Entrypoint htmlEntities = html-entities.js
    default:     Entrypoint i18n = i18n.js
    default:     Entrypoint isShallowEqual = is-shallow-equal.js
    default:     Entrypoint keycodes = keycodes.js
    default:     Entrypoint listReusableBlocks = list-reusable-blocks.js
    default:     Entrypoint notices = notices.js
    default:     Entrypoint nux = nux.js
    default:     Entrypoint plugins = plugins.js
    default:     Entrypoint priorityQueue = priority-queue.js
    default:     Entrypoint reduxRoutine = redux-routine.js
    default:     Entrypoint richText = rich-text.js
    default:     Entrypoint shortcode = shortcode.js
    default:     Entrypoint tokenList = token-list.js
    default:     Entrypoint url = url.js
    default:     Entrypoint viewport = viewport.js
    default:     Entrypoint wordcount = wordcount.js
    default:     [254] ./node_modules/@wordpress/autop/build-module/index.js 13.9 KiB {3} [built]
    default:     [255] ./node_modules/@wordpress/blob/build-module/index.js 1.19 KiB {4} [built]
    default:     [256] ./node_modules/@wordpress/block-library/build-module/index.js 3.29 KiB {6} [built]
    default:     [258] ./node_modules/@wordpress/block-serialization-default-parser/build-module/index.js 11.3 KiB {7} [built]
    default:     [335] ./node_modules/@wordpress/date/build-module/index.js 10.9 KiB {13} [built]
    default:     [339] ./node_modules/@wordpress/deprecated/build-module/index.js 2.99 KiB {14} [built]
    default:     [340] ./node_modules/@wordpress/dom-ready/build-module/index.js 776 bytes {16} [built]
    default:     [342] ./node_modules/@wordpress/html-entities/build-module/index.js 980 bytes {23} [built]
    default:     [343] ./node_modules/@wordpress/is-shallow-equal/index.js 899 bytes {25} [built]
    default:     [346] ./node_modules/@wordpress/priority-queue/build-module/index.js 1.81 KiB {31} [built]
    default:     [352] ./node_modules/@wordpress/shortcode/build-module/index.js 9.61 KiB {34} [built]
    default:     [353] ./node_modules/@wordpress/token-list/build-module/index.js 6.55 KiB {35} [built]
    default:     [354] ./node_modules/@wordpress/url/build-module/index.js 10.3 KiB {36} [built]
    default:     [357] ./node_modules/@wordpress/block-editor/build-module/index.js + 118 modules 506 KiB {5} [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/index.js 308 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/defaults.js 3.59 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/index.js 582 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/index.js 3.19 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/hooks/index.js 133 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/reducer.js 28.1 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/controls.js 1.11 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/actions.js 16.3 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/selectors.js 42.6 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/store/middlewares.js 1.15 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/autocomplete/index.js 5.04 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/alignment-toolbar/index.js 2.41 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/block-alignment-toolbar/index.js 2.78 KiB [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/block-controls/index.js 714 bytes [built]
    default:           | ./node_modules/@wordpress/block-editor/build-module/components/block-edit/index.js 2.08 KiB [built]
    default:           |     + 104 hidden modules
    default:     [358] ./node_modules/@wordpress/editor/build-module/index.js + 103 modules 361 KiB {18} [built]
    default:           | ./node_modules/@wordpress/editor/build-module/index.js 429 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/index.js 555 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/editor-styles/index.js 1.01 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/utils/index.js 140 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/index.js 3.82 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/hooks/index.js 68 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/constants.js 576 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/reducer.js 24.2 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/controls.js 3.86 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/actions.js 24.2 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/selectors.js 35.4 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/store/middlewares.js 1.15 KiB [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/autocompleters/index.js 112 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/server-side-render/index.js 900 bytes [built]
    default:           | ./node_modules/@wordpress/editor/build-module/components/autosave-monitor/index.js 3.37 KiB [built]
    default:           |     + 89 hidden modules
    default:         + 368 hidden modules
    default:
    default:     WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
    default:     This can impact web performance.
    default:     Assets:
    default:       block-editor.js (859 KiB)
    default:       block-library.js (721 KiB)
    default:       blocks.js (398 KiB)
    default:       components.js (1.22 MiB)
    default:       date.js (941 KiB)
    default:       editor.js (554 KiB)
    default:       vendor/lodash.js (527 KiB)
    default:       vendor/react-dom.js (771 KiB)
    default:
    default:     WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
    default:     Entrypoints:
    default:       blocks (398 KiB)
    default:           blocks.js
    default:       blockEditor (859 KiB)
    default:           block-editor.js
    default:       blockLibrary (721 KiB)
    default:           block-library.js
    default:       components (1.22 MiB)
    default:           components.js
    default:       date (941 KiB)
    default:           date.js
    default:       editor (554 KiB)
    default:           editor.js
    default:
    default:
    default:     WARNING in webpack performance recommendations:
    default:     You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
    default:     For more info visit https://webpack.js.org/guides/code-splitting/
    default: Running "copy:npm-packages" (copy) task
    default: Copied 48 files
    default: Running "copy:vendor-js" (copy) task
    default: Created 46 directories
    default: , copied 147 files
    default: Running "copy:admin-js" (copy) task
    default: Copied 51 files
    default: Running "copy:includes-js" (copy) task
    default: Copied 36 files
    default: Running "file_append:default_options" (file_append) task
    default: Running "uglify:core" (uglify) task
    default: >> 113 files created.
    default: Running "uglify:embed" (uglify) task
    default: >> 1 file created.
    default: Running "uglify:jqueryui" (uglify) task
    default: >> 37 files created.
    default: Running "uglify:imgareaselect" (uglify) task
    default: >> 1 file created.
    default: Running "uglify:jqueryform" (uglify) task
    default: >> 1 file created.
    default: Running "concat:tinymce" (concat) task
    default: Running "concat:emoji" (concat) task
    default: Running "jsvalidate:build" (jsvalidate) task
    default: 468 files are valid.
    default: Running "clean:css" (clean) task
    default: >> 0 paths cleaned.
    default: Running "copy:wp-admin-css-compat-rtl" (copy) task
    default: Copied 1 file
    default: Running "copy:wp-admin-css-compat-min" (copy) task
    default: Copied 2 files
    default: Running "cssmin:core" (cssmin) task
    default: >> 37 files created. 676.38 kB → 574.86 kB
    default: Running "sass:colors" (sass) task
    default: Running "postcss:colors" (postcss) task
    default: >> 7 processed stylesheets created.
    default: Running "rtlcss:core" (rtlcss) task
    default: File build/wp-admin/css/about-rtl.css created.
    default: File build/wp-admin/css/admin-menu-rtl.css created.
    default: File build/wp-admin/css/code-editor-rtl.css created.
    default: File build/wp-admin/css/color-picker-rtl.css created.
    default: File build/wp-admin/css/common-rtl.css created.
    default: File build/wp-admin/css/customize-controls-rtl.css created.
    default: File build/wp-admin/css/customize-nav-menus-rtl.css created.
    default: File build/wp-admin/css/customize-widgets-rtl.css created.
    default: File build/wp-admin/css/dashboard-rtl.css created.
    default: File build/wp-admin/css/deprecated-media-rtl.css created.
    default: File build/wp-admin/css/edit-rtl.css created.
    default: File build/wp-admin/css/farbtastic-rtl.css created.
    default: File build/wp-admin/css/forms-rtl.css created.
    default: File build/wp-admin/css/ie-rtl.css created.
    default: File build/wp-admin/css/install-rtl.css created.
    default: File build/wp-admin/css/l10n-rtl.css created.
    default: File build/wp-admin/css/list-tables-rtl.css created.
    default: File build/wp-admin/css/login-rtl.css created.
    default: File build/wp-admin/css/media-rtl.css created.
    default: File build/wp-admin/css/nav-menus-rtl.css created.
    default: File build/wp-admin/css/revisions-rtl.css created.
    default: File build/wp-admin/css/site-health-rtl.css created.
    default: File build/wp-admin/css/site-icon-rtl.css created.
    default: File build/wp-admin/css/themes-rtl.css created.
    default: File build/wp-admin/css/widgets-rtl.css created.
    default: File build/wp-admin/css/wp-admin-rtl.css created.
    default: File build/wp-includes/css/admin-bar-rtl.css created.
    default: File build/wp-includes/css/buttons-rtl.css created.
    default: File build/wp-includes/css/customize-preview-rtl.css created.
    default: File build/wp-includes/css/editor-rtl.css created.
    default: File build/wp-includes/css/jquery-ui-dialog-rtl.css created.
    default: File build/wp-includes/css/media-views-rtl.css created.
    default: File build/wp-includes/css/wp-auth-check-rtl.css created.
    default: File build/wp-includes/css/wp-pointer-rtl.css created.
    default: Running "rtlcss:colors" (rtlcss) task
    default: File build/wp-admin/css/colors/blue/colors-rtl.css created.
    default: File build/wp-admin/css/colors/coffee/colors-rtl.css created.
    default: File build/wp-admin/css/colors/ectoplasm/colors-rtl.css created.
    default: File build/wp-admin/css/colors/light/colors-rtl.css created.
    default: File build/wp-admin/css/colors/midnight/colors-rtl.css created.
    default: File build/wp-admin/css/colors/ocean/colors-rtl.css created.
    default: File build/wp-admin/css/colors/sunrise/colors-rtl.css created.
    default: Running "cssmin:rtl" (cssmin) task
    default: >> 33 files created. 612.08 kB → 515.02 kB
    default: Running "cssmin:colors" (cssmin) task
    default: >> 14 files created. 179.62 kB → 156.1 kB
    default: Running "usebanner:files" (usebanner) task
    default: √ grunt-banner completed successfully
    default: Running "includes:emoji" (includes) task
    default: >> Saved build/wp-includes/formatting.php
    default: Running "includes:embed" (includes) task
    default: >> Saved build/wp-includes/embed.php
    default: Done.
    default: Adding domains to the virtual machine's /etc/hosts file...
    default: Adding hosts from the VVV config entry
    default:  * Added trunk.wordpress.test from /vagrant/vvv-custom.yml
    default:  * Restarting nginx nginx
    default:    ...done.
==> default: Running provisioner: site-wordpress-meta-environment (shell)...
    default: Running: C:/Users/Miky/AppData/Local/Temp/vagrant-shell20190329-4116-13eb1ui.sh
    default: Updating wordpress-meta-environment...
    default: Beginning WP Meta Environment provisioning
    default: #
    default: # Updating buddypressorg.test
    default: #
    default: From git://meta.git.wordpress.org
    default:  * branch                master     -> FETCH_HEAD
    default:    2eee01146..3a22073a8  master     -> origin/master
    default: Updating 2eee01146..3a22073a8
    default: Fast-forward
    default:  .../mu-plugins/blocks/assets/blocks.min.js         |   2 +-
    default:  .../blocks/assets/src/organizers/edit.js           |   2 +-
    default:  .../blocks/assets/src/sessions/block-content.js    |   8 +-
    default:  .../assets/src/sessions/inspector-controls.js      |   6 +-
    default:  .../assets/src/shared/featured-image/index.js      |  26 +-
    default:  .../src/shared/featured-image/inspector-control.js |  20 +-
    default:  .../assets/src/shared/grid-layout/block-content.js |   4 +-
    default:  .../src/shared/grid-layout/inspector-control.js    |  19 +-
    default:  .../assets/src/shared/grid-layout/toolbar.js       |  31 +-
    default:  .../blocks/assets/src/speakers/block-content.js    |   3 +-
    default:  .../blocks/assets/src/sponsors/block-content.js    |  56 ++-
    default:  .../blocks/assets/src/sponsors/block-controls.js   | 109 ++---
    default:  .../mu-plugins/blocks/assets/src/sponsors/edit.js  |  43 +-
    default:  .../assets/src/sponsors/inspector-controls.js      |  48 +--
    default:  .../mu-plugins/blocks/includes/sessions.php        |   6 +-
    default:  .../mu-plugins/blocks/includes/sponsors.php        |  70 +--
    default:  .../wp-content/mu-plugins/blocks/package-lock.json | 469 ++++++++++++--------
    default:  .../wp-content/mu-plugins/blocks/package.json      |   4 +-
    default:  .../blocks/view/shared/featured-image.php          |   5 +-
    default:  .../mu-plugins/blocks/view/shared/grid-layout.php  |   2 +-
    default:  .../wp-content/mu-plugins/blocks/view/sponsors.php |  18 +-
    default:  .../wp-content/mu-plugins/blocks/webpack.config.js |   1 -
    default:  .../mu-plugins/camptix-tweaks/camptix-tweaks.php   |  92 +---
    default:  .../mu-plugins/utilities/class-meetup-client.php   |   4 +
    default:  .../plugins/wc-post-types/inc/rest-api.php         |  10 +-
    default:  .../plugins/wc-post-types/wc-post-types.php        | 476 ++++++++++++---------
    default:  .../wp-content/themes/wordcamp-base-v2/image.php   |  24 +-
    default:  .../themes/wordcamp-base-v2/inc/template-tags.php  |  19 +-
    default:  .../admin/metabox/class-author-card.php            |  39 +-
    default:  .../admin/metabox/class-review-tools.php           |  37 +-
    default:  .../plugins/plugin-directory/class-template.php    |   9 +
    default:  .../plugins/plugin-directory/css/edit-form.css     |   3 +
    default:  .../plugins/theme-directory/theme-directory.php    |  10 +
    default:  .../templates/locale-project.php                   |  16 +-
    default:  .../wporg-gp-routes/inc/routes/class-locale.php    |   2 +
    default:  .../client/components/plugin/style.scss            |   1 +
    default:  .../themes/pub/wporg-plugins/css/style-rtl.css     |   2 +-
    default:  .../themes/pub/wporg-plugins/css/style.css         |   3 +-
    default:  .../themes/pub/wporg-plugins/functions.php         |   2 +-
    default:  .../themes/pub/wporg-plugins/js/theme.js           |   6 +-
    default:  .../wporg-plugins/template-parts/plugin-single.php |  10 +-
    default:  .../template-parts/section-blocks.php              |  28 ++
    default:  .../themes/pub/wporg-themes/functions.php          |  10 +
    default:  .../wp-content/themes/pub/wporg-themes/rss.php     |   1 +
    default:  44 files changed, 989 insertions(+), 767 deletions(-)
    default:  create mode 100644 wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-blocks.php
    default: WordPress database error Table 'buddypressorg_dev.wp_blogmeta' doesn't exist for query SELECT blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (1) ORDER BY meta_id ASC made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-settings.php'), require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-includes/ms-settings.php'), ms_load_current_site_and_network, get_site_by_path, get_sites, WP_Site_Query->query, WP_Site_Query->get_sites, _prime_site_caches, update_site_cache, update_sitemeta_cache, update_meta_cache
    default: Success: WordPress is up to date.
    default: WordPress database error Table 'buddypressorg_dev.wp_blogmeta' doesn't exist for query SELECT blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (1) ORDER BY meta_id ASC made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-settings.php'), require('/srv/www/wordpress-meta-environment/meta-repository/buddypress.org/public_html/wordpress/wp-includes/ms-settings.php'), ms_load_current_site_and_network, get_site_by_path, get_sites, WP_Site_Query->query, WP_Site_Query->get_sites, _prime_site_caches, update_site_cache, update_sitemeta_cache, update_meta_cache
    default: Success: Plugins already updated.
    default: Updating '/srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/buddypress':
    default: At revision 2059841.
    default: Updating '/srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wp-content/plugins/bbpress':
    default: At revision 2059841.
    default: #
    default: # Updating jobs.wordpressnet.test
    default: #
    default: From git://meta.git.wordpress.org
    default:  * branch                master     -> FETCH_HEAD
    default: Already up to date.
    default: Updating to version nightly (en_US)...
    default: Downloading update from https://wordpress.org/nightly-builds/wordpress-latest.zip...
    default: Unpacking the update...
    default: Warning: Checksums not available for WordPress 5.2-alpha-45004/en_US. Please cleanup files manually.
    default: Success: WordPress updated successfully.
    default: Success: Plugin already updated.
    default: Reading package lists...
    default: Building dependency tree...
    default: Reading state information...
    default: The following extra packages will be installed:
    default:   libaudio2 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 liborc-0.4-0
    default:   libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql
    default:   libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4
    default:   libqtgui4 libqtwebkit4 qtcore4-l10n
    default: Suggested packages:
    default:   nas libvisual-0.4-plugins gstreamer-codec-install gnome-codec-install
    default:   gstreamer1.0-tools gstreamer1.0-plugins-base
    default:   libqt4-declarative-folderlistmodel libqt4-declarative-gestures
    default:   libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer
    default:   libqt4-dev libicu48 qt4-qtconfig
    default: The following NEW packages will be installed:
    default:   libaudio2 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 liborc-0.4-0
    default:   libqt4-declarative libqt4-network libqt4-opengl libqt4-script libqt4-sql
    default:   libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4
    default:   libqtgui4 libqtwebkit4 qtcore4-l10n wkhtmltopdf xvfb
    default: 0 upgraded, 19 newly installed, 0 to remove and 15 not upgraded.
    default: Need to get 21.0 MB of archives.
    default: After this operation, 83.1 MB of additional disk space will be used.
    default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB]
    default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgstreamer1.0-0 amd64 1.2.4-0ubuntu1.1 [598 kB]
    default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main liborc-0.4-0 amd64 1:0.4.18-1ubuntu1 [136 kB]
    default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgstreamer-plugins-base1.0-0 amd64 1.2.4-1~ubuntu2.1 [436 kB]
    default: Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB]
    default: Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1,555 kB]
    default: Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xml amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [95.0 kB]
    default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB]
    default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB]
    default: Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB]
    default: Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [97.4 kB]
    default: Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1,028 kB]
    default: Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4,130 kB]
    default: Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-declarative amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1,076 kB]
    default: Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-opengl amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [295 kB]
    default: Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB]
    default: Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libqtwebkit4 amd64 2.3.2-0ubuntu7 [8,561 kB]
    default: Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main xvfb amd64 2:1.15.1-0ubuntu2.11 [748 kB]
    default: Get:19 http://archive.ubuntu.com/ubuntu/ trusty/universe wkhtmltopdf amd64 0.9.9-4 [103 kB]
    default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
    default: Fetched 21.0 MB in 1min 5s (319 kB/s)
    default: Selecting previously unselected package libaudio2:amd64.
    default: (Reading database ... 75167 files and directories currently installed.)
    default: Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ...
    default: Unpacking libaudio2:amd64 (1.9.4-1) ...
    default: Selecting previously unselected package libgstreamer1.0-0:amd64.
    default: Preparing to unpack .../libgstreamer1.0-0_1.2.4-0ubuntu1.1_amd64.deb ...
    default: Unpacking libgstreamer1.0-0:amd64 (1.2.4-0ubuntu1.1) ...
    default: Selecting previously unselected package liborc-0.4-0:amd64.
    default: Preparing to unpack .../liborc-0.4-0_1%3a0.4.18-1ubuntu1_amd64.deb ...
    default: Unpacking liborc-0.4-0:amd64 (1:0.4.18-1ubuntu1) ...
    default: Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
    default: Preparing to unpack .../libgstreamer-plugins-base1.0-0_1.2.4-1~ubuntu2.1_amd64.deb ...
    default: Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.2.4-1~ubuntu2.1) ...
    default: Selecting previously unselected package qtcore4-l10n.
    default: Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ...
    default: Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqtcore4:amd64.
    default: Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-xml:amd64.
    default: Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqtdbus4:amd64.
    default: Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-network:amd64.
    default: Preparing to unpack .../libqt4-network_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-script:amd64.
    default: Preparing to unpack .../libqt4-script_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-sql:amd64.
    default: Preparing to unpack .../libqt4-sql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-xmlpatterns:amd64.
    default: Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqtgui4:amd64.
    default: Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-declarative:amd64.
    default: Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-opengl:amd64.
    default: Preparing to unpack .../libqt4-opengl_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-opengl:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqt4-sql-mysql:amd64.
    default: Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
    default: Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Selecting previously unselected package libqtwebkit4:amd64.
    default: Preparing to unpack .../libqtwebkit4_2.3.2-0ubuntu7_amd64.deb ...
    default: Unpacking libqtwebkit4:amd64 (2.3.2-0ubuntu7) ...
    default: Selecting previously unselected package xvfb.
    default: Preparing to unpack .../xvfb_2%3a1.15.1-0ubuntu2.11_amd64.deb ...
    default: Unpacking xvfb (2:1.15.1-0ubuntu2.11) ...
    default: Selecting previously unselected package wkhtmltopdf.
    default: Preparing to unpack .../wkhtmltopdf_0.9.9-4_amd64.deb ...
    default: Unpacking wkhtmltopdf (0.9.9-4) ...
    default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
    default: Setting up libaudio2:amd64 (1.9.4-1) ...
    default: Setting up libgstreamer1.0-0:amd64 (1.2.4-0ubuntu1.1) ...
    default: Setting up liborc-0.4-0:amd64 (1:0.4.18-1ubuntu1) ...
    default: Setting up libgstreamer-plugins-base1.0-0:amd64 (1.2.4-1~ubuntu2.1) ...
    default: Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up xvfb (2:1.15.1-0ubuntu2.11) ...
    default: Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqt4-opengl:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
    default: Setting up libqtwebkit4:amd64 (2.3.2-0ubuntu7) ...
    default: Setting up wkhtmltopdf (0.9.9-4) ...
    default: Processing triggers for libc-bin (2.19-0ubuntu6.14) ...
    default: #
    default: # Provisioning wordcamp.test
    default: #
    default: Creating directory '/srv/www/wordpress-meta-environment/wordcamp.test/public_html/wordpress/'.
    default: Downloading WordPress 5.1.1 (en_US)...
    default: Using cached file '/home/vagrant/.wp-cli/cache/core/wordpress-5.1.1-en_US.tar.gz'...
    default: Success: WordPress downloaded.
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/includes
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/languages
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/TODO.txt
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/camptix-network-tools.php
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/network-dashboard.php
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/readme.txt
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/screenshot-1.png
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/screenshot-2.png
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/screenshot-3.png
    default:    C /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/screenshot-4.png
    default:    A /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/includes/class-camptix-network-attendees-list-table.php
    default:    A /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/includes/class-camptix-network-dashboard-list-table.php
    default:    A /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/includes/class-camptix-network-log-list-table.php
    default:    A /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-network-tools/languages/camptix-network-tools.pot
    default: Checked out revision 2059843.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/email-post-changes/class.email-post-changes.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/email-post-changes/email-post-changes.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/email-post-changes/readme.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/email-post-changes/unified.php
    default: Checked out revision 2059843.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/images
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/images/source-logos
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/font
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/actions
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/flickr
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/google
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/instagram
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/stream
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/tweet
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/constants
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/dispatcher
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/stores
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/utils
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/media-sources-common
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-settings
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-shortcode-tagregator
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-flickr
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-google
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-instagram
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-twitter
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tagregator.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-media-source.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-module.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-settings.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-shortcode-tagregator.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-source-flickr.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-source-google.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-source-instagram.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/classes/tggr-source-twitter.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/css/front-end.css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/images/source-logos/flickr.png
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/images/source-logos/google-plus.png
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/images/source-logos/instagram.png
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/images/source-logos/twitter.png
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/css/font-awesome.min.css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/readme.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/webpack.config.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/font/FontAwesome.otf
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/font/fontawesome-webfont.eot
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/font/fontawesome-webfont.svg
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/font/fontawesome-webfont.ttf
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/includes/font-awesome/font/fontawesome-webfont.woff
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/actions/media-actions.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/flickr/index.jsx
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/flickr/style.scss
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/google/index.jsx
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/google/style.scss
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/instagram/index.jsx
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/instagram/style.scss
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/stream/index.jsx
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/stream/style.scss
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/tweet/index.jsx
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/components/tweet/style.scss
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/constants/constants.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/dispatcher/dispatcher.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/stores/media-store.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/utils/api.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/utils/content-mixin.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/front-end.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/javascript/index.jsx
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/media-sources-common/page-settings-fields.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-settings/page-log.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-settings/page-settings.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-shortcode-tagregator/shortcode-tagregator.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-flickr/page-settings-section-header.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-google/page-settings-section-header.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-instagram/page-settings-section-header.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/tggr-source-twitter/page-settings-section-header.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/views/requirements-error.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/.editorconfig
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/.eslintrc
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/TODO.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/bootstrap.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/license.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/package-lock.json
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator/package.json
    default:  U   /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/tagregator
    default: Checked out revision 2059843.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-admin.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-attachments.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-dashboard.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-email-accounts.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-email-notifications.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-email-replies.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-emails.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-json-api.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-logger.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-permissions.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-predefined-replies.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-preferences.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-statistics.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-table.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-ui-submissionform.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-ui-widget.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/classes/class-supportflow-wp-cli.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/css/admin.css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/css/dashboard.css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/css/supportflow.min.css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/css/widget.css
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/auto_save.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/customers-autocomplete.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/email_accounts.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/email_conversation.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/permissions.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/predefined-replies.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/preferences.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/supportflow-user-widget.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/supportflow.min.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/ticket_attachments.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/tickets.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/js/toggle-links.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/Gruntfile.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/package.json
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/readme.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/supportflow-user-widget.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow/supportflow.php
    default:  U   /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/supportflow
    default: Checked out revision 2059843.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/includes
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/includes/admin
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/includes/admin/views
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/languages
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/includes/admin/views/html-notice-missing-camptix.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/includes/class-payment-method-pagseguro.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/languages/camptix-pagseguro.pot
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/camptix-pagseguro.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-pagseguro/readme.txt
    default: Checked out revision 2059844.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-payfast-gateway/classes
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-payfast-gateway/classes/class-camptix-payment-method-payfast.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-payfast-gateway/LICENSE
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-payfast-gateway/camptix-payfast.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-payfast-gateway/readme.txt
    default:  U   /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-payfast-gateway
    default: Checked out revision 2059844.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustpay/camptix-trustpay.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustpay/payment-trustpay.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustpay/readme.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustpay/wi-trustpay-request.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustpay/wi-trustpay-response.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustpay/wi-trustpay.php
    default: Checked out revision 2059844.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustcard/camptix-trustcard.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustcard/payment-trustcard.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustcard/readme.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustcard/wi-trustcard-request.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustcard/wi-trustcard-response.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-trustcard/wi-trustcard.php
    default: Checked out revision 2059845.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago/languages
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago/languages/camptix-mp-es_ES.mo
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago/languages/camptix-mp-es_ES.po
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago/languages/camptix-mp.po
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago/camptix-mercadopago.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago/payment-mercadopago.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago/readme.txt
    default:  U   /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-mercadopago
    default: Checked out revision 2059845.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-kdcpay-gateway/classes
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-kdcpay-gateway/languages
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-kdcpay-gateway/classes/class-camptix-payment-method-kdcpay.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-kdcpay-gateway/languages/camptix-kdcpay
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-kdcpay-gateway/camptix-kdcpay.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix-kdcpay-gateway/readme.txt
    default: Checked out revision 2059845.
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/assets
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/assets/js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/instamojo
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/bin
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/examples
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Auth
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Cookie
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/assets/js/camptix-multi-popup-razorpay.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/assets/js/camptix-multi-popup.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/instamojo/class-camptix-payment-method-instamojo.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/bin/create_pear_package.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/README.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/authentication-custom.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/authentication.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/goals.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/hooks.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/proxy.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/usage-advanced.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/usage.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/docs/why-requests.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Proxy
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Response
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Transport
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Utility
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/examples/basic-auth.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/examples/get.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/examples/multiple.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Response/Headers.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Transport/cURL.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/examples/post.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/examples/proxy.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Utility/CaseInsensitiveDictionary.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Transport/fsockopen.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/examples/session.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Cookie.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Auth/Basic.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Hooks.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Auth.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Cookie/Jar.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/400.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Hooker.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/401.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/IPv6.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Auth
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Response
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Transport
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/IRI.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/SSL.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Response.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/402.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Transport.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/403.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/404.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Transport/Base.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Auth/Basic.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/405.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/406.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/407.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Transport/fsockopen.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/IDNAEncoder.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Cookies.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Transport/cURL.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/408.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Session.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Encoding.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Requests.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/phpunit.xml.dist
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Errors
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/SSL.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/409.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/.travis.yml
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/410.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/411.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/.coveralls.yml
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/LICENSE
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/412.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/README.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/composer.json
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Errors/BadRequestError.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/413.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Errors/Error.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/414.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Errors/SignatureVerificationError.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Errors/ErrorCode.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Api.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Errors/ServerError.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/415.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Card.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/languages
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/416.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Invoice.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Collection.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Customer.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Order.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Request.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/417.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Resource.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/418.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/Razorpay.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/README.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Payment.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/428.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Token.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/version.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/429.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/doc.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/composer.json
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/.eslintrc
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/languages/camptix-indian-payments.pot
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/431.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/500.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/501.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/campt-indian-payment-gateway.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/class-camptix-payment-method-razorpay.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/Contributing.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/README.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/readme.txt
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/screenshot-1.png
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/502.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/gulpfile.js
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/503.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/504.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/505.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/screenshot-2.png
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/511.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP/Unknown.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception/HTTP.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Proxy/HTTP.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Transport/cacert.pem
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Utility/FilteredIterator.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Exception.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/IDNAEncoder.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Proxy.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/library/Requests/Session.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/Response/Headers.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/ChunkedEncoding.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/IRI.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/tests/bootstrap.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/CHANGELOG.md
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/libs/Requests-1.6.1/package.xml.tpl
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Errors/GatewayError.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/ArrayableInterface.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Entity.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Refund.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/src/Utility.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/razorpay/lib/razorpay-php/composer.lock
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/inc/class-camptix-payment-methods.php
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/LICENSE
    default: A    /srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/campt-indian-payment-gateway/package.json
    default: Checked out revision 2059845.
    default: Cloning into '/srv/www/wordpress-meta-environment/wordcamp.test/public_html/wp-content/plugins/camptix'...
    default: Installing Akismet Anti-Spam (4.1.1)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/akismet.4.1.1.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing BuddyPress (4.2.0)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/buddypress.4.2.0.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing bbPress (2.5.14)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing Jetpack by WordPress.com (7.1.1)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/jetpack.7.1.1.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Warning: json-rest-api: Plugin not found.
    default: Installing WP Multibyte Patch (2.8.2)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/wp-multibyte-patch.2.8.2.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing WordPress Importer (0.6.4)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing Crowdsignal Polls & Ratings (2.1.2)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/polldaddy.2.1.2.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing Liveblog (1.9.4)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/liveblog.1.9.4.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing WP Super Cache (1.6.4)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/wp-super-cache.1.6.4.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Installing Custom Content Width (1.0.1)
    default: Downloading installation package from https://downloads.wordpress.org/plugin/custom-content-width.1.0.1.zip...
    default: Unpacking the package...
    default: Installing the plugin...
    default: Plugin installed successfully.
    default: Error: Only installed 10 of 11 plugins.
    default: Installing Twenty Ten (2.8)
    default: Downloading installation package from https://downloads.wordpress.org/theme/twentyten.2.8.zip...
    default: Unpacking the package...
    default: Installing the theme...
    default: Theme installed successfully.
    default: Installing Twenty Eleven (3.2)
    default: Downloading installation package from https://downloads.wordpress.org/theme/twentyeleven.3.2.zip...
    default: Unpacking the package...
    default: Installing the theme...
    default: Theme installed successfully.
    default: Installing Twenty Twelve (2.9)
    default: Downloading installation package from https://downloads.wordpress.org/theme/twentytwelve.2.9.zip...
    default: Unpacking the package...
    default: Installing the theme...
    default: Theme installed successfully.
    default: Installing Twenty Thirteen (2.8)
    default: Downloading installation package from https://downloads.wordpress.org/theme/twentythirteen.2.8.zip...
    default: Unpacking the package...
    default: Installing the theme...
    default: Theme installed successfully.
    default: Success: Installed 4 of 4 themes.
    default: vvv-init.sh: line 11: ../wordpressorg.test/provision/vvv-init.sh: No such file or directory
    default: vvv-init.sh: line 12: ../wordpresstv.test/provision/vvv-init.sh: No such file or directory
    default: Completed WP Meta Environment provisioning
    default: Adding domains to the virtual machine's /etc/hosts file...
    default: Adding hosts from the VVV config entry
    default:  * Added wp-meta.test from /vagrant/vvv-custom.yml
    default:  * Restarting nginx nginx
    default:    ...done.

The main error is :

WordPress database error Table 'buddypressorg_dev.wp_blogmeta' doesn't exist

Why ??? When this table is created when all is good ??

vineettalwar commented 5 years ago

So, I have started experimenting with meta-environment again. Built a fresh box and can confirm the issue. Some of the steps, I followed to got the meta-environment running atleast on windows 10 machine.

  1. Ran mingw git bash as administrator to fix "vagrant hosts-updater require administrative access issue"

  2. Sites not loading and dashboard throwing could not load site error a) after vagrant reload --provision . did vagrant ssh and ran ./vvv-init.sh manually inside /wordpress-meta-environemnt//provision.

b) created logs folder and nginx-access.log manually manually after vagrant ssh. for instance at: /srv/www/wordpress-meta-environment/wordcamp.test/logs/nginx-access.log

c) after that ran vagrant up --provision again. All sites were up again after this.

I guess, somehow, on first provision, vvv-init.sh is not running on windows machines as host.

  1. Still some of the error messages are coming on various sites, like wordpressorg.test/plugins

Fatal error: require_once(): Failed opening required '/srv/www/wordpress-meta-environment/meta-repository/wordpress.org/public_html/wp-content/mu-plugins/pub/locales' (include_path='.:/usr/share/php') in /srv/www/wordpress-meta-environment/meta- repository/wordpress.org/public_html/wp-content/mu-plugins/sandbox-functionality.php on line 26

Should I open separate tickets for these fatal errors. ?

iandunn commented 5 years ago

I haven't had a chance to catch up on the latest comments yet, but it may be worth trying another vagrant provision, since @tomjn just fixed a bunch of problems in #130.

FWIW, I don't think the missing blogmeta tables are causing any big problems. They were added in 5.1(ish) and we need to update the sample db (see #123), but I don't think it'll cause provisioning to fail.

tomjn commented 5 years ago

@vineettalwar I get the missing blog tables issue here too, but it didn't prevent the environment from provisioning. I did fix the sandbox file though so it included only PHP files, it was trying to include the locales folder etc

Can you double check now that fixes from #130 have been merged? Also VVV 2.6 is out now

tomjn commented 3 years ago

I'm going to close this out as it's been a while and we're on VVV 3.6 now, lots of things have changed. If this is still a problem after updating software, please re-open