apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
61.75k stars 13.49k forks source link

docker-compose up, reaches completion of init Step 4, but the welcome screen is not functional #10773

Closed imavo closed 4 years ago

imavo commented 4 years ago

A clear and concise description of what the bug is.

Expected results

A functional welcome screen after successful login (admin, admin)

Actual results

The welcome screen (http://localhost:8088/superset/welcome ) contains three items, two (non functional) buttons (one shows x, other shows close) and a not-loaded image (maybe loading.gif). Otherwise the welcome page is blank. During docker-compose up I noticed some lines in red which may be errors. See attachment for the stdout of the docker-compose up.

Screenshots

N/A

How to reproduce the bug

Using ubuntu 18.04.5 LTS with docker 19.03.12 with docker-compose 1.26.2

On 03/September/2020

git clone https://github.com/apache/incubator-superset/ cd incubator-superset docker-compose up

...when stdout showed Init Step 4/4 [Complete] -- Setting up roles and perms

opened my browser (either chromium or firefox latest) at http://localhost:8088 Login admin with password admin (success) The browser displays the url localhost:8088/superset/welcome, but that seems to be a mostly empty screen , with two buttons, one with x, other with Close. Clicking on either of these buttons has no effect.

There is also an image in the centre of the screen , maybe loading.fig, but not rendered.

Environment

Checklist

Make sure these boxes are checked before submitting your issue - thank you!

Additional context

N/A

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.65. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

imavo commented 4 years ago

This is the stdout of docker-compose up

user1@hostname:~/incubator-superset$ docker image ls -a REPOSITORY TAG IMAGE ID CREATED SIZE user1@hostname:~/incubator-superset$ docker builder prune WARNING! This will remove all dangling build cache. Are you sure you want to continue? [y/N] y Total reclaimed space: 0B

Note: the git log first entry is shown after the output of docker-compose up below.

user1@hostname:~/incubator-superset$ cd .. user1@hostname:~$ rm -fr incubator-superset

user1@hostname:~$ git clone https://github.com/apache/incubator-superset/ Cloning into 'incubator-superset'... remote: Enumerating objects: 9, done. remote: Counting objects: 100% (9/9), done. remote: Compressing objects: 100% (9/9), done. remote: Total 67509 (delta 0), reused 0 (delta 0), pack-reused 67500 Receiving objects: 100% (67509/67509), 137.95 MiB | 4.59 MiB/s, done. Resolving deltas: 100% (48795/48795), done. user1@hostname:~$ cd incu user1@hostname:~/incubator-superset$ docker-compose up Creating network "incubator-superset_default" with the 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 75cb2ebf3b3c: Pull complete 3ca6415d2bca: Pull complete ac08e6372a7b: Pull complete b4394fce95ce: Pull complete 6edcd5da08e3: Pull complete 3380dcb7db08: Pull complete c7c147d9c90d: Pull complete 08ae47fef758: Pull complete 600fb961b7b5: Pull complete 370a6d5f1feb: Pull complete 5ea1202ea159: Pull complete 7eb7385d875e: Pull complete 9635213da414: Pull complete eb56cef8815a: Pull complete Digest: sha256:c6ab4b573c34f449cb85ef385db5f152f907951bce9f359502ec0c46273cd865 Status: Downloaded newer image for postgres:10 Building superset Step 1/6 : FROM preset/superset:dev dev: Pulling from preset/superset 16ea0e8c8879: Pull complete 50024b0106d5: Pull complete ff95660c6937: Pull complete 9c7d0e5c0bc2: Pull complete 29c4fb388fdf: Pull complete 49a8841b38a3: Pull complete c4a74b0ecce5: Pull complete 3e19e7d95a0c: Pull complete c6c6b4054fe6: Pull complete e062ffd46087: Pull complete 1d28ed5aa1d0: Pull complete 5f07465b9e10: Pull complete ca7e1270498e: Pull complete 75a1a76fec76: Pull complete a1fd4d83d9c9: Pull complete 905144f8482a: Pull complete ce0b04cc6675: Pull complete ee08b58bb685: Pull complete 1695d53f3824: Pull complete b6b4ed8582dc: Pull complete Digest: sha256:d36a120d8788712d443561eb2d8578668d41e5661bae7ee5979648af3fb09635 Status: Downloaded newer image for preset/superset:dev ---> 5e7667de08c2 Step 2/6 : COPY ./requirements/.txt ./docker/requirements-*.txt /app/requirements/ ---> 346e638c7db0 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> 0cc349734613 Step 4/6 : USER root ---> Running in 729c26a6693c Removing intermediate container 729c26a6693c ---> 10458e1d218b 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 b8c630c5f822 Obtaining file:///app Requirement already satisfied: backoff>=1.8.0 in /usr/local/lib/python3.6/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.6/site-packages (from apache-superset==0.999.0.dev0) (3.1.5) Requirement already satisfied: cachelib<0.2,>=0.1.1 in /usr/local/lib/python3.6/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.6/site-packages (from apache-superset==0.999.0.dev0) (4.4.7) Requirement already satisfied: click<8 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (7.1.2) Requirement already satisfied: colorama in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.4.3) Requirement already satisfied: contextlib2 in /usr/local/lib/python3.6/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.6/site-packages (from apache-superset==0.999.0.dev0) (0.3.34) Requirement already satisfied: cryptography>=2.4.2 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (3.0) Requirement already satisfied: dataclasses<0.7 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.6) Requirement already satisfied: flask<2.0.0,>=1.1.0 in /usr/local/lib/python3.6/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.6/site-packages (from apache-superset==0.999.0.dev0) (3.0.1) Requirement already satisfied: flask-caching in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (1.9.0) Requirement already satisfied: flask-compress in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (1.5.0) Requirement already satisfied: flask-talisman in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.7.0) Requirement already satisfied: flask-migrate in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (2.5.3) Requirement already satisfied: flask-wtf in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.14.3) Requirement already satisfied: geopy in /usr/local/lib/python3.6/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.6/site-packages (from apache-superset==0.999.0.dev0) (20.0.4) Requirement already satisfied: humanize in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (2.5.0) Requirement already satisfied: isodate in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.6.0) Requirement already satisfied: markdown>=3.0 in /usr/local/lib/python3.6/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.6/site-packages (from apache-superset==0.999.0.dev0) (1.0.0) Requirement already satisfied: pandas<1.1,>=1.0.5 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (1.0.5) Requirement already satisfied: parsedatetime in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (2.6) Requirement already satisfied: pathlib2 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (2.3.5) Requirement already satisfied: polyline in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (1.4.0) Requirement already satisfied: python-dateutil in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (2.8.1) Requirement already satisfied: python-dotenv in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.14.0) Requirement already satisfied: python-geohash in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.8.5) Collecting pyarrow<1.1,>=1.0.1 Downloading https://files.pythonhosted.org/packages/f3/99/0a605f016121ca314d1469dc9069e4978395bc46fda40f73099d90ad3ba4/pyarrow-1.0.1-cp36-cp36m-manylinux2014_x86_64.whl (17.3MB) Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (5.3.1) Requirement already satisfied: retry>=0.9.2 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.9.2) Requirement already satisfied: selenium>=3.141.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (3.141.0) Requirement already satisfied: simplejson>=3.15.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (3.17.2) Requirement already satisfied: slackclient==2.5.0 in /usr/local/lib/python3.6/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.6/site-packages (from apache-superset==0.999.0.dev0) (1.3.18) Requirement already satisfied: sqlalchemy-utils<0.37,>=0.36.6 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.36.8) Requirement already satisfied: sqlparse==0.3.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.3.0) Requirement already satisfied: wtforms-json in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.3.3) Requirement already satisfied: packaging in /usr/local/lib/python3.6/site-packages (from bleach<4.0.0,>=3.0.2->apache-superset==0.999.0.dev0) (20.4) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from bleach<4.0.0,>=3.0.2->apache-superset==0.999.0.dev0) (1.15.0) Requirement already satisfied: webencodings in /usr/local/lib/python3.6/site-packages (from bleach<4.0.0,>=3.0.2->apache-superset==0.999.0.dev0) (0.5.1) Requirement already satisfied: vine==1.3.0 in /usr/local/lib/python3.6/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: pytz>dev in /usr/local/lib/python3.6/site-packages (from celery!=4.4.1,<5.0.0,>=4.3.0->apache-superset==0.999.0.dev0) (2020.1) Requirement already satisfied: billiard<4.0,>=3.6.3.0 in /usr/local/lib/python3.6/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: kombu<4.7,>=4.6.10 in /usr/local/lib/python3.6/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: natsort in /usr/local/lib/python3.6/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.6/site-packages (from cryptography>=2.4.2->apache-superset==0.999.0.dev0) (1.14.1) Requirement already satisfied: Jinja2>=2.10.1 in /usr/local/lib/python3.6/site-packages (from flask<2.0.0,>=1.1.0->apache-superset==0.999.0.dev0) (2.11.2) Requirement already satisfied: Werkzeug>=0.15 in /usr/local/lib/python3.6/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.6/site-packages (from flask<2.0.0,>=1.1.0->apache-superset==0.999.0.dev0) (1.1.0) Requirement already satisfied: marshmallow-sqlalchemy<1,>=0.22.0 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.23.1) Requirement already satisfied: email-validator<2,>=1.0.5 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.1.1) Requirement already satisfied: Flask-SQLAlchemy<3,>=2.4 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (2.4.4) Requirement already satisfied: Flask-Login<0.5,>=0.3 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.4.1) Requirement already satisfied: Flask-OpenID<2,>=1.2.5 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.2.5) Requirement already satisfied: Flask-Babel<2,>=1 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.0.0) Requirement already satisfied: jsonschema<4,>=3.0.1 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.2.0) Requirement already satisfied: marshmallow<4,>=3 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.7.1) Requirement already satisfied: marshmallow-enum<2,>=1.5.1 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.5.1) Requirement already satisfied: prison<1.0.0,>=0.1.3 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.1.3) Requirement already satisfied: Flask-JWT-Extended<4,>=3.18 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.24.1) Requirement already satisfied: apispec[yaml]<4,>=3.3 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (3.3.1) Requirement already satisfied: PyJWT>=1.7.1 in /usr/local/lib/python3.6/site-packages (from flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (1.7.1) Requirement already satisfied: brotli in /usr/local/lib/python3.6/site-packages (from flask-compress->apache-superset==0.999.0.dev0) (1.0.7) Requirement already satisfied: alembic>=0.7 in /usr/local/lib/python3.6/site-packages (from flask-migrate->apache-superset==0.999.0.dev0) (1.4.2) Requirement already satisfied: WTForms in /usr/local/lib/python3.6/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.6/site-packages (from geopy->apache-superset==0.999.0.dev0) (1.50) Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.6/site-packages (from gunicorn<20.1,>=20.0.2->apache-superset==0.999.0.dev0) (41.6.0) Requirement already satisfied: importlib-metadata; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from markdown>=3.0->apache-superset==0.999.0.dev0) (1.7.0) Requirement already satisfied: numpy>=1.13.3 in /usr/local/lib/python3.6/site-packages (from pandas<1.1,>=1.0.5->apache-superset==0.999.0.dev0) (1.19.1) Requirement already satisfied: decorator>=3.4.2 in /usr/local/lib/python3.6/site-packages (from retry>=0.9.2->apache-superset==0.999.0.dev0) (4.4.2) Requirement already satisfied: py<2.0.0,>=1.4.26 in /usr/local/lib/python3.6/site-packages (from retry>=0.9.2->apache-superset==0.999.0.dev0) (1.9.0) Requirement already satisfied: urllib3 in /usr/local/lib/python3.6/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.6/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.6/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.6/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.6/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.6/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: dnspython>=1.15.0 in /usr/local/lib/python3.6/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.6/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: python3-openid>=2.0 in /usr/local/lib/python3.6/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: Babel>=2.3 in /usr/local/lib/python3.6/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: pyrsistent>=0.14.0 in /usr/local/lib/python3.6/site-packages (from jsonschema<4,>=3.0.1->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (0.16.0) Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.6/site-packages (from jsonschema<4,>=3.0.1->flask-appbuilder<4.0.0,>=3.0.1->apache-superset==0.999.0.dev0) (19.3.0) Requirement already satisfied: Mako in /usr/local/lib/python3.6/site-packages (from alembic>=0.7->flask-migrate->apache-superset==0.999.0.dev0) (1.1.3) Requirement already satisfied: python-editor>=0.3 in /usr/local/lib/python3.6/site-packages (from alembic>=0.7->flask-migrate->apache-superset==0.999.0.dev0) (1.0.4) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata; python_version < "3.8"->markdown>=3.0->apache-superset==0.999.0.dev0) (3.1.0) Requirement already satisfied: typing-extensions>=3.6.5; python_version < "3.7" in /usr/local/lib/python3.6/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (3.7.4.2) Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.6/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (1.5.1) Requirement already satisfied: idna-ssl>=1.0; python_version < "3.7" in /usr/local/lib/python3.6/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (1.1.0) Requirement already satisfied: multidict<5.0,>=4.5 in /usr/local/lib/python3.6/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (4.7.6) Requirement already satisfied: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.6/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (3.0.1) Requirement already satisfied: chardet<4.0,>=2.0 in /usr/local/lib/python3.6/site-packages (from aiohttp>3.5.2->slackclient==2.5.0->apache-superset==0.999.0.dev0) (3.0.4) Requirement already satisfied: defusedxml in /usr/local/lib/python3.6/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) Installing collected packages: pyarrow, apache-superset Found existing installation: pyarrow 0.17.1 Uninstalling pyarrow-0.17.1: Successfully uninstalled pyarrow-0.17.1 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 pyarrow-1.0.1 WARNING: You are using pip version 19.3.1; however, version 20.2.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. 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.6/site-packages (from -r requirements/base.txt (line 9)) (3.6.2) Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 10)) (1.4.2) Requirement already satisfied: amqp==2.6.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 11)) (2.6.1) Collecting apispec[yaml]==3.3.2 Downloading https://files.pythonhosted.org/packages/35/a2/80a82b22296c942a5298bb760e8e21c86ace3342de840ff3df8938af4272/apispec-3.3.2-py2.py3-none-any.whl Requirement already satisfied: async-timeout==3.0.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 13)) (3.0.1) Collecting attrs==20.1.0 Downloading https://files.pythonhosted.org/packages/d6/e1/3aa3b03e7643ffd6e499b203fd2a44f79893443e8b0b520d05d3e5c638d5/attrs-20.1.0-py2.py3-none-any.whl (49kB) Requirement already satisfied: babel==2.8.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 15)) (2.8.0) Requirement already satisfied: backoff==1.10.0 in /usr/local/lib/python3.6/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.6/site-packages (from -r requirements/base.txt (line 17)) (3.6.3.0) Requirement already satisfied: bleach==3.1.5 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 18)) (3.1.5) Collecting boto3==1.14.51 Downloading https://files.pythonhosted.org/packages/e2/09/a340fb1f3cac4aada5072384df7831d6ca7cb08b3fed5651e60c3755f4fb/boto3-1.14.51-py2.py3-none-any.whl (129kB) Collecting botocore==1.17.51 Downloading https://files.pythonhosted.org/packages/17/87/28b2371e0e4d02a80c6748db2cde07f184ef574ad637677ba24ee049e081/botocore-1.17.51-py2.py3-none-any.whl (6.6MB) Collecting brotli==1.0.9 Downloading https://files.pythonhosted.org/packages/b4/d3/7c98f05b7b9103e2f3a112ba42f269c798155b3e5404fb80bb8f823aaebe/Brotli-1.0.9-cp36-cp36m-manylinux1_x86_64.whl (357kB) Requirement already satisfied: cached-property==1.5.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 22)) (1.5.1) Requirement already satisfied: cachelib==0.1.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 23)) (0.1.1) Requirement already satisfied: celery==4.4.7 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 24)) (4.4.7) Requirement already satisfied: certifi==2020.6.20 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 25)) (2020.6.20) Collecting cffi==1.14.2 Downloading https://files.pythonhosted.org/packages/82/7e/9cc46f072c9a414b5a6e08c5c2da5db3bff2601e69c4a6d4f6a34e6f9cfc/cffi-1.14.2-cp36-cp36m-manylinux1_x86_64.whl (400kB) Requirement already satisfied: chardet==3.0.4 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 27)) (3.0.4) Requirement already satisfied: click==7.1.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 28)) (7.1.2) Requirement already satisfied: colorama==0.4.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 29)) (0.4.3) Requirement already satisfied: contextlib2==0.6.0.post1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 30)) (0.6.0.post1) Requirement already satisfied: croniter==0.3.34 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 31)) (0.3.34) Collecting cryptography==3.1 Downloading https://files.pythonhosted.org/packages/c0/9c/647e559a6e8be493dc2a7a5d15d26cb501ca60ec299b356f23839a673a83/cryptography-3.1-cp35-abi3-manylinux2010_x86_64.whl (2.6MB) Requirement already satisfied: dataclasses==0.6 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 33)) (0.6) Requirement already satisfied: decorator==4.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 34)) (4.4.2) Requirement already satisfied: defusedxml==0.6.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 35)) (0.6.0) Requirement already satisfied: dnspython==2.0.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 36)) (2.0.0) Requirement already satisfied: docutils==0.15.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 37)) (0.15.2) Requirement already satisfied: email-validator==1.1.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 38)) (1.1.1) Requirement already satisfied: et-xmlfile==1.0.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 39)) (1.0.1) Requirement already satisfied: flask-appbuilder==3.0.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 40)) (3.0.1) Requirement already satisfied: flask-babel==1.0.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 41)) (1.0.0) Requirement already satisfied: flask-caching==1.9.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 42)) (1.9.0) Requirement already satisfied: flask-compress==1.5.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 43)) (1.5.0) Collecting flask-cors==3.0.9 Downloading https://files.pythonhosted.org/packages/69/7f/d0aeaaafb5c3c76c8d2141dbe2d4f6dca5d6c31872d4e5349768c1958abc/Flask_Cors-3.0.9-py2.py3-none-any.whl Requirement already satisfied: flask-jwt-extended==3.24.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 45)) (3.24.1) Requirement already satisfied: flask-login==0.4.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 46)) (0.4.1) Requirement already satisfied: flask-migrate==2.5.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 47)) (2.5.3) Requirement already satisfied: flask-openid==1.2.5 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 48)) (1.2.5) Requirement already satisfied: flask-sqlalchemy==2.4.4 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 49)) (2.4.4) Requirement already satisfied: flask-talisman==0.7.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 50)) (0.7.0) Requirement already satisfied: flask-wtf==0.14.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 51)) (0.14.3) Requirement already satisfied: flask==1.1.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 52)) (1.1.2) Requirement already satisfied: future==0.18.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 53)) (0.18.2) Requirement already satisfied: geographiclib==1.50 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 54)) (1.50) Requirement already satisfied: geopy==2.0.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 55)) (2.0.0) Requirement already satisfied: gunicorn==20.0.4 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 56)) (20.0.4) Collecting humanize==2.6.0 Downloading https://files.pythonhosted.org/packages/3a/8a/bd639b4c0da86f5d911f53a8a4bf6dfa62338bd388e4654171a77b49ef3a/humanize-2.6.0-py3-none-any.whl (68kB) Requirement already satisfied: idna==2.10 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 58)) (2.10) Requirement already satisfied: ijson==3.1.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 59)) (3.1.1) Requirement already satisfied: importlib-metadata==1.7.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 60)) (1.7.0) Requirement already satisfied: isodate==0.6.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 61)) (0.6.0) Requirement already satisfied: itsdangerous==1.1.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 62)) (1.1.0) Requirement already satisfied: jdcal==1.4.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 63)) (1.4.1) Requirement already satisfied: jinja2==2.11.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 64)) (2.11.2) Requirement already satisfied: jmespath==0.10.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 65)) (0.10.0) Requirement already satisfied: jsonlines==1.2.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 66)) (1.2.0) Requirement already satisfied: jsonschema==3.2.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 67)) (3.2.0) Requirement already satisfied: kombu==4.6.11 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 68)) (4.6.11) Requirement already satisfied: linear-tsv==1.1.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 69)) (1.1.0) Requirement already satisfied: mako==1.1.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 70)) (1.1.3) Requirement already satisfied: markdown==3.2.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 71)) (3.2.2) Requirement already satisfied: markupsafe==1.1.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 72)) (1.1.1) Requirement already satisfied: marshmallow-enum==1.5.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 73)) (1.5.1) Requirement already satisfied: marshmallow-sqlalchemy==0.23.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 74)) (0.23.1) Requirement already satisfied: marshmallow==3.7.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 75)) (3.7.1) Requirement already satisfied: msgpack==1.0.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 76)) (1.0.0) Requirement already satisfied: multidict==4.7.6 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 77)) (4.7.6) Requirement already satisfied: mysqlclient==1.4.2.post1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 78)) (1.4.2.post1) Requirement already satisfied: natsort==7.0.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 79)) (7.0.1) Requirement already satisfied: numpy==1.19.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 80)) (1.19.1) Collecting openpyxl==3.0.5 Downloading https://files.pythonhosted.org/packages/5c/90/61f83be1c335a9b69fa773784a785d9de95c7561d1661918796fd1cba3d2/openpyxl-3.0.5-py2.py3-none-any.whl (242kB) Requirement already satisfied: packaging==20.4 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 82)) (20.4) Requirement already satisfied: pandas==1.0.5 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 83)) (1.0.5) Requirement already satisfied: parsedatetime==2.6 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 84)) (2.6) Requirement already satisfied: pathlib2==2.3.5 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 85)) (2.3.5) Requirement already satisfied: pillow==7.2.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 86)) (7.2.0) Requirement already satisfied: polyline==1.4.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 87)) (1.4.0) Requirement already satisfied: prison==0.1.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 88)) (0.1.3) Requirement already satisfied: psycopg2-binary==2.8.5 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 89)) (2.8.5) Requirement already satisfied: py==1.9.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 90)) (1.9.0) Requirement already satisfied: pyarrow==1.0.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 91)) (1.0.1) Requirement already satisfied: pycparser==2.20 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 92)) (2.20) Requirement already satisfied: pydruid==0.6.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 93)) (0.6.1) Requirement already satisfied: pyhive[hive]==0.6.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 94)) (0.6.3) Requirement already satisfied: pyjwt==1.7.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 95)) (1.7.1) Requirement already satisfied: pyparsing==2.4.7 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 96)) (2.4.7) Requirement already satisfied: pyrsistent==0.16.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 97)) (0.16.0) Requirement already satisfied: python-dateutil==2.8.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 98)) (2.8.1) Requirement already satisfied: python-dotenv==0.14.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 99)) (0.14.0) Requirement already satisfied: python-editor==1.0.4 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 100)) (1.0.4) Requirement already satisfied: python-geohash==0.8.5 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 101)) (0.8.5) Requirement already satisfied: python3-openid==3.2.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 102)) (3.2.0) Requirement already satisfied: pytz==2020.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 103)) (2020.1) Requirement already satisfied: pyyaml==5.3.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 104)) (5.3.1) Requirement already satisfied: requests==2.24.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 105)) (2.24.0) Requirement already satisfied: retry==0.9.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 106)) (0.9.2) Requirement already satisfied: rfc3986==1.4.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 107)) (1.4.0) Requirement already satisfied: s3transfer==0.3.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 108)) (0.3.3) Requirement already satisfied: sasl==0.2.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 109)) (0.2.1) Requirement already satisfied: selenium==3.141.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 110)) (3.141.0) Requirement already satisfied: simplejson==3.17.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 111)) (3.17.2) Requirement already satisfied: six==1.15.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 112)) (1.15.0) Requirement already satisfied: slackclient==2.5.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 113)) (2.5.0) Requirement already satisfied: sqlalchemy-utils==0.36.8 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 114)) (0.36.8) Collecting sqlalchemy==1.3.19 Downloading https://files.pythonhosted.org/packages/0d/15/d34a9bdfcfe5b6721f6cd395872d213f5b92fcab4e303e394bea75b37cf5/SQLAlchemy-1.3.19-cp36-cp36m-manylinux2010_x86_64.whl (1.3MB) Requirement already satisfied: sqlparse==0.3.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 116)) (0.3.0) Collecting tableschema==1.19.3 Downloading https://files.pythonhosted.org/packages/20/f9/3e42a0c06f9e7c6e59fb1891b934daf611c270eef48bb5fad16c55623a0c/tableschema-1.19.3-py2.py3-none-any.whl (68kB) Requirement already satisfied: tabulator==1.52.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 118)) (1.52.3) Requirement already satisfied: thrift-sasl==0.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 119)) (0.4.2) Requirement already satisfied: thrift==0.13.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 120)) (0.13.0) Collecting typing-extensions==3.7.4.3 Downloading https://files.pythonhosted.org/packages/60/7a/e881b5abb54db0e6e671ab088d079c57ce54e8a01a3ca443f561ccadb37e/typing_extensions-3.7.4.3-py3-none-any.whl Requirement already satisfied: unicodecsv==0.14.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 122)) (0.14.1) Requirement already satisfied: urllib3==1.25.10 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 123)) (1.25.10) Requirement already satisfied: vine==1.3.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 124)) (1.3.0) Requirement already satisfied: webencodings==0.5.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 125)) (0.5.1) Requirement already satisfied: werkzeug==1.0.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 126)) (1.0.1) Requirement already satisfied: wtforms-json==0.3.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 127)) (0.3.3) Requirement already satisfied: wtforms==2.3.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 128)) (2.3.3) Requirement already satisfied: xlrd==1.2.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 129)) (1.2.0) Requirement already satisfied: yarl==1.5.1 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 130)) (1.5.1) Requirement already satisfied: zipp==3.1.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/base.txt (line 131)) (3.1.0) Requirement already satisfied: gevent==20.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements/docker.txt (line 10)) (20.6.2) Requirement already satisfied: greenlet==0.4.16 in /usr/local/lib/python3.6/site-packages (from -r requirements/docker.txt (line 11)) (0.4.16) Requirement already satisfied: redis==3.5.3 in /usr/local/lib/python3.6/site-packages (from -r requirements/docker.txt (line 12)) (3.5.3) Requirement already satisfied: zope.event==4.4 in /usr/local/lib/python3.6/site-packages (from -r requirements/docker.txt (line 13)) (4.4) Requirement already satisfied: zope.interface==5.1.0 in /usr/local/lib/python3.6/site-packages (from -r requirements/docker.txt (line 14)) (5.1.0) Requirement already satisfied: idna-ssl>=1.0; python_version < "3.7" in /usr/local/lib/python3.6/site-packages (from aiohttp==3.6.2->-r requirements/base.txt (line 9)) (1.1.0) Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.6/site-packages (from gunicorn==20.0.4->-r requirements/base.txt (line 56)) (41.6.0) Installing collected packages: apispec, attrs, botocore, boto3, brotli, cffi, cryptography, flask-cors, humanize, openpyxl, sqlalchemy, tableschema, typing-extensions, apache-superset Found existing installation: apispec 3.3.1 Uninstalling apispec-3.3.1: Successfully uninstalled apispec-3.3.1 Found existing installation: attrs 19.3.0 Uninstalling attrs-19.3.0: Successfully uninstalled attrs-19.3.0 Found existing installation: botocore 1.17.36 Uninstalling botocore-1.17.36: Successfully uninstalled botocore-1.17.36 Found existing installation: boto3 1.14.36 Uninstalling boto3-1.14.36: Successfully uninstalled boto3-1.14.36 Found existing installation: Brotli 1.0.7 Uninstalling Brotli-1.0.7: Successfully uninstalled Brotli-1.0.7 Found existing installation: cffi 1.14.1 Uninstalling cffi-1.14.1: Successfully uninstalled cffi-1.14.1 Found existing installation: cryptography 3.0 Uninstalling cryptography-3.0: Successfully uninstalled cryptography-3.0 Found existing installation: Flask-Cors 3.0.8 Uninstalling Flask-Cors-3.0.8: Successfully uninstalled Flask-Cors-3.0.8 Found existing installation: humanize 2.5.0 Uninstalling humanize-2.5.0: Successfully uninstalled humanize-2.5.0 Found existing installation: openpyxl 3.0.4 Uninstalling openpyxl-3.0.4: Successfully uninstalled openpyxl-3.0.4 Found existing installation: SQLAlchemy 1.3.18 Uninstalling SQLAlchemy-1.3.18: Successfully uninstalled SQLAlchemy-1.3.18 Found existing installation: tableschema 1.19.2 Uninstalling tableschema-1.19.2: Successfully uninstalled tableschema-1.19.2 Found existing installation: typing-extensions 3.7.4.2 Uninstalling typing-extensions-3.7.4.2: Successfully uninstalled typing-extensions-3.7.4.2 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 apispec-3.3.2 attrs-20.1.0 boto3-1.14.51 botocore-1.17.51 brotli-1.0.9 cffi-1.14.2 cryptography-3.1 flask-cors-3.0.9 humanize-2.6.0 openpyxl-3.0.5 sqlalchemy-1.3.19 tableschema-1.19.3 typing-extensions-3.7.4.3 WARNING: You are using pip version 19.3.1; however, version 20.2.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements/requirements-local.txt' WARNING: You are using pip version 19.3.1; however, version 20.2.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Removing intermediate container b8c630c5f822 ---> 8bbbb5e65bfa Step 6/6 : USER superset ---> Running in 36f4bd22d1b2 Removing intermediate container 36f4bd22d1b2 ---> 5906e8e2f4d6

[Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 5906e8e2f4d6 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 ---> 5e7667de08c2 Step 2/6 : COPY ./requirements/.txt ./docker/requirements-.txt /app/requirements/ ---> Using cache ---> 346e638c7db0 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> Using cache ---> 0cc349734613 Step 4/6 : USER root ---> Using cache ---> 10458e1d218b 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 ---> 8bbbb5e65bfa Step 6/6 : USER superset ---> Using cache ---> 5906e8e2f4d6

[Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 5906e8e2f4d6 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 419e7ae5bb1e: Pull complete 848839e0cd3b: Pull complete de30e8b35015: Pull complete 258fdea6ea48: Pull complete ca1b0e608d7b: Pull complete dd8cac1f0c02: Pull complete 58b5f73365e0: Pull complete 592abe73e7e7: Pull complete ce371731a439: Pull complete Digest: sha256:099346a8e9c861b406c9bbb1f109125c7263868e5447cc57d6d564e1fec8a5cf Status: Downloaded newer image for node:12 Building superset-worker Step 1/6 : FROM preset/superset:dev ---> 5e7667de08c2 Step 2/6 : COPY ./requirements/.txt ./docker/requirements-.txt /app/requirements/ ---> Using cache ---> 346e638c7db0 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> Using cache ---> 0cc349734613 Step 4/6 : USER root ---> Using cache ---> 10458e1d218b 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 ---> 8bbbb5e65bfa Step 6/6 : USER superset ---> Using cache ---> 5906e8e2f4d6

[Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 5906e8e2f4d6 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 ---> 5e7667de08c2 Step 2/6 : COPY ./requirements/.txt ./docker/requirements-.txt /app/requirements/ ---> Using cache ---> 346e638c7db0 Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/ ---> Using cache ---> 0cc349734613 Step 4/6 : USER root ---> Using cache ---> 10458e1d218b 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 ---> 8bbbb5e65bfa Step 6/6 : USER superset ---> Using cache ---> 5906e8e2f4d6

[Warning] One or more build-args [NPM_BUILD_CMD] were not consumed Successfully built 5906e8e2f4d6 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_db ... done Creating superset_cache ... done Creating superset_node ... done Creating superset_tests_worker ... 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_app, superset_init, superset_worker 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_cache | 1:C 03 Sep 09:37:49.154 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf superset_db | superset_db | PostgreSQL Database directory appears to contain a database; Skipping initialization superset_db | superset_app | Restarting with stat supersetcache | ._
supersetcache | .-__ ''-._ superset_cache | _.- .. ''-. Redis 3.2.12 (00000000/0) 64 bit supersetcache | .-`` .-.\/ ., ''-.
superset_cache | ( ' , .-|, ) Running in standalone mode supersetcache | |`-.-...- ...-.`-._|' _.-'| Port: 6379 supersetcache | | `-. ._ / _.-' | PID: 1 superset_cache |-. `-. -./ _.-' _.-' superset_cache | |-.`-. `-..-' .-'.-'|
supersetcache | | `-.-._ _.-'_.-' | http://redis.io superset_cache |-. `-.-.__.-'_.-' _.-' superset_cache | |-.`-. -.__.-' _.-'_.-'| superset_cache | |-.`-. .-'.-' |
supersetcache | `-. -._-..-'.-' .-'
supersetcache | `-. `-.
.-' _.-'
supersetcache | `-. _.-'
superset_cache | `-.__.-'
superset_cache | superset_cache | 1:M 03 Sep 09:37:49.156 # Server started, Redis version 3.2.12 superset_cache | 1:M 03 Sep 09:37:49.157 # 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 03 Sep 09:37:49.157 # 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 03 Sep 09:37:49.157
DB loaded from disk: 0.000 seconds superset_cache | 1:M 03 Sep 09:37:49.157 The server is now ready to accept connections on port 6379 superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_tests_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 1/4 [Starting] -- Setting up admin user ( admin / admin ) superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_db | 2020-09-03 09:37:50.289 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 superset_db | 2020-09-03 09:37:50.289 UTC [1] LOG: listening on IPv6 address "::", port 5432 superset_app | Debugger is active! superset_tests_worker | /usr/local/lib/python3.6/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) could not connect to server: Connection refused superset_tests_worker | Is the server running on host "localhost" (192.168.1.79) and accepting superset_tests_worker | TCP/IP connections on port 5432? superset_tests_worker | superset_tests_worker | (Background on this error at: http://sqlalche.me/e/13/e3q8) superset_db | 2020-09-03 09:37:50.303 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" superset_node | npm WARN using --force I sure hope you know what you are doing. superset_app | * Debugger PIN: 271-778-174 superset_tests_worker | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_db | 2020-09-03 09:37:50.350 UTC [25] LOG: database system was shut down at 2020-09-03 09:28:11 UTC superset_db | 2020-09-03 09:37:50.363 UTC [1] LOG: database system is ready to accept connections superset_tests_worker exited with code 1 superset_app | INFO:superset.utils.logging_configurator:logging was configured successfully superset_init | INFO:superset.utils.logging_configurator:logging was configured successfully superset_worker | INFO:superset.utils.logging_configurator:logging was configured successfully superset_init | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_init | Recognized Database Authentications. superset_init | Admin User admin created. superset_init | /usr/local/lib/python3.6/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 | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 1/4 [Complete] -- Setting up admin user superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 2/4 [Starting] -- Applying DB migrations superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_node | npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated superset_node | npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated superset_init | INFO:superset.utils.logging_configurator:logging was configured successfully superset_init | /usr/local/lib/python3.6/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 | INFO [alembic.runtime.migration] Context impl PostgresqlImpl. superset_init | INFO [alembic.runtime.migration] Will assume transactional DDL. superset_init | INFO [alembic.runtime.migration] Running upgrade -> 4e6a06bad7a8, Init superset_init | INFO [alembic.runtime.migration] Running upgrade 4e6a06bad7a8 -> 5a7bad26f2a7, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 5a7bad26f2a7 -> 1e2841a4128, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 1e2841a4128 -> 2929af7925ed, TZ offsets in data sources superset_init | INFO [alembic.runtime.migration] Running upgrade 2929af7925ed -> 289ce07647b, Add encrypted password field superset_init | INFO [alembic.runtime.migration] Running upgrade 289ce07647b -> 1a48a5411020, adding slug to dash superset_init | INFO [alembic.runtime.migration] Running upgrade 1a48a5411020 -> 315b3f4da9b0, adding log model superset_init | INFO [alembic.runtime.migration] Running upgrade 315b3f4da9b0 -> 55179c7f25c7, sqla_descr superset_init | INFO [alembic.runtime.migration] Running upgrade 55179c7f25c7 -> 12d55656cbca, is_featured superset_init | INFO [alembic.runtime.migration] Running upgrade 12d55656cbca -> 2591d77e9831, user_id superset_init | INFO [alembic.runtime.migration] Running upgrade 2591d77e9831 -> 8e80a26a31db, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 8e80a26a31db -> 7dbf98566af7, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 7dbf98566af7 -> 43df8de3a5f4, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 43df8de3a5f4 -> d827694c7555, css templates superset_init | INFO [alembic.runtime.migration] Running upgrade d827694c7555 -> 430039611635, log more superset_init | INFO [alembic.runtime.migration] Running upgrade 430039611635 -> 18e88e1cc004, making audit nullable superset_init | INFO [alembic.runtime.migration] Running upgrade 18e88e1cc004 -> 836c0bf75904, cache_timeouts superset_init | INFO [alembic.runtime.migration] Running upgrade 18e88e1cc004 -> a2d606a761d9, adding favstar model superset_init | INFO [alembic.runtime.migration] Running upgrade a2d606a761d9, 836c0bf75904 -> d2424a248d63, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade d2424a248d63 -> 763d4b211ec9, fixing audit fk superset_init | INFO [alembic.runtime.migration] Running upgrade d2424a248d63 -> 1d2ddd543133, log dt superset_init | INFO [alembic.runtime.migration] Running upgrade 1d2ddd543133, 763d4b211ec9 -> fee7b758c130, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade fee7b758c130 -> 867bf4f117f9, Adding extra field to Database model superset_init | INFO [alembic.runtime.migration] Running upgrade 867bf4f117f9 -> bb51420eaf83, add schema to table model superset_init | INFO [alembic.runtime.migration] Running upgrade bb51420eaf83 -> b4456560d4f3, change_table_unique_constraint superset_init | INFO [alembic.runtime.migration] Running upgrade b4456560d4f3 -> 4fa88fe24e94, owners_many_to_many superset_init | INFO [alembic.runtime.migration] Running upgrade 4fa88fe24e94 -> c3a8f8611885, Materializing permission superset_init | INFO [alembic.runtime.migration] Running upgrade c3a8f8611885 -> f0fbf6129e13, Adding verbose_name to tablecolumn superset_init | INFO [alembic.runtime.migration] Running upgrade f0fbf6129e13 -> 956a063c52b3, adjusting key length superset_init | INFO [alembic.runtime.migration] Running upgrade 956a063c52b3 -> 1226819ee0e3, Fix wrong constraint on table columns superset_init | INFO [alembic.runtime.migration] Running upgrade 1226819ee0e3 -> d8bc074f7aad, Add new field 'is_restricted' to SqlMetric and DruidMetric superset_init | INFO [alembic.runtime.migration] Running upgrade d8bc074f7aad -> 27ae655e4247, Make creator owners superset_init | INFO [alembic.runtime.migration] Running upgrade 27ae655e4247 -> 960c69cb1f5b, add dttm_format related fields in table_columns superset_init | INFO [alembic.runtime.migration] Running upgrade 960c69cb1f5b -> f162a1dea4c4, d3format_by_metric superset_init | INFO [alembic.runtime.migration] Running upgrade f162a1dea4c4 -> ad82a75afd82, Update models to support storing the queries. superset_init | INFO [alembic.runtime.migration] Running upgrade ad82a75afd82 -> 3c3ffe173e4f, add_sql_string_to_table superset_init | INFO [alembic.runtime.migration] Running upgrade 3c3ffe173e4f -> 41f6a59a61f2, database options for sql lab superset_init | INFO [alembic.runtime.migration] Running upgrade 41f6a59a61f2 -> 4500485bde7d, allow_run_sync_async superset_init | INFO [alembic.runtime.migration] Running upgrade 4500485bde7d -> 65903709c321, allow_dml superset_init | INFO [alembic.runtime.migration] Running upgrade 41f6a59a61f2 -> 33d996bcc382, update slice model superset_init | INFO [alembic.runtime.migration] Running upgrade 33d996bcc382, 65903709c321 -> b347b202819b, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade b347b202819b -> 5e4a03ef0bf0, Add access_request table to manage requests to access datastores. superset_init | INFO [alembic.runtime.migration] Running upgrade 5e4a03ef0bf0 -> eca4694defa7, sqllab_setting_defaults superset_init | INFO [alembic.runtime.migration] Running upgrade eca4694defa7 -> ab3d66c4246e, add_cache_timeout_to_druid_cluster superset_init | INFO [alembic.runtime.migration] Running upgrade eca4694defa7 -> 3b626e2a6783, Sync DB with the models.py. superset_init | INFO [alembic.runtime.migration] Running upgrade 3b626e2a6783, ab3d66c4246e -> ef8843b41dac, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade ef8843b41dac -> b46fa1b0b39e, Add json_metadata to the tables table. superset_init | INFO [alembic.runtime.migration] Running upgrade b46fa1b0b39e -> 7e3ddad2a00b, results_key to query superset_init | INFO [alembic.runtime.migration] Running upgrade 7e3ddad2a00b -> ad4d656d92bc, Add avg() to default metrics superset_init | INFO [alembic.runtime.migration] Running upgrade ad4d656d92bc -> c611f2b591b8, dim_spec superset_init | INFO [alembic.runtime.migration] Running upgrade c611f2b591b8 -> e46f2d27a08e, materialize perms superset_init | INFO [alembic.runtime.migration] Running upgrade e46f2d27a08e -> f1f2d4af5b90, Enable Filter Select superset_init | INFO [alembic.runtime.migration] Running upgrade e46f2d27a08e -> 525c854f0005, log_this_plus superset_init | INFO [alembic.runtime.migration] Running upgrade 525c854f0005, f1f2d4af5b90 -> 6414e83d82b7, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 6414e83d82b7 -> 1296d28ec131, Adds params to the datasource (druid) table superset_init | INFO [alembic.runtime.migration] Running upgrade 1296d28ec131 -> f18570e03440, Add index on the result key to the query table. superset_init | INFO [alembic.runtime.migration] Running upgrade f18570e03440 -> bcf3126872fc, Add keyvalue table superset_init | INFO [alembic.runtime.migration] Running upgrade f18570e03440 -> db0c65b146bd, update_slice_model_json superset_init | INFO [alembic.runtime.migration] Running upgrade db0c65b146bd -> a99f2f7c195a, rewriting url from shortner with new format superset_init | INFO [alembic.runtime.migration] Running upgrade a99f2f7c195a, bcf3126872fc -> d6db5a5cdb5d, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade d6db5a5cdb5d -> b318dfe5fb6c, adding verbose_name to druid column superset_init | INFO [alembic.runtime.migration] Running upgrade d6db5a5cdb5d -> 732f1c06bcbf, add fetch values predicate superset_init | INFO [alembic.runtime.migration] Running upgrade 732f1c06bcbf, b318dfe5fb6c -> ea033256294a, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade b318dfe5fb6c -> db527d8c4c78, Add verbose name to DruidCluster and Database superset_init | INFO [alembic.runtime.migration] Running upgrade db527d8c4c78, ea033256294a -> 979c03af3341, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 979c03af3341 -> a6c18f869a4e, query.start_running_time superset_init | INFO [alembic.runtime.migration] Running upgrade a6c18f869a4e -> 2fcdcb35e487, saved_queries superset_init | INFO [alembic.runtime.migration] Running upgrade 2fcdcb35e487 -> a65458420354, add_result_backend_time_logging superset_init | INFO [alembic.runtime.migration] Running upgrade a65458420354 -> ca69c70ec99b, tracking_url superset_init | INFO [alembic.runtime.migration] Running upgrade ca69c70ec99b -> a9c47e2c1547, add impersonate_user to dbs superset_init | INFO [alembic.runtime.migration] Running upgrade ca69c70ec99b -> ddd6ebdd853b, annotations superset_init | INFO [alembic.runtime.migration] Running upgrade a9c47e2c1547, ddd6ebdd853b -> d39b1e37131d, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade ca69c70ec99b -> 19a814813610, Adding metric warning_text superset_init | INFO [alembic.runtime.migration] Running upgrade 19a814813610, a9c47e2c1547 -> 472d2f73dfd4, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 472d2f73dfd4, d39b1e37131d -> f959a6652acd, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade f959a6652acd -> 4736ec66ce19, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 4736ec66ce19 -> 67a6ac9b727b, update_spatial_params superset_init | INFO [alembic.runtime.migration] Running upgrade 67a6ac9b727b -> 21e88bc06c02, migrate_old_annotation_layers superset_init | INFO [alembic.runtime.migration] Running upgrade 21e88bc06c02 -> e866bd2d4976, smaller_grid superset_init | Revision ID: e866bd2d4976 superset_init | Revises: 21e88bc06c02 superset_init | Create Date: 2018-02-13 08:07:40.766277 superset_init | INFO [alembic.runtime.migration] Running upgrade e866bd2d4976 -> e68c4473c581, allow_multi_schema_metadata_fetch superset_init | INFO [alembic.runtime.migration] Running upgrade e68c4473c581 -> f231d82b9b26, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade f231d82b9b26 -> bf706ae5eb46, cal_heatmap_metric_to_metrics superset_init | INFO [alembic.runtime.migration] Running upgrade f231d82b9b26 -> 30bb17c0dc76, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 30bb17c0dc76, bf706ae5eb46 -> c9495751e314, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade f231d82b9b26 -> 130915240929, is_sqllab_view superset_init | INFO [alembic.runtime.migration] Running upgrade 130915240929, c9495751e314 -> 5ccf602336a0, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 5ccf602336a0 -> e502db2af7be, add template_params to tables superset_init | INFO [alembic.runtime.migration] Running upgrade e502db2af7be -> c5756bec8b47, Time grain SQLA superset_init | INFO [alembic.runtime.migration] Running upgrade c5756bec8b47 -> afb7730f6a9c, remove empty filters superset_init | INFO [alembic.runtime.migration] Running upgrade afb7730f6a9c -> 80a67c5192fa, single pie chart metric superset_init | INFO [alembic.runtime.migration] Running upgrade 80a67c5192fa -> bddc498dd179, adhoc filters superset_init | INFO [alembic.runtime.migration] Running upgrade bddc498dd179 -> 4451805bbaa1, remove double percents superset_init | INFO [alembic.runtime.migration] Running upgrade bddc498dd179 -> 3dda56f1c4c6, Migrate num_period_compare and period_ratio_type superset_init | INFO [alembic.runtime.migration] Running upgrade 3dda56f1c4c6 -> 1d9e835a84f9, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> 705732c70154, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> fc480c87706c, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade fc480c87706c -> bebcf3fed1fe, Migrate dashboard position_json data from V1 to V2 superset_init | INFO [alembic.runtime.migration] Running upgrade bebcf3fed1fe, 705732c70154 -> ec1f88a35cc6, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> e3970889f38e, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 705732c70154, e3970889f38e -> 46ba6aaaac97, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 46ba6aaaac97, ec1f88a35cc6 -> c18bd4186f15, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade c18bd4186f15 -> 7fcdcde0761c, Reduce position_json size by remove extra space and component id prefix superset_init | INFO [alembic.runtime.migration] Running upgrade 7fcdcde0761c -> 0c5070e96b57, add user attributes table superset_init | INFO [alembic.runtime.migration] Running upgrade 0c5070e96b57 -> 1a1d627ebd8e, position_json superset_init | INFO [alembic.runtime.migration] Running upgrade 1a1d627ebd8e -> 55e910a74826, add_metadata_column_to_annotation_model.py superset_init | INFO [alembic.runtime.migration] Running upgrade 55e910a74826 -> 4ce8df208545, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 4ce8df208545 -> 46f444d8b9b7, remove_coordinator_from_druid_cluster_model.py superset_init | INFO [alembic.runtime.migration] Running upgrade 46f444d8b9b7 -> a61b40f9f57f, remove allow_run_sync superset_init | INFO [alembic.runtime.migration] Running upgrade a61b40f9f57f -> 6c7537a6004a, models for email reports superset_init | INFO [alembic.runtime.migration] Running upgrade 6c7537a6004a -> 3e1b21cd94a4, change_owner_to_m2m_relation_on_datasources.py superset_init | INFO [alembic.runtime.migration] Running upgrade 6c7537a6004a -> cefabc8f7d38, Increase size of name column in ab_view_menu superset_init | INFO [alembic.runtime.migration] Running upgrade 55e910a74826 -> 0b1f1ab473c0, Add extra column to Query superset_init | INFO [alembic.runtime.migration] Running upgrade 0b1f1ab473c0, cefabc8f7d38, 3e1b21cd94a4 -> de021a1ca60d, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade de021a1ca60d -> fb13d49b72f9, better_filters superset_init | INFO [alembic.runtime.migration] Running upgrade fb13d49b72f9 -> a33a03f16c4a, Add extra column to SavedQuery superset_init | INFO [alembic.runtime.migration] Running upgrade 4451805bbaa1, 1d9e835a84f9 -> c829ff0b37d0, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade c829ff0b37d0 -> 7467e77870e4, remove_aggs superset_init | INFO [alembic.runtime.migration] Running upgrade 7467e77870e4, de021a1ca60d -> fbd55e0f83eb, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade fbd55e0f83eb, fb13d49b72f9 -> 8b70aa3d0f87, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 8b70aa3d0f87, a33a03f16c4a -> 18dc26817ad2, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 18dc26817ad2 -> c617da68de7d, form nullable superset_init | INFO [alembic.runtime.migration] Running upgrade c617da68de7d -> c82ee8a39623, Add implicit tags superset_init | INFO [alembic.runtime.migration] Running upgrade 18dc26817ad2 -> e553e78e90c5, add_druid_auth_py.py superset_init | INFO [alembic.runtime.migration] Running upgrade e553e78e90c5, c82ee8a39623 -> 45e7da7cfeba, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 45e7da7cfeba -> 80aa3f04bc82, Add Parent ids in dashboard layout metadata superset_init | INFO [alembic.runtime.migration] Running upgrade 80aa3f04bc82 -> d94d33dbe938, form strip superset_init | INFO [alembic.runtime.migration] Running upgrade d94d33dbe938 -> 937d04c16b64, update datasources superset_init | INFO [alembic.runtime.migration] Running upgrade 937d04c16b64 -> 7f2635b51f5d, update base columns superset_init | INFO [alembic.runtime.migration] Running upgrade 7f2635b51f5d -> e9df189e5c7e, update base metrics superset_init | INFO [alembic.runtime.migration] Running upgrade e9df189e5c7e -> afc69274c25a, update the sql, select_sql, and executed_sql columns in the superset_init | query table in mysql dbs to be long text columns superset_init | INFO [alembic.runtime.migration] Running upgrade afc69274c25a -> d7c1a0d6f2da, Remove limit used from query model superset_init | INFO [alembic.runtime.migration] Running upgrade d7c1a0d6f2da -> ab8c66efdd01, resample superset_init | INFO [alembic.runtime.migration] Running upgrade ab8c66efdd01 -> b4a38aa87893, deprecate database expression superset_init | INFO [alembic.runtime.migration] Running upgrade b4a38aa87893 -> d6ffdf31bdd4, Add published column to dashboards superset_init | INFO [alembic.runtime.migration] Running upgrade d6ffdf31bdd4 -> 190188938582, Remove duplicated entries in dashboard_slices table and add unique constraint superset_init | INFO [alembic.runtime.migration] Running upgrade 190188938582 -> def97f26fdfb, Add index to tagged_object superset_init | INFO [alembic.runtime.migration] Running upgrade def97f26fdfb -> 11c737c17cc6, deprecate_restricted_metrics superset_init | INFO [alembic.runtime.migration] Running upgrade 11c737c17cc6 -> 258b5280a45e, form strip leading and trailing whitespace superset_init | INFO [alembic.runtime.migration] Running upgrade 258b5280a45e -> 1495eb914ad3, time range superset_init | INFO [alembic.runtime.migration] Running upgrade 1495eb914ad3 -> b6fa807eac07, make_names_non_nullable superset_init | INFO [alembic.runtime.migration] Running upgrade b6fa807eac07 -> cca2f5d568c8, add encrypted_extra to dbs superset_init | INFO [alembic.runtime.migration] Running upgrade cca2f5d568c8 -> c2acd2cf3df2, alter type of dbs encrypted_extra superset_init | INFO [alembic.runtime.migration] Running upgrade c2acd2cf3df2 -> 78ee127d0d1d, reconvert legacy filters into adhoc superset_init | INFO [alembic.runtime.migration] Running upgrade 78ee127d0d1d -> db4b49eb0782, Add tables for SQL Lab state superset_init | INFO [alembic.runtime.migration] Running upgrade db4b49eb0782 -> 5afa9079866a, serialize_schema_permissions.py superset_init | INFO [alembic.runtime.migration] Running upgrade 5afa9079866a -> 89115a40e8ea, Change table schema description to long text superset_init | INFO [alembic.runtime.migration] Running upgrade 89115a40e8ea -> 817e1c9b09d0, add_not_null_to_dbs_sqlalchemy_url superset_init | INFO [alembic.runtime.migration] Running upgrade 817e1c9b09d0 -> e96dbf2cfef0, datasource_cluster_fk superset_init | INFO [alembic.runtime.migration] Running upgrade e96dbf2cfef0 -> 3325d4caccc8, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade 3325d4caccc8 -> 0a6f12f60c73, add_role_level_security superset_init | INFO [alembic.runtime.migration] Running upgrade 0a6f12f60c73 -> 72428d1ea401, Add tmp_schema_name to the query object. superset_init | INFO [alembic.runtime.migration] Running upgrade 72428d1ea401 -> b5998378c225, add certificate to dbs superset_init | INFO [alembic.runtime.migration] Running upgrade b5998378c225 -> f9a30386bd74, cleanup_time_grainularity superset_init | INFO [alembic.runtime.migration] Running upgrade f9a30386bd74 -> 620241d1153f, update time_grain_sqla superset_init | INFO [alembic.runtime.migration] Running upgrade 620241d1153f -> 743a117f0d98, Add slack to the schedule superset_init | INFO [alembic.runtime.migration] Running upgrade 743a117f0d98 -> e557699a813e, add_tables_relation_to_row_level_security superset_init | INFO [alembic.runtime.migration] Running upgrade e557699a813e -> ea396d202291, Add ctas_method to the Query object superset_init | INFO [alembic.runtime.migration] Running upgrade ea396d202291 -> a72cb0ebeb22, deprecate dbs.perm column superset_init | INFO [alembic.runtime.migration] Running upgrade a72cb0ebeb22 -> 2f1d15e8a6af, add_alerts superset_init | INFO [alembic.runtime.migration] Running upgrade 2f1d15e8a6af -> f2672aa8350a, add_slack_to_alerts superset_init | INFO [alembic.runtime.migration] Running upgrade f2672aa8350a -> f120347acb39, Add extra column to tables and metrics superset_init | INFO [alembic.runtime.migration] Running upgrade f2672aa8350a -> 978245563a02, Migrate iframe in dashboard to markdown component superset_init | INFO [alembic.runtime.migration] Running upgrade 978245563a02, f120347acb39 -> f80a3b88324b, empty message superset_init | INFO [alembic.runtime.migration] Running upgrade f80a3b88324b -> 2e5a0ee25ed4, refractor_alerting superset_init | INFO [alembic.runtime.migration] Running upgrade f80a3b88324b -> 175ea3592453, Add cache to datasource lookup table. superset_init | INFO [alembic.runtime.migration] Running upgrade 175ea3592453, 2e5a0ee25ed4 -> ae19b4ee3692, empty message superset_init | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 2/4 [Complete] -- Applying DB migrations superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 3/4 [Starting] -- Loading examples superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_worker | /usr/local/lib/python3.6/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 | [2020-09-03 09:38:00,925: INFO/MainProcess] Connected to redis://redis:6379/0 superset_worker | [2020-09-03 09:38:00,947: INFO/MainProcess] mingle: searching for neighbors superset_node | npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. superset_node | npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. superset_worker | [2020-09-03 09:38:02,023: INFO/MainProcess] mingle: all alone superset_worker | [2020-09-03 09:38:02,052: INFO/MainProcess] celery@49e9078e7dca ready. superset_init | INFO:superset.utils.logging_configurator:logging was configured successfully superset_init | /usr/local/lib/python3.6/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 | INFO:superset.utils.core:Creating database reference for examples superset_init | DEBUG:superset.models.core:Database.get_sqla_engine(). Masked URL: postgresql://superset:XXXXXXXXXX@db:5432/superset superset_node | /usr/local/bin/webpack-cli -> /usr/local/lib/node_modules/webpack-cli/bin/cli.js superset_node | /usr/local/bin/webpack -> /usr/local/lib/node_modules/webpack/bin/webpack.js superset_node | + webpack-cli@3.3.12 superset_node | + webpack@4.44.1 superset_node | added 503 packages from 211 contributors in 15.555s superset_node | npm WARN using --force I sure hope you know what you are doing. superset_app | /usr/local/lib/python3.6/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 | 127.0.0.1 - - [03/Sep/2020 09:38:21] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:38:21] "GET /health HTTP/1.1" 200 - superset_node | npm ERR! code E409 superset_node | npm ERR! 409 Conflict - GET https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001048.tgz superset_node | superset_node | npm ERR! A complete log of this run can be found in: superset_node | npm ERR! /root/.npm/_logs/2020-09-03T09_38_25_200Z-debug.log superset_node exited with code 1 superset_app | 127.0.0.1 - - [03/Sep/2020 09:38:51] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:38:51] "GET /health HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET / HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET / HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /superset/welcome HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /superset/welcome HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /login/ HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /login/ HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 404 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/assets/images/favicon.png HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:07] "GET /static/assets/images/favicon.png HTTP/1.1" 404 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:15] "POST /login/ HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:15] "POST /login/ HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:15] "GET / HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:15] "GET / HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:15] "GET /superset/welcome HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:15] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:15] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:15] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:39:21] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:39:21] "GET /health HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:42] "GET /favicon.ico HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:42] "GET /favicon.ico HTTP/1.1" 404 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:51] "POST /login/ HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:51] "POST /login/ HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:51] "GET / HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:51] "GET / HTTP/1.1" 302 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:39:51] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:39:51] "GET /health HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:51] "GET /superset/welcome HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:51] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:39:51] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:39:51] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:40:22] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:40:22] "GET /health HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET / HTTP/1.1" 302 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET / HTTP/1.1" 302 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /superset/welcome HTTP/1.1" 302 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /superset/welcome HTTP/1.1" 302 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /login/ HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /login/ HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 404 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/assets/images/favicon.png HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:34] "GET /static/assets/images/favicon.png HTTP/1.1" 404 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:41] "POST /login/ HTTP/1.1" 302 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:41] "POST /login/ HTTP/1.1" 302 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:41] "GET / HTTP/1.1" 302 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:41] "GET / HTTP/1.1" 302 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:41] "GET /superset/welcome HTTP/1.1" 200 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:41] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:41] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:41] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 172.18.0.1 - - [03/Sep/2020 09:40:49] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:172.18.0.1 - - [03/Sep/2020 09:40:49] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:40:52] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:40:52] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:41:22] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:41:22] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:41:52] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:41:52] "GET /health HTTP/1.1" 200 - superset_init | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_init | Loading examples metadata and related data into examples superset_init | Creating default CSS templates superset_init | Loading energy related dataset superset_init | Creating table [wb_health_population] reference superset_init | Loading [World Bank's Health Nutrition and Population Stats] superset_init | Creating table [wb_health_population] reference superset_init | Creating slices superset_init | Creating a World's Health Bank dashboard superset_init | Loading [Birth names] superset_init | Done loading table! superset_init | -------------------------------------------------------------------------------- superset_init | Creating table [birth_names] reference superset_init | Creating some slices superset_init | Creating a dashboard superset_init | Loading [Unicode test data] superset_init | Done loading table! superset_init | -------------------------------------------------------------------------------- superset_init | Creating table [unicode_test] reference superset_init | Creating a slice superset_init | Creating a dashboard superset_init | Loading [Random time series data] superset_init | Done loading table! superset_init | -------------------------------------------------------------------------------- superset_init | Creating table [random_time_series] reference superset_init | Creating a slice superset_init | Loading [Random long/lat data] superset_init | Done loading table! superset_init | -------------------------------------------------------------------------------- superset_init | Creating table reference superset_init | Creating a slice superset_init | Loading [Country Map data] superset_init | Done loading table! superset_init | -------------------------------------------------------------------------------- superset_init | Creating table reference superset_init | Creating a slice superset_init | Loading [Multiformat time series] superset_init | Done loading table! superset_init | -------------------------------------------------------------------------------- superset_init | Creating table [multiformat_time_series] reference superset_init | Creating Heatmap charts superset_init | Loading [Paris GeoJson] superset_init | Creating table paris_iris_mapping reference superset_init | Loading [San Francisco population polygons] superset_init | Creating table sf_population_polygons reference superset_init | Loading [Flights data] superset_init | Done loading table! superset_init | Loading [BART lines] superset_init | Creating table bart_lines reference superset_init | Loading [Multi Line] superset_init | Creating table [wb_health_population] reference superset_init | Creating slices superset_init | Creating a World's Health Bank dashboard superset_init | Creating some slices superset_init | Creating a dashboard superset_init | Loading [Misc Charts] dashboard superset_init | Creating the dashboard superset_init | Loading DECK.gl demo superset_init | Loading deck.gl dashboard superset_init | Creating Scatterplot slice superset_init | Creating Screen Grid slice superset_init | Creating Hex slice superset_init | Creating Grid slice superset_init | Creating Polygon slice superset_init | Creating Arc slice superset_init | Creating Path slice superset_init | Creating a dashboard superset_init | Loading [Tabbed dashboard] superset_init | Creating a dashboard with nested tabs superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 3/4 [Complete] -- Loading examples superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 4/4 [Starting] -- Setting up roles and perms superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init | INFO:superset.utils.logging_configurator:logging was configured successfully superset_init | /usr/local/lib/python3.6/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 | INFO:superset.security.manager:Syncing role definition superset_init | INFO:superset.security.manager:Syncing Admin perms superset_init | INFO:superset.security.manager:Syncing Alpha perms superset_init | INFO:superset.security.manager:Syncing Gamma perms superset_init | INFO:superset.security.manager:Syncing granter perms superset_init | INFO:superset.security.manager:Syncing sql_lab perms superset_init | INFO:superset.security.manager:Fetching a set of all perms to lookup which ones are missing superset_init | INFO:superset.security.manager:Creating missing datasource permissions. superset_init | INFO:superset.security.manager:Creating missing database permissions. superset_init | INFO:superset.security.manager:Creating missing metrics permissions superset_init | INFO:superset.security.manager:Cleaning faulty perms superset_init | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] superset_init | superset_init | ###################################################################### superset_init | superset_init | superset_init | Init Step 4/4 [Complete] -- Setting up roles and perms superset_init | superset_init | superset_init | ###################################################################### superset_init | superset_init exited with code 0 superset_app | 127.0.0.1 - - [03/Sep/2020 09:42:22] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:42:22] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:42:53] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:42:53] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:43:23] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:43:23] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:43:53] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:43:53] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:44:23] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:44:23] "GET /health HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET / HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET / HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /superset/welcome HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /superset/welcome HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /login/ HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /login/ HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/datepicker/bootstrap-datepicker.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/ab.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/select2/select2.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/font-awesome.min.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/bootstrap.min.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/css/flags/flags16.css HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/ab_filters.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/ab_actions.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/jquery-latest.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/bootstrap.min.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/datepicker/bootstrap-datepicker.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/js/ab.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/assets/images/superset-logo-horiz.png HTTP/1.1" 404 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/select2/select2.js HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/appbuilder/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/assets/images/favicon.png HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:29] "GET /static/assets/images/favicon.png HTTP/1.1" 404 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:34] "POST /login/ HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:34] "POST /login/ HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:34] "GET / HTTP/1.1" 302 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:34] "GET / HTTP/1.1" 302 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:34] "GET /superset/welcome HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:34] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:44:34] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:44:34] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:44:53] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:44:53] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:45:24] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:45:24] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:45:54] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:45:54] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:46:24] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:46:24] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:46:54] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:46:54] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:47:24] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:47:24] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:47:55] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:47:55] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:48:25] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:48:25] "GET /health HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:48:31] "GET /superset/welcome HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:48:31] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:48:31] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:48:31] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:48:32] "GET /superset/welcome HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:48:32] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:48:32] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:48:32] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:48:34] "GET /superset/welcome HTTP/1.1" 200 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:48:34] "GET /superset/welcome HTTP/1.1" 200 - superset_app | 192.168.1.79 - - [03/Sep/2020 09:48:34] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | INFO:werkzeug:192.168.1.79 - - [03/Sep/2020 09:48:34] "GET /static/assets/images/loading.gif HTTP/1.1" 404 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:48:55] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:48:55] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:49:25] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:49:25] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:49:55] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:49:55] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:50:26] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:50:26] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:50:56] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:50:56] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:51:26] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:51:26] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:51:56] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:51:56] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:52:26] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:52:26] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:52:56] "GET /health HTTP/1.1" 200 - superset_app | INFO:werkzeug:127.0.0.1 - - [03/Sep/2020 09:52:56] "GET /health HTTP/1.1" 200 - superset_app | 127.0.0.1 - - [03/Sep/2020 09:53:27] "GET /health HTTP/1.1" 200 -

=======================

$ git log commit 824cea24bad8aa330f288142cab989407577e3af (HEAD -> master, origin/master, origin/HEAD) Author: Evan Rusackas evan@preset.io Date: Wed Sep 2 23:13:58 2020 -0700

More Label touchups (margins) (#10722)

* labels with onClick don't need .pointer. No labels need `m-r-5`

* making Timer a proper Label

* a little linting

* addresing (helpful, thanks) comment
dpgaspar commented 4 years ago

Check the output from docker logs superset_node -f and see if it has completed without errors

imavo commented 4 years ago

@dpgaspar Command docker logs superset_node -f gives more than 30,000 lines.

I'm unsure what to look for, apart from keywords like error, so it would help if you could give more details of what I should be looking for.

The following lines look like potential issues:

Skipping 'fsevents' build as platform linux is not supported
(repeated several times)


<s> [webpack.Progress] 98% after emitting SizeLimitsPlugin
^[[32mNo type errors found^[[39m
Version: typescript ^[[1m3.8.3^[[22m
Time: ^[[1m22993^[[22mms
<s> [webpack.Progress] 100% 

   7749 modules 

... Error from chokidar (/app/superset-frontend/node_modules/@deck.gl/core/dist/esm/utils): Error: ENOSPC: System limit for number of file watchers reached, watch '/app/superset-frontend/node_modules/@deck.gl/core/dist/esm/utils/flatten.js.map' (above message gets repeated many times).

Note that there is no issue with diskspace on the host computer.

dpgaspar commented 4 years ago

Looking at your steps to reproduce the "bug" again, I see no docker-compose build have you done that?

imavo commented 4 years ago

@dpgaspar The instrctions at https://superset.incubator.apache.org/installation.html specify only to run docker-compose up. So I have not done a docker-compose build, as it is unclear to me at what point I should run that command , before /after docker-compose up . Could you please clarify?

imavo commented 4 years ago

@dpgaspar I ran: docker-compose down docker-compose build docker-compose up

When it had completed, I opened the browser to http://localhost:8088 and this time, the welcome screen appears to be functional.

So it seems that in my case the docker-compose build is a necessary step, but somehow this is not mentioned at the instructions page currently. This is a gotcha. Would be useful if the documentation page at https://superset.incubator.apache.org/installation.html could be updated to give newbies a clue.

dpgaspar commented 4 years ago

Glad you were able to get it working. The first docker-compose up should build everything, but your probably right this should be a mentioned step on the docs

HendrikPetertje commented 3 years ago

I just built superset as per instructions on https://superset.incubator.apache.org/installation.html And I'm being thrown into a completely blank page after login on my initial run:

image

I follwed the steps above, wiped my entire docker storage, executed docker-compose build followed by docker-compose up and Im not shown anything but the picture above (login screen works though)

Edit: So I went for lunch. upon coming back webpack had done its magic. upon closer inspection it seems that the data import for dummy data takes somewhere around 10 minutes to initialize, making it look like everything is done. so for others dealing with this, go grab a coffee and check back in 30 minutes, should work by then ;)

XiaoConstantine commented 3 years ago

Similar experience: image

This is what I got after clone the repo and follow the instructions described here: https://superset.incubator.apache.org/installation.html

superset_app             | 172.21.0.1 - - [19/Nov/2020 18:01:19] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -
superset_app             | INFO:werkzeug:172.21.0.1 - - [19/Nov/2020 18:01:19] "GET /static/assets/images/loading.gif HTTP/1.1" 404 -

Seems getting 404 for these static assets

nytai commented 3 years ago

Your static assets have built yet. What the output of the superset_node container? Has it finished running the webpack build processs?

lucaxsilveira commented 3 years ago

Following, same problem here

Vahanerevan commented 3 years ago

+1

lucaxsilveira commented 3 years ago

Solved: You just need to wait, webpack takes some time to build your assets. Just leave in background and wait for magic.

ratneshmurugesangale commented 3 years ago

@lucaxsilveira is right.

If you have a network connection that is slow then please wait for approx. 30 mins to load all the chart files; for others it should be fast.

Screen Shot 2020-12-02 at 5 30 52 PM

After a couple of mins..

Screen Shot 2020-12-02 at 5 35 24 PM
solancer commented 3 years ago

I guess it just takes a long time to build and run, better build, load configuration is required.

haydn commented 3 years ago

Wow, it sure does take a long time. It took nearly an hour just to install all the packages on my machine:

superset_node            | added 5715 packages from 2250 contributors and audited 5765 packages in 3187.699s

Then the webpack build itself was another ~30mins.

javidsch commented 3 years ago

I'm testing it now.... and waiting 30+ min...

Result is the same(white-screen with 2 buttons), and the resources are not found. http://localhost:8088/static/assets/images/loading.gif http://localhost:8088/static/assets/images/superset-logo-horiz.png

Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

How to check which process is running in background?

$ docker logs superset_node -f npm WARN using --force I sure hope you know what you are doing. /usr/local/bin/webpack-cli -> /usr/local/lib/node_modules/webpack-cli/bin/cli.js /usr/local/bin/webpack -> /usr/local/lib/node_modules/webpack/bin/webpack.js

  • webpack-cli@4.5.0
  • webpack@5.21.2 added 126 packages from 161 contributors in 36.031s npm WARN using --force I sure hope you know what you are doing.