The currently used rust image in the simple-kbs server Dockerfile was updated recently (tag: 1) and it doesn't support openssl v3 causing the simple-kbs server to crash with the following error:
jenkins@amd-coco-ci-ubuntu2004-001:~/udeodhar/tests$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3e1d154b60c3 simple-kbs_server "simple-kbs --grpc_s…" About a minute ago Restarting (127) 6 seconds ago simple-kbs_server_1
9dea375ccc83 simple-kbs_db "docker-entrypoint.s…" About a minute ago Up About a minute 3306/tcp simple-kbs_db_1
jenkins@amd-coco-ci-ubuntu2004-001:~/udeodhar/tests$ docker logs 3e1d154b60c3
simple-kbs: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
simple-kbs: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
The currently used rust image in the simple-kbs server Dockerfile was updated recently (tag: 1) and it doesn't support openssl v3 causing the simple-kbs server to crash with the following error: