geerlingguy / drupal-vm

A VM for Drupal development
https://www.drupalvm.com/
MIT License
1.37k stars 646 forks source link

Restarting MYSQL failing : Fresh Install #1216

Closed justinlevi closed 7 years ago

justinlevi commented 7 years ago

Issue Type

Your Environment

Vagrant 1.9.1
VirtualBox 5.1.14r112924
ansible 2.2.0.0
  config file = 
  configured module search path = Default w/o overrides

Your OS

Full console output

Command

$ blt vm:nuke && blt vm

RUNNING HANDLER [geerlingguy.mysql : restart mysql] ****************************
    to retry, use: --limit @/Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/playbook.retry

PLAY RECAP *********************************************************************
webny                      : ok=195  changed=92   unreachable=0    failed=1   

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
[phingcall] /Users/justinwinter/Sites/wny/./vendor/acquia/blt/phing/tasks/vm.xml:127:129: Task exited with code 1

BUILD FAILED/Users/justinwinter/Sites/wny/./vendor/acquia/blt/phing/tasks/vm.xml:26:8: /Users/justinwinter/Sites/wny/./vendor/acquia/blt/phing/tasks/vm.xml:29:34: Execution of the target buildfile failed. Aborting.
; 22 minutes  7.38 seconds

Summary

Trying to get my VM up and running again after doing a vagrant reload --provision and I'm seeing the above error. I deleted my vendor folder and ran a composer update and I'm also on the latest stable BLT release.

...
"acquia/blt": "8.6.14",
 "geerlingguy/drupal-vm": "~4.2"
...

Any ideas why MYSQL might be failing here?

geerlingguy commented 7 years ago

@justinlevi - Is there any other output above that mysql handler line? I'm guessing something else is actually failing prior to that handler; Ansible just shows that a handler isn't run at the end if something else fails before the playbook ends. That doesn't necessarily mean the handler failed.

justinlevi commented 7 years ago

Here's the full output

https://gist.github.com/justinlevi/f836a497e0941d6b79abdda3e4c64aea

geerlingguy commented 7 years ago

@justinlevi - It looks like the failure is in the mailhog step:

TASK [geerlingguy.mailhog : Download MailHog and mhsendmail binaries.] *********
failed: [webny] (item={u'url': u'https://github.com/mailhog/MailHog/releases/download/v0.2.0/MailHog_linux_amd64', u'dest': u'/opt/mailhog/mailhog'}) => {"failed": true, "item": {"dest": "/opt/mailhog/mailhog", "url": "https://github.com/mailhog/MailHog/releases/download/v0.2.0/MailHog_linux_amd64"}, "msg": "failed to create temporary content file: The read operation timed out"}
changed: [webny] => (item={u'url': u'https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64', u'dest': u'/opt/mailhog/mhsendmail'})

I've been having some github connectivity issues here and there today... maybe it's just a temporary fluke? If you want the build to succeed, you can bypass mailhog by removing it from installed_extras temporarily, and overriding the php_sendmail_path.

justinlevi commented 7 years ago

@geerlingguy I'm not seeing the mailhog failure in my gist:

TASK [geerlingguy.mailhog : Ensure mailhog install directory exists.] **********
changed: [webny]

TASK [geerlingguy.mailhog : Download MailHog and mhsendmail binaries.] *********
changed: [webny] => (item={u'url': u'https://github.com/mailhog/MailHog/releases/download/v0.2.0/MailHog_linux_amd64', u'dest': u'/opt/mailhog/mailhog'})
changed: [webny] => (item={u'url': u'https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64', u'dest': u'/opt/mailhog/mhsendmail'})

TASK [geerlingguy.mailhog : Copy mailhog init script into place.] **************
changed: [webny]

TASK [geerlingguy.mailhog : Copy mailhog systemd unit file into place (for systemd systems).] ***
skipping: [webny]

TASK [geerlingguy.mailhog : Ensure mailhog is enabled and will start on boot.] *
changed: [webny]

Today I'm actually seeing another issue with drush??

vagrant reload --provision
==> webny: [vagrant-hostsupdater] Removing hosts
Password:
==> webny: Attempting graceful shutdown of VM...
==> webny: Checking if box 'geerlingguy/ubuntu1404' is up to date...
==> webny: Clearing any previously set forwarded ports...
==> webny: Clearing any previously set network interfaces...
==> webny: Preparing network interfaces based on configuration...
    webny: Adapter 1: nat
    webny: Adapter 2: hostonly
==> webny: Forwarding ports...
    webny: 22 (guest) => 2222 (host) (adapter 1)
==> webny: Running 'pre-boot' VM customizations...
==> webny: Booting VM...
==> webny: Waiting for machine to boot. This may take a few minutes...
    webny: SSH address: 127.0.0.1:2222
    webny: SSH username: vagrant
    webny: SSH auth method: private key
==> webny: Machine booted and ready!
[webny] GuestAdditions 5.1.14 running --- OK.
==> webny: Checking for guest additions in VM...
==> webny: [vagrant-hostsupdater] Checking for host entries
==> webny: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts)
==> webny: [vagrant-hostsupdater]   192.168.88.88  webny.dev  # VAGRANT: 12f45ea8233192517336ff6e8539e7c6 (webny) / d55b1cbe-ec1c-4112-b951-8e998d6cec26
==> webny: [vagrant-hostsupdater]   192.168.88.88  www.webny.dev  # VAGRANT: 12f45ea8233192517336ff6e8539e7c6 (webny) / d55b1cbe-ec1c-4112-b951-8e998d6cec26
==> webny: [vagrant-hostsupdater]   192.168.88.88  adminer.webny.dev  # VAGRANT: 12f45ea8233192517336ff6e8539e7c6 (webny) / d55b1cbe-ec1c-4112-b951-8e998d6cec26
==> webny: [vagrant-hostsupdater]   192.168.88.88  xhprof.webny.dev  # VAGRANT: 12f45ea8233192517336ff6e8539e7c6 (webny) / d55b1cbe-ec1c-4112-b951-8e998d6cec26
==> webny: [vagrant-hostsupdater]   192.168.88.88  pimpmylog.webny.dev  # VAGRANT: 12f45ea8233192517336ff6e8539e7c6 (webny) / d55b1cbe-ec1c-4112-b951-8e998d6cec26
==> webny: [vagrant-hostsupdater]   192.168.88.88  dashboard.webny.dev  # VAGRANT: 12f45ea8233192517336ff6e8539e7c6 (webny) / d55b1cbe-ec1c-4112-b951-8e998d6cec26
==> webny: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file.
==> webny: Setting hostname...
==> webny: Configuring and enabling network interfaces...
==> webny: Exporting NFS shared folders...
==> webny: Preparing to edit /etc/exports. Administrator privileges will be required...
==> webny: Mounting NFS shared folders...
==> webny: Configuring cache buckets...
==> webny: Running provisioner: ansible...
    webny: Running ansible-playbook...

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

TASK [setup] *******************************************************************
ok: [webny]

TASK [Include OS-specific variables.] ******************************************
ok: [webny]

TASK [Define config_dir.] ******************************************************
skipping: [webny]

TASK [include_vars] ************************************************************
ok: [webny] => (item=/Users/justinwinter/Sites/wny/box/config.yml)

TASK [Define fully qualified domain name.] *************************************
ok: [webny]

TASK [Define short hostname.] **************************************************
ok: [webny]

TASK [Add hostname to /etc/hosts.] *********************************************
ok: [webny]

TASK [Configure hostname.] *****************************************************
ok: [webny]

TASK [Set the hostname for current session.] ***********************************
skipping: [webny]

TASK [include] *****************************************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/tasks/init-debian.yml for webny

TASK [Update apt cache if needed.] *********************************************
ok: [webny]

TASK [Install required dependencies.] ******************************************
ok: [webny] => (item=[u'curl', u'python-apt', u'python-pycurl', u'sudo', u'unzip', u'make'])

TASK [Configure /etc/mailname.] ************************************************
ok: [webny]

TASK [Add repository for Apache 2.4.9+ on Ubuntu 12 and 14.] *******************
ok: [webny]

TASK [Add repository for PHP 5.5, 5.6, 7.0 or 7.1.] ****************************
ok: [webny]

TASK [Add repository for PHP 5 compatibility packages.] ************************
ok: [webny]

TASK [Purge PHP version packages.] *********************************************
ok: [webny] => (item=[u'php5.5', u'php5.5-apcu', u'php5.5-cli', u'php5.5-common', u'php5.5-curl', u'php5.5-dev', u'php5.5-fpm', u'php5.5-gd', u'php5.5-imap', u'php5.5-json', u'php5.5-mbstring', u'php5.5-mcrypt', u'php5.5-opcache', u'php5.5-sqlite3', u'php5.5-xml', u'php5.5-yaml', u'php7.0', u'php7.0-apcu', u'php7.0-cli', u'php7.0-common', u'php7.0-curl', u'php7.0-dev', u'php7.0-fpm', u'php7.0-gd', u'php7.0-imap', u'php7.0-json', u'php7.0-mbstring', u'php7.0-mcrypt', u'php7.0-opcache', u'php7.0-sqlite3', u'php7.0-xml', u'php7.0-yaml', u'php7.1', u'php7.1-apcu', u'php7.1-cli', u'php7.1-common', u'php7.1-curl', u'php7.1-dev', u'php7.1-fpm', u'php7.1-gd', u'php7.1-imap', u'php7.1-json', u'php7.1-mbstring', u'php7.1-mcrypt', u'php7.1-opcache', u'php7.1-sqlite3', u'php7.1-xml', u'php7.1-yaml'])

TASK [Purge PHP packages installed by default on Ubuntu.] **********************
skipping: [webny] => (item=[]) 

TASK [Purge PHP modules directory.] ********************************************
skipping: [webny] => (item=/usr/lib/php5/modules) 
skipping: [webny] => (item=/usr/lib/php/modules) 

TASK [Define php_xhprof_html_dir.] *********************************************
skipping: [webny]

TASK [include] *****************************************************************
skipping: [webny]

TASK [Run configured pre-provision shell scripts.] *****************************

TASK [Run configured pre-provision ansible task files.] ************************

TASK [Set the PHP webserver daemon correctly when nginx is in use.] ************
skipping: [webny]

TASK [Set the correct XHProf package when PHP 5.5 or 5.6 is used.] *************
ok: [webny]

TASK [Ensure PHP version -specific workspace directory exists.] ****************
ok: [webny]

TASK [geerlingguy.repo-remi : Install remi repo.] ******************************
skipping: [webny]

TASK [geerlingguy.repo-remi : Import remi GPG key.] ****************************
skipping: [webny]

TASK [geerlingguy.firewall : Ensure iptables is installed.] ********************
ok: [webny]

TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] *****
ok: [webny]

TASK [geerlingguy.firewall : Copy firewall script into place.] *****************
ok: [webny]

TASK [geerlingguy.firewall : Copy firewall init script into place.] ************
ok: [webny]

TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] ***
skipping: [webny]

TASK [geerlingguy.firewall : Ensure the firewall is enabled and will start on boot.] ***
ok: [webny]

TASK [geerlingguy.firewall : Check firewalld package is installed (on RHEL).] **
skipping: [webny]

TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] ***
skipping: [webny]

TASK [geerlingguy.firewall : Check ufw package is installed (on Ubuntu).] ******
changed: [webny]

TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] ***
ok: [webny]

TASK [geerlingguy.git : Ensure git is installed (RedHat).] *********************
skipping: [webny] => (item=[]) 

TASK [geerlingguy.git : Update apt cache (Debian).] ****************************
ok: [webny]

TASK [geerlingguy.git : Ensure git is installed (Debian).] *********************
ok: [webny] => (item=[u'git', u'git-svn'])

TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] *****
skipping: [webny] => (item=[]) 

TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] *****
skipping: [webny] => (item=[]) 

TASK [geerlingguy.git : Get installed version] *********************************
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..

This feature will be removed in version 2.4. Deprecation warnings can be 
disabled by setting deprecation_warnings=False in ansible.cfg.
skipping: [webny]

TASK [geerlingguy.git : Force git install if the version numbers do not match] *
skipping: [webny]

TASK [geerlingguy.git : Download git.] *****************************************
skipping: [webny]

TASK [geerlingguy.git : Expand git archive.] ***********************************
skipping: [webny]

TASK [geerlingguy.git : Build git.] ********************************************
skipping: [webny] => (item=all) 
skipping: [webny] => (item=install) 

TASK [geerlingguy.postfix : Ensure postfix is installed (RedHat).] *************
skipping: [webny]

TASK [geerlingguy.postfix : Ensure postfix is installed (Debian).] *************
ok: [webny]

TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] ****
ok: [webny]

TASK [geerlingguy.apache : Include OS-specific variables.] *********************
ok: [webny]

TASK [geerlingguy.apache : Define apache_packages.] ****************************
ok: [webny]

TASK [geerlingguy.apache : include] ********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for webny

TASK [geerlingguy.apache : Update apt cache.] **********************************
ok: [webny]

TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] **************
ok: [webny] => (item=[u'apache2', u'apache2-utils'])

TASK [geerlingguy.apache : Get installed version of Apache.] *******************
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..

This feature will be removed in version 2.4. Deprecation warnings can be 
disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [webny]

TASK [geerlingguy.apache : Create apache_version variable.] ********************
ok: [webny]

TASK [geerlingguy.apache : include_vars] ***************************************
skipping: [webny]

TASK [geerlingguy.apache : include_vars] ***************************************
ok: [webny]

TASK [geerlingguy.apache : include] ********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for webny

TASK [geerlingguy.apache : Configure Apache.] **********************************
ok: [webny] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'})

TASK [geerlingguy.apache : Enable Apache mods.] ********************************
ok: [webny] => (item=expires.load)
ok: [webny] => (item=ssl.load)
ok: [webny] => (item=rewrite.load)
ok: [webny] => (item=proxy.load)
ok: [webny] => (item=proxy_fcgi.load)

TASK [geerlingguy.apache : Disable Apache mods.] *******************************

TASK [geerlingguy.apache : Check whether certificates defined in vhosts exist.] 

TASK [geerlingguy.apache : Add apache vhosts configuration.] *******************
ok: [webny]

TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] ****************
ok: [webny]

TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] *************
ok: [webny]

TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] ***
ok: [webny]

TASK [geerlingguy.apache : Include OS-specific variables.] *********************
ok: [webny]

TASK [geerlingguy.apache : Define apache_packages.] ****************************
skipping: [webny]

TASK [geerlingguy.apache : include] ********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for webny

TASK [geerlingguy.apache : Update apt cache.] **********************************
ok: [webny]

TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] **************
ok: [webny] => (item=[u'apache2', u'apache2-utils'])

TASK [geerlingguy.apache : Get installed version of Apache.] *******************
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..

This feature will be removed in version 2.4. Deprecation warnings can be 
disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [webny]

TASK [geerlingguy.apache : Create apache_version variable.] ********************
ok: [webny]

TASK [geerlingguy.apache : include_vars] ***************************************
skipping: [webny]

TASK [geerlingguy.apache : include_vars] ***************************************
ok: [webny]

TASK [geerlingguy.apache : include] ********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for webny

TASK [geerlingguy.apache : Configure Apache.] **********************************
ok: [webny] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'})

TASK [geerlingguy.apache : Enable Apache mods.] ********************************
ok: [webny] => (item=expires.load)
ok: [webny] => (item=ssl.load)
ok: [webny] => (item=rewrite.load)
ok: [webny] => (item=proxy.load)
ok: [webny] => (item=proxy_fcgi.load)

TASK [geerlingguy.apache : Disable Apache mods.] *******************************

TASK [geerlingguy.apache : Check whether certificates defined in vhosts exist.] 

TASK [geerlingguy.apache : Add apache vhosts configuration.] *******************
ok: [webny]

TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] ****************
ok: [webny]

TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] *************
ok: [webny]

TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] ***
ok: [webny]

TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] *********************
ok: [webny] => (item=proxy.load)
ok: [webny] => (item=proxy_fcgi.load)

TASK [geerlingguy.nginx : Include OS-specific variables.] **********************
skipping: [webny]

TASK [geerlingguy.nginx : Define nginx_user.] **********************************
skipping: [webny]

TASK [geerlingguy.nginx : Enable nginx repo.] **********************************
skipping: [webny]

TASK [geerlingguy.nginx : Ensure nginx is installed.] **************************
skipping: [webny]

TASK [geerlingguy.nginx : Add PPA for Nginx.] **********************************
skipping: [webny]

TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] ***
skipping: [webny]

TASK [geerlingguy.nginx : Update apt cache.] ***********************************
skipping: [webny]

TASK [geerlingguy.nginx : Ensure nginx is installed.] **************************
skipping: [webny]

TASK [geerlingguy.nginx : Update pkg cache.] ***********************************
skipping: [webny]

TASK [geerlingguy.nginx : Ensure nginx is installed.] **************************
skipping: [webny]

TASK [geerlingguy.nginx : Create logs directory.] ******************************
skipping: [webny]

TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] ***
skipping: [webny]

TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] *********************
skipping: [webny]

TASK [geerlingguy.nginx : Add managed vhost config file (if any vhosts are configured).] ***
skipping: [webny]

TASK [geerlingguy.nginx : Remove managed vhost config file (if no vhosts are configured).] ***
skipping: [webny]

TASK [geerlingguy.nginx : Copy nginx configuration in place.] ******************
skipping: [webny]

TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] ***
skipping: [webny]

TASK [geerlingguy.php : Include OS-specific variables.] ************************
ok: [webny]

TASK [geerlingguy.php : Define php_packages.] **********************************
skipping: [webny]

TASK [geerlingguy.php : Define extra php_packages.] ****************************
ok: [webny]

TASK [geerlingguy.php : Define php_webserver_daemon.] **************************
ok: [webny]

TASK [geerlingguy.php : Define php_conf_paths.] ********************************
skipping: [webny]

TASK [geerlingguy.php : Define php_extension_conf_paths.] **********************
skipping: [webny]

TASK [geerlingguy.php : Define php_apc_conf_filename.] *************************
ok: [webny]

TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ******
skipping: [webny]

TASK [geerlingguy.php : Define php_opcache_conf_filename.] *********************
ok: [webny]

TASK [geerlingguy.php : Define php_fpm_conf_path.] *****************************
skipping: [webny]

TASK [geerlingguy.php : include] ***********************************************
skipping: [webny]

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for webny

TASK [geerlingguy.php : Update apt cache.] *************************************
ok: [webny]

TASK [geerlingguy.php : Ensure PHP packages are installed.] ********************
ok: [webny] => (item=[u'php5.6', u'php5.6-apcu', u'php5.6-cli', u'php5.6-common', u'php5.6-curl', u'php5.6-dev', u'php5.6-fpm', u'php5.6-gd', u'php5.6-imap', u'php5.6-json', u'php5.6-mbstring', u'php5.6-mcrypt', u'php5.6-opcache', u'php5.6-sqlite3', u'php5.6-xml', u'php5.6-yaml', u'php5.6-bz2'])

TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] ***
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 

TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] ***
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 

TASK [geerlingguy.php : include] ***********************************************
skipping: [webny]

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure.yml for webny

TASK [geerlingguy.php : Ensure configuration directories exist.] ***************
ok: [webny] => (item=/etc/php/5.6/fpm)
ok: [webny] => (item=/etc/php/5.6/apache2)
ok: [webny] => (item=/etc/php/5.6/cli)
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Place PHP configuration file in place.] ****************
ok: [webny] => (item=/etc/php/5.6/fpm)
ok: [webny] => (item=/etc/php/5.6/apache2)
ok: [webny] => (item=/etc/php/5.6/cli)

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for webny

TASK [geerlingguy.php : Check for existing APCu config files.] *****************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] *******
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/fpm/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500768.242277, u'inode': 3934559, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1489588357.212095, u'isdir': False, u'ctime': 1489500768.410277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/apache2/conf.d', u'examined': 3, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500768.686277, u'inode': 3934560, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1489588406.988656, u'isdir': False, u'ctime': 1489500768.850277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/cli/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500769.114277, u'inode': 3934561, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1489588407.164656, u'isdir': False, u'ctime': 1489500769.310277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 

TASK [geerlingguy.php : Ensure APCu config file is present.] *******************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] ***********
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for webny

TASK [geerlingguy.php : Check for existing OpCache config files.] **************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] ****
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/fpm/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500771.538277, u'inode': 3934562, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/fpm/conf.d/05-opcache.ini', u'xusr': False, u'atime': 1489588357.192095, u'isdir': False, u'ctime': 1489500771.710277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/apache2/conf.d', u'examined': 3, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500771.962277, u'inode': 3934563, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/apache2/conf.d/05-opcache.ini', u'xusr': False, u'atime': 1489588741.726332, u'isdir': False, u'ctime': 1489500772.130277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/cli/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500772.378277, u'inode': 3934564, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/cli/conf.d/05-opcache.ini', u'xusr': False, u'atime': 1489588407.164656, u'isdir': False, u'ctime': 1489500772.538277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 

TASK [geerlingguy.php : Ensure OpCache config file is present.] ****************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] ****
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for webny

TASK [geerlingguy.php : Define php_fpm_daemon.] ********************************
skipping: [webny]

TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************
skipping: [webny]

TASK [geerlingguy.php : Define php_fpm_pool_user.] *****************************
ok: [webny]

TASK [geerlingguy.php : Define php_fpm_pool_group.] ****************************
ok: [webny]

TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] ***************************
ok: [webny]

TASK [geerlingguy.php : Ensure the default pool directory exists.] *************
skipping: [webny]

TASK [geerlingguy.php : Ensure the default pool exists.] ***********************
ok: [webny]

TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ******************
ok: [webny] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'})
ok: [webny] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'})
ok: [webny] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'})
ok: [webny] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'})
ok: [webny] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'})
ok: [webny] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'})
ok: [webny] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'})
ok: [webny] => (item={u'regexp': u'^pm\\.max_spare_servers.?=.+$', u'line': u'pm.max_spare_servers = 5'})

TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured).] ***
ok: [webny]

TASK [geerlingguy.php : Include OS-specific variables.] ************************
ok: [webny]

TASK [geerlingguy.php : Define php_packages.] **********************************
skipping: [webny]

TASK [geerlingguy.php : Define extra php_packages.] ****************************
ok: [webny]

TASK [geerlingguy.php : Define php_webserver_daemon.] **************************
skipping: [webny]

TASK [geerlingguy.php : Define php_conf_paths.] ********************************
skipping: [webny]

TASK [geerlingguy.php : Define php_extension_conf_paths.] **********************
skipping: [webny]

TASK [geerlingguy.php : Define php_apc_conf_filename.] *************************
skipping: [webny]

TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ******
skipping: [webny]

TASK [geerlingguy.php : Define php_opcache_conf_filename.] *********************
skipping: [webny]

TASK [geerlingguy.php : Define php_fpm_conf_path.] *****************************
skipping: [webny]

TASK [geerlingguy.php : include] ***********************************************
skipping: [webny]

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for webny

TASK [geerlingguy.php : Update apt cache.] *************************************
ok: [webny]

TASK [geerlingguy.php : Ensure PHP packages are installed.] ********************
ok: [webny] => (item=[u'php5.6', u'php5.6-apcu', u'php5.6-cli', u'php5.6-common', u'php5.6-curl', u'php5.6-dev', u'php5.6-fpm', u'php5.6-gd', u'php5.6-imap', u'php5.6-json', u'php5.6-mbstring', u'php5.6-mcrypt', u'php5.6-opcache', u'php5.6-sqlite3', u'php5.6-xml', u'php5.6-yaml', u'php5.6-bz2', u'php5.6-bz2'])

TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] ***
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 

TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] ***
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 

TASK [geerlingguy.php : include] ***********************************************
skipping: [webny]

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure.yml for webny

TASK [geerlingguy.php : Ensure configuration directories exist.] ***************
ok: [webny] => (item=/etc/php/5.6/fpm)
ok: [webny] => (item=/etc/php/5.6/apache2)
ok: [webny] => (item=/etc/php/5.6/cli)
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Place PHP configuration file in place.] ****************
ok: [webny] => (item=/etc/php/5.6/fpm)
ok: [webny] => (item=/etc/php/5.6/apache2)
ok: [webny] => (item=/etc/php/5.6/cli)

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for webny

TASK [geerlingguy.php : Check for existing APCu config files.] *****************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] *******
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/fpm/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500768.242277, u'inode': 3934559, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1489588357.212095, u'isdir': False, u'ctime': 1489500768.410277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/apache2/conf.d', u'examined': 3, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500768.686277, u'inode': 3934560, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1489588406.988656, u'isdir': False, u'ctime': 1489500768.850277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/cli/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500769.114277, u'inode': 3934561, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1489588407.164656, u'isdir': False, u'ctime': 1489500769.310277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 

TASK [geerlingguy.php : Ensure APCu config file is present.] *******************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] ***********
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for webny

TASK [geerlingguy.php : Check for existing OpCache config files.] **************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] ****
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/fpm/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500771.538277, u'inode': 3934562, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/fpm/conf.d/05-opcache.ini', u'xusr': False, u'atime': 1489588357.192095, u'isdir': False, u'ctime': 1489500771.710277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/apache2/conf.d', u'examined': 3, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500771.962277, u'inode': 3934563, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/apache2/conf.d/05-opcache.ini', u'xusr': False, u'atime': 1489588741.726332, u'isdir': False, u'ctime': 1489500772.130277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 
skipping: [webny] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/5.6/cli/conf.d', u'examined': 41, 'invocation': {'module_name': u'find', u'module_args': {u'paths': [u'/etc/php/5.6/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''}, {u'uid': 0, u'woth': False, u'mtime': 1489500772.378277, u'inode': 3934564, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/5.6/cli/conf.d/05-opcache.ini', u'xusr': False, u'atime': 1489588407.164656, u'isdir': False, u'ctime': 1489500772.538277, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) 

TASK [geerlingguy.php : Ensure OpCache config file is present.] ****************
ok: [webny] => (item=/etc/php/5.6/fpm/conf.d)
ok: [webny] => (item=/etc/php/5.6/apache2/conf.d)
ok: [webny] => (item=/etc/php/5.6/cli/conf.d)

TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] ****
skipping: [webny] => (item=/etc/php/5.6/fpm/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/apache2/conf.d) 
skipping: [webny] => (item=/etc/php/5.6/cli/conf.d) 

TASK [geerlingguy.php : include] ***********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for webny

TASK [geerlingguy.php : Define php_fpm_daemon.] ********************************
skipping: [webny]

TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************
skipping: [webny]

TASK [geerlingguy.php : Define php_fpm_pool_user.] *****************************
skipping: [webny]

TASK [geerlingguy.php : Define php_fpm_pool_group.] ****************************
skipping: [webny]

TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] ***************************
ok: [webny]

TASK [geerlingguy.php : Ensure the default pool directory exists.] *************
skipping: [webny]

TASK [geerlingguy.php : Ensure the default pool exists.] ***********************
ok: [webny]

TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ******************
ok: [webny] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'})
ok: [webny] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'})
ok: [webny] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'})
ok: [webny] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'})
ok: [webny] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'})
ok: [webny] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'})
ok: [webny] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'})
ok: [webny] => (item={u'regexp': u'^pm\\.max_spare_servers.?=.+$', u'line': u'pm.max_spare_servers = 5'})

TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured).] ***
ok: [webny]

TASK [geerlingguy.php-pecl : Install PECL libaries.] ***************************

TASK [geerlingguy.composer : Set php_executable variable to a default if not defined.] ***
skipping: [webny]

TASK [geerlingguy.composer : Check if Composer is installed.] ******************
ok: [webny]

TASK [geerlingguy.composer : Download Composer installer.] *********************
skipping: [webny]

TASK [geerlingguy.composer : Run Composer installer.] **************************
skipping: [webny]

TASK [geerlingguy.composer : Move Composer into globally-accessible location.] *
skipping: [webny]

TASK [geerlingguy.composer : Update Composer to latest version (if configured).] ***
skipping: [webny]

TASK [geerlingguy.composer : Ensure composer directory exists.] ****************
ok: [webny]

TASK [geerlingguy.composer : Add GitHub OAuth token for Composer (if configured).] ***
skipping: [webny]

TASK [geerlingguy.composer : Install configured globally-required packages.] ***
ok: [webny] => (item={u'release': u'^0.3', u'name': u'hirak/prestissimo'})

TASK [geerlingguy.composer : Add composer_home_path bin directory to global $PATH.] ***
ok: [webny]

TASK [geerlingguy.composer : Add composer_project_path bin directory to global $PATH.] ***
skipping: [webny]

TASK [geerlingguy.mysql : Include OS-specific variables.] **********************
ok: [webny]

TASK [geerlingguy.mysql : Include OS-specific variables (RedHat).] *************
skipping: [webny]

TASK [geerlingguy.mysql : Define mysql_packages.] ******************************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_daemon.] ********************************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_slow_query_log_file.] *******************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_log_error.] *****************************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_syslog_tag.] ****************************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_pid_file.] ******************************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_config_file.] ***************************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_config_include_dir.] ********************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_socket.] ********************************
ok: [webny]

TASK [geerlingguy.mysql : Define mysql_supports_innodb_large_prefix.] **********
ok: [webny]

TASK [geerlingguy.mysql : include] *********************************************
skipping: [webny]

TASK [geerlingguy.mysql : include] *********************************************
included: /Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.mysql/tasks/setup-Debian.yml for webny

TASK [geerlingguy.mysql : Check if MySQL is already installed.] ****************
ok: [webny]

TASK [geerlingguy.mysql : Update apt cache if MySQL is not yet installed.] *****
skipping: [webny]

TASK [geerlingguy.mysql : Ensure MySQL Python libraries are installed.] ********
ok: [webny]

TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] ****************
ok: [webny] => (item=[u'mysql-common', u'mysql-server'])

TASK [geerlingguy.mysql : Ensure MySQL is stopped after initial install.] ******
skipping: [webny]

TASK [geerlingguy.mysql : Delete innodb log files created by apt package after initial install.] ***
skipping: [webny] => (item=ib_logfile0) 
skipping: [webny] => (item=ib_logfile1) 

TASK [geerlingguy.mysql : Check if MySQL packages were installed.] *************
ok: [webny]

TASK [geerlingguy.mysql : Copy my.cnf global MySQL configuration.] *************
ok: [webny]

TASK [geerlingguy.mysql : Verify mysql include directory exists.] **************
skipping: [webny]

TASK [geerlingguy.mysql : Copy my.cnf override files into include directory.] **

TASK [geerlingguy.mysql : Create slow query log file (if configured).] *********
ok: [webny]

TASK [geerlingguy.mysql : Create datadir if it does not exist] *****************
ok: [webny]

TASK [geerlingguy.mysql : Set ownership on slow query log file (if configured).] ***
ok: [webny]

TASK [geerlingguy.mysql : Create error log file (if configured).] **************
ok: [webny]

TASK [geerlingguy.mysql : Set ownership on error log file (if configured).] ****
ok: [webny]

TASK [geerlingguy.mysql : Ensure MySQL is started and enabled on boot.] ********
ok: [webny]

TASK [geerlingguy.mysql : Get MySQL version.] **********************************
ok: [webny]

TASK [geerlingguy.mysql : Ensure default user is present.] *********************
skipping: [webny]

TASK [geerlingguy.mysql : Copy user-my.cnf file with password credentials.] ****
skipping: [webny]

TASK [geerlingguy.mysql : Disallow root login remotely] ************************
ok: [webny] => (item=DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1'))

TASK [geerlingguy.mysql : Get list of hosts for the root user.] ****************
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..

This feature will be removed in version 2.4. Deprecation warnings can be 
disabled by setting deprecation_warnings=False in ansible.cfg.
skipping: [webny]

TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (5.7.x).] ***

TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (< 5.7.x).] ***

TASK [geerlingguy.mysql : Copy .my.cnf file with root password credentials.] ***
skipping: [webny]

TASK [geerlingguy.mysql : Get list of hosts for the anonymous user.] ***********
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..

This feature will be removed in version 2.4. Deprecation warnings can be 
disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [webny]

TASK [geerlingguy.mysql : Remove anonymous MySQL users.] ***********************

TASK [geerlingguy.mysql : Remove MySQL test database.] *************************
ok: [webny]

TASK [geerlingguy.mysql : Ensure MySQL databases are present.] *****************
ok: [webny] => (item={u'collation': u'utf8mb4_general_ci', u'name': u'drupal', u'encoding': u'utf8mb4'})

TASK [geerlingguy.mysql : Ensure MySQL users are present.] *********************
ok: [webny] => (item=(censored due to no_log))

TASK [geerlingguy.mysql : Ensure replication user exists on master.] ***********
skipping: [webny]

TASK [geerlingguy.mysql : Check slave replication status.] *********************
skipping: [webny]

TASK [geerlingguy.mysql : Check master replication status.] ********************
skipping: [webny]

TASK [geerlingguy.mysql : Configure replication on the slave.] *****************
skipping: [webny]

TASK [geerlingguy.mysql : Start replication.] **********************************
skipping: [webny]

TASK [geerlingguy.php-mysql : Include OS-specific variables.] ******************
ok: [webny]

TASK [geerlingguy.php-mysql : Define php_mysql_package.] ***********************
skipping: [webny]

TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (RedHat).] ********
skipping: [webny]

TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (Debian).] ********
ok: [webny]

TASK [geerlingguy.postgresql : include] ****************************************
skipping: [webny]

TASK [geerlingguy.postgresql : include] ****************************************
skipping: [webny]

TASK [geerlingguy.postgresql : include] ****************************************
skipping: [webny]

TASK [geerlingguy.postgresql : Set PostgreSQL environment variables.] **********
skipping: [webny]

TASK [geerlingguy.postgresql : Ensure PostgreSQL data directory exists.] *******
skipping: [webny]

TASK [geerlingguy.postgresql : Check if PostgreSQL database is initialized.] ***
skipping: [webny]

TASK [geerlingguy.postgresql : Ensure PostgreSQL database is initialized.] *****
skipping: [webny]

TASK [geerlingguy.postgresql : Configure global settings.] *********************
skipping: [webny] => (item={u'option': u'unix_socket_directories', u'value': u'/var/run/postgresql'}) 

TASK [geerlingguy.postgresql : Ensure PostgreSQL unix socket dirs exist.] ******
skipping: [webny] => (item=/var/run/postgresql) 

TASK [geerlingguy.postgresql : Ensure PostgreSQL is started and enabled on boot.] ***
skipping: [webny]

TASK [geerlingguy.postgresql : Ensure PostgreSQL databases are present.] *******
skipping: [webny] => (item={u'name': u'drupal'}) 

TASK [geerlingguy.postgresql : Ensure PostgreSQL users are present.] ***********
skipping: [webny] => (item=(censored due to no_log)) 

TASK [geerlingguy.php-pgsql : Include OS-specific variables.] ******************
skipping: [webny]

TASK [geerlingguy.php-pgsql : Define php_pgsql_package.] ***********************
skipping: [webny]

TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (RedHat).] ***
skipping: [webny]

TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (Debian).] ***
skipping: [webny]

TASK [geerlingguy.drupal-console : Install Drupal Console.] ********************
skipping: [webny]

TASK [geerlingguy.drupal-console : Ensure Drupal Console is executable.] *******
skipping: [webny]

TASK [geerlingguy.drupal-console : Run Drupal Console init.] *******************
skipping: [webny]

TASK [geerlingguy.drupal-console : Update Drupal Console to latest version (if configured).] ***
skipping: [webny]

TASK [geerlingguy.drush : Install Drush.] **************************************
ok: [webny]

TASK [geerlingguy.drush : Ensure Drush is executable.] *************************
fatal: [webny]: FAILED! => {"changed": false, "failed": true, "msg": "src and dest are required for creating links"}
    to retry, use: --limit @/Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/playbook.retry

PLAY RECAP *********************************************************************
webny                      : ok=137  changed=1    unreachable=0    failed=1   

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
justinwinter in ~/Sites/wny [-b feature/NDD-868-Video-Embed*]
justinlevi commented 7 years ago

Also, possibly unrelated, but if I comment out drush and mailhog in the config file

  # - drush
  # - mailhog

I now see this error:

TASK [geerlingguy.drupal : Install dependencies with composer require.] ********
failed: [webny] (item=drupal/devel:1.x-dev) => {"failed": true, "item": "drupal/devel:1.x-dev", "msg": "./composer.json has been updated Loading composer repositories with package information Installation failed, reverting ./composer.json to its original content. [RuntimeException] Failed to execute git clone --mirror 'git@github.com:ny/amber_alert_module.git' '/home/vagrant/.composer/cache/vcs/git-github.com-ny-amber-alert-module.git/' require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...", "stdout": "./composer.json has been updated\nLoading composer repositories with package information\n\nInstallation failed, reverting ./composer.json to its original content.\n\n                                                                                                                                                                 \n  [RuntimeException]                                                                                                                                             \n  Failed to execute git clone --mirror 'git@github.com:ny/amber_alert_module.git' '/home/vagrant/.composer/cache/vcs/git-github.com-ny-amber-alert-module.git/'  \n                                                                                                                                                                 \n\nrequire [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...\n\n", "stdout_lines": ["./composer.json has been updated", "Loading composer repositories with package information", "", "Installation failed, reverting ./composer.json to its original content.", "", "                                                                                                                                                                 ", "  [RuntimeException]                                                                                                                                             ", "  Failed to execute git clone --mirror 'git@github.com:ny/amber_alert_module.git' '/home/vagrant/.composer/cache/vcs/git-github.com-ny-amber-alert-module.git/'  ", "                                                                                                                                                                 ", "", "require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...", ""]}
    to retry, use: --limit @/Users/justinwinter/Sites/wny/vendor/geerlingguy/drupal-vm/provisioning/playbook.retry

Seems that our custom amber alert module is having some issues getting cloned for some reason.

geerlingguy commented 7 years ago

@justinlevi - It looks like you're managing your dependencies via composer.json on your own, so there's no need to have Drupal VM try to manage deps for you.

In this case, I'd say set drupal_composer_dependencies: [] in your config.yml

justinlevi commented 7 years ago

Oh wow... I didn't know about that config setting. Was that added recently?

I did upgrade drupal-vm recently and was wondering why I'm just seeing those composer issues now.

geerlingguy commented 7 years ago

That's been in default.config.yml for a few releases now, since 4.0 I think? Anyways—does that get you through to the end now?

justinlevi commented 7 years ago

Yes, this can be closed. Thank you! On Wed, Mar 15, 2017 at 2:39 PM Jeff Geerling notifications@github.com wrote:

That's been in default.config.yml for a few releases now, since 4.0 I think? Anyways—does that get you through to the end now?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/geerlingguy/drupal-vm/issues/1216#issuecomment-286839680, or mute the thread https://github.com/notifications/unsubscribe-auth/ABEPJS4U8kb5vw1ZHYtwroa5hu_6JsMzks5rmDBQgaJpZM4McxdM .

sudishth commented 7 years ago

TASK [geerlingguy.drush : Install Drush.] ** fatal: [drupalvm]: FAILED! => {"changed": false, "failed": true, "msg": "failed to create temporary content file: ('The read operation timed out',)"}

my os is ubuntu 16.04

geerlingguy commented 7 years ago

@sudishth - That seems like a different problem besides MySQL restart failing. Can you try running vagrant provision again and see if it works? That error usually means your computer couldn't download Drush from GitHub for some reason (usually temporary).