You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/27 14:29:42 UTC

[GitHub] [incubator-superset] alirezas opened a new issue #11082: flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host Is the server running on host "db" (172.26.0.3) and accepting TCP/IP connections on port 5432?

alirezas opened a new issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082


   I'm trying to install the latest release `0.37.1` but during `docker-compose up` i give these errors:
   
   ```
   ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   ```
   
   and then:
   
   ```
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.26.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.26.0.3) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.26.0.3) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.26.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps edited a comment on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps edited a comment on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-703655378


   Are you using an external database named **db** for a superset. It couldn't connect to the meta-database. Kindly check it did you overwrite exiting database config.
   ```
   superset_worker          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-703238620


   > superset_tests_worker    | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "test" does not exist
   
   This issue was related to the metadatabase connection. Check once do you have **test** database existing in postgres instance? 
   `superset_tests_worker    | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "test" does not exist`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] alirezas commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
alirezas commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-699915781


   the same problem exists
   
   log for `docker-compose build --no-cache`
   ```
   redis uses an image, skipping
   db uses an image, skipping
   superset-node uses an image, skipping
   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/
    ---> 848d66a1a66f
   Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/
    ---> 7f6e2b26f280
   Step 4/6 : USER root
    ---> Running in e92863513b02
   Removing intermediate container e92863513b02
    ---> 3b63d36b3468
   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 8fb70835b6a2
   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: 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)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5b5e085908>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5b5e085b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5b5e0218d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5b5e02b668>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5b5e02b898>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   ERROR: Could not find a version that satisfies the requirement pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0) (from versions: none)
   ERROR: No matching distribution found for pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0)
   Removing intermediate container 8fb70835b6a2
    ---> cca5ca1bf680
   Step 6/6 : USER superset
    ---> Running in 16dfafc755fb
   Removing intermediate container 16dfafc755fb
    ---> 830f08217168
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built 830f08217168
   Successfully tagged incubator-superset_superset:latest
   Building superset-init
   Step 1/6 : FROM preset/superset:dev
    ---> 5e7667de08c2
   Step 2/6 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
    ---> 561cbb7550b9
   Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/
    ---> c356401ab7cc
   Step 4/6 : USER root
    ---> Running in 183c64addb6c
   Removing intermediate container 183c64addb6c
    ---> 2f578844efc9
   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 1938873dc1ef
   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: 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)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ff62102c4a8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ff621179208>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ff62101ccf8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ff62101cf98>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ff62101c5c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   ERROR: Could not find a version that satisfies the requirement pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0) (from versions: none)
   ERROR: No matching distribution found for pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0)
   Removing intermediate container 1938873dc1ef
    ---> 9167db551ce2
   Step 6/6 : USER superset
    ---> Running in ae0b35b6a582
   Removing intermediate container ae0b35b6a582
    ---> b32ef17c923e
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built b32ef17c923e
   Successfully tagged incubator-superset_superset-init:latest
   Building superset-worker
   Step 1/6 : FROM preset/superset:dev
    ---> 5e7667de08c2
   Step 2/6 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
    ---> 427782872bce
   Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/
    ---> 881bc557f590
   Step 4/6 : USER root
    ---> Running in 5939487b13e8
   Removing intermediate container 5939487b13e8
    ---> 5e7b34759306
   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 0bef295da5f9
   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: 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)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f48585c6470>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f485854ab00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4858562b70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4858562c18>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f48585626d8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   ERROR: Could not find a version that satisfies the requirement pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0) (from versions: none)
   ERROR: No matching distribution found for pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0)
   Removing intermediate container 0bef295da5f9
    ---> 31635cd4ecf6
   Step 6/6 : USER superset
    ---> Running in 97d7334ee304
   Removing intermediate container 97d7334ee304
    ---> f3193acb042a
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built f3193acb042a
   Successfully tagged incubator-superset_superset-worker:latest
   Building superset-tests-worker
   Step 1/6 : FROM preset/superset:dev
    ---> 5e7667de08c2
   Step 2/6 : COPY ./requirements/*.txt ./docker/requirements-*.txt /app/requirements/
    ---> b53291f37292
   Step 3/6 : COPY ./setup.py ./MANIFEST.in /app/
    ---> 7bf02802b79b
   Step 4/6 : USER root
    ---> Running in 14cca778d3a8
   Removing intermediate container 14cca778d3a8
    ---> b47e59ae5c58
   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 e3fb0ad72c49
   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: 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)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbcb3cfa5f8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbcb3cfa2b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbcb3cfa9b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbcb3d03240>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbcb3d6cf28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pandas/
   ERROR: Could not find a version that satisfies the requirement pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0) (from versions: none)
   ERROR: No matching distribution found for pandas<1.2,>=1.1.2 (from apache-superset==0.999.0.dev0)
   Removing intermediate container e3fb0ad72c49
    ---> de75b74ec76f
   Step 6/6 : USER superset
    ---> Running in e79afdf4438e
   Removing intermediate container e79afdf4438e
    ---> 7c565165f608
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built 7c565165f608
   Successfully tagged incubator-superset_superset-tests-worker:latest
   ```
   
   log for `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
   abb454610128: Pull complete
   cb9fcd810109: Pull complete
   ec47b45aabd5: Pull complete
   1e0ca8f035cc: Pull complete
   2a84515c4921: Pull complete
   82b05e9043e1: Pull complete
   aeb401fb975d: Pull complete
   3a459c6d6103: Pull complete
   1a468736e354: Pull complete
   2308e9bc3771: Pull complete
   8dcf6283be4c: Pull complete
   a5a7039be658: Pull complete
   d4b6b67f010b: Pull complete
   dbfabe56f372: Pull complete
   Digest: sha256:c28b97689c3fc2ede878e9cced7607361764651da670ae7dfe6e1becd6603863
   Status: Downloaded newer image for postgres:10
   Pulling superset-node (node:12)...
   12: Pulling from library/node
   4f250268ed6a: Pull complete
   1b49aa113642: Pull complete
   c159512f4cc2: Pull complete
   8439168fd8dc: Pull complete
   55abbc6cc158: Pull complete
   e5c5821cd889: Pull complete
   fe68f8ffb64f: Pull complete
   310e01487093: Pull complete
   3d7627cf0abe: Pull complete
   Digest: sha256:8cfe7e8dc60095a4f9d25a3f0f208503559fa033a15e2ddd87dee85bec101a2e
   Status: Downloaded newer image for node:12
   Creating superset_db    ... done
   Creating superset_cache ... done
   Creating superset_tests_worker ... done
   Creating superset_init         ... done
   Creating superset_app          ... done
   Creating superset_node         ... done
   Creating superset_worker       ... done
   Attaching to superset_db, superset_cache, superset_tests_worker, superset_app, superset_init, superset_node, superset_worker
   superset_cache           | 1:C 28 Sep 10:12:20.162 # 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_cache           |                 _._
   superset_cache           |            _.-``__ ''-._
   superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
   superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._
   superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
   superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
   superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
   superset_cache           |   `-._    `-._  `-./  _.-'    _.-'
   superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io
   superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   superset_cache           |  |    `-._`-._        _.-'_.-'    |
   superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   superset_cache           |       `-._    `-.__.-'    _.-'
   superset_cache           |           `-._        _.-'
   superset_cache           |               `-.__.-'
   superset_cache           |
   superset_db              | 2020-09-28 10:12:20.180 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
   superset_db              | 2020-09-28 10:12:20.180 UTC [1] LOG:  listening on IPv6 address "::", port 5432
   superset_db              | 2020-09-28 10:12:20.180 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
   superset_cache           | 1:M 28 Sep 10:12:20.163 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
   superset_cache           | 1:M 28 Sep 10:12:20.163 # Server started, Redis version 3.2.12
   superset_cache           | 1:M 28 Sep 10:12:20.163 # 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_db              | 2020-09-28 10:12:20.186 UTC [25] LOG:  database system was shut down at 2020-09-27 14:04:21 UTC
   superset_db              | 2020-09-28 10:12:20.187 UTC [1] LOG:  database system is ready to accept connections
   superset_cache           | 1:M 28 Sep 10:12:20.163 # 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 28 Sep 10:12:20.163 * DB loaded from disk: 0.000 seconds
   superset_cache           | 1:M 28 Sep 10:12:20.163 * The server is now ready to accept connections on port 6379
   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_node            | npm WARN using --force I sure hope you know what you are doing.
   superset_init            | Traceback (most recent call last):
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 583, in _build_master
   superset_init            |     ws.require(__requires__)
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 900, in require
   superset_init            |     needed = self.resolve(parse_requirements(requirements))
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 791, in resolve
   superset_init            |     raise VersionConflict(dist, req).with_context(dependent_req)
   superset_init            | pkg_resources.ContextualVersionConflict: (pyarrow 0.17.1 (/usr/local/lib/python3.6/site-packages), Requirement.parse('pyarrow<1.1,>=1.0.1'), {'apache-superset'})
   superset_init            |
   superset_init            | During handling of the above exception, another exception occurred:
   superset_init            |
   superset_init            | Traceback (most recent call last):
   superset_init            |   File "/usr/local/bin/superset", line 6, in <module>
   superset_init            |     from pkg_resources import load_entry_point
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3251, in <module>
   superset_init            |     @_call_aside
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
   superset_init            |     f(*args, **kwargs)
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
   superset_init            |     working_set = WorkingSet._build_master()
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 585, in _build_master
   superset_init            |     return cls._build_from_requirements(__requires__)
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
   superset_init            |     dists = ws.resolve(reqs, Environment())
   superset_init            |   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve
   superset_init            |     raise DistributionNotFound(req, requirers)
   superset_init            | pkg_resources.DistributionNotFound: The 'pyarrow<1.1,>=1.0.1' distribution was not found and is required by apache-superset
   superset_init exited with code 1
   superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
   superset_app             |  * Environment: development
   superset_app             |  * Debug mode: on
   superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
   superset_app             |  * Restarting with stat
   superset_tests_worker    | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_db              | 2020-09-28 10:12:21.700 UTC [32] FATAL:  database "test" does not exist
   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) FATAL:  database "test" does not exist
   superset_tests_worker    |
   superset_tests_worker    | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_tests_worker    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_tests_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             |  * Debugger is active!
   superset_app             |  * Debugger PIN: 215-155-794
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_app             | /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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_app             | /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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_node            | npm ERR! code EAI_AGAIN
   superset_node            | npm ERR! errno EAI_AGAIN
   superset_node            | npm ERR! request to https://registry.npmjs.org/webpack failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org
   superset_node            |
   superset_node            | npm ERR! A complete log of this run can be found in:
   superset_node            | npm ERR!     /root/.npm/_logs/2020-09-28T10_12_41_238Z-debug.log
   superset_node exited with code 1
   superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker exited with code 1
   superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.27.0.3) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps removed a comment on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps removed a comment on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-703238620


   > superset_tests_worker    | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "test" does not exist
   
   This issue was related to the metadatabase connection. Check once do you have **test** database existing in postgres instance? 
   `superset_tests_worker    | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  database "test" does not exist`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nickdomnin commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
nickdomnin commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-711933114


   @alirezas Hey, i caught similar issues a few days ago installing version 0.37.2 on fresh Fedora machine.
   
   Whitelisting docker in firewall helps me to run superset. I used next commands for it:
   ```
   sudo firewall-cmd --permanent --zone=trusted --add-interface=docker0
   sudo firewall-cmd --permanent --zone=FedoraWorkstation --add-masquerade
   ```
   
   Also i see another issue in your logs:
   ```
   superset_init            | pkg_resources.ContextualVersionConflict: (pyarrow 0.17.1 (/usr/local/lib/python3.6/site-packages), Requirement.parse('pyarrow<1.1,>=1.0.1'), {'apache-superset'})
   ```
   
   It's appeared due to changed process of building superset docker images for development. As for now they depends on preset/superset:dev image from docker hub, but this image correlates with master branch (as I understand), but you have older version with different requirements specification for some packages. 
   
   Just change dependency in docker-compose.yml from Dockerfile-dev to Dockerfile to build images from scratch on every deploy or delete preset/superset:dev image and build it locally to resolve that issue using next commands:
   ```
   docker rmi preset/superset:dev
   docker build -t preset/superset:dev .
   ```
   
   Hope it will help you.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] dpgaspar commented on issue #11082: flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host Is the server running on host "db" (172.26.0.3) and accepting TCP/IP connections on port 5432?

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-699906821


   Try the following: `docker-compose build --no-cache` then `docker-compose up`. If the problem persists post the entire log of `docker-compose up`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #11082: flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host Is the server running on host "db" (172.26.0.3) and accepting TCP/IP connections on port 5432?

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-699642568


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.56. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps removed a comment on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps removed a comment on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-703653925


   > The log above is for the latest master. I tried with `0.37.1rc1` also and its the logs for it.
   > 
   > docker-compose build --no-cache
   > 
   > ```
   > 0) (0.1.3)
   > 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-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: 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: 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: 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: 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: 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: 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.3->apache-superset==0.999.0.dev0) (1.19.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad908>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad860>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad518>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8ae32f28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8ad885f8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container ecc86e073e4c
   >  ---> 59bfc7d8f975
   > Step 5/5 : USER superset
   >  ---> Running in 4af5ebc38b1e
   > Removing intermediate container 4af5ebc38b1e
   >  ---> fa2a4ba6dcb0
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built fa2a4ba6dcb0
   > Successfully tagged apache-superset-incubating-0371rc1_superset:latest
   > Building superset-init
   > Step 1/5 : FROM preset/superset:dev
   >  ---> 5e7667de08c2
   > Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
   >  ---> f3c2601d6331
   > Step 3/5 : USER root
   >  ---> Running in b526a82786e7
   > Removing intermediate container b526a82786e7
   >  ---> ffc63a221247
   > Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
   >  ---> Running in 3f992f077ede
   > 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.3 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)
   > Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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.3->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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191510a898>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191502fbe0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191502f7b8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f1915024b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f19150244e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container 3f992f077ede
   >  ---> 271f796e1636
   > Step 5/5 : USER superset
   >  ---> Running in 5f44ad64fe89
   > Removing intermediate container 5f44ad64fe89
   >  ---> 34a65bdc671c
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built 34a65bdc671c
   > Successfully tagged apache-superset-incubating-0371rc1_superset-init:latest
   > Building superset-worker
   > Step 1/5 : FROM preset/superset:dev
   >  ---> 5e7667de08c2
   > Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
   >  ---> 15110256e8d4
   > Step 3/5 : USER root
   >  ---> Running in d610269860b5
   > Removing intermediate container d610269860b5
   >  ---> 2f98d8ec787f
   > Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
   >  ---> Running in 9458fbfceec3
   > 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.3 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)
   > Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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-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: 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.3->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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb24f6c18>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb241f9b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb241f828>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb24176d8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb2417a58>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container 9458fbfceec3
   >  ---> 026b83431dac
   > Step 5/5 : USER superset
   >  ---> Running in 574cf14303dc
   > Removing intermediate container 574cf14303dc
   >  ---> 2c3c122d69f2
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built 2c3c122d69f2
   > Successfully tagged apache-superset-incubating-0371rc1_superset-worker:latest
   > Building superset-tests-worker
   > Step 1/5 : FROM preset/superset:dev
   >  ---> 5e7667de08c2
   > Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
   >  ---> 18ce2b066a29
   > Step 3/5 : USER root
   >  ---> Running in 2068e2dd4b0a
   > Removing intermediate container 2068e2dd4b0a
   >  ---> 5f0190e28baa
   > Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
   >  ---> Running in 436ffaafb361
   > 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.3 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)
   > Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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-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: 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-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: 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-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: 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: 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.3->apache-superset==0.999.0.dev0) (1.19.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435865a20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435865b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435804470>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435804978>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f44358409e8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container 436ffaafb361
   >  ---> cb53e286e1ea
   > Step 5/5 : USER superset
   >  ---> Running in 27af070c9630
   > Removing intermediate container 27af070c9630
   >  ---> cc17193ccfd2
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built cc17193ccfd2
   > Successfully tagged apache-superset-incubating-0371rc1_superset-tests-worker:latest
   > ```
   > 
   > docker-compose up
   > 
   > ```
   > Creating network "apache-superset-incubating-0371rc1_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
   > abb454610128: Pull complete
   > cb9fcd810109: Pull complete
   > ec47b45aabd5: Pull complete
   > 1e0ca8f035cc: Pull complete
   > 2a84515c4921: Pull complete
   > 82b05e9043e1: Pull complete
   > aeb401fb975d: Pull complete
   > 3a459c6d6103: Pull complete
   > 1a468736e354: Pull complete
   > 2308e9bc3771: Pull complete
   > 8dcf6283be4c: Pull complete
   > a5a7039be658: Pull complete
   > d4b6b67f010b: Pull complete
   > dbfabe56f372: Pull complete
   > Digest: sha256:c28b97689c3fc2ede878e9cced7607361764651da670ae7dfe6e1becd6603863
   > Status: Downloaded newer image for postgres:10
   > Pulling superset-node (node:10-jessie)...
   > 10-jessie: Pulling from library/node
   > e58952790bdd: Pull complete
   > 3b2ff14f8a79: Pull complete
   > 36c48eb095f4: Pull complete
   > fc3fddfd374f: Pull complete
   > 3ce942605076: Pull complete
   > c2c22abf3ed5: Pull complete
   > bb3e211be465: Pull complete
   > ed58ee8a22eb: Pull complete
   > Digest: sha256:2992199a64d91ad864e89f8bdf6f39ba0b41607c6280405a676a991218304af4
   > Status: Downloaded newer image for node:10-jessie
   > Creating superset_db    ... done
   > Creating superset_cache ... done
   > Creating superset_worker       ... done
   > Creating superset_app          ... done
   > Creating superset_init         ... done
   > Creating superset_node         ... done
   > Creating superset_tests_worker ... done
   > Attaching to superset_cache, superset_db, superset_tests_worker, superset_worker, superset_app, superset_node, superset_init
   > superset_db              |
   > superset_db              | PostgreSQL Database directory appears to contain a database; Skipping initialization
   > superset_db              |
   > 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_cache           | 1:C 28 Sep 10:23:16.245 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
   > superset_cache           |                 _._
   > superset_cache           |            _.-``__ ''-._
   > superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
   > superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._
   > superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
   > superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
   > superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
   > superset_cache           |   `-._    `-._  `-./  _.-'    _.-'
   > superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   > superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io
   > superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   > superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   > superset_cache           |  |    `-._`-._        _.-'_.-'    |
   > superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   > superset_cache           |       `-._    `-.__.-'    _.-'
   > superset_cache           |           `-._        _.-'
   > superset_cache           |               `-.__.-'
   > superset_cache           |
   > superset_db              | 2020-09-28 10:23:16.329 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
   > superset_db              | 2020-09-28 10:23:16.329 UTC [1] LOG:  listening on IPv6 address "::", port 5432
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # Server started, Redis version 3.2.12
   > superset_db              | 2020-09-28 10:23:16.330 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # 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_db              | 2020-09-28 10:23:16.335 UTC [25] LOG:  database system was shut down at 2020-09-27 14:25:14 UTC
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # 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_db              | 2020-09-28 10:23:16.338 UTC [1] LOG:  database system is ready to accept connections
   > superset_cache           | 1:M 28 Sep 10:23:16.246 * DB loaded from disk: 0.000 seconds
   > superset_cache           | 1:M 28 Sep 10:23:16.246 * The server is now ready to accept connections on port 6379
   > superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
   > superset_app             |  * Environment: development
   > superset_app             |  * Debug mode: on
   > superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
   > superset_app             |  * Restarting with stat
   > superset_tests_worker    | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_db              | 2020-09-28 10:23:17.752 UTC [32] FATAL:  database "test" does not exist
   > 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) FATAL:  database "test" does not exist
   > superset_tests_worker    |
   > superset_tests_worker    | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_tests_worker    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_tests_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_init            | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             |  * Debugger is active!
   > superset_app             |  * Debugger PIN: 269-154-077
   > 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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > 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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_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            | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_init            | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_init            | 	TCP/IP connections on port 5432?
   > superset_init            |
   > superset_init            | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_init            | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_init exited with code 1
   > superset_app             | /usr/local/lib/python3.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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_node            | npm ERR! code EAI_AGAIN
   > superset_node            | npm ERR! errno EAI_AGAIN
   > superset_node            | npm ERR! request to https://registry.npmjs.org/webpack failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org registry.npmjs.org:443
   > 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-28T10_23_37_292Z-debug.log
   > superset_node exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > ```
   Are you using external database named **db** for superset. It couldn't connect to the meta-database.
   
   ```
   superset_worker          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-703653925


   > The log above is for the latest master. I tried with `0.37.1rc1` also and its the logs for it.
   > 
   > docker-compose build --no-cache
   > 
   > ```
   > 0) (0.1.3)
   > 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-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: 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: 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: 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: 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: 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: 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.3->apache-superset==0.999.0.dev0) (1.19.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad908>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad860>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad518>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8ae32f28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8ad885f8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container ecc86e073e4c
   >  ---> 59bfc7d8f975
   > Step 5/5 : USER superset
   >  ---> Running in 4af5ebc38b1e
   > Removing intermediate container 4af5ebc38b1e
   >  ---> fa2a4ba6dcb0
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built fa2a4ba6dcb0
   > Successfully tagged apache-superset-incubating-0371rc1_superset:latest
   > Building superset-init
   > Step 1/5 : FROM preset/superset:dev
   >  ---> 5e7667de08c2
   > Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
   >  ---> f3c2601d6331
   > Step 3/5 : USER root
   >  ---> Running in b526a82786e7
   > Removing intermediate container b526a82786e7
   >  ---> ffc63a221247
   > Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
   >  ---> Running in 3f992f077ede
   > 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.3 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)
   > Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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.3->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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191510a898>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191502fbe0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191502f7b8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f1915024b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f19150244e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container 3f992f077ede
   >  ---> 271f796e1636
   > Step 5/5 : USER superset
   >  ---> Running in 5f44ad64fe89
   > Removing intermediate container 5f44ad64fe89
   >  ---> 34a65bdc671c
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built 34a65bdc671c
   > Successfully tagged apache-superset-incubating-0371rc1_superset-init:latest
   > Building superset-worker
   > Step 1/5 : FROM preset/superset:dev
   >  ---> 5e7667de08c2
   > Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
   >  ---> 15110256e8d4
   > Step 3/5 : USER root
   >  ---> Running in d610269860b5
   > Removing intermediate container d610269860b5
   >  ---> 2f98d8ec787f
   > Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
   >  ---> Running in 9458fbfceec3
   > 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.3 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)
   > Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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-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: 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.3->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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb24f6c18>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb241f9b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb241f828>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb24176d8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb2417a58>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container 9458fbfceec3
   >  ---> 026b83431dac
   > Step 5/5 : USER superset
   >  ---> Running in 574cf14303dc
   > Removing intermediate container 574cf14303dc
   >  ---> 2c3c122d69f2
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built 2c3c122d69f2
   > Successfully tagged apache-superset-incubating-0371rc1_superset-worker:latest
   > Building superset-tests-worker
   > Step 1/5 : FROM preset/superset:dev
   >  ---> 5e7667de08c2
   > Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
   >  ---> 18ce2b066a29
   > Step 3/5 : USER root
   >  ---> Running in 2068e2dd4b0a
   > Removing intermediate container 2068e2dd4b0a
   >  ---> 5f0190e28baa
   > Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
   >  ---> Running in 436ffaafb361
   > 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.3 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)
   > Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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-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: 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-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: 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-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: 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: 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.3->apache-superset==0.999.0.dev0) (1.19.1)
   > 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
   >   Found existing installation: apache-superset 0.999.0.dev0
   >     Uninstalling apache-superset-0.999.0.dev0:
   >       Successfully uninstalled apache-superset-0.999.0.dev0
   >   Running setup.py develop for apache-superset
   > Successfully installed apache-superset
   > Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   > Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435865a20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435865b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435804470>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435804978>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f44358409e8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   > ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   > ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   > Removing intermediate container 436ffaafb361
   >  ---> cb53e286e1ea
   > Step 5/5 : USER superset
   >  ---> Running in 27af070c9630
   > Removing intermediate container 27af070c9630
   >  ---> cc17193ccfd2
   > 
   > [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   > Successfully built cc17193ccfd2
   > Successfully tagged apache-superset-incubating-0371rc1_superset-tests-worker:latest
   > ```
   > 
   > docker-compose up
   > 
   > ```
   > Creating network "apache-superset-incubating-0371rc1_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
   > abb454610128: Pull complete
   > cb9fcd810109: Pull complete
   > ec47b45aabd5: Pull complete
   > 1e0ca8f035cc: Pull complete
   > 2a84515c4921: Pull complete
   > 82b05e9043e1: Pull complete
   > aeb401fb975d: Pull complete
   > 3a459c6d6103: Pull complete
   > 1a468736e354: Pull complete
   > 2308e9bc3771: Pull complete
   > 8dcf6283be4c: Pull complete
   > a5a7039be658: Pull complete
   > d4b6b67f010b: Pull complete
   > dbfabe56f372: Pull complete
   > Digest: sha256:c28b97689c3fc2ede878e9cced7607361764651da670ae7dfe6e1becd6603863
   > Status: Downloaded newer image for postgres:10
   > Pulling superset-node (node:10-jessie)...
   > 10-jessie: Pulling from library/node
   > e58952790bdd: Pull complete
   > 3b2ff14f8a79: Pull complete
   > 36c48eb095f4: Pull complete
   > fc3fddfd374f: Pull complete
   > 3ce942605076: Pull complete
   > c2c22abf3ed5: Pull complete
   > bb3e211be465: Pull complete
   > ed58ee8a22eb: Pull complete
   > Digest: sha256:2992199a64d91ad864e89f8bdf6f39ba0b41607c6280405a676a991218304af4
   > Status: Downloaded newer image for node:10-jessie
   > Creating superset_db    ... done
   > Creating superset_cache ... done
   > Creating superset_worker       ... done
   > Creating superset_app          ... done
   > Creating superset_init         ... done
   > Creating superset_node         ... done
   > Creating superset_tests_worker ... done
   > Attaching to superset_cache, superset_db, superset_tests_worker, superset_worker, superset_app, superset_node, superset_init
   > superset_db              |
   > superset_db              | PostgreSQL Database directory appears to contain a database; Skipping initialization
   > superset_db              |
   > 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_cache           | 1:C 28 Sep 10:23:16.245 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
   > superset_cache           |                 _._
   > superset_cache           |            _.-``__ ''-._
   > superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
   > superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._
   > superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
   > superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
   > superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
   > superset_cache           |   `-._    `-._  `-./  _.-'    _.-'
   > superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   > superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io
   > superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   > superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   > superset_cache           |  |    `-._`-._        _.-'_.-'    |
   > superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   > superset_cache           |       `-._    `-.__.-'    _.-'
   > superset_cache           |           `-._        _.-'
   > superset_cache           |               `-.__.-'
   > superset_cache           |
   > superset_db              | 2020-09-28 10:23:16.329 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
   > superset_db              | 2020-09-28 10:23:16.329 UTC [1] LOG:  listening on IPv6 address "::", port 5432
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # Server started, Redis version 3.2.12
   > superset_db              | 2020-09-28 10:23:16.330 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # 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_db              | 2020-09-28 10:23:16.335 UTC [25] LOG:  database system was shut down at 2020-09-27 14:25:14 UTC
   > superset_cache           | 1:M 28 Sep 10:23:16.246 # 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_db              | 2020-09-28 10:23:16.338 UTC [1] LOG:  database system is ready to accept connections
   > superset_cache           | 1:M 28 Sep 10:23:16.246 * DB loaded from disk: 0.000 seconds
   > superset_cache           | 1:M 28 Sep 10:23:16.246 * The server is now ready to accept connections on port 6379
   > superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
   > superset_app             |  * Environment: development
   > superset_app             |  * Debug mode: on
   > superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
   > superset_app             |  * Restarting with stat
   > superset_tests_worker    | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_db              | 2020-09-28 10:23:17.752 UTC [32] FATAL:  database "test" does not exist
   > 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) FATAL:  database "test" does not exist
   > superset_tests_worker    |
   > superset_tests_worker    | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_tests_worker    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_tests_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_init            | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             |  * Debugger is active!
   > superset_app             |  * Debugger PIN: 269-154-077
   > 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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > 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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_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            | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_init            | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_init            | 	TCP/IP connections on port 5432?
   > superset_init            |
   > superset_init            | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_init            | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_init exited with code 1
   > superset_app             | /usr/local/lib/python3.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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_node            | npm ERR! code EAI_AGAIN
   > superset_node            | npm ERR! errno EAI_AGAIN
   > superset_node            | npm ERR! request to https://registry.npmjs.org/webpack failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org registry.npmjs.org:443
   > 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-28T10_23_37_292Z-debug.log
   > superset_node exited with code 1
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   > superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_app             | 	TCP/IP connections on port 5432?
   > superset_app             |
   > superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   > superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   > superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   > superset_worker          | 	TCP/IP connections on port 5432?
   > superset_worker          |
   > superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   > superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   > superset_worker exited with code 1
   > ```
   Are you using external database named **db** for superset. It couldn't connect to the meta-database.
   
   ```
   superset_worker          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] dpgaspar commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-699916711


   I'll try to reproduce, is this the latest master?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] alirezas commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
alirezas commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-704189450


   No, I'm not change anything in configs


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-704756875


   @alirezas  Above solution will not works.
   
   @dpgaspar I tested with the latest docker-compose file in my VM, everything works.  Looks like **db** host doesn't work in his case. 
   Here so far I narrow down the issue based his logs and tested my own.
   
   1. By existing database with a different user_name and password, we'll get error following
   ```
   superset_db              | 2020-10-07 06:42:51.806 UTC [35] FATAL:  password authentication failed for user "superset"
   superset_db              | 2020-10-07 06:42:51.806 UTC [35] DETAIL:  Password does not match for user "superset".
   superset_db              | 	Connection matched pg_hba.conf line 95: "host all all all md5"
   superset_app             | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
   superset_app             |   "Flask-Caching: CACHE_TYPE is set to null, "
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) FATAL:  password authentication failed for user "superset"
   ```
   
   2. If hostname doesn't exit
   ```
   By new hostname which does not exist.
   
   superset_init            | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_init            | /usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
   superset_init            |   "Flask-Caching: CACHE_TYPE is set to null, "
   superset_init            | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not translate host name "dbs" to address: Name or service not know
   ``` 
   3. If the hostname does exit but couldn't connect to the port.
   ```
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: Connection refused
   superset_app             | 	Is the server running on host "127.0.0.1" and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             | 
   ```
   As far he's using same host **db** which default in docker/.env which needs to work.
   ```
   superset_worker          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   ```
   
   In logs shows the default network created perfectly so no issue with network. 
   ```
   Creating network "apache-superset-incubating-0371rc1_default" with the default driver
   ```
   @dpgaspar Is it might be database haven't started yet and we need to add health check?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai closed issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
nytai closed issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nickdomnin edited a comment on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
nickdomnin edited a comment on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-711933114


   @alirezas Hey, i caught similar issues a few days ago installing version 0.37.2 on fresh Fedora machine.
   
   Whitelisting docker in firewall helps me to run superset. I used next commands for it:
   ```
   sudo firewall-cmd --permanent --zone=trusted --add-interface=docker0
   sudo firewall-cmd --permanent --zone=FedoraWorkstation --add-masquerade
   ```
   Without it docker have some strange issues with networking. Such as failures in resolving some external hosts from global DNS and problems with intercommunications between containers.
   
   Also i see another issue in your logs:
   ```
   superset_init            | pkg_resources.ContextualVersionConflict: (pyarrow 0.17.1 (/usr/local/lib/python3.6/site-packages), Requirement.parse('pyarrow<1.1,>=1.0.1'), {'apache-superset'})
   ```
   
   It's appeared due to changed process of building superset docker images for development. As for now they depends on preset/superset:dev image from docker hub, but this image correlates with master branch (as I understand), but you have older version with different requirements specification for some packages. 
   
   Just change dependency in docker-compose.yml from Dockerfile-dev to Dockerfile to build images from scratch on every deploy or delete preset/superset:dev image and build it locally to resolve that issue using next commands:
   ```
   docker rmi preset/superset:dev
   docker build -t preset/superset:dev .
   ```
   
   Hope it will help you.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-703655378


   Are you using an external database named **db** for a superset. It couldn't connect to the meta-database. Kindly check it did you overwrite exiting database config.
   
   ``
   superset_worker          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] jaganineleaps commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
jaganineleaps commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-704383711


   @alirezas The root cause for the above issue was host **db** does exist with different password. That's why database initialization skipped. Kindly check in `docker volume ls`
   
   ```
   superset_db              | PostgreSQL Database directory appears to contain a database; Skipping initialization
   ```
   
   Due to the password issue containers were couldn't connect to the meta-database(superset_worker, superset_app, superset_init)
   
   ```
   superset_worker          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   ```
   
   If you already know existing password of host **db** then update them on docker/.env file.
   ```
   POSTGRES_DB=superset
   POSTGRES_USER=superset
   POSTGRES_PASSWORD=superset
   ```
   else you could delete database volume then do fresh install.
   ```
   docker-compose down -v && docker-compose build && docker-compose up -d
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] alirezas commented on issue #11082: ERROR: No matching distribution found

Posted by GitBox <gi...@apache.org>.
alirezas commented on issue #11082:
URL: https://github.com/apache/incubator-superset/issues/11082#issuecomment-699922244


   The log above is for the latest master. I tried with `0.37.1rc1` also and its the logs for it.
   
   docker-compose build --no-cache
   
   ```
   0) (0.1.3)
   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-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: 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: 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: 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: 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: 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: 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.3->apache-superset==0.999.0.dev0) (1.19.1)
   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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
     Found existing installation: apache-superset 0.999.0.dev0
       Uninstalling apache-superset-0.999.0.dev0:
         Successfully uninstalled apache-superset-0.999.0.dev0
     Running setup.py develop for apache-superset
   Successfully installed apache-superset
   Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad908>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad860>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8adad518>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8ae32f28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fdb8ad885f8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   Removing intermediate container ecc86e073e4c
    ---> 59bfc7d8f975
   Step 5/5 : USER superset
    ---> Running in 4af5ebc38b1e
   Removing intermediate container 4af5ebc38b1e
    ---> fa2a4ba6dcb0
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built fa2a4ba6dcb0
   Successfully tagged apache-superset-incubating-0371rc1_superset:latest
   Building superset-init
   Step 1/5 : FROM preset/superset:dev
    ---> 5e7667de08c2
   Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
    ---> f3c2601d6331
   Step 3/5 : USER root
    ---> Running in b526a82786e7
   Removing intermediate container b526a82786e7
    ---> ffc63a221247
   Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
    ---> Running in 3f992f077ede
   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.3 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)
   Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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.3->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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
     Found existing installation: apache-superset 0.999.0.dev0
       Uninstalling apache-superset-0.999.0.dev0:
         Successfully uninstalled apache-superset-0.999.0.dev0
     Running setup.py develop for apache-superset
   Successfully installed apache-superset
   Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191510a898>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191502fbe0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f191502f7b8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f1915024b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f19150244e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   Removing intermediate container 3f992f077ede
    ---> 271f796e1636
   Step 5/5 : USER superset
    ---> Running in 5f44ad64fe89
   Removing intermediate container 5f44ad64fe89
    ---> 34a65bdc671c
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built 34a65bdc671c
   Successfully tagged apache-superset-incubating-0371rc1_superset-init:latest
   Building superset-worker
   Step 1/5 : FROM preset/superset:dev
    ---> 5e7667de08c2
   Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
    ---> 15110256e8d4
   Step 3/5 : USER root
    ---> Running in d610269860b5
   Removing intermediate container d610269860b5
    ---> 2f98d8ec787f
   Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
    ---> Running in 9458fbfceec3
   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.3 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)
   Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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-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: 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.3->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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
     Found existing installation: apache-superset 0.999.0.dev0
       Uninstalling apache-superset-0.999.0.dev0:
         Successfully uninstalled apache-superset-0.999.0.dev0
     Running setup.py develop for apache-superset
   Successfully installed apache-superset
   Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb24f6c18>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb241f9b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb241f828>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb24176d8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5fb2417a58>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   Removing intermediate container 9458fbfceec3
    ---> 026b83431dac
   Step 5/5 : USER superset
    ---> Running in 574cf14303dc
   Removing intermediate container 574cf14303dc
    ---> 2c3c122d69f2
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built 2c3c122d69f2
   Successfully tagged apache-superset-incubating-0371rc1_superset-worker:latest
   Building superset-tests-worker
   Step 1/5 : FROM preset/superset:dev
    ---> 5e7667de08c2
   Step 2/5 : COPY ./requirements* ./docker/requirements* /app/
    ---> 18ce2b066a29
   Step 3/5 : USER root
    ---> Running in 2068e2dd4b0a
   Removing intermediate container 2068e2dd4b0a
    ---> 5f0190e28baa
   Step 4/5 : RUN cd /app     && pip install -e .     && pip install --no-cache -r requirements.txt -r requirements-dev.txt     && pip install --no-cache -r requirements-extra.txt     && pip install --no-cache -r requirements-local.txt || true
    ---> Running in 436ffaafb361
   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.3 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)
   Requirement already satisfied: pyarrow<0.18,>=0.17.0 in /usr/local/lib/python3.6/site-packages (from apache-superset==0.999.0.dev0) (0.17.1)
   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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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-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: 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-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: 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-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: 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: 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.3->apache-superset==0.999.0.dev0) (1.19.1)
   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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: apache-superset
     Found existing installation: apache-superset 0.999.0.dev0
       Uninstalling apache-superset-0.999.0.dev0:
         Successfully uninstalled apache-superset-0.999.0.dev0
     Running setup.py develop for apache-superset
   Successfully installed apache-superset
   Requirement already satisfied: aiohttp==3.6.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 7)) (3.6.2)
   Requirement already satisfied: alembic==1.4.2 in /usr/local/lib/python3.6/site-packages (from -r requirements.txt (line 8)) (1.4.2)
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435865a20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435865b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435804470>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4435804978>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f44358409e8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/amqp/
   ERROR: Could not find a version that satisfies the requirement amqp==2.6.0 (from -r requirements.txt (line 9)) (from versions: none)
   ERROR: No matching distribution found for amqp==2.6.0 (from -r requirements.txt (line 9))
   Removing intermediate container 436ffaafb361
    ---> cb53e286e1ea
   Step 5/5 : USER superset
    ---> Running in 27af070c9630
   Removing intermediate container 27af070c9630
    ---> cc17193ccfd2
   
   [Warning] One or more build-args [NPM_BUILD_CMD] were not consumed
   Successfully built cc17193ccfd2
   Successfully tagged apache-superset-incubating-0371rc1_superset-tests-worker:latest
   ```
   
   docker-compose up
   
   ```
   Creating network "apache-superset-incubating-0371rc1_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
   abb454610128: Pull complete
   cb9fcd810109: Pull complete
   ec47b45aabd5: Pull complete
   1e0ca8f035cc: Pull complete
   2a84515c4921: Pull complete
   82b05e9043e1: Pull complete
   aeb401fb975d: Pull complete
   3a459c6d6103: Pull complete
   1a468736e354: Pull complete
   2308e9bc3771: Pull complete
   8dcf6283be4c: Pull complete
   a5a7039be658: Pull complete
   d4b6b67f010b: Pull complete
   dbfabe56f372: Pull complete
   Digest: sha256:c28b97689c3fc2ede878e9cced7607361764651da670ae7dfe6e1becd6603863
   Status: Downloaded newer image for postgres:10
   Pulling superset-node (node:10-jessie)...
   10-jessie: Pulling from library/node
   e58952790bdd: Pull complete
   3b2ff14f8a79: Pull complete
   36c48eb095f4: Pull complete
   fc3fddfd374f: Pull complete
   3ce942605076: Pull complete
   c2c22abf3ed5: Pull complete
   bb3e211be465: Pull complete
   ed58ee8a22eb: Pull complete
   Digest: sha256:2992199a64d91ad864e89f8bdf6f39ba0b41607c6280405a676a991218304af4
   Status: Downloaded newer image for node:10-jessie
   Creating superset_db    ... done
   Creating superset_cache ... done
   Creating superset_worker       ... done
   Creating superset_app          ... done
   Creating superset_init         ... done
   Creating superset_node         ... done
   Creating superset_tests_worker ... done
   Attaching to superset_cache, superset_db, superset_tests_worker, superset_worker, superset_app, superset_node, superset_init
   superset_db              |
   superset_db              | PostgreSQL Database directory appears to contain a database; Skipping initialization
   superset_db              |
   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_cache           | 1:C 28 Sep 10:23:16.245 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
   superset_cache           |                 _._
   superset_cache           |            _.-``__ ''-._
   superset_cache           |       _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000/0) 64 bit
   superset_cache           |   .-`` .-```.  ```\/    _.,_ ''-._
   superset_cache           |  (    '      ,       .-`  | `,    )     Running in standalone mode
   superset_cache           |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
   superset_cache           |  |    `-._   `._    /     _.-'    |     PID: 1
   superset_cache           |   `-._    `-._  `-./  _.-'    _.-'
   superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   superset_cache           |  |    `-._`-._        _.-'_.-'    |           http://redis.io
   superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   superset_cache           |  |`-._`-._    `-.__.-'    _.-'_.-'|
   superset_cache           |  |    `-._`-._        _.-'_.-'    |
   superset_cache           |   `-._    `-._`-.__.-'_.-'    _.-'
   superset_cache           |       `-._    `-.__.-'    _.-'
   superset_cache           |           `-._        _.-'
   superset_cache           |               `-.__.-'
   superset_cache           |
   superset_db              | 2020-09-28 10:23:16.329 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
   superset_db              | 2020-09-28 10:23:16.329 UTC [1] LOG:  listening on IPv6 address "::", port 5432
   superset_cache           | 1:M 28 Sep 10:23:16.246 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
   superset_cache           | 1:M 28 Sep 10:23:16.246 # Server started, Redis version 3.2.12
   superset_db              | 2020-09-28 10:23:16.330 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
   superset_cache           | 1:M 28 Sep 10:23:16.246 # 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_db              | 2020-09-28 10:23:16.335 UTC [25] LOG:  database system was shut down at 2020-09-27 14:25:14 UTC
   superset_cache           | 1:M 28 Sep 10:23:16.246 # 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_db              | 2020-09-28 10:23:16.338 UTC [1] LOG:  database system is ready to accept connections
   superset_cache           | 1:M 28 Sep 10:23:16.246 * DB loaded from disk: 0.000 seconds
   superset_cache           | 1:M 28 Sep 10:23:16.246 * The server is now ready to accept connections on port 6379
   superset_app             |  * Serving Flask app "superset.app:create_app()" (lazy loading)
   superset_app             |  * Environment: development
   superset_app             |  * Debug mode: on
   superset_app             |  * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)
   superset_app             |  * Restarting with stat
   superset_tests_worker    | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_db              | 2020-09-28 10:23:17.752 UTC [32] FATAL:  database "test" does not exist
   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) FATAL:  database "test" does not exist
   superset_tests_worker    |
   superset_tests_worker    | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_tests_worker    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_tests_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_init            | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             |  * Debugger is active!
   superset_app             |  * Debugger PIN: 269-154-077
   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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_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            | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_init            | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_init            | 	TCP/IP connections on port 5432?
   superset_init            |
   superset_init            | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_init            | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_init exited with code 1
   superset_app             | /usr/local/lib/python3.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             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_node            | npm ERR! code EAI_AGAIN
   superset_node            | npm ERR! errno EAI_AGAIN
   superset_node            | npm ERR! request to https://registry.npmjs.org/webpack failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org registry.npmjs.org:443
   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-28T10_23_37_292Z-debug.log
   superset_node exited with code 1
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_app             | INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   superset_app             | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_app             | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_app             | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_app             | 	TCP/IP connections on port 5432?
   superset_app             |
   superset_app             | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | INFO:superset.utils.logging_configurator:logging was configured successfully
   superset_worker          | /usr/local/lib/python3.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          | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No route to host
   superset_worker          | 	Is the server running on host "db" (172.28.0.2) and accepting
   superset_worker          | 	TCP/IP connections on port 5432?
   superset_worker          |
   superset_worker          | (Background on this error at: http://sqlalche.me/e/13/e3q8)
   superset_worker          | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset_worker exited with code 1
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org