{"body":"➜  bookbrainz-site git:(master) git pull upstream master\nFrom https://github.com/bookbrainz/bookbrainz-site\n * branch              master     -> FETCH_HEAD\nAlready up to date.\n➜  bookbrainz-site git:(master) ./scripts/database-init-docker.sh\npostgres uses an image, skipping\nelasticsearch uses an image, skipping\nredis uses an image, skipping\nstartup uses an image, skipping\nBuilding bookbrainz-site\nStep 1/27 : FROM node:10\n10: Pulling from library/node\nab1fc7e4bf91: Pull complete\n35fba333ff52: Pull complete\nf0cb1fa13079: Pull complete\n3d1dd648b5ad: Pull complete\n49f7a0920ce1: Pull complete\n1d199f738c5f: Pull complete\n2f3d6b50e579: Pull complete\na9eb23183687: Pull complete\nDigest: sha256:94c90424c2a44ea72daaed746540fb39a44c56310d530b2760281a457b0e6846\nStatus: Downloaded newer image for node:10\n ---> c481a0ff9f4f\nStep 2/27 : ARG BUILD_DEPS=\"     build-essential\"\n ---> Running in 8253a1621ee4\nRemoving intermediate container 8253a1621ee4\n ---> 8d8308c74bb2\nStep 3/27 : ARG RUN_DEPS=\"     nodejs\"\n ---> Running in ddca6af5f197\nRemoving intermediate container ddca6af5f197\n ---> bf5150e5958b\nStep 4/27 : RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - &&     apt-get install --no-install-suggests --no-install-recommends -y         $BUILD_DEPS         $RUN_DEPS &&     rm -rf /var/lib/apt/lists/*\n ---> Running in d1078a50fc3b\n\n## Installing the NodeSource Node.js 10.x repo...\n\n\n## Populating apt-get cache...\n\n+ apt-get update\nGet:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]\nIgn:2 http://deb.debian.org/debian stretch InRelease\nGet:3 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [474 kB]\nGet:4 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]\nGet:5 http://deb.debian.org/debian stretch Release [118 kB]\nGet:6 http://deb.debian.org/debian stretch-updates/main amd64 Packages [7748 B]\nGet:7 http://deb.debian.org/debian stretch Release.gpg [2434 B]\nGet:8 http://deb.debian.org/debian stretch/main amd64 Packages [7090 kB]\nFetched 7877 kB in 4s (1660 kB/s)\nReading package lists...\n\n## Installing packages required for setup: apt-transport-https lsb-release...\n\n+ apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1\n\n## Confirming \"stretch\" is supported...\n\n+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/stretch/Release'\n\n## Adding the NodeSource signing key to your keyring...\n\n+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -\nWarning: apt-key output should not be parsed (stdout is not a terminal)\nOK\n\n## Creating apt sources list file for the NodeSource Node.js 10.x repo...\n\n+ echo 'deb https://deb.nodesource.com/node_10.x stretch main' > /etc/apt/sources.list.d/nodesource.list\n+ echo 'deb-src https://deb.nodesource.com/node_10.x stretch main' >> /etc/apt/sources.list.d/nodesource.list\n\n## Running `apt-get update` for you...\n\n+ apt-get update\nIgn:1 http://deb.debian.org/debian stretch InRelease\nGet:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]\nGet:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]\nGet:4 http://deb.debian.org/debian stretch Release [118 kB]\nGet:5 https://deb.nodesource.com/node_10.x stretch InRelease [4585 B]\nGet:7 https://deb.nodesource.com/node_10.x stretch/main amd64 Packages [763 B]\nFetched 309 kB in 0s (419 kB/s)\nReading package lists...\n\n## Run `sudo apt-get install -y nodejs` to install Node.js 10.x and npm\n## You may also need development tools to build native addons:\n     sudo apt-get install gcc g++ make\n## To install the Yarn package manager, run:\n     curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n     echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n     sudo apt-get update && sudo apt-get install yarn\n\n\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following NEW packages will be installed:\n  build-essential nodejs\n0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.\nNeed to get 15.1 MB of archives.\nAfter this operation, 71.9 MB of additional disk space will be used.\nGet:1 http://deb.debian.org/debian stretch/main amd64 build-essential amd64 12.3 [7346 B]\nGet:2 https://deb.nodesource.com/node_10.x stretch/main amd64 nodejs amd64 10.15.1-1nodesource1 [15.1 MB]\ndebconf: delaying package configuration, since apt-utils is not installed\nFetched 15.1 MB in 2s (5095 kB/s)\nSelecting previously unselected package build-essential.\n(Reading database ... 29985 files and directories currently installed.)\nPreparing to unpack .../build-essential_12.3_amd64.deb ...\nUnpacking build-essential (12.3) ...\nSelecting previously unselected package nodejs.\nPreparing to unpack .../nodejs_10.15.1-1nodesource1_amd64.deb ...\nUnpacking nodejs (10.15.1-1nodesource1) ...\nSetting up nodejs (10.15.1-1nodesource1) ...\nSetting up build-essential (12.3) ...\nRemoving intermediate container d1078a50fc3b\n ---> 9a4c7eb289fb\nStep 5/27 : RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -\n ---> Running in c70650ef3033\nWarning: apt-key output should not be parsed (stdout is not a terminal)\nkey 7FCC7D46ACCC4CF8:\n2 signatures not checked due to missing keys\nOK\nRemoving intermediate container c70650ef3033\n ---> 341701a58ce2\nStep 6/27 : ENV PG_MAJOR 9.5\n ---> Running in 10b7b74779f0\nRemoving intermediate container 10b7b74779f0\n ---> ef1c2171bec7\nStep 7/27 : RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list\n ---> Running in 3b7fd2c6fb1c\nRemoving intermediate container 3b7fd2c6fb1c\n ---> 34f596285bee\nStep 8/27 : RUN apt-get update     && apt-get install -y --no-install-recommends postgresql-client-$PG_MAJOR     && rm -rf /var/lib/apt/lists/*\n ---> Running in 6dc84dd67774\nGet:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]\nIgn:2 http://deb.debian.org/debian stretch InRelease\nGet:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]\nGet:4 http://deb.debian.org/debian stretch Release [118 kB]\nGet:5 https://deb.nodesource.com/node_10.x stretch InRelease [4585 B]\nGet:6 https://deb.nodesource.com/node_10.x stretch/main amd64 Packages [763 B]\nGet:7 http://apt.postgresql.org/pub/repos/apt jessie-pgdg InRelease [56.5 kB]\nGet:8 http://apt.postgresql.org/pub/repos/apt jessie-pgdg/9.5 amd64 Packages [1870 B]\nGet:9 http://apt.postgresql.org/pub/repos/apt jessie-pgdg/main amd64 Packages [110 kB]\nGet:10 http://deb.debian.org/debian stretch Release.gpg [2434 B]\nGet:11 http://deb.debian.org/debian stretch-updates/main amd64 Packages [7748 B]\nGet:12 http://deb.debian.org/debian stretch/main amd64 Packages [7090 kB]\nGet:13 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [474 kB]\nFetched 8051 kB in 2min 0s (66.7 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n  pgdg-keyring postgresql-client-common\nSuggested packages:\n  postgresql-9.5 postgresql-doc-9.5\nRecommended packages:\n  libreadline6\nThe following NEW packages will be installed:\n  pgdg-keyring postgresql-client-9.5 postgresql-client-common\n0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 1295 kB of archives.\nAfter this operation, 5241 kB of additional disk space will be used.\nGet:1 http://apt.postgresql.org/pub/repos/apt jessie-pgdg/main amd64 pgdg-keyring all 2018.2 [10.7 kB]\nGet:2 http://apt.postgresql.org/pub/repos/apt jessie-pgdg/main amd64 postgresql-client-common all 199.pgdg80+1 [83.7 kB]\nGet:3 http://apt.postgresql.org/pub/repos/apt jessie-pgdg/main amd64 postgresql-client-9.5 amd64 9.5.15-1.pgdg80+1 [1200 kB]\ndebconf: delaying package configuration, since apt-utils is not installed\nFetched 1295 kB in 2min 7s (10.2 kB/s)\nSelecting previously unselected package pgdg-keyring.\n(Reading database ... 33888 files and directories currently installed.)\nPreparing to unpack .../pgdg-keyring_2018.2_all.deb ...\nUnpacking pgdg-keyring (2018.2) ...\nSelecting previously unselected package postgresql-client-common.\nPreparing to unpack .../postgresql-client-common_199.pgdg80+1_all.deb ...\nUnpacking postgresql-client-common (199.pgdg80+1) ...\nSelecting previously unselected package postgresql-client-9.5.\nPreparing to unpack .../postgresql-client-9.5_9.5.15-1.pgdg80+1_amd64.deb ...\nUnpacking postgresql-client-9.5 (9.5.15-1.pgdg80+1) ...\nSetting up pgdg-keyring (2018.2) ...\nRemoving apt.postgresql.org key from trusted.gpg: OK\nSetting up postgresql-client-common (199.pgdg80+1) ...\nSetting up postgresql-client-9.5 (9.5.15-1.pgdg80+1) ...\nupdate-alternatives: using /usr/share/postgresql/9.5/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode\nRemoving intermediate container 6dc84dd67774\n ---> 39fca45a9022\nStep 9/27 : RUN useradd --create-home --shell /bin/bash bookbrainz\n ---> Running in d41b469a10e0\nRemoving intermediate container d41b469a10e0\n ---> d9b6f683ca43\nStep 10/27 : ARG BB_ROOT=/home/bookbrainz/bookbrainz-site\n ---> Running in 1ec3b38cba3a\nRemoving intermediate container 1ec3b38cba3a\n ---> 05e0de5c8747\nStep 11/27 : WORKDIR $BB_ROOT\n ---> Running in 7b8d3606ab7f\nRemoving intermediate container 7b8d3606ab7f\n ---> 30e4e2f3257f\nStep 12/27 : RUN chown bookbrainz:bookbrainz $BB_ROOT\n ---> Running in c85397756534\nRemoving intermediate container c85397756534\n ---> 207f226949f6\nStep 13/27 : COPY scripts/ scripts/\n ---> 8693086ae905\nStep 14/27 : COPY .babelrc ./\n ---> c04d1c3bacc2\nStep 15/27 : COPY .eslintrc.js ./\n ---> 7f0ccaa4f5b3\nStep 16/27 : COPY .eslintignore ./\n ---> cdc3cfa816c5\nStep 17/27 : COPY webpack.client.js ./\n ---> c183de6f2de9\nStep 18/27 : COPY package.json ./\n ---> 682da2f8032a\nStep 19/27 : COPY package-lock.json ./\n ---> 29960c0fb2bc\nStep 20/27 : RUN npm install --no-audit\n ---> Running in 243d0c456785\n\n> libpq@1.8.8 install /home/bookbrainz/bookbrainz-site/node_modules/libpq\n> node-gyp rebuild\n\nmake: Entering directory '/home/bookbrainz/bookbrainz-site/node_modules/libpq/build'\n  CXX(target) Release/obj.target/addon/src/connection.o\n../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Fname(Nan::NAN_METHOD_ARGS_TYPE)':\n../src/connection.cc:204:52: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations]\n   char* colName = PQfname(res, info[0]->Int32Value());\n                                                    ^\nIn file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0,\n                 from /root/.node-gyp/10.15.1/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../src/addon.h:4,\n                 from ../src/connection.cc:1:\n/root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here\n   V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);\n                                              ^\n/root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'\n   declarator __attribute__((deprecated(message)))\n   ^~~~~~~~~~\n../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Ftype(Nan::NAN_METHOD_ARGS_TYPE)':\n../src/connection.cc:219:50: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations]\n   int colName = PQftype(res, info[0]->Int32Value());\n                                                  ^\nIn file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0,\n                 from /root/.node-gyp/10.15.1/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../src/addon.h:4,\n                 from ../src/connection.cc:1:\n/root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here\n   V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);\n                                              ^\n/root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'\n   declarator __attribute__((deprecated(message)))\n   ^~~~~~~~~~\n../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Getvalue(Nan::NAN_METHOD_ARGS_TYPE)':\n../src/connection.cc:230:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations]\n   int rowNumber = info[0]->Int32Value();\n                                       ^\nIn file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0,\n                 from /root/.node-gyp/10.15.1/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../src/addon.h:4,\n                 from ../src/connection.cc:1:\n/root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here\n   V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);\n                                              ^\n/root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'\n   declarator __attribute__((deprecated(message)))\n   ^~~~~~~~~~\n../src/connection.cc:231:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations]\n   int colNumber = info[1]->Int32Value();\n                                       ^\nIn file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0,\n                 from /root/.node-gyp/10.15.1/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../src/addon.h:4,\n                 from ../src/connection.cc:1:\n/root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here\n   V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);\n                                              ^\n/root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'\n   declarator __attribute__((deprecated(message)))\n   ^~~~~~~~~~\n../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Getisnull(Nan::NAN_METHOD_ARGS_TYPE)':\n../src/connection.cc:248:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations]\n   int rowNumber = info[0]->Int32Value();\n                                       ^\nIn file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0,\n                 from /root/.node-gyp/10.15.1/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../src/addon.h:4,\n                 from ../src/connection.cc:1:\n/root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here\n   V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);\n                                              ^\n/root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'\n   declarator __attribute__((deprecated(message)))\n   ^~~~~~~~~~\n../src/connection.cc:249:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations]\n   int colNumber = info[1]->Int32Value();\n                                       ^\nIn file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0,\n                 from /root/.node-gyp/10.15.1/include/node/node.h:63,\n                 from ../../nan/nan.h:52,\n                 from ../src/addon.h:4,\n                 from ../src/connection.cc:1:\n/root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here\n   V8_DEPRECATED(\"Use maybe version\", int32_t Int32Value() const);\n                                              ^\n/root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED'\n   declarator __attribute__((deprecated(message)))\n   ^~~~~~~~~~\n../src/connection.cc: In member function 'void Connection::Emit(const char*)':\n../src/connection.cc:804:46: warning: 'v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)' is deprecated [-Wdeprecated-declarations]\n   Nan::MakeCallback(handle(), emit_f, 1, info);\n                                              ^\nIn file included from ../src/addon.h:4:0,\n                 from ../src/connection.cc:1:\n../../nan/nan.h:958:46: note: declared here\n   NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(\n                                              ^~~~~~~~~~~~\n  CXX(target) Release/obj.target/addon/src/connect-async-worker.o\n  CXX(target) Release/obj.target/addon/src/addon.o\n  SOLINK_MODULE(target) Release/obj.target/addon.node\n  COPY Release/addon.node\nmake: Leaving directory '/home/bookbrainz/bookbrainz-site/node_modules/libpq/build'\n\n> husky@0.14.3 install /home/bookbrainz/bookbrainz-site/node_modules/husky\n> node ./bin/install.js\n\nhusky\nsetting up Git hooks\ncan't find .git directory, skipping Git hooks installation\n\n> nodemon@1.18.4 postinstall /home/bookbrainz/bookbrainz-site/node_modules/nodemon\n> node bin/postinstall || exit 0\n\nLove nodemon? You can now support the project via the open collective:\n > https://opencollective.com/nodemon/donate\n\nnpm WARN lifecycle bbsite@0.0.0~postinstall: cannot run in wd bbsite@0.0.0 npm run prepublishOnly (wd=/home/bookbrainz/bookbrainz-site)\nnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):\nnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {\"os\":\"darwin\",\"arch\":\"any\"} (current: {\"os\":\"linux\",\"arch\":\"x64\"})\n\nadded 1651 packages from 1090 contributors in 58.169s\nRemoving intermediate container 243d0c456785\n ---> 0b71c66fa6e8\nStep 21/27 : RUN apt-get remove -y $BUILD_DEPS &&     apt-get autoremove -y\n ---> Running in 836f1dc82b40\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following packages will be REMOVED:\n  build-essential\n0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.\nAfter this operation, 20.5 kB disk space will be freed.\n(Reading database ... 34190 files and directories currently installed.)\nRemoving build-essential (12.3) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nRemoving intermediate container 836f1dc82b40\n ---> 82f4c9ab1f31\nStep 22/27 : COPY static/ static/\n ---> 64926beb3a3e\nStep 23/27 : RUN npm run mkdirs\n ---> Running in 96d8c2785279\n\n> bbsite@0.0.0 mkdirs /home/bookbrainz/bookbrainz-site\n> mkdir -p config static/js/editor static/js/entity static/stylesheets\n\nRemoving intermediate container 96d8c2785279\n ---> 5e082895100b\nStep 24/27 : COPY config/ config/\n ---> 77428777a99c\nStep 25/27 : COPY src/ src/\n ---> 8058ab0fb006\nStep 26/27 : RUN npm run copy-client-scripts\n ---> Running in 3b677f97f3c3\n\n> bbsite@0.0.0 copy-client-scripts /home/bookbrainz/bookbrainz-site\n> ./scripts/copy-client-scripts.sh\n\nRemoving intermediate container 3b677f97f3c3\n ---> 8f10e30fff16\nStep 27/27 : CMD [\"npm\", \"start\"]\n ---> Running in 1480c83b3411\nRemoving intermediate container 1480c83b3411\n ---> 0138a62811f8\nSuccessfully built 0138a62811f8\nSuccessfully tagged bookbrainz-site_bookbrainz-site:latest\nCreating network \"bookbrainz-site_default\" with the default driver\nPulling postgres (postgres:9.5)...\n9.5: Pulling from library/postgres\n5e6ec7f28fb7: Pull complete\n5e2aec55a5ab: Pull complete\n966624e73f54: Pull complete\n3c5197efa683: Pull complete\nbb4834c5b0ba: Pull complete\n32e88c2d07b1: Pull complete\n6a7e663589c9: Pull complete\n16acf43c5b2b: Pull complete\nf938a71f1362: Pull complete\n7ece218f7da8: Pull complete\n71de9593fef9: Pull complete\n3bd7e02cedb0: Pull complete\nef202921b478: Pull complete\n5f2d78b3495c: Pull complete\nPulling elasticsearch (docker.elastic.co/elasticsearch/elasticsearch:5.6.8)...\n5.6.8: Pulling from elasticsearch/elasticsearch\naf4b0a2388c6: Pull complete\n64c3898dafdc: Pull complete\nec1181075d13: Pull complete\n6d7b56a0dd46: Pull complete\nb46e009fc309: Pull complete\ned4897316262: Pull complete\n23895b23d904: Pull complete\nee8bc449f517: Pull complete\necfefe5bb645: Pull complete\nf440b19c1749: Pull complete\nPulling redis (redis:3.2-alpine)...\n3.2-alpine: Pulling from library/redis\n4fe2ade4980c: Pull complete\nfb758dc2e038: Pull complete\n989f7b0c858b: Pull complete\n42b4b9f869ad: Pull complete\n17e06138ef20: Pull complete\nc0ecd66db81e: Pull complete\nCreating elasticsearch ... done\nCreating postgres      ... done\nCreating redis         ... done\npostgres:5432 - accepting connections\nPostgres is accepting connections - executing command\ncreateuser: creation of new role failed: ERROR:  role \"bookbrainz\" already exists\ncreatedb: database creation failed: ERROR:  database \"bookbrainz\" already exists","name":"iter","extension":"txt","url":"https://www.irccloud.com/pastebin/30IF1hbY/iter","modified":1549017020,"id":"30IF1hbY","size":20746,"lines":433,"own_paste":false,"theme":"","date":1549017020}