Skip to content

Instantly share code, notes, and snippets.

@noahwsmith
Created February 26, 2020 16:39
Show Gist options
  • Save noahwsmith/8e3e8d6297f3beaab333a1bc7830e9c6 to your computer and use it in GitHub Desktop.
Save noahwsmith/8e3e8d6297f3beaab333a1bc7830e9c6 to your computer and use it in GitHub Desktop.
Noahs-MacBook-Pro:isle-dc noah$ docker-compose -p islandora up
Starting islandora_mariadb_1 ... done
Starting islandora_traefik_1 ... done
Recreating islandora_drupal_1 ... done
Attaching to islandora_mariadb_1, islandora_traefik_1, islandora_drupal_1
drupal_1 | + [[ -f /var/www/app/web/sites/default/settings.islandora.php ]]
drupal_1 | + /usr/local/bin/files_link /var/www/app/web/sites/default/files
drupal_1 | + app_public_dir=/var/www/app/web/sites/default/files
drupal_1 | + [[ -n /var/www/app/web/sites/default/files ]]
drupal_1 | + echo
drupal_1 |
drupal_1 | + echo '[INFO] Application'\''s public storage directory specified, trying to symlink from files persistent volume'
drupal_1 | [INFO] Application's public storage directory specified, trying to symlink from files persistent volume
drupal_1 | + echo
drupal_1 |
drupal_1 | + [[ -d /var/www/app/web/sites/default/files ]]
drupal_1 | + echo
drupal_1 |
drupal_1 | + echo '[INFO] No public storage dir detected: just symlinking '\''/var/www/app/web/sites/default/files'\'' -> '\''/mnt/files/public'\'''
drupal_1 | [INFO] No public storage dir detected: just symlinking '/var/www/app/web/sites/default/files' -> '/mnt/files/public'
drupal_1 | + echo
drupal_1 |
drupal_1 | + ln -sf /mnt/files/public /var/www/app/web/sites/default/files
drupal_1 | + /usr/local/bin/confd -onetime -backend env
mariadb_1 | 2020-02-26 16:36:18+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.3.22+maria~bionic started.
traefik_1 | time="2020-02-26T16:36:18Z" level=info msg="Configuration loaded from flags."
mariadb_1 | 2020-02-26 16:36:19+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mariadb_1 | 2020-02-26 16:36:19+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.3.22+maria~bionic started.
mariadb_1 | 2020-02-26 16:36:20 0 [Note] mysqld (mysqld 10.3.22-MariaDB-1:10.3.22+maria~bionic) starting as process 1 ...
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Using Linux native AIO
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Uses event mutexes
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Number of pools: 1
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mariadb_1 | 2020-02-26 16:36:20 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mariadb_1 | 2020-02-26 16:36:22 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mariadb_1 | 2020-02-26 16:36:22 0 [Note] InnoDB: Waiting for purge to start
mariadb_1 | 2020-02-26 16:36:22 0 [Note] InnoDB: 10.3.22 started; log sequence number 1625484; transaction id 21
mariadb_1 | 2020-02-26 16:36:22 0 [Note] Plugin 'FEEDBACK' is disabled.
mariadb_1 | 2020-02-26 16:36:23 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mariadb_1 | 2020-02-26 16:36:23 0 [Note] Server socket created on IP: '::'.
mariadb_1 | 2020-02-26 16:36:23 0 [Note] InnoDB: Buffer pool(s) load completed at 200226 16:36:23
mariadb_1 | 2020-02-26 16:36:23 0 [Warning] 'proxies_priv' entry '@% root@8e2dc12d393e' ignored in --skip-name-resolve mode.
mariadb_1 | 2020-02-26 16:36:23 0 [Note] Reading of all Master_info entries succeeded
mariadb_1 | 2020-02-26 16:36:23 0 [Note] Added new Master_info '' to hash table
mariadb_1 | 2020-02-26 16:36:23 0 [Note] mysqld: ready for connections.
mariadb_1 | Version: '10.3.22-MariaDB-1:10.3.22+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
mariadb_1 | 2020-02-26 16:36:48 8 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
drupal_1 | 2020-02-26T16:36:49Z 0c2f838e74cb /usr/local/bin/confd[8]: INFO Backend set to env
drupal_1 | 2020-02-26T16:36:49Z 0c2f838e74cb /usr/local/bin/confd[8]: INFO Starting confd
drupal_1 | 2020-02-26T16:36:49Z 0c2f838e74cb /usr/local/bin/confd[8]: INFO Backend source(s) set to
drupal_1 | + /usr/local/bin/wait_for_database
drupal_1 | + retry mysql --silent --quick --force --host=mariadb --port=3306 --user=drupal_user --password=drupal_user_pw --execute 'SELECT SCHEMA_NAME FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME='\''drupal'\'''
drupal_1 | + [[ true == \t\r\u\e ]]
drupal_1 | + /usr/local/bin/install_drupal
drupal_1 | + [[ dev == \d\e\v ]]
drupal_1 | + [[ ! -f /var/www/app/web/index.php ]]
drupal_1 | + cd /var/www/app/web
drupal_1 | ++ /var/www/app/vendor/bin/drush status bootstrap
drupal_1 | ++ grep -q Successful
drupal_1 | ++ echo 1
drupal_1 | + site_installed=1
drupal_1 | + [[ -n 1 ]]
drupal_1 | + [[ 1 -eq 0 ]]
drupal_1 | + site_install_options=(--yes --verbose --account-name=${APP_ACCOUNT_NAME} --account-mail=${APP_ACCOUNT_MAIL} --account-pass=${APP_ACCOUNT_PASS})
drupal_1 | ++ ls -A /var/www/app/config/sync
drupal_1 | ls: cannot access '/var/www/app/config/sync': No such file or directory
drupal_1 | + [[ -n '' ]]
drupal_1 | + echo
drupal_1 |
drupal_1 | + echo '[INFO] Installing site from scratch'
drupal_1 | [INFO] Installing site from scratch
drupal_1 | + echo
drupal_1 |
drupal_1 | + site_install_options+=(--site-name=${APP_NAME} --site-mail=${APP_ACCOUNT_MAIL} standard)
drupal_1 | + [[ -n true ]]
drupal_1 | + site_install_options+=(--debug)
drupal_1 | + /var/www/app/vendor/bin/drush site:install --yes --verbose --account-name=islandora --account-mail=islandora@example.com --account-pass= --site-name=islandora --site-mail=islandora@example.com standard --debug
drupal_1 | [preflight] Config paths: /var/www/app/vendor/drush/drush/drush.yml
drupal_1 | [preflight] Alias paths: /var/www/app/web/drush/sites,/var/www/app/drush/sites
drupal_1 | [preflight] Commandfile search paths: /var/www/app/vendor/drush/drush/src
drupal_1 | [debug] Starting bootstrap to root [1.24 sec, 9.49 MB]
drupal_1 | [debug] Drush bootstrap phase 1 [1.24 sec, 9.49 MB]
drupal_1 | [debug] Try to validate bootstrap phase 1 [1.24 sec, 9.49 MB]
drupal_1 | [debug] Try to validate bootstrap phase 1 [1.25 sec, 9.49 MB]
drupal_1 | [debug] Try to bootstrap at phase 1 [1.25 sec, 9.49 MB]
drupal_1 | [debug] Drush bootstrap phase: bootstrapDrupalRoot() [1.26 sec, 9.49 MB]
drupal_1 | [debug] Change working directory to /var/www/app/web [1.26 sec, 9.49 MB]
drupal_1 | [debug] Initialized Drupal 8.8.1 root directory at /var/www/app/web [1.28 sec, 9.65 MB]
drupal_1 | [debug] Drush bootstrap phase: bootstrapDrupalSite() [1.32 sec, 10.08 MB]
drupal_1 | [debug] Initialized Drupal site islandora.localhost at sites/default [1.34 sec, 10.3 MB]
drupal_1 | [debug] Drush bootstrap phase: bootstrapDrupalConfiguration() [1.34 sec, 10.3 MB]
drupal_1 | [debug] Add service modifier [1.38 sec, 10.61 MB]
drupal_1 | [info] Executing: command -v mysql [1.41 sec, 11.18 MB]
drupal_1 | [info] sql:query: SELECT 1; [1.44 sec, 11.23 MB]
drupal_1 | [info] Executing: mysql --defaults-file=/tmp/drush_LRQxtl --database=drupal --host=127.0.0.1 --port=3306 --silent -A < /tmp/drush_qb5cYU [1.44 sec, 11.23 MB]
drupal_1 |
drupal_1 | // You are about to CREATE the 'drupal' database. Do you want to continue?:
drupal_1 | // yes.
drupal_1 |
drupal_1 | [info] Sites directory sites/default already exists - proceeding. [1.47 sec, 11.23 MB]
drupal_1 | [info] sql:query: SELECT 1; [1.48 sec, 11.23 MB]
drupal_1 | [info] Executing: mysql --defaults-file=/tmp/drush_VlHULc --database=drupal --host=127.0.0.1 --port=3306 --silent -A < /tmp/drush_ioGA7L [1.49 sec, 11.24 MB]
drupal_1 | [info] sql:query: DROP DATABASE IF EXISTS drupal; CREATE DATABASE drupal /*!40100 DEFAULT CHARACTER SET utf8 */; [1.51 sec, 11.24 MB]
drupal_1 | [info] Executing: mysql --defaults-file=/tmp/drush_CPLBg4 --database=information_schema --host=127.0.0.1 --port=3306 --silent -A < /tmp/drush_REV7vD [1.53 sec, 11.24 MB]
drupal_1 | [warning] Failed to drop or create the database. Do it yourself before installing. ERROR 2002 (HY000): Can't connect to MySQL server on '127.0.0.1' (115)
drupal_1 | [1.54 sec, 11.24 MB]
drupal_1 | [notice] Starting Drupal installation. This takes a while. [1.56 sec, 11.25 MB]
drupal_1 | [debug] Calling install_drupal(Composer\Autoload\ClassLoader, array) [1.57 sec, 11.55 MB]
drupal_1 | [info] Array to string conversion install.core.inc:2272 [16.02 sec, 24.59 MB]
drupal_1 |
drupal_1 | In install.core.inc line 2276:
drupal_1 |
drupal_1 | [Drupal\Core\Installer\Exception\InstallerException]
drupal_1 | File system: Writable (<em>public</em> download method)
drupal_1 |
drupal_1 | Array
drupal_1 |
drupal_1 |
drupal_1 | Exception trace:
drupal_1 | at /var/www/app/web/core/includes/install.core.inc:2276
drupal_1 | install_display_requirements() at /var/www/app/web/core/includes/install.core.inc:1089
drupal_1 | install_verify_requirements() at /var/www/app/web/core/includes/install.core.inc:702
drupal_1 | install_run_task() at /var/www/app/web/core/includes/install.core.inc:577
drupal_1 | install_run_tasks() at /var/www/app/web/core/includes/install.core.inc:117
drupal_1 | install_drupal() at /var/www/app/vendor/drush/drush/includes/drush.inc:212
drupal_1 | drush_call_user_func_array() at /var/www/app/vendor/drush/drush/includes/drush.inc:197
drupal_1 | drush_op() at /var/www/app/vendor/drush/drush/src/Commands/core/SiteInstallCommands.php:150
drupal_1 | Drush\Commands\core\SiteInstallCommands->install() at n/a:n/a
drupal_1 | call_user_func_array() at /var/www/app/vendor/consolidation/annotated-command/src/CommandProcessor.php:257
drupal_1 | Consolidation\AnnotatedCommand\CommandProcessor->runCommandCallback() at /var/www/app/vendor/consolidation/annotated-command/src/CommandProcessor.php:212
drupal_1 | Consolidation\AnnotatedCommand\CommandProcessor->validateRunAndAlter() at /var/www/app/vendor/consolidation/annotated-command/src/CommandProcessor.php:178
drupal_1 | Consolidation\AnnotatedCommand\CommandProcessor->process() at /var/www/app/vendor/consolidation/annotated-command/src/AnnotatedCommand.php:302
drupal_1 | Consolidation\AnnotatedCommand\AnnotatedCommand->execute() at /var/www/app/vendor/symfony/console/Command/Command.php:255
drupal_1 | Symfony\Component\Console\Command\Command->run() at /var/www/app/vendor/symfony/console/Application.php:1000
drupal_1 | Symfony\Component\Console\Application->doRunCommand() at /var/www/app/vendor/symfony/console/Application.php:255
drupal_1 | Symfony\Component\Console\Application->doRun() at /var/www/app/vendor/symfony/console/Application.php:148
drupal_1 | Symfony\Component\Console\Application->run() at /var/www/app/vendor/drush/drush/src/Runtime/Runtime.php:118
drupal_1 | Drush\Runtime\Runtime->doRun() at /var/www/app/vendor/drush/drush/src/Runtime/Runtime.php:49
drupal_1 | Drush\Runtime\Runtime->run() at /var/www/app/vendor/drush/drush/drush.php:72
drupal_1 | require() at /var/www/app/vendor/drush/drush/drush:4
drupal_1 |
drupal_1 | site:install [--db-url DB-URL] [--db-prefix DB-PREFIX] [--db-su DB-SU] [--db-su-pw DB-SU-PW] [--account-name [ACCOUNT-NAME]] [--account-mail [ACCOUNT-MAIL]] [--site-mail [SITE-MAIL]] [--account-pass ACCOUNT-PASS] [--locale [LOCALE]] [--site-name [SITE-NAME]] [--site-pass SITE-PASS] [--sites-subdir SITES-SUBDIR] [--config-dir CONFIG-DIR] [--existing-config] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-d|--debug] [-y|--yes] [--no] [--remote-host REMOTE-HOST] [--remote-user REMOTE-USER] [-r|--root ROOT] [-l|--uri URI] [--simulate] [--pipe] [-D|--define DEFINE] [--druplicon] [--notify [NOTIFY]] [--xh-link XH-LINK] [--] <command> [<profile>]...
drupal_1 |
islandora_drupal_1 exited with code 1
mariadb_1 | 2020-02-26 16:37:18 10 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
mariadb_1 | 2020-02-26 16:37:48 11 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
mariadb_1 | 2020-02-26 16:38:18 12 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
mariadb_1 | 2020-02-26 16:38:49 13 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment