ravijabe commented on issue #10433: URL: https://github.com/apache/incubator-superset/issues/10433#issuecomment-717098773
Thanks for the advice sedhha, Had couple of busy days. finally I managed to prepare a docker installation. however I'm unable to get superset running. Appreciate if you can assist. following is the output when running 'docker compose up' for the first time. [asyw@localhost Downloads]$ cd incubator-superset/ [asyw@localhost incubator-superset]$ sudo docker-compose up [sudo] password for asyw: Creating network "incubator-superset_default" with the default driver Creating volume "incubator-superset_superset_home" with default driver Creating volume "incubator-superset_db_home" with default driver Creating volume "incubator-superset_redis" with default driver Pulling redis (redis:3.2)... 3.2: Pulling from library/redis f17d81b4b692: Pull complete b32474098757: Pull complete 8980cabe8bc2: Pull complete 58af19693e78: Pull complete a977782cf22d: Pull complete 9c1e268980b7: Pull complete Digest: sha256:7b0a40301bc1567205e6461c5bf94c38e1e1ad0169709e49132cafc47f6b51f3 Status: Downloaded newer image for redis:3.2 Pulling db (postgres:10)... 10: Pulling from library/postgres babf97a3f00a: Pull complete 0526c44df6ea: Pull complete b2466ee00e96: Pull complete 77c605d60192: Pull complete 76b14ab41842: Pull complete 440f557fff31: Pull complete 30bba27806f4: Pull complete a4e155509054: Pull complete ff8228dd9c6c: Pull complete 687446f7ecc1: Pull complete 8e3cd5a196d7: Pull complete ed343704369a: Pull complete bd793ab304ef: Pull complete 09d7b347c7d5: Pull complete Digest: sha256:8f14682f49a66eb10dd97a3336224e6136b33179e9569cd7d1bd999f40355e55 Status: Downloaded newer image for postgres:10 Building superset Step 1/6 : FROM preset/superset:dev dev: Pulling from preset/superset 57df1a1f1ad8: Pull complete 71e126169501: Pull complete 1af28a55c3f3: Pull complete 03f1c9932170: Pull complete 65b3db15f518: Pull complete 3e3b8947ed83: Pull complete 38d9e7938097: Pull complete 724043f425e0: Pull complete 6cf90f3f5863: Pull complete edf25eb9d2b0: Pull complete 740ed84b7f65: Pull complete 05d98899a8f4: Pull complete 3d0fdfa7128c: Pull complete 3d6fdaed5e07: Pull complete d090585fbc19: Pull complete ce1602e661a1: Pull complete ad0d92a16866: Pull complete 066f8beef4e0: Pull complete bf533094ddbe: Pull complete 7e3ee9ff7cfd: Pull complete Digest: sha256:c863401a29d49b4fd76da253e405ebfa7874f020c89d42452824a222a4341df0 Status: Downloaded newer image for preset/superset:dev ---> ef470253aa82 Step 2/6 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/ ---> 80f09564b384 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> 2f1b0ad2a962 Step 4/6 : USER root ---> Running in 50dafc802ac9 Removing intermediate container 50dafc802ac9 ---> 8c755fdcca25 Step 5/6 : RUN cd /app && pip install -e . && pip install -r requirements/docker.txt && pip install -r requirements/requirements-local.txt || true ---> Running in be2452b98b71 Obtaining file:///app Requirement already satisfied: backoff>=1.8.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.10.0) Requirement already satisfied: bleach<4.0.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (3.2.1) Requirement already satisfied: cachelib<0.2,>=0.1.1 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.1.1) Requirement already satisfied: celery!=4.4.1,<5.0.0,>=4.3.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (4.4.7) Requirement already satisfied: click<8 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (7.1.2) Requirement already satisfied: colorama in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.4.3) Requirement already satisfied: contextlib2 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.6.0.post1) Requirement already satisfied: croniter>=0.3.28 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.3.34) Requirement already satisfied: cryptography>=2.4.2 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (3.1.1) Requirement already satisfied: flask<2.0.0,>=1.1.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.1.2) Requirement already satisfied: flask-appbuilder<4.0.0,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (3.0.1) Requirement already satisfied: flask-caching in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.9.0) Requirement already satisfied: flask-compress in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.5.0) Requirement already satisfied: flask-talisman in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.7.0) Requirement already satisfied: flask-migrate in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (2.5.3) Requirement already satisfied: flask-wtf in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.14.3) Requirement already satisfied: geopy in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (2.0.0) Requirement already satisfied: gunicorn<20.1,>=20.0.2 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (20.0.4) Requirement already satisfied: humanize in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (2.6.0) Requirement already satisfied: isodate in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.6.0) Requirement already satisfied: markdown>=3.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (3.2.2) Requirement already satisfied: msgpack<1.1,>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.0.0) Requirement already satisfied: pandas<1.2,>=1.1.2 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.1.2) Requirement already satisfied: parsedatetime in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (2.6) Requirement already satisfied: pathlib2 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (2.3.5) Requirement already satisfied: polyline in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.4.0) Requirement already satisfied: python-dateutil in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (2.8.1) Requirement already satisfied: python-dotenv in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.14.0) Requirement already satisfied: python-geohash in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.8.5) Requirement already satisfied: pyarrow<1.1,>=1.0.1 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.0.1) Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (5.3.1) Requirement already satisfied: retry>=0.9.2 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.9.2) Requirement already satisfied: selenium>=3.141.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (3.141.0) Requirement already satisfied: simplejson>=3.15.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (3.17.2) Requirement already satisfied: slackclient==2.5.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (2.5.0) Requirement already satisfied: sqlalchemy<2.0,>=1.3.16 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (1.3.19) Requirement already satisfied: sqlalchemy-utils<0.37,>=0.36.6 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.36.8) Requirement already satisfied: sqlparse==0.3.0 in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.3.0) Requirement already satisfied: wtforms-json in /usr/local/lib/python3.7/site-packages (from apache-superset==0.999.0.dev0) (0.3.3) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.7/site-packages (from bleach<4.0.0,>=3.0.2->apache-superset==0.999.0.dev0) (1.15.0) Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from bleach<4.0.0,>=3.0.2->apache-superset==0.999.0.dev0) (20.4) Requirement already satisfied: webencodings in /usr/local/lib/python3.7/site-packages (from bleach<4.0.0,>=3.0.2->apache-superset==0.999.0.dev0) (0.5.1) Requirement already satisfied: pytz>dev in /usr/local/lib/python3.7/site-packages (from celery!=4.4.1,<5.0.0,>=4.3.0->apache-superset==0.999.0.dev0) (2020.1) Requirement already satisfied: vine==1.3.0 in /usr/local/lib/python3.7/site-packages (from celery!=4.4.1,<5.0.0,>=4.3.0->apache-superset==0.999.0.dev0) (1.3.0) Requirement already satisfied: kombu<4.7,>=4.6.10 in /usr/local/lib/python3.7/site-packages (from celery!=4.4.1,<5.0.0,>=4.3.0->apache-superset==0.999.0.dev0) (4.6.11) Requirement already satisfied: billiard<4.0,>=3.6.3.0 in /usr/local/lib/python3.7/site-packages (from celery!=4.4.1,<5.0.0,>=4.3.0->apache-superset==0.999.0.dev0) (3.6.3.0) Requirement already satisfied: natsort in /usr/local/lib/python3.7/site-packages (from croniter>=0.3.28->apache-superset==0.999.0.dev0) (7.0.1) Requirement already satisfied: cffi!=1.11.3,>=1.8 in /usr/local/lib/python3.7/site-packages (from cryptography>=2.4.2->apache-superset==0.999.0.dev0) (1.14.3) Requirement already satisfied: Werkzeug>=0.15 in /usr/local/lib/python3.7/site-packages (from flask<2.0.0,>=1.1.0->apache-superset==0.999.0.dev0) (1.0.1) Requirement already satisfied: itsdangerous>=0.24 in /usr/local/lib/python3.7/site-packages (from flask<2.0.0,>=1.1.0->apache-superset==0.999.0.dev0) (1.1.0) Requirement already satisfied: Jinja2>=2.10.1 in /usr/local/lib/python3.7/site-packages (from flask<2.0.0,>=1.1.0->apache-superset==0.999.0.dev0) (2.11.2) Requirement already satisfied: Flask-OpenID<2,>=1.2.5 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.2.5) Requirement already satisfied: jsonschema<4,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.2.0) Requirement already satisfied: Flask-JWT-Extended<4,>=3.18 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.24.1) Requirement already satisfied: prison<1.0.0,>=0.1.3 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.1.3) Requirement already satisfied: Flask-Login<0.5,>=0.3 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.4.1) Requirement already satisfied: marshmallow-sqlalchemy<1,>=0.22.0 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.23.1) Requirement already satisfied: marshmallow<4,>=3 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.8.0) Requirement already satisfied: marshmallow-enum<2,>=1.5.1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.5.1) Requirement already satisfied: Flask-Babel<2,>=1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.0.0) Requirement already satisfied: PyJWT>=1.7.1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.7.1) Requirement already satisfied: Flask-SQLAlchemy<3,>=2.4 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (2.4.4) Requirement already satisfied: email-validator<2,>=1.0.5 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.1.1) Requirement already satisfied: apispec[yaml]<4,>=3.3 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.3.2) Requirement already satisfied: brotli in /usr/local/lib/python3.7/site-packages (from flask-compress->apache-superset==0.999.0.dev0) (1.0.9) Requirement already satisfied: alembic>=0.7 in /usr/local/lib/python3.7/site-packages (from flask-migrate->apache-superset==0.999.0.dev0) (1.4.3) Requirement already satisfied: WTForms in /usr/local/lib/python3.7/site-packages (from flask-wtf->apache-superset==0.999.0.dev0) (2.3.3) Requirement already satisfied: geographiclib<2,>=1.49 in /usr/local/lib/python3.7/site-packages (from geopy->apache-superset==0.999.0.dev0) (1.50) Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.7/site-packages (from gunicorn<20.1,>=20.0.2->apache-superset==0.999.0.dev0) (50.3.0) Requirement already satisfied: importlib-metadata; python_version < "3.8" in /usr/local/lib/python3.7/site-packages (from markdown>=3.0->apache-superset==0.999.0.dev0) (1.7.0) Requirement already satisfied: numpy>=1.15.4 in /usr/local/lib/python3.7/site-packages (from pandas<1.2,>=1.1.2->apache-superset==0.999.0.dev0) (1.19.2) Requirement already satisfied: py<2.0.0,>=1.4.26 in /usr/local/lib/python3.7/site-packages (from retry>=0.9.2->apache-superset==0.999.0.dev0) (1.9.0) Requirement already satisfied: decorator>=3.4.2 in /usr/local/lib/python3.7/site-packages (from retry>=0.9.2->apache-superset==0.999.0.dev0) (4.4.2) Requirement already satisfied: urllib3 in /usr/local/lib/python3.7/site-packages (from selenium>=3.141.0->apache-superset==0.999.0.dev0) (1.25.10) Requirement already satisfied: aiohttp>3.5.2 in /usr/local/lib/python3.7/site-packages (from slackclient==2.5.0->apache-superset==0.999.0.dev0) (3.6.2) Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->bleach<4.0.0,>=3.0.2->apache-superset==0.999.0.dev0) (2.4.7) Requirement already satisfied: amqp<2.7,>=2.6.0 in /usr/local/lib/python3.7/site-packages (from kombu<4.7,>=4.6.10->celery!=4.4.1,<5.0.0,>=4.3.0->apache-superset==0.999.0.dev0) (2.6.1) Requirement already satisfied: pycparser in /usr/local/lib/python3.7/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.4.2->apache-superset==0.999.0.dev0) (2.20) Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask<2.0.0,>=1.1.0->apache-superset==0.999.0.dev0) (1.1.1) Requirement already satisfied: python3-openid>=2.0 in /usr/local/lib/python3.7/site-packages (from Flask-OpenID<2,>=1.2.5->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.2.0) Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.7/site-packages (from jsonschema<4,>=3.0.1->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.16.1) Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.7/site-packages (from jsonschema<4,>=3.0.1->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (20.2.0) Requirement already satisfied: Babel>=2.3 in /usr/local/lib/python3.7/site-packages (from Flask-Babel<2,>=1->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (2.8.0) Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.7/site-packages (from email-validator<2,>=1.0.5->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (2.0.0) Requirement already satisfied: idna>=2.0.0 in /usr/local/lib/python3.7/site-packages (from email-validator<2,>=1.0.5->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (2.10) Requirement already satisfied: python-editor>=0.3 in /usr/local/lib/python3.7/site-packages (from alembic>=0.7->flask-migrate->apache-superset==0.999.0.dev0) (1.0.4) Requirement already satisfied: Mako in /usr/local/lib/python3.7/site-packages (from alembic>=0.7->flask-migrate->apache-superset==0.999.0.dev0) (1.1.3) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata; python_version < "3.8"->markdown>=3.0->apache-superset==0.999.0.dev0) (3.2.0) Requirement already satisfied: chardet<4.0,>=2.0 in /usr/local/lib/python3.7/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (3.0.4) Requirement already satisfied: multidict<5.0,>=4.5 in /usr/local/lib/python3.7/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (4.7.6) Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (1.5.1) Requirement already satisfied: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (3.0.1) Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from python3-openid>=2.0->Flask-OpenID<2,>=1.2.5->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.6.0) Requirement already satisfied: typing-extensions>=3.7.4; python_version < "3.8" in /usr/local/lib/python3.7/site-packages (from yarl<2.0,>=1.0->aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (3.7.4.3) Installing collected packages: apache-superset Attempting uninstall: apache-superset Found existing installation: apache-superset 0.999.0.dev0 Uninstalling apache-superset-0.999.0.dev0: Successfully uninstalled apache-superset-0.999.0.dev0 Running setup.py develop for apache-superset Successfully installed apache-superset Obtaining file:///. (from -r requirements/base.txt (line 8)) Obtaining file:///. (from -r requirements/docker.txt (line 9)) Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 9)) (3.6.2) Requirement already satisfied: alembic==1.4.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 10)) (1.4.3) Requirement already satisfied: amqp==2.6.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 11)) (2.6.1) Requirement already satisfied: apispec[yaml]==3.3.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 12)) (3.3.2) Requirement already satisfied: async-timeout==3.0.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 13)) (3.0.1) Requirement already satisfied: attrs==20.2.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 14)) (20.2.0) Requirement already satisfied: babel==2.8.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 15)) (2.8.0) Requirement already satisfied: backoff==1.10.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 16)) (1.10.0) Requirement already satisfied: billiard==3.6.3.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 17)) (3.6.3.0) Requirement already satisfied: bleach==3.2.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 18)) (3.2.1) Requirement already satisfied: brotli==1.0.9 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 19)) (1.0.9) Requirement already satisfied: cachelib==0.1.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 20)) (0.1.1) Requirement already satisfied: celery==4.4.7 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 21)) (4.4.7) Requirement already satisfied: cffi==1.14.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 22)) (1.14.3) Requirement already satisfied: chardet==3.0.4 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 23)) (3.0.4) Requirement already satisfied: click==7.1.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 24)) (7.1.2) Requirement already satisfied: colorama==0.4.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 25)) (0.4.3) Requirement already satisfied: contextlib2==0.6.0.post1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 26)) (0.6.0.post1) Requirement already satisfied: croniter==0.3.34 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 27)) (0.3.34) Requirement already satisfied: cryptography==3.1.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 28)) (3.1.1) Requirement already satisfied: decorator==4.4.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 29)) (4.4.2) Requirement already satisfied: defusedxml==0.6.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 30)) (0.6.0) Requirement already satisfied: dnspython==2.0.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 31)) (2.0.0) Requirement already satisfied: email-validator==1.1.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 32)) (1.1.1) Requirement already satisfied: flask-appbuilder==3.0.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 33)) (3.0.1) Requirement already satisfied: flask-babel==1.0.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 34)) (1.0.0) Requirement already satisfied: flask-caching==1.9.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 35)) (1.9.0) Requirement already satisfied: flask-compress==1.5.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 36)) (1.5.0) Requirement already satisfied: flask-jwt-extended==3.24.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 37)) (3.24.1) Requirement already satisfied: flask-login==0.4.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 38)) (0.4.1) Requirement already satisfied: flask-migrate==2.5.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 39)) (2.5.3) Requirement already satisfied: flask-openid==1.2.5 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 40)) (1.2.5) Requirement already satisfied: flask-sqlalchemy==2.4.4 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 41)) (2.4.4) Requirement already satisfied: flask-talisman==0.7.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 42)) (0.7.0) Requirement already satisfied: flask-wtf==0.14.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 43)) (0.14.3) Requirement already satisfied: flask==1.1.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 44)) (1.1.2) Requirement already satisfied: geographiclib==1.50 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 45)) (1.50) Requirement already satisfied: geopy==2.0.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 46)) (2.0.0) Requirement already satisfied: gunicorn==20.0.4 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 47)) (20.0.4) Requirement already satisfied: humanize==2.6.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 48)) (2.6.0) Requirement already satisfied: idna==2.10 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 49)) (2.10) Requirement already satisfied: importlib-metadata==1.7.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 50)) (1.7.0) Requirement already satisfied: isodate==0.6.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 51)) (0.6.0) Requirement already satisfied: itsdangerous==1.1.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 52)) (1.1.0) Requirement already satisfied: jinja2==2.11.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 53)) (2.11.2) Requirement already satisfied: jsonschema==3.2.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 54)) (3.2.0) Requirement already satisfied: kombu==4.6.11 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 55)) (4.6.11) Requirement already satisfied: mako==1.1.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 56)) (1.1.3) Requirement already satisfied: markdown==3.2.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 57)) (3.2.2) Requirement already satisfied: markupsafe==1.1.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 58)) (1.1.1) Requirement already satisfied: marshmallow-enum==1.5.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 59)) (1.5.1) Requirement already satisfied: marshmallow-sqlalchemy==0.23.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 60)) (0.23.1) Requirement already satisfied: marshmallow==3.8.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 61)) (3.8.0) Requirement already satisfied: msgpack==1.0.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 62)) (1.0.0) Requirement already satisfied: multidict==4.7.6 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 63)) (4.7.6) Requirement already satisfied: natsort==7.0.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 64)) (7.0.1) Requirement already satisfied: numpy==1.19.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 65)) (1.19.2) Requirement already satisfied: packaging==20.4 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 66)) (20.4) Requirement already satisfied: pandas==1.1.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 67)) (1.1.2) Requirement already satisfied: parsedatetime==2.6 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 68)) (2.6) Requirement already satisfied: pathlib2==2.3.5 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 69)) (2.3.5) Requirement already satisfied: polyline==1.4.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 70)) (1.4.0) Requirement already satisfied: prison==0.1.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 71)) (0.1.3) Requirement already satisfied: py==1.9.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 72)) (1.9.0) Requirement already satisfied: pyarrow==1.0.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 73)) (1.0.1) Requirement already satisfied: pycparser==2.20 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 74)) (2.20) Requirement already satisfied: pyjwt==1.7.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 75)) (1.7.1) Requirement already satisfied: pyparsing==2.4.7 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 76)) (2.4.7) Requirement already satisfied: pyrsistent==0.16.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 77)) (0.16.1) Requirement already satisfied: python-dateutil==2.8.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 78)) (2.8.1) Requirement already satisfied: python-dotenv==0.14.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 79)) (0.14.0) Requirement already satisfied: python-editor==1.0.4 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 80)) (1.0.4) Requirement already satisfied: python-geohash==0.8.5 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 81)) (0.8.5) Requirement already satisfied: python3-openid==3.2.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 82)) (3.2.0) Requirement already satisfied: pytz==2020.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 83)) (2020.1) Requirement already satisfied: pyyaml==5.3.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 84)) (5.3.1) Requirement already satisfied: retry==0.9.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 85)) (0.9.2) Requirement already satisfied: selenium==3.141.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 86)) (3.141.0) Requirement already satisfied: simplejson==3.17.2 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 87)) (3.17.2) Requirement already satisfied: six==1.15.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 88)) (1.15.0) Requirement already satisfied: slackclient==2.5.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 89)) (2.5.0) Requirement already satisfied: sqlalchemy-utils==0.36.8 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 90)) (0.36.8) Requirement already satisfied: sqlalchemy==1.3.19 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 91)) (1.3.19) Requirement already satisfied: sqlparse==0.3.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 92)) (0.3.0) Requirement already satisfied: typing-extensions==3.7.4.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 93)) (3.7.4.3) Requirement already satisfied: urllib3==1.25.10 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 94)) (1.25.10) Requirement already satisfied: vine==1.3.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 95)) (1.3.0) Requirement already satisfied: webencodings==0.5.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 96)) (0.5.1) Requirement already satisfied: werkzeug==1.0.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 97)) (1.0.1) Requirement already satisfied: wtforms-json==0.3.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 98)) (0.3.3) Requirement already satisfied: wtforms==2.3.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 99)) (2.3.3) Requirement already satisfied: yarl==1.5.1 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 100)) (1.5.1) Requirement already satisfied: zipp==3.2.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/base.txt (line 101)) (3.2.0) Requirement already satisfied: gevent==20.9.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/docker.txt (line 10)) (20.9.0) Requirement already satisfied: greenlet==0.4.17 in /usr/local/lib/python3.7/site-packages (from -r requirements/docker.txt (line 11)) (0.4.17) Requirement already satisfied: psycopg2-binary==2.8.6 in /usr/local/lib/python3.7/site-packages (from -r requirements/docker.txt (line 12)) (2.8.6) Requirement already satisfied: redis==3.5.3 in /usr/local/lib/python3.7/site-packages (from -r requirements/docker.txt (line 13)) (3.5.3) Requirement already satisfied: zope.event==4.5.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/docker.txt (line 14)) (4.5.0) Requirement already satisfied: zope.interface==5.1.0 in /usr/local/lib/python3.7/site-packages (from -r requirements/docker.txt (line 15)) (5.1.0) Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.7/site-packages (from gunicorn==20.0.4->-r requirements/base.txt (line 47)) (50.3.0) Installing collected packages: apache-superset Attempting uninstall: apache-superset Found existing installation: apache-superset 0.999.0.dev0 Uninstalling apache-superset-0.999.0.dev0: Successfully uninstalled apache-superset-0.999.0.dev0 Running setup.py develop for apache-superset Successfully installed apache-superset ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements/requirements-local.txt' Removing intermediate container be2452b98b71 ---> 6062957b27ee Step 6/6 : USER superset ---> Running in afeebfc7dbcb Removing intermediate container afeebfc7dbcb ---> 8947bf39034f [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 8947bf39034f Successfully tagged incubator-superset_superset:latest WARNING: Image for service superset was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Building superset-init Step 1/6 : FROM preset/superset:dev ---> ef470253aa82 Step 2/6 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/ ---> Using cache ---> 80f09564b384 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> Using cache ---> 2f1b0ad2a962 Step 4/6 : USER root ---> Using cache ---> 8c755fdcca25 Step 5/6 : RUN cd /app && pip install -e . && pip install -r requirements/docker.txt && pip install -r requirements/requirements-local.txt || true ---> Using cache ---> 6062957b27ee Step 6/6 : USER superset ---> Using cache ---> 8947bf39034f [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 8947bf39034f Successfully tagged incubator-superset_superset-init:latest WARNING: Image for service superset-init was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Pulling superset-node (node:12)... 12: Pulling from library/node 0400ac8f7460: Pull complete fa8559aa5ebb: Pull complete da32bfbbc3ba: Pull complete e1dc6725529d: Pull complete 572866ab72a6: Pull complete 63ee7d0b743d: Pull complete f324c5002e7c: Pull complete 31b678b0b485: Pull complete 6fde07dc44ee: Pull complete Digest: sha256:b7aa57bb141b7adca179797a88f6dc350603124f9a88e4d78d9a67d0ad129350 Status: Downloaded newer image for node:12 Building superset-worker Step 1/6 : FROM preset/superset:dev ---> ef470253aa82 Step 2/6 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/ ---> Using cache ---> 80f09564b384 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> Using cache ---> 2f1b0ad2a962 Step 4/6 : USER root ---> Using cache ---> 8c755fdcca25 Step 5/6 : RUN cd /app && pip install -e . && pip install -r requirements/docker.txt && pip install -r requirements/requirements-local.txt || true ---> Using cache ---> 6062957b27ee Step 6/6 : USER superset ---> Using cache ---> 8947bf39034f [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 8947bf39034f Successfully tagged incubator-superset_superset-worker:latest WARNING: Image for service superset-worker was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Building superset-tests-worker Step 1/6 : FROM preset/superset:dev ---> ef470253aa82 Step 2/6 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/ ---> Using cache ---> 80f09564b384 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> Using cache ---> 2f1b0ad2a962 Step 4/6 : USER root ---> Using cache ---> 8c755fdcca25 Step 5/6 : RUN cd /app && pip install -e . && pip install -r requirements/docker.txt && pip install -r requirements/requirements-local.txt || true ---> Using cache ---> 6062957b27ee Step 6/6 : USER superset ---> Using cache ---> 8947bf39034f [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 8947bf39034f Successfully tagged incubator-superset_superset-tests-worker:latest WARNING: Image for service superset-tests-worker was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Creating superset_cache ... done Creating superset_db ... done Creating superset_tests_worker ... done Creating superset_node ... done Creating superset_worker ... done Creating superset_app ... done Creating superset_init ... done Attaching to superset_cache, superset_db, superset_tests_worker, superset_node, superset_init, superset_worker, superset_app superset_cache | 1:C 27 Oct 09:03:31.997 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf superset_cache | _._ superset_cache | _.-``__ ''-._ superset_cache | _.-`` `. `_. ''-._ Redis 3.2.12 (00000000/0) 64 bit superset_cache | .-`` .-```. ```\/ _.,_ ''-._ superset_cache | ( ' , .-` | `, ) Running in standalone mode superset_cache | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379 superset_cache | | `-._ `._ / _.-' | PID: 1 superset_cache | `-._ `-._ `-./ _.-' _.-' superset_cache | |`-._`-._ `-.__.-' _.-'_.-'| superset_cache | | `-._`-._ _.-'_.-' | http://redis.io superset_cache | `-._ `-._`-.__.-'_.-' _.-' superset_cache | |`-._`-._ `-.__.-' _.-'_.-'| superset_cache | | `-._`-._ _.-'_.-' | superset_cache | `-._ `-._`-.__.-'_.-' _.-' superset_cache | `-._ `-.__.-' _.-' superset_cache | `-._ _.-' superset_cache | `-.__.-' superset_cache | superset_cache | 1:M 27 Oct 09:03:32.008 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. superset_cache | 1:M 27 Oct 09:03:32.008 # Server started, Redis version 3.2.12 superset_cache | 1:M 27 Oct 09:03:32.008 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. superset_cache | 1:M 27 Oct 09:03:32.008 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. superset_cache | 1:M 27 Oct 09:03:32.008 * The server is now ready to accept connections on port 6379 superset_db | The files belonging to this database system will be owned by user "postgres". superset_db | This user must also own the server process. superset_db | superset_db | The database cluster will be initialized with locale "en_US.utf8". superset_db | The default database encoding has accordingly been set to "UTF8". superset_db | The default text search configuration will be set to "english". superset_db | superset_db | Data page checksums are disabled. superset_db | superset_db | fixing permissions on existing directory /var/lib/postgresql/data ... ok superset_db | creating subdirectories ... ok superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 1/4 [Starting] -- Applying DB migrations superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_db | selecting default max_connections ... 100 superset_db | selecting default shared_buffers ... 128MB superset_db | selecting default timezone ... Etc/UTC superset_db | selecting dynamic shared memory implementation ... posix superset_db | creating configuration files ... ok superset_db | running bootstrap script ... ok superset_db | performing post-bootstrap initialization ... ok superset_node | npm WARN using --force I sure hope you know what you are doing. superset_db | syncing data to disk ... ok superset_db | superset_db | Success. You can now start the database server using: superset_db | superset_db | pg_ctl -D /var/lib/postgresql/data -l logfile start superset_db | superset_db | superset_db | WARNING: enabling "trust" authentication for local connections superset_db | You can change this by editing pg_hba.conf or using the option -A, or superset_db | --auth-local and --auth-host, the next time you run initdb. superset_db | waiting for server to start....2020-10-27 09:03:38.625 UTC [45] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" superset_db | 2020-10-27 09:03:38.699 UTC [46] LOG: database system was shut down at 2020-10-27 09:03:35 UTC superset_db | 2020-10-27 09:03:38.722 UTC [45] LOG: database system is ready to accept connections superset_db | done superset_db | server started superset_db | CREATE DATABASE superset_db | superset_db | superset_db | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* superset_db | superset_db | waiting for server to shut down....2020-10-27 09:03:40.593 UTC [45] LOG: received fast shutdown request superset_db | 2020-10-27 09:03:40.601 UTC [45] LOG: aborting any active transactions superset_db | 2020-10-27 09:03:40.607 UTC [45] LOG: worker process: logical replication launcher (PID 52) exited with exit code 1 superset_db | 2020-10-27 09:03:40.611 UTC [47] LOG: shutting down superset_db | 2020-10-27 09:03:40.693 UTC [45] LOG: database system is shut down superset_db | done superset_db | server stopped superset_db | superset_db | PostgreSQL init process complete; ready for start up. superset_db | superset_db | 2020-10-27 09:03:40.799 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 superset_db | 2020-10-27 09:03:40.800 UTC [1] LOG: listening on IPv6 address "::", port 5432 superset_db | 2020-10-27 09:03:40.832 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" superset_db | 2020-10-27 09:03:40.898 UTC [63] LOG: database system was shut down at 2020-10-27 09:03:40 UTC superset_db | 2020-10-27 09:03:41.003 UTC [1] LOG: database system is ready to accept connections superset_tests_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_db | 2020-10-27 09:03:45.051 UTC [70] FATAL: database "test" does not exist superset_tests_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_tests_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_tests_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL: database "test" does not exist superset_tests_worker | superset_tests_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_tests_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_app | * Serving Flask app "superset.app:create_app()" (lazy loading) superset_app | * Environment: development superset_app | * Debug mode: on superset_app | * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit) superset_app | * Restarting with stat superset_tests_worker exited with code 1 superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_init | INFO:superset.utils.logging_configurator:logging was configured successfully superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_init | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_init | "Flask-Caching: CACHE_TYPE is set to null, " superset_init | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_init | Is the server running on host "db" (172.19.0.3) and accepting superset_init | TCP/IP connections on port 5432? superset_init | superset_init | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_init | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_init exited with code 1 superset_app | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_app | "Flask-Caching: CACHE_TYPE is set to null, " superset_app | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_app | Is the server running on host "db" (172.19.0.3) and accepting superset_app | TCP/IP connections on port 5432? superset_app | superset_app | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_app | * Debugger is active! superset_app | * Debugger PIN: 187-566-313 superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_app | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_app | "Flask-Caching: CACHE_TYPE is set to null, " superset_app | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_app | Is the server running on host "db" (172.19.0.3) and accepting superset_app | TCP/IP connections on port 5432? superset_app | superset_app | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_node | npm ERR! code EAI_AGAIN superset_node | npm ERR! errno EAI_AGAIN superset_node | npm ERR! request to https://registry.npmjs.org/webpack failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org superset_node | superset_node | npm ERR! A complete log of this run can be found in: superset_node | npm ERR! /root/.npm/_logs/2020-10-27T09_04_00_590Z-debug.log superset_node exited with code 1 superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_app | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker exited with code 1 superset_app | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_app | Is the server running on host "db" (172.19.0.3) and accepting superset_app | TCP/IP connections on port 5432? superset_app | superset_app | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_app | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_app | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_app | Is the server running on host "db" (172.19.0.3) and accepting superset_app | TCP/IP connections on port 5432? superset_app | superset_app | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled. superset_worker | "Flask-Caching: CACHE_TYPE is set to null, " superset_worker | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_worker | Is the server running on host "db" (172.19.0.3) and accepting superset_worker | TCP/IP connections on port 5432? superset_worker | superset_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_worker exited with code 1 superset_app | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_app | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host superset_app | Is the server running on host "db" (172.19.0.3) and accepting superset_app | TCP/IP connections on port 5432? superset_app | superset_app | (Background on this error at: http://sqlalche.me/e/13/e3q8) supe ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org