wct2018 / vccw

A Vagrant based development environment.
http://vccw.cc/
MIT License
1 stars 1 forks source link

TASK [Run `wp plugin install`] failed #3

Closed miminari closed 5 years ago

miminari commented 5 years ago

@fumikito

試しに vagrant up してみたらエラーが出てしまいました。

Operating System: macOS 10.12.6 Vagrant Version: 2.2.4 Virtual Box Version: 5.2.26 r128414 (Qt5.6.3)

TASK [Install WP-CLI packages] TASK [Install Ruby gems] TASK [Run wp plugin install]

でエラーが発生しました。上記2つはignoreになっているので問題ないのでしょうか? 最後はphpのエラーが出ているようです。 すみません、どこから手をつけて良いか分かりません。 何か考えられる要因があれば教えていただけるでしょうか?

以下ログです。

$ vagrant up
Bringing machine 'wctokyo2018.local' up with 'virtualbox' provider...
==> wctokyo2018.local: Importing base box 'vccw-team/xenial64'...
==> wctokyo2018.local: Matching MAC address for NAT networking...
==> wctokyo2018.local: Checking if box 'vccw-team/xenial64' version '20161209' is up to date...
==> wctokyo2018.local: Setting the name of the VM: wctokyo2018.local
==> wctokyo2018.local: Clearing any previously set network interfaces...
==> wctokyo2018.local: Preparing network interfaces based on configuration...
    wctokyo2018.local: Adapter 1: nat
    wctokyo2018.local: Adapter 2: hostonly
==> wctokyo2018.local: Forwarding ports...
    wctokyo2018.local: 22 (guest) => 2222 (host) (adapter 1)
==> wctokyo2018.local: Running 'pre-boot' VM customizations...
==> wctokyo2018.local: Booting VM...
==> wctokyo2018.local: Waiting for machine to boot. This may take a few minutes...
    wctokyo2018.local: SSH address: 127.0.0.1:2222
    wctokyo2018.local: SSH username: vagrant
    wctokyo2018.local: SSH auth method: private key
==> wctokyo2018.local: Machine booted and ready!
==> wctokyo2018.local: Checking for guest additions in VM...
    wctokyo2018.local: The guest additions on this VM do not match the installed version of
    wctokyo2018.local: VirtualBox! In most cases this is fine, but in rare cases it can
    wctokyo2018.local: prevent things such as shared folders from working properly. If you see
    wctokyo2018.local: shared folder errors, please make sure the guest additions within the
    wctokyo2018.local: virtual machine match the version of VirtualBox you have installed on
    wctokyo2018.local: your host and reload your VM.
    wctokyo2018.local: 
    wctokyo2018.local: Guest Additions Version: 5.1.10
    wctokyo2018.local: VirtualBox Version: 5.2
==> wctokyo2018.local: Setting hostname...
==> wctokyo2018.local: Configuring and enabling network interfaces...
==> wctokyo2018.local: Mounting shared folders...
    wctokyo2018.local: /vagrant => /Users/aozorafukaku/.Trash/vccw 09-00-12-295
    wctokyo2018.local: /var/www/html => /Users/aozorafukaku/.Trash/vccw 09-00-12-295/wordpress
==> wctokyo2018.local: Running provisioner: ansible_local...
Vagrant has automatically selected the compatibility mode '2.0'
according to the Ansible version installed (2.2.0.0).

Alternatively, the compatibility mode can be specified in your Vagrantfile:
https://www.vagrantup.com/docs/provisioning/ansible_common.html#compatibility_mode

    wctokyo2018.local: Running ansible-playbook...
PLAY [all] *********************************************************************

TASK [setup] *******************************************************************
ok: [wctokyo2018.local]

TASK [Place a ~/.bash_profile] *************************************************
changed: [wctokyo2018.local]

TASK [Place a ~/.bash.d/] ******************************************************
changed: [wctokyo2018.local]

TASK [Place a ~/.bash.d/vccw.sh] ***********************************************
changed: [wctokyo2018.local]

TASK [Download the Composer] ***************************************************
changed: [wctokyo2018.local]

TASK [Run the Composer installer] **********************************************
changed: [wctokyo2018.local]

TASK [Create a ~/.composer/] ***************************************************
changed: [wctokyo2018.local]

TASK [Place a composer.json] ***************************************************
changed: [wctokyo2018.local]

TASK [Install Composer libraries] **********************************************
changed: [wctokyo2018.local] => (item=phpunit/phpunit:5.6)
changed: [wctokyo2018.local] => (item=squizlabs/php_codesniffer:*)
changed: [wctokyo2018.local] => (item=wp-coding-standards/wpcs:*)

TASK [Install the WP-CLI] ******************************************************
changed: [wctokyo2018.local]

TASK [Create a ~/.wp-cli/] *****************************************************
changed: [wctokyo2018.local]

TASK [Create a `~/.wp-cli/config.yml` on the Guest] ****************************
changed: [wctokyo2018.local]

TASK [Install WP-CLI packages] *************************************************
...ignoring
failed: [wctokyo2018.local] (item=vccw/wp-cli-scaffold-movefile:@stable) => {"changed": true, "cmd": "/bin/bash -lc \"wp package install 'vccw/wp-cli-scaffold-movefile:@stable'\"", "delta": "0:00:02.300098", "end": "2019-03-19 00:03:52.005316", "failed": true, "item": "vccw/wp-cli-scaffold-movefile:@stable", "rc": 1, "start": "2019-03-19 00:03:49.705218", "stderr": "Error: Invalid package: shortened identifier 'vccw/wp-cli-scaffold-movefile' not found.", "stdout": "", "stdout_lines": [], "warnings": []}

TASK [Setup a bash completion for the WP-CLI] **********************************
changed: [wctokyo2018.local]

TASK [Place a ~/.gemrc] ********************************************************
changed: [wctokyo2018.local]

TASK [Install Ruby gems] *******************************************************
changed: [wctokyo2018.local] => (item=bundler)
...ignoring
failed: [wctokyo2018.local] (item=wordmove) => {"cmd": "/usr/bin/gem install --version 4.0.0 --user-install --no-document wordmove", "failed": true, "item": "wordmove", "msg": "WARNING:  You don't have /home/vagrant/.gem/ruby/2.3.0/bin in your PATH,\n\t  gem executables will not run.\nERROR:  Error installing wordmove:\n\tphotocopier requires Ruby version >= 2.4.0.", "rc": 1, "stderr": "WARNING:  You don't have /home/vagrant/.gem/ruby/2.3.0/bin in your PATH,\n\t  gem executables will not run.\nERROR:  Error installing wordmove:\n\tphotocopier requires Ruby version >= 2.4.0.\n", "stdout": "Successfully installed concurrent-ruby-1.1.5\nSuccessfully installed thread_safe-0.3.6\nSuccessfully installed tzinfo-1.2.5\n\nHEADS UP! i18n 1.1 changed fallbacks to exclude default locale.\nBut that may break your application.\n\nPlease check your Rails app for 'config.i18n.fallbacks = true'.\nIf you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be\n'config.i18n.fallbacks = [I18n.default_locale]'.\nIf not, fallbacks will be broken in your app by I18n 1.1.x.\n\nFor more info see:\nhttps://github.com/svenfuchs/i18n/releases/tag/v1.1.0\n\nSuccessfully installed i18n-1.6.0\nSuccessfully installed activesupport-5.2.2.1\nSuccessfully installed colorize-0.8.1\nSuccessfully installed dotenv-2.2.2\nSuccessfully installed kwalify-0.7.2\nSuccessfully installed net-ssh-4.2.0\nSuccessfully installed net-scp-1.2.1\nSuccessfully installed net-sftp-2.1.2\nSuccessfully installed net-ssh-gateway-2.0.0\n", "stdout_lines": ["Successfully installed concurrent-ruby-1.1.5", "Successfully installed thread_safe-0.3.6", "Successfully installed tzinfo-1.2.5", "", "HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.", "But that may break your application.", "", "Please check your Rails app for 'config.i18n.fallbacks = true'.", "If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be", "'config.i18n.fallbacks = [I18n.default_locale]'.", "If not, fallbacks will be broken in your app by I18n 1.1.x.", "", "For more info see:", "https://github.com/svenfuchs/i18n/releases/tag/v1.1.0", "", "Successfully installed i18n-1.6.0", "Successfully installed activesupport-5.2.2.1", "Successfully installed colorize-0.8.1", "Successfully installed dotenv-2.2.2", "Successfully installed kwalify-0.7.2", "Successfully installed net-ssh-4.2.0", "Successfully installed net-scp-1.2.1", "Successfully installed net-sftp-2.1.2", "Successfully installed net-ssh-gateway-2.0.0"]}

TASK [Place a ~/.npmrc] ********************************************************
changed: [wctokyo2018.local]

TASK [Install npm packages] ****************************************************

TASK [Check the `phpcs` exists.] ***********************************************
changed: [wctokyo2018.local]

TASK [Setup the WordPress coding standard] *************************************
changed: [wctokyo2018.local]

TASK [Checkout the WordPress i18n Tools] ***************************************
changed: [wctokyo2018.local]

PLAY [all] *********************************************************************

TASK [setup] *******************************************************************
ok: [wctokyo2018.local]

TASK [Allow remote connections to MySQL] ***************************************
changed: [wctokyo2018.local]

TASK [Place ~/.my.cnf] *********************************************************
changed: [wctokyo2018.local]

TASK [Create SSL dir] **********************************************************
changed: [wctokyo2018.local]

TASK [Create SSL keys] *********************************************************
changed: [wctokyo2018.local]

TASK [Replacing the Apache User] ***********************************************
changed: [wctokyo2018.local]

TASK [Replacing the Apache Group] **********************************************
changed: [wctokyo2018.local]

TASK [Place /etc/apache2/sites-available/site.conf] ****************************
changed: [wctokyo2018.local]

TASK [Disable keepalive] *******************************************************
changed: [wctokyo2018.local]

TASK [Setup timeout] ***********************************************************
changed: [wctokyo2018.local]

TASK [Enable virtual host for WordPress] ***************************************
changed: [wctokyo2018.local]

TASK [Update php.ini] **********************************************************
changed: [wctokyo2018.local] => (item={'key': u'short_open_tag', 'value': False})
changed: [wctokyo2018.local] => (item={'key': u'upload_max_filesize', 'value': u'1024M'})
changed: [wctokyo2018.local] => (item={'key': u'mbstring.language', 'value': u'neutral'})
changed: [wctokyo2018.local] => (item={'key': u'date.timezone', 'value': u'UTC'})
changed: [wctokyo2018.local] => (item={'key': u'xdebug.remote_enable', 'value': True})
changed: [wctokyo2018.local] => (item={'key': u'xdebug.remote_port', 'value': 9000})
changed: [wctokyo2018.local] => (item={'key': u'default_charset', 'value': u'UTF-8'})
changed: [wctokyo2018.local] => (item={'key': u'xdebug.remote_connect_back', 'value': True})
changed: [wctokyo2018.local] => (item={'key': u'xdebug.idekey', 'value': u'VCCWDEBUG'})
changed: [wctokyo2018.local] => (item={'key': u'xdebug.remote_autostart', 'value': True})
changed: [wctokyo2018.local] => (item={'key': u'xdebug.profiler_enable', 'value': True})
changed: [wctokyo2018.local] => (item={'key': u'mbstring.internal_encoding', 'value': u'UTF-8'})
changed: [wctokyo2018.local] => (item={'key': u'session.save_path', 'value': u'/tmp'})
changed: [wctokyo2018.local] => (item={'key': u'xdebug.remote_host', 'value': u'127.0.0.1'})
changed: [wctokyo2018.local] => (item={'key': u'post_max_size', 'value': u'1024M'})

TASK [Install mailcatcher] *****************************************************
changed: [wctokyo2018.local]

TASK [Add mailcatcher to service] **********************************************
changed: [wctokyo2018.local]

TASK [Start mailcatcher] *******************************************************
changed: [wctokyo2018.local]

TASK [Update php.ini for mailcatcher] ******************************************
changed: [wctokyo2018.local]

RUNNING HANDLER [restart apache] ***********************************************
changed: [wctokyo2018.local]

RUNNING HANDLER [restart mysql] ************************************************
changed: [wctokyo2018.local]

PLAY [all] *********************************************************************

TASK [setup] *******************************************************************
ok: [wctokyo2018.local]

TASK [Create Database] *********************************************************
changed: [wctokyo2018.local]

TASK [Create MySQL user] *******************************************************
changed: [wctokyo2018.local]

TASK [Change owner of the /var/www/html/] **************************************
ok: [wctokyo2018.local]

TASK [Remove index.html from document root] ************************************
ok: [wctokyo2018.local]

TASK [Run `wp core download`] **************************************************
changed: [wctokyo2018.local]

TASK [Create temporary file for extra-php in wp-config.php] ********************
changed: [wctokyo2018.local]

TASK [Run `wp core config`] ****************************************************
changed: [wctokyo2018.local]

TASK [Run `wp db reset`] *******************************************************
changed: [wctokyo2018.local]

TASK [Run `wp core install`] ***************************************************
changed: [wctokyo2018.local]

TASK [Create index.php for wp_siteurl] *****************************************
skipping: [wctokyo2018.local]

TASK [Move index.php for wp_siteurl] *******************************************
skipping: [wctokyo2018.local]

TASK [Create `.gitignore`] *****************************************************
changed: [wctokyo2018.local]

TASK [Move `.gitignore`] *******************************************************
changed: [wctokyo2018.local]

TASK [Run `wp core language install`] ******************************************
changed: [wctokyo2018.local]

TASK [Run `wp plugin install`] *************************************************
changed: [wctokyo2018.local] => (item=camptix)
failed: [wctokyo2018.local] (item=jetpack) => {"changed": true, "cmd": ["wp", "plugin", "install", "jetpack", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.767968", "end": "2019-03-19 00:05:21.846007", "failed": true, "item": "jetpack", "rc": 255, "start": "2019-03-19 00:05:21.078039", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=wp-multibyte-patch) => {"changed": true, "cmd": ["wp", "plugin", "install", "wp-multibyte-patch", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.714331", "end": "2019-03-19 00:05:22.664265", "failed": true, "item": "wp-multibyte-patch", "rc": 255, "start": "2019-03-19 00:05:21.949934", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=wordpress-importer) => {"changed": true, "cmd": ["wp", "plugin", "install", "wordpress-importer", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.708649", "end": "2019-03-19 00:05:23.481494", "failed": true, "item": "wordpress-importer", "rc": 255, "start": "2019-03-19 00:05:22.772845", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=tagregator) => {"changed": true, "cmd": ["wp", "plugin", "install", "tagregator", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.727815", "end": "2019-03-19 00:05:24.309426", "failed": true, "item": "tagregator", "rc": 255, "start": "2019-03-19 00:05:23.581611", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=gutenberg) => {"changed": true, "cmd": ["wp", "plugin", "install", "gutenberg", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.748054", "end": "2019-03-19 00:05:25.156528", "failed": true, "item": "gutenberg", "rc": 255, "start": "2019-03-19 00:05:24.408474", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=bbpress) => {"changed": true, "cmd": ["wp", "plugin", "install", "bbpress", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.744638", "end": "2019-03-19 00:05:26.007417", "failed": true, "item": "bbpress", "rc": 255, "start": "2019-03-19 00:05:25.262779", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=custom-content-width) => {"changed": true, "cmd": ["wp", "plugin", "install", "custom-content-width", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.721287", "end": "2019-03-19 00:05:26.827124", "failed": true, "item": "custom-content-width", "rc": 255, "start": "2019-03-19 00:05:26.105837", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=wp-super-cache) => {"changed": true, "cmd": ["wp", "plugin", "install", "wp-super-cache", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.753972", "end": "2019-03-19 00:05:27.685928", "failed": true, "item": "wp-super-cache", "rc": 255, "start": "2019-03-19 00:05:26.931956", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=campt-indian-payment-gateway) => {"changed": true, "cmd": ["wp", "plugin", "install", "campt-indian-payment-gateway", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.727688", "end": "2019-03-19 00:05:28.519977", "failed": true, "item": "campt-indian-payment-gateway", "rc": 255, "start": "2019-03-19 00:05:27.792289", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=camptix-kdcpay-gateway) => {"changed": true, "cmd": ["wp", "plugin", "install", "camptix-kdcpay-gateway", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.717836", "end": "2019-03-19 00:05:29.338793", "failed": true, "item": "camptix-kdcpay-gateway", "rc": 255, "start": "2019-03-19 00:05:28.620957", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=camptix-mercadopago) => {"changed": true, "cmd": ["wp", "plugin", "install", "camptix-mercadopago", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.792488", "end": "2019-03-19 00:05:30.230143", "failed": true, "item": "camptix-mercadopago", "rc": 255, "start": "2019-03-19 00:05:29.437655", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=camptix-pagseguro) => {"changed": true, "cmd": ["wp", "plugin", "install", "camptix-pagseguro", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.698834", "end": "2019-03-19 00:05:31.043842", "failed": true, "item": "camptix-pagseguro", "rc": 255, "start": "2019-03-19 00:05:30.345008", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=camptix-payfast-gateway) => {"changed": true, "cmd": ["wp", "plugin", "install", "camptix-payfast-gateway", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.711393", "end": "2019-03-19 00:05:31.857035", "failed": true, "item": "camptix-payfast-gateway", "rc": 255, "start": "2019-03-19 00:05:31.145642", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=camptix-trustcard) => {"changed": true, "cmd": ["wp", "plugin", "install", "camptix-trustcard", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.708857", "end": "2019-03-19 00:05:32.662005", "failed": true, "item": "camptix-trustcard", "rc": 255, "start": "2019-03-19 00:05:31.953148", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=camptix-trustpay) => {"changed": true, "cmd": ["wp", "plugin", "install", "camptix-trustpay", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.725635", "end": "2019-03-19 00:05:33.491624", "failed": true, "item": "camptix-trustpay", "rc": 255, "start": "2019-03-19 00:05:32.765989", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=liveblog) => {"changed": true, "cmd": ["wp", "plugin", "install", "liveblog", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.743834", "end": "2019-03-19 00:05:34.336332", "failed": true, "item": "liveblog", "rc": 255, "start": "2019-03-19 00:05:33.592498", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=polldaddy) => {"changed": true, "cmd": ["wp", "plugin", "install", "polldaddy", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.724875", "end": "2019-03-19 00:05:35.161092", "failed": true, "item": "polldaddy", "rc": 255, "start": "2019-03-19 00:05:34.436217", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
failed: [wctokyo2018.local] (item=supportflow) => {"changed": true, "cmd": ["wp", "plugin", "install", "supportflow", "--activate", "--path=/var/www/html/"], "delta": "0:00:00.762041", "end": "2019-03-19 00:05:36.028523", "failed": true, "item": "supportflow", "rc": 255, "start": "2019-03-19 00:05:35.266482", "stderr": "PHP Fatal error:  Uncaught Error: Call to undefined function WordCamp\\CampTix_Tweaks\\switch_to_blog() in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php:780\nStack trace:\n#0 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(673): WordCamp\\CampTix_Tweaks\\get_global_sponsors(Array)\n#1 /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php(623): WordCamp\\CampTix_Tweaks\\get_global_sponsors_string()\n#2 /var/www/html/wp-includes/class-wp-hook.php(286): WordCamp\\CampTix_Tweaks\\modify_email_templates(Array)\n#3 /var/www/html/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)\n#4 /var/www/html/wp-content/plugins/camptix/camptix.php(1247): apply_filters('camptix_options', Array)\n#5 /var/www/html/wp-content/plugins/camptix/inc/class-camptix-payment-method.php(49): CampTix_Plugin->get_options()\n#6 /var/www/html/wp-content/plugins/camptix/camptix.php(7839): CampTix_Payment_Method->__construct()\n#7 /var/www/html/wp-includes/class-wp-hook.php(286): CampTix_Plugin->load_addo in /var/www/html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php on line 780", "stdout": "", "stdout_lines": [], "warnings": []}
        to retry, use: --limit @/vagrant/provision/playbook.retry

PLAY RECAP *********************************************************************
wctokyo2018.local          : ok=51   changed=44   unreachable=0    failed=1   

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
miminari commented 5 years ago

すみません、wct2018/wct2018 のほうにpostするべきでした。クローズします。