phabricator icon indicating copy to clipboard operation
phabricator copied to clipboard

supervisord cannot start

Open 0x11-dev opened this issue 6 years ago • 1 comments

READ THE INSTRUCTIONS BELOW

config

version: '2'
services:
    phabricator:
      environment:
        - PHABRICATOR_HOST=mydomain.com
        - MYSQL_HOST=mariadb
        - MYSQL_USER=root
        - MYSQL_PASS=asdf123
        - PHABRICATOR_REPOSITORY_PATH=/repos
      image: 'redpointgames/phabricator'
      ports:
        - '80:80'
        - '443:443'
        - '922:22'
      volumes:
        - './repos:/repos'
      depends_on:
        - mariadb
    mariadb:
      environment:
        MYSQL_ROOT_PASSWORD: asdf123
      image: mariadb
      restart: always
    adminer:
      image: adminer
      restart: always
      ports:
        - 8081:8080

logs

➜  phabricator docker-compose up
phabricator_mariadb_1 is up-to-date
phabricator_adminer_1 is up-to-date
Starting phabricator_phabricator_1 ... done
Attaching to phabricator_mariadb_1, phabricator_adminer_1, phabricator_phabricator_1
phabricator_1  | + /app/startup/10-boot-conf
phabricator_1  | + '[' -f /baked ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' == '' ']'
phabricator_1  | + MYSQL_STORAGE_NAMESPACE=phabricator
phabricator_1  | + '[' '' == tcp:// ']'
phabricator_1  | + '[' '' == '' ']'
phabricator_1  | + SSL_TYPE=none
phabricator_1  | + '[' '' == '' ']'
phabricator_1  | + PHABRICATOR_VCS_USER=git
phabricator_1  | + '[' '' == '' ']'
phabricator_1  | + PHABRICATOR_STORAGE_TYPE=mysql
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' -f /config/script.pre ']'
phabricator_1  | + '[' -f /config/script.premig ']'
phabricator_1  | + '[' -f /config/script.post ']'
phabricator_1  | + '[' -f /config/script.phd ']'
phabricator_1  | + '[' -f /config/script.letsencrypt ']'
phabricator_1  | + '[' -f /config/letsencrypt.config ']'
phabricator_1  | + '[' -d /config/keycache ']'
phabricator_1  | + set +x
phabricator_1  | + source /config.saved
phabricator_1  | ++ OVERRIDE_PHABRICATOR_URI=
phabricator_1  | ++ OVERRIDE_PHABRICATOR_BRANCH=
phabricator_1  | ++ OVERRIDE_ARCANIST_URI=
phabricator_1  | ++ OVERRIDE_ARCANIST_BRANCH=
phabricator_1  | ++ OVERRIDE_LIBPHUTIL_URI=
phabricator_1  | ++ OVERRIDE_LIBPHUTIL_BRANCH=
phabricator_1  | ++ PHABRICATOR_HOST=mydomain.com
phabricator_1  | ++ PHABRICATOR_CDN=
phabricator_1  | ++ PHABRICATOR_REPOSITORY_PATH=/repos
phabricator_1  | ++ PHABRICATOR_STORAGE_TYPE=mysql
phabricator_1  | ++ PHABRICATOR_STORAGE_PATH=
phabricator_1  | ++ PHABRICATOR_STORAGE_BUCKET=
phabricator_1  | ++ PHABRICATOR_VCS_USER=git
phabricator_1  | ++ PHABRICATOR_VCS_PORT=
phabricator_1  | ++ PHABRICATOR_HOST_KEYS_PATH=
phabricator_1  | ++ AWS_S3_ACCESS_KEY=
phabricator_1  | ++ AWS_S3_SECRET_KEY=
phabricator_1  | ++ MYSQL_HOST=mariadb
phabricator_1  | ++ MYSQL_PORT=
phabricator_1  | ++ MYSQL_USER=root
phabricator_1  | ++ set +x
phabricator_1  | ++ MYSQL_STORAGE_NAMESPACE=phabricator
phabricator_1  | ++ ENABLE_APCU=
phabricator_1  | ++ ENABLE_UPDATE_ON_START=
phabricator_1  | ++ SSL_TYPE=none
phabricator_1  | ++ SSL_CERTIFICATE=
phabricator_1  | ++ SSL_PRIVATE_KEY=
phabricator_1  | ++ SSL_EMAIL=
phabricator_1  | ++ SSL_DOMAINS=
phabricator_1  | ++ SCRIPT_BEFORE_UPDATE=
phabricator_1  | ++ SCRIPT_BEFORE_MIGRATION=
phabricator_1  | ++ SCRIPT_AFTER_MIGRATION=
phabricator_1  | ++ SCRIPT_AFTER_LETS_ENCRYPT=
phabricator_1  | ++ SCRIPT_BEFORE_DAEMONS=
phabricator_1  | ++ SCRIPT_AFTER_DAEMONS=
phabricator_1  | ++ DISABLE_IOMONITOR=
phabricator_1  | + sed -i s/PHABRICATOR/git/g /etc/passwd
phabricator_1  | + sed s/__PHABRICATOR_VCS_USER__/git/g /etc/phabricator-ssh/sshd_config.phabricator.template
phabricator_1  | + sed s/__PHABRICATOR_VCS_USER__/git/g /etc/phabricator-ssh/phabricator-ssh-hook.sh.template
phabricator_1  | + sed s/__PHABRICATOR_VCS_USER__/git/g /etc/php5/fpm/php-fpm.conf.template
phabricator_1  | + chmod 755 /etc/phabricator-ssh/phabricator-ssh-hook.sh
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' == true ']'
phabricator_1  | + pushd /srv/phabricator/phabricator
phabricator_1  | + '[' mariadb '!=' '' ']'
phabricator_1  | + sudo -u git ./bin/config set mysql.host mariadb
phabricator_1  | /srv/phabricator/phabricator /
adminer_1      | PHP 7.2.1 Development Server started at Tue Jan 30 05:18:25 2018
adminer_1      | PHP 7.2.1 Development Server started at Tue Jan 30 05:19:34 2018
mariadb_1      | Initializing database
adminer_1      | [Tue Jan 30 05:20:13 2018] ::ffff:172.21.0.1:59024 [200]: /
mariadb_1      |
mariadb_1      | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
adminer_1      | [Tue Jan 30 05:20:13 2018] ::ffff:172.21.0.1:59026 [200]: /?file=functions.js&version=4.3.1
mariadb_1      | To do so, start the server, then issue the following commands:
adminer_1      | [Tue Jan 30 05:20:13 2018] ::ffff:172.21.0.1:59028 [200]: /?file=default.css&version=4.3.1
mariadb_1      |
adminer_1      | [Tue Jan 30 05:20:14 2018] ::ffff:172.21.0.1:59030 [200]: /
mariadb_1      | '/usr/bin/mysqladmin' -u root password 'new-password'
adminer_1      | Listening on http://[::]:8080
mariadb_1      | '/usr/bin/mysqladmin' -u root -h  password 'new-password'
adminer_1      | Document root is /var/www/html
mariadb_1      |
adminer_1      | Press Ctrl-C to quit.
mariadb_1      | Alternatively you can run:
adminer_1      | PHP 7.2.1 Development Server started at Tue Jan 30 05:23:14 2018
mariadb_1      | '/usr/bin/mysql_secure_installation'
mariadb_1      |
mariadb_1      | which will also give you the option of removing the test
mariadb_1      | databases and anonymous user created by default.  This is
mariadb_1      | strongly recommended for production servers.
mariadb_1      |
mariadb_1      | See the MariaDB Knowledgebase at http://mariadb.com/kb or the
mariadb_1      | MySQL manual for more instructions.
mariadb_1      |
mariadb_1      | Please report any problems at http://mariadb.org/jira
mariadb_1      |
mariadb_1      | The latest information about MariaDB is available at http://mariadb.org/.
mariadb_1      | You can find additional information about the MySQL part at:
mariadb_1      | http://dev.mysql.com
mariadb_1      | Consider joining MariaDB's strong and vibrant community:
mariadb_1      | https://mariadb.org/get-involved/
mariadb_1      |
mariadb_1      | Database initialized
mariadb_1      | MySQL init process in progress...
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] mysqld (mysqld 10.2.12-MariaDB-10.2.12+maria~jessie) starting as process 101 ...
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Uses event mutexes
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Compressed tables use zlib 1.2.8
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Using Linux native AIO
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Number of pools: 1
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Using SSE2 crc32 instructions
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1      | 2018-01-30  5:16:29 140430747289344 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Highest supported file format is Barracuda.
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: 128 out of 128 rollback segments are active.
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] InnoDB: 5.7.20 started; log sequence number 1619198
mariadb_1      | 2018-01-30  5:16:29 140430507230976 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mariadb_1      | 2018-01-30  5:16:29 140430507230976 [Note] InnoDB: Buffer pool(s) load completed at 180130  5:16:29
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Warning] 'user' entry 'root@6963be6c35cf' ignored in --skip-name-resolve mode.
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Warning] 'proxies_priv' entry '@% root@6963be6c35cf' ignored in --skip-name-resolve mode.
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] Reading of all Master_info entries succeded
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] Added new Master_info '' to hash table
mariadb_1      | 2018-01-30  5:16:29 140431482734464 [Note] mysqld: ready for connections.
mariadb_1      | Version: '10.2.12-MariaDB-10.2.12+maria~jessie'  socket: '/var/run/mysqld/mysqld.sock'  port: 0  mariadb.org binary distribution
mariadb_1      | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
mariadb_1      | 2018-01-30  5:16:31 140430833587968 [Warning] 'proxies_priv' entry '@% root@6963be6c35cf' ignored in --skip-name-resolve mode.
mariadb_1      |
mariadb_1      | 2018-01-30  5:16:31 140430736779008 [Note] mysqld (unknown): Normal shutdown
mariadb_1      | 2018-01-30  5:16:31 140430736779008 [Note] Event Scheduler: Purging the queue. 0 events
mariadb_1      | 2018-01-30  5:16:31 140430624663296 [Note] InnoDB: FTS optimize thread exiting.
mariadb_1      | 2018-01-30  5:16:31 140430736779008 [Note] InnoDB: Starting shutdown...
mariadb_1      | 2018-01-30  5:16:31 140430507230976 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mariadb_1      | 2018-01-30  5:16:31 140430507230976 [Note] InnoDB: Buffer pool(s) dump completed at 180130  5:16:31
mariadb_1      | 2018-01-30  5:16:33 140430736779008 [Note] InnoDB: Shutdown completed; log sequence number 1619226
mariadb_1      | 2018-01-30  5:16:33 140430736779008 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mariadb_1      | 2018-01-30  5:16:33 140430736779008 [Note] mysqld: Shutdown complete
mariadb_1      |
mariadb_1      |
mariadb_1      | MySQL init process done. Ready for start up.
mariadb_1      |
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] mysqld (mysqld 10.2.12-MariaDB-10.2.12+maria~jessie) starting as process 1 ...
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Uses event mutexes
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Compressed tables use zlib 1.2.8
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Using Linux native AIO
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Number of pools: 1
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Using SSE2 crc32 instructions
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1      | 2018-01-30  5:16:33 139924963092224 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Highest supported file format is Barracuda.
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: 128 out of 128 rollback segments are active.
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] InnoDB: 5.7.20 started; log sequence number 1619226
mariadb_1      | 2018-01-30  5:16:33 139924388964096 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mariadb_1      | 2018-01-30  5:16:33 139924388964096 [Note] InnoDB: Buffer pool(s) load completed at 180130  5:16:33
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] Server socket created on IP: '::'.
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Warning] 'proxies_priv' entry '@% root@6963be6c35cf' ignored in --skip-name-resolve mode.
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] Reading of all Master_info entries succeded
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] Added new Master_info '' to hash table
mariadb_1      | 2018-01-30  5:16:33 139925706680192 [Note] mysqld: ready for connections.
mariadb_1      | Version: '10.2.12-MariaDB-10.2.12+maria~jessie'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] mysqld (mysqld 10.2.12-MariaDB-10.2.12+maria~jessie) starting as process 1 ...
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Uses event mutexes
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Compressed tables use zlib 1.2.8
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Using Linux native AIO
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Number of pools: 1
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Using SSE2 crc32 instructions
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1      | 2018-01-30  5:18:08 140139104098048 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Highest supported file format is Barracuda.
mariadb_1      | 2018-01-30  5:18:08 140139839375232 [Note] InnoDB: Starting crash recovery from checkpoint LSN=1619245
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] InnoDB: 128 out of 128 rollback segments are active.
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] InnoDB: 5.7.20 started; log sequence number 1619254
mariadb_1      | 2018-01-30  5:18:09 140138667566848 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mariadb_1      | 2018-01-30  5:18:09 140138667566848 [Note] InnoDB: Buffer pool(s) load completed at 180130  5:18:09
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] Recovering after a crash using tc.log
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] Starting crash recovery...
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] Crash recovery finished.
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] Server socket created on IP: '::'.
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Warning] 'proxies_priv' entry '@% root@6963be6c35cf' ignored in --skip-name-resolve mode.
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] Reading of all Master_info entries succeded
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] Added new Master_info '' to hash table
mariadb_1      | 2018-01-30  5:18:09 140139839375232 [Note] mysqld: ready for connections.
mariadb_1      | Version: '10.2.12-MariaDB-10.2.12+maria~jessie'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] mysqld (mysqld 10.2.12-MariaDB-10.2.12+maria~jessie) starting as process 1 ...
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Uses event mutexes
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Compressed tables use zlib 1.2.8
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Using Linux native AIO
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Number of pools: 1
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Using SSE2 crc32 instructions
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mariadb_1      | 2018-01-30  5:19:36 139957772478336 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1      | 2018-01-30  5:19:37 139957037082368 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: Highest supported file format is Barracuda.
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: Starting crash recovery from checkpoint LSN=16515468
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: 128 out of 128 rollback segments are active.
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] InnoDB: 5.7.20 started; log sequence number 16515477
mariadb_1      | 2018-01-30  5:19:37 139956659934976 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mariadb_1      | 2018-01-30  5:19:37 139956659934976 [Note] InnoDB: Buffer pool(s) load completed at 180130  5:19:37
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] Recovering after a crash using tc.log
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] Starting crash recovery...
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] Crash recovery finished.
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] Server socket created on IP: '::'.
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Warning] 'proxies_priv' entry '@% root@6963be6c35cf' ignored in --skip-name-resolve mode.
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] Reading of all Master_info entries succeded
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] Added new Master_info '' to hash table
mariadb_1      | 2018-01-30  5:19:37 139957772478336 [Note] mysqld: ready for connections.
mariadb_1      | Version: '10.2.12-MariaDB-10.2.12+maria~jessie'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
mariadb_1      | 2018-01-30  5:19:37 139957616797440 [Warning] Access denied for user 'root'@'172.21.0.4' (using password: NO)
mariadb_1      | 2018-01-30  5:23:07 139957016663808 [Note] mysqld (unknown): Normal shutdown
mariadb_1      | 2018-01-30  5:23:07 139957016663808 [Note] Event Scheduler: Purging the queue. 0 events
mariadb_1      | 2018-01-30  5:23:07 139956911585024 [Note] InnoDB: FTS optimize thread exiting.
mariadb_1      | 2018-01-30  5:23:07 139957016663808 [Note] InnoDB: Starting shutdown...
mariadb_1      | 2018-01-30  5:23:07 139956659934976 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mariadb_1      | 2018-01-30  5:23:07 139956659934976 [Note] InnoDB: Buffer pool(s) dump completed at 180130  5:23:07
mariadb_1      | 2018-01-30  5:23:08 139957016663808 [Note] InnoDB: Shutdown completed; log sequence number 19268535
mariadb_1      | 2018-01-30  5:23:08 139957016663808 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mariadb_1      | 2018-01-30  5:23:08 139957016663808 [Note] mysqld: Shutdown complete
mariadb_1      |
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] mysqld (mysqld 10.2.12-MariaDB-10.2.12+maria~jessie) starting as process 1 ...
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Uses event mutexes
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Compressed tables use zlib 1.2.8
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Using Linux native AIO
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Number of pools: 1
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Using SSE2 crc32 instructions
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1      | 2018-01-30  5:23:16 140652320487168 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Highest supported file format is Barracuda.
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: 128 out of 128 rollback segments are active.
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] InnoDB: 5.7.20 started; log sequence number 19268535
mariadb_1      | 2018-01-30  5:23:16 140652159416064 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] Server socket created on IP: '::'.
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Warning] 'proxies_priv' entry '@% root@6963be6c35cf' ignored in --skip-name-resolve mode.
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] Reading of all Master_info entries succeded
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] Added new Master_info '' to hash table
mariadb_1      | 2018-01-30  5:23:16 140653059131264 [Note] mysqld: ready for connections.
mariadb_1      | Version: '10.2.12-MariaDB-10.2.12+maria~jessie'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
mariadb_1      | 2018-01-30  5:23:16 140652159416064 [Note] InnoDB: Buffer pool(s) load completed at 180130  5:23:16
phabricator_1  | Set 'mysql.host' in local configuration.
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' root '!=' '' ']'
phabricator_1  | + sudo -u git ./bin/config set mysql.user root
phabricator_1  | Set 'mysql.user' in local configuration.
phabricator_1  | + set +x
phabricator_1  | Set 'mysql.pass' in local configuration.
phabricator_1  | + '[' phabricator '!=' '' ']'
phabricator_1  | + sudo -u git ./bin/config set storage.default-namespace phabricator
phabricator_1  | Set 'storage.default-namespace' in local configuration.
phabricator_1  | + '[' mydomain.com '!=' '' ']'
phabricator_1  | + '[' none == none ']'
phabricator_1  | + sudo -u git ./bin/config set phabricator.base-uri http://mydomain.com/
phabricator_1  | Set 'phabricator.base-uri' in local configuration.
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + sudo -u git ./bin/config set phd.user git
phabricator_1  | Set 'phd.user' in local configuration.
phabricator_1  | + sudo -u git ./bin/config set diffusion.ssh-user git
phabricator_1  | Set 'diffusion.ssh-user' in local configuration.
phabricator_1  | + sudo -u git ./bin/config set pygments.enabled true
phabricator_1  | Set 'pygments.enabled' in local configuration.
phabricator_1  | + '[' /repos '!=' '' ']'
phabricator_1  | + sudo -u git ./bin/config set repository.default-local-path /repos
phabricator_1  | Set 'repository.default-local-path' in local configuration.
phabricator_1  | + '[' mysql == mysql ']'
phabricator_1  | + sudo -u git ./bin/config set storage.mysql-engine.max-size 67108864
phabricator_1  | Set 'storage.mysql-engine.max-size' in local configuration.
phabricator_1  | + '[' mysql == disk ']'
phabricator_1  | + '[' mysql == s3 ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + '[' none == none ']'
phabricator_1  | + APHLICT_PROTOCOL=http
phabricator_1  | + APHLICT_PORT=80
phabricator_1  | + sudo -u git ./bin/config set notification.servers '[{"type": "client","host": "mydomain.com","port": 80,"protocol": "http","path": "/ws/"},{"type": "admin","host": "127.0.0.1","port": 22281,"protocol": "http"}]'
phabricator_1  | Set 'notification.servers' in local configuration.
phabricator_1  | /
phabricator_1  | + unset APHLICT_PROTOCOL
phabricator_1  | + unset APHLICT_PORT
phabricator_1  | + popd
phabricator_1  | + '[' '' == true ']'
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + set +x
phabricator_1  | phabricator_search.edge                            OK
phabricator_1  | phabricator_search.edgedata                        OK
phabricator_1  | phabricator_search.search_document                 OK
phabricator_1  | phabricator_search.search_documentfield            OK
phabricator_1  | phabricator_search.search_documentrelationship     OK
phabricator_1  | phabricator_search.search_editengineconfiguration  OK
phabricator_1  | phabricator_search.search_editengineconfigurationtransaction OK
phabricator_1  | phabricator_search.search_indexversion             OK
phabricator_1  | phabricator_search.search_namedquery               OK
phabricator_1  | phabricator_search.search_namedqueryconfig         OK
phabricator_1  | phabricator_search.search_profilepanelconfiguration OK
phabricator_1  | phabricator_search.search_profilepanelconfigurationtransaction OK
phabricator_1  | phabricator_search.search_savedquery               OK
phabricator_1  | phabricator_search.stopwords                       OK
phabricator_1  | + /srv/phabricator/phabricator/bin/storage upgrade --force
phabricator_1  | Storage is up to date. Use "storage status" for details.
phabricator_1  | Synchronizing static tables...
phabricator_1  | Verifying database schemata on "mariadb"...
phabricator_1  | Found no adjustments for schemata.
phabricator_1  |  ANALYZE  Analyzing tables...
phabricator_1  |  ANALYZED  Analyzed 498 table(s).
phabricator_1  | + '[' '' '!=' '' ']'
phabricator_1  | + /app/startup/15-https-conf
phabricator_1  | ++ MYSQL_STORAGE_NAMESPACE=phabricator
phabricator_1  | ++ ENABLE_APCU=
phabricator_1  | ++ ENABLE_UPDATE_ON_START=
phabricator_1  | ++ SSL_TYPE=none
phabricator_1  | ++ SSL_CERTIFICATE=
phabricator_1  | ++ SSL_PRIVATE_KEY=
phabricator_1  | ++ SSL_EMAIL=
phabricator_1  | ++ SSL_DOMAINS=
phabricator_1  | ++ SCRIPT_BEFORE_UPDATE=
phabricator_1  | ++ SCRIPT_BEFORE_MIGRATION=
phabricator_1  | ++ SCRIPT_AFTER_MIGRATION=
phabricator_1  | ++ SCRIPT_AFTER_LETS_ENCRYPT=
phabricator_1  | ++ SCRIPT_BEFORE_DAEMONS=
phabricator_1  | ++ SCRIPT_AFTER_DAEMONS=
phabricator_1  | ++ DISABLE_IOMONITOR=
phabricator_1  | + '[' none == letsencrypt ']'
phabricator_1  | + '[' none == manual ']'
phabricator_1  | + '[' none == external ']'
phabricator_1  | + supervisord -c /app/supervisord.conf
phabricator_1  | Traceback (most recent call last):
phabricator_1  |   File "/usr/bin/supervisord", line 11, in <module>
phabricator_1  |     load_entry_point('supervisor==3.1.3', 'console_scripts', 'supervisord')()
phabricator_1  |   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 572, in load_entry_point
phabricator_1  |     return get_distribution(dist).load_entry_point(group, name)
phabricator_1  |   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2755, in load_entry_point
phabricator_1  |     return ep.load()
phabricator_1  |   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2408, in load
phabricator_1  |     return self.resolve()
phabricator_1  |   File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2418, in resolve
phabricator_1  |     raise ImportError(str(exc))
phabricator_1  | ImportError: 'module' object has no attribute 'main'
phabricator_phabricator_1 exited with code 1
Killing phabricator_adminer_1 ... done
Killing phabricator_mariadb_1 ... done

the supervisord installed by baseline/setup.sh script have something error. remove the supervisord files and reinstall seems help

Uninstalling supervisor-3.1.3:
  /usr/bin/echo_supervisord_conf
  /usr/bin/pidproxy
  /usr/bin/supervisorctl
  /usr/bin/supervisord
  /usr/lib/python2.7/site-packages/supervisor-3.1.3-py2.7.egg-info

0x11-dev avatar Jan 30 '18 05:01 0x11-dev

Got the same issue here.

worksasintended avatar Mar 06 '18 09:03 worksasintended