lucasgonze@Lucass-MacBook-Air sbom % git clone https://github.com/nexB/scancode.io.git && cd scancode.io Cloning into 'scancode.io'... remote: Enumerating objects: 4058, done. remote: Counting objects: 100% (164/164), done. remote: Compressing objects: 100% (96/96), done. remote: Total 4058 (delta 97), reused 103 (delta 65), pack-reused 3894 Receiving objects: 100% (4058/4058), 21.62 MiB | 11.17 MiB/s, done. Resolving deltas: 100% (2797/2797), done. lucasgonze@Lucass-MacBook-Air scancode.io % make envfile -> Create the .env file and generate a secret key lucasgonze@Lucass-MacBook-Air scancode.io % docker-compose build db uses an image, skipping redis uses an image, skipping nginx uses an image, skipping Building web [+] Building 379.0s (12/12) FINISHED => [internal] load build definition from Dockerfile 0.2s => => transferring dockerfile: 2.07kB 0.1s => [internal] load .dockerignore 0.1s => => transferring context: 326B 0.0s => [internal] load metadata for docker.io/library/python:3.9 2.7s => [1/7] FROM docker.io/library/python:3.9@sha256:bf6f8b201ffac79a1b9fded783e7f0547ad2c2e3e48e96a7a23855c3de14df4b 71.2s => => resolve docker.io/library/python:3.9@sha256:bf6f8b201ffac79a1b9fded783e7f0547ad2c2e3e48e96a7a23855c3de14df4b 0.0s => => sha256:bf6f8b201ffac79a1b9fded783e7f0547ad2c2e3e48e96a7a23855c3de14df4b 2.35kB / 2.35kB 0.0s => => sha256:2518e00b368b533389f0b0934c123d15b364bea00270c25855714afaf7948078 2.22kB / 2.22kB 0.0s => => sha256:f88f0508dc467046a760e8ea0bb5c5861ff4e0ade96226ca4700abd1bd28b696 8.60kB / 8.60kB 0.0s => => sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 8.1s => => sha256:cb5b7ae361722f070eca53f35823ed21baa85d61d5d95cd5a95ab53d740cdd56 10.87MB / 10.87MB 3.5s => => sha256:9b829c73b52b92b97d5c07a54fb0f3e921995a296c714b53a32ae67d19231fcd 5.15MB / 5.15MB 2.2s => => sha256:6494e4811622b31c027ccac322ca463937fd805f569a93e6f15c01aade718793 54.57MB / 54.57MB 14.6s => => sha256:6f9f74896dfa93fe0172f594faba85e0b4e8a0481a0fefd9112efc7e4d3c78f7 196.51MB / 196.51MB 25.4s => => sha256:fcb6d5f7c98604476fda91fe5f61be5b56fdc398814fb15f7ea998f53023e774 6.29MB / 6.29MB 9.2s => => sha256:113344dee6600d7c519481610dc55f82d60cc79671b1abc923af25ee94540f60 17.74MB / 17.74MB 13.6s => => extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 17.5s => => sha256:0cec34188c5a002b80dad4a0101dbbdcaaf7f3f1840a3d2096e14ed2d5a50a61 233B / 233B 14.0s => => sha256:38d2af50606a944d5e31767582acee00b9579ad2f5216445d1325c29162c77e1 2.35MB / 2.35MB 14.7s => => extracting sha256:9b829c73b52b92b97d5c07a54fb0f3e921995a296c714b53a32ae67d19231fcd 0.7s => => extracting sha256:cb5b7ae361722f070eca53f35823ed21baa85d61d5d95cd5a95ab53d740cdd56 0.9s => => extracting sha256:6494e4811622b31c027ccac322ca463937fd805f569a93e6f15c01aade718793 8.6s => => extracting sha256:6f9f74896dfa93fe0172f594faba85e0b4e8a0481a0fefd9112efc7e4d3c78f7 25.3s => => extracting sha256:fcb6d5f7c98604476fda91fe5f61be5b56fdc398814fb15f7ea998f53023e774 0.9s => => extracting sha256:113344dee6600d7c519481610dc55f82d60cc79671b1abc923af25ee94540f60 2.0s => => extracting sha256:0cec34188c5a002b80dad4a0101dbbdcaaf7f3f1840a3d2096e14ed2d5a50a61 0.0s => => extracting sha256:38d2af50606a944d5e31767582acee00b9579ad2f5216445d1325c29162c77e1 0.9s => [internal] load build context 1.1s => => transferring context: 3.39MB 1.1s => [2/7] WORKDIR /app 0.8s => [3/7] RUN apt-get update && apt-get install -y --no-install-recommends bzip2 xz-utils zlib1g libxml2-dev 106.3s => [4/7] RUN mkdir -p /var/scancodeio/static/ && mkdir -p /var/scancodeio/workspace/ 0.8s => [5/7] COPY setup.cfg setup.py /app/ 0.1s => [6/7] RUN pip install . 164.1s => [7/7] COPY . /app 0.2s => exporting to image 32.3s => => exporting layers 32.2s => => writing image sha256:d8fea8455bf088ecf286c341068dc38e7e865255d1772f1af9b9076a5d969fa5 0.0s => => naming to docker.io/library/scancodeio_web 0.0s Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them Building worker [+] Building 1.8s (12/12) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 37B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 35B 0.0s => [internal] load metadata for docker.io/library/python:3.9 1.5s => [internal] load build context 0.1s => => transferring context: 10.75kB 0.1s => [1/7] FROM docker.io/library/python:3.9@sha256:bf6f8b201ffac79a1b9fded783e7f0547ad2c2e3e48e96a7a23855c3de14df4b 0.0s => CACHED [2/7] WORKDIR /app 0.0s => CACHED [3/7] RUN apt-get update && apt-get install -y --no-install-recommends bzip2 xz-utils zlib1g libxml2-de 0.0s => CACHED [4/7] RUN mkdir -p /var/scancodeio/static/ && mkdir -p /var/scancodeio/workspace/ 0.0s => CACHED [5/7] COPY setup.cfg setup.py /app/ 0.0s => CACHED [6/7] RUN pip install . 0.0s => CACHED [7/7] COPY . /app 0.0s => exporting to image 0.0s => => exporting layers 0.0s => => writing image sha256:d8fea8455bf088ecf286c341068dc38e7e865255d1772f1af9b9076a5d969fa5 0.0s => => naming to docker.io/library/scancodeio_worker 0.0s Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them lucasgonze@Lucass-MacBook-Air scancode.io % docker-compose up Creating network "scancodeio_default" with the default driver Creating volume "scancodeio_db_data" with default driver Creating volume "scancodeio_redis_data" with default driver Creating volume "scancodeio_static" with default driver Creating volume "scancodeio_workspace" with default driver Pulling db (postgres:13)... 13: Pulling from library/postgres a2abf6c4d29d: Pull complete e1769f49f910: Pull complete 33a59cfee47c: Pull complete 461b2090c345: Pull complete 8ed8ab6290ac: Pull complete 495e42c822a0: Pull complete 18e858c71c58: Pull complete 594792c80d5f: Pull complete 8ce2d192c320: Pull complete 00cfe308d793: Pull complete 4c4a326c1cb3: Pull complete c9f2a6fdb326: Pull complete 9c1f873a68ce: Pull complete Digest: sha256:a63b1bd5dff73a9c1851a0f97e4c593a6b6e2cde6671811b1fa9d10d7e86b658 Status: Downloaded newer image for postgres:13 Pulling redis (redis:)... latest: Pulling from library/redis a2abf6c4d29d: Already exists c7a4e4382001: Pull complete 4044b9ba67c9: Pull complete c8388a79482f: Pull complete 413c8bb60be2: Pull complete 1abfd3011519: Pull complete Digest: sha256:db485f2e245b5b3329fdc7eff4eb00f913e09d8feb9ca720788059fdc2ed8339 Status: Downloaded newer image for redis:latest Pulling nginx (nginx:)... latest: Pulling from library/nginx a2abf6c4d29d: Already exists a9edb18cadd1: Pull complete 589b7251471a: Pull complete 186b1aaa4aa6: Pull complete b4df32aa5a72: Pull complete a0bcbecc962e: Pull complete Digest: sha256:0d17b565c37bcbd895e9d92315a05c1c3c9a29f762b011a10c54a66cd53c9b31 Status: Downloaded newer image for nginx:latest Creating scancodeio_redis_1 ... done Creating scancodeio_db_1 ... done Creating scancodeio_web_1 ... done Creating scancodeio_worker_1 ... done Creating scancodeio_nginx_1 ... done Attaching to scancodeio_redis_1, scancodeio_db_1, scancodeio_web_1, scancodeio_worker_1, scancodeio_nginx_1 db_1 | The files belonging to this database system will be owned by user "postgres". db_1 | This user must also own the server process. db_1 | db_1 | The database cluster will be initialized with locale "en_US.utf8". db_1 | The default database encoding has accordingly been set to "UTF8". db_1 | The default text search configuration will be set to "english". db_1 | db_1 | Data page checksums are disabled. db_1 | db_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok db_1 | creating subdirectories ... ok db_1 | selecting dynamic shared memory implementation ... posix db_1 | selecting default max_connections ... 100 nginx_1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration redis_1 | 1:C 20 Jan 2022 19:50:25.960 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis_1 | 1:C 20 Jan 2022 19:50:25.967 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started redis_1 | 1:C 20 Jan 2022 19:50:25.967 # Configuration loaded redis_1 | 1:M 20 Jan 2022 19:50:25.979 * monotonic clock: POSIX clock_gettime nginx_1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh redis_1 | 1:M 20 Jan 2022 19:50:25.992 * Running mode=standalone, port=6379. redis_1 | 1:M 20 Jan 2022 19:50:25.993 # Server initialized redis_1 | 1:M 20 Jan 2022 19:50:25.998 * Ready to accept connections db_1 | selecting default shared_buffers ... 128MB db_1 | selecting default time zone ... Etc/UTC db_1 | creating configuration files ... ok db_1 | running bootstrap script ... ok db_1 | performing post-bootstrap initialization ... ok db_1 | syncing data to disk ... ok db_1 | db_1 | db_1 | Success. You can now start the database server using: db_1 | db_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start db_1 | db_1 | initdb: warning: enabling "trust" authentication for local connections db_1 | You can change this by editing pg_hba.conf or using the option -A, or db_1 | --auth-local and --auth-host, the next time you run initdb. db_1 | waiting for server to start....2022-01-20 19:50:30.351 UTC [49] LOG: starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit db_1 | 2022-01-20 19:50:30.354 UTC [49] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" db_1 | 2022-01-20 19:50:30.366 UTC [50] LOG: database system was shut down at 2022-01-20 19:50:29 UTC db_1 | 2022-01-20 19:50:30.433 UTC [49] LOG: database system is ready to accept connections db_1 | done db_1 | server started nginx_1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf nginx_1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh nginx_1 | /docker-entrypoint.sh: Configuration complete; ready for start up nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: using the "epoll" event method nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: nginx/1.21.5 nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: built by gcc 10.2.1 20210110 (Debian 10.2.1-6) nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: OS: Linux 5.10.47-linuxkit nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: start worker processes nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: start worker process 30 nginx_1 | 2022/01/20 19:50:31 [notice] 1#1: start worker process 31 db_1 | CREATE DATABASE db_1 | db_1 | db_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* db_1 | db_1 | 2022-01-20 19:50:31.407 UTC [49] LOG: received fast shutdown request db_1 | waiting for server to shut down....2022-01-20 19:50:31.415 UTC [49] LOG: aborting any active transactions db_1 | 2022-01-20 19:50:31.424 UTC [49] LOG: background worker "logical replication launcher" (PID 56) exited with exit code 1 db_1 | 2022-01-20 19:50:31.425 UTC [51] LOG: shutting down db_1 | 2022-01-20 19:50:31.464 UTC [49] LOG: database system is shut down db_1 | done db_1 | server stopped db_1 | db_1 | PostgreSQL init process complete; ready for start up. db_1 | db_1 | 2022-01-20 19:50:31.593 UTC [1] LOG: starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit db_1 | 2022-01-20 19:50:31.595 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 db_1 | 2022-01-20 19:50:31.595 UTC [1] LOG: listening on IPv6 address "::", port 5432 db_1 | 2022-01-20 19:50:31.602 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" db_1 | 2022-01-20 19:50:31.611 UTC [63] LOG: database system was shut down at 2022-01-20 19:50:31 UTC db_1 | 2022-01-20 19:50:31.622 UTC [1] LOG: database system is ready to accept connections worker_1 | 19:50:36 Registering birth of worker 537d425ec5cb4dae9d7c9e3346485fb8 worker_1 | 19:50:36 Worker rq:worker:537d425ec5cb4dae9d7c9e3346485fb8: started, version 1.10.1 worker_1 | 19:50:36 Subscribing to channel rq:pubsub:537d425ec5cb4dae9d7c9e3346485fb8 worker_1 | 19:50:36 *** Listening on default... worker_1 | 19:50:36 Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds. worker_1 | 19:50:36 Cleaning registries for queue: default worker_1 | INFO Synchronizing QUEUED and RUNNING Runs with their related Jobs... web_1 | Operations to perform: web_1 | Apply all migrations: admin, auth, authtoken, contenttypes, django_rq, scanpipe, sessions web_1 | Running migrations: db_1 | 2022-01-20 19:50:36.080 UTC [72] ERROR: relation "scanpipe_run" does not exist at character 370 db_1 | 2022-01-20 19:50:36.080 UTC [72] STATEMENT: SELECT "scanpipe_run"."uuid", "scanpipe_run"."task_id", "scanpipe_run"."task_start_date", "scanpipe_run"."task_end_date", "scanpipe_run"."task_exitcode", "scanpipe_run"."task_output", "scanpipe_run"."project_id", "scanpipe_run"."pipeline_name", "scanpipe_run"."created_date", "scanpipe_run"."scancodeio_version", "scanpipe_run"."description", "scanpipe_run"."log" FROM "scanpipe_run" WHERE ("scanpipe_run"."task_end_date" IS NULL AND "scanpipe_run"."task_id" IS NOT NULL) ORDER BY "scanpipe_run"."created_date" ASC worker_1 | 19:50:36 Worker rq:worker:537d425ec5cb4dae9d7c9e3346485fb8: found an unhandled exception, quitting... worker_1 | Traceback (most recent call last): worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute worker_1 | return self.cursor.execute(sql, params) worker_1 | psycopg2.errors.UndefinedTable: relation "scanpipe_run" does not exist worker_1 | LINE 1: ...ipe_run"."description", "scanpipe_run"."log" FROM "scanpipe_... worker_1 | ^ worker_1 | worker_1 | worker_1 | The above exception was the direct cause of the following exception: worker_1 | worker_1 | Traceback (most recent call last): worker_1 | File "/usr/local/lib/python3.9/site-packages/rq/worker.py", line 591, in work worker_1 | self.run_maintenance_tasks() worker_1 | File "/app/scancodeio/worker.py", line 57, in run_maintenance_tasks worker_1 | scanpipe_app.sync_runs_and_jobs() worker_1 | File "/app/scanpipe/apps.py", line 211, in sync_runs_and_jobs worker_1 | if queued_or_running: worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/models/query.py", line 284, in __bool__ worker_1 | self._fetch_all() worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/models/query.py", line 1324, in _fetch_all worker_1 | self._result_cache = list(self._iterable_class(self)) worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/models/query.py", line 51, in __iter__ worker_1 | results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size) worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1175, in execute_sql worker_1 | cursor.execute(sql, params) worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 66, in execute worker_1 | return self._execute_with_wrappers(sql, params, many=False, executor=self._execute) worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers worker_1 | return executor(sql, params, many, context) worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute worker_1 | return self.cursor.execute(sql, params) worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/utils.py", line 90, in __exit__ worker_1 | raise dj_exc_value.with_traceback(traceback) from exc_value worker_1 | File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute worker_1 | return self.cursor.execute(sql, params) worker_1 | django.db.utils.ProgrammingError: relation "scanpipe_run" does not exist worker_1 | LINE 1: ...ipe_run"."description", "scanpipe_run"."log" FROM "scanpipe_... worker_1 | ^ worker_1 | worker_1 | 19:50:36 Registering death worker_1 | 19:50:36 Unsubscribing from channel rq:pubsub:537d425ec5cb4dae9d7c9e3346485fb8 web_1 | Applying contenttypes.0001_initial... OK web_1 | Applying auth.0001_initial... OK web_1 | Applying admin.0001_initial... OK web_1 | Applying admin.0002_logentry_remove_auto_add... OK web_1 | Applying admin.0003_logentry_add_action_flag_choices... OK web_1 | Applying contenttypes.0002_remove_content_type_name... OK web_1 | Applying auth.0002_alter_permission_name_max_length... OK web_1 | Applying auth.0003_alter_user_email_max_length... OK web_1 | Applying auth.0004_alter_user_username_opts... OK web_1 | Applying auth.0005_alter_user_last_login_null... OK web_1 | Applying auth.0006_require_contenttypes_0002... OK web_1 | Applying auth.0007_alter_validators_add_error_messages... OK web_1 | Applying auth.0008_alter_user_username_max_length... OK web_1 | Applying auth.0009_alter_user_last_name_max_length... OK web_1 | Applying auth.0010_alter_group_name_max_length... OK web_1 | Applying auth.0011_update_proxy_permissions... OK web_1 | Applying auth.0012_alter_user_first_name_max_length... OK web_1 | Applying authtoken.0001_initial... OK web_1 | Applying authtoken.0002_auto_20160226_1747... OK web_1 | Applying authtoken.0003_tokenproxy... OK web_1 | Applying django_rq.0001_initial... OK scancodeio_worker_1 exited with code 0 web_1 | Applying scanpipe.0001_initial... OK web_1 | Applying scanpipe.0002_run_id_and_log... OK web_1 | Applying scanpipe.0003_remove_run_run_id... OK web_1 | Applying scanpipe.0004_run_pipeline_name... OK web_1 | Applying scanpipe.0005_project_input_sources... OK web_1 | Applying scanpipe.0006_codebaseresource_compliance_alert... OK web_1 | Applying scanpipe.0007_resource_is_binary_is_text_is_archive... OK web_1 | Applying scanpipe.0008_package_extra_data... OK web_1 | Applying scanpipe.0009_discoveredpackage_dependencies... OK web_1 | Applying scanpipe.0010_codebaseresource_is_key_file... OK web_1 | Applying scanpipe.0011_codebaseresource_is_media... OK web_1 | Applying scanpipe.0012_run_scancodeio_version... OK web_1 | Applying scanpipe.0013_project_is_archived... OK web_1 | Applying scanpipe.0014_webhooksubscription... OK web_1 | Applying sessions.0001_initial... OK web_1 | [2022-01-20 19:50:43 +0000] [9] [INFO] Starting gunicorn 20.1.0 web_1 | [2022-01-20 19:50:43 +0000] [9] [INFO] Listening at: http://0.0.0.0:8000 (9) web_1 | [2022-01-20 19:50:43 +0000] [9] [INFO] Using worker: sync web_1 | [2022-01-20 19:50:43 +0000] [10] [INFO] Booting worker with pid: 10 web_1 | [2022-01-20 19:50:43 +0000] [11] [INFO] Booting worker with pid: 11 web_1 | [2022-01-20 19:50:43 +0000] [12] [INFO] Booting worker with pid: 12 web_1 | [2022-01-20 19:50:43 +0000] [13] [INFO] Booting worker with pid: 13 web_1 | [2022-01-20 19:50:43 +0000] [14] [INFO] Booting worker with pid: 14 web_1 | [2022-01-20 19:50:43 +0000] [15] [INFO] Booting worker with pid: 15 web_1 | [2022-01-20 19:50:43 +0000] [16] [INFO] Booting worker with pid: 16 web_1 | [2022-01-20 19:50:43 +0000] [17] [INFO] Booting worker with pid: 17 nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:24 +0000] "GET / HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:24 +0000] "GET /project/ HTTP/1.1" 200 6495 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:24 +0000] "GET /static/highlight-10.6.0.css HTTP/1.1" 200 1657 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:24 +0000] "GET /static/bulma-0.9.2.min.css HTTP/1.1" 200 205319 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:24 +0000] "GET /static/fontawesome-5.15.1.all.min.js HTTP/1.1" 200 1194960 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:24 +0000] "GET /static/highlight-10.6.0.min.js HTTP/1.1" 200 133121 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:24 +0000] "GET /static/main.js HTTP/1.1" 200 4637 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:25 +0000] "GET /favicon.ico HTTP/1.1" 404 179 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:32 +0000] "GET /project/add/ HTTP/1.1" 200 29876 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:53:33 +0000] "GET /static/add-inputs.js HTTP/1.1" 200 2394 "http://localhost/project/add/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "POST /project/add/ HTTP/1.1" 302 0 "http://localhost/project/add/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 200 21386 "http://localhost/project/add/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /static/add-inputs.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /static/highlight-10.6.0.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /static/main.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /static/billboard-3.0.1-datalab.min.css HTTP/1.1" 200 4492 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /static/fontawesome-5.15.1.all.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /static/bulma-0.9.2.min.css HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:19 +0000] "GET /static/highlight-10.6.0.css HTTP/1.1" 200 1657 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:19:56:20 +0000] "GET /static/billboard-3.0.1.pkgd.min.js HTTP/1.1" 200 465309 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 2022/01/20 20:05:29 [warn] 31#31: *19 a client request body is buffered to a temporary file /var/cache/nginx/client_temp/0000000001, client: 172.18.0.1, server: , request: "POST /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1", host: "localhost", referrer: "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:10:38 +0000] "POST /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 302 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:20 +0000] "GET /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 200 22373 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/bulma-0.9.2.min.css HTTP/1.1" 200 205319 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/highlight-10.6.0.css HTTP/1.1" 200 1657 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/highlight-10.6.0.min.js HTTP/1.1" 200 133121 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/add-inputs.js HTTP/1.1" 200 2394 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/main.js HTTP/1.1" 200 4637 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/fontawesome-5.15.1.all.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/billboard-3.0.1-datalab.min.css HTTP/1.1" 200 4492 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /static/billboard-3.0.1.pkgd.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:11:21 +0000] "GET /favicon.ico HTTP/1.1" 499 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:32:47 +0000] "POST /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 302 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:32:59 +0000] "GET /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 200 22354 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:32:59 +0000] "GET /static/bulma-0.9.2.min.css HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:32:59 +0000] "GET /static/add-inputs.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:32:59 +0000] "GET /static/billboard-3.0.1-datalab.min.css HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:32:59 +0000] "GET /static/main.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:32:59 +0000] "GET /static/highlight-10.6.0.css HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:33:00 +0000] "GET /static/billboard-3.0.1.pkgd.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:33:00 +0000] "GET /static/fontawesome-5.15.1.all.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:33:00 +0000] "GET /static/highlight-10.6.0.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:33:00 +0000] "GET /favicon.ico HTTP/1.1" 499 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:20:33:18 +0000] "GET /runs/daf27f82-e01f-4db0-b443-2821e1a5cb95/ HTTP/1.1" 200 1898 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" redis_1 | 1:M 20 Jan 2022 21:14:46.018 * 1 changes in 3600 seconds. Saving... redis_1 | 1:M 20 Jan 2022 21:14:46.064 * Background saving started by pid 20 redis_1 | 20:C 20 Jan 2022 21:14:46.110 * DB saved on disk redis_1 | 20:C 20 Jan 2022 21:14:46.111 * RDB: 0 MB of memory used by copy-on-write redis_1 | 1:M 20 Jan 2022 21:14:46.167 * Background saving terminated with success web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:10) web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:11) web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:12) web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:13) web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:14) web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:15) web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:16) web_1 | [2022-01-20 21:14:46 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:17) web_1 | [2022-01-20 21:14:46 +0000] [10] [INFO] Worker exiting (pid: 10) web_1 | [2022-01-20 21:14:46 +0000] [13] [INFO] Worker exiting (pid: 13) web_1 | [2022-01-20 21:14:46 +0000] [12] [INFO] Worker exiting (pid: 12) web_1 | [2022-01-20 21:14:46 +0000] [17] [INFO] Worker exiting (pid: 17) web_1 | [2022-01-20 21:14:46 +0000] [16] [INFO] Worker exiting (pid: 16) web_1 | [2022-01-20 21:14:46 +0000] [14] [INFO] Worker exiting (pid: 14) web_1 | [2022-01-20 21:14:46 +0000] [15] [INFO] Worker exiting (pid: 15) web_1 | [2022-01-20 21:14:46 +0000] [11] [INFO] Worker exiting (pid: 11) web_1 | [2022-01-20 21:14:51 +0000] [9] [WARNING] Worker with pid 11 was terminated due to signal 9 web_1 | [2022-01-20 21:14:54 +0000] [9] [WARNING] Worker with pid 12 was terminated due to signal 9 web_1 | [2022-01-20 21:14:54 +0000] [9] [WARNING] Worker with pid 15 was terminated due to signal 9 web_1 | [2022-01-20 21:14:54 +0000] [9] [WARNING] Worker with pid 16 was terminated due to signal 9 web_1 | [2022-01-20 21:14:54 +0000] [9] [WARNING] Worker with pid 10 was terminated due to signal 9 web_1 | [2022-01-20 21:14:54 +0000] [9] [WARNING] Worker with pid 13 was terminated due to signal 9 web_1 | [2022-01-20 21:14:54 +0000] [9] [WARNING] Worker with pid 17 was terminated due to signal 9 web_1 | [2022-01-20 21:14:54 +0000] [18] [INFO] Booting worker with pid: 18 web_1 | [2022-01-20 21:14:55 +0000] [9] [WARNING] Worker with pid 14 was terminated due to signal 9 web_1 | [2022-01-20 21:14:55 +0000] [19] [INFO] Booting worker with pid: 19 web_1 | [2022-01-20 21:14:55 +0000] [20] [INFO] Booting worker with pid: 20 web_1 | [2022-01-20 21:14:55 +0000] [21] [INFO] Booting worker with pid: 21 web_1 | [2022-01-20 21:14:55 +0000] [22] [INFO] Booting worker with pid: 22 web_1 | [2022-01-20 21:14:55 +0000] [23] [INFO] Booting worker with pid: 23 web_1 | [2022-01-20 21:14:55 +0000] [24] [INFO] Booting worker with pid: 24 web_1 | [2022-01-20 21:14:55 +0000] [25] [INFO] Booting worker with pid: 25 nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:28 +0000] "GET /runs/daf27f82-e01f-4db0-b443-2821e1a5cb95/ HTTP/1.1" 200 1898 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 200 22233 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/bulma-0.9.2.min.css HTTP/1.1" 200 205319 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/highlight-10.6.0.css HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/billboard-3.0.1-datalab.min.css HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/add-inputs.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/main.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/fontawesome-5.15.1.all.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/highlight-10.6.0.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:37 +0000] "GET /static/billboard-3.0.1.pkgd.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:15:43 +0000] "GET /project/ HTTP/1.1" 200 7364 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:48 +0000] "GET /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 200 22233 "http://localhost/project/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/bulma-0.9.2.min.css HTTP/1.1" 200 205319 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/highlight-10.6.0.css HTTP/1.1" 200 1657 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/billboard-3.0.1-datalab.min.css HTTP/1.1" 200 4492 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/main.js HTTP/1.1" 200 4637 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/add-inputs.js HTTP/1.1" 200 2394 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/highlight-10.6.0.min.js HTTP/1.1" 200 133121 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/fontawesome-5.15.1.all.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:49 +0000] "GET /static/billboard-3.0.1.pkgd.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:50:50 +0000] "GET /favicon.ico HTTP/1.1" 499 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:51:15 +0000] "POST /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 302 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:21:51:21 +0000] "GET /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 200 22674 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" redis_1 | 1:M 20 Jan 2022 22:14:47.006 * 1 changes in 3600 seconds. Saving... redis_1 | 1:M 20 Jan 2022 22:14:47.025 * Background saving started by pid 21 redis_1 | 21:C 20 Jan 2022 22:14:47.072 * DB saved on disk redis_1 | 21:C 20 Jan 2022 22:14:47.075 * RDB: 0 MB of memory used by copy-on-write redis_1 | 1:M 20 Jan 2022 22:14:47.128 * Background saving terminated with success nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:42 +0000] "GET /project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/ HTTP/1.1" 200 22558 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/bulma-0.9.2.min.css HTTP/1.1" 200 205319 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/highlight-10.6.0.css HTTP/1.1" 200 1657 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/main.js HTTP/1.1" 200 4637 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/add-inputs.js HTTP/1.1" 200 2394 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/highlight-10.6.0.min.js HTTP/1.1" 200 133121 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/billboard-3.0.1-datalab.min.css HTTP/1.1" 200 4492 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/fontawesome-5.15.1.all.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:43 +0000] "GET /static/billboard-3.0.1.pkgd.min.js HTTP/1.1" 304 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:47:44 +0000] "GET /favicon.ico HTTP/1.1" 499 0 "http://localhost/project/695ed502-c5a2-4185-8dd6-c3e7e2f01cae/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:06 +0000] "GET /admin/ HTTP/1.1" 302 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:07 +0000] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 2848 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:07 +0000] "GET /static/admin/css/login.css HTTP/1.1" 200 939 "http://localhost/admin/login/?next=/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:07 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 200 18545 "http://localhost/admin/login/?next=/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:07 +0000] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2271 "http://localhost/admin/login/?next=/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:07 +0000] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 1360 "http://localhost/admin/login/?next=/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:07 +0000] "GET /static/admin/css/base.css HTTP/1.1" 200 19513 "http://localhost/admin/login/?next=/admin/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:07 +0000] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423 "http://localhost/static/admin/css/base.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:08 +0000] "GET /static/admin/fonts/Roboto-Regular-webfont.woff HTTP/1.1" 200 85876 "http://localhost/static/admin/css/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" nginx_1 | 172.18.0.1 - - [20/Jan/2022:22:48:08 +0000] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1" 200 85692 "http://localhost/static/admin/css/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0" "-" web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:18) web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:19) web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:20) web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:21) web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:22) web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:23) web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:24) web_1 | [2022-01-21 00:20:45 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:25) web_1 | [2022-01-21 00:21:21 +0000] [9] [WARNING] Worker with pid 18 was terminated due to signal 9 web_1 | [2022-01-21 00:21:21 +0000] [9] [WARNING] Worker with pid 22 was terminated due to signal 9 web_1 | [2022-01-21 00:21:23 +0000] [27] [INFO] Booting worker with pid: 27 web_1 | [2022-01-21 00:21:23 +0000] [26] [INFO] Booting worker with pid: 26 web_1 | [2022-01-21 00:21:25 +0000] [9] [WARNING] Worker with pid 21 was terminated due to signal 9 web_1 | [2022-01-21 00:21:25 +0000] [28] [INFO] Booting worker with pid: 28 web_1 | [2022-01-21 00:21:28 +0000] [9] [WARNING] Worker with pid 19 was terminated due to signal 9 web_1 | [2022-01-21 00:21:28 +0000] [29] [INFO] Booting worker with pid: 29 web_1 | [2022-01-21 00:21:30 +0000] [9] [WARNING] Worker with pid 24 was terminated due to signal 9 web_1 | [2022-01-21 00:21:31 +0000] [30] [INFO] Booting worker with pid: 30 web_1 | [2022-01-21 00:21:35 +0000] [9] [WARNING] Worker with pid 23 was terminated due to signal 9 web_1 | [2022-01-21 00:21:37 +0000] [31] [INFO] Booting worker with pid: 31 web_1 | [2022-01-21 00:21:38 +0000] [9] [WARNING] Worker with pid 20 was terminated due to signal 9 web_1 | [2022-01-21 00:21:37 +0000] [9] [WARNING] Worker with pid 25 was terminated due to signal 9 web_1 | [2022-01-21 00:21:38 +0000] [32] [INFO] Booting worker with pid: 32 web_1 | [2022-01-21 00:21:38 +0000] [33] [INFO] Booting worker with pid: 33