-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compreface not work with dual-rtx3060ti-08g-v2 #755
Comments
I increase nginx timout in compreface-ui to 1000 seconds. After 5 minutes after request was send another timeout error occure from compreface-api. And after waiting about 15 minutes more there was errors from compreface-core. If your next advice will be to increase timeout in compreface-api, please, give instructions how to do it. |
Seems like I'm having same issue with the OP, except I'm using the RTX 3050. |
I did some digging and found that Deepstack also had some problem with RTX 3xxx series but there is workaround to fix it. Maybe some apply to Compreface? https://forum.deepstack.cc/t/deepstack-windows-version-beta-update/619/36 |
So I did some more digging and I think I figured out why MXNet is stuck at initializing as per @pospielov screenshot. I checked the CUDA version in the docker container and it is CUDA-10, it appear that the RTX 3xxxx play with CUDA 11 and above. So I tried installing CUDA 11 in the docker container and it no longer stuck at initializing! But there is some error that I couldn't figure out. Hoping that you guys could figure out the issue :) |
@aididhaiqal Thanks for the information. There are two problems with updating CUDA:
This is why I can't promise we fix it very soon, but I'll definitely put it a very high priority |
Do let me know if there is anything I could help! I have 3050 ready and 3090 on the way |
+1
i just replaced my rtx2060 with a rtx3060 and this is the outcome. |
Hi @pospielov, is there any timeline yet for a potential fix? |
Unfortunately no, we don't have available ML contributors now |
@pospielov I wonder is there anything I could assist or other people in the community could assist in getting it to work. |
30xx GPUs not support CUDA 10, you have to modify gpu.Dockerfile with CUDA11 |
Do you have suggestion on how to do that? I tried to install Cuda-11 and Mxnet-cu112 via console but cuda installation keep failling |
So I did try another method by looking into Nvidia docker image (https://hub.docker.com/layers/cuda/nvidia/cuda/11.2.2-cudnn8-runtime-ubuntu18.04/images/sha256-8a372c247cf10564947997c19679a862175d4ff1cecbb9283161e32d4f5223d6?context=explore) Following the routine for Cuda 11.2 image, and installing Mxnet-Cu112 I was able to get Compreface to run on my RTX3050 |
@aididhaiqal nice! |
Tested both on the ArcFace and MobileNet, both will run. However since this is my first time using Arcface, it seems to "stuck" on initial training on an image called Leona.jpg I think. @pospielov any idea? |
apt-get update For those wondering what exact command did I run to get Compreface to run on RTX-3xxx, here you go. If there is invalid command, must be because some typo in version name so keep a lookout on that! |
Could you describe a problem in detail? |
Thanks, it will greatly speed up CompreFace fix |
In case anyone wondering, this workaround still working with 1.0.0 release |
I made a first draft version of the image. Can anyone try to use this image to test if it works on 3xxx? |
I tried with a GTX 1660. No go.
Maybe
|
Hi, I pulled and ran your image on an RTX 3060 and below is the output I am getting. Am I meant to replace mobile net gpu core with this image or something to run the whole solution? As from previous testing I saw graphic card usage only starts during recognition, verification or detection process.
|
@nagem07 Here is the configuration: @mister2d CompreFace should work well on GTX 1660. The problem affects only GPU from 3xxx series. |
I composed the configuration file you provided and tested all three services, recognition service return an error "Something went wrong, please try again later.", while verification seems to be stuck in an infinite loop. However, detection, returns the bounding box and data such as age and gender but without any bounding box on the image itself. I am attaching a screenshot as well as logs below for you. FE
Admin
API
Core
Postgres
|
It looks like a neural network works, thanks. |
You are most welcome. Any ETA for the new release supporting RTX3XXX? |
In an optimistic scenario, we will release it as an addition to 1.0 version, so it could be this month |
Any progress on this? :) |
Yes! We released a new version: |
Installed everything but in logs i'm getting: compreface-core | DAMN ! worker 1 (pid: 156) died, killed by signal 9 :( trying respawn ... Any ideas? |
Could you share a full log? |
I use nginx to reverse proxy localhost:80, and it only show 403 for Details[root@ha-master-1 compreface]# docker compose logs
WARN[0000] /root/app/compreface/docker-compose.yml: `version` is obsolete
compreface-ui | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
compreface-ui | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
compreface-ui | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
compreface-ui | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
compreface-ui | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
compreface-ui | 20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/nginx.conf.template to /etc/nginx/conf.d/nginx.conf
compreface-core | [uWSGI] getting INI configuration from uwsgi.ini
compreface-core | *** Starting uWSGI 2.0.19 (64bit) on [Tue Jun 4 02:30:00 2024] ***
compreface-core | compiled with version: 10.2.1 20210110 on 14 August 2023 20:24:09
compreface-core | os: Linux-5.14.0-427.16.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 8 17:48:14 UTC 2024
compreface-core | nodename: 137d8741cf98
compreface-core | machine: x86_64
compreface-postgres-db | The files belonging to this database system will be owned by user "postgres".
compreface-postgres-db | This user must also own the server process.
compreface-postgres-db |
compreface-postgres-db | The database cluster will be initialized with locale "en_US.utf8".
compreface-postgres-db | The default database encoding has accordingly been set to "UTF8".
compreface-postgres-db | The default text search configuration will be set to "english".
compreface-postgres-db |
compreface-postgres-db | Data page checksums are disabled.
compreface-postgres-db |
compreface-postgres-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
compreface-ui | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
compreface-ui | /docker-entrypoint.sh: Configuration complete; ready for start up
compreface-core | clock source: unix
compreface-core | pcre jit disabled
compreface-core | detected number of CPU cores: 16
compreface-core | current working directory: /app/ml
compreface-core | detected binary path: /usr/local/bin/uwsgi
compreface-core | setgid() to 33
compreface-core | setuid() to 33
compreface-core | your memory page size is 4096 bytes
compreface-api | Listening for transport dt_socket at address: 5005
compreface-api |
compreface-api | . ____ _ __ _ _
compreface-api | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
compreface-api | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
compreface-api | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
compreface-postgres-db | creating subdirectories ... ok
compreface-core | detected max file descriptor number: 1073741816
compreface-core | lock engine: pthread robust mutexes
compreface-postgres-db | selecting default max_connections ... 100
compreface-postgres-db | selecting default shared_buffers ... 128MB
compreface-postgres-db | selecting default timezone ... Etc/UTC
compreface-postgres-db | selecting dynamic shared memory implementation ... posix
compreface-core | thunder lock: disabled (you can enable it with --thunder-lock)
compreface-core | uwsgi socket 0 bound to TCP address 0.0.0.0:3000 fd 3
compreface-core | Python version: 3.8.17 (default, Jul 28 2023, 06:10:22) [GCC 10.2.1 20210110]
compreface-admin | Listening for transport dt_socket at address: 5005
compreface-admin |
compreface-admin | . ____ _ __ _ _
compreface-postgres-db | creating configuration files ... ok
compreface-postgres-db | running bootstrap script ... ok
compreface-postgres-db | performing post-bootstrap initialization ... ok
compreface-postgres-db | syncing data to disk ... ok
compreface-admin | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
compreface-admin | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
compreface-admin | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
compreface-admin | ' |____| .__|_| |_|_| |_\__, | / / / /
compreface-admin | =========|_|==============|___/=/_/_/_/
compreface-admin | :: Spring Boot :: (v2.5.13)
compreface-admin |
compreface-core | Python main interpreter initialized at 0x555dd64c5810
compreface-api | ' |____| .__|_| |_|_| |_\__, | / / / /
compreface-core | python threads support enabled
compreface-api | =========|_|==============|___/=/_/_/_/
compreface-core | your server socket listen backlog is limited to 100 connections
compreface-api | :: Spring Boot :: (v2.5.13)
compreface-core | your mercy for graceful operations on workers is 60 seconds
compreface-postgres-db |
compreface-postgres-db |
compreface-postgres-db | WARNING: enabling "trust" authentication for local connections
compreface-postgres-db | You can change this by editing pg_hba.conf or using the option -A, or
compreface-postgres-db | --auth-local and --auth-host, the next time you run initdb.
compreface-postgres-db | Success. You can now start the database server using:
compreface-postgres-db |
compreface-postgres-db | pg_ctl -D /var/lib/postgresql/data -l logfile start
compreface-admin | 2024-06-04 02:30:05.339 INFO 7 --- [kground-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 6.2.3.Final
compreface-admin | 2024-06-04 02:30:05.359 INFO 7 --- [ main] com.exadel.frs.FrsApplication : Starting FrsApplication v0.0.1-SNAPSHOT using Java 17.0.8 on 0a4de1717bcf with PID 7 (/home/app.jar started by root in /)
compreface-admin | 2024-06-04 02:30:05.359 DEBUG 7 --- [ main] com.exadel.frs.FrsApplication : Running with Spring Boot v2.5.13, Spring v5.3.19
compreface-postgres-db |
compreface-postgres-db | waiting for server to start....2024-06-04 02:30:02.736 UTC [44] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
compreface-admin | 2024-06-04 02:30:05.360 INFO 7 --- [ main] com.exadel.frs.FrsApplication : The following 1 profile is active: "dev"
compreface-admin | 2024-06-04 02:30:06.949 INFO 7 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
compreface-admin | 2024-06-04 02:30:07.115 INFO 7 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 157 ms. Found 11 JPA repository interfaces.
compreface-admin | 2024-06-04 02:30:07.488 INFO 7 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=4f6f4c57-c8da-3cb6-891a-781628377874
compreface-admin | 2024-06-04 02:30:08.441 INFO 7 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
compreface-admin | 2024-06-04 02:30:08.455 INFO 7 --- [ main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"]
compreface-admin | 2024-06-04 02:30:08.455 INFO 7 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
compreface-admin | 2024-06-04 02:30:08.455 INFO 7 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.62]
compreface-admin | 2024-06-04 02:30:08.559 INFO 7 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
compreface-admin | 2024-06-04 02:30:08.560 INFO 7 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3132 ms
compreface-admin | 2024-06-04 02:30:09.145 INFO 7 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
compreface-admin | 2024-06-04 02:30:09.243 INFO 7 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
compreface-core | mapped 218712 bytes (213 KB) for 2 cores
compreface-core | *** Operational MODE: preforking ***
compreface-core | {"severity": "DEBUG", "message": "Falling back to TensorFlow client; we recommended you install the Cloud TPU client directly with pip install cloud-tpu-client.", "request": null, "logger": "tensorflow", "module": "tpu_cluster_resolver", "traceback": "Traceback (most recent call last):\n File \"/usr/local/lib/python3.8/site-packages/tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver.py\", line 32, in <module>\n from cloud_tpu_client import client # pylint: disable=g-import-not-at-top\nModuleNotFoundError: No module named 'cloud_tpu_client'\n", "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "{'BUILD_VERSION': 'dev', 'CALCULATION_PLUGIN': 'facenet.Calculator', 'EXTRA_PLUGINS': ['facenet.LandmarksDetector', 'agegender.AgeDetector', 'agegender.GenderDetector', 'facenet.facemask.MaskDetector', 'facenet.PoseEstimator'], 'FACE_DETECTION_PLUGIN': 'facenet.FaceDetector', 'GPU_IDX': -1, 'IMG_LENGTH_LIMIT': 640, 'INTEL_OPTIMIZATION': False, 'IS_DEV_ENV': False, 'LOGGING_LEVEL_NAME': 'DEBUG', 'ML_PORT': 3000, 'RUN_MODE': True}", "request": null, "logger": "src.app", "module": "app", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "DEBUG", "message": "Creating new app for WSGI", "request": null, "logger": "src.app", "module": "app", "traceback": null, "build_version": "dev"}
compreface-core | WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x555dd64c5810 pid: 1 (default app)
compreface-core | *** uWSGI is running in multiple interpreter mode ***
compreface-core | spawned uWSGI master process (pid: 1)
compreface-core | spawned uWSGI worker 1 (pid: 38, cores: 1)
compreface-core | spawned uWSGI worker 2 (pid: 39, cores: 1)
compreface-core | 2024-06-04 02:30:10.853585: E tensorflow/stream_executor/cuda/cuda_driver.cc:313] failed call to cuInit: UNKNOWN ERROR (303)
compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=49, y_min=47, x_max=199, y_max=224, probability=0.9400065541267395, _np_landmarks=array([[104, 124],\n [153, 124],\n [131, 157],\n [106, 177],\n [146, 177]]))", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.facescan.plugins.facenet.facenet", "module": "facenet", "traceback": null, "build_version": "dev"}
compreface-core | 2024-06-04 02:30:21.854552: E tensorflow/stream_executor/cuda/cuda_driver.cc:313] failed call to cuInit: UNKNOWN ERROR (303)
compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=49, y_min=47, x_max=199, y_max=224, probability=0.9400065541267395, _np_landmarks=array([[104, 124],\n [153, 124],\n [131, 157],\n [106, 177],\n [146, 177]]))", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.facescan.plugins.facenet.facenet", "module": "facenet", "traceback": null, "build_version": "dev"}
compreface-core | Starting to load ML models
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | subprocess 46 exited with code 0
compreface-core | subprocess 268 exited with code 0
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | Starting to load ML models
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-api |
compreface-api | 2024-06-04 02:30:03.191 INFO 7 --- [ main] com.exadel.frs.TrainServiceApplication : Starting TrainServiceApplication v0.0.1-SNAPSHOT using Java 17.0.8 on be01bcd198b3 with PID 7 (/home/app.jar started by root in /)
compreface-api | 2024-06-04 02:30:03.193 INFO 7 --- [ main] com.exadel.frs.TrainServiceApplication : The following 1 profile is active: "dev"
compreface-api | 2024-06-04 02:30:03.194 INFO 7 --- [kground-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 6.2.3.Final
compreface-api | 2024-06-04 02:30:03.271 WARN 7 --- [ main] o.s.b.c.config.ConfigDataEnvironment : Property 'spring.profiles' imported from location 'class path resource [application.yml]' is invalid and should be replaced with 'spring.config.activate.on-profile' [origin: class path resource [application.yml] from app.jar - 97:13]
compreface-api | 2024-06-04 02:30:05.270 INFO 7 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
compreface-api | 2024-06-04 02:30:05.498 INFO 7 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 208 ms. Found 8 JPA repository interfaces.
compreface-api | 2024-06-04 02:30:06.363 INFO 7 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=355f53b0-025e-31e7-98df-696283bbc190
compreface-api | 2024-06-04 02:30:07.186 INFO 7 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'cacheConfig' of type [com.exadel.frs.core.trainservice.config.CacheConfig$$EnhancerBySpringCGLIB$$fa4ea89a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
compreface-api | 2024-06-04 02:30:07.956 INFO 7 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
compreface-api | 2024-06-04 02:30:07.983 INFO 7 --- [ main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-8080"]
compreface-admin | 2024-06-04 02:30:09.444 INFO 7 --- [ main] liquibase.database : Set default schema name to public
compreface-admin | 2024-06-04 02:30:09.604 INFO 7 --- [ main] liquibase.lockservice : Successfully acquired change log lock
compreface-admin | 2024-06-04 02:30:10.025 INFO 7 --- [ main] liquibase.changelog : Creating database history table with name: public.databasechangelog
compreface-admin | 2024-06-04 02:30:10.038 INFO 7 --- [ main] liquibase.changelog : Reading from public.databasechangelog
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.1.yaml::create-user-table::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.450 INFO 7 --- [ main] liquibase.changelog : Custom SQL executed
compreface-admin | 2024-06-04 02:30:10.457 INFO 7 --- [ main] liquibase.changelog : Table user created
compreface-postgres-db | 2024-06-04 02:30:02.876 UTC [45] LOG: database system was shut down at 2024-06-04 02:30:01 UTC
compreface-postgres-db | 2024-06-04 02:30:02.921 UTC [44] LOG: database system is ready to accept connections
compreface-postgres-db | done
compreface-postgres-db | server started
compreface-postgres-db | CREATE DATABASE
compreface-postgres-db |
compreface-postgres-db |
compreface-postgres-db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/initdb.sql
compreface-postgres-db | CREATE EXTENSION
compreface-postgres-db |
compreface-postgres-db |
compreface-postgres-db | 2024-06-04 02:30:03.956 UTC [44] LOG: received fast shutdown request
compreface-api | 2024-06-04 02:30:07.984 INFO 7 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
compreface-api | 2024-06-04 02:30:07.984 INFO 7 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.62]
compreface-api | 2024-06-04 02:30:08.120 INFO 7 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
compreface-api | 2024-06-04 02:30:08.120 INFO 7 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4847 ms
compreface-api | 2024-06-04 02:30:08.886 INFO 7 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
compreface-api | 2024-06-04 02:30:09.137 INFO 7 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.33
compreface-api | 2024-06-04 02:30:09.143 INFO 7 --- [ main] org.hibernate.cfg.Environment : HHH000205: Loaded properties from resource hibernate.properties: {hibernate.bytecode.use_reflection_optimizer=false, hibernate.types.print.banner=false}
compreface-api | 2024-06-04 02:30:09.491 INFO 7 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
compreface-api | 2024-06-04 02:30:10.223 INFO 7 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
compreface-api | 2024-06-04 02:30:10.441 INFO 7 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
compreface-api | 2024-06-04 02:30:10.508 INFO 7 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL10Dialect
compreface-api | 2024-06-04 02:30:13.186 INFO 7 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
compreface-api | 2024-06-04 02:30:13.222 INFO 7 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
compreface-api | 2024-06-04 02:30:18.492 INFO 7 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
compreface-core | subprocess 153 exited with code 0
compreface-postgres-db | waiting for server to shut down....2024-06-04 02:30:03.959 UTC [44] LOG: aborting any active transactions
compreface-postgres-db | 2024-06-04 02:30:03.960 UTC [44] LOG: background worker "logical replication launcher" (PID 51) exited with exit code 1
compreface-postgres-db | 2024-06-04 02:30:03.960 UTC [46] LOG: shutting down
compreface-postgres-db | 2024-06-04 02:30:04.078 UTC [44] LOG: database system is shut down
compreface-postgres-db | done
compreface-postgres-db | server stopped
compreface-postgres-db |
compreface-postgres-db | PostgreSQL init process complete; ready for start up.
compreface-postgres-db |
compreface-postgres-db | 2024-06-04 02:30:04.168 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
compreface-postgres-db | 2024-06-04 02:30:04.168 UTC [1] LOG: listening on IPv6 address "::", port 5432
compreface-postgres-db | 2024-06-04 02:30:04.171 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
compreface-postgres-db | 2024-06-04 02:30:04.194 UTC [71] LOG: database system was shut down at 2024-06-04 02:30:04 UTC
compreface-postgres-db | 2024-06-04 02:30:04.200 UTC [1] LOG: database system is ready to accept connections
compreface-postgres-db | 2024-06-04 02:30:09.497 UTC [78] ERROR: relation "public.databasechangeloglock" does not exist at character 22
compreface-postgres-db | 2024-06-04 02:30:09.497 UTC [78] STATEMENT: SELECT COUNT(*) FROM public.databasechangeloglock
compreface-api | 2024-06-04 02:30:18.682 INFO 7 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
compreface-api | 2024-06-04 02:30:19.385 INFO 7 --- [ main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
compreface-api | 2024-06-04 02:30:19.405 INFO 7 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
compreface-api | 2024-06-04 02:30:19.407 INFO 7 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
compreface-api | 2024-06-04 02:30:19.468 INFO 7 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 2 custom documentation plugin(s)
compreface-api | 2024-06-04 02:30:19.649 INFO 7 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
compreface-api | 2024-06-04 02:30:20.030 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeBase64UsingPOST_1
compreface-api | 2024-06-04 02:30:20.035 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeEmbeddingsUsingPOST_1
compreface-api | 2024-06-04 02:30:20.037 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downloadImgUsingGET_1
compreface-api | 2024-06-04 02:30:20.115 INFO 7 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
compreface-api | 2024-06-04 02:30:20.137 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigUsingGET_1
compreface-api | 2024-06-04 02:30:20.142 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCheckDemoUsingGET_1
compreface-api | 2024-06-04 02:30:20.158 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detectUsingPOST_1
compreface-api | 2024-06-04 02:30:20.162 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detectBase64UsingPOST_1
compreface-api | 2024-06-04 02:30:20.165 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addEmbeddingUsingPOST_1
compreface-admin | 2024-06-04 02:30:10.461 INFO 7 --- [ main] liquibase.changelog : Primary key added to user (id)
compreface-admin | 2024-06-04 02:30:10.462 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.email
compreface-admin | 2024-06-04 02:30:10.463 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.password
compreface-admin | 2024-06-04 02:30:10.464 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.first_name
compreface-admin | 2024-06-04 02:30:10.465 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.last_name
compreface-admin | 2024-06-04 02:30:10.466 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.guid
compreface-admin | 2024-06-04 02:30:10.466 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.account_non_expired
compreface-api | 2024-06-04 02:30:20.167 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addEmbeddingBase64UsingPOST_1
compreface-api | 2024-06-04 02:30:20.168 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteEmbeddingByIdUsingDELETE_1
compreface-api | 2024-06-04 02:30:20.170 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteEmbeddingsByIdUsingPOST_1
compreface-api | 2024-06-04 02:30:20.171 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downloadImgUsingGET_2
compreface-api | 2024-06-04 02:30:20.174 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listEmbeddingsUsingGET_1
compreface-api | 2024-06-04 02:30:20.186 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeBase64UsingPOST_2
compreface-api | 2024-06-04 02:30:20.190 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeEmbeddingsUsingPOST_2
compreface-api | 2024-06-04 02:30:20.193 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeFileUsingPOST_1
compreface-api | 2024-06-04 02:30:20.194 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeAllSubjectEmbeddingsUsingDELETE_1
compreface-api | 2024-06-04 02:30:20.196 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: migrateUsingPOST_1
compreface-api | 2024-06-04 02:30:20.199 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_1
compreface-api | 2024-06-04 02:30:20.204 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeUsingPOST_1
compreface-api | 2024-06-04 02:30:20.207 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeBase64UsingPOST_3
compreface-api | 2024-06-04 02:30:20.210 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: recognizeEmbeddingsUsingPOST_3
compreface-api | 2024-06-04 02:30:20.212 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: downloadImgUsingGET_3
compreface-api | 2024-06-04 02:30:20.215 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createSubjectUsingPOST_1
compreface-admin | 2024-06-04 02:30:10.467 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.account_non_locked
compreface-admin | 2024-06-04 02:30:10.468 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.credentials_non_expired
compreface-api | 2024-06-04 02:30:20.216 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteSubjectUsingDELETE_1
compreface-api | 2024-06-04 02:30:20.216 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteSubjectsUsingDELETE_1
compreface-api | 2024-06-04 02:30:20.217 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listSubjectsUsingGET_1
compreface-api | 2024-06-04 02:30:20.218 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: renameSubjectUsingPUT_1
compreface-api | 2024-06-04 02:30:20.226 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: verifyUsingPOST_1
compreface-api | 2024-06-04 02:30:20.228 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: verifyBase64UsingPOST_1
compreface-api | 2024-06-04 02:30:20.230 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: verifyEmbeddingsUsingPOST_1
compreface-api | 2024-06-04 02:30:20.262 INFO 7 --- [ main] com.exadel.frs.TrainServiceApplication : Started TrainServiceApplication in 18.192 seconds (JVM running for 18.848)
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | 2024-06-04 02:30:10.469 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user.enabled
compreface-admin | 2024-06-04 02:30:10.471 INFO 7 --- [ main] liquibase.changelog : Sequence user_id_seq created
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | 2024-06-04 02:30:10.475 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to user(email)
compreface-admin | 2024-06-04 02:30:10.478 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to user(guid)
compreface-admin | 2024-06-04 02:30:10.480 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.1.yaml::create-user-table::Andrei Hayeuski ran successfully in 42ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.2.yaml::create-organization-table::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.487 INFO 7 --- [ main] liquibase.changelog : Table organization created
compreface-admin | 2024-06-04 02:30:10.488 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to organization.name
compreface-admin | 2024-06-04 02:30:10.491 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to organization.guid
compreface-admin | 2024-06-04 02:30:10.495 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to organization(name)
compreface-admin | 2024-06-04 02:30:10.498 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to organization(guid)
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | 2024-06-04 02:30:10.500 INFO 7 --- [ main] liquibase.changelog : Primary key added to organization (id)
compreface-admin | 2024-06-04 02:30:10.501 INFO 7 --- [ main] liquibase.changelog : Sequence organization_id_seq created
compreface-admin | 2024-06-04 02:30:10.502 INFO 7 --- [ main] liquibase.changelog : New row inserted into organization
compreface-admin | 2024-06-04 02:30:10.504 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.2.yaml::create-organization-table::Andrei Hayeuski ran successfully in 18ms
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.3.yaml::create-app-table::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.552 INFO 7 --- [ main] liquibase.changelog : Table app created
compreface-admin | 2024-06-04 02:30:10.553 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to app.name
compreface-admin | 2024-06-04 02:30:10.554 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to app.guid
compreface-admin | 2024-06-04 02:30:10.554 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to app.organization_id
compreface-admin | 2024-06-04 02:30:10.555 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to app.api_key
compreface-admin | 2024-06-04 02:30:10.558 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to app(name, organization_id)
compreface-admin | 2024-06-04 02:30:10.561 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to app(api_key)
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | 2024-06-04 02:30:10.563 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to app(guid)
compreface-admin | 2024-06-04 02:30:10.566 INFO 7 --- [ main] liquibase.changelog : Primary key added to app (id)
compreface-admin | 2024-06-04 02:30:10.568 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to app (organization_id)
compreface-admin | 2024-06-04 02:30:10.569 INFO 7 --- [ main] liquibase.changelog : Sequence app_id_seq created
compreface-admin | 2024-06-04 02:30:10.570 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.3.yaml::create-app-table::Andrei Hayeuski ran successfully in 20ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.4.yaml::create-model-table::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.577 INFO 7 --- [ main] liquibase.changelog : Table model created
compreface-admin | 2024-06-04 02:30:10.579 INFO 7 --- [ main] liquibase.changelog : Primary key added to model (id)
compreface-admin | 2024-06-04 02:30:10.581 INFO 7 --- [ main] liquibase.changelog : Sequence model_id_seq created
compreface-admin | 2024-06-04 02:30:10.582 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model.name
compreface-admin | 2024-06-04 02:30:10.583 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model.guid
compreface-admin | 2024-06-04 02:30:10.584 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model.app_id
compreface-admin | 2024-06-04 02:30:10.584 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model.api_key
compreface-admin | 2024-06-04 02:30:10.588 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to model(name, app_id)
compreface-admin | 2024-06-04 02:30:10.591 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to model(api_key)
compreface-admin | 2024-06-04 02:30:10.593 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to model(guid)
compreface-admin | 2024-06-04 02:30:10.595 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to model (app_id)
compreface-admin | 2024-06-04 02:30:10.596 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.4.yaml::create-model-table::Andrei Hayeuski ran successfully in 21ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.5.yaml::create-app_model-table::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.601 INFO 7 --- [ main] liquibase.changelog : Table app_model created
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | 2024-06-04 02:30:10.603 INFO 7 --- [ main] liquibase.changelog : Primary key added to app_model (app_id, model_id)
compreface-admin | 2024-06-04 02:30:10.605 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to app_model (app_id)
compreface-admin | 2024-06-04 02:30:10.606 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to app_model (model_id)
compreface-admin | 2024-06-04 02:30:10.607 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to app_model.access_type
compreface-admin | 2024-06-04 02:30:10.608 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.5.yaml::create-app_model-table::Andrei Hayeuski ran successfully in 8ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.6.yaml::create-user_app_role-table::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.611 INFO 7 --- [ main] liquibase.changelog : Table user_app_role created
compreface-admin | 2024-06-04 02:30:10.615 INFO 7 --- [ main] liquibase.changelog : Primary key added to user_app_role (app_id, user_id)
compreface-admin | 2024-06-04 02:30:10.616 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user_app_role.role
compreface-admin | 2024-06-04 02:30:10.617 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to user_app_role (app_id)
compreface-admin | 2024-06-04 02:30:10.619 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to user_app_role (user_id)
compreface-admin | 2024-06-04 02:30:10.620 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.6.yaml::create-user_app_role-table::Andrei Hayeuski ran successfully in 10ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.7.yaml::create-user_organization_role-table::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.623 INFO 7 --- [ main] liquibase.changelog : Table user_organization_role created
compreface-admin | 2024-06-04 02:30:10.638 INFO 7 --- [ main] liquibase.changelog : Primary key added to user_organization_role (organization_id, user_id)
compreface-admin | 2024-06-04 02:30:10.639 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to user_organization_role.role
compreface-admin | 2024-06-04 02:30:10.641 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to user_organization_role (organization_id)
compreface-admin | 2024-06-04 02:30:10.643 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to user_organization_role (user_id)
compreface-admin | 2024-06-04 02:30:10.647 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.7.yaml::create-user_organization_role-table::Andrei Hayeuski ran successfully in 25ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.8.yaml::create-security-oauth2-tables::Dmitry Andryianau
compreface-admin | 2024-06-04 02:30:10.695 INFO 7 --- [ main] liquibase.changelog : Table oauth_refresh_token created
compreface-admin | 2024-06-04 02:30:10.708 INFO 7 --- [ main] liquibase.changelog : Table oauth_access_token created
compreface-admin | 2024-06-04 02:30:10.712 INFO 7 --- [ main] liquibase.changelog : Primary key added to oauth_access_token (authentication_id)
compreface-admin | 2024-06-04 02:30:10.717 INFO 7 --- [ main] liquibase.changelog : Table oauth_client_details created
compreface-admin | 2024-06-04 02:30:10.720 INFO 7 --- [ main] liquibase.changelog : Primary key added to oauth_client_details (client_id)
compreface-admin | 2024-06-04 02:30:10.721 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to oauth_client_details.client_id
compreface-admin | 2024-06-04 02:30:10.722 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to oauth_client_details.authorities
compreface-admin | 2024-06-04 02:30:10.723 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to oauth_client_details.authorized_grant_types
compreface-admin | 2024-06-04 02:30:10.724 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to oauth_client_details.resource_ids
compreface-admin | 2024-06-04 02:30:10.725 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to oauth_client_details.scope
compreface-admin | 2024-06-04 02:30:10.726 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.8.yaml::create-security-oauth2-tables::Dmitry Andryianau ran successfully in 35ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.0.9.yaml::create-model_share_request-table::Valijon Sobirov
compreface-admin | 2024-06-04 02:30:10.729 INFO 7 --- [ main] liquibase.changelog : Table model_share_request created
compreface-admin | 2024-06-04 02:30:10.732 INFO 7 --- [ main] liquibase.changelog : Primary key added to model_share_request (app_id, request_id)
compreface-admin | 2024-06-04 02:30:10.733 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to model_share_request (app_id)
compreface-admin | 2024-06-04 02:30:10.734 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.0.9.yaml::create-model_share_request-table::Valijon Sobirov ran successfully in 6ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.0.yaml::create-face-table::Maryna Misachenka
compreface-admin | 2024-06-04 02:30:10.739 INFO 7 --- [ main] liquibase.changelog : Table face created
compreface-admin | 2024-06-04 02:30:10.763 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to face(id)
compreface-admin | 2024-06-04 02:30:10.765 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to face (api_key)
compreface-admin | 2024-06-04 02:30:10.833 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.0.yaml::create-face-table::Maryna Misachenka ran successfully in 97ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.1.yaml::create-image-table::Maryna Misachenka
compreface-admin | 2024-06-04 02:30:10.840 INFO 7 --- [ main] liquibase.changelog : Table image created
compreface-admin | 2024-06-04 02:30:10.841 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to image (face_id)
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | 2024-06-04 02:30:10.885 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.1.yaml::create-image-table::Maryna Misachenka ran successfully in 48ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.2.yaml::add-demo-data::Andrei Hayeuski
compreface-admin | 2024-06-04 02:30:10.888 INFO 7 --- [ main] liquibase.changelog : New row inserted into app
compreface-admin | 2024-06-04 02:30:10.889 INFO 7 --- [ main] liquibase.changelog : New row inserted into model
compreface-admin | 2024-06-04 02:30:10.890 INFO 7 --- [ main] liquibase.changelog : New row inserted into user
compreface-admin | 2024-06-04 02:30:10.891 INFO 7 --- [ main] liquibase.changelog : New row inserted into user_app_role
compreface-admin | 2024-06-04 02:30:10.892 INFO 7 --- [ main] liquibase.changelog : New row inserted into user_organization_role
compreface-admin | 2024-06-04 02:30:10.895 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.896 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.898 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.898 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.901 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.901 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.903 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.904 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.905 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.906 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.908 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.909 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.910 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.911 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.913 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.914 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.916 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.917 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.918 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.919 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.921 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.921 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.923 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.923 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.925 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.926 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.928 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.929 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.930 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.931 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.934 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.935 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.936 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.937 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.939 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.939 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.941 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.942 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.944 INFO 7 --- [ main] liquibase.changelog : New row inserted into face
compreface-admin | 2024-06-04 02:30:10.945 INFO 7 --- [ main] liquibase.changelog : New row inserted into image
compreface-admin | 2024-06-04 02:30:10.947 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.2.yaml::add-demo-data::Andrei Hayeuski ran successfully in 60ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.3.yaml::update-without-organization::Andrei Zelikov
compreface-admin | 2024-06-04 02:30:10.951 INFO 7 --- [ main] liquibase.changelog : Table organization dropped
compreface-admin | 2024-06-04 02:30:10.952 INFO 7 --- [ main] liquibase.changelog : Columns global_role(varchar(1)) added to user
compreface-admin | 2024-06-04 02:30:10.954 INFO 7 --- [ main] liquibase.changelog : Custom SQL executed
compreface-admin | 2024-06-04 02:30:10.955 INFO 7 --- [ main] liquibase.changelog : Table user_organization_role dropped
compreface-admin | 2024-06-04 02:30:10.956 INFO 7 --- [ main] liquibase.changelog : Columns organization_id dropped from app
compreface-admin | 2024-06-04 02:30:10.958 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.3.yaml::update-without-organization::Andrei Zelikov ran successfully in 9ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.4.yaml::model-type-column::Aliaksandr Pleski
compreface-admin | 2024-06-04 02:30:10.960 INFO 7 --- [ main] liquibase.changelog : Columns type(varchar(1)) added to model
compreface-admin | 2024-06-04 02:30:10.961 INFO 7 --- [ main] liquibase.changelog : Custom SQL executed
compreface-admin | 2024-06-04 02:30:10.962 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model.type
compreface-admin | 2024-06-04 02:30:10.963 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.4.yaml::model-type-column::Aliaksandr Pleski ran successfully in 3ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.5.yaml::update-without-organization::Aleksand Kurilo
compreface-admin | 2024-06-04 02:30:10.967 INFO 7 --- [ main] liquibase.changelog : Columns allow_statistics(boolean) added to user
compreface-admin | 2024-06-04 02:30:10.968 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.5.yaml::update-without-organization::Aleksand Kurilo ran successfully in 3ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.6.yaml::drop-model-share-request-table::Eugene Savko
compreface-admin | 2024-06-04 02:30:10.971 INFO 7 --- [ main] liquibase.changelog : Table model_share_request dropped
compreface-admin | 2024-06-04 02:30:10.972 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.6.yaml::drop-model-share-request-table::Eugene Savko ran successfully in 2ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.6.yaml::create-organization-table::Pavel Nikolaichik
compreface-admin | 2024-06-04 02:30:10.975 INFO 7 --- [ main] liquibase.changelog : Table install_info created
compreface-admin | 2024-06-04 02:30:10.978 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to install_info(install_guid)
compreface-admin | 2024-06-04 02:30:10.980 INFO 7 --- [ main] liquibase.changelog : Custom SQL executed
compreface-admin | 2024-06-04 02:30:10.981 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.6.yaml::create-organization-table::Pavel Nikolaichik ran successfully in 7ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.7.yaml::prepare-faces-to-migration::[email protected]
compreface-admin | 2024-06-04 02:30:10.984 INFO 7 --- [ main] liquibase.changelog : Columns migrated(boolean) added to face
compreface-admin | 2024-06-04 02:30:10.985 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.7.yaml::prepare-faces-to-migration::[email protected] ran successfully in 1ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.7.yaml::create-subject-table::[email protected]
compreface-admin | 2024-06-04 02:30:10.988 INFO 7 --- [ main] liquibase.changelog : Table subject created
compreface-admin | 2024-06-04 02:30:10.991 INFO 7 --- [ main] liquibase.changelog : Primary key added to subject (id)
compreface-admin | 2024-06-04 02:30:10.994 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to subject(api_key, subject_name)
compreface-admin | 2024-06-04 02:30:10.995 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to subject (api_key)
compreface-admin | 2024-06-04 02:30:10.996 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.7.yaml::create-subject-table::[email protected] ran successfully in 9ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.7.yaml::create-img-table::[email protected]
compreface-admin | 2024-06-04 02:30:11.001 INFO 7 --- [ main] liquibase.changelog : Table img created
compreface-admin | 2024-06-04 02:30:11.003 INFO 7 --- [ main] liquibase.changelog : Primary key added to img (id)
compreface-admin | 2024-06-04 02:30:11.004 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to img.content
compreface-admin | 2024-06-04 02:30:11.005 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.7.yaml::create-img-table::[email protected] ran successfully in 7ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.7.yaml::create-embedding-table::[email protected]
compreface-admin | 2024-06-04 02:30:11.010 INFO 7 --- [ main] liquibase.changelog : Table embedding created
compreface-admin | 2024-06-04 02:30:11.010 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to embedding.calculator
compreface-admin | 2024-06-04 02:30:11.011 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to embedding.embedding
compreface-admin | 2024-06-04 02:30:11.013 INFO 7 --- [ main] liquibase.changelog : Primary key added to embedding (id)
compreface-admin | 2024-06-04 02:30:11.014 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to embedding (subject_id)
compreface-admin | 2024-06-04 02:30:11.015 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to embedding (img_id)
compreface-admin | 2024-06-04 02:30:11.016 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.7.yaml::create-embedding-table::[email protected] ran successfully in 10ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.7.yaml::migrate-face-image::[email protected]
compreface-admin | 2024-06-04 02:30:11.126 INFO 7 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
compreface-admin | 2024-06-04 02:30:11.190 INFO 7 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.33
compreface-admin | 2024-06-04 02:30:11.345 INFO 7 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
compreface-admin | 2024-06-04 02:30:11.509 INFO 7 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL10Dialect
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "GET", "path": "/healthcheck", "filename": "", "api_key": "", "remote_addr": "127.0.0.1"}, "logger": "src.services.flask_.log_response", "module": "log_response", "traceback": null, "build_version": "dev"}
compreface-admin | 2024-06-04 02:30:11.598 INFO 7 --- [ main] Hibernate Types : This framework is proudly powered by:
compreface-admin |
compreface-admin | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
compreface-admin | _ _ _ _
compreface-admin | | | | | (_) | |
compreface-admin | | |__| |_ _ _ __ ___ _ __ ___ _ ___| |_ ___ _ __ ___ ___
compreface-admin | | __ | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \
compreface-admin | | | | | |_| | |_) | __/ | \__ \ \__ \ || __/ | | | (_| __/
compreface-admin | |_| |_|\__, | .__/ \___|_| |___/_|___/\__\___|_| |_|\___\___|
compreface-admin | __/ | |
compreface-admin | |___/|_|
compreface-admin |
compreface-admin | At Hypersistence, we only build amazing tools, like Hibernate Types, Flexy Pool, or Hypersistence Optimizer.
compreface-admin |
compreface-admin | What if there were a tool that could automatically detect JPA and Hibernate performance issues?
compreface-admin |
compreface-admin | Hypersistence Optimizer is that tool! For more details, go to:
compreface-admin |
compreface-admin | https://vladmihalcea.com/hypersistence-optimizer/
compreface-admin | <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
compreface-admin |
compreface-admin | 2024-06-04 02:30:12.577 INFO 7 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
compreface-admin | 2024-06-04 02:30:12.586 INFO 7 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
compreface-admin | 2024-06-04 02:30:12.665 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000010
compreface-admin | 2024-06-04 02:30:12.671 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 1 face(s) done
compreface-admin | 2024-06-04 02:30:12.672 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000011
compreface-admin | 2024-06-04 02:30:12.674 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 2 face(s) done
compreface-admin | 2024-06-04 02:30:12.675 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000012
compreface-admin | 2024-06-04 02:30:12.678 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 3 face(s) done
compreface-admin | 2024-06-04 02:30:12.679 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000013
compreface-admin | 2024-06-04 02:30:12.682 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 4 face(s) done
compreface-admin | 2024-06-04 02:30:12.684 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000014
compreface-admin | 2024-06-04 02:30:12.687 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 5 face(s) done
compreface-admin | 2024-06-04 02:30:12.688 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000015
compreface-admin | 2024-06-04 02:30:12.691 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 6 face(s) done
compreface-admin | 2024-06-04 02:30:12.692 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000016
compreface-admin | 2024-06-04 02:30:12.696 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 7 face(s) done
compreface-admin | 2024-06-04 02:30:12.697 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000017
compreface-admin | 2024-06-04 02:30:12.699 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 8 face(s) done
compreface-admin | 2024-06-04 02:30:12.700 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000018
compreface-admin | 2024-06-04 02:30:12.702 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 9 face(s) done
compreface-admin | 2024-06-04 02:30:12.703 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000019
compreface-admin | 2024-06-04 02:30:12.706 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 10 face(s) done
compreface-admin | 2024-06-04 02:30:12.706 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000020
compreface-admin | 2024-06-04 02:30:12.709 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 11 face(s) done
compreface-admin | 2024-06-04 02:30:12.709 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000022
compreface-admin | 2024-06-04 02:30:12.713 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 12 face(s) done
compreface-admin | 2024-06-04 02:30:12.713 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000023
compreface-admin | 2024-06-04 02:30:12.716 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 13 face(s) done
compreface-admin | 2024-06-04 02:30:12.716 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000024
compreface-admin | 2024-06-04 02:30:12.720 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 14 face(s) done
compreface-admin | 2024-06-04 02:30:12.720 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000025
compreface-admin | 2024-06-04 02:30:12.723 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 15 face(s) done
compreface-admin | 2024-06-04 02:30:12.724 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000026
compreface-admin | 2024-06-04 02:30:12.726 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 16 face(s) done
compreface-admin | 2024-06-04 02:30:12.727 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000027
compreface-admin | 2024-06-04 02:30:12.729 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 17 face(s) done
compreface-admin | 2024-06-04 02:30:12.730 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000028
compreface-admin | 2024-06-04 02:30:12.733 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 18 face(s) done
compreface-admin | 2024-06-04 02:30:12.734 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000029
compreface-admin | 2024-06-04 02:30:12.737 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 19 face(s) done
compreface-admin | 2024-06-04 02:30:12.737 DEBUG 7 --- [ main] c.e.f.c.s.l.TransactionalFaceMigration : Inserted subject with id 00000000-0000-0000-0000-000000000021
compreface-admin | 2024-06-04 02:30:12.740 DEBUG 7 --- [ main] f.c.s.l.FacesToSubjectMigrationProcessor : 20 face(s) done
compreface-admin | 2024-06-04 02:30:12.740 INFO 7 --- [ main] c.e.f.c.s.l.FacesToSubjectsMigration : Migrated 20 faces in 1722ms
compreface-admin | 2024-06-04 02:30:12.741 INFO 7 --- [ main] liquibase.changelog : ok
compreface-admin | 2024-06-04 02:30:12.741 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.7.yaml::migrate-face-image::[email protected] ran successfully in 1723ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.8.yaml::add-detection-verification-services::Shreyansh Sancheti
compreface-admin | 2024-06-04 02:30:12.747 INFO 7 --- [ main] liquibase.changelog : New row inserted into model
compreface-admin | 2024-06-04 02:30:12.749 INFO 7 --- [ main] liquibase.changelog : New row inserted into model
compreface-admin | 2024-06-04 02:30:12.750 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.8.yaml::add-detection-verification-services::Shreyansh Sancheti ran successfully in 5ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.9.yaml::add-created_date-field-to-model-entity::Khasan Sidikov
compreface-admin | 2024-06-04 02:30:12.754 INFO 7 --- [ main] liquibase.changelog : Columns created_date(timestamp) added to model
compreface-admin | 2024-06-04 02:30:12.755 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.9.yaml::add-created_date-field-to-model-entity::Khasan Sidikov ran successfully in 3ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.1.9.yaml::update-model-table-created_date-column::Khasan Sidikov
compreface-admin | 2024-06-04 02:30:12.758 INFO 7 --- [ main] liquibase.changelog : Custom SQL executed
compreface-admin | 2024-06-04 02:30:12.759 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.1.9.yaml::update-model-table-created_date-column::Khasan Sidikov ran successfully in 2ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.0.yaml::create-model-statistic-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.762 INFO 7 --- [ main] liquibase.changelog : Table model_statistic created
compreface-admin | 2024-06-04 02:30:12.765 INFO 7 --- [ main] liquibase.changelog : Primary key added to model_statistic (id)
compreface-admin | 2024-06-04 02:30:12.766 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to model_statistic (model_id)
compreface-admin | 2024-06-04 02:30:12.767 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model_statistic.request_count
compreface-admin | 2024-06-04 02:30:12.768 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model_statistic.model_id
compreface-admin | 2024-06-04 02:30:12.768 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to model_statistic.created_date
compreface-admin | 2024-06-04 02:30:12.769 INFO 7 --- [ main] liquibase.changelog : Sequence model_statistic_id_seq created
compreface-admin | 2024-06-04 02:30:12.770 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.0.yaml::create-model-statistic-table::Volodymyr Bushko ran successfully in 9ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.1.yaml::create-table-lock-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.773 INFO 7 --- [ main] liquibase.changelog : Table table_lock created
compreface-admin | 2024-06-04 02:30:12.777 INFO 7 --- [ main] liquibase.changelog : Primary key added to table_lock (id)
compreface-admin | 2024-06-04 02:30:12.777 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to table_lock.lock_name
compreface-admin | 2024-06-04 02:30:12.779 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to table_lock(lock_name)
compreface-admin | 2024-06-04 02:30:12.780 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.1.yaml::create-table-lock-table::Volodymyr Bushko ran successfully in 8ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.1.yaml::insert-into-table-lock-model_statistic_lock-row::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.784 INFO 7 --- [ main] liquibase.changelog : New row inserted into table_lock
compreface-admin | 2024-06-04 02:30:12.784 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.1.yaml::insert-into-table-lock-model_statistic_lock-row::Volodymyr Bushko ran successfully in 1ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.2.yaml::drop-app_model-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.843 INFO 7 --- [ main] liquibase.changelog : Table app_model dropped
compreface-admin | 2024-06-04 02:30:12.845 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.2.yaml::drop-app_model-table::Volodymyr Bushko ran successfully in 16ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.3.yaml::create-reset_password_token-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.849 INFO 7 --- [ main] liquibase.changelog : Table reset_password_token created
compreface-admin | 2024-06-04 02:30:12.852 INFO 7 --- [ main] liquibase.changelog : Primary key added to reset_password_token (token)
compreface-admin | 2024-06-04 02:30:12.853 INFO 7 --- [ main] liquibase.changelog : Foreign key constraint added to reset_password_token (user_email)
compreface-admin | 2024-06-04 02:30:12.854 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to reset_password_token.user_email
compreface-admin | 2024-06-04 02:30:12.854 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to reset_password_token.expires_in
compreface-admin | 2024-06-04 02:30:12.868 INFO 7 --- [ main] liquibase.changelog : Unique constraint added to reset_password_token(user_email)
compreface-admin | 2024-06-04 02:30:12.910 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.3.yaml::create-reset_password_token-table::Volodymyr Bushko ran successfully in 63ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.4.yaml::remove-special-characters-from-names::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.935 INFO 7 --- [ main] liquibase.changelog : null
compreface-admin | 2024-06-04 02:30:12.937 INFO 7 --- [ main] liquibase.changelog : null
compreface-admin | 2024-06-04 02:30:12.938 INFO 7 --- [ main] liquibase.changelog : null
compreface-admin | 2024-06-04 02:30:12.938 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.4.yaml::remove-special-characters-from-names::Volodymyr Bushko ran successfully in 24ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.5.yaml::expand-oauth_access_token-and-oauth_refresh_token-with-expiration-column::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.943 INFO 7 --- [ main] liquibase.changelog : Columns expiration(timestamp) added to oauth_access_token
compreface-admin | 2024-06-04 02:30:12.944 INFO 7 --- [ main] liquibase.changelog : Columns expiration(timestamp) added to oauth_refresh_token
compreface-admin | 2024-06-04 02:30:12.947 INFO 7 --- [ main] .l.c.SetOAuthTokenExpirationCustomChange : Updated 0 access tokens for client CommonClientId
compreface-admin | 2024-06-04 02:30:12.947 INFO 7 --- [ main] .l.c.SetOAuthTokenExpirationCustomChange : Updated 0 refresh tokens for client CommonClientId
compreface-admin | 2024-06-04 02:30:12.947 INFO 7 --- [ main] liquibase.changelog : null
compreface-admin | 2024-06-04 02:30:12.948 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to oauth_access_token.expiration
compreface-admin | 2024-06-04 02:30:12.949 INFO 7 --- [ main] liquibase.changelog : NOT NULL constraint has been added to oauth_refresh_token.expiration
compreface-admin | 2024-06-04 02:30:12.950 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.5.yaml::expand-oauth_access_token-and-oauth_refresh_token-with-expiration-column::Volodymyr Bushko ran successfully in 9ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.6.yaml::drop-image-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.957 INFO 7 --- [ main] liquibase.changelog : Table image dropped
compreface-admin | 2024-06-04 02:30:12.958 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.6.yaml::drop-image-table::Volodymyr Bushko ran successfully in 4ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.6.yaml::drop-face-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.962 INFO 7 --- [ main] liquibase.changelog : Table face dropped
compreface-admin | 2024-06-04 02:30:12.964 INFO 7 --- [ main] liquibase.changelog : ChangeSet db/changelog/db.changelog-0.2.6.yaml::drop-face-table::Volodymyr Bushko ran successfully in 4ms
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_blob_triggers_table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.976 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_blob_triggers_table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_blob_triggers does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_calendars-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.989 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_calendars-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_calendars does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_cron_triggers-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:12.998 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_cron_triggers-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_cron_triggers does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_fired_triggers-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.006 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_fired_triggers-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_fired_triggers does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_job_details-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.015 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_job_details-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_job_details does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_locks-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.023 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_locks-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_locks does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_paused_trigger_grps-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.030 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_paused_trigger_grps-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_paused_trigger_grps does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_scheduler_state-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.039 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_scheduler_state-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_scheduler_state does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_simple_triggers-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.046 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_simple_triggers-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_simple_triggers does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_simprop_triggers-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.054 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_simprop_triggers-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_simprop_triggers does not exist
compreface-admin |
compreface-admin | Running Changeset: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_triggers-table::Volodymyr Bushko
compreface-admin | 2024-06-04 02:30:13.062 INFO 7 --- [ main] liquibase.changelog : Marking ChangeSet: db/changelog/db.changelog-0.2.7.yaml::drop-qrtz_triggers-table::Volodymyr Bushko ran despite precondition failure due to onFail='MARK_RAN':
compreface-admin | classpath:/db/changelog/db.changelog-master.yaml : Table public.qrtz_triggers does not exist
compreface-admin |
compreface-admin | 2024-06-04 02:30:13.066 INFO 7 --- [ main] liquibase.lockservice : Successfully released change log lock
compreface-admin | 2024-06-04 02:30:15.160 INFO 7 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
compreface-admin | 2024-06-04 02:30:15.238 INFO 7 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
compreface-admin | 2024-06-04 02:30:15.776 WARN 7 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/v2/api-docs']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
compreface-admin | 2024-06-04 02:30:15.776 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/v2/api-docs'] with []
compreface-admin | 2024-06-04 02:30:15.777 WARN 7 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/configuration/ui']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
compreface-admin | 2024-06-04 02:30:15.777 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/configuration/ui'] with []
compreface-admin | 2024-06-04 02:30:15.777 WARN 7 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/swagger-resources/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
compreface-admin | 2024-06-04 02:30:15.777 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/swagger-resources/**'] with []
compreface-admin | 2024-06-04 02:30:15.777 WARN 7 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/configuration/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
compreface-admin | 2024-06-04 02:30:15.777 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/configuration/**'] with []
compreface-admin | 2024-06-04 02:30:15.777 WARN 7 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/swagger-ui**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
compreface-admin | 2024-06-04 02:30:15.777 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/swagger-ui**'] with []
compreface-admin | 2024-06-04 02:30:15.777 WARN 7 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/webjars/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
compreface-admin | 2024-06-04 02:30:15.777 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/webjars/**'] with []
compreface-admin | 2024-06-04 02:30:15.777 WARN 7 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/lms/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
compreface-admin | 2024-06-04 02:30:15.777 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/lms/**'] with []
compreface-admin | 2024-06-04 02:30:15.832 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will not secure Or [Ant [pattern='/admin/oauth/token'], Ant [pattern='/oauth/token_key'], Ant [pattern='/oauth/check_token']]
compreface-admin | 2024-06-04 02:30:15.857 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will not secure org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration$NotOAuthRequestMatcher@2e4d2232
compreface-admin | 2024-06-04 02:30:15.860 INFO 7 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will not secure any request
compreface-admin | 2024-06-04 02:30:16.399 INFO 7 --- [ main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-8080"]
compreface-admin | 2024-06-04 02:30:16.415 INFO 7 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
compreface-admin | 2024-06-04 02:30:16.417 INFO 7 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
compreface-admin | 2024-06-04 02:30:16.435 INFO 7 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
compreface-admin | 2024-06-04 02:30:16.479 INFO 7 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
compreface-admin | 2024-06-04 02:30:16.640 INFO 7 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: regenerateApiKeyUsingPUT_1
compreface-admin | 2024-06-04 02:30:16.725 INFO 7 --- [ main] com.exadel.frs.FrsApplication : Started FrsApplication in 12.634 seconds (JVM running for 13.479)
[root@ha-master-1 compreface]# curl -v http://localhost:8000/
* Trying ::1:8000...
* Connected to localhost (::1) port 8000 (#0)
> GET / HTTP/1.1
> Host: localhost:8000
> User-Agent: curl/7.76.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 401 Unauthorized
< Date: Tue, 04 Jun 2024 02:44:13 GMT
< Content-Type: application/json; charset=utf-8
< Connection: keep-alive
< WWW-Authenticate: Basic realm="kong"
< Content-Length: 30
< Access-Control-Allow-Origin: *
< X-Kong-Response-Latency: 1
< Server: kong/2.8.1
<
{
"message":"Unauthorized"
* Connection #0 to host localhost left intact
}[root@ha-master-1 compreface]#
[root@ha-master-1 compreface]# docker compose ps
WARN[0000] /root/app/compreface/docker-compose.yml: `version` is obsolete
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
compreface-admin exadel/compreface-admin:1.2.0 "sh -c 'java $ADMIN_…" compreface-admin 15 minutes ago Up 15 minutes
compreface-api exadel/compreface-api:1.2.0 "sh -c 'java $API_JA…" compreface-api 15 minutes ago Up 15 minutes
compreface-core exadel/compreface-core:1.2.0 "uwsgi --ini uwsgi.i…" compreface-core 16 minutes ago Up 15 minutes (healthy) 3000/tcp
compreface-postgres-db exadel/compreface-postgres-db:1.2.0 "docker-entrypoint.s…" compreface-postgres-db 16 minutes ago Up 15 minutes 5432/tcp
compreface-ui exadel/compreface-fe:1.2.0 "/docker-entrypoint.…" compreface-fe 15 minutes ago Up 15 minutes 0.0.0.0:30001->80/tcp, :::30001->80/tcp
[root@ha-master-1 compreface]# docker -v
Docker version 26.1.2, build 211e74b
[root@ha-master-1 compreface]# cat /etc/os-release
NAME="Rocky Linux"
VERSION="9.4 (Blue Onyx)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.4"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Rocky Linux 9.4 (Blue Onyx)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
SUPPORT_END="2032-05-31"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
ROCKY_SUPPORT_PRODUCT_VERSION="9.4"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.4"
[root@ha-master-1 compreface]#
[root@ha-master-1 compreface]# lscpu | grep avx
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves wbnoinvd arat avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid fsrm md_clear arch_capabilities
[root@ha-master-1 compreface]# |
I found my problem, I have my nginx mis-configured and the test command |
But I still got
From the doc https://barionleg.github.io/CompreFace/#getting-started-with-compreface |
Describe the bug
I try to run service with GPU support, specifically Mobilenet-gpu build. I start it by
docker-compose up
, than go to web gui and use verification service. Gui stuck for a minute and error occure:<html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> <hr><center>nginx</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Used GPU: dual-rtx3060ti-08g-v2
Than I change GPU to rtx-2080-super-gaming-x-trio, and everything work well on the same docker images.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Compreface work with dual-rtx3060ti-08g-v2
Desktop (please complete the following information):
Additional context
docker_ps.txt
nvidia-smi.txt
env.txt
docker-compose.txt
docker_logs.txt
system-logs.txt
The text was updated successfully, but these errors were encountered: