Skip to content

Instantly share code, notes, and snippets.

@akagane99
Last active December 7, 2015 21:35
Show Gist options
  • Save akagane99/cc5df55b0c74ecc86b76 to your computer and use it in GitHub Desktop.
Save akagane99/cc5df55b0c74ecc86b76 to your computer and use it in GitHub Desktop.
windows10 vagrant up defalutできた

windowsのみ

NetCommons3再取得

// NetCommons3フォルダ全削除

コマンドプロンプト

>git clone https://github.com/NetCommons3/NetCommons3.git

Vagrantfile(windowsのみ)

C:\projects\NetCommons3\Vagrantfile (53,63): 
    node.vm.synced_folder '.', '/var/www/app',
↓
    node.vm.synced_folder '.', '/var/www/app', disabled: true,

berkshelfキャッシュ削除

// .berkshelf フォルダごと削除(キャッシュたまってる)

C:\Users\akaga\.berkshelf

vagrant up defaultして失敗させて、1度捨てる(Berksfileを1度ローカルにキャッシュさせるのが目的)

vagrant up default

vagrant destroy

// ここはbeak initだっけ?でもいいのかも。

キャッシュしたBerksfile修正(暫定)

C:\Users\akaga\.berkshelf\cookbooks\boilerplate-0.5.10\attributes\default.rb (41,38):

  ant apache2-mpm-prefork aspell axel

上記削除

再度vagrant up defaultする

// 成功するはず

成功

==> default: +  </Directory>
==> default:
==> default: +
==> default:
==> default: +  <Directory /var/www/>
==> default:     +    Options Indexes FollowSymLinks MultiViews
==> default:     +    AllowOverride None
==> default:     +    Require all granted
==> default:     +    # This directive allows us to have apache2's default start page
==> default:     +    # in /apache2-default/, but still have / go to the right place
==> default:     +    #RedirectMatch ^/$ /apache2-default/
==> default:     +  </Directory>
==> default:     +
==> default:     +  ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
==> default:     +  <Directory "/usr/lib/cgi-bin">
==> default:     +    AllowOverride None
==> default:     +    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
==> default:     +    Require all granted
==> default:     +  </Directory>
==> default:     +
==> default:     +  ErrorLog /var/log/apache2/error.log
==> default:     +
==> default:     +  # Possible values include: debug, info, notice, warn, error, crit,
==> default:     +  # alert, emerg.
==> default:     +  LogLevel warn
==> default:     +
==> default:     +  CustomLog /var/log/apache2/access.log combined
==> default:     +  ServerSignature On
==> default:     +
==> default:     +  Alias /doc/ "/usr/share/doc/"
==> default:     +  <Directory "/usr/share/doc/">
==> default:     +    Options Indexes MultiViews FollowSymLinks
==> default:     +    AllowOverride None
==> default:     +    Require ip 127.0.0.0/255.0.0.0
==> default:     +    Require ip ::1/128
==> default:     +  </Directory>
==> default:     +
==> default:     +</VirtualHost>[2015-12-07T19:42:22+00:00] INFO: template[/etc/apache2/sites-available/default.conf] owner changed to 0
==> default: [2015-12-07T19:42:22+00:00] INFO: template[/etc/apache2/sites-available/default.conf] group changed to 0
==> default: [2015-12-07T19:42:22+00:00] INFO: template[/etc/apache2/sites-available/default.conf] mode changed to 644
==> default:
==> default:     - change mode from '' to '0644'
==> default:     - change owner from '' to 'root'
==> default:     - change group from '' to 'root'
==> default:   * execute[a2dissite default.conf] action run
==> default: [2015-12-07T19:42:22+00:00] INFO: execute[a2dissite default.conf] ran successfully
==> default:
==> default:     - execute /usr/sbin/a2dissite default.conf
==> default: [2015-12-07T19:42:22+00:00] INFO: execute[a2dissite default.conf] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default:   * execute[a2dissite 000-default.conf] action run
==> default: [2015-12-07T19:42:22+00:00] INFO: execute[a2dissite 000-default.conf] ran successfully
==> default:
==> default: - execute /usr/sbin/a2dissite 000-default.conf
==> default: [2015-12-07T19:42:22+00:00] INFO: execute[a2dissite 000-default.conf] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default: Recipe: mysql-chef_gem::default
==> default:
==> default: * mysql_chef_gem[default] action install
==> default: [2015-12-07T19:42:22+00:00] WARN: Class Chef::Provider::MysqlChefGem does not declare 'provides :mysql_chef_gem'.
==> default: [2015-12-07T19:42:22+00:00] WARN: This will no longer work in Chef 13: you must use 'provides' to use the resource's DSL.
==> default:
==> default: - evaluate block and run any associated actions
==> default:
==> default: Recipe: mysql::client
==> default:
==> default: * mysql_client[default] action create
==> default:
==> default: * apt_package[mysql-client-5.5] action install
==> default: [2015-12-07T19:42:28+00:00] INFO: apt_package[mysql-client-5.5] installed mysql-client-5.5 at 5.5.46-0ubuntu0.12.04.2
==> default:
==> default:         - install version 5.5.46-0ubuntu0.12.04.2 of package mysql-client-5.5
==> default:       * apt_package[libmysqlclient-dev] action install
==> default: [2015-12-07T19:42:30+00:00] INFO: apt_package[libmysqlclient-dev] installed libmysqlclient-dev at 5.5.46-0ubuntu0.12.04.2
==> default:
==> default:         - install version 5.5.46-0ubuntu0.12.04.2 of package libmysqlclient-dev
==> default:
==> default:     - evaluate block and run any associated actions
==> default:     * chef_gem[mysql] action install
==> default: [2015-12-07T19:42:34+00:00] INFO: chef_gem[mysql] installed mysql at 2.9.1
==> default:
==> default:       - install version 2.9.1 of package mysql
==> default:     - install mysql chef_gem and dependencies
==> default: Recipe: mysql::server
==> default:   * mysql_service[default] action create
==> default:
==> default:     * apt_package[debconf-utils] action install
==> default: [2015-12-07T19:42:36+00:00] INFO: apt_package[debconf-utils] installed debconf-utils at 1.5.42ubuntu1
==> default:
==> default:       - install version 1.5.42ubuntu1 of package debconf-utils
==> default:     * directory[/var/cache/local/preseeding] action create (up to date)
==> default:     * template[/var/cache/local/preseeding/mysql-server.seed] action create
==> default: [2015-12-07T19:42:36+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] created file /var/cache/local/preseeding/mysql-server.seed
==> default:
==> default: - create new file /var/cache/local/preseeding/mysql-server.seed
==> default: [2015-12-07T19:42:36+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] updated file contents /var/cache/local/preseeding/mysql-server.seed
==> default:
==> default: - update content in file /var/cache/local/preseeding/mysql-server.seed from none to 51c832
==> default:
==> default: --- /var/cache/local/preseeding/mysql-server.seed  2015-12-07 19:42:36.431124609 +0000
==> default:
==> default: +++ /var/cache/local/preseeding/.mysql-server.seed20151207-1803-1l2g9vn    2015-12-07 19:42:36.431124609 +0000
==> default:
==> default: @@ -1 +1,11 @@
==> default:
==> default: +mysql-server-5.5        mysql-server/root_password_again        select root
==> default:
==> default: +mysql-server-5.5        mysql-server/root_password      select root
==> default:
==> default: +mysql-server-5.5        mysql-server-5.5/really_downgrade       boolean false
==> default:
==> default: +mysql-server-5.5        mysql-server-5.5/need_sarge_compat      boolean false
==> default:
==> default: +mysql-server-5.5        mysql-server-5.5/start_on_boot  boolean false
==> default:
==> default: +mysql-server-5.5        mysql-server/error_setting_password     boolean false
==> default:
==> default: +mysql-server-5.5        mysql-server-5.5/nis_warning    note
==> default:
==> default: +mysql-server-5.5        mysql-server-5.5/postrm_remove_databases        boolean false
==> default:
==> default: +mysql-server-5.5        mysql-server/password_mismatch  boolean false
==> default:
==> default: +mysql-server-5.5        mysql-server-5.5/need_sarge_compat_done boolean true
==> default: [2015-12-07T19:42:36+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] owner changed to 0
==> default: [2015-12-07T19:42:36+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] group changed to 0
==> default: [2015-12-07T19:42:36+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] mode changed to 600
==> default:
==> default: - change mode from '' to '0600'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default: [2015-12-07T19:42:36+00:00] INFO: template[/var/cache/local/preseeding/mysql-server.seed] sending run action to execute[preseed mysql-server] (immediate)
==> default:
==> default: * execute[preseed mysql-server] action run
==> default: [2015-12-07T19:42:36+00:00] INFO: execute[preseed mysql-server] ran successfully
==> default:
==> default:       - execute /usr/bin/debconf-set-selections /var/cache/local/preseeding/mysql-server.seed
==> default:     * execute[preseed mysql-server] action nothing (skipped due to action :nothing)
==> default:     * apt_package[mysql-server-5.5] action install
==> default: [2015-12-07T19:42:53+00:00] INFO: apt_package[mysql-server-5.5] installed mysql-server-5.5 at 5.5.46-0ubuntu0.12.04.2
==> default:
==> default:       - install version 5.5.46-0ubuntu0.12.04.2 of package mysql-server-5.5
==> default:     * service[mysql] action start
==> default:  (up to date)
==> default:
==> default: * service[mysql] action enable
==> default:  (up to date)
==> default:
==> default: * execute[assign-root-password] action run
==> default:  (skipped due to only_if)
==> default:     * template[/etc/mysql_grants.sql] action create
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql_grants.sql] created file /etc/mysql_grants.sql
==> default:
==> default: - create new file /etc/mysql_grants.sql
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql_grants.sql] updated file contents /etc/mysql_grants.sql
==> default:
==> default: - update content in file /etc/mysql_grants.sql from none to fcf987
==> default:
==> default: - suppressed sensitive resource
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql_grants.sql] owner changed to 0
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql_grants.sql] group changed to 0
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql_grants.sql] mode changed to 600
==> default:
==> default: - change mode from '' to '0600'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default:
==> default: * execute[install-grants] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * directory[/etc/apparmor.d] action create
==> default:  (up to date)
==> default:
==> default: * template[/etc/apparmor.d/usr.sbin.mysqld] action create
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/apparmor.d/usr.sbin.mysqld] backed up to /var/chef/backup/etc/apparmor.d/usr.sbin.mysqld.chef-20151207194253.615021
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/apparmor.d/usr.sbin.mysqld] updated file contents /etc/apparmor.d/usr.sbin.mysqld
==> default:
==> default: - update content in file /etc/apparmor.d/usr.sbin.mysqld from c870d4 to 3eed2a
==> default:
==> default: --- /etc/apparmor.d/usr.sbin.mysqld        2015-10-22 19:03:07.000000000 +0000
==> default:
==> default: +++ /etc/apparmor.d/.usr.sbin.mysqld20151207-1803-1ckyf8k  2015-12-07 19:42:53.608087131 +0000
==> default:
==> default: @@ -2,7 +2,7 @@
==> default:
==> default:  # Last Modified: Tue Jun 19 17:37:30 2007
==> default:
==> default:  #include <tunables/global>
==> default:
==> default:
==> default:
==> default: -/usr/sbin/mysqld {
==> default:
==> default: +/usr/sbin/mysqld flags=(complain) {
==> default:
==> default:    #include <abstractions/base>
==> default:
==> default:    #include <abstractions/nameservice>
==> default:
==> default:    #include <abstractions/user-tmp>
==> default:
==> default: @@ -22,7 +22,7 @@
==> default:
==> default:    /etc/mysql/*.pem r,
==> default:
==> default:    /etc/mysql/conf.d/ r,
==> default:
==> default:    /etc/mysql/conf.d/* r,
==> default:
==> default: -  /etc/mysql/*.cnf r,
==> default:
==> default: +  /etc/mysql/my.cnf r,
==> default:          /usr/lib/mysql/plugin/ r,
==> default:          /usr/lib/mysql/plugin/*.so* mr,
==> default:          /usr/sbin/mysqld mr,
==> default:       @@ -30,17 +30,13 @@
==> default:          /var/log/mysql.log rw,
==> default:          /var/log/mysql.err rw,
==> default:          /var/lib/mysql/ r,
==> default:       +  /var/lib/mysql/ r,
==> default:          /var/lib/mysql/** rwk,
==> default:          /var/log/mysql/ r,
==> default:          /var/log/mysql/* rw,
==> default:       -  /var/run/mysqld/mysqld.pid rw,
==> default:       +  /var/run/mysqld/mysqld.pid w,
==> default:          /var/run/mysqld/mysqld.sock w,
==> default:       -  /run/mysqld/mysqld.pid rw,
==> default:       -  /run/mysqld/mysqld.sock w,
==> default:
==> default:          /sys/devices/system/cpu/ r,
==> default:       -
==> default:       -  # Site-specific additions and overrides. See local/README for details.
==> default:       -  #include <local/usr.sbin.mysqld>
==> default:        }
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/apparmor.d/usr.sbin.mysqld] sending reload action to service[apparmor-mysql] (immediate)
==> default:     * service[apparmor-mysql] action reload
==> default:  (up to date)
==> default:
==> default: * service[apparmor-mysql] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * template[/etc/mysql/debian.cnf] action create
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/debian.cnf] backed up to /var/chef/backup/etc/mysql/debian.cnf.chef-20151207194253.734478
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/debian.cnf] updated file contents /etc/mysql/debian.cnf
==> default:
==> default: - update content in file /etc/mysql/debian.cnf from 4cf3c0 to 2a627e
==> default:
==> default: --- /etc/mysql/debian.cnf  2015-12-07 19:42:43.433120609 +0000
==> default:
==> default: +++ /etc/mysql/.debian.cnf20151207-1803-xvkqrc     2015-12-07 19:42:53.728122569 +0000
==> default:
==> default: @@ -1,13 +1,13 @@
==> default:
==> default: -# Automatically generated for Debian scripts. DO NOT TOUCH!
==> default:
==> default:  [client]
==> default:
==> default:  host     = localhost
==> default:
==> default:  user     = debian-sys-maint
==> default:
==> default: -password = hQOMiko5FEfgM4Ei
==> default:
==> default: +password = ""
==> default:
==> default:  socket   = /var/run/mysqld/mysqld.sock
==> default:
==> default: +
==> default:
==> default:  [mysql_upgrade]
==> default:
==> default:  host     = localhost
==> default:
==> default:  user     = debian-sys-maint
==> default:
==> default: -password = hQOMiko5FEfgM4Ei
==> default:
==> default: +password = ""
==> default:
==> default:  socket   = /var/run/mysqld/mysqld.sock
==> default:
==> default:  basedir  = /usr
==> default:
==> default: * directory[/etc/mysql/conf.d] action create
==> default: [2015-12-07T19:42:53+00:00] INFO: directory[/etc/mysql/conf.d] owner changed to 106
==> default: [2015-12-07T19:42:53+00:00] INFO: directory[/etc/mysql/conf.d] group changed to 112
==> default: [2015-12-07T19:42:53+00:00] INFO: directory[/etc/mysql/conf.d] mode changed to 750
==> default:
==> default: - change mode from '0755' to '0750'
==> default:
==> default: - change owner from 'root' to 'mysql'
==> default:
==> default: - change group from 'root' to 'mysql'
==> default:
==> default: * directory[/var/run/mysqld] action create
==> default: [2015-12-07T19:42:53+00:00] INFO: directory[/var/run/mysqld] group changed to 112
==> default:
==> default: - change group from 'root' to 'mysql'
==> default:
==> default: * directory[/var/lib/mysql] action create
==> default: [2015-12-07T19:42:53+00:00] INFO: directory[/var/lib/mysql] mode changed to 750
==> default:
==> default: - change mode from '0700' to '0750'
==> default:
==> default: * template[/etc/mysql/my.cnf] action create
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/my.cnf] backed up to /var/chef/backup/etc/mysql/my.cnf.chef-20151207194253.764961
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/my.cnf] updated file contents /etc/mysql/my.cnf
==> default:
==> default: - update content in file /etc/mysql/my.cnf from 7630c9 to 507160
==> default:
==> default: --- /etc/mysql/my.cnf      2015-10-22 19:03:54.000000000 +0000
==> default:
==> default: +++ /etc/mysql/.my.cnf20151207-1803-1m6spv6        2015-12-07 19:42:53.756130838 +0000
==> default:
==> default: @@ -1,128 +1,17 @@
==> default:
==> default: -#
==> default:
==> default: -# The MySQL database server configuration file.
==> default:
==> default: -#
==> default:
==> default: -# You can copy this to one of:
==> default:
==> default: -# - "/etc/mysql/my.cnf" to set global options,
==> default:
==> default: -# - "~/.my.cnf" to set user-specific options.
==> default:
==> default: -#
==> default:
==> default: -# One can use all long options that the program supports.
==> default:
==> default: -# Run program with --help to get a list of available options and with
==> default:
==> default: -# --print-defaults to see which it would actually understand and use.
==> default:
==> default: -#
==> default:
==> default: -# For explanations see
==> default:
==> default: -# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
==> default:
==> default: -
==> default:
==> default: -# This will be passed to all mysql clients
==> default:
==> default: -# It has been reported that passwords should be enclosed with ticks/quotes
==> default:
==> default: -# escpecially if they contain "#" chars...
==> default:
==> default: -# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
==> default:
==> default:  [client]
==> default:
==> default: -port              = 3306
==> default:
==> default: -socket            = /var/run/mysqld/mysqld.sock
==> default:
==> default: +port                           = 3306
==> default:
==> default: +socket                         = /var/run/mysqld/mysqld.sock
==> default:
==> default:
==> default:
==> default: -# Here is entries for some specific programs
==> default:
==> default: -# The following values assume you have at least 32M ram
==> default:
==> default: -
==> default:
==> default: -# This was formally known as [safe_mysqld]. Both versions are currently parsed.
==> default:
==> default:  [mysqld_safe]
==> default:
==> default: -socket            = /var/run/mysqld/mysqld.sock
==> default:
==> default: -nice              = 0
==> default:
==> default: +socket                         = /var/run/mysqld/mysqld.sock
==> default:
==> default:
==> default:
==> default:  [mysqld]
==> default:
==> default: -#
==> default:
==> default: -# * Basic Settings
==> default:
==> default: -#
==> default:
==> default: -user              = mysql
==> default:
==> default: -pid-file  = /var/run/mysqld/mysqld.pid
==> default:
==> default: -socket            = /var/run/mysqld/mysqld.sock
==> default:
==> default: -port              = 3306
==> default:
==> default: -basedir           = /usr
==> default:
==> default: -datadir           = /var/lib/mysql
==> default:
==> default: -tmpdir            = /tmp
==> default:
==> default: -lc-messages-dir   = /usr/share/mysql
==> default:
==> default: -skip-external-locking
==> default:
==> default: -#
==> default:
==> default: -# Instead of skip-networking the default is now to listen only on
==> default:
==> default: -# localhost which is more compatible and is not less secure.
==> default:
==> default: -bind-address              = 127.0.0.1
==> default:
==> default: -#
==> default:
==> default: -# * Fine Tuning
==> default:
==> default: -#
==> default:
==> default: -key_buffer                = 16M
==> default:
==> default: -max_allowed_packet        = 16M
==> default:
==> default: -thread_stack              = 192K
==> default:
==> default: -thread_cache_size       = 8
==> default:
==> default: -# This replaces the startup script and checks MyISAM tables if needed
==> default:
==> default: -# the first time they are touched
==> default:
==> default: -myisam-recover         = BACKUP
==> default:
==> default: -#max_connections        = 100
==> default:
==> default: -#table_cache            = 64
==> default:
==> default: -#thread_concurrency     = 10
==> default:
==> default: -#
==> default:
==> default: -# * Query Cache Configuration
==> default:
==> default: -#
==> default:
==> default: -query_cache_limit = 1M
==> default:
==> default: -query_cache_size        = 16M
==> default:
==> default: -#
==> default:
==> default: -# * Logging and Replication
==> default:
==> default: -#
==> default:       -# Both location gets rotated by the cronjob.
==> default:       -# Be aware that this log type is a performance killer.
==> default:       -# As of 5.1 you can enable the log at runtime!
==> default:       -#general_log_file        = /var/log/mysql/mysql.log
==> default:       -#general_log             = 1
==> default:       -#
==> default:       -# Error log - should be very few entries.
==> default:       -#
==> default:       -log_error = /var/log/mysql/error.log
==> default:       -#
==> default:       -# Here you can see queries with especially long duration
==> default:       -#log_slow_queries   = /var/log/mysql/mysql-slow.log
==> default:       -#long_query_time = 2
==> default:       -#log-queries-not-using-indexes
==> default:       -#
==> default:       -# The following can be used as easy to replay backup logs or for replication.
==> default:       -# note: if you are setting up a replication slave, see README.Debian about
==> default:       -#       other settings you may need to change.
==> default:       -#server-id          = 1
==> default:       -#log_bin                    = /var/log/mysql/mysql-bin.log
==> default:       -expire_logs_days    = 10
==> default:       -max_binlog_size         = 100M
==> default:       -#binlog_do_db               = include_database_name
==> default:       -#binlog_ignore_db   = include_database_name
==> default:       -#
==> default:       -# * InnoDB
==> default:       -#
==> default:       -# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
==> default:       -# Read the manual for more InnoDB related options. There are many!
==> default:       -#
==> default:       -# * Security Features
==> default:       -#
==> default:       -# Read the manual, too, if you want chroot!
==> default:       -# chroot = /var/lib/mysql/
==> default:       -#
==> default:       -# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
==> default:       -#
==> default:       -# ssl-ca=/etc/mysql/cacert.pem
==> default:       -# ssl-cert=/etc/mysql/server-cert.pem
==> default:       -# ssl-key=/etc/mysql/server-key.pem
==> default:       +user                           = mysql
==> default:       +pid-file                       = /var/run/mysqld/mysql.pid
==> default:       +socket                         = /var/run/mysqld/mysqld.sock
==> default:       +port                           = 3306
==> default:       +datadir                        = /var/lib/mysql
==> default:
==> default:       -
==> default:       -
==> default:       -[mysqldump]
==> default:       -quick
==> default:       -quote-names
==> default:       -max_allowed_packet  = 16M
==> default:       -
==> default:        [mysql]
==> default:       -#no-auto-rehash     # faster start of mysql but no tab completition
==> default:       -
==> default:       -[isamchk]
==> default:       -key_buffer          = 16M
==> default:       -
==> default:       -#
==> default:       -# * IMPORTANT: Additional settings that can override those from this file!
==> default:       -#   The files must end with '.cnf', otherwise they'll be ignored.
==> default:       -#
==> default:       -!includedir /etc/mysql/conf.d/
==> default:       +!includedir /etc/mysql/conf.d[2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/my.cnf] owner changed to 106
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/my.cnf] group changed to 112
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/my.cnf] mode changed to 600
==> default:
==> default:       - change mode from '0644' to '0600'
==> default:       - change owner from 'root' to 'mysql'
==> default:       - change group from 'root' to 'mysql'
==> default:     * bash[move mysql data to datadir] action nothing (skipped due to action :nothing)
==> default:     * execute[create root marker] action nothing (skipped due to action :nothing)
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql_grants.sql] sending run action to execute[install-grants] (delayed)
==> default:     * execute[install-grants] action run
==> default: [2015-12-07T19:42:53+00:00] INFO: execute[install-grants] ran successfully
==> default:
==> default:       - execute sensitive resource
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/my.cnf] sending run action to bash[move mysql data to datadir] (delayed)
==> default:     * bash[move mysql data to datadir] action run (up to date)
==> default: [2015-12-07T19:42:53+00:00] INFO: template[/etc/mysql/my.cnf] sending restart action to service[mysql] (delayed)
==> default:     * service[mysql] action restart
==> default: [2015-12-07T19:42:58+00:00] INFO: service[mysql] restarted
==> default:
==> default:       - restart service service[mysql]
==> default: [2015-12-07T19:42:58+00:00] INFO: execute[install-grants] sending run action to execute[create root marker] (delayed)
==> default:     * execute[create root marker] action run
==> default: [2015-12-07T19:42:58+00:00] INFO: execute[create root marker] ran successfully
==> default:
==> default:       - execute sensitive resource
==> default:
==> default: Recipe: jenkins::_master_package
==> default:   * apt_repository[jenkins] action add
==> default:
==> default: * remote_file[/var/chef/cache/jenkins-ci.org.key] action create
==> default: [2015-12-07T19:43:02+00:00] INFO: remote_file[/var/chef/cache/jenkins-ci.org.key] created file /var/chef/cache/jenkins-ci.org.key
==> default:
==> default: - create new file /var/chef/cache/jenkins-ci.org.key
==> default: [2015-12-07T19:43:02+00:00] INFO: remote_file[/var/chef/cache/jenkins-ci.org.key] updated file contents /var/chef/cache/jenkins-ci.org.key
==> default:
==> default: - update content in file /var/chef/cache/jenkins-ci.org.key from none to d21585
==> default:
==> default: --- /var/chef/cache/jenkins-ci.org.key     2015-12-07 19:43:02.026608677 +0000
==> default:
==> default: +++ /tmp/chef-rest20151207-1803-1d2ot20    2015-12-07 19:43:02.026608677 +0000
==> default:
==> default: @@ -1 +1,113 @@
==> default:       +-----BEGIN PGP PUBLIC KEY BLOCK-----
==> default:       +Version: GnuPG v1.4.9 (GNU/Linux)
==> default:       +
==> default:       +mQGiBEmFQG0RBACXScOxb6BTV6rQE/tcJopAEWsdvmE0jNIRWjDDzB7HovX6Anrq
==> default:       +n7+Vq4spAReSFbBVaYiiOx2cGDymj2dyx2i9NAI/9/cQXJOU+RPdDzHVlO1Edksp
==> default:       +5rKn0cGPWY5sLxRf8s/tO5oyKgwCVgTaB5a8gBHaoGms3nNC4YYf+lqlpwCgjbti
==> default:       +3u1iMIx6Rs+dG0+xw1oi5FUD/2tLJMx7vCUQHhPRupeYFPoD8vWpcbGb5nHfHi4U
==> default:       +8/x4qZspAIwvXtGw0UBHildGpqe9onp22Syadn/7JgMWhHoFw5Ke/rTMlxREL7pa
==> default:       +TiXuagD2G84tjJ66oJP1FigslJzrnG61y85V7THL61OFqDg6IOP4onbsdqHby4VD
==> default:       +zZj9A/9uQxIn5250AGLNpARStAcNPJNJbHOQuv0iF3vnG8uO7/oscB0TYb8/juxr
==> default:       +hs9GdSN0U0BxENR+8KWy5lttpqLMKlKRknQYy34UstQiyFgAQ9Epncu9uIbVDgWt
==> default:       +y7utnqXN033EyYkcWx5EhLAgHkC7wSzeSWABV3JSXN7CeeOif7QiS29oc3VrZSBL
==> default:       +YXdhZ3VjaGkgPGtrQGtvaHN1a2Uub3JnPohjBBMRAgAjAhsDBgsJCAcDAgQVAggD
==> default:       +BBYCAwECHgECF4AFAko/7vYCGQEACgkQm30y8tUFguabhgCgi54IQR4rpJZ/uUHe
==> default:       +ZB879zUWTQwAniQDBO+Zly7Fsvm0Mcvqvl02UzxCtC1Lb2hzdWtlIEthd2FndWNo
==> default:       +aSA8a29oc3VrZS5rYXdhZ3VjaGlAc3VuLmNvbT6IYAQTEQIAIAUCSj/qbQIbAwYL
==> default:       +CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEJt9MvLVBYLm38gAoIGR2+TQeJaCeEa8
==> default:       +CQhZYzDoiJkQAJ0cpmD+0VA+leOAr5LEccNVd70Z/dHNy83JARAAAQEAAAAAAAAA
==> default:       +AAAAAAD/2P/gABBKRklGAAEBAQBgAGAAAP/hAGBFeGlmAABJSSoACAAAAAQAMQEC
==> default:       +ABkAAAA+AAAAEFEBAAEAAAABQ5AAEVEEAAEAAAASCwAAElEEAAEAAAASCwAAAAAA
==> default:       +AE1hY3JvbWVkaWEgRmlyZXdvcmtzIDQuMAAA/9sAQwAIBgYHBgUIBwcHCQkICgwU
==> default:       +DQwLCwwZEhMPFB0aHx4dGhwcICQuJyAiLCMcHCg3KSwwMTQ0NB8nOT04MjwuMzQy
==> default:       +/9sAQwEJCQkMCwwYDQ0YMiEcITIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy
==> default:       +MjIyMjIyMjIyMjIyMjIyMjIyMjIy/8AAEQgArgCWAwEiAAIRAQMRAf/EAB8AAAEF
==> default:       +AQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQEC
==> default:       +AwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkq
==> default:       +NDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqS
==> default:       +k5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk
==> default:       +5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkK
==> default:       +C//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGx
==> default:       +wQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFla
==> default:       +Y2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2
==> default:       +t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQAC
==> default:       +EQMRAD8A9wEj/wB9vzpfMf8Avt+dRinCpGSeY398/nS72/vH86YKBQBJvb+8fzpd
==> default:       +7f3j+dMFLQA/e394/nS7j6n86ZSimA7cfU07cfU1HnFOFADtx9aXJ9TTKUUxD8n1
==> default:       +pc+9Mp1AC5ozSUtAC0maKKADNFJ2ooAoCnCmilzWZQ6lFJSimAopaQUtAC54rOvN
==> default:       +dsLCTZPPGrdwXAry/wCKHxXfRppND0Mq16Bie5PIi9lHdv5V8/X+rXt/O8tzcyyy
==> default:       +MclnYkk0avYdl1PqPxT8VtH8NwqwzdXEuSkaHoB61wjftCXhlzHosBjHZpSCa8PW
==> default:       +O7uhuAkcDueaaYbhOqMMe1L5lcvWx9U+FPjJ4f8AEU0dpdhtLvXOFWdgY3PoH6fg
==> default:       +cV6MrZGa+EklIOJOPqK9i+G3xem0TytI8QSSXGnHCQXJO57f2Pqn6indrclq+x9G
==> default:       +5pwNVoLiO4hSaGRZIpFDKynIYHuKmBqyB+aWmg0uaAFopKKAFoozRQBQFLSUorMo
==> default:       +UUtJSigB1ZHijWovD/hu+1KZlUQxErnu3YfnWsK8k+Pt60PhaxtAxAnuOQO4UE0P
==> default:       +YaWp8/Xd1LeTz3Mzl5pnLuxPJJNa+i+HDclZZ1yp5C1Q0axa+1BEx8i8mvS7S3WG
==> default:       +NQo6elcWLxDprljuelgsOp+/IgtdCiVFVYx07CnXHhyNgflA/Ct+1BwOKmkVq8xS
==> default:       +m9bnr2S0sec6n4UVo2KKNw6Vx9xby2U3lSAj617NcR5J4zmua1/Q4r+1JVQJU5Ui
==> default:       +uzD4qUXyz2OHFYWM1zR3Ol+CHj0xXX/CKajMTHKd1g7H7r94/oeo9wR3r3tWr4ht
==> default:       +pZtNv4bmElZ7eVZUIOPmU5/pX2dpOpR6tpFnqMQxHdQpMoz03DOK9ePY8OaszUDU
==> default:       ++oFNSg0yUOopKWgAoo6mikBRpwptLWZY4UoptLTELXin7QbD7PoiFv45Gx+Ar2uv
==> default:       +FP2g7dfsejXOfm8x48evGf6UmNbnm3hCBls57sJuYnYg9TXSyW2uIgNpJbs5GWDj
==> default:       +gewrP8EJu0XIHKyNV2+j1txM0MzIQV8oIQN3POSenHTg15VSV6z2+Z7dGNqKt26G
==> default:       +hpeo6rC3lajZxKOgdG6/hW5NcoIC4HOOhrmbJb1IokuZWkfbmUsQQGz2xW5OAbAE
==> default:       +Y3d/es5TtJo6oRbjcx7uXVryXbblIIv723JqN9PuUdLhJ2aQf6xW6OP6VBqS6jcQ
==> default:       +sLS4aOQHCqH2qVx64znP8verWn2d/DKrPOzxbFBWQ5O7HJyOxParv7t7oxcfeasz
==> default:       +z3xBaC01uZV4RxvAr6X+F0rv8NdCMj7iICAfQBjgV87+NYzHr6jHHlA/rX0H8LFa
==> default:       +P4baLu3DMTHDDtvOPwr1sM7xR4mK0m/U7lTUyniqyGp1NbtHOmSUuaaDS1JQuaKS
==> default:       +ikBTpaQUVmUOpabS0xC15f8AF7wxc+IEsJI3VI4Nyrkfxtjn6YH616hWL4ptDd6B
==> default:       +cBTh0+cH0xUVL8j5dzSk0prm2PD/AAnYvp+ltazDbNHM6yD3BrpEiWToOKzPLktr
==> default:       +mRiSwlO7J9atQ3bFsCvGnJSlzM+gpLlXKJcpDAegGT+ZqYgPYAgVnz3DpKW8pJW6
==> default:       +AM2MUranci38vy4gBz/9alGF3dG0ppKzZYs0ilB4BwauOixggVlW9w8sivsWJuhC
==> default:       +nOanmun83bimtNCZPS5g6/osOta3Zq8giRImMjeoyMAe5Oa940SxTStFsbCM/JbQ
==> default:       +JGv0AryTTLRLzXIwwDOWVAvfGecCvZx19q9fAttPyPBzCyatuyyhqZTxVdDU612M
==> default:       +4ESg04GowacDUFjqKQc0UDKlLSUtZFC0UUCmAtMmiSeF4pBlHBVh7U6imI878Y+G
==> default:       +rbTbGC7tFf5WKyFmz1rimZoy2wZJGQBXter2C6lpc9qw++vy/XtXiMoe3upLeTiS
==> default:       +Nipry8XSUJJpaHq4Os5JpvUoC4uJr1rYIkJC7vMuGCgj2rZ/4Ry/aHzvtdltO4Ei
==> default:       +TPTH+NUrhFlUB1yQODVB8RjyRboR6hiAfqM4rCLTPR6aSt8rktzJc2l7HZgRXLOu
==> default:       +4SQPkKPU1fUtu3SHJUc/WqlvGIULKo3kdhgCr+lwfb9ZtLItxLIAx9upp25pKKMq
==> default:       +klFN3PTfDenR2mjWbtEvnsm8sVG4buevXpit1aiUAcAYHapVr6GMVGKij5iUnKTk
==> default:       +ydKnU1ClSikwRIKcD60wU4GpLQ7PpRSUUhlaikpc1kWLRSUUxC5ozSZozTA5Txn8
==> default:       +QtF8DxRDUDLPeTDdFaQAFyucbiTwo+vXsK8huNZHiVJddtbY2/mysfJL7iAD0JwM
==> default:       +1h/F+X7V8RtUKybzEUj5PTCjj8KseD2S304WbzxPJ9/CsDjcM4/DvXLjF+6TXc7M
==> default:       +F/EafY1YNThkVcttccMpqY3trtx8ufeoJbK3acrLECPcUsmj2EUYfyw27kcmvOjY
==> default:       +9NuS6kc+pxp8seWc8Koq7pWox+HLiHWdQSR0gO90jALYxjAzjnmsxbnTbCXMssMK
==> default:       +r6nk/h1rH17xLY3lpJa25dw4wWxgfrW9KnOU04owqziotSZ7r4S8daT4xFwunpcR
==> default:       +S24DPHOoBweMjBOa6pDXzn8JNej0nxdFbSKqwX6/ZtzHG1s5U59yMfjX0SpwcGvc
==> default:       +Wp4MlZltDUoNV42qYGpYIlFOzUYNOBqSx4opBzRSArUtNqrqWqWOj2D32pXcVrap
==> default:       +96WVsDPoO5PsOayNC5TXkWKJpZHVI0GWd2AVR7k9K8Z8R/HTazweHNPBHQXd4Ovu
==> default:       +sY/9mP4V5Trvi7XPETltW1S4uVzkRM2I1+iDCj8qtRYWPfvEXxh8L6GJIrWZ9Vu1
==> default:       +48u1/wBWD7yHj8s15Jr/AMYfFGtyOlvdDS7c5xFZnace7n5j+n0rz1n3Hmmk4zzV
==> default:       +KKFcdNPI7s0jM7sxZmY5LE9ST61CsrI25SQR3BwacWzwRUZX0qiblgaheq25bucH
==> default:       +18w086tqDrta9uCvp5hqng56UDmp5I9iueXcmDsxyzEn1JqROvNQKD7VKCqDJOas
==> default:       +kuRuMgjp711+n/FHxVpyIsWqNPHEAojukWQEe5PP61wvnEj0B4ApykZJJ7UDPfvD
==> default:       +Hxp0+/dLfXbYWMp4E8RLxH6jqv616laXtve26XFrPFPC/KyRsGU/iK+MBICcDitn
==> default:       +QPFWseHbvztMv5YM/eTOUb6qeDRcXKj7CV8ing1434V+NtpezR2niC3W0Y8fa4cm
==> default:       +PP8AtL1H1Ga9atrqG6gSe3mjmhcZSSNgysPYikTZouCiow4xRRYLmRr+tW/h7Qrv
==> default:       +Vbkbo7dCwQHBdugUfU4r5Y8TeKtV8Tak15qlwztk+XEDiOFf7qL2H6nvXr3x01n7
==> default:       +Po2n6SjfNcymaQf7K8D9T+leBzPuT3H8qiC0NHoNeYnvURc4phPNITmrJuLu5pSa
==> default:       +Z3pRyKYhM80oOaaetAoAkzwKTd6Cm5pBQA8EnqTijOSeOKaT2oHSgY7cTTg1Rilp
==> default:       +AS7/AGpc4UA96iHJApXbk0wJ0kOeDXTeGPGer+GbtZNOunWMnLwscxv9V/ya5T7q
==> default:       +D1NOEhQYHU9/Siw0z7A8KeJ7XxToceo2ymNs7JoicmNx1HuOcg0V5j8A9RQnWNKl
==> default:       +lVARHcruOOfut/7LRTViJaPQ5b42agbrx29uGytrAiAehPJ/nXmrNu2H14NdD481
==> default:       +A6j401S6zkPMQPoOP6VzQOcj0OaiGxctxpNA5obqfrQKokSlWkzQDzQAMOaSnN1F
==> default:       +JQAtFFFAAKKKO9AC0UlGaBj0HemjlvrTkOEY03vQIe7YJP4CkTBfn6mkbkA/Wkzg
==> default:       +YHU9aYGtpl7Pau8kEzxMwwShwcUVUtWIU4oqbXLTFv3M0jSkksWJP481SU/Pk1Ym
==> default:       +b7/1FViMY96diWKwy5+tITTm+7mo6BC0DrR2oHWgB7dBTac3SmUALS0lKOtACUua
==> default:       +KKACm0vSk70ASLxF9TSYzznrQf8AVqKTPH40wHHHQfjTM55pTwp9+KQdKALEL7Is
==> default:       ++poph4Cr6Cigdz//2YhgBBMRAgAgBQJKP/cgAhsDBgsJCAcDAgQVAggDBBYCAwEC
==> default:       +HgECF4AACgkQm30y8tUFgua3awCdFQlChLgn/n4tb4jLe1RgxOxHxosAn2Cn2oNh
==> default:       +sZ91wUb4d5JuH88TCupsuQINBEmFQG0QCADqAXWgiis4yi96os3QZmK5809ojjTT
==> default:       +nlICgbztrT55cMVTDBc9SneyRQlC0cS+M1z4Do6lj81sNJdJiBPqTYYA1+exTFvs
==> default:       +5zCxPInDP3hvqXxHTP142XN1hdzt53R7smn8O0wyO+RCBUb44e9NkusvBd5UP3Je
==> default:       +449hnpXJ4WO3cVMFm4ghxs7ERlpAi5NTEsVVdM8dqHbZJtk8gbzdAHH0ybiAXmWy
==> default:       +LFGZDuuKiFAkqm/Wled7id6N+cPx107dwBclwPxzfEYKEqJ1YDDHoDlyfx4012y1
==> default:       +53e5sGyah/IPBYrrLMfG+Wmiwr5nCX0tmwOcyukuE94hbzJCX2wBdbWLAAMGCACz
==> default:       +l3cuM4lGt/wr5liM4gotXpZAopY+EnbLIBuOHFXXR7HnyAgST1jH/AUbafvPjyDh
==> default:       +EkFDyUP14XtHNIAqsN1UpuyYbM90bMPAWXJxrazMsSF+Tv5yIxHiy4cc1pjoqHA2
==> default:       +kwqIGHmTxYzOPOS19ZWQAtevoTE6pCARphY0dzpscCWaXGs/ZqNAhjL96WLYV1Oo
==> default:       +Ut+9mTnOcs6Vuxaxp2wN2S5DK1S9gdIxWEc8wMUPiQe8CYk0OySdORIblMs3bGqD
==> default:       +FoM5HcBAZP1YlXitPH2nIRv0DtOQGMQOCkqUWmQuQAUgKV+YO86lO4S7EhTET/GP
==> default:       +sQb6P7efm/Cs8wbq/wyIiEkEGBECAAkFAkmFQG0CGwwACgkQm30y8tUFgua2mACe
==> default:       +JNBW4snDC4OzjKU6QT386/GA9ssAn3vLzSwn8N1xv5MihWGr5kVzvaE2
==> default:       +=cjdq
==> default:       +-----END PGP PUBLIC KEY BLOCK-----
==> default: [2015-12-07T19:43:02+00:00] INFO: remote_file[/var/chef/cache/jenkins-ci.org.key] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default: * execute[install-key jenkins-ci.org.key] action run
==> default: [2015-12-07T19:43:02+00:00] INFO: execute[install-key jenkins-ci.org.key] ran successfully
==> default:
==> default:       - execute apt-key add /var/chef/cache/jenkins-ci.org.key
==> default:     * file[/var/lib/apt/periodic/update-success-stamp] action nothing (skipped due to action :nothing)
==> default:     * execute[apt-cache gencaches] action nothing (skipped due to action :nothing)
==> default:     * execute[apt-get update] action nothing (skipped due to action :nothing)
==> default:     * file[/etc/apt/sources.list.d/jenkins.list] action create[2015-12-07T19:43:02+00:00] INFO: file[/etc/apt/sources.list.d/jenkins.list] created file /etc/apt/sources.list.d/jenkins.list
==> default:
==> default:       - create new file /etc/apt/sources.list.d/jenkins.list[2015-12-07T19:43:02+00:00] INFO: file[/etc/apt/sources.list.d/jenkins.list] updated file contents /etc/apt/sources.list.d/jenkins.list
==> default:
==> default:       - update content in file /etc/apt/sources.list.d/jenkins.list from none to c10921
==> default:       --- /etc/apt/sources.list.d/jenkins.list     2015-12-07 19:43:02.222657818 +0000
==> default:       +++ /etc/apt/sources.list.d/.jenkins.list20151207-1803-1n5qt36       2015-12-07 19:43:02.222657818 +0000
==> default:       @@ -1 +1,2 @@
==> default:       +deb     http://pkg.jenkins-ci.org/debian binary/
==> default: [2015-12-07T19:43:02+00:00] INFO: file[/etc/apt/sources.list.d/jenkins.list] owner changed to 0
==> default: [2015-12-07T19:43:02+00:00] INFO: file[/etc/apt/sources.list.d/jenkins.list] group changed to 0
==> default: [2015-12-07T19:43:02+00:00] INFO: file[/etc/apt/sources.list.d/jenkins.list] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default: [2015-12-07T19:43:02+00:00] INFO: file[/etc/apt/sources.list.d/jenkins.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action delete
==> default: [2015-12-07T19:43:02+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207194302.229748
==> default: [2015-12-07T19:43:02+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
==> default:
==> default: - delete file /var/lib/apt/periodic/update-success-stamp
==> default: [2015-12-07T19:43:02+00:00] INFO: file[/etc/apt/sources.list.d/jenkins.list] sending run action to execute[apt-get update] (immediate)
==> default:
==> default: * execute[apt-get update] action run
==> default: [2015-12-07T19:43:06+00:00] INFO: execute[apt-get update] ran successfully
==> default:       - execute apt-get update -o Dir::Etc::sourcelist='sources.list.d/jenkins.list' -o Dir::Etc::sourceparts='-' -o APT::Get::List-Cleanup='0'
==> default: [2015-12-07T19:43:06+00:00] INFO: execute[apt-get update] sending run action to execute[apt-cache gencaches] (immediate)
==> default:     * execute[apt-cache gencaches] action run
==> default: [2015-12-07T19:43:07+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default:
==> default:       - execute apt-cache gencaches
==> default:
==> default:   * apt_package[jenkins] action install
==> default: [2015-12-07T19:43:45+00:00] INFO: apt_package[jenkins] installed jenkins at 1.640
==> default:
==> default:     - install version 1.640 of package jenkins
==> default:
==> default:   * template[/etc/default/jenkins] action create
==> default: [2015-12-07T19:43:45+00:00] INFO: template[/etc/default/jenkins] backed up to /var/chef/backup/etc/default/jenkins.chef-20151207194345.514990
==> default: [2015-12-07T19:43:45+00:00] INFO: template[/etc/default/jenkins] updated file contents /etc/default/jenkins
==> default:
==> default: - update content in file /etc/default/jenkins from d922ac to 3bb3b8
==> default:
==> default: --- /etc/default/jenkins   2015-12-07 15:10:04.000000000 +0000
==> default:
==> default: +++ /etc/default/.jenkins20151207-1803-1uxdvs8     2015-12-07 19:43:45.508331095 +0000
==> default:
==> default: @@ -1,27 +1,31 @@
==> default:
==> default: +#
==> default:
==> default: +# This file was generated by Chef for app.local.
==> default:
==> default: +# Do NOT modify this file by hand.
==> default:
==> default: +#
==> default:
==> default: +
==> default:
==> default: +#
==> default:
==> default:  # defaults for jenkins continuous integration server
==> default:
==> default:
==> default:
==> default:  # pulled in from the init script; makes things easier.
==> default:
==> default:  NAME=jenkins
==> default:
==> default:
==> default:
==> default:  # location of java
==> default:
==> default: -JAVA=/usr/bin/java
==> default:
==> default: +JAVA=java
==> default:
==> default:
==> default:
==> default:  # arguments to pass to java
==> default:
==> default: -JAVA_ARGS="-Djava.awt.headless=true"  # Allow graphs etc. to work even when an X server is present
==> default:
==> default: -#JAVA_ARGS="-Xmx256m"
==> default:
==> default: -#JAVA_ARGS="-Djava.net.preferIPv4Stack=true" # make jenkins listen on IPv4 address
==> default:
==> default: +JAVA_ARGS=""
==> default:
==> default:
==> default:
==> default: -PIDFILE=/var/run/$NAME/$NAME.pid
==> default:
==> default: +PIDFILE=/var/run/jenkins/jenkins.pid
==> default:
==> default:
==> default:
==> default:  # user and group to be invoked as (default to jenkins)
==> default:
==> default: -JENKINS_USER=$NAME
==> default:
==> default: -JENKINS_GROUP=$NAME
==> default:
==> default: +JENKINS_USER=jenkins
==> default:
==> default: +JENKINS_GROUP=jenkins
==> default:
==> default:
==> default:
==> default:  # location of the jenkins war file
==> default:
==> default: -JENKINS_WAR=/usr/share/$NAME/$NAME.war
==> default:
==> default: +JENKINS_WAR=/usr/share/jenkins/jenkins.war
==> default:
==> default:
==> default:
==> default:  # jenkins home location
==> default:
==> default: -JENKINS_HOME=/var/lib/$NAME
==> default:
==> default: +JENKINS_HOME=/var/lib/jenkins
==> default:
==> default:
==> default:
==> default:  # set this to false if you don't want Hudson to run by itself
==> default:
==> default:  # in this set up, you are expected to provide a servlet container
==> default:
==> default: @@ -29,8 +33,7 @@
==> default:
==> default:  RUN_STANDALONE=true
==> default:
==> default:
==> default:
==> default:  # log location.  this may be a syslog facility.priority
==> default:
==> default: -JENKINS_LOG=/var/log/$NAME/$NAME.log
==> default:
==> default: -#JENKINS_LOG=daemon.info
==> default:
==> default: +JENKINS_LOG=/var/log/jenkins/$NAME.log
==> default:
==> default:
==> default:
==> default:  # OS LIMITS SETUP
==> default:
==> default:  #   comment this out to observe /etc/security/limits.conf
==> default:
==> default: @@ -39,28 +42,17 @@
==> default:
==> default:  #   descriptors are forced to 1024 regardless of /etc/security/limits.conf
==> default:
==> default:  MAXOPENFILES=8192
==> default:
==> default:
==> default:
==> default: -# set the umask to control permission bits of files that Jenkins creates.
==> default:
==> default: -#   027 makes files read-only for group and inaccessible for others, which some security sensitive users
==> default:
==> default: -#   might consider benefitial, especially if Jenkins runs in a box that's used for multiple purposes.
==> default:
==> default: -#   Beware that 027 permission would interfere with sudo scripts that run on the master (JENKINS-25065.)
==> default:
==> default: -#
==> default:
==> default: -#   Note also that the particularly sensitive part of $JENKINS_HOME (such as credentials) are always
==> default:
==> default: -#   written without 'others' access. So the umask values only affect job configuration, build records,
==> default:
==> default: -#   that sort of things.
==> default:
==> default: -#
==> default:
==> default: -#   If commented out, the value from the OS is inherited,  which is normally 022 (as of Ubuntu 12.04,
==> default:
==> default: -#   by default umask comes from pam_umask(8) and /etc/login.defs
==> default:
==> default: +# address bound to HTTP connector (default 0.0.0.0)
==> default:
==> default: +HTTP_LISTEN_ADDRESS="0.0.0.0"
==> default:
==> default:
==> default:
==> default: -# UMASK=027
==> default:
==> default: -
==> default:
==> default:  # port for HTTP connector (default 8080; disable with -1)
==> default:
==> default:  HTTP_PORT=8080
==> default:
==> default:
==> default:
==> default:  # port for AJP connector (disabled by default)
==> default:
==> default:  AJP_PORT=-1
==> default:
==> default:
==> default:
==> default: -# servlet context, important if you want to use apache proxying
==> default:
==> default: -PREFIX=/$NAME
==> default:
==> default: +# servlet context, important if you want to use apache proxying
==> default:
==> default: +PREFIX=/jenkins
==> default:
==> default:
==> default:
==> default:  # arguments to pass to jenkins.
==> default:
==> default:  # --javahome=$JAVA_HOME
==> default:
==> default: @@ -72,5 +64,5 @@
==> default:
==> default:  # --webroot=~/.jenkins/war
==> default:
==> default:  # --prefix=$PREFIX
==> default:
==> default:
==> default:
==> default: -JENKINS_ARGS="--webroot=/var/cache/$NAME/war --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT"
==> default:
==> default: +JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpListenAddress=$HTTP_LISTEN_ADDRESS --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT"
==> default: [2015-12-07T19:43:45+00:00] INFO: template[/etc/default/jenkins] sending restart action to service[jenkins] (immediate)
==> default:
==> default: * service[jenkins] action restart
==> default: [2015-12-07T19:43:48+00:00] INFO: service[jenkins] restarted
==> default:
==> default:     - restart service service[jenkins]
==> default:   * service[jenkins] action enable
==> default:  (up to date)
==> default:
==> default: * service[jenkins] action start
==> default:  (up to date)
==> default: Recipe: boilerplate::apt_packages
==> default:
==> default: * apt_repository[emacs] action add
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[apt-cache gencaches] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[apt-get update] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[install-key 8FBB7709281B6E626DD855CF84DBCE2DCEC45805] action run
==> default: [2015-12-07T19:43:50+00:00] INFO: execute[install-key 8FBB7709281B6E626DD855CF84DBCE2DCEC45805] ran successfully
==> default:
==> default:       - execute apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8FBB7709281B6E626DD855CF84DBCE2DCEC45805
==> default:     * file[/etc/apt/sources.list.d/emacs.list] action create[2015-12-07T19:43:50+00:00] INFO: file[/etc/apt/sources.list.d/emacs.list] created file /etc/apt/sources.list.d/emacs.list
==> default:
==> default:       - create new file /etc/apt/sources.list.d/emacs.list[2015-12-07T19:43:50+00:00] INFO: file[/etc/apt/sources.list.d/emacs.list] updated file contents /etc/apt/sources.list.d/emacs.list
==> default:
==> default:       - update content in file /etc/apt/sources.list.d/emacs.list from none to 77dfff
==> default:       --- /etc/apt/sources.list.d/emacs.list       2015-12-07 19:43:50.598015824 +0000
==> default:       +++ /etc/apt/sources.list.d/.emacs.list20151207-1803-nqfd0m  2015-12-07 19:43:50.598015824 +0000
==> default:       @@ -1 +1,2 @@
==> default:       +deb     http://ppa.launchpad.net/cassou/emacs/ubuntu precise main
==> default: [2015-12-07T19:43:50+00:00] INFO: file[/etc/apt/sources.list.d/emacs.list] owner changed to 0
==> default: [2015-12-07T19:43:50+00:00] INFO: file[/etc/apt/sources.list.d/emacs.list] group changed to 0
==> default: [2015-12-07T19:43:50+00:00] INFO: file[/etc/apt/sources.list.d/emacs.list] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default: [2015-12-07T19:43:50+00:00] INFO: file[/etc/apt/sources.list.d/emacs.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action delete
==> default: [2015-12-07T19:43:50+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207194350.603872
==> default: [2015-12-07T19:43:50+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
==> default:
==> default: - delete file /var/lib/apt/periodic/update-success-stamp
==> default: [2015-12-07T19:43:50+00:00] INFO: file[/etc/apt/sources.list.d/emacs.list] sending run action to execute[apt-get update] (immediate)
==> default:
==> default: * execute[apt-get update] action run
==> default: [2015-12-07T19:43:54+00:00] INFO: execute[apt-get update] ran successfully
==> default:
==> default:       - execute apt-get update -o Dir::Etc::sourcelist='sources.list.d/emacs.list' -o Dir::Etc::sourceparts='-' -o APT::Get::List-Cleanup='0'
==> default: [2015-12-07T19:43:54+00:00] INFO: execute[apt-get update] sending run action to execute[apt-cache gencaches] (immediate)
==> default:     * execute[apt-cache gencaches] action run
==> default: [2015-12-07T19:43:57+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default:
==> default:       - execute apt-cache gencaches
==> default:
==> default:   * execute[apt-get install] action run
==> default: [2015-12-07T19:47:45+00:00] INFO: execute[apt-get install] ran successfully
==> default:
==> default:     - execute export DEBIAN_FRONTEND=noninteractive && apt-fast -q -y install emacs24 ccache curl debian-el emacs-goodies-el expect exuberant-ctags g++ gettext-el git global graphviz iftop imagemagick iotop iperf libcurl4-gnutls-dev libffi-dev libgecode-dev libmysql++-dev libnotify-bin
libxml2-dev libxslt-dev lv make mysql-server nethogs nfs-server openjdk-7-jdk ruby1.9.1 ruby1.9.1-dev stunnel4 subversion sysstat tree unzip vim w3m wamerican-huge zsh
==> default: Recipe: boilerplate::gem_packages
==> default:   * execute[install bundler] action run
==> default: [2015-12-07T19:47:59+00:00] INFO: execute[install bundler] ran successfully
==> default:
==> default:     - execute gem i bundler
==> default:   * execute[install gem packages] action run
==> default:  (skipped due to only_if)
==> default:   * execute[juicer install jslint] action run
==> default:  (skipped due to only_if)
==> default:   * execute[juicer install closure_compiler] action run
==> default:  (skipped due to only_if)
==> default:   * chef_gem[knife-solo] action install
==> default:  (up to date)
==> default: Recipe: boilerplate::pip_packages
==> default:   * python_pip[http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz] action install
==> default: [2015-12-07T19:48:00+00:00] INFO: Installing python_pip[http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz] version latest
==> default:
==> default:     - install package python_pip[http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz] version latest
==> default: Recipe: boilerplate::npm_packages
==> default:   * nodejs_npm[bower] action install
==> default:
==> default: * execute[install NPM package bower] action run
==> default: [2015-12-07T19:48:08+00:00] INFO: execute[install NPM package bower] ran successfully
==> default:
==> default:       - execute npm install  -global bower
==> default:
==> default:   * nodejs_npm[gfms] action install
==> default:     * execute[install NPM package gfms] action run
==> default: [2015-12-07T19:48:34+00:00] INFO: execute[install NPM package gfms] ran successfully
==> default:
==> default:       - execute npm install  -global gfms
==> default:
==> default:   * nodejs_npm[grunt-cli] action install
==> default:     * execute[install NPM package grunt-cli] action run
==> default: [2015-12-07T19:48:37+00:00] INFO: execute[install NPM package grunt-cli] ran successfully
==> default:
==> default:       - execute npm install  -global grunt-cli
==> default:
==> default:   * nodejs_npm[jasmine-jquery] action install
==> default:     * execute[install NPM package jasmine-jquery] action run
==> default: [2015-12-07T19:48:41+00:00] INFO: execute[install NPM package jasmine-jquery] ran successfully
==> default:
==> default:       - execute npm install  -global jasmine-jquery
==> default:
==> default:   * nodejs_npm[jscs] action install
==> default:     * execute[install NPM package jscs] action run
==> default: [2015-12-07T19:49:04+00:00] INFO: execute[install NPM package jscs] ran successfully
==> default:
==> default:       - execute npm install  -global jscs
==> default:
==> default:   * nodejs_npm[jshint] action install
==> default:     * execute[install NPM package jshint] action run
==> default: [2015-12-07T19:49:09+00:00] INFO: execute[install NPM package jshint] ran successfully
==> default:
==> default:       - execute npm install  -global jshint
==> default:
==> default:   * nodejs_npm[karma] action install
==> default:     * execute[install NPM package karma] action run
==> default: [2015-12-07T19:49:52+00:00] INFO: execute[install NPM package karma] ran successfully
==> default:
==> default:       - execute npm install  -global karma
==> default:
==> default:   * nodejs_npm[karma-chrome-launcher] action install
==> default:     * execute[install NPM package karma-chrome-launcher] action run
==> default: [2015-12-07T19:49:57+00:00] INFO: execute[install NPM package karma-chrome-launcher] ran successfully
==> default:
==> default:       - execute npm install  -global karma-chrome-launcher
==> default:
==> default:   * nodejs_npm[karma-coverage] action install
==> default:     * execute[install NPM package karma-coverage] action run
==> default: [2015-12-07T19:50:12+00:00] INFO: execute[install NPM package karma-coverage] ran successfully
==> default:
==> default:       - execute npm install  -global karma-coverage
==> default:
==> default:   * nodejs_npm[karma-firefox-launcher] action install
==> default:
==> default:
==> default: * execute[install NPM package karma-firefox-launcher] action run
==> default: [2015-12-07T19:50:18+00:00] INFO: execute[install NPM package karma-firefox-launcher] ran successfully
==> default:
==> default:       - execute npm install  -global karma-firefox-launcher
==> default:
==> default:   * nodejs_npm[karma-jasmine] action install
==> default:
==> default:     * execute[install NPM package karma-jasmine] action run
==> default: [2015-12-07T19:50:24+00:00] INFO: execute[install NPM package karma-jasmine] ran successfully
==> default:
==> default: - execute npm install  -global karma-jasmine
==> default:
==> default:   * nodejs_npm[karma-phantomjs-launcher] action install
==> default:
==> default:     * execute[install NPM package karma-phantomjs-launcher] action run
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[install NPM package karma-phantomjs-launcher] ran successfully
==> default:
==> default:       - execute npm install  -global karma-phantomjs-launcher
==> default:
==> default: Recipe: boilerplate::bower_packages
==> default:   * execute[install bower packages] action run (skipped due to only_if)
==> default: Recipe: boilerplate::apache2
==> default:   * file[/etc/apache2/mods-available/proxy.load] action create
==> default:  (up to date)
==> default:
==> default: * execute[a2enmod proxy] action run
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2enmod proxy] ran successfully
==> default:
==> default:     - execute /usr/sbin/a2enmod proxy
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2enmod proxy] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default:   * file[/etc/apache2/mods-available/proxy_http.load] action create
==> default: [2015-12-07T19:50:57+00:00] INFO: file[/etc/apache2/mods-available/proxy_http.load] backed up to /var/chef/backup/etc/apache2/mods-available/proxy_http.load.chef-20151207195057.682781
==> default: [2015-12-07T19:50:57+00:00] INFO: file[/etc/apache2/mods-available/proxy_http.load] updated file contents /etc/apache2/mods-available/proxy_http.load
==> default:
==> default: - update content in file /etc/apache2/mods-available/proxy_http.load from 70fbaf to ad0b40
==> default:
==> default: --- /etc/apache2/mods-available/proxy_http.load    2015-09-08 09:06:33.000000000 +0000
==> default:
==> default: +++ /etc/apache2/mods-available/.proxy_http.load20151207-1803-9a1v8l       2015-12-07 19:50:57.676709835 +0000
==> default:
==> default: @@ -1,3 +1,2 @@
==> default:
==> default: -# Depends: proxy
==> default:
==> default:  LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so
==> default:   * execute[a2enmod proxy_http] action run
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2enmod proxy_http] ran successfully
==> default:
==> default: - execute /usr/sbin/a2enmod proxy_http
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2enmod proxy_http] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default:
==> default: * template[/etc/apache2/sites-available/app.conf] action create
==> default: [2015-12-07T19:50:57+00:00] INFO: template[/etc/apache2/sites-available/app.conf] created file /etc/apache2/sites-available/app.conf
==> default:
==> default:     - create new file /etc/apache2/sites-available/app.conf[2015-12-07T19:50:57+00:00] INFO: template[/etc/apache2/sites-available/app.conf] updated file contents /etc/apache2/sites-available/app.conf
==> default:     - update content in file /etc/apache2/sites-available/app.conf from none to 10060d
==> default:     --- /etc/apache2/sites-available/app.conf      2015-12-07 19:50:57.772753377 +0000
==> default:     +++ /etc/apache2/sites-available/.app.conf20151207-1803-108bt7n        2015-12-07 19:50:57.772753377 +0000
==> default:     @@ -1 +1,14 @@
==> default:     +<VirtualHost *:80>
==> default:     +  ServerName app.local
==> default:     +  ServerAdmin webmaster@localhost
==> default:     +
==> default:     +  DocumentRoot /var/www/app
==> default:     +  <Directory />
==> default:     +    Options FollowSymLinks
==> default:     +    AllowOverride All
==> default:     +  </Directory>
==> default:     +
==> default:     +  ErrorLog ${APACHE_LOG_DIR}/error.log
==> default:     +  CustomLog ${APACHE_LOG_DIR}/access.log combined
==> default:     +</VirtualHost>
==> default:   * execute[a2ensite app.conf] action run
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2ensite app.conf] ran successfully
==> default:
==> default:     - execute /usr/sbin/a2ensite app.conf
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2ensite app.conf] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default:   * template[/etc/apache2/conf-available/boilerplate.conf] action create
==> default: [2015-12-07T19:50:57+00:00] INFO: template[/etc/apache2/conf-available/boilerplate.conf] created file /etc/apache2/conf-available/boilerplate.conf
==> default:
==> default: - create new file /etc/apache2/conf-available/boilerplate.conf
==> default: [2015-12-07T19:50:57+00:00] INFO: template[/etc/apache2/conf-available/boilerplate.conf] updated file contents /etc/apache2/conf-available/boilerplate.conf
==> default:
==> default: - update content in file /etc/apache2/conf-available/boilerplate.conf from none to ff39fd
==> default:
==> default: --- /etc/apache2/conf-available/boilerplate.conf   2015-12-07 19:50:57.876800547 +0000
==> default:
==> default: +++ /etc/apache2/conf-available/.boilerplate.conf20151207-1803-1wxb6ne     2015-12-07 19:50:57.876800547 +0000
==> default:
==> default: @@ -1 +1,4 @@
==> default:
==> default: +<Directory /var/www>
==> default:
==> default: +  AllowOverride All
==> default:
==> default: +</Directory>
==> default: [2015-12-07T19:50:57+00:00] INFO: template[/etc/apache2/conf-available/boilerplate.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued
==> default:
==> default: * execute[a2enconf boilerplate.conf] action run
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2enconf boilerplate.conf] ran successfully
==> default:
==> default:     - execute /usr/sbin/a2enconf boilerplate.conf
==> default: [2015-12-07T19:50:57+00:00] INFO: execute[a2enconf boilerplate.conf] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default: Recipe: boilerplate::mysql
==> default:   * mysql_database_user[test] action grant
==> default: [2015-12-07T19:50:58+00:00] INFO: mysql_database_user[test]: granting access with statement [GRANT all ON *.* TO `test`@`localhost` IDENTIFIED BY 'test'[FILTERED]]
==> default:
==> default:   * mysql_database_user[slave] action grant[2015-12-07T19:50:58+00:00] INFO: mysql_database_user[slave]: granting access with statement [GRANT select ON *.* TO `slave`@`%` IDENTIFIED BY 'slave'[FILTERED]]
==> default:
==> default:
==> default: * template[/etc/mysql/conf.d/my.cnf] action create
==> default: [2015-12-07T19:50:58+00:00] INFO: template[/etc/mysql/conf.d/my.cnf] created file /etc/mysql/conf.d/my.cnf
==> default:
==> default: - create new file /etc/mysql/conf.d/my.cnf
==> default: [2015-12-07T19:50:58+00:00] INFO: template[/etc/mysql/conf.d/my.cnf] updated file contents /etc/mysql/conf.d/my.cnf
==> default:
==> default: - update content in file /etc/mysql/conf.d/my.cnf from none to d20383
==> default:
==> default: --- /etc/mysql/conf.d/my.cnf       2015-12-07 19:50:58.104903972 +0000
==> default:
==> default: +++ /etc/mysql/conf.d/.my.cnf20151207-1803-16klqp2 2015-12-07 19:50:58.104903972 +0000
==> default:
==> default: @@ -1 +1,14 @@
==> default:
==> default: +[mysqld]
==> default:
==> default: +server-id            = 1
==> default:
==> default: +log-bin
==> default:
==> default: +expire_logs_days     = 14
==> default:
==> default: +
==> default:     +general_log          = 1
==> default:     +general_log_file     = /var/log/mysql/mysql.log
==> default:     +
==> default:     +query_cache_limit    = 64M
==> default:     +query_cache_size     = 64M
==> default:     +tmp_table_size       = 64M
==> default:     +max_heap_table_size  = 64M
==> default:     +table_cache          = 1024
==> default: Recipe: boilerplate::default
==> default:   * group[www-data] action modify
==> default: [2015-12-07T19:50:58+00:00] INFO: group[www-data] modified
==> default:
==> default:     - modify group www-data
==> default:     - add missing member(s): vagrant
==> default: Recipe: boilerplate_php::default
==> default:   * chef_gem[chef-helpers] action install
==> default:  (up to date)
==> default: Recipe: hhvm::_package_debian
==> default:   * apt_repository[mapnik-boost] action add
==> default:
==> default:     * execute[install-key 5D50B6BA] action run
==> default: [2015-12-07T19:50:58+00:00] INFO: execute[install-key 5D50B6BA] ran successfully
==> default:
==> default:       - execute apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 5D50B6BA
==> default:     * file[/var/lib/apt/periodic/update-success-stamp] action nothing
==> default:  (skipped due to action :nothing)
==> default:     * execute[apt-cache gencaches] action nothing
==> default:  (skipped due to action :nothing)
==> default:     * execute[apt-get update] action nothing
==> default:  (skipped due to action :nothing)
==> default:     * file[/etc/apt/sources.list.d/mapnik-boost.list] action create
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/etc/apt/sources.list.d/mapnik-boost.list] created file /etc/apt/sources.list.d/mapnik-boost.list
==> default:
==> default:       - create new file /etc/apt/sources.list.d/mapnik-boost.list
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/etc/apt/sources.list.d/mapnik-boost.list] updated file contents /etc/apt/sources.list.d/mapnik-boost.list
==> default:
==> default:       - update content in file /etc/apt/sources.list.d/mapnik-boost.list from none to 3a4d30
==> default:       --- /etc/apt/sources.list.d/mapnik-boost.list        2015-12-07 19:50:58.917272353 +0000
==> default:       +++ /etc/apt/sources.list.d/.mapnik-boost.list20151207-1803-1d103xu  2015-12-07 19:50:58.917272353 +0000
==> default:       @@ -1 +1,2 @@
==> default:
==> default:       +deb     http://ppa.launchpad.net/mapnik/boost/ubuntu precise main
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/etc/apt/sources.list.d/mapnik-boost.list] owner changed to 0
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/etc/apt/sources.list.d/mapnik-boost.list] group changed to 0
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/etc/apt/sources.list.d/mapnik-boost.list] mode changed to 644
==> default:
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default:       - change owner from '' to 'root'
==> default:       - change group from '' to 'root'
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/etc/apt/sources.list.d/mapnik-boost.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
==> default:     * file[/var/lib/apt/periodic/update-success-stamp] action delete
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207195058.936036
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] removed backup at /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207193813.575208
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
==> default:
==> default:       - delete file /var/lib/apt/periodic/update-success-stamp
==> default: [2015-12-07T19:50:58+00:00] INFO: file[/etc/apt/sources.list.d/mapnik-boost.list] sending run action to execute[apt-get update] (immediate)
==> default:     * execute[apt-get update] action run
==> default: [2015-12-07T19:51:03+00:00] INFO: execute[apt-get update] ran successfully
==> default:
==> default: - execute apt-get update -o Dir::Etc::sourcelist='sources.list.d/mapnik-boost.list' -o Dir::Etc::sourceparts='-' -o APT::Get::List-Cleanup='0'
==> default: [2015-12-07T19:51:03+00:00] INFO: execute[apt-get update] sending run action to execute[apt-cache gencaches] (immediate)
==> default:     * execute[apt-cache gencaches] action run
==> default: [2015-12-07T19:51:05+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default:
==> default: - execute apt-cache gencaches
==> default:
==> default:
==> default: * apt_repository[hhvm] action add
==> default:
==> default: * remote_file[/var/chef/cache/hhvm.gpg.key] action create
==> default: [2015-12-07T19:51:06+00:00] INFO: remote_file[/var/chef/cache/hhvm.gpg.key] created file /var/chef/cache/hhvm.gpg.key
==> default:
==> default: - create new file /var/chef/cache/hhvm.gpg.key
==> default: [2015-12-07T19:51:06+00:00] INFO: remote_file[/var/chef/cache/hhvm.gpg.key] updated file contents /var/chef/cache/hhvm.gpg.key
==> default:
==> default: - update content in file /var/chef/cache/hhvm.gpg.key from none to 5caf3a
==> default:
==> default: --- /var/chef/cache/hhvm.gpg.key   2015-12-07 19:51:06.100532977 +0000
==> default:
==> default: +++ /tmp/chef-rest20151207-1803-shm2qs     2015-12-07 19:51:06.096531164 +0000
==> default:
==> default: @@ -1 +1,31 @@
==> default:       +-----BEGIN PGP PUBLIC KEY BLOCK-----
==> default:       +Version: GnuPG v2.0.14 (GNU/Linux)
==> default:       +
==> default:       +mQENBFK6VTEBCADdb5GJs/L6ONtYeJ3cQqB9gMQ7/Bwbhryi/llyozT5w0yLew7S
==> default:       +IAi5tFJVN2iCGqp48pNJQa0rIvLBvNmWZdLBSk5pZvxLkSeIKst3GQq//VTlEXdh
==> default:       +rXQDc8yoKXKQ+B63MAxPJCZpar5E9bQ8XEjeTmwTIEYS8pKoPW3Rc6wX0OBB4rXN
==> default:       +5lLEG79ryuGpqPliKTe1y7sCjTMHQSnw9X+T5gbQpnLQf5Z6YzJtXvISmxFR3Jug
==> default:       +Dpg4Isef3jwYCwo0BSQ6LSVhkpkVJ86wXxGMPQkMH9VPc9Qns1JrNWzjs8a9BJmc
==> default:       +G/9auifp9JBelDOG4YD56oLOgR2OnzvSLd+tABEBAAG0F1BhdWwgVGFyamFuIDxw
==> default:       +dEBmYi5jb20+iQE4BBMBAgAiBQJSulUxAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIe
==> default:       +AQIXgAAKCRBaFucoG+ekSTH5B/0Zg+mXsYJkZkU/qu+q9OPA3eOIqLof8N6IeDl0
==> default:       +z7x50eZ78Lk1M9VNLEp1Kq/lvLGd3yUoHqvSRnNSTcRoRsm3r6jKRH9UscpqcQqX
==> default:       +g7pAcKBDp2lZEr2XkSulhEKUIAZHtaq8vtoP7hQXFwE5ndwUfEnaWoTtVq99BLq1
==> default:       +6qe1q1xJ4F+be7Tm8F/VKGcCVsu5H34lDiUsezlOalXpklhG1DnNS1zhfN82ue/k
==> default:       +NywMtJQpE48H1Lizd2KrXW+GugGus1cMWYg1JfxMguLDV31DxplnbE3UTy/F8Fp9
==> default:       +tt9gPW4ifpSNLfgDupKNgPP9bKX11tC2l+xDuIr+daEoWzsyuQENBFK6VTEBCACp
==> default:       +yG174mVuNhXHr/hqDMuEy3jw3NHPqLhgRjx0PnbC4eAbpNoXPXgMNn5Cvm3s7Ekk
==> default:       +DbJgYr3AHurC4ksJkbpXTffug1hQ5xRtkl5o0Z/SNP3xosh5IrXjhgCQfUqW52fd
==> default:       +wactTCZn1j1QCB9LjxIvxDoSOndg/Wo/p6l8hXPpIZwU7xB0/PuObTGNSJflw0Rr
==> default:       +UVQ5JPLS2ZIcWnv1Gc4CGJO32sMQ4Yf1RPU4EjpprsHF+d4aOvR1shO/gACKvLZM
==> default:       +s20M9K1rZstDgRQ0JuLO50TzPOcK2TasjjKShDC0gOwV9mZpqnAM1w/A++ODgo8b
==> default:       +RvrI5NphgTU4yaVprplJABEBAAGJAR8EGAECAAkFAlK6VTECGwwACgkQWhbnKBvn
==> default:       +pEnqoAgAwOMY4jj8udFPYru9VxC5SuIF8TvKGUVMK0lPVgdGsj/HCb6y5P/sJAdM
==> default:       +kQ5QwhPq6ELNkXI5QHDdn6DstNmeHq3p6PfIt+CUqZOaehjC6UaXvULSkySwGl6r
==> default:       +6BviSiqi2HqNYGX2z33jYiAML/0NVBLTXXw+0PdJ2aSRZh11bFS7sgiZMzUMkG/U
==> default:       +6CJ81TrF4zRdOWFkQx2gd8DmoweEmshKaIYX5L5/v09IgHDz5aiEIBuR5Bc9x5+z
==> default:       +iYlwXVokWvn67TY9SV5GwhIbcYet7HQ8gd9mdqM1GqfFtxGuITExUIkTYwGBqAUi
==> default:       +njmu4d4wGyNS7SJSflR03T4/1CwSYw==
==> default:       +=C5R0
==> default:       +-----END PGP PUBLIC KEY BLOCK-----
==> default: [2015-12-07T19:51:06+00:00] INFO: remote_file[/var/chef/cache/hhvm.gpg.key] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:     * execute[install-key hhvm.gpg.key] action run
==> default: [2015-12-07T19:51:06+00:00] INFO: execute[install-key hhvm.gpg.key] ran successfully
==> default:       - execute apt-key add /var/chef/cache/hhvm.gpg.key
==> default:     * file[/var/lib/apt/periodic/update-success-stamp] action nothing
==> default:  (skipped due to action :nothing)
==> default:     * execute[apt-cache gencaches] action nothing (skipped due to action :nothing)
==> default:     * execute[apt-get update] action nothing (skipped due to action :nothing)
==> default:
==> default: * file[/etc/apt/sources.list.d/hhvm.list] action create
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/etc/apt/sources.list.d/hhvm.list] created file /etc/apt/sources.list.d/hhvm.list
==> default:
==> default:       - create new file /etc/apt/sources.list.d/hhvm.list
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/etc/apt/sources.list.d/hhvm.list] updated file contents /etc/apt/sources.list.d/hhvm.list
==> default:
==> default:       - update content in file /etc/apt/sources.list.d/hhvm.list from none to df1b88
==> default:       --- /etc/apt/sources.list.d/hhvm.list        2015-12-07 19:51:06.272611023 +0000
==> default:       +++ /etc/apt/sources.list.d/.hhvm.list20151207-1803-337c80   2015-12-07 19:51:06.272611023 +0000
==> default:
==> default:
==> default: @@ -1 +1,2 @@
==> default:       +deb     http://dl.hhvm.com/ubuntu precise main
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/etc/apt/sources.list.d/hhvm.list] owner changed to 0
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/etc/apt/sources.list.d/hhvm.list] group changed to 0
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/etc/apt/sources.list.d/hhvm.list] mode changed to 644
==> default:       - change mode from '' to '0644'
==> default:       - change owner from '' to 'root'
==> default:       - change group from '' to 'root'
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/etc/apt/sources.list.d/hhvm.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
==> default:     * file[/var/lib/apt/periodic/update-success-stamp] action delete
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207195106.277735
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] removed backup at /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207193845.674268
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
==> default:
==> default:       - delete file /var/lib/apt/periodic/update-success-stamp
==> default: [2015-12-07T19:51:06+00:00] INFO: file[/etc/apt/sources.list.d/hhvm.list] sending run action to execute[apt-get update] (immediate)
==> default:     * execute[apt-get update] action run
==> default: [2015-12-07T19:51:08+00:00] INFO: execute[apt-get update] ran successfully
==> default:       - execute apt-get update -o Dir::Etc::sourcelist='sources.list.d/hhvm.list' -o Dir::Etc::sourceparts='-' -o APT::Get::List-Cleanup='0'
==> default: [2015-12-07T19:51:08+00:00] INFO: execute[apt-get update] sending run action to execute[apt-cache gencaches] (immediate)
==> default:     * execute[apt-cache gencaches] action run
==> default: [2015-12-07T19:51:11+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default:
==> default:       - execute apt-cache gencaches
==> default:
==> default:   * apt_package[hhvm] action install
==> default: [2015-12-07T19:51:52+00:00] INFO: apt_package[hhvm] installed hhvm at 3.6.6~precise
==> default:
==> default:     - install version 3.6.6~precise of package hhvm
==> default: Recipe: boilerplate_php::default
==> default:   * service[hhvm] action enable
==> default: [2015-12-07T19:51:52+00:00] INFO: service[hhvm] enabled
==> default:
==> default:     - enable service service[hhvm]
==> default:   * service[hhvm] action start
==> default:  (up to date)
==> default:
==> default: * template[/etc/hhvm/server.ini] action create
==> default: [2015-12-07T19:51:52+00:00] INFO: template[/etc/hhvm/server.ini] backed up to /var/chef/backup/etc/hhvm/server.ini.chef-20151207195152.507605
==> default: [2015-12-07T19:51:52+00:00] INFO: template[/etc/hhvm/server.ini] updated file contents /etc/hhvm/server.ini
==> default:
==> default: - update content in file /etc/hhvm/server.ini from a83f52 to 0b8d03
==> default:
==> default: --- /etc/hhvm/server.ini   2015-08-31 01:26:22.000000000 +0000
==> default:
==> default: +++ /etc/hhvm/.server.ini20151207-1803-1toviho     2015-12-07 19:51:52.501719644 +0000
==> default:
==> default: @@ -2,7 +2,7 @@
==> default:
==> default:
==> default:
==> default:  pid = /var/run/hhvm/pid
==> default:
==> default:
==> default:
==> default: -; hhvm specific
==> default:
==> default: +; hhvm specific
==> default:
==> default:
==> default:
==> default:  hhvm.server.port = 9000
==> default:
==> default:  hhvm.server.type = fastcgi
==> default:
==> default: @@ -10,4 +10,6 @@
==> default:
==> default:  hhvm.log.use_log_file = true
==> default:
==> default:  hhvm.log.file = /var/log/hhvm/error.log
==> default:
==> default:  hhvm.repo.central.path = /var/run/hhvm/hhvm.hhbc
==> default:
==> default: +
==> default:
==> default: +Http.SlowQueryThreshold = 30000
==> default:
==> default: * apt_package[php5] action install
==> default:  (up to date)
==> default:   * apt_package[php5] action upgrade
==> default:  (up to date)
==> default:
==> default: * apt_package[php5-mysql] action install
==> default: [2015-12-07T19:51:55+00:00] INFO: apt_package[php5-mysql] installed php5-mysql at 5.5.30+dfsg-1+deb.sury.org~precise+1
==> default:
==> default:     - install version 5.5.30+dfsg-1+deb.sury.org~precise+1 of package php5-mysql
==> default:   * apt_package[php5-mysql] action upgrade
==> default:  (up to date)
==> default:   * apt_package[php5-curl] action install
==> default: [2015-12-07T19:51:58+00:00] INFO: apt_package[php5-curl] installed php5-curl at 5.5.30+dfsg-1+deb.sury.org~precise+1
==> default:
==> default:     - install version 5.5.30+dfsg-1+deb.sury.org~precise+1 of package php5-curl
==> default:   * apt_package[php5-curl] action upgrade
==> default:  (up to date)
==> default:   * apt_package[php5-cli] action install
==> default:  (up to date)
==> default:   * apt_package[php5-cli] action upgrade
==> default:  (up to date)
==> default:
==> default: * apt_package[php5-imagick] action install
==> default: [2015-12-07T19:52:02+00:00] INFO: apt_package[php5-imagick] installed php5-imagick at 3.1.2-1+deb.sury.org~precise+2
==> default:
==> default: - install version 3.1.2-1+deb.sury.org~precise+2 of package php5-imagick
==> default:
==> default: * apt_package[php5-imagick] action upgrade
==> default:  (up to date)
==> default:   * apt_package[php5-xdebug] action install
==> default: [2015-12-07T19:52:07+00:00] INFO: apt_package[php5-xdebug] installed php5-xdebug at 2.3.2-1+deb.sury.org~precise+1
==> default:
==> default:     - install version 2.3.2-1+deb.sury.org~precise+1 of package php5-xdebug
==> default:   * apt_package[php5-xdebug] action upgrade
==> default:  (up to date)
==> default:   * apt_package[php5-mcrypt] action install
==> default: [2015-12-07T19:52:09+00:00] INFO: apt_package[php5-mcrypt] installed php5-mcrypt at 5.5.30+dfsg-1+deb.sury.org~precise+1
==> default:
==> default:     - install version 5.5.30+dfsg-1+deb.sury.org~precise+1 of package php5-mcrypt
==> default:   * apt_package[php5-mcrypt] action upgrade
==> default:  (up to date)
==> default:   * apt_package[php5-xsl] action install
==> default: [2015-12-07T19:52:11+00:00] INFO: apt_package[php5-xsl] installed php5-xsl at 5.5.30+dfsg-1+deb.sury.org~precise+1
==> default:
==> default: - install version 5.5.30+dfsg-1+deb.sury.org~precise+1 of package php5-xsl
==> default:
==> default: * apt_package[php5-xsl] action upgrade
==> default:  (up to date)
==> default:   * apt_package[php-pear] action install
==> default: [2015-12-07T19:52:17+00:00] INFO: apt_package[php-pear] installed php-pear at 5.5.30+dfsg-1+deb.sury.org~precise+1
==> default:
==> default: - install version 5.5.30+dfsg-1+deb.sury.org~precise+1 of package php-pear
==> default:
==> default: * apt_package[php-pear] action upgrade
==> default:  (up to date)
==> default:
==> default: * apt_package[libapache2-mod-php5] action install
==> default:  (up to date)
==> default:
==> default: * apt_package[libapache2-mod-php5] action upgrade
==> default:  (up to date)
==> default:   * apt_package[python-pip] action install
==> default: [2015-12-07T19:52:20+00:00] INFO: apt_package[python-pip] installed python-pip at 1.0-1build1
==> default:
==> default:     - install version 1.0-1build1 of package python-pip
==> default:   * apt_package[python-pip] action upgrade
==> default:  (up to date)
==> default:   * remote_directory[/usr/share/git-core/templates/hooks/php] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: remote_directory[/usr/share/git-core/templates/hooks/php] created directory /usr/share/git-core/templates/hooks/php
==> default:
==> default: - create new directory /usr/share/git-core/templates/hooks/php
==> default:
==> default:   Recipe: <Dynamically Defined Resource>
==> default:     * cookbook_file[/usr/share/git-core/templates/hooks/php/lint] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/lint] created file /usr/share/git-core/templates/hooks/php/lint
==> default:
==> default: - create new file /usr/share/git-core/templates/hooks/php/lint
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/lint] updated file contents /usr/share/git-core/templates/hooks/php/lint
==> default:
==> default: - update content in file /usr/share/git-core/templates/hooks/php/lint from none to c8eec8
==> default:
==> default: --- /usr/share/git-core/templates/hooks/php/lint   2015-12-07 19:52:20.370538386 +0000
==> default:
==> default: +++ /usr/share/git-core/templates/hooks/php/.lint20151207-1803-19ioqf2     2015-12-07 19:52:20.370538386 +0000
==> default:
==> default: @@ -1 +1,12 @@
==> default:
==> default: +#!/bin/bash -e
==> default:
==> default: +
==> default:
==> default: +PROJECT=`php -r "echo dirname(dirname(dirname(dirname(realpath('$0')))));"`
==> default:
==> default: +
==> default:
==> default: +echo "Checking PHP Lint..."
==> default:
==> default: +for FILE in `git diff --cached --name-only --diff-filter=ACMR HEAD | egrep \\\\.\(php\|ctp\)\$`
==> default:
==> default: +do
==> default:
==> default: +  php -l -d display_errors=0 $PROJECT/$FILE || exit $?
==> default:
==> default: +done
==> default:
==> default: +
==> default:
==> default: +exit 0
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/lint] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: * cookbook_file[/usr/share/git-core/templates/hooks/php/phpcs] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpcs] created file /usr/share/git-core/templates/hooks/php/phpcs
==> default:
==> default: - create new file /usr/share/git-core/templates/hooks/php/phpcs
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpcs] updated file contents /usr/share/git-core/templates/hooks/php/phpcs
==> default:
==> default: - update content in file /usr/share/git-core/templates/hooks/php/phpcs from none to 858fd3
==> default:
==> default: --- /usr/share/git-core/templates/hooks/php/phpcs  2015-12-07 19:52:20.386545768 +0000
==> default:
==> default: +++ /usr/share/git-core/templates/hooks/php/.phpcs20151207-1803-ojuuw3     2015-12-07 19:52:20.382543922 +0000
==> default:
==> default: @@ -1 +1,18 @@
==> default:
==> default: +#!/bin/bash -e
==> default:
==> default: +
==> default:
==> default: +PROJECT=`php -r "echo dirname(dirname(dirname(dirname(realpath('$0')))));"`
==> default:
==> default: +
==> default:
==> default: +FILES=""
==> default:
==> default: +for FILE in `git diff --cached --name-only --diff-filter=ACMR HEAD | egrep \\\\.\(php\)\$`
==> default:
==> default: +do
==> default:
==> default: +  FILES="$FILES $PROJECT/$FILE"
==> default:
==> default: +done
==> default:
==> default: +
==> default:
==> default: +if [ "$FILES" != "" ]
==> default:
==> default: +then
==> default:
==> default: +  echo "Running phpcs..."
==> default:
==> default: +  phpcs --extensions=php --encoding=utf-8 $FILES || exit $?
==> default:
==> default: +fi
==> default:
==> default: +
==> default:
==> default: +exit 0
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpcs] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: * cookbook_file[/usr/share/git-core/templates/hooks/php/phpmd] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpmd] created file /usr/share/git-core/templates/hooks/php/phpmd
==> default:
==> default: - create new file /usr/share/git-core/templates/hooks/php/phpmd
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpmd] updated file contents /usr/share/git-core/templates/hooks/php/phpmd
==> default:
==> default: - update content in file /usr/share/git-core/templates/hooks/php/phpmd from none to a93241
==> default:
==> default: --- /usr/share/git-core/templates/hooks/php/phpmd  2015-12-07 19:52:20.402553149 +0000
==> default:
==> default: +++ /usr/share/git-core/templates/hooks/php/.phpmd20151207-1803-pn9cwm     2015-12-07 19:52:20.402553149 +0000
==> default:
==> default: @@ -1 +1,20 @@
==> default:
==> default: +#!/bin/bash -e
==> default:
==> default: +
==> default:
==> default: +PROJECT=`php -r "echo dirname(dirname(dirname(dirname(realpath('$0')))));"`
==> default:
==> default: +RULESET="/etc/phpmd/rules.xml"
==> default:
==> default: +
==> default:
==> default: +FILES=""
==> default:
==> default: +for FILE in `git diff --cached --name-only --diff-filter=ACMR HEAD | egrep \\\\.\(php\|ctp\)\$`
==> default:
==> default: +do
==> default:
==> default: +  FILES="$FILES $PROJECT/$FILE"
==> default:
==> default: +done
==> default:
==> default: +FILES_CSV=`echo $FILES | sed 's/\s/,/g'`
==> default:
==> default: +
==> default:
==> default: +if [ "$FILES_CSV" != "" ]
==> default:
==> default: +then
==> default:
==> default: +  echo "Running phpmd..."
==> default:
==> default: +  phpmd $FILES_CSV text $RULESET || exit $?
==> default:
==> default: +fi
==> default:
==> default: +
==> default:
==> default: +exit 0
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpmd] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: * cookbook_file[/usr/share/git-core/templates/hooks/php/phpunit] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpunit] created file /usr/share/git-core/templates/hooks/php/phpunit
==> default:
==> default: - create new file /usr/share/git-core/templates/hooks/php/phpunit
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpunit] updated file contents /usr/share/git-core/templates/hooks/php/phpunit
==> default:
==> default: - update content in file /usr/share/git-core/templates/hooks/php/phpunit from none to 3991a2
==> default:
==> default: --- /usr/share/git-core/templates/hooks/php/phpunit        2015-12-07 19:52:20.418560530 +0000
==> default:
==> default: +++ /usr/share/git-core/templates/hooks/php/.phpunit20151207-1803-14jnk3l  2015-12-07 19:52:20.418560530 +0000
==> default:
==> default: @@ -1 +1,21 @@
==> default:
==> default: +#!/bin/bash -e
==> default:
==> default: +
==> default:
==> default: +PROJECT=`php -r "echo dirname(dirname(dirname(dirname(realpath('$0')))));"`
==> default:
==> default: +
==> default:
==> default: +FILES=""
==> default:
==> default: +for FILE in `git diff --cached --name-only --diff-filter=ACMR HEAD | egrep \\\\.\(php\)\$`
==> default:
==> default: +do
==> default:
==> default: +  FILES="$FILES $PROJECT/$FILE"
==> default:
==> default: +done
==> default:
==> default: +
==> default:
==> default: +if [ "$FILES" != "" ]
==> default:
==> default: +then
==> default:
==> default: +  echo "Running phpunit..."
==> default:
==> default: +  for TEST in `git diff --cached --name-only --diff-filter=ACMR HEAD | egrep \\Test\\.\(php\)\$`
==> default:
==> default: +  do
==> default:
==> default: +    phpunit app $TEST --stderr --configuration phpunit.xml.dist || exit $?
==> default:
==> default: +  done
==> default:
==> default: +fi
==> default:
==> default: +
==> default:
==> default: +exit 0
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/php/phpunit] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default:
==> default: Recipe: boilerplate_php::default
==> default:   * remote_directory[/usr/share/git-core/templates/hooks/cakephp] action create[2015-12-07T19:52:20+00:00] INFO: remote_directory[/usr/share/git-core/templates/hooks/cakephp] created directory /usr/share/git-core/templates/hooks/cakephp
==> default:
==> default:     - create new directory /usr/share/git-core/templates/hooks/cakephp
==> default:   Recipe: <Dynamically Defined Resource>
==> default:     * cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpcs] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpcs] created file /usr/share/git-core/templates/hooks/cakephp/phpcs
==> default:
==> default: - create new file /usr/share/git-core/templates/hooks/cakephp/phpcs
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpcs] updated file contents /usr/share/git-core/templates/hooks/cakephp/phpcs
==> default:
==> default: - update content in file /usr/share/git-core/templates/hooks/cakephp/phpcs from none to 1fd9c4
==> default:
==> default: --- /usr/share/git-core/templates/hooks/cakephp/phpcs      2015-12-07 19:52:20.438569757 +0000
==> default:
==> default: +++ /usr/share/git-core/templates/hooks/cakephp/.phpcs20151207-1803-loadci 2015-12-07 19:52:20.438569757 +0000
==> default:
==> default: @@ -1 +1,18 @@
==> default:
==> default:       +#!/bin/bash -e
==> default:       +
==> default:       +PROJECT=`php -r "echo dirname(dirname(dirname(dirname(realpath('$0')))));"`
==> default:       +
==> default:       +FILES=""
==> default:       +for FILE in `git diff --cached --name-only --diff-filter=ACMR HEAD | egrep \\\\.\(php\)\$`
==> default:       +do
==> default:       +  FILES="$FILES $PROJECT/$FILE"
==> default:       +done
==> default:       +
==> default:       +if [ "$FILES" != "" ]
==> default:       +then
==> default:       +  echo "Running phpcs..."
==> default:       +  phpcs --extensions=php --standard=CakePHP --encoding=utf-8 $FILES || exit $?
==> default:       +fi
==> default:       +
==> default:       +exit 0[2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpcs] mode changed to 755
==> default:
==> default:       - change mode from '' to '0755'
==> default:     * cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpunit] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpunit] created file /usr/share/git-core/templates/hooks/cakephp/phpunit
==> default:
==> default: - create new file /usr/share/git-core/templates/hooks/cakephp/phpunit
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpunit] updated file contents /usr/share/git-core/templates/hooks/cakephp/phpunit
==> default:
==> default: - update content in file /usr/share/git-core/templates/hooks/cakephp/phpunit from none to dabb1a
==> default:
==> default: --- /usr/share/git-core/templates/hooks/cakephp/phpunit    2015-12-07 19:52:20.450575293 +0000
==> default:
==> default: +++ /usr/share/git-core/templates/hooks/cakephp/.phpunit20151207-1803-hjdg33       2015-12-07 19:52:20.450575293 +0000
==> default:
==> default: @@ -1 +1,44 @@
==> default:
==> default: +#!/bin/bash -e
==> default:
==> default: +
==> default:
==> default: +PROJECT=`pwd`
==> default:
==> default: +APP=""
==> default:       +PLUGIN=""
==> default:       +if [ ! -z `echo $PROJECT | egrep 'app/Plugin'` ]
==> default:       +then
==> default:       +  APP=`echo $PROJECT | perl -pe 's/\/\w\+\/\w\+\/\w\+$//'`
==> default:       +  PLUGIN=`echo $PROJECT | perl -pe 's/.*\/(\w\+)$/$1/'`
==> default:       +fi
==> default:       +
==> default:       +FILES=""
==> default:       +for FILE in `git diff --cached --name-only --diff-filter=ACMR HEAD | egrep \\\\.\(php\|ctp\)\$`
==> default:       +do
==> default:       +  FILES="$FILES $PROJECT/$FILE"
==> default:       +done
==> default:       +
==> default:       +if [ "$FILES" != "" ]
==> default:       +then
==> default:       +  echo "Running phpunit..."
==> default:       +  for TEST in `git diff --cached --name-only --diff-filter=ACMR HEAD`
==> default:       +  do
==> default:       +    echo $TEST
==> default:       +    if [ -z `echo $TEST | egrep \\Test\\.\(php\)\$` ]
==> default:       +    then
==> default:       +      TEST=`echo $TEST | perl -pe 's/([a-zA-Z0-9\/]+)\.php/$1/g'`
==> default:       +    else
==> default:       +      TEST=`echo $TEST | perl -pe 's/app\/Test\/Case\/([a-zA-Z0-9\/]+)Test\.php/$1/g'`
==> default:       +    fi
==> default:       +    echo $TEST
==> default:       +    if [ "$PLUGIN" != "" ]
==> default:       +    then
==> default:       +      cd $APP
==> default:       +      [ ! -r "app/${PLUGIN}/Test/Case/${TEST}Test.php" ] && continue
==> default:       +      ./lib/Cake/Console/cake test $PLUGIN $TEST --stderr --configuration phpunit.xml.dist || exit $?
==> default:       +    else
==> default:       +      [ ! -r "app/Test/Case/${TEST}Test.php" ] && continue
==> default:       +      ./lib/Cake/Console/cake test app $TEST --stderr --configuration phpunit.xml.dist || exit $?
==> default:       +    fi
==> default:       +  done
==> default:       +fi
==> default:       +
==> default:       +exit 0[2015-12-07T19:52:20+00:00] INFO: cookbook_file[/usr/share/git-core/templates/hooks/cakephp/phpunit] mode changed to 755
==> default:
==> default:       - change mode from '' to '0755'
==> default:
==> default: Recipe: boilerplate_php::default
==> default:   * template[/usr/share/git-core/templates/hooks/pre-commit] action create (skipped due to only_if)
==> default:   * execute[initialize git hooks] action run (skipped due to only_if)
==> default:   * execute[install php related gem packages] action run (skipped due to only_if)
==> default:   * directory[/etc/phpmd] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: directory[/etc/phpmd] created directory /etc/phpmd
==> default:
==> default: - create new directory /etc/phpmd
==> default:
==> default: * cookbook_file[/etc/phpmd/rules.xml] action create
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/etc/phpmd/rules.xml] created file /etc/phpmd/rules.xml
==> default:
==> default: - create new file /etc/phpmd/rules.xml
==> default: [2015-12-07T19:52:20+00:00] INFO: cookbook_file[/etc/phpmd/rules.xml] updated file contents /etc/phpmd/rules.xml
==> default:
==> default: - update content in file /etc/phpmd/rules.xml from none to 26371c
==> default:
==> default: --- /etc/phpmd/rules.xml   2015-12-07 19:52:20.462580829 +0000
==> default:
==> default: +++ /etc/phpmd/.rules.xml20151207-1803-19ya9pt     2015-12-07 19:52:20.462580829 +0000
==> default:
==> default: @@ -1 +1,38 @@
==> default:
==> default: +<?xml version="1.0" encoding="UTF-8"?>
==> default:
==> default: +<!--
==> default:
==> default: +    PHPMD rule set file.
==> default:
==> default: +    @link http://phpmd.org/
==> default:
==> default: +-->
==> default:     +<ruleset name="PHPMD rule set for CakePHP"
==> default:     +    xmlns="http://pmd.sf.net/ruleset/1.0.0"
==> default:     +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
==> default:     +    xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
==> default:     +    http://pmd.sf.net/ruleset_xml_schema.xsd"
==> default:     +    xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
==> default:     +
==> default:     +    <description>PHPMD rule set for CakePHP</description>
==> default:     +
==> default:     +    <!-- Import rule set -->
==> default:     +    <rule ref="rulesets/cleancode.xml">
==> default:     +        <!-- Exclude the rule for static access like ClassRegistry::init('Foo');. -->
==> default:     +        <exclude name="StaticAccess" />
==> default:     +        <exclude name="ElseExpression" />
==> default:     +    </rule>
==> default:     +    <rule ref="rulesets/codesize.xml" />
==> default:     +    <rule ref="rulesets/design.xml" />
==> default:     +    <rule ref="rulesets/naming.xml">
==> default:     +        <!-- Exclude the rule for variable like $id, that baked by CakePHP. -->
==> default:     +        <exclude name="ShortVariable" />
==> default:     +    </rule>
==> default:     +    <rule ref="rulesets/naming.xml/ShortVariable">
==> default:     +        <properties>
==> default:     +            <property name="minimum" description="Minimum length for a variable" value="2"/>
==> default:     +        </properties>
==> default:     +    </rule>
==> default:     +    <rule ref="rulesets/unusedcode.xml">
==> default:     +        <!-- Exclude the rule for supress strict error. -->
==> default:     +        <exclude name="UnusedFormalParameter" />
==> default:     +    </rule>
==> default:     +
==> default:     +</ruleset>
==> default:   * python_pip[sphinx] action install
==> default: [2015-12-07T19:52:20+00:00] INFO: Installing python_pip[sphinx] version latest
==> default:
==> default:     - install package python_pip[sphinx] version latest
==> default:   * python_pip[sphinxcontrib-phpdomain] action install
==> default: [2015-12-07T19:52:37+00:00] INFO: Installing python_pip[sphinxcontrib-phpdomain] version latest
==> default:
==> default:     - install package python_pip[sphinxcontrib-phpdomain] version latest
==> default: Recipe: composer::default
==> default:   * composer[/opt/composer] action install[2015-12-07T19:52:38+00:00] INFO: Deploy composer to: /opt/composer
==> default:
==> default:
==> default:   * directory[/opt/composer] action create
==> default: [2015-12-07T19:52:38+00:00] INFO: directory[/opt/composer] created directory /opt/composer
==> default:
==> default: - create new directory /opt/composer
==> default: [2015-12-07T19:52:38+00:00] INFO: directory[/opt/composer] owner changed to 0
==> default: [2015-12-07T19:52:38+00:00] INFO: directory[/opt/composer] group changed to 33
==> default: [2015-12-07T19:52:38+00:00] INFO: directory[/opt/composer] mode changed to 755
==> default:
==> default: - change mode from '' to '0755'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'www-data'
==> default:
==> default: * remote_file[/opt/composer/composer.phar] action create_if_missing
==> default: [2015-12-07T19:52:40+00:00] INFO: remote_file[/opt/composer/composer.phar] created file /opt/composer/composer.phar
==> default:
==> default: - create new file /opt/composer/composer.phar
==> default: [2015-12-07T19:52:40+00:00] INFO: remote_file[/opt/composer/composer.phar] updated file contents /opt/composer/composer.phar
==> default:     - update content in file /opt/composer/composer.phar from none to 3bc84f
==> default:
==> default:     (new content is binary, diff output suppressed)
==> default: [2015-12-07T19:52:40+00:00] INFO: remote_file[/opt/composer/composer.phar] owner changed to 0
==> default: [2015-12-07T19:52:40+00:00] INFO: remote_file[/opt/composer/composer.phar] group changed to 33
==> default: [2015-12-07T19:52:40+00:00] INFO: remote_file[/opt/composer/composer.phar] mode changed to 755
==> default:
==> default:     - change mode from '' to '0755'
==> default:     - change owner from '' to 'root'
==> default:     - change group from '' to 'www-data'
==> default:   * link[/usr/local/bin/composer] action create[2015-12-07T19:52:40+00:00] INFO: link[/usr/local/bin/composer] created
==> default:
==> default:     - create symlink at /usr/local/bin/composer to /opt/composer/composer.phar
==> default: Recipe: boilerplate_php::default
==> default:   * composer[/var/www/app] action install
==> default:  (skipped due to only_if)
==> default:
==> default: * composer[/var/www/app] action update
==> default:  (skipped due to only_if)
==> default:
==> default: * execute[update composer packages] action run
==> default:  (skipped due to only_if)
==> default:
==> default: * directory[/var/www/app/app/tmp] action create
==> default: [2015-12-07T19:52:40+00:00] INFO: directory[/var/www/app/app/tmp] created directory /var/www/app/app/tmp
==> default:
==> default: - create new directory /var/www/app/app/tmp
==> default: [2015-12-07T19:52:40+00:00] INFO: directory[/var/www/app/app/tmp] mode changed to 777
==> default:
==> default: - change mode from '' to '0777'
==> default:
==> default: * directory[/var/lib/php5] action create
==> default: [2015-12-07T19:52:40+00:00] INFO: directory[/var/lib/php5] owner changed to 33
==> default: [2015-12-07T19:52:40+00:00] INFO: directory[/var/lib/php5] group changed to 33
==> default:
==> default: - change owner from 'root' to 'www-data'
==> default:
==> default: - change group from 'root' to 'www-data'
==> default:
==> default: * template[/etc/php5/cli/php.ini] action create
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/php5/cli/php.ini] backed up to /var/chef/backup/etc/php5/cli/php.ini.chef-20151207195240.529905
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/php5/cli/php.ini] updated file contents /etc/php5/cli/php.ini
==> default:
==> default: - update content in file /etc/php5/cli/php.ini from bb3822 to 24feda
==> default:
==> default: --- /etc/php5/cli/php.ini  2015-10-04 16:31:06.000000000 +0000
==> default:
==> default: +++ /etc/php5/cli/.php.ini20151207-1803-1nn73p9    2015-12-07 19:52:40.431804408 +0000
==> default:
==> default: @@ -51,7 +51,7 @@
==> default:
==> default:  ; &  bitwise AND
==> default:
==> default:  ; ~  bitwise NOT
==> default:
==> default:  ; !  boolean NOT
==> default:
==> default: -
==> default:
==> default: +;
==> default:
==> default:  ; Boolean flags can be turned on using the values 1, On, True or Yes.
==> default:
==> default:  ; They can be turned off using the values 0, Off, False or No.
==> default:
==> default:
==> default:
==> default: @@ -138,6 +138,16 @@
==> default:
==> default:  ;   Development Value: "GP"
==> default:
==> default:  ;   Production Value: "GP"
==> default:
==> default:
==> default:
==> default: +; session.bug_compat_42
==> default:
==> default: +;   Default Value: On
==> default:
==> default: +;   Development Value: On
==> default:
==> default: +;   Production Value: Off
==> default:
==> default: +
==> default:
==> default: +; session.bug_compat_warn
==> default:
==> default: +;   Default Value: On
==> default:
==> default: +;   Development Value: On
==> default:
==> default: +;   Production Value: Off
==> default:
==> default: +
==> default:
==> default:  ; session.gc_divisor
==> default:
==> default:  ;   Default Value: 100
==> default:
==> default:  ;   Development Value: 1000
==> default:
==> default: @@ -201,7 +211,7 @@
==> default:
==> default:  ; http://php.net/short-open-tag
==> default:
==> default:  short_open_tag = Off
==> default:
==> default:
==> default:
==> default: -; Allow ASP-style <% %> tags.
==> default:
==> default: +; Allow ASP-style  tags.
==> default:
==> default:  ; http://php.net/asp-tags
==> default:
==> default:  asp_tags = Off
==> default:
==> default:
==> default:
==> default: @@ -293,17 +303,20 @@
==> default:
==> default:
==> default:
==> default:  ; open_basedir, if set, limits all file operations to the defined directory
==> default:
==> default:  ; and below.  This directive makes most sense if used in a per-directory
==> default:
==> default: -; or per-virtualhost web server configuration file.
==> default:
==> default: +; or per-virtualhost web server configuration file. This directive is
==> default:
==> default: +; *NOT* affected by whether Safe Mode is turned On or Off.
==> default:
==> default:  ; http://php.net/open-basedir
==> default:
==> default:  ;open_basedir =
==> default:
==> default:
==> default:
==> default:  ; This directive allows you to disable certain functions for security reasons.
==> default:
==> default: -; It receives a comma-delimited list of function names.
==> default:
==> default: +; It receives a comma-delimited list of function names. This directive is
==> default:
==> default: +; *NOT* affected by whether Safe Mode is turned On or Off.
==> default:
==> default:  ; http://php.net/disable-functions
==> default:
==> default: -disable_functions =
==> default:
==> default: +disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtim
edwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
==> default:
==> default:
==> default:
==> default:  ; This directive allows you to disable certain classes for security reasons.
==> default:
==> default: -; It receives a comma-delimited list of class names.
==> default:
==> default: +; It receives a comma-delimited list of class names. This directive is
==> default:
==> default: +; *NOT* affected by whether Safe Mode is turned On or Off.
==> default:
==> default:  ; http://php.net/disable-classes
==> default:
==> default:  disable_classes =
==> default:
==> default:
==> default:
==> default: @@ -388,9 +401,9 @@
==> default:
==> default:  ; How many GET/POST/COOKIE input variables may be accepted
==> default:
==> default:  ; max_input_vars = 1000
==> default:
==> default:
==> default:
==> default: -; Maximum amount of memory a script may consume (128MB)
==> default:
==> default: +; Maximum amount of memory a script may consume
==> default:
==> default:  ; http://php.net/memory-limit
==> default:
==> default: -memory_limit = -1
==> default:
==> default: +memory_limit = 1024M
==> default:
==> default:
==> default:
==> default:  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
==> default:
==> default:  ; Error handling and logging ;
==> default:
==> default: @@ -446,7 +459,7 @@
==> default:
==> default:  ; Development Value: E_ALL
==> default:
==> default:  ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
==> default:
==> default:  ; http://php.net/error-reporting
==> default:
==> default: -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
==> default:
==> default: +error_reporting = E_ALL
==> default:
==> default:
==> default:
==> default:  ; This directive controls whether or not and where PHP will output errors,
==> default:
==> default:  ; notices and warnings too. Error output is very useful during development, but
==> default:
==> default: @@ -570,8 +583,8 @@
==> default:
==> default:  ; http://php.net/error-log
==> default:
==> default:  ; Example:
==> default:
==> default:  ;error_log = php_errors.log
==> default:
==> default: -; Log errors to syslog (Event Log on Windows).
==> default:
==> default: -;error_log = syslog
==> default:
==> default: +; Log errors to syslog (Event Log on NT, not valid in Windows 95).
==> default:
==> default: +error_log = syslog
==> default:
==> default:
==> default:
==> default:  ;windows.show_crt_warning
==> default:
==> default:  ; Default value: 0
==> default:
==> default: @@ -851,51 +864,7 @@
==> default:
==> default:  ; If you only provide the name of the extension, PHP will look for it in its
==> default:
==> default:  ; default extension directory.
==> default:
==> default:  ;
==> default:
==> default: -; Windows Extensions
==> default:
==> default: -; Note that ODBC support is built in, so no dll is needed for it.
==> default:
==> default: -; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
==> default:
==> default: -; extension folders as well as the separate PECL DLL download (PHP 5).
==> default:
==> default: -; Be sure to appropriately set the extension_dir directive.
==> default:
==> default: -;
==> default:
==> default: -;extension=php_bz2.dll
==> default:
==> default: -;extension=php_curl.dll
==> default:
==> default: -;extension=php_fileinfo.dll
==> default:     -;extension=php_gd2.dll
==> default:     -;extension=php_gettext.dll
==> default:     -;extension=php_gmp.dll
==> default:     -;extension=php_intl.dll
==> default:     -;extension=php_imap.dll
==> default:     -;extension=php_interbase.dll
==> default:     -;extension=php_ldap.dll
==> default:     -;extension=php_mbstring.dll
==> default:     -;extension=php_exif.dll      ; Must be after mbstring as it depends on it
==> default:     -;extension=php_mysql.dll
==> default:     -;extension=php_mysqli.dll
==> default:     -;extension=php_oci8.dll      ; Use with Oracle 10gR2 Instant Client
==> default:     -;extension=php_oci8_11g.dll  ; Use with Oracle 11gR2 Instant Client
==> default:     -;extension=php_openssl.dll
==> default:     -;extension=php_pdo_firebird.dll
==> default:     -;extension=php_pdo_mysql.dll
==> default:     -;extension=php_pdo_oci.dll
==> default:     -;extension=php_pdo_odbc.dll
==> default:     -;extension=php_pdo_pgsql.dll
==> default:     -;extension=php_pdo_sqlite.dll
==> default:     -;extension=php_pgsql.dll
==> default:     -;extension=php_pspell.dll
==> default:     -;extension=php_shmop.dll
==> default:
==> default:     -; The MIBS data available in the PHP distribution must be installed.
==> default:     -; See http://www.php.net/manual/en/snmp.installation.php
==> default:     -;extension=php_snmp.dll
==> default:     -
==> default:     -;extension=php_soap.dll
==> default:     -;extension=php_sockets.dll
==> default:     -;extension=php_sqlite3.dll
==> default:     -;extension=php_sybase_ct.dll
==> default:     -;extension=php_tidy.dll
==> default:     -;extension=php_xmlrpc.dll
==> default:     -;extension=php_xsl.dll
==> default:     -
==> default:      ;;;;;;;;;;;;;;;;;;;
==> default:      ; Module Settings ;
==> default:      ;;;;;;;;;;;;;;;;;;;
==> default:     @@ -907,7 +876,7 @@
==> default:      [Date]
==> default:      ; Defines the default timezone used by the date functions
==> default:      ; http://php.net/date.timezone
==> default:     -;date.timezone =
==> default:     +date.timezone = UTC
==> default:
==> default:      ; http://php.net/date.default-latitude
==> default:      ;date.default_latitude = 31.7667
==> default:     @@ -1002,7 +971,7 @@
==> default:
==> default:      ; Force the addition of the specified parameters to be passed as extra parameters
==> default:      ; to the sendmail binary. These parameters will always replace the value of
==> default:     -; the 5th parameter to mail().
==> default:     +; the 5th parameter to mail(), even in safe mode.
==> default:      ;mail.force_extra_parameters =
==> default:
==> default:      ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
==> default:     @@ -1011,8 +980,8 @@
==> default:      ; The path to a log file that will log all mail() calls. Log entries include
==> default:      ; the full path of the script, line number, To address and headers.
==> default:      ;mail.log =
==> default:     -; Log mail to syslog (Event Log on Windows).
==> default:     -;mail.log = syslog
==> default:     +; Log mail to syslog (Event Log on NT, not valid in Windows 95).
==> default:     +mail.log = syslog
==> default:
==> default:      [SQL]
==> default:      ; http://php.net/sql.safe-mode
==> default:     @@ -1384,7 +1353,7 @@
==> default:      ; where MODE is the octal representation of the mode. Note that this
==> default:      ; does not overwrite the process's umask.
==> default:      ; http://php.net/session.save-path
==> default:     -;session.save_path = "/var/lib/php5/sessions"
==> default:     +;session.save_path = "/var/lib/php5"
==> default:
==> default:      ; Whether to use strict session mode.
==> default:      ; Strict session mode does not accept uninitialized session ID and regenerate
==> default:     @@ -1475,6 +1444,31 @@
==> default:      ;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
==> default:      ;          find /path/to/sessions -cmin +24 -type f | xargs rm
==> default:
==> default:     +; PHP 4.2 and less have an undocumented feature/bug that allows you to
==> default:     +; to initialize a session variable in the global scope.
==> default:     +; PHP 4.3 and later will warn you, if this feature is used.
==> default:     +; You can disable the feature and the warning separately. At this time,
==> default:     +; the warning is only displayed, if bug_compat_42 is enabled. This feature
==> default:     +; introduces some serious security problems if not handled correctly. It's
==> default:     +; recommended that you do not use this feature on production servers. But you
==> default:     +; should enable this on development servers and enable the warning as well. If you
==> default:     +; do not enable the feature on development servers, you won't be warned when it's
==> default:     +; used and debugging errors caused by this can be difficult to track down.
==> default:     +; Default Value: On
==> default:     +; Development Value: On
==> default:     +; Production Value: Off
==> default:     +; http://php.net/session.bug-compat-42
==> default:     +session.bug_compat_42 = Off
==> default:     +
==> default:     +; This setting controls whether or not you are warned by PHP when initializing a
==> default:     +; session value into the global space. session.bug_compat_42 must be enabled before
==> default:     +; these warnings can be issued by PHP. See the directive above for more information.
==> default:     +; Default Value: On
==> default:     +; Development Value: On
==> default:     +; Production Value: Off
==> default:     +; http://php.net/session.bug-compat-warn
==> default:     +session.bug_compat_warn = Off
==> default:     +
==> default:      ; Check HTTP Referer to invalidate externally stored URLs containing ids.
==> default:      ; HTTP_REFERER has to contain this substring for the session to be
==> default:      ; considered as valid.
==> default:     @@ -1832,20 +1826,20 @@
==> default:
==> default:      [opcache]
==> default:      ; Determines if Zend OPCache is enabled
==> default:     -;opcache.enable=0
==> default:     +opcache.enable=1
==> default:
==> default:      ; Determines if Zend OPCache is enabled for the CLI version of PHP
==> default:     -;opcache.enable_cli=0
==> default:     +opcache.enable_cli=1
==> default:
==> default:      ; The OPcache shared memory storage size.
==> default:     -;opcache.memory_consumption=64
==> default:     +opcache.memory_consumption=256
==> default:
==> default:      ; The amount of memory for interned strings in Mbytes.
==> default:      ;opcache.interned_strings_buffer=4
==> default:
==> default:      ; The maximum number of keys (scripts) in the OPcache hash table.
==> default:      ; Only numbers between 200 and 100000 are allowed.
==> default:     -;opcache.max_accelerated_files=2000
==> default:     +opcache.max_accelerated_files=10000
==> default:
==> default:      ; The maximum percentage of "wasted" memory until a restart is scheduled.
==> default:      ;opcache.max_wasted_percentage=5
==> default:     @@ -1869,7 +1863,7 @@
==> default:      ;opcache.revalidate_path=0
==> default:
==> default:      ; If disabled, all PHPDoc comments are dropped from the code to reduce the
==> default:     -; size of the optimized code.
==> default:     + ;size of the optimized code.
==> default:      ;opcache.save_comments=1
==> default:
==> default:      ; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
==> default:     @@ -1911,7 +1905,7 @@
==> default:      ;opcache.force_restart_timeout=180
==> default:
==> default:      ; OPcache error_log file name. Empty string assumes "stderr".
==> default:     -;opcache.error_log=
==> default:     +opcache.error_log = syslog
==> default:
==> default:      ; All OPcache errors go to the Web server log.
==> default:      ; By default, only fatal errors (level 0) or errors (level 1) are logged.
==> default:     @@ -1934,4 +1928,27 @@
==> default:      ; Local Variables:
==> default:      ; tab-width: 4
==> default:      ; End:
==> default:     +
==> default:     +[xdebug]
==> default:     +;; xdebug.overload_var_dump=0
==> default:     +;; xdebug.auto_trace=1
==> default:     +;; xdebug.trace_format=0
==> default:     +;; xdebug.profiler_enable=1
==> default:     +;; xdebug.show_local_vars=9
==> default:     +;; xdebug.collect_params=4
==> default:     +;;
==> default:     +;; xdebug.remote_autostart=off
==> default:     +;; xdebug.remote_enable=on
==> default:     +;; xdebug.remote_handler=dbgp
==> default:     +;; xdebug.remote_mode=req
==> default:     +;; xdebug.remote_host=localhost
==> default:     +;; xdebug.remote_port=9000
==> default:     +
==> default:     +;; xdebug.show_mem_delta=1
==> default:     +;; xdebug.dump.GET=*
==> default:     +;; xdebug.dump.POST=*
==> default:     +;; xdebug.dump.SESSION=*
==> default:     +;; xdebug.var_display_max_children=1024
==> default:     +;; xdebug.var_display_max_data=5120
==> default:     +;; xdebug.var_display_max_depth=30
==> default:   * template[/etc/php5/apache2/php.ini] action create
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/php5/apache2/php.ini] backed up to /var/chef/backup/etc/php5/apache2/php.ini.chef-20151207195240.643860
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/php5/apache2/php.ini] updated file contents /etc/php5/apache2/php.ini
==> default:
==> default: - update content in file /etc/php5/apache2/php.ini from 8ad9cf to 24feda
==> default:
==> default: --- /etc/php5/apache2/php.ini      2015-10-04 16:31:06.000000000 +0000
==> default:
==> default: +++ /etc/php5/apache2/.php.ini20151207-1803-10axc8v        2015-12-07 19:52:40.547858105 +0000
==> default:
==> default: @@ -51,7 +51,7 @@
==> default:
==> default:  ; &  bitwise AND
==> default:
==> default:  ; ~  bitwise NOT
==> default:
==> default:  ; !  boolean NOT
==> default:
==> default: -
==> default:
==> default: +;
==> default:
==> default:  ; Boolean flags can be turned on using the values 1, On, True or Yes.
==> default:
==> default:  ; They can be turned off using the values 0, Off, False or No.
==> default:
==> default:
==> default:
==> default: @@ -138,6 +138,16 @@
==> default:
==> default:  ;   Development Value: "GP"
==> default:
==> default:  ;   Production Value: "GP"
==> default:
==> default:
==> default:
==> default: +; session.bug_compat_42
==> default:
==> default: +;   Default Value: On
==> default:
==> default: +;   Development Value: On
==> default:
==> default: +;   Production Value: Off
==> default:
==> default: +
==> default:
==> default: +; session.bug_compat_warn
==> default:
==> default: +;   Default Value: On
==> default:
==> default: +;   Development Value: On
==> default:
==> default: +;   Production Value: Off
==> default:
==> default: +
==> default:
==> default:  ; session.gc_divisor
==> default:
==> default:  ;   Default Value: 100
==> default:
==> default:  ;   Development Value: 1000
==> default:
==> default: @@ -201,7 +211,7 @@
==> default:
==> default:  ; http://php.net/short-open-tag
==> default:
==> default:  short_open_tag = Off
==> default:
==> default:
==> default:
==> default: -; Allow ASP-style <% %> tags.
==> default:
==> default: +; Allow ASP-style  tags.
==> default:
==> default:  ; http://php.net/asp-tags
==> default:      asp_tags = Off
==> default:
==> default:     @@ -293,17 +303,20 @@
==> default:
==> default:      ; open_basedir, if set, limits all file operations to the defined directory
==> default:      ; and below.  This directive makes most sense if used in a per-directory
==> default:     -; or per-virtualhost web server configuration file.
==> default:     +; or per-virtualhost web server configuration file. This directive is
==> default:     +; *NOT* affected by whether Safe Mode is turned On or Off.
==> default:      ; http://php.net/open-basedir
==> default:      ;open_basedir =
==> default:
==> default:      ; This directive allows you to disable certain functions for security reasons.
==> default:     -; It receives a comma-delimited list of function names.
==> default:     +; It receives a comma-delimited list of function names. This directive is
==> default:     +; *NOT* affected by whether Safe Mode is turned On or Off.
==> default:      ; http://php.net/disable-functions
==> default:      disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_si
gtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
==> default:
==> default:      ; This directive allows you to disable certain classes for security reasons.
==> default:     -; It receives a comma-delimited list of class names.
==> default:     +; It receives a comma-delimited list of class names. This directive is
==> default:     +; *NOT* affected by whether Safe Mode is turned On or Off.
==> default:      ; http://php.net/disable-classes
==> default:      disable_classes =
==> default:
==> default:     @@ -360,7 +373,7 @@
==> default:      ; threat in any way, but it makes it possible to determine whether you use PHP
==> default:      ; on your server or not.
==> default:      ; http://php.net/expose-php
==> default:     -expose_php = Off
==> default:     +expose_php = On
==> default:
==> default:      ;;;;;;;;;;;;;;;;;;;
==> default:      ; Resource Limits ;
==> default:     @@ -388,9 +401,9 @@
==> default:      ; How many GET/POST/COOKIE input variables may be accepted
==> default:      ; max_input_vars = 1000
==> default:
==> default:     -; Maximum amount of memory a script may consume (128MB)
==> default:     +; Maximum amount of memory a script may consume
==> default:      ; http://php.net/memory-limit
==> default:     -memory_limit = 128M
==> default:     +memory_limit = 1024M
==> default:
==> default:      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
==> default:      ; Error handling and logging ;
==> default:     @@ -446,7 +459,7 @@
==> default:      ; Development Value: E_ALL
==> default:      ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
==> default:      ; http://php.net/error-reporting
==> default:     -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
==> default:     +error_reporting = E_ALL
==> default:
==> default:      ; This directive controls whether or not and where PHP will output errors,
==> default:      ; notices and warnings too. Error output is very useful during development, but
==> default:     @@ -570,8 +583,8 @@
==> default:      ; http://php.net/error-log
==> default:      ; Example:
==> default:      ;error_log = php_errors.log
==> default:     -; Log errors to syslog (Event Log on Windows).
==> default:     -;error_log = syslog
==> default:     +; Log errors to syslog (Event Log on NT, not valid in Windows 95).
==> default:     +error_log = syslog
==> default:
==> default:      ;windows.show_crt_warning
==> default:      ; Default value: 0
==> default:     @@ -851,51 +864,7 @@
==> default:      ; If you only provide the name of the extension, PHP will look for it in its
==> default:      ; default extension directory.
==> default:      ;
==> default:     -; Windows Extensions
==> default:     -; Note that ODBC support is built in, so no dll is needed for it.
==> default:     -; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
==> default:     -; extension folders as well as the separate PECL DLL download (PHP 5).
==> default:     -; Be sure to appropriately set the extension_dir directive.
==> default:     -;
==> default:     -;extension=php_bz2.dll
==> default:     -;extension=php_curl.dll
==> default:     -;extension=php_fileinfo.dll
==> default:     -;extension=php_gd2.dll
==> default:     -;extension=php_gettext.dll
==> default:     -;extension=php_gmp.dll
==> default:     -;extension=php_intl.dll
==> default:     -;extension=php_imap.dll
==> default:     -;extension=php_interbase.dll
==> default:     -;extension=php_ldap.dll
==> default:     -;extension=php_mbstring.dll
==> default:     -;extension=php_exif.dll      ; Must be after mbstring as it depends on it
==> default:     -;extension=php_mysql.dll
==> default:     -;extension=php_mysqli.dll
==> default:     -;extension=php_oci8.dll      ; Use with Oracle 10gR2 Instant Client
==> default:     -;extension=php_oci8_11g.dll  ; Use with Oracle 11gR2 Instant Client
==> default:     -;extension=php_openssl.dll
==> default:     -;extension=php_pdo_firebird.dll
==> default:     -;extension=php_pdo_mysql.dll
==> default:     -;extension=php_pdo_oci.dll
==> default:     -;extension=php_pdo_odbc.dll
==> default:     -;extension=php_pdo_pgsql.dll
==> default:     -;extension=php_pdo_sqlite.dll
==> default:     -;extension=php_pgsql.dll
==> default:     -;extension=php_pspell.dll
==> default:     -;extension=php_shmop.dll
==> default:
==> default:     -; The MIBS data available in the PHP distribution must be installed.
==> default:     -; See http://www.php.net/manual/en/snmp.installation.php
==> default:     -;extension=php_snmp.dll
==> default:     -
==> default:     -;extension=php_soap.dll
==> default:     -;extension=php_sockets.dll
==> default:     -;extension=php_sqlite3.dll
==> default:     -;extension=php_sybase_ct.dll
==> default:     -;extension=php_tidy.dll
==> default:     -;extension=php_xmlrpc.dll
==> default:     -;extension=php_xsl.dll
==> default:     -
==> default:      ;;;;;;;;;;;;;;;;;;;
==> default:      ; Module Settings ;
==> default:      ;;;;;;;;;;;;;;;;;;;
==> default:     @@ -907,7 +876,7 @@
==> default:      [Date]
==> default:      ; Defines the default timezone used by the date functions
==> default:      ; http://php.net/date.timezone
==> default:     -;date.timezone =
==> default:     +date.timezone = UTC
==> default:
==> default:      ; http://php.net/date.default-latitude
==> default:      ;date.default_latitude = 31.7667
==> default:     @@ -1002,7 +971,7 @@
==> default:
==> default:      ; Force the addition of the specified parameters to be passed as extra parameters
==> default:      ; to the sendmail binary. These parameters will always replace the value of
==> default:     -; the 5th parameter to mail().
==> default:     +; the 5th parameter to mail(), even in safe mode.
==> default:      ;mail.force_extra_parameters =
==> default:
==> default:      ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
==> default:     @@ -1011,8 +980,8 @@
==> default:      ; The path to a log file that will log all mail() calls. Log entries include
==> default:      ; the full path of the script, line number, To address and headers.
==> default:      ;mail.log =
==> default:     -; Log mail to syslog (Event Log on Windows).
==> default:     -;mail.log = syslog
==> default:     +; Log mail to syslog (Event Log on NT, not valid in Windows 95).
==> default:     +mail.log = syslog
==> default:
==> default:      [SQL]
==> default:      ; http://php.net/sql.safe-mode
==> default:     @@ -1384,7 +1353,7 @@
==> default:      ; where MODE is the octal representation of the mode. Note that this
==> default:      ; does not overwrite the process's umask.
==> default:      ; http://php.net/session.save-path
==> default:     -;session.save_path = "/var/lib/php5/sessions"
==> default:     +;session.save_path = "/var/lib/php5"
==> default:
==> default:      ; Whether to use strict session mode.
==> default:      ; Strict session mode does not accept uninitialized session ID and regenerate
==> default:     @@ -1475,6 +1444,31 @@
==> default:      ;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
==> default:      ;          find /path/to/sessions -cmin +24 -type f | xargs rm
==> default:
==> default:     +; PHP 4.2 and less have an undocumented feature/bug that allows you to
==> default:     +; to initialize a session variable in the global scope.
==> default:     +; PHP 4.3 and later will warn you, if this feature is used.
==> default:     +; You can disable the feature and the warning separately. At this time,
==> default:     +; the warning is only displayed, if bug_compat_42 is enabled. This feature
==> default:     +; introduces some serious security problems if not handled correctly. It's
==> default:     +; recommended that you do not use this feature on production servers. But you
==> default:     +; should enable this on development servers and enable the warning as well. If you
==> default:     +; do not enable the feature on development servers, you won't be warned when it's
==> default:     +; used and debugging errors caused by this can be difficult to track down.
==> default:     +; Default Value: On
==> default:     +; Development Value: On
==> default:     +; Production Value: Off
==> default:     +; http://php.net/session.bug-compat-42
==> default:     +session.bug_compat_42 = Off
==> default:     +
==> default:     +; This setting controls whether or not you are warned by PHP when initializing a
==> default:     +; session value into the global space. session.bug_compat_42 must be enabled before
==> default:     +; these warnings can be issued by PHP. See the directive above for more information.
==> default:     +; Default Value: On
==> default:     +; Development Value: On
==> default:     +; Production Value: Off
==> default:     +; http://php.net/session.bug-compat-warn
==> default:     +session.bug_compat_warn = Off
==> default:     +
==> default:      ; Check HTTP Referer to invalidate externally stored URLs containing ids.
==> default:      ; HTTP_REFERER has to contain this substring for the session to be
==> default:      ; considered as valid.
==> default:     @@ -1832,20 +1826,20 @@
==> default:
==> default:      [opcache]
==> default:      ; Determines if Zend OPCache is enabled
==> default:     -;opcache.enable=0
==> default:     +opcache.enable=1
==> default:
==> default:      ; Determines if Zend OPCache is enabled for the CLI version of PHP
==> default:     -;opcache.enable_cli=0
==> default:     +opcache.enable_cli=1
==> default:
==> default:      ; The OPcache shared memory storage size.
==> default:     -;opcache.memory_consumption=64
==> default:     +opcache.memory_consumption=256
==> default:
==> default:      ; The amount of memory for interned strings in Mbytes.
==> default:      ;opcache.interned_strings_buffer=4
==> default:
==> default:      ; The maximum number of keys (scripts) in the OPcache hash table.
==> default:      ; Only numbers between 200 and 100000 are allowed.
==> default:     -;opcache.max_accelerated_files=2000
==> default:     +opcache.max_accelerated_files=10000
==> default:
==> default:      ; The maximum percentage of "wasted" memory until a restart is scheduled.
==> default:      ;opcache.max_wasted_percentage=5
==> default:     @@ -1869,7 +1863,7 @@
==> default:      ;opcache.revalidate_path=0
==> default:
==> default:      ; If disabled, all PHPDoc comments are dropped from the code to reduce the
==> default:     -; size of the optimized code.
==> default:     + ;size of the optimized code.
==> default:      ;opcache.save_comments=1
==> default:
==> default:      ; If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
==> default:     @@ -1911,7 +1905,7 @@
==> default:      ;opcache.force_restart_timeout=180
==> default:
==> default:      ; OPcache error_log file name. Empty string assumes "stderr".
==> default:     -;opcache.error_log=
==> default:     +opcache.error_log = syslog
==> default:
==> default:      ; All OPcache errors go to the Web server log.
==> default:      ; By default, only fatal errors (level 0) or errors (level 1) are logged.
==> default:     @@ -1934,4 +1928,27 @@
==> default:      ; Local Variables:
==> default:      ; tab-width: 4
==> default:      ; End:
==> default:     +
==> default:     +[xdebug]
==> default:     +;; xdebug.overload_var_dump=0
==> default:     +;; xdebug.auto_trace=1
==> default:     +;; xdebug.trace_format=0
==> default:     +;; xdebug.profiler_enable=1
==> default:     +;; xdebug.show_local_vars=9
==> default:     +;; xdebug.collect_params=4
==> default:     +;;
==> default:     +;; xdebug.remote_autostart=off
==> default:     +;; xdebug.remote_enable=on
==> default:     +;; xdebug.remote_handler=dbgp
==> default:     +;; xdebug.remote_mode=req
==> default:     +;; xdebug.remote_host=localhost
==> default:     +;; xdebug.remote_port=9000
==> default:     +
==> default:     +;; xdebug.show_mem_delta=1
==> default:     +;; xdebug.dump.GET=*
==> default:     +;; xdebug.dump.POST=*
==> default:     +;; xdebug.dump.SESSION=*
==> default:     +;; xdebug.var_display_max_children=1024
==> default:     +;; xdebug.var_display_max_data=5120
==> default:     +;; xdebug.var_display_max_depth=30
==> default:   * template[/etc/apache2/sites-available/sphinx.conf] action create
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/apache2/sites-available/sphinx.conf] created file /etc/apache2/sites-available/sphinx.conf
==> default:
==> default: - create new file /etc/apache2/sites-available/sphinx.conf
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/apache2/sites-available/sphinx.conf] updated file contents /etc/apache2/sites-available/sphinx.conf
==> default:
==> default: - update content in file /etc/apache2/sites-available/sphinx.conf from none to b2ae2a
==> default:
==> default: --- /etc/apache2/sites-available/sphinx.conf       2015-12-07 19:52:40.655908094 +0000
==> default:
==> default: +++ /etc/apache2/sites-available/.sphinx.conf20151207-1803-1xzuqo6 2015-12-07 19:52:40.655908094 +0000
==> default:
==> default: @@ -1 +1,13 @@
==> default:
==> default: +<VirtualHost *:80>
==> default:
==> default: +  ServerName sphinx.local
==> default:
==> default: +  ServerAdmin webmaster@localhost
==> default:
==> default: +
==> default:
==> default: +  DocumentRoot /var/www/docs/sphinx/build/html
==> default:
==> default: +  <Directory />
==> default:
==> default: +    AllowOverride None
==> default:
==> default: +  </Directory>
==> default:
==> default: +
==> default:
==> default: +  ErrorLog ${APACHE_LOG_DIR}/error.log
==> default:
==> default: +  CustomLog ${APACHE_LOG_DIR}/access.log combined
==> default:
==> default: +</VirtualHost>
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/apache2/sites-available/sphinx.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued
==> default:
==> default: * execute[a2ensite sphinx.conf] action run
==> default: [2015-12-07T19:52:40+00:00] INFO: execute[a2ensite sphinx.conf] ran successfully
==> default:
==> default:     - execute /usr/sbin/a2ensite sphinx.conf
==> default: [2015-12-07T19:52:40+00:00] INFO: execute[a2ensite sphinx.conf] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default:   * template[/etc/apache2/sites-available/phpdoc.conf] action create
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/apache2/sites-available/phpdoc.conf] created file /etc/apache2/sites-available/phpdoc.conf
==> default:
==> default: - create new file /etc/apache2/sites-available/phpdoc.conf
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/apache2/sites-available/phpdoc.conf] updated file contents /etc/apache2/sites-available/phpdoc.conf
==> default:
==> default: - update content in file /etc/apache2/sites-available/phpdoc.conf from none to 754242
==> default:
==> default: --- /etc/apache2/sites-available/phpdoc.conf       2015-12-07 19:52:40.723939572 +0000
==> default:
==> default: +++ /etc/apache2/sites-available/.phpdoc.conf20151207-1803-705j2m  2015-12-07 19:52:40.723939572 +0000
==> default:
==> default: @@ -1 +1,13 @@
==> default:
==> default: +<VirtualHost *:80>
==> default:
==> default: +  ServerName phpdoc.local
==> default:
==> default: +  ServerAdmin webmaster@localhost
==> default:
==> default: +
==> default:
==> default: +  DocumentRoot /var/www/docs/phpdoc
==> default:
==> default: +  <Directory />
==> default:
==> default: +    AllowOverride None
==> default:
==> default: +  </Directory>
==> default:
==> default: +
==> default:
==> default: +  ErrorLog ${APACHE_LOG_DIR}/error.log
==> default:
==> default: +  CustomLog ${APACHE_LOG_DIR}/access.log combined
==> default:     +</VirtualHost>
==> default: [2015-12-07T19:52:40+00:00] INFO: template[/etc/apache2/sites-available/phpdoc.conf] not queuing delayed action restart on service[apache2] (delayed), as it's already been queued
==> default:   * execute[a2ensite phpdoc.conf] action run
==> default: [2015-12-07T19:52:40+00:00] INFO: execute[a2ensite phpdoc.conf] ran successfully
==> default:
==> default:
==> default: - execute /usr/sbin/a2ensite phpdoc.conf
==> default: [2015-12-07T19:52:40+00:00] INFO: execute[a2ensite phpdoc.conf] not queuing delayed action reload on service[apache2] (delayed), as it's already been queued
==> default: Recipe: netcommons::default
==> default:
==> default: * apt_package[samba] action install
==> default: [2015-12-07T19:52:50+00:00] INFO: apt_package[samba] installed samba at 2:3.6.3-2ubuntu2.12
==> default:
==> default: - install version 2:3.6.3-2ubuntu2.12 of package samba
==> default:
==> default: * file[/etc/apache2/mods-available/rewrite.load] action create
==> default:  (up to date)
==> default:
==> default:   * execute[a2enmod rewrite] action run (skipped due to not_if)
==> default:   * template[/etc/samba/smb.conf] action create
==> default: [2015-12-07T19:52:50+00:00] INFO: template[/etc/samba/smb.conf] backed up to /var/chef/backup/etc/samba/smb.conf.chef-20151207195250.480958
==> default: [2015-12-07T19:52:50+00:00] INFO: template[/etc/samba/smb.conf] updated file contents /etc/samba/smb.conf
==> default:
==> default: - update content in file /etc/samba/smb.conf from e6a4d8 to 4e1602
==> default:
==> default: --- /etc/samba/smb.conf    2015-12-07 19:52:49.475991582 +0000
==> default:
==> default: +++ /etc/samba/.smb.conf20151207-1803-1ur1d23      2015-12-07 19:52:50.472453267 +0000
==> default:
==> default: @@ -241,6 +241,16 @@
==> default:
==> default:
==> default:
==> default:  #======================= Share Definitions =======================
==> default:
==> default:
==> default:
==> default: +[shared]
==> default:
==> default: +comment = shared
==> default:
==> default: +path = /var/www
==> default:
==> default: +browsable = yes
==> default:
==> default: +guest ok = yes
==> default:
==> default: +read only = no
==> default:
==> default: +create mask = 0777
==> default:
==> default: +force user = root
==> default:
==> default: +force group = root
==> default:
==> default: +
==> default:
==> default:  # Un-comment the following (and tweak the other settings below to suit)
==> default:
==> default:  # to enable the default home directory shares. This will share each
==> default:
==> default:  # user's home director as \\server\username
==> default:
==> default: * service[smbd] action restart
==> default: [2015-12-07T19:52:50+00:00] INFO: service[smbd] restarted
==> default:
==> default:     - restart service service[smbd]
==> default: Recipe: mroonga::default
==> default:   * apt_package[software-properties-common] action install
==> default: [2015-12-07T19:52:51+00:00] INFO: apt_package[software-properties-common] installed software-properties-common at 0.82.7.7
==> default:
==> default:     - install version 0.82.7.7 of package software-properties-common
==> default:   * apt_package[lsb-release] action install
==> default:  (up to date)
==> default:   * apt_repository[mroonga-precise] action add
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[apt-cache gencaches] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[apt-get update] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * file[/etc/apt/sources.list.d/mroonga-precise.list] action create
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/etc/apt/sources.list.d/mroonga-precise.list] created file /etc/apt/sources.list.d/mroonga-precise.list
==> default:
==> default: - create new file /etc/apt/sources.list.d/mroonga-precise.list
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/etc/apt/sources.list.d/mroonga-precise.list] updated file contents /etc/apt/sources.list.d/mroonga-precise.list
==> default:
==> default: - update content in file /etc/apt/sources.list.d/mroonga-precise.list from none to 02a105
==> default:
==> default: --- /etc/apt/sources.list.d/mroonga-precise.list   2015-12-07 19:52:51.965144994 +0000
==> default:
==> default: +++ /etc/apt/sources.list.d/.mroonga-precise.list20151207-1803-teez13      2015-12-07 19:52:51.965144994 +0000
==> default:
==> default: @@ -1 +1,2 @@
==> default:
==> default: +deb     http://security.ubuntu.com/ubuntu  precise-security main restricted
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/etc/apt/sources.list.d/mroonga-precise.list] owner changed to 0
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/etc/apt/sources.list.d/mroonga-precise.list] group changed to 0
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/etc/apt/sources.list.d/mroonga-precise.list] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/etc/apt/sources.list.d/mroonga-precise.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action delete
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207195251.978691
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] removed backup at /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207194119.944000
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
==> default:
==> default: - delete file /var/lib/apt/periodic/update-success-stamp
==> default: [2015-12-07T19:52:51+00:00] INFO: file[/etc/apt/sources.list.d/mroonga-precise.list] sending run action to execute[apt-get update] (immediate)
==> default:
==> default: * execute[apt-get update] action run
==> default: [2015-12-07T19:52:53+00:00] INFO: execute[apt-get update] ran successfully
==> default:
==> default:       - execute apt-get update -o Dir::Etc::sourcelist='sources.list.d/mroonga-precise.list' -o Dir::Etc::sourceparts='-' -o APT::Get::List-Cleanup='0'
==> default: [2015-12-07T19:52:53+00:00] INFO: execute[apt-get update] sending run action to execute[apt-cache gencaches] (immediate)
==> default:     * execute[apt-cache gencaches] action run
==> default: [2015-12-07T19:52:56+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default:       - execute apt-cache gencaches
==> default:
==> default:   * apt_repository[groonga] action add
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[apt-cache gencaches] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[apt-get update] action nothing
==> default:  (skipped due to action :nothing)
==> default:
==> default: * execute[install-key 8678AF29D1B5ABA1A5A651063359E7CECB64A157] action run
==> default: [2015-12-07T19:52:58+00:00] INFO: execute[install-key 8678AF29D1B5ABA1A5A651063359E7CECB64A157] ran successfully
==> default:
==> default:       - execute apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8678AF29D1B5ABA1A5A651063359E7CECB64A157
==> default:     * file[/etc/apt/sources.list.d/groonga.list] action create[2015-12-07T19:52:58+00:00] INFO: file[/etc/apt/sources.list.d/groonga.list] created file /etc/apt/sources.list.d/groonga.list
==> default:
==> default:       - create new file /etc/apt/sources.list.d/groonga.list
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/etc/apt/sources.list.d/groonga.list] updated file contents /etc/apt/sources.list.d/groonga.list
==> default:
==> default: - update content in file /etc/apt/sources.list.d/groonga.list from none to c4cd01
==> default:
==> default: --- /etc/apt/sources.list.d/groonga.list   2015-12-07 19:52:58.356108414 +0000
==> default:
==> default: +++ /etc/apt/sources.list.d/.groonga.list20151207-1803-hdnprw      2015-12-07 19:52:58.356108414 +0000
==> default:
==> default: @@ -1 +1,2 @@
==> default:
==> default: +deb     http://ppa.launchpad.net/groonga/ppa/ubuntu precise main
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/etc/apt/sources.list.d/groonga.list] owner changed to 0
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/etc/apt/sources.list.d/groonga.list] group changed to 0
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/etc/apt/sources.list.d/groonga.list] mode changed to 644
==> default:
==> default: - change mode from '' to '0644'
==> default:
==> default: - change owner from '' to 'root'
==> default:
==> default: - change group from '' to 'root'
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/etc/apt/sources.list.d/groonga.list] sending delete action to file[/var/lib/apt/periodic/update-success-stamp] (immediate)
==> default:
==> default: * file[/var/lib/apt/periodic/update-success-stamp] action delete
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] backed up to /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207195258.377209
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] removed backup at /var/chef/backup/var/lib/apt/periodic/update-success-stamp.chef-20151207194302.229748
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/var/lib/apt/periodic/update-success-stamp] deleted file at /var/lib/apt/periodic/update-success-stamp
==> default:
==> default: - delete file /var/lib/apt/periodic/update-success-stamp
==> default: [2015-12-07T19:52:58+00:00] INFO: file[/etc/apt/sources.list.d/groonga.list] sending run action to execute[apt-get update] (immediate)
==> default:
==> default: * execute[apt-get update] action run
==> default: [2015-12-07T19:53:01+00:00] INFO: execute[apt-get update] ran successfully
==> default:
==> default: - execute apt-get update -o Dir::Etc::sourcelist='sources.list.d/groonga.list' -o Dir::Etc::sourceparts='-' -o APT::Get::List-Cleanup='0'
==> default: [2015-12-07T19:53:01+00:00] INFO: execute[apt-get update] sending run action to execute[apt-cache gencaches] (immediate)
==> default:
==> default: * execute[apt-cache gencaches] action run
==> default: [2015-12-07T19:53:03+00:00] INFO: execute[apt-cache gencaches] ran successfully
==> default:
==> default:       - execute apt-cache gencaches
==> default:
==> default:   * apt_package[mysql-server-mroonga] action install
==> default: [2015-12-07T19:53:19+00:00] INFO: apt_package[mysql-server-mroonga] installed mysql-server-mroonga at 5.10-2~precise1
==> default:
==> default:     - install version 5.10-2~precise1 of package mysql-server-mroonga
==> default:   * apt_package[groonga-tokenizer-mecab] action install
==> default: [2015-12-07T19:53:36+00:00] INFO: apt_package[groonga-tokenizer-mecab] installed groonga-tokenizer-mecab at 5.1.0-2~precise1
==> default:
==> default:     - install version 5.1.0-2~precise1 of package groonga-tokenizer-mecab
==> default: [2015-12-07T19:53:36+00:00] INFO: template[/etc/apache2/envvars] sending reload action to service[apache2] (delayed)
==> default: Recipe: apache2::default
==> default:   * service[apache2] action reload
==> default: [2015-12-07T19:53:36+00:00] INFO: service[apache2] reloaded
==> default:
==> default:     - reload service service[apache2]
==> default: [2015-12-07T19:53:36+00:00] INFO: template[/etc/apache2/sites-available/app.conf] sending restart action to service[apache2] (delayed)
==> default:   * service[apache2] action restart
==> default: [2015-12-07T19:53:38+00:00] INFO: service[apache2] restarted
==> default:     - restart service service[apache2]
==> default: [2015-12-07T19:53:38+00:00] INFO: template[/etc/mysql/conf.d/my.cnf] sending restart action to mysql_service[default] (delayed)
==> default: Recipe: mysql::server
==> default:   * mysql_service[default] action restart
==> default:  (up to date)
==> default: [2015-12-07T19:53:38+00:00] INFO: Chef Run complete in 957.84325965 seconds
==> default: [2015-12-07T19:53:38+00:00] INFO: Skipping removal of unused files from the cache
==> default: Running handlers:
==> default: [2015-12-07T19:53:38+00:00] INFO: Running report handlers
==> default: Running handlers complete
==> default: [2015-12-07T19:53:38+00:00] INFO: Report handlers complete
==> default: Deprecated features used!
==> default:   The on_platforms option to node_map has been deprecated at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/jenkins/libraries/slave_windows.rb:29:in `<class:JenkinsWindowsSlave>'
==> default:   Cannot specify both default and name_property together on property path of resource yum_globalconfig. Only one (name_property) will be obeyed. In Chef 13, this will become an error. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/yum/resources/globalconfig.rb:76:in `class_from_file'
==> default:   Cannot specify both default and name_property together on property install_path of resource composer_package. Only one (name_property) will be obeyed. In Chef 13, this will become an error. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/composer/resources/package.rb:5:in `class_from_file'
==> default:   version nil currently does not overwrite the value of version. This will change in Chef 13, and the value will be set to nil instead. Please change your code to explicitly accept nil using "property :version, [MyType, nil]", or stop setting this value to nil. at 4 locations:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/python/recipes/pip.rb:52:in `block in from_file'
==> default:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/python/recipes/virtualenv.rb:25:in `block in from_file'
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql/recipes/server.rb:21:in `block in from_file'
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/python/providers/pip.rb:98:in `load_current_resource'
==> default:   remove_test_database nil currently does not overwrite the value of remove_test_database. This will change in Chef 13, and the value will be set to nil instead. Please change your code to explicitly accept nil using "property :remove_test_database, [MyType, nil]", or stop setting this
value to nil. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql/recipes/server.rb:29:in `block in from_file'
==> default:   root_network_acl nil currently does not overwrite the value of root_network_acl. This will change in Chef 13, and the value will be set to nil instead. Please change your code to explicitly accept nil using "property :root_network_acl, [MyType, nil]", or stop setting this value to nil
. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql/recipes/server.rb:30:in `block in from_file'
==> default:   package_version nil currently does not overwrite the value of package_version. This will change in Chef 13, and the value will be set to nil instead. Please change your code to explicitly accept nil using "property :package_version, [MyType, nil]", or stop setting this value to nil. a
t 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql/recipes/server.rb:31:in `block in from_file'
==> default:   enable_utf8 nil currently does not overwrite the value of enable_utf8. This will change in Chef 13, and the value will be set to nil instead. Please change your code to explicitly accept nil using "property :enable_utf8, [MyType, nil]", or stop setting this value to nil. at 1 location
:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql/recipes/server.rb:33:in `block in from_file'
==> default:   chef_gem[knife-solo] chef_gem compile_time installation is deprecated at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/boilerplate/recipes/gem_packages.rb:39:in `block in from_file'
==> default:   chef_gem[knife-solo] Please set `compile_time false` on the resource to use the new behavior. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/boilerplate/recipes/gem_packages.rb:39:in `block in from_file'
==> default:   chef_gem[knife-solo] or set `compile_time true` on the resource if compile_time behavior is required. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/boilerplate/recipes/gem_packages.rb:39:in `block in from_file'
==> default:   chef_gem[chef-helpers] chef_gem compile_time installation is deprecated at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/boilerplate_php/recipes/default.rb:20:in `from_file'
==> default:   chef_gem[chef-helpers] Please set `compile_time false` on the resource to use the new behavior. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/boilerplate_php/recipes/default.rb:20:in `from_file'
==> default:   chef_gem[chef-helpers] or set `compile_time true` on the resource if compile_time behavior is required. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/boilerplate_php/recipes/default.rb:20:in `from_file'
==> default:   chef_gem[mysql] chef_gem compile_time installation is deprecated at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql-chef_gem/libraries/provider_mysql_chef_gem.rb:20:in `block in action_install'
==> default:   chef_gem[mysql] Please set `compile_time false` on the resource to use the new behavior. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql-chef_gem/libraries/provider_mysql_chef_gem.rb:20:in `block in action_install'
==> default:   chef_gem[mysql] or set `compile_time true` on the resource if compile_time behavior is required. at 1 location:
==> default:     - /tmp/vagrant-chef/1ada16dadb986701aa1007b04fbc5b2e/cookbooks/mysql-chef_gem/libraries/provider_mysql_chef_gem.rb:20:in `block in action_install'
==> default: Chef Client finished, 227/370 resources updated in 15 minutes 59 seconds

C:\projects\NetCommons3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment