Page MenuHomePhabricator
Paste P6442

wikibase docker build output
ActivePublic

Authored by Frog23 on Dec 7 2017, 9:27 AM.
Referenced Files
F11486969: wikibase docker build output
Dec 7 2017, 9:30 AM
F11485521: wikibase docker build output
Dec 7 2017, 9:27 AM
Subscribers
None
Step 1/18 : FROM ubuntu as fetcher
---> 20c44cd7596f
Step 2/18 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip
---> Using cache
---> 97374e4e39d7
Step 3/18 : RUN wget http://search.maven.org/remotecontent?filepath=org/wikidata/query/rdf/service/0.2.5/service-0.2.5-dist.zip && unzip *.zip && rm *.zip
---> Using cache
---> 2ffe511714dd
Step 4/18 : FROM openjdk:8-jdk-alpine
---> 3642e636096d
Step 5/18 : RUN set -x; apk --update add bash gettext libintl
---> Using cache
---> aa782c49a4c0
Step 6/18 : COPY --from=fetcher /service-0.2.5 /wdqs
---> Using cache
---> 7e42bc7f25a2
Step 7/18 : ENV MEMORY "" HEAP_SIZE "1g" HOST "0.0.0.0" WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs.svc" WDQS_PORT "9999"
---> Using cache
---> 08d0cf0ac338
Step 8/18 : EXPOSE $WDQS_PORT
---> Using cache
---> d7467ec0ac1a
Step 9/18 : WORKDIR "/wdqs/"
---> Using cache
---> 794f2690939e
Step 10/18 : COPY wait-for-it.sh /wait-for-it.sh
---> Using cache
---> fe208351914f
Step 11/18 : COPY entrypoint.sh /entrypoint.sh
---> Using cache
---> 0c526d8972b2
Step 12/18 : COPY runBlazegraph.sh /runBlazegraph.sh
---> Using cache
---> 42614132f756
Step 13/18 : COPY runUpdate.sh /runUpdate.sh
---> Using cache
---> bd811be27136
Step 14/18 : COPY mwservices.json /templates/mwservices.json
---> Using cache
---> 8f66aab95c69
Step 15/18 : COPY RWStore.properties /wdqs/RWStore.properties
---> Using cache
---> 91a291894a1c
Step 16/18 : COPY whitelist.txt /wdqs/whitelist.txt
---> Using cache
---> 1ce22e31549b
Step 17/18 : RUN chmod +x /wdqs/runUpdate.sh
---> Using cache
---> 4d16616e5090
Step 18/18 : ENTRYPOINT /entrypoint.sh
---> Using cache
---> 3d62827ac194
Successfully built 3d62827ac194
Successfully tagged wikibase/wdqs:latest
Step 1/19 : FROM ubuntu as fetcher
---> 20c44cd7596f
Step 2/19 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip
---> Using cache
---> 97374e4e39d7
Step 3/19 : RUN wget https://github.com/wikimedia/mediawiki-extensions-Wikibase/archive/REL1_29.zip && unzip REL1_29.zip
---> Using cache
---> 468a702ea5b9
Step 4/19 : FROM composer as composer
---> 8c937c321b30
Step 5/19 : COPY --from=fetcher /mediawiki-extensions-Wikibase-REL1_29 /Wikibase
---> Using cache
---> 739744b1a566
Step 6/19 : RUN cd /Wikibase && composer install --no-dev
---> Using cache
---> b6a774aefc00
Step 7/19 : FROM mediawiki:1.29
---> 0bb87f76b935
Step 8/19 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends gettext-base && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 454152c30fe6
Step 9/19 : RUN a2enmod rewrite
---> Using cache
---> 90847a67fb71
Step 10/19 : RUN install -d /var/log/mediawiki -o www-data
---> Using cache
---> 0fe6818effef
Step 11/19 : COPY --from=composer /Wikibase /var/www/html/extensions/Wikibase
---> Using cache
---> e0e24230db85
Step 12/19 : COPY wait-for-it.sh /wait-for-it.sh
---> Using cache
---> 537242c95280
Step 13/19 : COPY entrypoint.sh /entrypoint.sh
---> Using cache
---> 7daa9244ff74
Step 14/19 : COPY LocalSettings.php.template /LocalSettings.php.template
---> Using cache
---> 4b8dfc9ee63a
Step 15/19 : COPY htaccess /var/www/html/.htaccess
---> Using cache
---> 55bd13cdbe46
Step 16/19 : RUN ln -s /var/www/html/ /var/www/html/w
---> Using cache
---> fd3dd1356719
Step 17/19 : ENV DB_SERVER mysql.svc:3306 DB_USER wikiuser DB_PASS sqlpass DB_NAME my_wiki MW_SITE_NAME wikibase-docker MW_SITE_LANG en MW_ADMIN_NAME admin MW_ADMIN_PASS adminpass
---> Using cache
---> c3e592e4e02d
Step 18/19 : ENTRYPOINT /bin/sh
---> Using cache
---> 82074011a04c
Step 19/19 : CMD /entrypoint.sh
---> Using cache
---> bf9c8bfd2edb
Successfully built bf9c8bfd2edb
Successfully tagged wikibase/wikibase:latest
Step 1/18 : FROM ubuntu as fetcher
---> 20c44cd7596f
Step 2/18 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip
---> Using cache
---> 97374e4e39d7
Step 3/18 : RUN wget http://search.maven.org/remotecontent?filepath=org/wikidata/query/rdf/service/0.2.5/service-0.2.5-dist.zip && unzip *.zip && rm *.zip
---> Using cache
---> 2ffe511714dd
Step 4/18 : FROM openjdk:8-jdk-alpine
---> 3642e636096d
Step 5/18 : RUN set -x; apk --update add bash gettext libintl
---> Using cache
---> aa782c49a4c0
Step 6/18 : COPY --from=fetcher /service-0.2.5 /wdqs
---> Using cache
---> 7e42bc7f25a2
Step 7/18 : ENV MEMORY "" HEAP_SIZE "1g" HOST "0.0.0.0" WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs.svc" WDQS_PORT "9999"
---> Using cache
---> 08d0cf0ac338
Step 8/18 : EXPOSE $WDQS_PORT
---> Using cache
---> d7467ec0ac1a
Step 9/18 : WORKDIR "/wdqs/"
---> Using cache
---> 794f2690939e
Step 10/18 : COPY wait-for-it.sh /wait-for-it.sh
---> Using cache
---> fe208351914f
Step 11/18 : COPY entrypoint.sh /entrypoint.sh
---> Using cache
---> 0c526d8972b2
Step 12/18 : COPY runBlazegraph.sh /runBlazegraph.sh
---> Using cache
---> 42614132f756
Step 13/18 : COPY runUpdate.sh /runUpdate.sh
---> Using cache
---> bd811be27136
Step 14/18 : COPY mwservices.json /templates/mwservices.json
---> Using cache
---> 8f66aab95c69
Step 15/18 : COPY RWStore.properties /wdqs/RWStore.properties
---> Using cache
---> 91a291894a1c
Step 16/18 : COPY whitelist.txt /wdqs/whitelist.txt
---> Using cache
---> 1ce22e31549b
Step 17/18 : RUN chmod +x /wdqs/runUpdate.sh
---> Using cache
---> 4d16616e5090
Step 18/18 : ENTRYPOINT /entrypoint.sh
---> Using cache
---> 3d62827ac194
Successfully built 3d62827ac194
Successfully tagged wikibase/wdqs:latest
Step 1/4 : FROM nginx:stable-alpine
---> d7fdc41e0425
Step 2/4 : COPY entrypoint.sh /entrypoint.sh
---> Using cache
---> d23f2bb88b33
Step 3/4 : COPY wdqs.template /etc/nginx/conf.d/wdqs.template
---> Using cache
---> 1ec5a8a6e5ed
Step 4/4 : ENTRYPOINT "/entrypoint.sh"
---> Using cache
---> 1cc1b473921a
Successfully built 1cc1b473921a
Successfully tagged wikibase/wdqs-proxy:latest
Step 1/9 : FROM nginx:stable-alpine
---> d7fdc41e0425
Step 2/9 : RUN set -x; apk --update add --virtual build-dependencies wget unzip ca-certificates && wget -O /tmp/code.zip https://github.com/wikimedia/wikidata-query-gui/archive/master.zip && unzip /tmp/code.zip -d /tmp && rm /tmp/code.zip && apk del build-dependencies
---> Using cache
---> 802c322267a3
Step 3/9 : RUN set -x; apk --update add --virtual build-dependencies ca-certificates git nodejs jq && cd /tmp/wikidata-query-gui-master && mv package.json package.json.orig && cat package.json.orig | jq 'delpaths([["devDependencies","karma-qunit"],["devDependencies","qunitjs"],["devDependencies","sinon"]])' > package.json && npm install && rm -rf /usr/share/nginx/html && mv /tmp/wikidata-query-gui-master /usr/share/nginx/html && rm -rf /tmp/* && rm -rf ~/.npm && apk del build-dependencies
---> Using cache
---> 22c2e48dbbba
Step 4/9 : COPY entrypoint.sh /entrypoint.sh
---> Using cache
---> 91382f189cc6
Step 5/9 : COPY config.js /templates/config.js
---> Using cache
---> 72cec574dd49
Step 6/9 : COPY default.conf /templates/default.conf
---> Using cache
---> acb7259c9b33
Step 7/9 : ENV LANGUAGE en BRAND_TITLE DockerWikibaseQueryService WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs-proxy.svc"
---> Using cache
---> 9634550a05b5
Step 8/9 : ENTRYPOINT /entrypoint.sh
---> Using cache
---> f4c78f5170c0
Step 9/9 : CMD nginx -g daemon off;
---> Using cache
---> 47ca775e710d
Successfully built 47ca775e710d
Successfully tagged wikibase/wdqs-frontend:latest
Attaching to wikibasedocker_mysql_1, wikibasedocker_wdqs_1, wikibasedocker_wikibase_1, wikibasedocker_wdqs-proxy_1, wikibasedocker_wdqs-updater_1, wikibasedocker_wdqs-frontend_1
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] mysqld (mysqld 10.2.11-MariaDB-10.2.11+maria~jessie) starting as process 1 ...
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Uses event mutexes
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Compressed tables use zlib 1.2.8
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Number of pools: 1
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Using SSE2 crc32 instructions
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2017-12-05 11:18:29 139887605896960 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: 128 out of 128 rollback segments are active.
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: 5.7.20 started; log sequence number 2374362
mysql_1 | 2017-12-05 11:18:29 139887445518080 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] Plugin 'FEEDBACK' is disabled.
mysql_1 | 2017-12-05 11:18:29 139887445518080 [Note] InnoDB: Buffer pool(s) load completed at 171205 11:18:29
mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Server socket created on IP: '::'.
mysql_1 | 2017-12-05 11:18:30 139888345794432 [Warning] 'proxies_priv' entry '@% root@3c4971caec0a' ignored in --skip-name-resolve mode.
mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Reading of all Master_info entries succeded
mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Added new Master_info '' to hash table
mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] mysqld: ready for connections.
mysql_1 | Version: '10.2.11-MariaDB-10.2.11+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wikibase_1 | /entrypoint.sh: 4: /entrypoint.sh: wait-for-it.sh: not found
wikibase_1 | /entrypoint.sh: 8: /entrypoint.sh: wait-for-it.sh: not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wikibase_1 | PHP 7.1.12 is installed.
wikibase_1 | Found ImageMagick: /usr/bin/convert.
wikibase_1 | Image thumbnailing will be enabled if you enable uploads.
wikibase_1 | Found the Git version control software: /usr/bin/git.
wikibase_1 | Warning: No --scriptpath specified, using default: /wiki.
wikibase_1 | Using server URL "/wiki".
wikibase_1 | /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
wikibase_1 | Warning: Your default directory for uploads (/var/www/html/images/) is not checked for vulnerability
wikibase_1 | to arbitrary script execution during the CLI install.
wikibase_1 | Using the intl PECL extension for Unicode normalization.
wikibase_1 | The environment has been checked.
wikibase_1 | You can install MediaWiki.
wikibase_1 | Setting up database
wikibase_1 | done
wikibase_1 | Creating tables
wikibase_1 | Warning: MediaWiki tables seem to already exist.
wikibase_1 | Skipping creation.
wikibase_1 | done
wikibase_1 | Creating database user
wikibase_1 | done
wikibase_1 | Populating default interwiki table
wikibase_1 | [7f030d28a0a3e9c855e5c105] [no req] Wikimedia\Rdbms\DBQueryError from line 1075 of /var/www/html/includes/libs/rdbms/database/Database.php: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
wikibase_1 | Query: INSERT INTO `interwiki` (iw_prefix,iw_url,iw_local,iw_api,iw_wikiid) VALUES ('acronym','http://www.acronymfinder.com/~/search/af.aspx?string=exact&Acronym=$1','0','',''),('advogato','http://www.advogato.org/$1','0','',''),('arxiv','http://www.arxiv.org/abs/$1','0','',''),('c2find','http://c2.com/cgi/wiki?FindPage&value=$1','0','',''),('cache','http://www.google.com/search?q=cache:$1','0','',''),('commons','https://commons.wikimedia.org/wiki/$1','0','https://commons.wikimedia.org/w/api.php',''),('dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1','0','',''),('doi','http://dx.doi.org/$1','0','',''),('drumcorpswiki','http://www.drumcorpswiki.com/$1','0','http://drumcorpswiki.com/api.php',''),('dwjwiki','http://www.suberic.net/cgi-bin/dwj/wiki.cgi?$1','0','',''),('elibre','http://enciclopedia.us.es/index.php/$1','0','http://enciclopedia.us.es/api.php',''),('emacswiki','http://www.emacswiki.org/cgi-bin/wiki.pl?$1','0','',''),('foldoc','http://foldoc.org/?$1','0','',''),('foxwiki','http://fox.wikis.com/wc.dll?Wiki~$1','0','',''),('freebsdman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1','0','',''),('gentoo-wiki','http://gentoo-wiki.com/$1','0','',''),('google','http://www.google.com/search?q=$1','0','',''),('googlegroups','http://groups.google.com/groups?q=$1','0','',''),('hammondwiki','http://www.dairiki.org/HammondWiki/$1','0','',''),('hrwiki','http://www.hrwiki.org/wiki/$1','0','http://www.hrwiki.org/w/api.php',''),('imdb','http://www.imdb.com/find?q=$1&tt=on','0','',''),('kmwiki','http://kmwiki.wikispaces.com/$1','0','',''),('linuxwiki','http://linuxwiki.de/$1','0','',''),('lojban','http://mw.lojban.org/papri/$1','0','',''),('lqwiki','http://wiki.linuxquestions.org/wiki/$1','0','',''),('meatball','http://www.usemod.com/cgi-bin/mb.pl?$1','0','',''),('mediawikiwiki','https://www.mediawiki.org/wiki/$1','0','https://www.mediawiki.org/w/api.php',''),('memoryalpha','http://en.memory-alpha.org/wiki/$1','0','http://en.memory-alpha.org/api.php',''),('metawiki','http://sunir.org/apps/meta.pl?$1','0','',''),('metawikimedia','https://meta.wikimedia.org/wiki/$1','0','https://meta.wikimedia.org/w/api.php',''),('mozillawiki','http://wiki.mozilla.org/$1','0','https://wiki.mozilla.org/api.php',''),('mw','https://www.mediawiki.org/wiki/$1','0','https://www.mediawiki.org/w/api.php',''),('oeis','http://oeis.org/$1','0','',''),('openwiki','http://openwiki.com/ow.asp?$1','0','',''),('pmid','https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract','0','',''),('pythoninfo','http://wiki.python.org/moin/$1','0','',''),('rfc','https://tools.ietf.org/html/rfc$1','0','',''),('s23wiki','http://s23.org/wiki/$1','0','http://s23.org/w/api.php',''),('seattlewireless','http://seattlewireless.net/$1','0','',''),('senseislibrary','http://senseis.xmp.net/?$1','0','',''),('shoutwiki','http://www.shoutwiki.com/wiki/$1','0','http://www.shoutwiki.com/w/api.php',''),('squeak','http://wiki.squeak.org/squeak/$1','0','',''),('tmbw','http://www.tmbw.net/wiki/$1','0','http://tmbw.net/wiki/api.php',''),('tmnet','http://www.technomanifestos.net/?$1','0','',''),('theopedia','http://www.theopedia.com/$1','0','',''),('twiki','http://twiki.org/cgi-bin/view/$1','0','',''),('uncyclopedia','http://en.uncyclopedia.co/wiki/$1','0','http://en.uncyclopedia.co/w/api.php',''),('unreal','http://wiki.beyondunreal.com/$1','0','http://wiki.beyondunreal.com/w/api.php',''),('usemod','http://www.usemod.com/cgi-bin/wiki.pl?$1','0','',''),('wiki','http://c2.com/cgi/wiki?$1','0','',''),('wikia','http://www.wikia.com/wiki/$1','0','',''),('wikibooks','https://en.wikibooks.org/wiki/$1','0','https://en.wikibooks.org/w/api.php',''),('wikidata','https://www.wikidata.org/wiki/$1','0','https://www.wikidata.org/w/api.php',''),('wikif1','http://www.wikif1.org/$1','0','',''),('wikihow','http://www.wikihow.com/$1','0','http://www.wikihow.com/api.php',''),('wikinfo','http://wikinfo.co/English/index.php/$1','0','',''),('wikimedia','https://wikimediafoundation.org/wiki/$1','0','https://wikimediafoundation.org/w/api.php',''),('wikinews','https://en.wikinews.org/wiki/$1','0','https://en.wikinews.org/w/api.php',''),('wikipedia','https://en.wikipedia.org/wiki/$1','0','https://en.wikipedia.org/w/api.php',''),('wikiquote','https://en.wikiquote.org/wiki/$1','0','https://en.wikiquote.org/w/api.php',''),('wikisource','https://wikisource.org/wiki/$1','0','https://wikisource.org/w/api.php',''),('wikispecies','https://species.wikimedia.org/wiki/$1','0','https://species.wikimedia.org/w/api.php',''),('wikiversity','https://en.wikiversity.org/wiki/$1','0','https://en.wikiversity.org/w/api.php',''),('wikivoyage','https://en.wikivoyage.org/wiki/$1','0','https://en.wikivoyage.org/w/api.php',''),('wikt','https://en.wiktionary.org/wiki/$1','0','https://en.wiktionary.org/w/api.php',''),('wiktionary','https://en.wiktionary.org/wiki/$1','0','https://en.wiktionary.org/w/api.php','')
wikibase_1 | Function: DatabaseInstaller::populateInterwikiTable
wikibase_1 | Error: 1054 Unknown column 'iw_api' in 'field list' (mysql.svc:3306)
wikibase_1 |
wikibase_1 | Backtrace:
wikibase_1 | #0 /var/www/html/includes/libs/rdbms/database/Database.php(933): Wikimedia\Rdbms\Database->reportQueryError(string, integer, string, string, boolean)
wikibase_1 | #1 /var/www/html/includes/libs/rdbms/database/Database.php(1515): Wikimedia\Rdbms\Database->query(string, string)
wikibase_1 | #2 /var/www/html/includes/installer/DatabaseInstaller.php(725): Wikimedia\Rdbms\Database->insert(string, array, string)
wikibase_1 | #3 /var/www/html/includes/installer/Installer.php(1519): DatabaseInstaller->populateInterwikiTable(MysqlInstaller)
wikibase_1 | #4 /var/www/html/includes/installer/CliInstaller.php(135): Installer->performInstallation(array, array)
wikibase_1 | #5 /var/www/html/maintenance/install.php(142): CliInstaller->execute()
wikibase_1 | #6 /var/www/html/maintenance/doMaintenance.php(111): CommandLineInstaller->execute()
wikibase_1 | #7 /var/www/html/maintenance/install.php(156): require_once(string)
wikibase_1 | #8 {main}
wikibase_1 | MediaWiki 1.29.2 Updater
wikibase_1 |
wikibase_1 | Your composer.lock file is up to date with current dependencies!
wikibase_1 | Going to run database updates for my_wiki
wikibase_1 | Depending on the size of your database this may take a while!
wikibasedocker_wdqs_1 exited with code 127
wikibase_1 | Set $wgShowExceptionDetails = true; and $wgShowDBErrorBacktrace = true; at the bottom of LocalSettings.php to show detailed debugging information
wikibase_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message
wikibase_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message
wikibase_1 | [Tue Dec 05 11:18:30.988845 2017] [mpm_prefork:notice] [pid 28] AH00163: Apache/2.4.10 (Debian) PHP/7.1.12 configured -- resuming normal operations
wikibase_1 | [Tue Dec 05 11:18:30.988878 2017] [core:notice] [pid 28] AH00094: Command line: 'apache2 -D FOREGROUND'
wikibasedocker_wdqs-updater_1 exited with code 127
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wikibasedocker_wdqs-updater_1 exited with code 127
wikibasedocker_wdqs_1 exited with code 127
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wikibasedocker_wdqs-updater_1 exited with code 127
wikibasedocker_wdqs_1 exited with code 127
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wikibasedocker_wdqs-updater_1 exited with code 127
wikibasedocker_wdqs_1 exited with code 127
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found
wikibasedocker_wdqs-updater_1 exited with code 127
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found
wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found