cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.45k stars 2.99k forks source link

Nuctl failed to deploy the model to cvat models #4642

Closed aldyhelnawan closed 2 years ago

aldyhelnawan commented 2 years ago

Nuctl failed to deploy the model to cvat models

Greetings,

Hi, I've faced a problem when I try to deploy a model to docker followed the documentation from the documentation link. Everything is working fine until the Create cvat inside nuclio dashboard part while I try to run this command:

nuctl deploy --project-name cvat \
      --path serverless/openvino/dextr/nuclio \
      --volume `pwd`/serverless/common:/opt/nuclio/common \
      --platform local

I got an error with the message as shown:

Error - Function must have either spec.build.path,spec.build.functionSourceCode, spec.build.image or spec.image set in order to create
...//nuclio/pkg/platform/abstract/platform.go:687

For the window command as follows:

aldy@LAPTOP-39CVQ662:~/cvat$ nuctl deploy --project-name cvat \ --path serverless/openvino/dextr/nuclio \ --volume `pwd`/serverless/common:/opt/nuclio/common \ --platform local
22.05.18 06:27:00.239                     nuctl (I) Deploying function {"name": ""}

Error - Function must have either spec.build.path,spec.build.functionSourceCode, spec.build.image or spec.image set in order to create
    ...//nuclio/pkg/platform/abstract/platform.go:687

Call stack:
Function must have either spec.build.path,spec.build.functionSourceCode, spec.build.image or spec.image set in order to create
    ...//nuclio/pkg/platform/abstract/platform.go:687
Failed determining whether function should build
    ...//nuclio/pkg/platform/abstract/platform.go:129

image

My Environment

PS C:\WINDOWS\system32> docker version
Client:
 Cloud integration: v1.0.24
 Version:           20.10.14
 API version:       1.41
 Go version:        go1.16.15
 Git commit:        a224086
 Built:             Thu Mar 24 01:53:11 2022
 OS/Arch:           windows/amd64
 Context:           default
 Experimental:      true

Server: Docker Desktop 4.8.1 (78998)
 Engine:
  Version:          20.10.14
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.16.15
  Git commit:       87a90dc
  Built:            Thu Mar 24 01:46:14 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.5.11
  GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
 runc:
  Version:          1.0.3
  GitCommit:        v1.0.3-0-gf46b6ba
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

I want to try to use the automatic annotation on my Windows 10 WSL2 machine, but I'm stuck on that error. Am I missing something during the installation? Or is there an alternative way to use it? Thank you in advance,

Best regards, Aldy

aldyhelnawan commented 2 years ago

For the Git hash commit git log -1:

aldy@LAPTOP-39CVQ662:~/cvat$ git log -1
commit d7560bbd39fec68f944515c2591dda74f3764b90 (HEAD -> develop, origin/develop, origin/HEAD)
Merge: ba4175bf b7dba6aa
Author: Nico Galoppo <nico.galoppo@intel.com>
Date:   Tue May 17 11:25:58 2022 -0500

    Merge pull request #4639 from openvinotoolkit/ncgalopp/fix-build

For docker ps:

aldy@LAPTOP-39CVQ662:~/cvat$ docker ps
CONTAINER ID   IMAGE                                        COMMAND                  CREATED          STATUS                    PORTS                                                    NAMES
3ade998bcbce   cvat/openvino.omz.public.yolo-v3-tf:latest   "processor"              13 minutes ago   Up 13 minutes (healthy)   0.0.0.0:52858->8080/tcp                                  nuclio-nuclio-openvino-omz-public-yolo-v3-tf
32cf7b011c21   cvat/openvino.dextr:latest                   "processor"              30 minutes ago   Up 30 minutes (healthy)   0.0.0.0:52598->8080/tcp                                  nuclio-nuclio-openvino-dextr
62f6689e8c31   openvino/cvat_ui                             "/docker-entrypoint.…"   41 minutes ago   Up 37 minutes             80/tcp                                                   cvat_ui
07e052a87749   openvino/cvat_server                         "/usr/bin/supervisord"   41 minutes ago   Up 37 minutes             8080/tcp                                                 cvat
f6889377e231   traefik:v2.4                                 "/entrypoint.sh --pr…"   41 minutes ago   Up 37 minutes             0.0.0.0:8080->8080/tcp, 80/tcp, 0.0.0.0:8090->8090/tcp   traefik
22d73b938fc2   quay.io/nuclio/dashboard:1.5.16-amd64        "/docker-entrypoint.…"   41 minutes ago   Up 37 minutes (healthy)   80/tcp, 0.0.0.0:8070->8070/tcp                           nuclio
a70362bb9e3a   openpolicyagent/opa:0.34.2-rootless          "/opa run --server -…"   41 minutes ago   Up 37 minutes             0.0.0.0:8181->8181/tcp                                   cvat_opa
84a1fc4ca4a6   redis:4.0-alpine                             "docker-entrypoint.s…"   41 minutes ago   Up 37 minutes             6379/tcp                                                 cvat_redis
e21fb1393199   postgres:10-alpine                           "docker-entrypoint.s…"   41 minutes ago   Up 37 minutes             5432/tcp                                                 cvat_db
6286f1fcd5d0   alpine:3.11                                  "/bin/sh -c '/bin/sl…"   8 hours ago      Up 8 hours                                                                         nuclio-local-storage-reader
58f68a91a91e   openvino/cvat_ui:latest                      "/docker-entrypoint.…"   16 hours ago     Up 13 minutes             80/tcp                                                   dazzling_rhodes

For using docker logs cvat:

aldy@LAPTOP-39CVQ662:~/cvat$ docker logs cvat
2022-05-18 04:15:24,627 INFO RPC interface 'supervisor' initialized
2022-05-18 04:15:24,627 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2022-05-18 04:15:24,627 INFO supervisord started with pid 1
2022-05-18 04:15:25,629 INFO spawned: 'ssh-agent' with pid 8
2022-05-18 04:15:25,630 INFO spawned: 'clamav_update' with pid 9
2022-05-18 04:15:25,631 INFO spawned: 'git_status_updater' with pid 10
2022-05-18 04:15:25,632 INFO spawned: 'rqscheduler' with pid 12
2022-05-18 04:15:25,633 INFO spawned: 'rqworker_default_0' with pid 13
2022-05-18 04:15:25,634 INFO spawned: 'rqworker_default_1' with pid 15
2022-05-18 04:15:25,635 INFO spawned: 'rqworker_low' with pid 16
2022-05-18 04:15:25,636 INFO spawned: 'runserver' with pid 22
2022-05-18 04:15:25,636 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 139952681188992 for <Subprocess at 139952681188320 with name clamav_update in state STARTING> (stdout)>
2022-05-18 04:15:25,636 DEBG fd 14 closed, stopped monitoring <POutputDispatcher at 139952680946272 for <Subprocess at 139952681188320 with name clamav_update in state STARTING> (stderr)>
2022-05-18 04:15:25,636 INFO exited: clamav_update (exit status 0; not expected)
2022-05-18 04:15:25,637 DEBG received SIGCHLD indicating a child quit
2022-05-18 04:15:25,637 DEBG 'ssh-agent' stdout output:
SSH_AUTH_SOCK=/tmp/ssh-agent.sock; export SSH_AUTH_SOCK;
echo Agent pid 8;

2022-05-18 04:15:25,637 DEBG 'ssh-agent' stderr output:
debug2: fd 3 setting O_NONBLOCK

2022-05-18 04:15:25,637 DEBG 'git_status_updater' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:15:25,637 DEBG 'rqscheduler' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:15:25,638 DEBG 'rqworker_default_0' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:15:25,639 DEBG 'git_status_updater' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:15:25,639 DEBG 'rqworker_default_1' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:15:25,640 DEBG 'git_status_updater' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:15:25,640 DEBG 'rqscheduler' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:15:25,641 DEBG 'rqworker_default_0' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:15:25,641 DEBG 'rqscheduler' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:15:25,641 DEBG 'rqworker_low' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:15:25,642 DEBG 'rqworker_default_0' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:15:25,642 DEBG 'rqworker_default_1' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:15:25,642 DEBG 'runserver' stderr output:
wait-for-it.sh: waiting for cvat_db:5432 without a timeout

2022-05-18 04:15:25,644 DEBG 'rqworker_default_1' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:15:25,644 DEBG 'runserver' stderr output:
wait-for-it.sh: cvat_db:5432 is available after 0 seconds

2022-05-18 04:15:25,645 DEBG 'rqworker_low' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:15:25,645 DEBG 'runserver' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:15:25,646 DEBG 'rqworker_low' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:15:25,812 DEBG 'rqscheduler' stderr output:
04:15:25 Registering birth

2022-05-18 04:15:25,827 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:25,829 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:15:25,832 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:25,833 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:25,834 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:25,834 DEBG 'runserver' stderr output:
Identity added: /home/django/.ssh/id_rsa (django@5472792f8cac)

2022-05-18 04:15:25,837 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:25,838 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:25,839 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:25,842 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:15:25,844 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:25,845 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:25,846 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:25,849 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:15:25,852 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:25,853 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:25,854 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:25,856 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:15:25,859 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:25,860 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:25,861 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:25,863 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:15:26,863 INFO success: ssh-agent entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:26,865 INFO spawned: 'clamav_update' with pid 240
2022-05-18 04:15:26,866 INFO success: git_status_updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:26,866 INFO success: rqscheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:26,866 INFO success: rqworker_default_0 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:26,866 INFO success: rqworker_default_1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:26,866 INFO success: rqworker_low entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:26,866 INFO success: runserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:26,893 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 139952680946224 for <Subprocess at 139952681188320 with name clamav_update in state STARTING> (stderr)>
2022-05-18 04:15:26,894 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 139952680946416 for <Subprocess at 139952681188320 with name clamav_update in state STARTING> (stdout)>
2022-05-18 04:15:27,895 INFO success: clamav_update entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:15:27,895 INFO exited: clamav_update (exit status 0; expected)
2022-05-18 04:15:27,895 DEBG received SIGCHLD indicating a child quit
2022-05-18 04:15:31,838 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:15:31,837 - worker - Registering birth of worker 7c46e12a7abb473090184b586a23bf50

2022-05-18 04:15:31,840 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:15:31,840 - worker - Worker rq:worker:7c46e12a7abb473090184b586a23bf50: started, version 1.5.1

2022-05-18 04:15:31,840 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:15:31,840 - worker - *** Listening on low...

2022-05-18 04:15:31,841 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:15:31,841 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:15:31,842 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:15:31,842 - worker - Cleaning registries for queue: low

2022-05-18 04:15:31,843 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:15:31,843 - worker - *** Listening on low...

2022-05-18 04:15:31,843 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:15:31,843 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:15:31,944 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:15:31,944 - worker - Registering birth of worker dd4682f815554a33b84b41ca8502a95d

2022-05-18 04:15:31,946 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:15:31,946 - worker - Worker rq:worker:dd4682f815554a33b84b41ca8502a95d: started, version 1.5.1

2022-05-18 04:15:31,947 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:15:31,947 - worker - *** Listening on default...

2022-05-18 04:15:31,947 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:15:31,947 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:15:31,948 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:15:31,948 - worker - Cleaning registries for queue: default

2022-05-18 04:15:31,949 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:15:31,949 - worker - *** Listening on default...

2022-05-18 04:15:31,949 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:15:31,949 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:15:31,981 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:15:31,979 - worker - Registering birth of worker 2e40a609b3a04148878dfc7a38a9bfde

2022-05-18 04:15:31,982 DEBG 'rqworker_default_0' stderr output:
INFO - 2022-05-18 04:15:31,982 - worker - Worker rq:worker:2e40a609b3a04148878dfc7a38a9bfde: started, version 1.5.1

2022-05-18 04:15:31,982 DEBG 'rqworker_default_0' stderr output:
INFO - 2022-05-18 04:15:31,982 - worker - *** Listening on default...

2022-05-18 04:15:31,983 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:15:31,982 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:15:31,983 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:15:31,983 - worker - *** Listening on default...

2022-05-18 04:15:31,983 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:15:31,983 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:15:32,314 DEBG 'runserver' stdout output:
SSH keys were not found
Copying them from keys volume
Operations to perform:
  Apply all migrations: account, admin, auth, authtoken, contenttypes, dataset_repo, engine, organizations, sessions, sites, socialaccount
Running migrations:
  No migrations to apply.

2022-05-18 04:15:32,960 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:32,961 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:32,962 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:32,964 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:15:33,377 DEBG 'runserver' stdout output:

162 static files copied to '/home/django/static'.

2022-05-18 04:15:33,603 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:33,604 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:33,605 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:33,608 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:15:37,702 DEBG 'runserver' stdout output:
Successfully ran command.

2022-05-18 04:15:37,705 DEBG 'runserver' stdout output:
Server URL         : http://localhost:8080/
Server Root        : /tmp/cvat-server
Server Conf        : /tmp/cvat-server/httpd.conf
Error Log File     : /dev/stderr (INFO)
Request Capacity   : 5 (1 process * 5 threads)
Request Timeout    : 60 (seconds)
Startup Timeout    : 15 (seconds)
Queue Backlog      : 100 (connections)
Queue Timeout      : 45 (seconds)
Server Capacity    : 20 (event/worker), 20 (prefork)
Server Backlog     : 500 (connections)
Locale Setting     : C.UTF-8

2022-05-18 04:15:37,735 DEBG 'runserver' stderr output:
[Wed May 18 04:15:37.735338 2022] [mpm_event:notice] [pid 22:tid 140405334072384] AH00489: Apache/2.4.41 (Ubuntu) mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
[Wed May 18 04:15:37.735309 2022] [wsgi:info] [pid 583:tid 140405334072384] mod_wsgi (pid=583): Starting process 'localhost:8080' with threads=5.
[Wed May 18 04:15:37.735398 2022] [mpm_event:info] [pid 22:tid 140405334072384] AH00490: Server built: 2022-03-16T16:52:53
[Wed May 18 04:15:37.735402 2022] [core:notice] [pid 22:tid 140405334072384] AH00094: Command line: 'apache2 (mod_wsgi-express) -f /tmp/cvat-server/httpd.conf -D MOD_WSGI_MPM_ENABLE_EVENT_MODULE -D MOD_WSGI_MPM_EXISTS_EVENT_MODULE -D MOD_WSGI_MPM_EXISTS_WORKER_MODULE -D MOD_WSGI_MPM_EXISTS_PREFORK_MODULE -D FOREGROUND'

2022-05-18 04:15:37,735 DEBG 'runserver' stderr output:
[Wed May 18 04:15:37.735545 2022] [wsgi:info] [pid 583:tid 140405334072384] mod_wsgi (pid=583): Python home /opt/venv.
[Wed May 18 04:15:37.735574 2022] [wsgi:info] [pid 583:tid 140405334072384] mod_wsgi (pid=583): Initializing Python.

2022-05-18 04:15:37,752 DEBG 'runserver' stderr output:
[Wed May 18 04:15:37.752129 2022] [wsgi:info] [pid 583:tid 140405334072384] mod_wsgi (pid=583): Attach interpreter ''.

2022-05-18 04:15:37,755 DEBG 'runserver' stderr output:
[Wed May 18 04:15:37.755040 2022] [wsgi:info] [pid 583:tid 140405334072384] mod_wsgi (pid=583): Imported 'mod_wsgi'.
[Wed May 18 04:15:37.755101 2022] [wsgi:info] [pid 583:tid 140405334072384] mod_wsgi (pid=583, process='localhost:8080', application=''): Loading Python script file '/tmp/cvat-server/handler.wsgi'.

2022-05-18 04:15:37,955 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:15:37,956 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:15:37,957 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:15:37,960 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:05,186 INFO RPC interface 'supervisor' initialized
2022-05-18 04:19:05,186 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2022-05-18 04:19:05,187 INFO supervisord started with pid 1
2022-05-18 04:19:06,189 INFO spawned: 'ssh-agent' with pid 9
2022-05-18 04:19:06,190 INFO spawned: 'clamav_update' with pid 10
2022-05-18 04:19:06,191 INFO spawned: 'git_status_updater' with pid 11
2022-05-18 04:19:06,192 INFO spawned: 'rqscheduler' with pid 13
2022-05-18 04:19:06,193 INFO spawned: 'rqworker_default_0' with pid 14
2022-05-18 04:19:06,194 INFO spawned: 'rqworker_default_1' with pid 16
2022-05-18 04:19:06,195 INFO spawned: 'rqworker_low' with pid 19
2022-05-18 04:19:06,197 INFO spawned: 'runserver' with pid 24
2022-05-18 04:19:06,197 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 140230858980992 for <Subprocess at 140230858980320 with name clamav_update in state STARTING> (stdout)>
2022-05-18 04:19:06,197 DEBG fd 14 closed, stopped monitoring <POutputDispatcher at 140230858742368 for <Subprocess at 140230858980320 with name clamav_update in state STARTING> (stderr)>
2022-05-18 04:19:06,197 INFO exited: clamav_update (exit status 0; not expected)
2022-05-18 04:19:06,197 DEBG received SIGCHLD indicating a child quit
2022-05-18 04:19:06,198 DEBG 'ssh-agent' stdout output:
SSH_AUTH_SOCK=/tmp/ssh-agent.sock; export SSH_AUTH_SOCK;
echo Agent pid 9;

2022-05-18 04:19:06,198 DEBG 'ssh-agent' stderr output:
debug2: fd 3 setting O_NONBLOCK

2022-05-18 04:19:06,198 DEBG 'git_status_updater' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:19:06,198 DEBG 'rqscheduler' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:19:06,199 DEBG 'rqworker_default_0' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:19:06,200 DEBG 'rqworker_default_1' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:19:06,200 DEBG 'git_status_updater' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:19:06,201 DEBG 'rqscheduler' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:19:06,201 DEBG 'rqworker_low' stderr output:
wait-for-it.sh: waiting for cvat_redis:6379 without a timeout

2022-05-18 04:19:06,201 DEBG 'git_status_updater' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:19:06,202 DEBG 'rqscheduler' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:19:06,202 DEBG 'rqworker_default_0' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:19:06,203 DEBG 'rqworker_default_1' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:19:06,203 DEBG 'runserver' stderr output:
wait-for-it.sh: waiting for cvat_db:5432 without a timeout

2022-05-18 04:19:06,203 DEBG 'rqworker_default_0' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:19:06,204 DEBG 'rqworker_default_1' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:19:06,204 DEBG 'rqworker_low' stderr output:
wait-for-it.sh: cvat_redis:6379 is available after 0 seconds

2022-05-18 04:19:06,205 DEBG 'rqworker_low' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:19:06,206 DEBG 'runserver' stderr output:
wait-for-it.sh: cvat_db:5432 is available after 0 seconds

2022-05-18 04:19:06,207 DEBG 'runserver' stderr output:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

2022-05-18 04:19:06,390 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:06,391 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:06,392 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:06,395 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:06,398 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:06,399 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:06,400 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:06,403 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:06,405 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:06,407 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:06,408 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:06,410 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:06,412 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:06,413 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:06,415 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:06,417 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:06,420 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:06,421 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:06,422 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:06,425 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:06,444 DEBG 'rqscheduler' stderr output:
04:19:06 Registering birth

2022-05-18 04:19:07,446 INFO success: ssh-agent entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:07,447 INFO spawned: 'clamav_update' with pid 245
2022-05-18 04:19:07,448 INFO success: git_status_updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:07,448 INFO success: rqscheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:07,448 INFO success: rqworker_default_0 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:07,448 INFO success: rqworker_default_1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:07,448 INFO success: rqworker_low entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:07,448 INFO success: runserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:07,451 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 140230858742512 for <Subprocess at 140230858980320 with name clamav_update in state STARTING> (stdout)>
2022-05-18 04:19:07,451 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 140230858742320 for <Subprocess at 140230858980320 with name clamav_update in state STARTING> (stderr)>
2022-05-18 04:19:07,451 INFO exited: clamav_update (exit status 0; not expected)
2022-05-18 04:19:07,451 DEBG received SIGCHLD indicating a child quit
2022-05-18 04:19:09,454 INFO spawned: 'clamav_update' with pid 375
2022-05-18 04:19:09,462 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 140230858742464 for <Subprocess at 140230858980320 with name clamav_update in state STARTING> (stderr)>
2022-05-18 04:19:09,463 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 140230858980992 for <Subprocess at 140230858980320 with name clamav_update in state STARTING> (stdout)>
2022-05-18 04:19:10,463 INFO success: clamav_update entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-18 04:19:10,464 INFO exited: clamav_update (exit status 0; expected)
2022-05-18 04:19:10,464 DEBG received SIGCHLD indicating a child quit
2022-05-18 04:19:12,786 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:19:12,784 - worker - Registering birth of worker 0d953ee9219f46a2b1761ad9b7a85655

2022-05-18 04:19:12,787 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:19:12,787 - worker - Worker rq:worker:0d953ee9219f46a2b1761ad9b7a85655: started, version 1.5.1

2022-05-18 04:19:12,788 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:19:12,787 - worker - *** Listening on default...

2022-05-18 04:19:12,788 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:19:12,788 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:19:12,788 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:19:12,788 - worker - Cleaning registries for queue: default

2022-05-18 04:19:12,789 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:19:12,789 - worker - *** Listening on default...

2022-05-18 04:19:12,789 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:19:12,789 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:19:12,821 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:19:12,821 - worker - Registering birth of worker 82e31634fba94f2cab2f45c06b7b9b3f

2022-05-18 04:19:12,823 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:19:12,823 - worker - Worker rq:worker:82e31634fba94f2cab2f45c06b7b9b3f: started, version 1.5.1

2022-05-18 04:19:12,823 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:19:12,823 - worker - *** Listening on low...

2022-05-18 04:19:12,823 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:19:12,823 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:19:12,823 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:19:12,823 - worker - Cleaning registries for queue: low

2022-05-18 04:19:12,824 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:19:12,824 - worker - *** Listening on low...

2022-05-18 04:19:12,824 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:19:12,824 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:19:12,851 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:19:12,850 - worker - Registering birth of worker 68cf772f0f1945ed969e5086875d58f6

2022-05-18 04:19:12,853 DEBG 'rqworker_default_0' stderr output:
INFO - 2022-05-18 04:19:12,853 - worker - Worker rq:worker:68cf772f0f1945ed969e5086875d58f6: started, version 1.5.1

2022-05-18 04:19:12,853 DEBG 'rqworker_default_0' stderr output:
INFO - 2022-05-18 04:19:12,853 - worker - *** Listening on default...

2022-05-18 04:19:12,853 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:19:12,853 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:19:12,854 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:19:12,854 - worker - *** Listening on default...

2022-05-18 04:19:12,854 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:19:12,854 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:19:13,005 DEBG 'runserver' stdout output:
Operations to perform:
  Apply all migrations: account, admin, auth, authtoken, contenttypes, dataset_repo, engine, organizations, sessions, sites, socialaccount
Running migrations:
  No migrations to apply.

2022-05-18 04:19:13,653 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:13,654 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:13,655 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:13,657 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:14,017 DEBG 'runserver' stdout output:

0 static files copied to '/home/django/static', 162 unmodified.

2022-05-18 04:19:14,255 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:14,256 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:14,257 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:14,259 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:19:18,424 DEBG 'runserver' stdout output:
Successfully ran command.

2022-05-18 04:19:18,427 DEBG 'runserver' stdout output:
Server URL         : http://localhost:8080/
Server Root        : /tmp/cvat-server
Server Conf        : /tmp/cvat-server/httpd.conf
Error Log File     : /dev/stderr (INFO)
Request Capacity   : 5 (1 process * 5 threads)
Request Timeout    : 60 (seconds)
Startup Timeout    : 15 (seconds)
Queue Backlog      : 100 (connections)
Queue Timeout      : 45 (seconds)
Server Capacity    : 20 (event/worker), 20 (prefork)
Server Backlog     : 500 (connections)
Locale Setting     : C.UTF-8

2022-05-18 04:19:18,455 DEBG 'runserver' stderr output:
[Wed May 18 04:19:18.455563 2022] [mpm_event:notice] [pid 24:tid 140633210289216] AH00489: Apache/2.4.41 (Ubuntu) mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
[Wed May 18 04:19:18.455620 2022] [mpm_event:info] [pid 24:tid 140633210289216] AH00490: Server built: 2022-03-16T16:52:53
[Wed May 18 04:19:18.455624 2022] [core:notice] [pid 24:tid 140633210289216] AH00094: Command line: 'apache2 (mod_wsgi-express) -f /tmp/cvat-server/httpd.conf -D MOD_WSGI_MPM_ENABLE_EVENT_MODULE -D MOD_WSGI_MPM_EXISTS_EVENT_MODULE -D MOD_WSGI_MPM_EXISTS_WORKER_MODULE -D MOD_WSGI_MPM_EXISTS_PREFORK_MODULE -D FOREGROUND'
[Wed May 18 04:19:18.455561 2022] [wsgi:info] [pid 584:tid 140633210289216] mod_wsgi (pid=584): Starting process 'localhost:8080' with threads=5.

2022-05-18 04:19:18,455 DEBG 'runserver' stderr output:
[Wed May 18 04:19:18.455755 2022] [wsgi:info] [pid 584:tid 140633210289216] mod_wsgi (pid=584): Python home /opt/venv.
[Wed May 18 04:19:18.455776 2022] [wsgi:info] [pid 584:tid 140633210289216] mod_wsgi (pid=584): Initializing Python.

2022-05-18 04:19:18,471 DEBG 'runserver' stderr output:
[Wed May 18 04:19:18.471672 2022] [wsgi:info] [pid 584:tid 140633210289216] mod_wsgi (pid=584): Attach interpreter ''.

2022-05-18 04:19:18,474 DEBG 'runserver' stderr output:
[Wed May 18 04:19:18.474124 2022] [wsgi:info] [pid 584:tid 140633210289216] mod_wsgi (pid=584): Imported 'mod_wsgi'.
[Wed May 18 04:19:18.474169 2022] [wsgi:info] [pid 584:tid 140633210289216] mod_wsgi (pid=584, process='localhost:8080', application=''): Loading Python script file '/tmp/cvat-server/handler.wsgi'.

2022-05-18 04:19:18,687 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK

2022-05-18 04:19:18,688 DEBG 'ssh-agent' stderr output:
debug1: process_message: socket 1 (fd=4) type 17

2022-05-18 04:19:18,689 DEBG 'ssh-agent' stderr output:
debug1: process_add_identity: add ssh-rsa SHA256:c+dqN6aWmnoUbvyEykjWYKqZxTNS/XMNKbnmLS21oFw "django@5472792f8cac" (life: 0) (confirm: 0) (provider: none)

2022-05-18 04:19:18,692 DEBG 'ssh-agent' stderr output:
debug2: fd 4 setting O_NONBLOCK
debug1: process_message: socket 1 (fd=4) type 11

2022-05-18 04:25:57,887 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:25:57,887 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:25:57,887 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:25:57,887 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:25:57,887 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:25:57,887 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:29:45,536 DEBG 'runserver' stderr output:
[Wed May 18 04:29:45.536243 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:42564] [2022-05-18 04:29:45,534] INFO cvat.server.task_3: get repository request

2022-05-18 04:29:45,538 DEBG 'runserver' stderr output:
[Wed May 18 04:29:45.537862 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:42564] INFO - 2022-05-18 04:29:45,534 - views - get repository request

2022-05-18 04:29:46,906 DEBG 'runserver' stderr output:
[Wed May 18 04:29:46.906595 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:42616] INFO - 2022-05-18 04:29:46,906 - views - {"client_id":973498,"name":"Send user activity","time":"2022-05-18T04:29:46.844000Z","payload":{"working_time":24256},"is_active":true,"username":"aldy"}

2022-05-18 04:29:58,376 DEBG 'runserver' stderr output:
[Wed May 18 04:29:58.376009 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:42688] [2022-05-18 04:29:58,375] ERROR django.request: Internal Server Error: /api/lambda/functions/openvino-omz-public-yolo-v3-tf
[Wed May 18 04:29:58.376193 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:42688] ERROR - 2022-05-18 04:29:58,375 - log - Internal Server Error: /api/lambda/functions/openvino-omz-public-yolo-v3-tf

2022-05-18 04:31:27,032 DEBG 'runserver' stderr output:
[Wed May 18 04:31:27.032540 2022] [wsgi:error] [pid 584:tid 140632221370112] [remote 172.18.0.4:43034] [2022-05-18 04:31:27,032] ERROR django.request: Internal Server Error: /api/lambda/functions/openvino-omz-public-yolo-v3-tf

2022-05-18 04:31:27,032 DEBG 'runserver' stderr output:
[Wed May 18 04:31:27.032657 2022] [wsgi:error] [pid 584:tid 140632221370112] [remote 172.18.0.4:43034] ERROR - 2022-05-18 04:31:27,032 - log - Internal Server Error: /api/lambda/functions/openvino-omz-public-yolo-v3-tf

2022-05-18 04:32:31,366 DEBG 'runserver' stderr output:
[Wed May 18 04:32:31.365842 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:43288] [2022-05-18 04:32:31,365] ERROR django.request: Internal Server Error: /api/lambda/functions/openvino-dextr
[Wed May 18 04:32:31.365943 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:43288] ERROR - 2022-05-18 04:32:31,365 - log - Internal Server Error: /api/lambda/functions/openvino-dextr

2022-05-18 04:32:33,401 DEBG 'runserver' stderr output:
[Wed May 18 04:32:33.400914 2022] [wsgi:error] [pid 584:tid 140632221370112] [remote 172.18.0.4:43318] [2022-05-18 04:32:33,400] ERROR django.request: Internal Server Error: /api/lambda/functions/openvino-dextr

2022-05-18 04:32:33,401 DEBG 'runserver' stderr output:
[Wed May 18 04:32:33.401045 2022] [wsgi:error] [pid 584:tid 140632221370112] [remote 172.18.0.4:43318] ERROR - 2022-05-18 04:32:33,400 - log - Internal Server Error: /api/lambda/functions/openvino-dextr

2022-05-18 04:32:34,787 DEBG 'runserver' stderr output:
[Wed May 18 04:32:34.787453 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:43340] [2022-05-18 04:32:34,787] ERROR django.request: Internal Server Error: /api/lambda/functions/openvino-dextr
[Wed May 18 04:32:34.787553 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:43340] ERROR - 2022-05-18 04:32:34,787 - log - Internal Server Error: /api/lambda/functions/openvino-dextr

2022-05-18 04:32:36,781 DEBG 'runserver' stderr output:
[Wed May 18 04:32:36.780476 2022] [wsgi:error] [pid 584:tid 140632221370112] [remote 172.18.0.4:43366] [2022-05-18 04:32:36,780] ERROR django.request: Internal Server Error: /api/lambda/functions/openvino-dextr
[Wed May 18 04:32:36.780792 2022] [wsgi:error] [pid 584:tid 140632221370112] [remote 172.18.0.4:43366] ERROR - 2022-05-18 04:32:36,780 - log - Internal Server Error: /api/lambda/functions/openvino-dextr

2022-05-18 04:32:42,909 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:32:42,909 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:32:42,909 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:32:42,909 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:32:42,909 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:32:42,909 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:39:27,948 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:39:27,948 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:39:27,948 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:39:27,948 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:39:27,948 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:39:27,948 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:43:22,109 DEBG 'runserver' stderr output:
[Wed May 18 04:43:22.109105 2022] [wsgi:error] [pid 584:tid 140632187799296] [remote 172.18.0.4:45808] INFO - 2022-05-18 04:43:22,108 - views - {"client_id":1538,"name":"Send user activity","time":"2022-05-18T04:43:22.090000Z","payload":{"working_time":0},"is_active":true,"username":"aldy"}

2022-05-18 04:43:23,430 DEBG 'runserver' stderr output:
[Wed May 18 04:43:23.430706 2022] [wsgi:error] [pid 584:tid 140632196192000] [remote 172.18.0.4:45850] INFO - 2022-05-18 04:43:23,430 - views - {"job_id":2,"task_id":3,"client_id":1538,"name":"Load job","time":"2022-05-18T04:43:22.090000Z","payload":{"duration":353,"frame count":1,"track count":0,"object count":0,"box count":0,"polygon count":0,"polyline count":0,"points count":0,"cuboids count":0,"tag count":0},"is_active":true,"username":"aldy"}

2022-05-18 04:43:23,431 DEBG 'runserver' stderr output:
[Wed May 18 04:43:23.430825 2022] [wsgi:error] [pid 584:tid 140632196192000] [remote 172.18.0.4:45850] INFO - 2022-05-18 04:43:23,430 - views - {"job_id":2,"task_id":3,"client_id":1538,"name":"Fit image","time":"2022-05-18T04:43:22.446000Z","payload":{},"is_active":true,"username":"aldy"}
[Wed May 18 04:43:23.430871 2022] [wsgi:error] [pid 584:tid 140632196192000] [remote 172.18.0.4:45850] INFO - 2022-05-18 04:43:23,430 - views - {"client_id":1538,"name":"Send user activity","time":"2022-05-18T04:43:23.364000Z","payload":{"working_time":333},"is_active":true,"username":"aldy"}

2022-05-18 04:43:33,461 DEBG 'runserver' stderr output:
[Wed May 18 04:43:33.460786 2022] [wsgi:error] [pid 584:tid 140632196192000] [remote 172.18.0.4:45940] [2022-05-18 04:43:33,460] INFO cvat.server.task_3: get repository request

2022-05-18 04:43:33,466 DEBG 'runserver' stderr output:
[Wed May 18 04:43:33.466129 2022] [wsgi:error] [pid 584:tid 140632196192000] [remote 172.18.0.4:45940] INFO - 2022-05-18 04:43:33,460 - views - get repository request

2022-05-18 04:43:34,594 DEBG 'runserver' stderr output:
[Wed May 18 04:43:34.594690 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:46002] INFO - 2022-05-18 04:43:34,594 - views - {"client_id":1538,"name":"Send user activity","time":"2022-05-18T04:43:34.571000Z","payload":{"working_time":11136},"is_active":true,"username":"aldy"}

2022-05-18 04:43:39,656 DEBG 'runserver' stderr output:
[Wed May 18 04:43:39.656137 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:46056] [2022-05-18 04:43:39,655] ERROR django.request: Internal Server Error: /api/lambda/functions/openvino-omz-public-yolo-v3-tf

2022-05-18 04:43:39,656 DEBG 'runserver' stderr output:
[Wed May 18 04:43:39.656290 2022] [wsgi:error] [pid 584:tid 140632212977408] [remote 172.18.0.4:46056] ERROR - 2022-05-18 04:43:39,655 - log - Internal Server Error: /api/lambda/functions/openvino-omz-public-yolo-v3-tf

2022-05-18 04:46:13,023 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:46:13,023 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:46:13,023 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:46:13,023 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:46:13,024 DEBG 'rqworker_default_0' stderr output:
INFO - 2022-05-18 04:46:13,023 - worker - Cleaning registries for queue: default

2022-05-18 04:46:13,024 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:46:13,023 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:46:13,024 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:46:13,023 - worker - Cleaning registries for queue: low

2022-05-18 04:48:16,740 DEBG 'runserver' stderr output:
[Wed May 18 04:48:16.740256 2022] [wsgi:error] [pid 584:tid 140632221370112] [remote 172.18.0.4:47666] INFO - 2022-05-18 04:48:16,740 - views - {"client_id":295385,"name":"Send user activity","time":"2022-05-18T04:48:16.724000Z","payload":{"working_time":0},"is_active":true,"username":"aldy"}

2022-05-18 04:48:45,043 DEBG 'runserver' stderr output:
[Wed May 18 04:48:45.043266 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:47842] INFO - 2022-05-18 04:48:45,042 - views - {"job_id":2,"task_id":3,"client_id":295385,"name":"Load job","time":"2022-05-18T04:48:16.724000Z","payload":{"duration":334,"frame count":1,"track count":0,"object count":0,"box count":0,"polygon count":0,"polyline count":0,"points count":0,"cuboids count":0,"tag count":0},"is_active":true,"username":"aldy"}

2022-05-18 04:48:45,043 DEBG 'runserver' stderr output:
[Wed May 18 04:48:45.043725 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:47842] INFO - 2022-05-18 04:48:45,043 - views - {"job_id":2,"task_id":3,"client_id":295385,"name":"Fit image","time":"2022-05-18T04:48:17.066000Z","payload":{},"is_active":true,"username":"aldy"}

2022-05-18 04:48:45,044 DEBG 'runserver' stderr output:
[Wed May 18 04:48:45.043929 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:47842] INFO - 2022-05-18 04:48:45,043 - views - {"client_id":295385,"name":"Send user activity","time":"2022-05-18T04:48:45.013000Z","payload":{"working_time":324},"is_active":true,"username":"aldy"}

2022-05-18 04:50:53,432 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:50:53,432 - worker - default: cvat.apps.engine.task._create_thread(4, {'chunk_size': None, 'size': 0, 'image_quality': 70, 'start_frame': 0, 'sto...) (/api/tasks/4)

2022-05-18 04:50:53,432 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:50:53,432 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:50:53,499 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:50:53,499 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 90 seconds.

2022-05-18 04:50:53,511 DEBG 'rqworker_default_1' stderr output:
[2022-05-18 04:50:53,510] INFO cvat.server: create task #4

2022-05-18 04:50:53,511 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:50:53,510 - task - create task #4

2022-05-18 04:50:53,540 DEBG 'rqworker_default_1' stderr output:
[2022-05-18 04:50:53,540] INFO cvat.server: Found frames 1 for Data #4

2022-05-18 04:50:53,541 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:50:53,540 - task - Found frames 1 for Data #4

2022-05-18 04:50:53,541 DEBG 'rqworker_default_1' stderr output:
[2022-05-18 04:50:53,541] INFO cvat.server: New segment for task #4: start_frame = 0,             stop_frame = 0

2022-05-18 04:50:53,541 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:50:53,541 - task - New segment for task #4: start_frame = 0,             stop_frame = 0

2022-05-18 04:50:53,550 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:50:53,550 - worker - Handling successful execution of job /api/tasks/4

2022-05-18 04:50:53,551 DEBG 'rqworker_default_1' stderr output:
INFO - 2022-05-18 04:50:53,551 - worker - default: Job OK (/api/tasks/4)
INFO - 2022-05-18 04:50:53,551 - worker - Result is kept for 500 seconds

2022-05-18 04:50:53,557 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:50:53,557 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:50:53,557 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:50:53,557 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:50:53,558 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:50:53,558 - worker - *** Listening on default...

2022-05-18 04:50:53,558 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:50:53,558 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:50:55,795 DEBG 'runserver' stderr output:
[Wed May 18 04:50:55.795440 2022] [wsgi:error] [pid 584:tid 140632187799296] [remote 172.18.0.4:48818] [2022-05-18 04:50:55,795] INFO cvat.server.task_4: get repository request

2022-05-18 04:50:55,796 DEBG 'runserver' stderr output:
[Wed May 18 04:50:55.796290 2022] [wsgi:error] [pid 584:tid 140632187799296] [remote 172.18.0.4:48818] INFO - 2022-05-18 04:50:55,795 - views - get repository request

2022-05-18 04:50:58,346 DEBG 'runserver' stderr output:
[Wed May 18 04:50:58.345877 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:48858] INFO - 2022-05-18 04:50:58,345 - views - {"client_id":295385,"name":"Send user activity","time":"2022-05-18T04:50:58.322000Z","payload":{"working_time":133275},"is_active":true,"username":"aldy"}

2022-05-18 04:52:04,664 DEBG 'runserver' stderr output:
[Wed May 18 04:52:04.663972 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:49256] INFO - 2022-05-18 04:52:04,663 - views - {"job_id":3,"task_id":4,"client_id":295385,"name":"Load job","time":"2022-05-18T04:50:58.322000Z","payload":{"duration":264,"frame count":1,"track count":0,"object count":0,"box count":0,"polygon count":0,"polyline count":0,"points count":0,"cuboids count":0,"tag count":0},"is_active":true,"username":"aldy"}

2022-05-18 04:52:04,664 DEBG 'runserver' stderr output:
[Wed May 18 04:52:04.664095 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:49256] INFO - 2022-05-18 04:52:04,664 - views - {"job_id":3,"task_id":4,"client_id":295385,"name":"Fit image","time":"2022-05-18T04:50:58.591000Z","payload":{},"is_active":true,"username":"aldy"}
[Wed May 18 04:52:04.664168 2022] [wsgi:error] [pid 584:tid 140632204584704] [remote 172.18.0.4:49256] INFO - 2022-05-18 04:52:04,664 - views - {"client_id":295385,"name":"Send user activity","time":"2022-05-18T04:52:04.631000Z","payload":{"working_time":64862},"is_active":true,"username":"aldy"}

2022-05-18 04:52:16,831 DEBG 'rqworker_low' stderr output:
INFO - 2022-05-18 04:52:16,830 - worker - low: __call__(cleanup=True, function=<cvat.apps.lambda_manager.views.LambdaFunction object at 0x7fe6ccd3de80>, mapping={'car': 'car'}, max_distance=None, quality=None, task=4, threshold=None) (fb01150f-1ee0-4676-9ac9-5c5cac28b116)

2022-05-18 04:52:16,831 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:16,831 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:52:16,839 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:16,838 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 90 seconds.

2022-05-18 04:52:17,844 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:17,843 - worker - Handling failed execution of job fb01150f-1ee0-4676-9ac9-5c5cac28b116

2022-05-18 04:52:17,845 DEBG 'rqworker_low' stderr output:
ERROR - 2022-05-18 04:52:17,844 - worker - Traceback (most recent call last):
  File "/opt/venv/lib/python3.8/site-packages/rq/worker.py", line 936, in perform_job
    rv = job.perform()
  File "/opt/venv/lib/python3.8/site-packages/rq/job.py", line 684, in perform
    self._result = self._execute()
  File "/opt/venv/lib/python3.8/site-packages/rq/job.py", line 690, in _execute
    return self.func(*self.args, **self.kwargs)
  File "/home/django/cvat/apps/lambda_manager/views.py", line 595, in __call__
    LambdaJob._call_detector(function, db_task, labels, quality,
  File "/home/django/cvat/apps/lambda_manager/views.py", line 445, in _call_detector
    annotations = function.invoke(db_task, data={
  File "/home/django/cvat/apps/lambda_manager/views.py", line 238, in invoke
    response = self.gateway.invoke(self, payload)
  File "/home/django/cvat/apps/lambda_manager/views.py", line 84, in invoke
    return self._http(method="post", url='/api/function_invocations',
  File "/home/django/cvat/apps/lambda_manager/views.py", line 62, in _http
    reply.raise_for_status()
  File "/opt/venv/lib/python3.8/site-packages/requests/models.py", line 953, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://nuclio:8070/api/function_invocations
Traceback (most recent call last):
  File "/opt/venv/lib/python3.8/site-packages/rq/worker.py", line 936, in perform_job
    rv = job.perform()
  File "/opt/venv/lib/python3.8/site-packages/rq/job.py", line 684, in perform
    self._result = self._execute()
  File "/opt/venv/lib/python3.8/site-packages/rq/job.py", line 690, in _execute
    return self.func(*self.args, **self.kwargs)
  File "/home/django/cvat/apps/lambda_manager/views.py", line 595, in __call__
    LambdaJob._call_detector(function, db_task, labels, quality,
  File "/home/django/cvat/apps/lambda_manager/views.py", line 445, in _call_detector
    annotations = function.invoke(db_task, data={
  File "/home/django/cvat/apps/lambda_manager/views.py", line 238, in invoke
    response = self.gateway.invoke(self, payload)
  File "/home/django/cvat/apps/lambda_manager/views.py", line 84, in invoke
    return self._http(method="post", url='/api/function_invocations',
  File "/home/django/cvat/apps/lambda_manager/views.py", line 62, in _http
    reply.raise_for_status()
  File "/opt/venv/lib/python3.8/site-packages/requests/models.py", line 953, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://nuclio:8070/api/function_invocations

2022-05-18 04:52:17,845 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:17,844 - worker - Invoking exception handler <function rq_handler at 0x7f3206c7f0d0>

2022-05-18 04:52:17,851 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:17,851 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:52:17,851 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:17,851 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:52:17,852 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:17,852 - worker - *** Listening on low...

2022-05-18 04:52:17,852 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:52:17,852 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:52:58,075 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:52:58,075 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:57:38,666 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2022-05-18 04:57:38,665 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:59:02,977 DEBG 'rqworker_low' stderr output:
DEBUG - 2022-05-18 04:59:02,977 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

2022-05-18 04:59:43,077 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2022-05-18 04:59:43,076 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.

Update

So I've managed to reinstall and continue to follow the steps that provided from the link. When I tried to use the command:

nuctl deploy --project-name cvat \
      --path serverless/openvino/dextr/nuclio \
      --volume `pwd`/serverless/common:/opt/nuclio/common \
      --platform local

The process completed:

aldy@LAPTOP-39CVQ662:~/cvat$ nuctl deploy --project-name cvat   --path serverless/openvino/dextr/nuclio   --volume `pwd`/serverless/common:/opt/nuclio/common   --platform local
22.05.18 12:00:23.977                     nuctl (I) Deploying function {"name": ""}
22.05.18 12:00:23.978                     nuctl (I) Building {"versionInfo": "Label: 1.5.16, Git commit: ae43a6a560c2bec42d7ccfdf6e8e11a1e3cc3774, OS: linux, Arch: amd64, Go version: go1.14.3", "name": ""}
22.05.18 12:00:24.269                     nuctl (I) Cleaning up before deployment {"functionName": "openvino-dextr"}
22.05.18 12:00:24.375                     nuctl (I) Function already exists, deleting function containers {"functionName": "openvino-dextr"}
22.05.18 12:00:24.929                     nuctl (I) Staging files and preparing base images
22.05.18 12:00:24.930                     nuctl (I) Building processor image {"imageName": "cvat/openvino.dextr:latest"}
22.05.18 12:00:24.930     nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/handler-builder-python-onbuild:1.5.16-amd64"}
22.05.18 12:00:29.758     nuctl.platform.docker (W) Docker command outputted to stderr - this may result in errors {"workingDir": "/tmp/nuclio-build-255394552/staging", "cmd": "docker build --network host --force-rm -t nuclio-onbuild-ca27qr9k12fsklt2hfpg -f /tmp/nuclio-build-255394552/staging/Dockerfile.onbuild  --build-arg NUCLIO_BUILD_LOCAL_HANDLER_DIR=handler --build-arg NUCLIO_LABEL=1.5.16 --build-arg NUCLIO_ARCH=amd64  .", "stderr": "#1 [internal] load build definition from Dockerfile.onbuild\n#1 sha256:6e09ff232abdae5b962343f56f73f53091e081db8aacb068866ed618888d1935\n#1 transferring dockerfile: 148B done\n#1 DONE 0.0s\n\n#2 [internal] load .dockerignore\n#2 sha256:a025c7a93f259e69027931feb13933723a46b7da1d98ae271be731091e29c0a4\n#2 transferring context: 2B done\n#2 DONE 0.0s\n\n#3 [internal] load metadata for quay.io/nuclio/handler-builder-python-onbuild:1.5.16-amd64\n#3 sha256:3d4c217b8dd4735b204a58a813d2ff5a52b7e584fa30653b3b5b38b4c94539f0\n#3 DONE 0.0s\n\n#4 [1/1] FROM quay.io/nuclio/handler-builder-python-onbuild:1.5.16-amd64\n#4 sha256:a3bb79ea4dc1e3f9ab4814a1d071094b6d7a3946ba3c32c40ce3f16b9f75d0fd\n#4 CACHED\n\n#5 exporting to image\n#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00\n#5 exporting layers done\n#5 writing image sha256:708a12fe13b56186c5cc413457939deb77bd05f4cea06e23899aee91ce2adb48 done\n#5 naming to docker.io/library/nuclio-onbuild-ca27qr9k12fsklt2hfpg done\n#5 DONE 0.0s\n"}
22.05.18 12:00:30.187     nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/uhttpc:0.0.1-amd64"}
22.05.18 12:00:35.885     nuctl.platform.docker (W) Docker command outputted to stderr - this may result in errors {"workingDir": "/tmp/nuclio-build-255394552/staging", "cmd": "docker build --network host --force-rm -t nuclio-onbuild-ca27qspk12fsklt2hfq0 -f /tmp/nuclio-build-255394552/staging/Dockerfile.onbuild  --build-arg NUCLIO_ARCH=amd64 --build-arg NUCLIO_BUILD_LOCAL_HANDLER_DIR=handler --build-arg NUCLIO_LABEL=1.5.16  .", "stderr": "#1 [internal] load build definition from Dockerfile.onbuild\n#1 sha256:a1c9964ff63a94e25166abe62550c0920fef87d92b94faac17f2c9ba85f148cb\n#1 transferring dockerfile: 123B done\n#1 DONE 0.0s\n\n#2 [internal] load .dockerignore\n#2 sha256:a4a09eecb666838c15564753d10f56b988cf0eb17f7710f4ce4870d7c9e828e9\n#2 transferring context: 2B done\n#2 DONE 0.0s\n\n#3 [internal] load metadata for quay.io/nuclio/uhttpc:0.0.1-amd64\n#3 sha256:4aba9ea98350709bc44db6d4b0f46352caf4a7f2c8d89585e87a03a7a14007b3\n#3 DONE 0.0s\n\n#4 [1/1] FROM quay.io/nuclio/uhttpc:0.0.1-amd64\n#4 sha256:92bc73b1ee90a814263ae3231095a19e72949aebd7bf4477b119cea12b042ff9\n#4 CACHED\n\n#5 exporting to image\n#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00\n#5 exporting layers done\n#5 writing image sha256:1d7a80c3d68af5b05150876d5d966124a5b38181a67443addc1eef553b11de08 done\n#5 naming to docker.io/library/nuclio-onbuild-ca27qspk12fsklt2hfq0 done\n#5 DONE 0.0s\n"}
22.05.18 12:00:36.159            nuctl.platform (I) Building docker image {"image": "cvat/openvino.dextr:latest"}
22.05.18 12:00:40.183     nuctl.platform.docker (W) Docker command outputted to stderr - this may result in errors {"workingDir": "/tmp/nuclio-build-255394552/staging", "cmd": "docker build --network host --force-rm -t cvat/openvino.dextr:latest -f /tmp/nuclio-build-255394552/staging/Dockerfile.processor  --build-arg NUCLIO_LABEL=1.5.16 --build-arg NUCLIO_ARCH=amd64 --build-arg NUCLIO_BUILD_LOCAL_HANDLER_DIR=handler  .", "stderr": "#1 [internal] load build definition from Dockerfile.processor\n#1 sha256:88bd3e165f694788333dee2301ac4760c7d2459a44c2619bb55001079a6b4654\n#1 transferring dockerfile: 1.06kB done\n#1 DONE 0.0s\n\n#2 [internal] load .dockerignore\n#2 sha256:d4ec464d676f032df516a3ec5174931e6b313793167d43584d081eb48f6e40e7\n#2 transferring context: 2B done\n#2 DONE 0.0s\n\n#3 [internal] load metadata for docker.io/openvino/ubuntu18_runtime:2020.2\n#3 sha256:206e3a5a8401887a95de270de6084eb0a2a8c281877f1d37bf826420d50d31ec\n#3 DONE 3.7s\n\n#4 [ 1/11] FROM docker.io/openvino/ubuntu18_runtime:2020.2@sha256:6d5a07be1dc583bba77d0c4c93a26db3ca8bf8193bb1a129644faf567626fe36\n#4 sha256:9b20d14c5a8bc06261faa7b934e552aee2d377409299d730a26e41136506484c\n#4 DONE 0.0s\n\n#7 [internal] load build context\n#7 sha256:a880c9dbd54dcba4530108d54436325b74ba639da78bc12687088360cccbb0ec\n#7 transferring context: 7.04kB done\n#7 DONE 0.0s\n\n#12 [ 8/11] RUN curl -O https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip\n#12 sha256:6b3c6c6303c45d9c137a75bef982395be5310e0e7b5ebea2d70f2f9b63ef65d8\n#12 CACHED\n\n#8 [ 4/11] COPY artifacts/processor /usr/local/bin/processor\n#8 sha256:9516cafe51525ca28fa664b41efebef344d1e0cbcde715ab7874ba2e8b26452d\n#8 CACHED\n\n#5 [ 2/11] WORKDIR /opt/nuclio\n#5 sha256:24ff5edb84f72dd5d294150b81642fff11744038c383614b3ddd595827de82a4\n#5 CACHED\n\n#13 [ 9/11] RUN unzip dextr_model_v1.zip\n#13 sha256:7fe031ee735bbcfb574daeec99dab17c58440ab54b9b4ef3f6af1b09e85aee56\n#13 CACHED\n\n#10 [ 6/11] COPY artifacts/uhttpc /usr/local/bin/uhttpc\n#10 sha256:ca1e50918a605f998787d08ede03fee19663bb8c6c6b4afea80b2fe02495a99d\n#10 CACHED\n\n#11 [ 7/11] COPY handler /opt/nuclio\n#11 sha256:6ef6a362ae1d6b5c70f238223f7bdb21d3ecb570e87f1e12714fb28f296c960f\n#11 CACHED\n\n#14 [10/11] RUN pip3 install -U pip && pip3 install wheel Pillow\n#14 sha256:75c314e2a8e0da700cb120c6cc2929dac4b059e96d720bfd37a42de457c23966\n#14 CACHED\n\n#6 [ 3/11] RUN ln -s /usr/bin/pip3 /usr/bin/pip\n#6 sha256:c91ba0fbe021ac7518b6f41da248ace229c281b39de3aadb7abb9393fcf313ac\n#6 CACHED\n\n#9 [ 5/11] COPY artifacts/py /opt/nuclio/\n#9 sha256:936a6a1adeb5e73c96c700bee0850cd5ea03c5bcd0338cafd6564e4a7abd8f6c\n#9 CACHED\n\n#15 [11/11] RUN pip install nuclio-sdk msgpack --no-index --find-links /opt/nuclio/whl\n#15 sha256:4eb3785cf279ed9e8d8ab9d85875b51a9d7edfea4931af7d1b35a6853d90952d\n#15 CACHED\n\n#16 exporting to image\n#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00\n#16 exporting layers done\n#16 writing image sha256:fb4fe99a0ea0d1940525d2accb48bf78cfb1f0bbd03a909629cc7f34de759e22 done\n#16 naming to docker.io/cvat/openvino.dextr:latest done\n#16 DONE 0.0s\n"}
22.05.18 12:00:40.183            nuctl.platform (I) Pushing docker image into registry {"image": "cvat/openvino.dextr:latest", "registry": ""}
22.05.18 12:00:40.183            nuctl.platform (I) Docker image was successfully built and pushed into docker registry {"image": "cvat/openvino.dextr:latest"}
22.05.18 12:00:40.183                     nuctl (I) Build complete {"result": {"Image":"cvat/openvino.dextr:latest","UpdatedFunctionConfig":{"metadata":{"name":"openvino-dextr","namespace":"nuclio","labels":{"nuclio.io/project-name":"cvat"},"annotations":{"animated_gif":"https://raw.githubusercontent.com/openvinotoolkit/cvat/0fbb19ae3846a017853d52e187f0ce149adced7d/site/content/en/images/dextr_example.gif","framework":"openvino","help_message":"The interactor allows to get a mask of an object using its extreme points (more or equal than 4). You can add a point left-clicking the image","min_pos_points":"4","name":"DEXTR","spec":"","type":"interactor"}},"spec":{"description":"Deep Extreme Cut","handler":"main:handler","runtime":"python:3.6","env":[{"name":"NUCLIO_PYTHON_EXE_PATH","value":"/opt/nuclio/common/openvino/python3"}],"resources":{},"image":"cvat/openvino.dextr:latest","targetCPU":75,"triggers":{"myHttpTrigger":{"class":"","kind":"http","name":"myHttpTrigger","maxWorkers":2,"workerAvailabilityTimeoutMilliseconds":10000,"attributes":{"maxRequestBodySize":33554432}}},"volumes":[{"volume":{"name":"volume-1","hostPath":{"path":"/home/aldy/cvat/serverless/common"}},"volumeMount":{"name":"volume-1","mountPath":"/opt/nuclio/common"}}],"build":{"image":"cvat/openvino.dextr","baseImage":"openvino/ubuntu18_runtime:2020.2","directives":{"postCopy":[{"kind":"RUN","value":"curl -O https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip"},{"kind":"RUN","value":"unzip dextr_model_v1.zip"},{"kind":"RUN","value":"pip3 install -U pip \u0026\u0026 pip3 install wheel Pillow"}],"preCopy":[{"kind":"USER","value":"root"},{"kind":"WORKDIR","value":"/opt/nuclio"},{"kind":"RUN","value":"ln -s /usr/bin/pip3 /usr/bin/pip"}]},"codeEntryType":"image"},"platform":{"attributes":{"mountMode":"volume","restartPolicy":{"maximumRetryCount":3,"name":"always"}}},"readinessTimeoutSeconds":60,"securityContext":{},"eventTimeout":"30s"}}}}
22.05.18 12:00:41.438            nuctl.platform (I) Waiting for function to be ready {"timeout": 60}
22.05.18 12:00:43.420                     nuctl (I) Function deploy complete {"functionName": "openvino-dextr", "httpPort": 0}

And for using:

nuctl deploy --project-name cvat \
  --path serverless/openvino/omz/public/yolo-v3-tf/nuclio \
  --volume `pwd`/serverless/common:/opt/nuclio/common \
  --platform local

I tried to deploy the YOLO v3 model, the process completed as message shown:

aldy@LAPTOP-39CVQ662:~/cvat$ nuctl deploy --project-name cvat \
ath serv>   --path serverless/openvino/omz/public/yolo-v3-tf/nuclio \
>   --volume `pwd`/serverless/common:/opt/nuclio/common \
>   --platform local
22.05.18 11:26:46.748                     nuctl (I) Deploying function {"name": ""}
22.05.18 11:26:46.748                     nuctl (I) Building {"versionInfo": "Label: 1.5.16, Git commit: ae43a6a560c2bec42d7ccfdf6e8e11a1e3cc3774, OS: linux, Arch: amd64, Go version: go1.14.3", "name": ""}
22.05.18 11:26:47.019                     nuctl (I) Cleaning up before deployment {"functionName": "openvino-omz-public-yolo-v3-tf"}
22.05.18 11:26:47.132                     nuctl (I) Staging files and preparing base images
22.05.18 11:26:47.133                     nuctl (I) Building processor image {"imageName": "cvat/openvino.omz.public.yolo-v3-tf:latest"}
22.05.18 11:26:47.133     nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/handler-builder-python-onbuild:1.5.16-amd64"}
22.05.18 11:26:51.645     nuctl.platform.docker (W) Docker command outputted to stderr - this may result in errors {"workingDir": "/tmp/nuclio-build-240243940/staging", "cmd": "docker build --network host --force-rm -t nuclio-onbuild-ca27b2pk12fr2fqpvnkg -f /tmp/nuclio-build-240243940/staging/Dockerfile.onbuild  --build-arg NUCLIO_LABEL=1.5.16 --build-arg NUCLIO_ARCH=amd64 --build-arg NUCLIO_BUILD_LOCAL_HANDLER_DIR=handler  .", "stderr": "#1 [internal] load build definition from Dockerfile.onbuild\n#1 sha256:32a65cf810ae082f01b10fd5299073eb58850decf5ef01af7abc1297cccd839e\n#1 transferring dockerfile: 148B done\n#1 DONE 0.0s\n\n#2 [internal] load .dockerignore\n#2 sha256:91ee56e852834958681c242015a6957f238904308bb9f3e4fbe12d0144f69a13\n#2 transferring context: 2B done\n#2 DONE 0.0s\n\n#3 [internal] load metadata for quay.io/nuclio/handler-builder-python-onbuild:1.5.16-amd64\n#3 sha256:3d4c217b8dd4735b204a58a813d2ff5a52b7e584fa30653b3b5b38b4c94539f0\n#3 DONE 0.0s\n\n#4 [1/1] FROM quay.io/nuclio/handler-builder-python-onbuild:1.5.16-amd64\n#4 sha256:a3bb79ea4dc1e3f9ab4814a1d071094b6d7a3946ba3c32c40ce3f16b9f75d0fd\n#4 CACHED\n\n#5 exporting to image\n#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00\n#5 exporting layers done\n#5 writing image sha256:708a12fe13b56186c5cc413457939deb77bd05f4cea06e23899aee91ce2adb48 done\n#5 naming to docker.io/library/nuclio-onbuild-ca27b2pk12fr2fqpvnkg done\n#5 DONE 0.0s\n"}
22.05.18 11:26:52.096     nuctl.platform.docker (I) Pulling image {"imageName": "quay.io/nuclio/uhttpc:0.0.1-amd64"}
22.05.18 11:26:57.895     nuctl.platform.docker (W) Docker command outputted to stderr - this may result in errors {"workingDir": "/tmp/nuclio-build-240243940/staging", "cmd": "docker build --network host --force-rm -t nuclio-onbuild-ca27b49k12fr2fqpvnl0 -f /tmp/nuclio-build-240243940/staging/Dockerfile.onbuild  --build-arg NUCLIO_LABEL=1.5.16 --build-arg NUCLIO_ARCH=amd64 --build-arg NUCLIO_BUILD_LOCAL_HANDLER_DIR=handler  .", "stderr": "#1 [internal] load build definition from Dockerfile.onbuild\n#1 sha256:592df70ac89951baf6c50b1c82fdae3510918b7252f08ae7e1f0915b6cbde344\n#1 transferring dockerfile: 123B done\n#1 DONE 0.0s\n\n#2 [internal] load .dockerignore\n#2 sha256:7a16e28d649e64000b4965b97e5f4cd19ac7eedc28d01a773604a4a5b0c5604a\n#2 transferring context: 2B done\n#2 DONE 0.0s\n\n#3 [internal] load metadata for quay.io/nuclio/uhttpc:0.0.1-amd64\n#3 sha256:4aba9ea98350709bc44db6d4b0f46352caf4a7f2c8d89585e87a03a7a14007b3\n#3 DONE 0.0s\n\n#4 [1/1] FROM quay.io/nuclio/uhttpc:0.0.1-amd64\n#4 sha256:92bc73b1ee90a814263ae3231095a19e72949aebd7bf4477b119cea12b042ff9\n#4 CACHED\n\n#5 exporting to image\n#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00\n#5 exporting layers done\n#5 writing image sha256:1d7a80c3d68af5b05150876d5d966124a5b38181a67443addc1eef553b11de08 done\n#5 naming to docker.io/library/nuclio-onbuild-ca27b49k12fr2fqpvnl0 done\n#5 DONE 0.0s\n"}
22.05.18 11:26:58.204            nuctl.platform (I) Building docker image {"image": "cvat/openvino.omz.public.yolo-v3-tf:latest"}
22.05.18 11:43:09.075     nuctl.platform.docker (W) Docker command outputted to stderr - this may result in errors {"workingDir": "/tmp/nuclio-build-240243940/staging", "cmd": "docker build --network host --force-rm -t cvat/openvino.omz.public.yolo-v3-tf:latest -f /tmp/nuclio-build-240243940/staging/Dockerfile.processor  --build-arg NUCLIO_ARCH=amd64 --build-arg NUCLIO_BUILD_LOCAL_HANDLER_DIR=handler --build-arg NUCLIO_LABEL=1.5.16  .", "stderr": "#1 [internal] load build definition from Dockerfile.processor\n#1 sha256:f94dc55cd41c175fc05ab3906060ca0913ffb75e9f9af21c9a418dddc4555e0b\n#1 transferring dockerfile: 1.20kB done\n#1 DONE 0.0s\n\n#2 [internal] load .dockerignore\n#2 sha256:6087de90d88ff7e44bbd0dec990abd38509bd28acc1b56d41822b39c23031051\n#2 transferring context: 2B done\n#2 DONE 0.0s\n\n#3 [internal] load metadata for docker.io/openvino/ubuntu18_dev:2020.2\n#3 sha256:82104bdcaef0a1fe9b80cb3e98cc97b69d3eda1e8e6e560d951cc97aaee6ca1e\n#3 DONE 5.2s\n\n#9 [internal] load build context\n#9 sha256:ea075a3836c496d726ae58e56cc439278a805597d1bb9b1b359682e4bc96d26e\n#9 transferring context: 14.35kB done\n#9 DONE 0.0s\n\n#4 [ 1/10] FROM docker.io/openvino/ubuntu18_dev:2020.2@sha256:716fbb8178e3e37a4bf87147d9915591e9f722477b136ea15efb36908686e151\n#4 sha256:6f4803cd985b348d97c9ca7aaacbb5ba89f42925f15c5db5e8f8072d46f3dd0d\n#4 resolve docker.io/openvino/ubuntu18_dev:2020.2@sha256:716fbb8178e3e37a4bf87147d9915591e9f722477b136ea15efb36908686e151 done\n#4 sha256:0444f683150716b45251b13276a7a8c1aecbfce5eb4be9e8ea8914bd2f400f6e 0B / 132B 0.1s\n#4 sha256:2421bee031a0fffa5be57ae9e0c94878b341757e7d787d13fce78d913156abea 0B / 4.54kB 0.1s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 0B / 133.63MB 0.1s\n#4 sha256:716fbb8178e3e37a4bf87147d9915591e9f722477b136ea15efb36908686e151 5.78kB / 5.78kB done\n#4 sha256:bf7a4dff2d97fba4dbe58c7459b8fc21c5a2613a5287c76ef724e3977dcf91c3 27.04kB / 27.04kB done\n#4 sha256:2421bee031a0fffa5be57ae9e0c94878b341757e7d787d13fce78d913156abea 4.54kB / 4.54kB 0.7s done\n#4 extracting sha256:2421bee031a0fffa5be57ae9e0c94878b341757e7d787d13fce78d913156abea 0.0s done\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 0B / 158.58MB 0.8s\n#4 sha256:0444f683150716b45251b13276a7a8c1aecbfce5eb4be9e8ea8914bd2f400f6e 132B / 132B 1.0s done\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 0B / 56.69MB 1.1s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 3.15MB / 56.69MB 5.1s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 2.10MB / 133.63MB 5.2s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 2.10MB / 158.58MB 5.9s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 6.29MB / 56.69MB 8.9s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 4.19MB / 133.63MB 10.3s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 9.44MB / 56.69MB 10.8s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 5.24MB / 158.58MB 11.0s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 12.58MB / 56.69MB 13.0s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 8.39MB / 133.63MB 15.3s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 15.73MB / 56.69MB 15.6s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 10.49MB / 158.58MB 16.0s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 18.87MB / 56.69MB 17.9s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 15.73MB / 133.63MB 19.8s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 22.02MB / 56.69MB 20.4s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 16.78MB / 158.58MB 21.1s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 25.17MB / 56.69MB 23.3s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 19.92MB / 133.63MB 25.0s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 28.31MB / 56.69MB 25.7s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 24.12MB / 158.58MB 26.2s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 31.46MB / 56.69MB 27.1s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 34.60MB / 56.69MB 28.5s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 26.21MB / 133.63MB 30.2s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 37.75MB / 56.69MB 30.2s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 30.41MB / 158.58MB 31.3s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 40.89MB / 56.69MB 32.0s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 44.04MB / 56.69MB 34.6s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 32.51MB / 133.63MB 35.4s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 37.75MB / 158.58MB 36.3s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 47.19MB / 56.69MB 37.7s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 50.33MB / 56.69MB 39.9s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 46.14MB / 158.58MB 40.4s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 37.75MB / 133.63MB 40.6s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 53.48MB / 56.69MB 42.2s\n#4 sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 56.69MB / 56.69MB 44.7s done\n#4 sha256:423acc40b545b9efb85632ab2637d7269e97584b3ab5a846e71bac1d90e843cf 0B / 164B 44.8s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 51.38MB / 158.58MB 45.5s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 42.99MB / 133.63MB 45.6s\n#4 sha256:423acc40b545b9efb85632ab2637d7269e97584b3ab5a846e71bac1d90e843cf 164B / 164B 46.3s done\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 0B / 136.98MB 46.4s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 59.77MB / 158.58MB 49.9s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 49.28MB / 133.63MB 50.7s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 3.15MB / 136.98MB 51.5s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 67.11MB / 158.58MB 54.9s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 53.48MB / 133.63MB 55.8s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 8.39MB / 136.98MB 56.5s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 72.35MB / 158.58MB 59.9s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 59.77MB / 133.63MB 60.9s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 14.68MB / 136.98MB 61.5s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 77.59MB / 158.58MB 65.0s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 67.11MB / 133.63MB 66.0s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 22.02MB / 136.98MB 66.6s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 84.93MB / 158.58MB 70.0s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 74.45MB / 133.63MB 70.7s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 28.31MB / 136.98MB 71.8s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 91.23MB / 158.58MB 75.1s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 80.74MB / 133.63MB 75.8s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 33.55MB / 136.98MB 76.8s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 97.52MB / 158.58MB 80.1s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 87.03MB / 133.63MB 80.9s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 39.85MB / 136.98MB 81.9s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 104.86MB / 158.58MB 85.2s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 93.32MB / 133.63MB 86.0s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 46.14MB / 136.98MB 87.0s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 111.15MB / 158.58MB 90.2s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 100.66MB / 133.63MB 90.5s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 53.48MB / 136.98MB 92.1s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 116.39MB / 158.58MB 95.3s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 106.95MB / 133.63MB 95.6s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 60.82MB / 136.98MB 96.2s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 124.78MB / 158.58MB 100.5s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 113.25MB / 133.63MB 100.8s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 68.16MB / 136.98MB 101.2s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 130.02MB / 158.58MB 105.7s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 119.54MB / 133.63MB 106.0s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 73.40MB / 136.98MB 106.2s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 136.31MB / 158.58MB 110.7s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 125.83MB / 133.63MB 111.1s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 78.64MB / 136.98MB 111.4s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 141.56MB / 158.58MB 115.8s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 132.12MB / 133.63MB 116.2s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 83.89MB / 136.98MB 116.5s\n#4 sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 133.63MB / 133.63MB 117.3s done\n#4 extracting sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 0.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 0B / 319.25MB 117.4s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 148.90MB / 158.58MB 121.0s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 91.23MB / 136.98MB 121.4s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 2.10MB / 319.25MB 122.4s\n#4 extracting sha256:49548654930d20aa39c059ec1fd187e3ddc63e74ef42c6f935d05452f512cb06 5.2s done\n#4 extracting sha256:0444f683150716b45251b13276a7a8c1aecbfce5eb4be9e8ea8914bd2f400f6e done\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 157.29MB / 158.58MB 125.5s\n#4 sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 158.58MB / 158.58MB 126.0s done\n#4 extracting sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a\n#4 sha256:d761a6b5e1c50c1f5f2fe77ad48464006127eb1b214b922a4368948228b4ca10 0B / 140B 126.1s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 94.37MB / 136.98MB 126.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 6.29MB / 319.25MB 127.5s\n#4 sha256:d761a6b5e1c50c1f5f2fe77ad48464006127eb1b214b922a4368948228b4ca10 140B / 140B 128.1s done\n#4 sha256:033db13edadc721175ecc61ea0cb44ed6c24a000e68b39d549150a6b019304ce 0B / 153B 128.3s\n#4 sha256:033db13edadc721175ecc61ea0cb44ed6c24a000e68b39d549150a6b019304ce 153B / 153B 128.8s done\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 0B / 45.76MB 128.9s\n#4 extracting sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 5.1s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 99.61MB / 136.98MB 131.6s\n#4 extracting sha256:88f5b059826b0d669136e246ebf680209a83a6563cf0e823c96cfab07599d09a 6.3s done\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 9.44MB / 319.25MB 132.5s\n#4 extracting sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 0.1s\n#4 extracting sha256:ac638b57ffe8d1f6cb4533ee86a82797519d672d71cf0484076aa13006fc6eb9 0.9s done\n#4 extracting sha256:423acc40b545b9efb85632ab2637d7269e97584b3ab5a846e71bac1d90e843cf\n#4 extracting sha256:423acc40b545b9efb85632ab2637d7269e97584b3ab5a846e71bac1d90e843cf done\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 1.05MB / 45.76MB 133.9s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 101.71MB / 136.98MB 136.7s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 11.53MB / 319.25MB 137.7s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 2.10MB / 45.76MB 139.1s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 102.76MB / 136.98MB 141.7s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 13.63MB / 319.25MB 142.7s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 3.15MB / 45.76MB 144.1s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 104.86MB / 136.98MB 146.8s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 14.68MB / 319.25MB 147.7s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 4.19MB / 45.76MB 149.1s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 106.95MB / 136.98MB 151.8s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 16.78MB / 319.25MB 152.9s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 5.24MB / 45.76MB 154.2s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 109.05MB / 136.98MB 156.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 17.83MB / 319.25MB 158.0s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 7.34MB / 45.76MB 159.3s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 111.15MB / 136.98MB 161.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 19.92MB / 319.25MB 163.0s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 8.39MB / 45.76MB 164.5s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 114.29MB / 136.98MB 167.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 22.02MB / 319.25MB 168.2s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 9.44MB / 45.76MB 169.7s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 116.39MB / 136.98MB 172.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 24.12MB / 319.25MB 173.3s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 10.49MB / 45.76MB 174.7s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 118.49MB / 136.98MB 177.3s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 26.21MB / 319.25MB 178.4s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 12.58MB / 45.76MB 179.8s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 123.73MB / 136.98MB 182.3s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 29.36MB / 319.25MB 183.5s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 14.68MB / 45.76MB 185.0s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 128.97MB / 136.98MB 187.5s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 17.83MB / 45.76MB 188.0s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 33.55MB / 319.25MB 188.6s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 20.97MB / 45.76MB 191.5s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 135.27MB / 136.98MB 192.5s\n#4 sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 136.98MB / 136.98MB 193.6s done\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 24.12MB / 45.76MB 193.6s\n#4 sha256:c465e5a0c1005a1f920b00406e7f943f1361adf793ba83ce0002bb4c5030c916 0B / 867.67kB 193.6s\n#4 extracting sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 39.85MB / 319.25MB 193.7s\n#4 extracting sha256:81900f58b1beb30279689f4790f0f4cd0c64f8156c18a1e988191b9456bdab56 0.8s done\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 27.26MB / 45.76MB 195.3s\n#4 sha256:c465e5a0c1005a1f920b00406e7f943f1361adf793ba83ce0002bb4c5030c916 867.67kB / 867.67kB 196.1s done\n#4 sha256:c6eb6e1d6804a39b1448981501b6cb8acc1a37d068dc9536f9d2c9a6fef6838a 0B / 1.88MB 196.1s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 30.41MB / 45.76MB 197.5s\n#4 sha256:c6eb6e1d6804a39b1448981501b6cb8acc1a37d068dc9536f9d2c9a6fef6838a 1.05MB / 1.88MB 197.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 48.23MB / 319.25MB 198.7s\n#4 sha256:c6eb6e1d6804a39b1448981501b6cb8acc1a37d068dc9536f9d2c9a6fef6838a 1.88MB / 1.88MB 198.7s done\n#4 sha256:114a97e4ef4a3e29af7d193bf78cee20766b3ad0ec7057a8219f48ab26ab7bcd 0B / 356B 198.8s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 33.55MB / 45.76MB 199.5s\n#4 sha256:114a97e4ef4a3e29af7d193bf78cee20766b3ad0ec7057a8219f48ab26ab7bcd 356B / 356B 199.5s done\n#4 sha256:c12eba6ab726b38e36cbf9b4d07d7cb482788e718cd5f936a010a08d3812dcbd 0B / 416.75kB 199.6s\n#4 sha256:c12eba6ab726b38e36cbf9b4d07d7cb482788e718cd5f936a010a08d3812dcbd 416.75kB / 416.75kB 201.0s done\n#4 sha256:61e04288cf6585e33940ce19c5ea91c08ff13f36ef3a3b332f67b2e1194317e3 0B / 19.10kB 201.0s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 36.70MB / 45.76MB 202.1s\n#4 sha256:61e04288cf6585e33940ce19c5ea91c08ff13f36ef3a3b332f67b2e1194317e3 19.10kB / 19.10kB 202.8s done\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 0B / 12.39MB 202.9s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 39.85MB / 45.76MB 203.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 54.53MB / 319.25MB 203.8s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 42.99MB / 45.76MB 205.1s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 1.05MB / 12.39MB 205.6s\n#4 sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 45.76MB / 45.76MB 206.4s done\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 0B / 1.09GB 206.5s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 2.10MB / 12.39MB 207.0s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 3.15MB / 12.39MB 207.8s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 4.19MB / 12.39MB 208.6s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 65.01MB / 319.25MB 208.8s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 5.24MB / 12.39MB 209.5s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 6.29MB / 12.39MB 210.1s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 7.34MB / 12.39MB 210.9s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 8.39MB / 12.39MB 211.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 6.29MB / 1.09GB 211.7s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 9.44MB / 12.39MB 212.6s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 10.49MB / 12.39MB 213.4s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 72.35MB / 319.25MB 213.9s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 11.53MB / 12.39MB 214.1s\n#4 sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 12.39MB / 12.39MB 214.6s done\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 0B / 22.21MB 214.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 15.73MB / 1.09GB 216.7s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 2.10MB / 22.21MB 217.8s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 79.69MB / 319.25MB 219.0s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 4.19MB / 22.21MB 219.3s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 6.29MB / 22.21MB 220.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 23.07MB / 1.09GB 221.8s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 8.39MB / 22.21MB 222.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 85.98MB / 319.25MB 224.0s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 10.49MB / 22.21MB 224.3s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 12.58MB / 22.21MB 225.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 30.41MB / 1.09GB 226.8s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 14.68MB / 22.21MB 227.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 93.32MB / 319.25MB 229.1s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 16.78MB / 22.21MB 229.2s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 18.87MB / 22.21MB 231.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 37.75MB / 1.09GB 231.9s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 20.97MB / 22.21MB 232.6s\n#4 sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 22.21MB / 22.21MB 233.7s done\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 0B / 66.50MB 233.8s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 98.57MB / 319.25MB 234.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 46.14MB / 1.09GB 236.9s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 4.19MB / 66.50MB 238.6s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 106.95MB / 319.25MB 239.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 54.53MB / 1.09GB 242.1s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 8.39MB / 66.50MB 242.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 114.29MB / 319.25MB 244.2s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 12.58MB / 66.50MB 246.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 60.82MB / 1.09GB 247.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 120.59MB / 319.25MB 249.3s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 16.78MB / 66.50MB 250.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 68.16MB / 1.09GB 252.3s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 20.97MB / 66.50MB 253.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 125.83MB / 319.25MB 254.3s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 25.17MB / 66.50MB 255.6s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 72.35MB / 1.09GB 257.3s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 29.36MB / 66.50MB 258.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 130.02MB / 319.25MB 259.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 75.50MB / 1.09GB 262.3s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 33.55MB / 66.50MB 262.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 134.22MB / 319.25MB 264.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 78.64MB / 1.09GB 267.3s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 36.70MB / 66.50MB 267.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 138.41MB / 319.25MB 269.4s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 40.89MB / 66.50MB 271.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 81.79MB / 1.09GB 272.4s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 144.70MB / 319.25MB 274.4s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 45.09MB / 66.50MB 275.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 85.98MB / 1.09GB 277.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 147.85MB / 319.25MB 279.6s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 49.28MB / 66.50MB 280.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 88.08MB / 1.09GB 282.6s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 150.99MB / 319.25MB 284.7s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 53.48MB / 66.50MB 285.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 92.27MB / 1.09GB 287.8s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 57.67MB / 66.50MB 289.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 156.24MB / 319.25MB 289.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 96.47MB / 1.09GB 292.8s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 61.87MB / 66.50MB 293.7s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 160.43MB / 319.25MB 294.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 99.61MB / 1.09GB 297.8s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 63.96MB / 66.50MB 298.8s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 163.58MB / 319.25MB 299.8s\n#4 sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 66.50MB / 66.50MB 302.4s done\n#4 sha256:0424b2fa8757fe61335f9eda30b64e3573c9e96c4357bc59a800aa3bdef8e572 0B / 2.12kB 302.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 102.76MB / 1.09GB 302.8s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 168.82MB / 319.25MB 304.8s\n#4 sha256:0424b2fa8757fe61335f9eda30b64e3573c9e96c4357bc59a800aa3bdef8e572 0B / 2.12kB 307.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 105.91MB / 1.09GB 308.0s\n#4 sha256:0424b2fa8757fe61335f9eda30b64e3573c9e96c4357bc59a800aa3bdef8e572 2.12kB / 2.12kB 307.9s done\n#4 sha256:1dd362cbcf81183413a8da196e52b2410750a561c3732a7419e7503ce0a5ff5c 0B / 20.54kB 308.0s\n#4 sha256:1dd362cbcf81183413a8da196e52b2410750a561c3732a7419e7503ce0a5ff5c 20.54kB / 20.54kB 308.6s done\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 175.11MB / 319.25MB 309.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 111.15MB / 1.09GB 313.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 181.40MB / 319.25MB 315.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 117.44MB / 1.09GB 318.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 186.65MB / 319.25MB 320.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 122.68MB / 1.09GB 323.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 190.84MB / 319.25MB 325.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 128.97MB / 1.09GB 328.3s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 197.13MB / 319.25MB 330.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 134.22MB / 1.09GB 333.3s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 205.52MB / 319.25MB 335.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 142.61MB / 1.09GB 338.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 211.81MB / 319.25MB 340.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 147.85MB / 1.09GB 343.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 217.06MB / 319.25MB 345.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 154.14MB / 1.09GB 348.6s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 224.40MB / 319.25MB 350.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 160.43MB / 1.09GB 353.7s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 235.93MB / 319.25MB 355.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 170.92MB / 1.09GB 358.8s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 249.56MB / 319.25MB 360.6s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 180.36MB / 1.09GB 363.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 255.85MB / 319.25MB 365.6s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 185.60MB / 1.09GB 368.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 261.10MB / 319.25MB 370.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 191.89MB / 1.09GB 373.9s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 267.39MB / 319.25MB 375.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 199.23MB / 1.09GB 379.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 269.48MB / 319.25MB 380.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 205.52MB / 1.09GB 384.1s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 273.68MB / 319.25MB 385.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 210.76MB / 1.09GB 389.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 279.97MB / 319.25MB 391.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 213.91MB / 1.09GB 394.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 286.26MB / 319.25MB 396.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 220.20MB / 1.09GB 399.3s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 294.65MB / 319.25MB 401.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 225.44MB / 1.09GB 404.4s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 300.94MB / 319.25MB 406.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 229.64MB / 1.09GB 409.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 307.23MB / 319.25MB 411.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 235.93MB / 1.09GB 414.5s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 314.57MB / 319.25MB 416.2s\n#4 sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 319.25MB / 319.25MB 418.9s done\n#4 extracting sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 0.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 242.22MB / 1.09GB 419.6s\n#4 extracting sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 5.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 252.71MB / 1.09GB 424.6s\n#4 extracting sha256:9d98ab589910733480522782b166086820017576688d456b64f7a7de4a4b22be 7.7s done\n#4 extracting sha256:d761a6b5e1c50c1f5f2fe77ad48464006127eb1b214b922a4368948228b4ca10 done\n#4 extracting sha256:033db13edadc721175ecc61ea0cb44ed6c24a000e68b39d549150a6b019304ce done\n#4 extracting sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 0.1s\n#4 extracting sha256:483ef13bc64b38076b9c7827d221b4ce6ba742b5af0fe1a1deb816e008260a35 1.2s done\n#4 extracting sha256:c465e5a0c1005a1f920b00406e7f943f1361adf793ba83ce0002bb4c5030c916 0.1s done\n#4 extracting sha256:c6eb6e1d6804a39b1448981501b6cb8acc1a37d068dc9536f9d2c9a6fef6838a\n#4 extracting sha256:c6eb6e1d6804a39b1448981501b6cb8acc1a37d068dc9536f9d2c9a6fef6838a 0.1s done\n#4 extracting sha256:114a97e4ef4a3e29af7d193bf78cee20766b3ad0ec7057a8219f48ab26ab7bcd done\n#4 extracting sha256:c12eba6ab726b38e36cbf9b4d07d7cb482788e718cd5f936a010a08d3812dcbd\n#4 extracting sha256:c12eba6ab726b38e36cbf9b4d07d7cb482788e718cd5f936a010a08d3812dcbd 0.1s done\n#4 extracting sha256:61e04288cf6585e33940ce19c5ea91c08ff13f36ef3a3b332f67b2e1194317e3 0.0s done\n#4 extracting sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 264.24MB / 1.09GB 429.7s\n#4 extracting sha256:bb253e3550f5ce8c936ea01f92a777859918a715e1e9953f07ca15af2b915818 1.6s done\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 273.68MB / 1.09GB 434.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 282.07MB / 1.09GB 439.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 289.41MB / 1.09GB 444.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 297.80MB / 1.09GB 450.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 305.14MB / 1.09GB 455.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 314.57MB / 1.09GB 460.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 326.11MB / 1.09GB 465.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 338.69MB / 1.09GB 470.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 353.37MB / 1.09GB 475.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 363.86MB / 1.09GB 480.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 376.44MB / 1.09GB 485.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 390.07MB / 1.09GB 490.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 404.75MB / 1.09GB 495.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 417.33MB / 1.09GB 500.6s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 425.72MB / 1.09GB 505.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 433.06MB / 1.09GB 511.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 450.89MB / 1.09GB 516.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 462.42MB / 1.09GB 521.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 475.00MB / 1.09GB 526.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 482.34MB / 1.09GB 531.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 489.68MB / 1.09GB 536.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 499.12MB / 1.09GB 541.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 507.51MB / 1.09GB 546.6s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 515.90MB / 1.09GB 551.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 522.19MB / 1.09GB 556.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 528.48MB / 1.09GB 562.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 534.77MB / 1.09GB 567.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 545.26MB / 1.09GB 572.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 560.99MB / 1.09GB 577.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 577.77MB / 1.09GB 582.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 593.49MB / 1.09GB 587.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 606.08MB / 1.09GB 592.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 615.51MB / 1.09GB 597.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 627.05MB / 1.09GB 602.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 641.73MB / 1.09GB 607.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 654.31MB / 1.09GB 612.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 668.99MB / 1.09GB 617.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 681.57MB / 1.09GB 622.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 694.16MB / 1.09GB 627.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 706.74MB / 1.09GB 632.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 719.32MB / 1.09GB 637.7s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 734.00MB / 1.09GB 642.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 750.78MB / 1.09GB 647.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 764.41MB / 1.09GB 653.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 776.99MB / 1.09GB 658.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 790.63MB / 1.09GB 663.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 807.40MB / 1.09GB 668.2s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 818.94MB / 1.09GB 673.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 831.52MB / 1.09GB 678.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 845.15MB / 1.09GB 683.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 861.93MB / 1.09GB 688.4s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 873.46MB / 1.09GB 693.5s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 887.10MB / 1.09GB 698.6s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 902.82MB / 1.09GB 703.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 913.31MB / 1.09GB 708.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 927.99MB / 1.09GB 713.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 938.48MB / 1.09GB 718.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 950.01MB / 1.09GB 723.8s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 964.69MB / 1.09GB 728.9s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 977.27MB / 1.09GB 734.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 989.86MB / 1.09GB 739.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.00GB / 1.09GB 744.0s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.01GB / 1.09GB 749.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.02GB / 1.09GB 754.1s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.04GB / 1.09GB 759.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.05GB / 1.09GB 764.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.07GB / 1.09GB 769.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.08GB / 1.09GB 774.3s\n#4 sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 1.09GB / 1.09GB 779.2s done\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 5.1s\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 10.1s\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 15.2s\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 20.2s\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 25.2s\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 30.3s\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 35.3s\n#4 extracting sha256:7e8c8d34670afa185b1fbfbc783a81866629bd95e7774e9d6e285bc6ecb66657 37.6s done\n#4 extracting sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 0.1s\n#4 extracting sha256:dac4e9dfafcec9e60da9f9e678973cbcf81cdf2bd6ec057de1208e85bc85dc69 0.8s done\n#4 extracting sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f\n#4 extracting sha256:75750f35e2013f0cfa8a0e92dbdceeba3e9eda0ba487998a6fc76833384cdb2f 2.4s done\n#4 extracting sha256:0424b2fa8757fe61335f9eda30b64e3573c9e96c4357bc59a800aa3bdef8e572 done\n#4 extracting sha256:1dd362cbcf81183413a8da196e52b2410750a561c3732a7419e7503ce0a5ff5c 0.0s done\n#4 DONE 821.7s\n\n#5 [ 2/10] WORKDIR /opt/nuclio\n#5 sha256:33e5a99fae4441f4f6e3b29791b0fd2509a6685d0ea423388bda886299bd0443\n#5 DONE 1.7s\n\n#6 [ 3/10] RUN ln -s /usr/bin/pip3 /usr/bin/pip\n#6 sha256:ad10d06bc922c4811b89156f72b0133d06eea0f3f0083c36780e51dd1b07f5b1\n#6 0.136 + ln -s /usr/bin/pip3 /usr/bin/pip\n#6 DONE 0.2s\n\n#7 [ 4/10] RUN /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/downloader.py --name yolo-v3-tf -o /opt/nuclio/open_model_zoo\n#7 sha256:ffb16b4263ae2636891778d34fc2ad3f601b89d0c442d80a7698a79f1710d7d4\n#7 0.081 + /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/downloader.py --name yolo-v3-tf -o /opt/nuclio/open_model_zoo\n#7 0.845 ################|| Downloading models ||################\n#7 0.845 \n#7 0.845 ========== Downloading /opt/nuclio/open_model_zoo/public/yolo-v3-tf/yolo-v3.pb\n#7 2.022 ... 0%, 1024 KB, 2056 KB/s, 0 seconds passed\n#7 2.356 ... 0%, 2048 KB, 2461 KB/s, 0 seconds passed\n#7 2.699 ... 1%, 3072 KB, 2614 KB/s, 1 seconds passed\n#7 3.114 ... 1%, 4096 KB, 2576 KB/s, 1 seconds passed\n#7 3.425 ... 2%, 5120 KB, 2693 KB/s, 1 seconds passed\n#7 3.704 ... 2%, 6144 KB, 2818 KB/s, 2 seconds passed\n#7 4.017 ... 2%, 7168 KB, 2875 KB/s, 2 seconds passed\n#7 4.294 ... 3%, 8192 KB, 2957 KB/s, 2 seconds passed\n#7 4.630 ... 3%, 9216 KB, 2967 KB/s, 3 seconds passed\n#7 4.919 ... 4%, 10240 KB, 3015 KB/s, 3 seconds passed\n#7 5.292 ... 4%, 11264 KB, 2989 KB/s, 3 seconds passed\n#7 5.728 ... 5%, 12288 KB, 2922 KB/s, 4 seconds passed\n#7 6.046 ... 5%, 13312 KB, 2943 KB/s, 4 seconds passed\n#7 6.435 ... 5%, 14336 KB, 2919 KB/s, 4 seconds passed\n#7 6.693 ... 6%, 15360 KB, 2971 KB/s, 5 seconds passed\n#7 6.949 ... 6%, 16384 KB, 3020 KB/s, 5 seconds passed\n#7 7.269 ... 7%, 17408 KB, 3031 KB/s, 5 seconds passed\n#7 7.548 ... 7%, 18432 KB, 3060 KB/s, 6 seconds passed\n#7 7.897 ... 8%, 19456 KB, 3053 KB/s, 6 seconds passed\n#7 8.235 ... 8%, 20480 KB, 3052 KB/s, 6 seconds passed\n#7 8.466 ... 8%, 21504 KB, 3098 KB/s, 6 seconds passed\n#7 8.787 ... 9%, 22528 KB, 3102 KB/s, 7 seconds passed\n#7 9.067 ... 9%, 23552 KB, 3123 KB/s, 7 seconds passed\n#7 9.380 ... 10%, 24576 KB, 3129 KB/s, 7 seconds passed\n#7 9.704 ... 10%, 25600 KB, 3130 KB/s, 8 seconds passed\n#7 10.04 ... 10%, 26624 KB, 3127 KB/s, 8 seconds passed\n#7 10.33 ... 11%, 27648 KB, 3140 KB/s, 8 seconds passed\n#7 10.62 ... 11%, 28672 KB, 3153 KB/s, 9 seconds passed\n#7 10.90 ... 12%, 29696 KB, 3167 KB/s, 9 seconds passed\n#7 11.12 ... 12%, 30720 KB, 3200 KB/s, 9 seconds passed\n#7 11.39 ... 13%, 31744 KB, 3219 KB/s, 9 seconds passed\n#7 11.63 ... 13%, 32768 KB, 3243 KB/s, 10 seconds passed\n#7 11.89 ... 13%, 33792 KB, 3260 KB/s, 10 seconds passed\n#7 12.20 ... 14%, 34816 KB, 3262 KB/s, 10 seconds passed\n#7 12.45 ... 14%, 35840 KB, 3281 KB/s, 10 seconds passed\n#7 12.73 ... 15%, 36864 KB, 3291 KB/s, 11 seconds passed\n#7 12.99 ... 15%, 37888 KB, 3305 KB/s, 11 seconds passed\n#7 13.24 ... 16%, 38912 KB, 3323 KB/s, 11 seconds passed\n#7 13.48 ... 16%, 39936 KB, 3339 KB/s, 11 seconds passed\n#7 13.75 ... 16%, 40960 KB, 3350 KB/s, 12 seconds passed\n#7 13.99 ... 17%, 41984 KB, 3368 KB/s, 12 seconds passed\n#7 14.30 ... 17%, 43008 KB, 3365 KB/s, 12 seconds passed\n#7 14.59 ... 18%, 44032 KB, 3370 KB/s, 13 seconds passed\n#7 14.82 ... 18%, 45056 KB, 3390 KB/s, 13 seconds passed\n#7 15.04 ... 19%, 46080 KB, 3410 KB/s, 13 seconds passed\n#7 15.28 ... 19%, 47104 KB, 3425 KB/s, 13 seconds passed\n#7 15.59 ... 19%, 48128 KB, 3422 KB/s, 14 seconds passed\n#7 15.86 ... 20%, 49152 KB, 3429 KB/s, 14 seconds passed\n#7 16.13 ... 20%, 50176 KB, 3434 KB/s, 14 seconds passed\n#7 16.40 ... 21%, 51200 KB, 3442 KB/s, 14 seconds passed\n#7 16.66 ... 21%, 52224 KB, 3449 KB/s, 15 seconds passed\n#7 17.26 ... 21%, 53248 KB, 3384 KB/s, 15 seconds passed\n#7 17.61 ... 22%, 54272 KB, 3373 KB/s, 16 seconds passed\n#7 18.05 ... 22%, 55296 KB, 3347 KB/s, 16 seconds passed\n#7 18.41 ... 23%, 56320 KB, 3336 KB/s, 16 seconds passed\n#7 18.96 ... 23%, 57344 KB, 3288 KB/s, 17 seconds passed\n#7 19.42 ... 24%, 58368 KB, 3261 KB/s, 17 seconds passed\n#7 19.80 ... 24%, 59392 KB, 3250 KB/s, 18 seconds passed\n#7 20.11 ... 24%, 60416 KB, 3250 KB/s, 18 seconds passed\n#7 20.45 ... 25%, 61440 KB, 3247 KB/s, 18 seconds passed\n#7 20.83 ... 25%, 62464 KB, 3235 KB/s, 19 seconds passed\n#7 21.57 ... 26%, 63488 KB, 3167 KB/s, 20 seconds passed\n#7 22.18 ... 26%, 64512 KB, 3122 KB/s, 20 seconds passed\n#7 22.72 ... 27%, 65536 KB, 3092 KB/s, 21 seconds passed\n#7 23.27 ... 27%, 66560 KB, 3061 KB/s, 21 seconds passed\n#7 23.66 ... 27%, 67584 KB, 3053 KB/s, 22 seconds passed\n#7 24.32 ... 28%, 68608 KB, 3009 KB/s, 22 seconds passed\n#7 25.23 ... 28%, 69632 KB, 2937 KB/s, 23 seconds passed\n#7 25.82 ... 29%, 70656 KB, 2908 KB/s, 24 seconds passed\n#7 26.62 ... 29%, 71680 KB, 2856 KB/s, 25 seconds passed\n#7 27.52 ... 30%, 72704 KB, 2796 KB/s, 25 seconds passed\n#7 27.98 ... 30%, 73728 KB, 2787 KB/s, 26 seconds passed\n#7 28.24 ... 30%, 74752 KB, 2798 KB/s, 26 seconds passed\n#7 28.59 ... 31%, 75776 KB, 2800 KB/s, 27 seconds passed\n#7 29.01 ... 31%, 76800 KB, 2794 KB/s, 27 seconds passed\n#7 29.29 ... 32%, 77824 KB, 2802 KB/s, 27 seconds passed\n#7 29.59 ... 32%, 78848 KB, 2809 KB/s, 28 seconds passed\n#7 29.81 ... 32%, 79872 KB, 2823 KB/s, 28 seconds passed\n#7 30.07 ... 33%, 80896 KB, 2834 KB/s, 28 seconds passed\n#7 30.28 ... 33%, 81920 KB, 2848 KB/s, 28 seconds passed\n#7 30.55 ... 34%, 82944 KB, 2857 KB/s, 29 seconds passed\n#7 30.79 ... 34%, 83968 KB, 2869 KB/s, 29 seconds passed\n#7 31.02 ... 35%, 84992 KB, 2882 KB/s, 29 seconds passed\n#7 31.30 ... 35%, 86016 KB, 2888 KB/s, 29 seconds passed\n#7 31.61 ... 35%, 87040 KB, 2893 KB/s, 30 seconds passed\n#7 31.84 ... 36%, 88064 KB, 2905 KB/s, 30 seconds passed\n#7 32.06 ... 36%, 89088 KB, 2917 KB/s, 30 seconds passed\n#7 32.30 ... 37%, 90112 KB, 2928 KB/s, 30 seconds passed\n#7 32.56 ... 37%, 91136 KB, 2936 KB/s, 31 seconds passed\n#7 32.92 ... 38%, 92160 KB, 2935 KB/s, 31 seconds passed\n#7 33.22 ... 38%, 93184 KB, 2939 KB/s, 31 seconds passed\n#7 33.58 ... 38%, 94208 KB, 2939 KB/s, 32 seconds passed\n#7 33.93 ... 39%, 95232 KB, 2938 KB/s, 32 seconds passed\n#7 34.25 ... 39%, 96256 KB, 2941 KB/s, 32 seconds passed\n#7 34.56 ... 40%, 97280 KB, 2944 KB/s, 33 seconds passed\n#7 34.83 ... 40%, 98304 KB, 2952 KB/s, 33 seconds passed\n#7 35.21 ... 40%, 99328 KB, 2948 KB/s, 33 seconds passed\n#7 35.51 ... 41%, 100352 KB, 2952 KB/s, 33 seconds passed\n#7 35.83 ... 41%, 101376 KB, 2955 KB/s, 34 seconds passed\n#7 36.08 ... 42%, 102400 KB, 2963 KB/s, 34 seconds passed\n#7 36.46 ... 42%, 103424 KB, 2960 KB/s, 34 seconds passed\n#7 36.68 ... 43%, 104448 KB, 2971 KB/s, 35 seconds passed\n#7 36.96 ... 43%, 105472 KB, 2976 KB/s, 35 seconds passed\n#7 37.18 ... 43%, 106496 KB, 2986 KB/s, 35 seconds passed\n#7 37.46 ... 44%, 107520 KB, 2992 KB/s, 35 seconds passed\n#7 38.04 ... 44%, 108544 KB, 2972 KB/s, 36 seconds passed\n#7 38.39 ... 45%, 109568 KB, 2972 KB/s, 36 seconds passed\n#7 38.64 ... 45%, 110592 KB, 2979 KB/s, 37 seconds passed\n#7 38.87 ... 46%, 111616 KB, 2989 KB/s, 37 seconds passed\n#7 39.16 ... 46%, 112640 KB, 2993 KB/s, 37 seconds passed\n#7 39.39 ... 46%, 113664 KB, 3001 KB/s, 37 seconds passed\n#7 39.79 ... 47%, 114688 KB, 2997 KB/s, 38 seconds passed\n#7 40.29 ... 47%, 115712 KB, 2985 KB/s, 38 seconds passed\n#7 40.62 ... 48%, 116736 KB, 2986 KB/s, 39 seconds passed\n#7 40.90 ... 48%, 117760 KB, 2990 KB/s, 39 seconds passed\n#7 41.12 ... 49%, 118784 KB, 3000 KB/s, 39 seconds passed\n#7 41.42 ... 49%, 119808 KB, 3003 KB/s, 39 seconds passed\n#7 41.75 ... 49%, 120832 KB, 3004 KB/s, 40 seconds passed\n#7 42.10 ... 50%, 121856 KB, 3003 KB/s, 40 seconds passed\n#7 42.48 ... 50%, 122880 KB, 3000 KB/s, 40 seconds passed\n#7 42.84 ... 51%, 123904 KB, 2999 KB/s, 41 seconds passed\n#7 43.18 ... 51%, 124928 KB, 2999 KB/s, 41 seconds passed\n#7 43.49 ... 51%, 125952 KB, 3001 KB/s, 41 seconds passed\n#7 43.81 ... 52%, 126976 KB, 3002 KB/s, 42 seconds passed\n#7 44.16 ... 52%, 128000 KB, 3002 KB/s, 42 seconds passed\n#7 44.50 ... 53%, 129024 KB, 3002 KB/s, 42 seconds passed\n#7 44.75 ... 53%, 130048 KB, 3008 KB/s, 43 seconds passed\n#7 44.99 ... 54%, 131072 KB, 3015 KB/s, 43 seconds passed\n#7 45.24 ... 54%, 132096 KB, 3021 KB/s, 43 seconds passed\n#7 45.60 ... 54%, 133120 KB, 3020 KB/s, 44 seconds passed\n#7 45.89 ... 55%, 134144 KB, 3023 KB/s, 44 seconds passed\n#7 46.16 ... 55%, 135168 KB, 3028 KB/s, 44 seconds passed\n#7 46.45 ... 56%, 136192 KB, 3032 KB/s, 44 seconds passed\n#7 46.72 ... 56%, 137216 KB, 3036 KB/s, 45 seconds passed\n#7 47.21 ... 57%, 138240 KB, 3025 KB/s, 45 seconds passed\n#7 47.58 ... 57%, 139264 KB, 3024 KB/s, 46 seconds passed\n#7 47.90 ... 57%, 140288 KB, 3025 KB/s, 46 seconds passed\n#7 48.34 ... 58%, 141312 KB, 3018 KB/s, 46 seconds passed\n#7 48.57 ... 58%, 142336 KB, 3025 KB/s, 47 seconds passed\n#7 48.83 ... 59%, 143360 KB, 3030 KB/s, 47 seconds passed\n#7 49.07 ... 59%, 144384 KB, 3037 KB/s, 47 seconds passed\n#7 49.29 ... 60%, 145408 KB, 3044 KB/s, 47 seconds passed\n#7 49.54 ... 60%, 146432 KB, 3049 KB/s, 48 seconds passed\n#7 49.82 ... 60%, 147456 KB, 3053 KB/s, 48 seconds passed\n#7 51.09 ... 61%, 148480 KB, 2995 KB/s, 49 seconds passed\n#7 51.54 ... 61%, 149504 KB, 2989 KB/s, 50 seconds passed\n#7 55.32 ... 62%, 150528 KB, 2798 KB/s, 53 seconds passed\n#7 57.31 ... 62%, 151552 KB, 2716 KB/s, 55 seconds passed\n#7 59.50 ... 62%, 152576 KB, 2632 KB/s, 57 seconds passed\n#7 60.27 ... 63%, 153600 KB, 2614 KB/s, 58 seconds passed\n#7 61.59 ... 63%, 154624 KB, 2574 KB/s, 60 seconds passed\n#7 62.62 ... 64%, 155648 KB, 2547 KB/s, 61 seconds passed\n#7 63.64 ... 64%, 156672 KB, 2522 KB/s, 62 seconds passed\n#7 64.63 ... 65%, 157696 KB, 2499 KB/s, 63 seconds passed\n#7 65.61 ... 65%, 158720 KB, 2476 KB/s, 64 seconds passed\n#7 66.55 ... 65%, 159744 KB, 2456 KB/s, 65 seconds passed\n#7 67.31 ... 66%, 160768 KB, 2443 KB/s, 65 seconds passed\n#7 68.19 ... 66%, 161792 KB, 2427 KB/s, 66 seconds passed\n#7 69.91 ... 67%, 162816 KB, 2380 KB/s, 68 seconds passed\n#7 70.82 ... 67%, 163840 KB, 2364 KB/s, 69 seconds passed\n#7 72.02 ... 68%, 164864 KB, 2338 KB/s, 70 seconds passed\n#7 73.07 ... 68%, 165888 KB, 2318 KB/s, 71 seconds passed\n#7 74.26 ... 68%, 166912 KB, 2294 KB/s, 72 seconds passed\n#7 75.61 ... 69%, 167936 KB, 2266 KB/s, 74 seconds passed\n#7 76.96 ... 69%, 168960 KB, 2239 KB/s, 75 seconds passed\n#7 77.76 ... 70%, 169984 KB, 2229 KB/s, 76 seconds passed\n#7 79.18 ... 70%, 171008 KB, 2202 KB/s, 77 seconds passed\n#7 79.78 ... 70%, 172032 KB, 2198 KB/s, 78 seconds passed\n#7 80.71 ... 71%, 173056 KB, 2185 KB/s, 79 seconds passed\n#7 81.40 ... 71%, 174080 KB, 2179 KB/s, 79 seconds passed\n#7 82.54 ... 72%, 175104 KB, 2161 KB/s, 81 seconds passed\n#7 83.71 ... 72%, 176128 KB, 2143 KB/s, 82 seconds passed\n#7 84.89 ... 73%, 177152 KB, 2125 KB/s, 83 seconds passed\n#7 85.81 ... 73%, 178176 KB, 2113 KB/s, 84 seconds passed\n#7 86.82 ... 73%, 179200 KB, 2100 KB/s, 85 seconds passed\n#7 87.29 ... 74%, 180224 KB, 2101 KB/s, 85 seconds passed\n#7 87.60 ... 74%, 181248 KB, 2105 KB/s, 86 seconds passed\n#7 87.87 ... 75%, 182272 KB, 2111 KB/s, 86 seconds passed\n#7 88.15 ... 75%, 183296 KB, 2115 KB/s, 86 seconds passed\n#7 88.54 ... 76%, 184320 KB, 2118 KB/s, 87 seconds passed\n#7 88.93 ... 76%, 185344 KB, 2120 KB/s, 87 seconds passed\n#7 89.23 ... 76%, 186368 KB, 2124 KB/s, 87 seconds passed\n#7 89.53 ... 77%, 187392 KB, 2129 KB/s, 88 seconds passed\n#7 89.76 ... 77%, 188416 KB, 2135 KB/s, 88 seconds passed\n#7 90.05 ... 78%, 189440 KB, 2140 KB/s, 88 seconds passed\n#7 90.27 ... 78%, 190464 KB, 2146 KB/s, 88 seconds passed\n#7 90.68 ... 79%, 191488 KB, 2147 KB/s, 89 seconds passed\n#7 90.98 ... 79%, 192512 KB, 2152 KB/s, 89 seconds passed\n#7 91.22 ... 79%, 193536 KB, 2157 KB/s, 89 seconds passed\n#7 91.46 ... 80%, 194560 KB, 2163 KB/s, 89 seconds passed\n#7 91.71 ... 80%, 195584 KB, 2168 KB/s, 90 seconds passed\n#7 91.91 ... 81%, 196608 KB, 2175 KB/s, 90 seconds passed\n#7 92.12 ... 81%, 197632 KB, 2181 KB/s, 90 seconds passed\n#7 92.36 ... 81%, 198656 KB, 2187 KB/s, 90 seconds passed\n#7 92.57 ... 82%, 199680 KB, 2193 KB/s, 91 seconds passed\n#7 92.78 ... 82%, 200704 KB, 2199 KB/s, 91 seconds passed\n#7 93.03 ... 83%, 201728 KB, 2204 KB/s, 91 seconds passed\n#7 93.33 ... 83%, 202752 KB, 2208 KB/s, 91 seconds passed\n#7 93.74 ... 84%, 203776 KB, 2209 KB/s, 92 seconds passed\n#7 94.22 ... 84%, 204800 KB, 2209 KB/s, 92 seconds passed\n#7 94.65 ... 84%, 205824 KB, 2210 KB/s, 93 seconds passed\n#7 95.03 ... 85%, 206848 KB, 2212 KB/s, 93 seconds passed\n#7 95.43 ... 85%, 207872 KB, 2213 KB/s, 93 seconds passed\n#7 95.80 ... 86%, 208896 KB, 2215 KB/s, 94 seconds passed\n#7 96.17 ... 86%, 209920 KB, 2218 KB/s, 94 seconds passed\n#7 96.48 ... 87%, 210944 KB, 2221 KB/s, 94 seconds passed\n#7 96.76 ... 87%, 211968 KB, 2225 KB/s, 95 seconds passed\n#7 97.05 ... 87%, 212992 KB, 2229 KB/s, 95 seconds passed\n#7 97.31 ... 88%, 214016 KB, 2234 KB/s, 95 seconds passed\n#7 98.05 ... 88%, 215040 KB, 2228 KB/s, 96 seconds passed\n#7 98.34 ... 89%, 216064 KB, 2231 KB/s, 96 seconds passed\n#7 98.57 ... 89%, 217088 KB, 2237 KB/s, 97 seconds passed\n#7 98.87 ... 90%, 218112 KB, 2240 KB/s, 97 seconds passed\n#7 99.12 ... 90%, 219136 KB, 2245 KB/s, 97 seconds passed\n#7 99.40 ... 90%, 220160 KB, 2249 KB/s, 97 seconds passed\n#7 99.70 ... 91%, 221184 KB, 2253 KB/s, 98 seconds passed\n#7 99.98 ... 91%, 222208 KB, 2257 KB/s, 98 seconds passed\n#7 100.2 ... 92%, 223232 KB, 2261 KB/s, 98 seconds passed\n#7 100.5 ... 92%, 224256 KB, 2266 KB/s, 98 seconds passed\n#7 100.7 ... 92%, 225280 KB, 2271 KB/s, 99 seconds passed\n#7 100.9 ... 93%, 226304 KB, 2277 KB/s, 99 seconds passed\n#7 101.2 ... 93%, 227328 KB, 2281 KB/s, 99 seconds passed\n#7 101.6 ... 94%, 228352 KB, 2281 KB/s, 100 seconds passed\n#7 102.0 ... 94%, 229376 KB, 2282 KB/s, 100 seconds passed\n#7 102.5 ... 95%, 230400 KB, 2282 KB/s, 100 seconds passed\n#7 102.8 ... 95%, 231424 KB, 2284 KB/s, 101 seconds passed\n#7 103.2 ... 95%, 232448 KB, 2285 KB/s, 101 seconds passed\n#7 103.5 ... 96%, 233472 KB, 2289 KB/s, 101 seconds passed\n#7 104.0 ... 96%, 234496 KB, 2288 KB/s, 102 seconds passed\n#7 104.4 ... 97%, 235520 KB, 2288 KB/s, 102 seconds passed\n#7 104.9 ... 97%, 236544 KB, 2288 KB/s, 103 seconds passed\n#7 105.6 ... 98%, 237568 KB, 2282 KB/s, 104 seconds passed\n#7 106.1 ... 98%, 238592 KB, 2282 KB/s, 104 seconds passed\n#7 106.5 ... 98%, 239616 KB, 2283 KB/s, 104 seconds passed\n#7 106.9 ... 99%, 240640 KB, 2284 KB/s, 105 seconds passed\n#7 107.3 ... 99%, 241664 KB, 2284 KB/s, 105 seconds passed\n#7 107.5 ... 100%, 242313 KB, 2286 KB/s, 105 seconds passed\n#7 107.5 \n#7 107.5 ========== Downloading /opt/nuclio/open_model_zoo/public/yolo-v3-tf/yolo-v3.json\n#7 107.5 ... 100%, 0 KB, 1026 KB/s, 0 seconds passed\n#7 107.5 \n#7 107.5 ################|| Post-processing ||################\n#7 107.5 \n#7 DONE 107.6s\n\n#8 [ 5/10] RUN /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/converter.py --name yolo-v3-tf --precisions FP32 -d /opt/nuclio/open_model_zoo -o /opt/nuclio/open_model_zoo\n#8 sha256:17ea84df4e98736b1abbf5f48ba17a8ae80c229935d4c6e23fdad11f86c87f5e\n#8 0.044 + /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/converter.py --name yolo-v3-tf --precisions FP32 -d /opt/nuclio/open_model_zoo -o /opt/nuclio/open_model_zoo\n#8 0.740 ========= Converting yolo-v3-tf to IR (FP32)\n#8 0.740 Conversion command: /usr/bin/python3 -- /opt/intel/openvino/deployment_tools/model_optimizer/mo.py --framework=tf --data_type=FP32 --output_dir=/opt/nuclio/open_model_zoo/public/yolo-v3-tf/FP32 --model_name=yolo-v3-tf '--input_shape=[1,416,416,3]' --input=input_1 '--scale_values=input_1[255]' --reverse_input_channels --transformations_config=/opt/nuclio/open_model_zoo/public/yolo-v3-tf/yolo-v3.json --input_model=/opt/nuclio/open_model_zoo/public/yolo-v3-tf/yolo-v3.pb\n#8 0.740 \n#8 29.28 Model Optimizer arguments:\n#8 29.28 Common parameters:\n#8 29.28 \t- Path to the Input Model: \t/opt/nuclio/open_model_zoo/public/yolo-v3-tf/yolo-v3.pb\n#8 29.28 \t- Path for generated IR: \t/opt/nuclio/open_model_zoo/public/yolo-v3-tf/FP32\n#8 29.28 \t- IR output name: \tyolo-v3-tf\n#8 29.28 \t- Log level: \tERROR\n#8 29.28 \t- Batch: \tNot specified, inherited from the model\n#8 29.28 \t- Input layers: \tinput_1\n#8 29.28 \t- Output layers: \tNot specified, inherited from the model\n#8 29.28 \t- Input shapes: \t[1,416,416,3]\n#8 29.28 \t- Mean values: \tNot specified\n#8 29.28 \t- Scale values: \tinput_1[255]\n#8 29.28 \t- Scale factor: \tNot specified\n#8 29.28 \t- Precision of IR: \tFP32\n#8 29.28 \t- Enable fusing: \tTrue\n#8 29.28 \t- Enable grouped convolutions fusing: \tTrue\n#8 29.28 \t- Move mean values to preprocess section: \tFalse\n#8 29.28 \t- Reverse input channels: \tTrue\n#8 29.28 TensorFlow specific parameters:\n#8 29.28 \t- Input model in text protobuf format: \tFalse\n#8 29.28 \t- Path to model dump for TensorBoard: \tNone\n#8 29.28 \t- List of shared libraries with TensorFlow custom layers implementation: \tNone\n#8 29.28 \t- Update the configuration file with input/output node names: \tNone\n#8 29.28 \t- Use configuration file used to generate the model with Object Detection API: \tNone\n#8 29.28 \t- Use the config file: \tNone\n#8 29.28 Model Optimizer version: \t2020.2.0-60-g0bc66e26ff\n#8 29.28 \n#8 29.28 [ SUCCESS ] Generated IR version 10 model.\n#8 29.28 [ SUCCESS ] XML file: /opt/nuclio/open_model_zoo/public/yolo-v3-tf/FP32/yolo-v3-tf.xml\n#8 29.28 [ SUCCESS ] BIN file: /opt/nuclio/open_model_zoo/public/yolo-v3-tf/FP32/yolo-v3-tf.bin\n#8 29.28 [ SUCCESS ] Total execution time: 28.15 seconds. \n#8 29.28 [ SUCCESS ] Memory consumed: 1779 MB. \n#8 29.63 \n#8 DONE 29.9s\n\n#10 [ 6/10] COPY artifacts/processor /usr/local/bin/processor\n#10 sha256:bd418042678691a5e0f15bc1d35ecca91151a1cd584b207a19c8acd4feeb6850\n#10 DONE 0.1s\n\n#11 [ 7/10] COPY artifacts/py /opt/nuclio/\n#11 sha256:4891b37553e70d328cee9c2c44b98cc1c01d4e3c114037bdd11f44949ae5df36\n#11 DONE 0.0s\n\n#12 [ 8/10] COPY artifacts/uhttpc /usr/local/bin/uhttpc\n#12 sha256:1c5c1a8c0fc6a37d46f275e1bb884495e6455a164afbd168eb03d87b648a2b7c\n#12 DONE 0.0s\n\n#13 [ 9/10] COPY handler /opt/nuclio\n#13 sha256:37bfb1199b8e0f6cdc8a6f4321f3ad7fab700f7e41abbb831bd87e061a13fe38\n#13 DONE 0.0s\n\n#14 [10/10] RUN pip install nuclio-sdk msgpack --no-index --find-links /opt/nuclio/whl\n#14 sha256:1c30dff2ac048abd3437fd3acbe094c2b25df88db47e8cd490b258c97e768999\n#14 0.113 + pip install nuclio-sdk msgpack --no-index --find-links /opt/nuclio/whl\n#14 0.853 Collecting nuclio-sdk\n#14 0.885 Collecting msgpack\n#14 1.162 Building wheels for collected packages: msgpack\n#14 1.162   Running setup.py bdist_wheel for msgpack: started\n#14 3.155   Running setup.py bdist_wheel for msgpack: finished with status 'done'\n#14 3.156   Stored in directory: /root/.cache/pip/wheels/db/f6/62/3d88b634517b2c01db76e1118ea9390f364310e16fa3c3cf9c\n#14 3.162 Successfully built msgpack\n#14 3.162 Installing collected packages: nuclio-sdk, msgpack\n#14 3.230 Successfully installed msgpack-0.6.1 nuclio-sdk-0.2.0\n#14 DONE 3.3s\n\n#15 exporting to image\n#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00\n#15 exporting layers\n#15 exporting layers 0.8s done\n#15 writing image sha256:b370d18d6c7d17e9be60cb10d3462622c5a83f078155a04eb658e3aed165f47d done\n#15 naming to docker.io/cvat/openvino.omz.public.yolo-v3-tf:latest done\n#15 DONE 0.9s\n"}
22.05.18 11:43:09.076            nuctl.platform (I) Pushing docker image into registry {"image": "cvat/openvino.omz.public.yolo-v3-tf:latest", "registry": ""}
22.05.18 11:43:09.076            nuctl.platform (I) Docker image was successfully built and pushed into docker registry {"image": "cvat/openvino.omz.public.yolo-v3-tf:latest"}
22.05.18 11:43:09.076                     nuctl (I) Build complete {"result": {"Image":"cvat/openvino.omz.public.yolo-v3-tf:latest","UpdatedFunctionConfig":{"metadata":{"name":"openvino-omz-public-yolo-v3-tf","namespace":"nuclio","labels":{"nuclio.io/project-name":"cvat"},"annotations":{"framework":"openvino","name":"YOLO v3","spec":"[\n  { \"id\": 0, \"name\": \"person\" },\n  { \"id\": 1, \"name\": \"bicycle\" },\n  { \"id\": 2, \"name\": \"car\" },\n  { \"id\": 3, \"name\": \"motorbike\" },\n  { \"id\": 4, \"name\": \"aeroplane\" },\n  { \"id\": 5, \"name\": \"bus\" },\n  { \"id\": 6, \"name\": \"train\" },\n  { \"id\": 7, \"name\": \"truck\" },\n  { \"id\": 8, \"name\": \"boat\" },\n  { \"id\": 9, \"name\": \"traffic light\" },\n  { \"id\": 10, \"name\": \"fire hydrant\" },\n  { \"id\": 11, \"name\": \"stop sign\" },\n  { \"id\": 12, \"name\": \"parking meter\" },\n  { \"id\": 13, \"name\": \"bench\" },\n  { \"id\": 14, \"name\": \"bird\" },\n  { \"id\": 15, \"name\": \"cat\" },\n  { \"id\": 16, \"name\": \"dog\" },\n  { \"id\": 17, \"name\": \"horse\" },\n  { \"id\": 18, \"name\": \"sheep\" },\n  { \"id\": 19, \"name\": \"cow\" },\n  { \"id\": 20, \"name\": \"elephant\" },\n  { \"id\": 21, \"name\": \"bear\" },\n  { \"id\": 22, \"name\": \"zebra\" },\n  { \"id\": 23, \"name\": \"giraffe\" },\n  { \"id\": 24, \"name\": \"backpack\" },\n  { \"id\": 25, \"name\": \"umbrella\" },\n  { \"id\": 26, \"name\": \"handbag\" },\n  { \"id\": 27, \"name\": \"tie\" },\n  { \"id\": 28, \"name\": \"suitcase\" },\n  { \"id\": 29, \"name\": \"frisbee\" },\n  { \"id\": 30, \"name\": \"skis\" },\n  { \"id\": 31, \"name\": \"snowboard\" },\n  { \"id\": 32, \"name\": \"sports ball\" },\n  { \"id\": 33, \"name\": \"kite\" },\n  { \"id\": 34, \"name\": \"baseball bat\" },\n  { \"id\": 35, \"name\": \"baseball glove\" },\n  { \"id\": 36, \"name\": \"skateboard\" },\n  { \"id\": 37, \"name\": \"surfboard\" },\n  { \"id\": 38, \"name\": \"tennis racket\" },\n  { \"id\": 39, \"name\": \"bottle\" },\n  { \"id\": 40, \"name\": \"wine glass\" },\n  { \"id\": 41, \"name\": \"cup\" },\n  { \"id\": 42, \"name\": \"fork\" },\n  { \"id\": 43, \"name\": \"knife\" },\n  { \"id\": 44, \"name\": \"spoon\" },\n  { \"id\": 45, \"name\": \"bowl\" },\n  { \"id\": 46, \"name\": \"banana\" },\n  { \"id\": 47, \"name\": \"apple\" },\n  { \"id\": 48, \"name\": \"sandwich\" },\n  { \"id\": 49, \"name\": \"orange\" },\n  { \"id\": 50, \"name\": \"broccoli\" },\n  { \"id\": 51, \"name\": \"carrot\" },\n  { \"id\": 52, \"name\": \"hot dog\" },\n  { \"id\": 53, \"name\": \"pizza\" },\n  { \"id\": 54, \"name\": \"donut\" },\n  { \"id\": 55, \"name\": \"cake\" },\n  { \"id\": 56, \"name\": \"chair\" },\n  { \"id\": 57, \"name\": \"sofa\" },\n  { \"id\": 58, \"name\": \"pottedplant\" },\n  { \"id\": 59, \"name\": \"bed\" },\n  { \"id\": 60, \"name\": \"diningtable\" },\n  { \"id\": 61, \"name\": \"toilet\" },\n  { \"id\": 62, \"name\": \"tvmonitor\" },\n  { \"id\": 63, \"name\": \"laptop\" },\n  { \"id\": 64, \"name\": \"mouse\" },\n  { \"id\": 65, \"name\": \"remote\" },\n  { \"id\": 66, \"name\": \"keyboard\" },\n  { \"id\": 67, \"name\": \"cell phone\" },\n  { \"id\": 68, \"name\": \"microwave\" },\n  { \"id\": 69, \"name\": \"oven\" },\n  { \"id\": 70, \"name\": \"toaster\" },\n  { \"id\": 71, \"name\": \"sink\" },\n  { \"id\": 72, \"name\": \"refrigerator\" },\n  { \"id\": 73, \"name\": \"book\" },\n  { \"id\": 74, \"name\": \"clock\" },\n  { \"id\": 75, \"name\": \"vase\" },\n  { \"id\": 76, \"name\": \"scissors\" },\n  { \"id\": 77, \"name\": \"teddy bear\" },\n  { \"id\": 78, \"name\": \"hair drier\" },\n  { \"id\": 79, \"name\": \"toothbrush\" }\n]\n","type":"detector"}},"spec":{"description":"YOLO v3 via Intel OpenVINO","handler":"main:handler","runtime":"python:3.6","env":[{"name":"NUCLIO_PYTHON_EXE_PATH","value":"/opt/nuclio/common/openvino/python3"}],"resources":{},"image":"cvat/openvino.omz.public.yolo-v3-tf:latest","targetCPU":75,"triggers":{"myHttpTrigger":{"class":"","kind":"http","name":"myHttpTrigger","maxWorkers":2,"workerAvailabilityTimeoutMilliseconds":10000,"attributes":{"maxRequestBodySize":33554432}}},"volumes":[{"volume":{"name":"volume-1","hostPath":{"path":"/home/aldy/cvat/serverless/common"}},"volumeMount":{"name":"volume-1","mountPath":"/opt/nuclio/common"}}],"build":{"image":"cvat/openvino.omz.public.yolo-v3-tf","baseImage":"openvino/ubuntu18_dev:2020.2","directives":{"preCopy":[{"kind":"USER","value":"root"},{"kind":"WORKDIR","value":"/opt/nuclio"},{"kind":"RUN","value":"ln -s /usr/bin/pip3 /usr/bin/pip"},{"kind":"RUN","value":"/opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/downloader.py --name yolo-v3-tf -o /opt/nuclio/open_model_zoo"},{"kind":"RUN","value":"/opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/converter.py --name yolo-v3-tf --precisions FP32 -d /opt/nuclio/open_model_zoo -o /opt/nuclio/open_model_zoo"}]},"codeEntryType":"image"},"platform":{"attributes":{"mountMode":"volume","restartPolicy":{"maximumRetryCount":3,"name":"always"}}},"readinessTimeoutSeconds":60,"securityContext":{},"eventTimeout":"30s"}}}}
22.05.18 11:43:10.241            nuctl.platform (I) Waiting for function to be ready {"timeout": 60}
22.05.18 11:43:11.841                     nuctl (I) Function deploy complete {"functionName": "openvino-omz-public-yolo-v3-tf", "httpPort": 0}

Then I check the localhost:8080, the model is shown. But when I tried to use the AI Tool, the message shown: image

I checked localhost:8070, the model is shown and running: image

I'm actually getting confused here. Is the building process took that long? Or there's some error that I don't understand happen on my machine? I would appreciate any assistance. Thank you in advance.

bsekachev commented 2 years ago

Hi, I remember there was an issue that Deep extreme cut is not working in the latest version #4548 Did you pull CVAT from DockerHub or built it from sources (build with -f docker-compose.dev.yml file)?

aldyhelnawan commented 2 years ago

Hi @bsekachev, thank you for your reply.

I don't clearly understand the meaning of pull CVAT from DockerHub or built it from sources. But what I know is I've followed all the steps from installing CVAT for Windows 10 to installing the Automatic Annotation for my Windows 10 Machine WSL2 Ubuntu 18.04. When installing the Automatic Annotation, I've also faced some issues similar to this issue from the nuclio repository and managed to fix it.

And also, I've tried to install it on my Linux Ubuntu 20.04 Machine from installing CVAT for Ubuntu to installing the Automatic Annotation and it works fine with no error.

I will try to follow from #4548 and I will update the result.

Thank you in advance.

P.S.: So, I notice from the wsl -l -v command that there are 2 docker-desktop, but one of them is docker-desktop-data. Is that normal?

PS C:\WINDOWS\system32> wsl -l -v
  NAME                   STATE           VERSION
* docker-desktop-data    Running         2
  docker-desktop         Running         2
  Ubuntu-18.04           Running         2
bsekachev commented 2 years ago

Sorry, I can't suggest anything about WSL, because I do not use it.

I don't clearly understand the meaning of pull CVAT from DockerHub or built it from sources

If your built command does not include dev file (docker-compose.dev.yml), installation receives the latest available image from DockerHub instead of making image using files from develop branch.

aldyhelnawan commented 2 years ago

Hi @bsekachev. As far as I follow the steps, I believe my built command doesn't include the dev file. Because there's no docker-compose.dev.yml on the command from the guide.

aldyhelnawan commented 2 years ago

[Update] May 21th, 2022 | GMT+7

Hi @bsekachev, I've tried to follow these suggestions, but the error is still the same on my Windows 10 WSL2 machine. Even after reinstalling (again) from the beginning by following the documentation to use the auto annotation.

Hi, I remember there was an issue that Deep extreme cut is not working in the latest version #4548 Did you pull CVAT from DockerHub or built it from sources (build with -f docker-compose.dev.yml file)?

I think it's ok for me now to use the CVAT auto annotation on my Linux Ubuntu 20.04 machine since there's no error or issue while I'm using it. Thank you in advance.

Best regards, Aldy

sizov-kirill commented 2 years ago

Hi @aldyhelnawan, Is this issue still relevant for you?

aldyhelnawan commented 2 years ago

Hi @kirill-sizov , I think we can close this issue for now. I have used Ubuntu 20.04 to use all CVAT features on my machine, and no issues to date (other than the cityscapes-dataset format that doesn't provide the JSON polygon file while exported). Thank you for all your support.

piwawa commented 1 year ago

Hi @kirill-sizov , I think we can close this issue for now. I have used Ubuntu 20.04 to use all CVAT features on my machine, and no issues to date (other than the cityscapes-dataset format that doesn't provide the JSON polygon file while exported). Thank you for all your support.

I still can't use model even on linux deployment:

image